<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #000000;
    background:#fff;
}

a.nochange, a.nochange:hover, a.nochange:visited, a.nochange:active {
  color:inherit;
  text-decoration: none;
}

a {
    color: #000000;
    text-decoration: none !important;
}

a:hover {
    color: #000000;
    font-weight: bold;
    text-decoration: none !important;
}


.goback {
    position:fixed; 
    left:0px; 
    bottom:16px; 
    height:3em;
    z-index:9999; 
}

.goback-icon {
    color: #FF0000;
    opacity:0.6;
    font-size:3em; 
    text-shadow: 0.05em 0.05em 0.2em #000; 
    cursor:pointer;
}

#menu-wrapper {
    float:left;
    overflow:hidden;
}

#menu {
    position:fixed; 
    z-index:9999; 
    top:0; 
    left:0; 
    height:90%; 
    line-height:1.0em; 
    overflow:hidden; 
    background:#fff;
    opacity:0;
}

.apri-chiudi {
    color: #aaa;
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

#main {
    overflow:hidden; 
    vertical-align:top; 
    opacity:0;
}

.hometxt {
    font-size:2.0rem;
    line-height:2.5rem;
    padding-top:1.0em;
}

.menucat {
    position:fixed; 
    left:5%; 
    top:-200px; 
    z-index:1000; 
    -webkit-transition: top 1s; /* Safari */
    transition: top 1s;
    display:none;
}

.menucat-item {
    display:inline-block; 
    width:10em; 
    height:9em;
    font-size:0.8em; 
    margin:0.5em; 
    padding:0.5em; 
    background:#fff; 
    text-align:center; 
    overflow:hidden; 
    white-space:nowrap;
    border:1px solid black;
    border-radius:1em;
    cursor:pointer;
    box-shadow: 0.3em 0.3em 1.0em #000; 
    vertical-align:top;
}

.menucat-item &gt; img {
    width:100%;
}

.h2 {
    font-size:30px;
}

.group {
    position: relative;
    margin-bottom: 35px;
}

input {
    font-size: 18px;
    padding: 5px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #0093CF;
    background: transparent;
}

input:focus {
    outline: none;
}

.home-carousel {
    position:relative; 
    width:100%; 
    padding-bottom:30%;
    text-align:center; 
    overflow:hidden;
    margin:0 auto;
}

.label-as-badge {
    font-size:1.0em;
    border-radius:1em;
}

.no-pad {
    padding:0 !important;
}

.company-fg {
    color: #000000;
}

.company-fg-alt {
    color:#fff;
}

.company-bg {
    background:#fff;
}

.company-bg-alt {
    background: #000000;
}

.aoa {
    display:inline-block;
    width:10em;
    margin:0.5em 1.0em;
    overflow:hidden;
    vertical-align:top;
}

.aoa-tab td {
    vertical-align:top;
}

.cat-container {
    padding:0; 
    display:inline-block; 
    float:none; 
    margin-top:0px;
    vertical-align:top;
}

.cat-carousel {
    position:relative; 
    width:100%; 
    text-align:center; 
    padding:2.0em;
}

.cat-carousel-caption {
    top: 20%; 
    transform: translateY(-20%); 
    font-size:3.0rem; 
    line-height:1.0em;
    text-shadow: 0.05em 0.05em 0 #000; 
}

.cat-pannello {
    position:relative; 
    width:100%; 
    text-align:center; 
    padding:2%;
    overflow:hidden;
}

.cat-pannello-tec {
    position:relative; 
    width:100%; 
    height:100%;
    text-align:center; 
    padding:0.0em;
} 

.cat-img-container {
    width: 100%;
    height: 10em;
    text-align:center;
    overflow: hidden;
}

.cat-caption {
    width:100%; 
    height:10%;
    font-size:1.1rem;
    font-weight:bold; 
    padding:0 10%;
}


.cat-img { /*position:absolute; top:0%; left:0%;*/ height:100%; opacity:0; border-radius:10%; 
            -webkit-transition: top 0.5s ease, left 0.5s ease, width 0.5s ease, opacity 0.5s ease; 
            transition: top 0.5s ease, left 0.5s ease, width 0.5s ease, opacity 0.5s ease; }
/*.cat-img:hover { position:absolute; top:-5%; left:-5%; width: 110%; }*/

.cat-evi-caption {
    top: 40%; 
    transform: translateY(-50%); 
    font-size:2.0em; 
    line-height:0.8em;
    font-weight:bold;
}

.tecnico-cat-container {
    padding:0; 
    display:inline-block; 
    float:none; 
    vertical-align:top;
    height:260px;
}

.tecnico-cat-inside {
    height:90%;
    margin:1em;
    padding:1em;
    border:1px solid #bbb;
    border-radius:1em;
    overflow:hidden;
}

.tecnico-cat-caption {
    width:100%; 
    font-weight:bold; 
    font-size:0.3rem;
}

.tecnico-cat-img { max-width:90%; height:8em; opacity:0; margin-top:5px;
            -webkit-transition: opacity 0.5s ease; 
            transition: opacity 0.5s ease; }

.tecnico-cat-gliph {
    font-size:10em;
}

.prod-breve {
    position:relative; 
    display:inline-block; 
    width:18%; 
    min-width:240px; 
    height:120px;
    overflow:hidden; 
    margin:1em; 
    border:0px solid #000; 
    padding:0.5em; 
    vertical-align:top;
    font-size:0.9em;
    border-radius:1em;
}

.prod-breve-pad {
    padding: 0 10px !important;
}

.prod-breve-sfumatura {
    position:absolute; 
    bottom:0; 
    left:0;
    width:100%; 
    height:20%; 
    background: linear-gradient(to bottom, transparent, #fff);
}

.prod-breve-cat-caption {
    position:absolute; 
    top:50%; 
    left:0;
    width:100%; 
    transform: translate(0,-50%); 
    color:#000; 
    background:#fff;
    opacity:0.7;
    font-size:1.8em;
    font-weight:bold; 
    padding:5%;
}

.prod-breve-cat-img-container {
    position: relative;
    width: 100%;
    padding-bottom:100%;
    overflow: hidden;
}

.prod-breve-cat-img { 
    position:absolute; 
    top:0%; 
    left:0%; 
    width:100%; 
    opacity:0;
    -webkit-transition: top 0.5s ease, left 0.5s ease, width 0.5s ease, opacity 0.5s ease; 
    transition: top 0.5s ease, left 0.5s ease, width 0.5s ease, opacity 0.5s ease; }

.prod-allegato {
    display:inline-block; 
    vertical-align:top;
    text-align:center;
    margin-bottom:1em;
}

.prod-img-container {
    position: relative;
    width: 100%;
    padding-bottom:100%;
    overflow: hidden;
    line-height:0;
}

.prod-img { position:absolute; top:0%; left:0%; width:100%; }

.prod-caption {
    width:100%;
    line-height:1.5em;
    overflow:hidden;
    padding-bottom:0.5em;
}

.footer {
    margin-top:3em; 
    border-top:2px solid #f00;
    background: #fff;
    color: #000000;
    opacity: 1.0;
    text-align:center;
    padding-top:1em;
}

/* INPUT UNDERLINE ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #0093CF;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

/* normal / technical */

.normtech {
    left:0.5em; 
    right:10%; 
    height:100%;
    background:#bbb; 
    border-radius:1%;  
    margin: 0 3.5em 0 0.5em; 
    padding:0.0em; 
    font-size:0.9em; 
    font-weight:bold;
}

.normtech-item {
    width:100%; 
    line-height:2.0em; 
    text-align:center; 
    border-radius:1%;
    white-space:nowrap;
    overflow:hidden;
}

.normtech-selected {
    background:#f00; 
    color:#fff;
}

.normtech-notsel {
    cursor: pointer;
}

.switch {
  position: relative;
  display: inline-block;
  width: 10em;
  height: 2em;
  margin-left: 1em;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  left: 0.2em;
  bottom: 0.2em;
  width: 4.6em;
  height: 1.6em;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(5em);
  -ms-transform: translateX(5em);
  transform: translateX(5em);
}

/* Rounded sliders */
.slider.round {
  border-radius: 2em;
}

.slider.round:before {
  border-radius: 2em;
}


/* FONT SCALING ================ */

@media screen and (max-width: 767px) {
    html {
        font-size: 8px;
    }
    .menu-w {
        width:200px;
    }
    .menu-inner {
        width:226px;
    }
    .menu-descr {
        width:146px;
    }
    #menu {
        left:-184px;
    }
    #menu-wrapper {
        width:16px;
    }
    #apri-menu {
        display:inline-block;
    }
    #chiudi-menu {
        display:none;
    }
}

/* sm */
@media screen and (min-width: 768px) {
    html {
        font-size: 12px;
    }
    .menu-w {
        width:200px;
    }
    .menu-inner {
        width:226px;
    }
    .menu-descr {
        width:146px;
    }
    #menu {
        left:-184px;
    }
    #menu-wrapper {
        width:16px;
    }
    #apri-menu {
        display:inline-block;
    }
    #chiudi-menu {
        display:none;
    }
}

/* md */
@media screen and (min-width: 992px) {
    html {
        font-size: 14px;
    }
    .menu-w {
        width:200px;
    }
    .menu-inner {
        width:226px;
    }
    .menu-descr {
        width:146px;
    }
    #menu {
        left:0px;
    }
    #menu-wrapper {
        width:200px;
    }
    #apri-menu {
        display:none;
    }
    #chiudi-menu {
        display:inline-block;
    }
}

/* lg */
@media screen and (min-width: 1200px) {
    html {
        font-size: 17px;
    }
    .menu-w {
        width:200px;
    }
    .menu-inner {
        width:226px;
    }
    .menu-descr {
        width:146px;
    }
    #menu {
        left:0px;
    }
    #menu-wrapper {
        width:200px;
    }
    #apri-menu {
        display:none;
    }
    #chiudi-menu {
        display:inline-block;
    }
}</pre></body></html>