.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#007d99;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4KlAl2uPAEhTveUm1rNiSmR3kCO3sV0 { position:relative;display:block; }#e4KlAl2uPAEhTveUm1rNiSmR3kCO3sV0 { background-color: transparent; background-image: none; }#e4KlAl2uPAEhTveUm1rNiSmR3kCO3sV0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4KlAl2uPAEhTveUm1rNiSmR3kCO3sV0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4KlAl2uPAEhTveUm1rNiSmR3kCO3sV0 > .row .container > .video-iframe-container { display: none; }#e4KlAl2uPAEhTveUm1rNiSmR3kCO3sV0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4KlAl2uPAEhTveUm1rNiSmR3kCO3sV0 > .row > .video-iframe-container { display: none; }#e4KlAl2uPAEhTveUm1rNiSmR3kCO3sV0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4KlAl2uPAEhTveUm1rNiSmR3kCO3sV0 { border-width: 0; border-radius: 0; }#e4KlAl2uPAEhTveUm1rNiSmR3kCO3sV0 > .row .container > .video-iframe-container {  }#e4KlAl2uPAEhTveUm1rNiSmR3kCO3sV0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:155px;width:960px;position:relative;display:block; }#g76zF9sQyQdmnrlfsDw7WkhhwOvrMdB4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:73px;width:130px;top:41px;left:0px;overflow:hidden;display:block; }
#lKf2bRarpTr94J4g58D56PbAqtyimbXI { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:71px;width:149px;top:34px;left:639.703125px;overflow:hidden;display:block; }
#A9BTT4hEAVHFA5ptxQqcKLNVfLRQURhb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:67px;width:115px;top:33.993057250977px;left:804.98272705078px;overflow:hidden;display:block; }
#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container {  }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/985dbbfe-d3a2-4af9-9bf0-ad4c930b5ed6/scenari_immagine.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;width:960px;height:615px;font-size:14px;font-family:"open sans";border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container.lazyloading { background-image: none; }#ry5woDg1WAMRlmtPm0luuOkLMHBUudO9 { color:#ffffff;display:block;width:611px;position:absolute;font-family:raleway;font-size:25px;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;text-shadow:1px 3px 5px rgba(0,0,0,0.5);top:296.98611450195px;left:83.986114501953px;height:80px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QcgcEST1A63MPpOTCJEeZPK6vLqE5LQ3 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.9861px;width:37.9861px;top:317.96878051758px;left:33.993103027344px;overflow:hidden;display:block; }
#GO3tTmpRqtWXRIqwVs6wLRT7rb9Bgx6n { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#007d99;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:27px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:388px;height:50px;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:425.10418701172px;left:536.92718505859px;display:block; }
#TMDTTep9yw17mixKI1akqyTCV4TxM73h { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pmMSpdaug7VCdBWrhuZ0Q3nd1e2dOwH7 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#007d99;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:26px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:387.986px;height:50px;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:485.98962402344px;left:536.96185302734px;display:block; }
#V86i9OwAeckJQnHPwd6LohQCpp167vik { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#SoEQw1T36rSZMDDN97hwEw5hVs251SQO { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;color:#007d99;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:387.972px;height:73.9861px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:429.86109924316px;left:33.986114501953px;display:block; }
#Ebse9ETKgOWzqgvLTI3I7DU7Ul3lAmxw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { color:#ffffff;display:block;width:941px;position:absolute;font-family:raleway;font-size:65px;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;text-shadow:1px 3px 5px rgba(0,0,0,0.5);top:51.5px;left:19px;height:130px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IkReZogqgTopRgxcIVRdMS2uappIdZOs { color:#ffffff;display:block;width:940.99px;position:absolute;font-family:raleway;font-size:44px;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:1px 3px 5px rgba(0,0,0,0.5);top:191.10418701172px;left:18.993103027344px;height:87.9862px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WpNiMGzM7gwAJcb37gIf7FHxNVJ95EiK { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#007d99;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:26px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:387.986px;height:50px;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:547.98614501953px;left:536.92718505859px;display:block; }
#l2qBPUdvO4f07wGSkFG9bsocRoMfafHv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#RKnJzWuwUxAQRQ6tf9c8J8qvkcZTfM7y { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;color:#007d99;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:387.972px;height:73.9861px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:513.94444274902px;left:33.986114501953px;display:block; }
#uidAohcJSlW2Jp9vIAsSRwwmir0fRWat { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { position:relative;display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { background-color: transparent; background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { border-width: 0; border-radius: 0; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container > .video-iframe-container {  }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #007d99, rgba(0,0,0,0.63));background-image: -moz-linear-gradient(180deg, #007d99, rgba(0,0,0,0.63));background-image: -ms-linear-gradient(180deg, #007d99, rgba(0,0,0,0.63));background-image: -o-linear-gradient(180deg, #007d99, rgba(0,0,0,0.63));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#007d99', endColorstr='#a0000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#007d99', endColorstr='#a0000000' );";background-image: linear-gradient(180deg, #007d99, rgba(0,0,0,0.63));background-size:contain !important;font-size:14px;font-family:arial;height:628px;width:960px;position:relative;display:block; }#ScfQqVlkZ7fB5EZvrcMrzQkRPBpXifJE { color:#ffffff;display:block;width:896.997px;position:absolute;font-family:raleway;font-size:23px;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:59.878479003906px;left:31.493103027344px;height:508.2288px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#IOzgDK5M33DTKRgHbHNxrroQrz8CDpK4 { position:relative;display:block; }#IOzgDK5M33DTKRgHbHNxrroQrz8CDpK4 { background-color: transparent; background-image: none; }#IOzgDK5M33DTKRgHbHNxrroQrz8CDpK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOzgDK5M33DTKRgHbHNxrroQrz8CDpK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOzgDK5M33DTKRgHbHNxrroQrz8CDpK4 > .row .container > .video-iframe-container { display: none; }#IOzgDK5M33DTKRgHbHNxrroQrz8CDpK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOzgDK5M33DTKRgHbHNxrroQrz8CDpK4 > .row > .video-iframe-container { display: none; }#IOzgDK5M33DTKRgHbHNxrroQrz8CDpK4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOzgDK5M33DTKRgHbHNxrroQrz8CDpK4 { border-width: 0; border-radius: 0; }#IOzgDK5M33DTKRgHbHNxrroQrz8CDpK4 > .row .container > .video-iframe-container {  }#IOzgDK5M33DTKRgHbHNxrroQrz8CDpK4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:646px;width:960px;position:relative;display:block; }#OybCrigwLwqCA9OdXFwVHn5teg8H4Cwm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:628px;width:730px;top:9px;left:115px;overflow:hidden;display:block; }
#iaILGMNETtZGAvsUC5I0BLI72goRXWt9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1802px;width:546px;display:none; }
#DNo2D4XfIxcw2sZKdtKzn1TcgTpv2Z63 { position:relative;display:block; }#DNo2D4XfIxcw2sZKdtKzn1TcgTpv2Z63 { background-color: transparent; background-image: none; }#DNo2D4XfIxcw2sZKdtKzn1TcgTpv2Z63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNo2D4XfIxcw2sZKdtKzn1TcgTpv2Z63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNo2D4XfIxcw2sZKdtKzn1TcgTpv2Z63 > .row .container > .video-iframe-container { display: none; }#DNo2D4XfIxcw2sZKdtKzn1TcgTpv2Z63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNo2D4XfIxcw2sZKdtKzn1TcgTpv2Z63 > .row > .video-iframe-container { display: none; }#DNo2D4XfIxcw2sZKdtKzn1TcgTpv2Z63 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNo2D4XfIxcw2sZKdtKzn1TcgTpv2Z63 { border-width: 0; border-radius: 0; }#DNo2D4XfIxcw2sZKdtKzn1TcgTpv2Z63 > .row .container > .video-iframe-container {  }#DNo2D4XfIxcw2sZKdtKzn1TcgTpv2Z63 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1fa8c0;background-image:none;font-size:14px;font-family:arial;height:133px;width:960px;position:relative;display:block; }#trTLwbR0rvZhD4iKQqefJh4kFF4nAQVL { color:#ffffff;display:block;width:732.986px;position:absolute;font-family:raleway;font-size:45px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:37.222225189209px;left:113.48962402344px;height:58.5px;text-align:center;text-align-last:center;display:block; }
#HTX3TTlFxCNnD5h852WPKDvowhySGaM6 { position:absolute;display:block;z-index:15000;height:347.986px;width:960px;top:132.96875px;left:0px;display:block; }
#cFRwGgvxe98OQI1oalQpL2isgaH4v0hS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#cFRwGgvxe98OQI1oalQpL2isgaH4v0hS > .row .container { background-color: transparent; background-image: none; }#cFRwGgvxe98OQI1oalQpL2isgaH4v0hS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFRwGgvxe98OQI1oalQpL2isgaH4v0hS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFRwGgvxe98OQI1oalQpL2isgaH4v0hS > .row .container > .video-iframe-container { display: none; }#cFRwGgvxe98OQI1oalQpL2isgaH4v0hS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFRwGgvxe98OQI1oalQpL2isgaH4v0hS > .row > .video-iframe-container { display: none; }#cFRwGgvxe98OQI1oalQpL2isgaH4v0hS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFRwGgvxe98OQI1oalQpL2isgaH4v0hS > .row .container { border-width: 0; border-radius: 0; }#cFRwGgvxe98OQI1oalQpL2isgaH4v0hS > .row > .video-iframe-container {  }#cFRwGgvxe98OQI1oalQpL2isgaH4v0hS > .row .container { font-size:14px;font-family:arial;height:608px;width:960px;position:relative;display:block; }#fTPQbwVEql9giXPaiqSy16dTJHU3EKxG { position:relative;display:block; }#fTPQbwVEql9giXPaiqSy16dTJHU3EKxG { background-color: transparent; background-image: none; }#fTPQbwVEql9giXPaiqSy16dTJHU3EKxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTPQbwVEql9giXPaiqSy16dTJHU3EKxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTPQbwVEql9giXPaiqSy16dTJHU3EKxG > .row .container > .video-iframe-container { display: none; }#fTPQbwVEql9giXPaiqSy16dTJHU3EKxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTPQbwVEql9giXPaiqSy16dTJHU3EKxG > .row > .video-iframe-container { display: none; }#fTPQbwVEql9giXPaiqSy16dTJHU3EKxG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTPQbwVEql9giXPaiqSy16dTJHU3EKxG { border-width: 0; border-radius: 0; }#fTPQbwVEql9giXPaiqSy16dTJHU3EKxG > .row .container > .video-iframe-container {  }#fTPQbwVEql9giXPaiqSy16dTJHU3EKxG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1fa8c0;background-image:none;font-size:14px;font-family:arial;height:133px;width:960px;position:relative;display:block; }#VTIcIBJJKSdCxhKPDkqD4THONdUTTNS2 { color:#ffffff;display:block;width:732.986px;position:absolute;font-family:raleway;font-size:45px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:37.222225189209px;left:113.48962402344px;height:58.5px;text-align:center;text-align-last:center;display:block; }
#aercD27ltiexc4Mm4QvhNSgANCk8rzW0 { position:absolute;display:block;z-index:15000;height:347.986px;width:960px;top:132.96875px;left:0px;display:block; }
#Bg8kX4uTiwZRZw45ynuoIRd6xwDR1775 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#Bg8kX4uTiwZRZw45ynuoIRd6xwDR1775 > .row .container { background-color: transparent; background-image: none; }#Bg8kX4uTiwZRZw45ynuoIRd6xwDR1775::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg8kX4uTiwZRZw45ynuoIRd6xwDR1775 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg8kX4uTiwZRZw45ynuoIRd6xwDR1775 > .row .container > .video-iframe-container { display: none; }#Bg8kX4uTiwZRZw45ynuoIRd6xwDR1775 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg8kX4uTiwZRZw45ynuoIRd6xwDR1775 > .row > .video-iframe-container { display: none; }#Bg8kX4uTiwZRZw45ynuoIRd6xwDR1775 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg8kX4uTiwZRZw45ynuoIRd6xwDR1775 > .row .container { border-width: 0; border-radius: 0; }#Bg8kX4uTiwZRZw45ynuoIRd6xwDR1775 > .row > .video-iframe-container {  }#Bg8kX4uTiwZRZw45ynuoIRd6xwDR1775 > .row .container { font-size:14px;font-family:arial;height:608px;width:960px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #e4KlAl2uPAEhTveUm1rNiSmR3kCO3sV0 { display:block; }#e4KlAl2uPAEhTveUm1rNiSmR3kCO3sV0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g76zF9sQyQdmnrlfsDw7WkhhwOvrMdB4 { width:130px;height:73px;top:41px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lKf2bRarpTr94J4g58D56PbAqtyimbXI { top:34px;left:541.703125px;width:149px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #A9BTT4hEAVHFA5ptxQqcKLNVfLRQURhb { top:33px;left:649px;width:115px;height:67px;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ry5woDg1WAMRlmtPm0luuOkLMHBUudO9 { width:611px;height:80px;top:296px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #QcgcEST1A63MPpOTCJEeZPK6vLqE5LQ3 { width:37px;height:37px;top:317px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GO3tTmpRqtWXRIqwVs6wLRT7rb9Bgx6n { width:388px;height:50px;top:425px;left:376px;display:block; }
 }@media only screen and (max-width: 763px) { #TMDTTep9yw17mixKI1akqyTCV4TxM73h { display:block; }
 }@media only screen and (max-width: 763px) { #pmMSpdaug7VCdBWrhuZ0Q3nd1e2dOwH7 { width:387px;height:50px;top:485px;left:376px;display:block; }
 }@media only screen and (max-width: 763px) { #V86i9OwAeckJQnHPwd6LohQCpp167vik { display:block; }
 }@media only screen and (max-width: 763px) { #SoEQw1T36rSZMDDN97hwEw5hVs251SQO { width:387px;height:73px;top:429px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ebse9ETKgOWzqgvLTI3I7DU7Ul3lAmxw { display:block; }
 }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:764px;height:130px;top:51px;left:0px;font-size:65px;display:block; }
 }@media only screen and (max-width: 763px) { #IkReZogqgTopRgxcIVRdMS2uappIdZOs { width:764px;height:87px;top:191px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #WpNiMGzM7gwAJcb37gIf7FHxNVJ95EiK { width:387px;height:50px;top:547px;left:377px;display:block; }
 }@media only screen and (max-width: 763px) { #l2qBPUdvO4f07wGSkFG9bsocRoMfafHv { display:block; }
 }@media only screen and (max-width: 763px) { #RKnJzWuwUxAQRQ6tf9c8J8qvkcZTfM7y { width:387px;height:73px;top:513px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uidAohcJSlW2Jp9vIAsSRwwmir0fRWat { display:block; }
 }@media only screen and (max-width: 763px) { #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScfQqVlkZ7fB5EZvrcMrzQkRPBpXifJE { top:59px;left:0px;width:764px;height:508px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #IOzgDK5M33DTKRgHbHNxrroQrz8CDpK4 { display:block; }#IOzgDK5M33DTKRgHbHNxrroQrz8CDpK4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OybCrigwLwqCA9OdXFwVHn5teg8H4Cwm { top:9px;left:17px;width:730px;height:628px;display:block; }
 }@media only screen and (max-width: 763px) { #iaILGMNETtZGAvsUC5I0BLI72goRXWt9 { width:546px;height:1802px;display:none; }
 }@media only screen and (max-width: 763px) { #DNo2D4XfIxcw2sZKdtKzn1TcgTpv2Z63 { display:block; }#DNo2D4XfIxcw2sZKdtKzn1TcgTpv2Z63 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trTLwbR0rvZhD4iKQqefJh4kFF4nAQVL { top:37px;left:15.489624023438px;width:732px;height:58px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #HTX3TTlFxCNnD5h852WPKDvowhySGaM6 { top:132px;left:0px;width:764px;height:347px;display:block; }
 }@media only screen and (max-width: 763px) { #cFRwGgvxe98OQI1oalQpL2isgaH4v0hS { display:block; }#cFRwGgvxe98OQI1oalQpL2isgaH4v0hS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTPQbwVEql9giXPaiqSy16dTJHU3EKxG { display:block; }#fTPQbwVEql9giXPaiqSy16dTJHU3EKxG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTIcIBJJKSdCxhKPDkqD4THONdUTTNS2 { top:37px;left:15.486114501953px;width:732px;height:58px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #aercD27ltiexc4Mm4QvhNSgANCk8rzW0 { top:132px;left:0px;width:764px;height:347px;display:block; }
 }@media only screen and (max-width: 763px) { #Bg8kX4uTiwZRZw45ynuoIRd6xwDR1775 { display:block; }#Bg8kX4uTiwZRZw45ynuoIRd6xwDR1775 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#007d99;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #e4KlAl2uPAEhTveUm1rNiSmR3kCO3sV0 { display:block; }#e4KlAl2uPAEhTveUm1rNiSmR3kCO3sV0 > .row .container { width:320px;height:85px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g76zF9sQyQdmnrlfsDw7WkhhwOvrMdB4 { width:82px;height:46px;top:24.5px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #lKf2bRarpTr94J4g58D56PbAqtyimbXI { width:58px;height:27px;top:30.989583969116px;left:178.8541727066px;display:block; }
 }@media only screen and (max-width: 763px) { #A9BTT4hEAVHFA5ptxQqcKLNVfLRQURhb { width:63px;height:36px;top:27.482639312744px;left:246.0069437027px;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/985dbbfe-d3a2-4af9-9bf0-ad4c930b5ed6/scenari_immagine.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container {  }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:320px;height:787.52087402344px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ry5woDg1WAMRlmtPm0luuOkLMHBUudO9 { width:273.993px;height:58.5px;top:212.06597137451px;left:39.07986164093px;font-size:15px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QcgcEST1A63MPpOTCJEeZPK6vLqE5LQ3 { width:25.9896px;height:25.9896px;top:218.59374237061px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GO3tTmpRqtWXRIqwVs6wLRT7rb9Bgx6n { width:303.993px;height:48.9931px;top:507.01390838623px;left:7.9861116409302px;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #TMDTTep9yw17mixKI1akqyTCV4TxM73h { display:block; }
 }@media only screen and (max-width: 763px) { #pmMSpdaug7VCdBWrhuZ0Q3nd1e2dOwH7 { width:303.993px;height:51.9965px;top:564.01042938232px;left:7.9861116409302px;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #V86i9OwAeckJQnHPwd6LohQCpp167vik { display:block; }
 }@media only screen and (max-width: 763px) { #SoEQw1T36rSZMDDN97hwEw5hVs251SQO { width:303.976px;height:48.9931px;top:441.47570800781px;left:8.003472328186px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Ebse9ETKgOWzqgvLTI3I7DU7Ul3lAmxw { display:block; }
 }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:312px;height:115.188px;top:9px;left:0px;font-size:32px;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IkReZogqgTopRgxcIVRdMS2uappIdZOs { width:320px;height:52.7916px;top:134.39235687256px;left:0px;font-size:22px;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WpNiMGzM7gwAJcb37gIf7FHxNVJ95EiK { width:304px;height:50px;top:624.53090649414px;left:8px;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #l2qBPUdvO4f07wGSkFG9bsocRoMfafHv { display:block; }
 }@media only screen and (max-width: 763px) { #RKnJzWuwUxAQRQ6tf9c8J8qvkcZTfM7y { width:304px;height:73px;top:694.52087402344px;left:8px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #uidAohcJSlW2Jp9vIAsSRwwmir0fRWat { display:block; }
 }@media only screen and (max-width: 763px) { #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { background-color:transparent;background-image:url("https://images.assets-landingi.com/rfKznnxV/sfondo_16.9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.adaptive-delivery-prevent-bg, #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.lazyload, #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A.lazyloading { background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { background-color: transparent; background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,41,46,0.7); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,41,46,0.7); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { width:320px;height:826px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScfQqVlkZ7fB5EZvrcMrzQkRPBpXifJE { width:320px;height:795.3748px;top:20px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #IOzgDK5M33DTKRgHbHNxrroQrz8CDpK4 { display:block; }#IOzgDK5M33DTKRgHbHNxrroQrz8CDpK4 > .row .container { width:320px;height:1017px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OybCrigwLwqCA9OdXFwVHn5teg8H4Cwm { width:254px;height:218px;top:24.010437011719px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #iaILGMNETtZGAvsUC5I0BLI72goRXWt9 { top:27.999988131225px;left:14.48611164093px;width:291px;height:961px;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DNo2D4XfIxcw2sZKdtKzn1TcgTpv2Z63 { display:block; }#DNo2D4XfIxcw2sZKdtKzn1TcgTpv2Z63 > .row .container { width:320px;height:2063px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trTLwbR0rvZhD4iKQqefJh4kFF4nAQVL { width:302.986px;height:83.1944px;top:20px;left:8px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #HTX3TTlFxCNnD5h852WPKDvowhySGaM6 { width:320px;height:347px;top:123.1424px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cFRwGgvxe98OQI1oalQpL2isgaH4v0hS { background-color:#007d99;background-image:none;display:block; }#cFRwGgvxe98OQI1oalQpL2isgaH4v0hS > .row .container { background-color: transparent; background-image: none; }#cFRwGgvxe98OQI1oalQpL2isgaH4v0hS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFRwGgvxe98OQI1oalQpL2isgaH4v0hS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFRwGgvxe98OQI1oalQpL2isgaH4v0hS > .row .container > .video-iframe-container { display: none; }#cFRwGgvxe98OQI1oalQpL2isgaH4v0hS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFRwGgvxe98OQI1oalQpL2isgaH4v0hS > .row > .video-iframe-container { display: none; }#cFRwGgvxe98OQI1oalQpL2isgaH4v0hS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFRwGgvxe98OQI1oalQpL2isgaH4v0hS > .row .container { width:320px;height:570px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTPQbwVEql9giXPaiqSy16dTJHU3EKxG { display:block; }#fTPQbwVEql9giXPaiqSy16dTJHU3EKxG > .row .container { width:320px;height:2063px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTIcIBJJKSdCxhKPDkqD4THONdUTTNS2 { width:302.986px;height:83.1944px;top:20px;left:8px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #aercD27ltiexc4Mm4QvhNSgANCk8rzW0 { width:320px;height:347px;top:123.1424px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Bg8kX4uTiwZRZw45ynuoIRd6xwDR1775 { background-color:#007d99;background-image:none;display:block; }#Bg8kX4uTiwZRZw45ynuoIRd6xwDR1775 > .row .container { background-color: transparent; background-image: none; }#Bg8kX4uTiwZRZw45ynuoIRd6xwDR1775::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg8kX4uTiwZRZw45ynuoIRd6xwDR1775 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg8kX4uTiwZRZw45ynuoIRd6xwDR1775 > .row .container > .video-iframe-container { display: none; }#Bg8kX4uTiwZRZw45ynuoIRd6xwDR1775 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg8kX4uTiwZRZw45ynuoIRd6xwDR1775 > .row > .video-iframe-container { display: none; }#Bg8kX4uTiwZRZw45ynuoIRd6xwDR1775 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg8kX4uTiwZRZw45ynuoIRd6xwDR1775 > .row .container { width:320px;height:570px;position:relative;display:block; } }