.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;
}
.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:transparent;background-image:url("https://images.assets-landingi.com/GdHQ7qXD/SFONDO_SCURO_NO_LOGHI.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#p6a0tlZPewSVD3kT8cZyePFRx2csL84E { position:relative;display:block; }#p6a0tlZPewSVD3kT8cZyePFRx2csL84E { background-color: transparent; background-image: none; }#p6a0tlZPewSVD3kT8cZyePFRx2csL84E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6a0tlZPewSVD3kT8cZyePFRx2csL84E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6a0tlZPewSVD3kT8cZyePFRx2csL84E > .row .container > .video-iframe-container { display: none; }#p6a0tlZPewSVD3kT8cZyePFRx2csL84E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6a0tlZPewSVD3kT8cZyePFRx2csL84E > .row > .video-iframe-container { display: none; }#p6a0tlZPewSVD3kT8cZyePFRx2csL84E > .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); }#p6a0tlZPewSVD3kT8cZyePFRx2csL84E { border-width: 0; border-radius: 0; }#p6a0tlZPewSVD3kT8cZyePFRx2csL84E > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/GdHQ7qXD/SFONDO_SCURO_NO_LOGHI.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:8.4375rem;width:60rem;position:relative;display:block; }#p6a0tlZPewSVD3kT8cZyePFRx2csL84E > .row .container.adaptive-delivery-prevent-bg, #p6a0tlZPewSVD3kT8cZyePFRx2csL84E > .row .container.lazyload, #p6a0tlZPewSVD3kT8cZyePFRx2csL84E > .row .container.lazyloading { background-image: none; }#HvggOKcw1sk1xC44RbekXFprAEuaJnDz { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:12.8125rem;top:1.53125rem;left:2.86328125rem;overflow:hidden;display:block; }
#lJe1IuGIXlRSzerhgCvbqAD9rVznO0fE { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.75rem;width:21.875rem;top:1.28125rem;left:37.08749961853rem;overflow:hidden;display:block; }
#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/GdHQ7qXD/SFONDO_SCURO_NO_LOGHI.jpg");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:fixed;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 .container { width:60rem;height:116.5rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#iv9qNIxTZ1Zy4EISZLDfDt7tSPtKw89I { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:23.873046875rem;left:38.375rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lX4MtiXEms6buB81sfUUKNJTgStkdzGz { position:absolute;display:block;z-index:100014;background-color:rgba(255,255,255,0.6);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:0.375rem;top:23.248046875rem;left:29.8125rem;display:block; }
#eHmlO9FG6qvd52ARQD3IP2rTOMtw94nH { box-sizing:content-box;color:#ffffff;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:22.591796875rem;left:33.3125rem;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#215f92;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:4rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:5.75rem;left:35.59375rem;display:block; }
#TMDTTep9yw17mixKI1akqyTCV4TxM73h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#215f92;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:4rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:11.25rem;left:35.625rem;display:block; }
#V86i9OwAeckJQnHPwd6LohQCpp167vik { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JDoqKfJrBAIHvuCER0BOBhlOb0wrzgoq { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.9375rem;width:19.1875rem;top:2.4375rem;left:1.6875rem;overflow:hidden;display:block; }
#dSqtcVJLT5QdQ2FdckHShHLy9V4w0Huv { box-sizing:content-box;color:#ffffff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:22.935546875rem;left:7.5625rem;display:block; }
#ORmchqzpmb2oMUyIduzTLLCBJl57vkMo { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:100006;line-height:1.6;letter-spacing:0;top:23.873046875rem;left:12.4375rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X9CpOvEORZ9760RAXdSD0PKTwz8fEpG3 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:33.8125rem;left:0rem;height:20.3125rem;text-align:center;text-align-last:center;display:block; }
#wI0wHXsP9nlc9AtexVWm7veltVpsUTPn { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:15rem;width:22.625rem;top:57.25rem;left:1.6875rem;overflow:hidden;display:block; }
#qS1Mom1RVbtVKataaHLxziBX4myR48sf { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:64.21875rem;left:3.03125rem;height:2.4375rem;display:block; }
#qTWosR7wAG8rpykRlBazBKNT9LXJaVvW { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:15rem;width:22.625rem;top:79.375rem;left:33.3125rem;overflow:hidden;display:block; }
#iskVaZea761ktQHKK7vw4qGaNOVcwiih { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:87rem;left:46.34375rem;height:2.4375rem;display:block; }
#rzEN4uLFfKsh1pRvlXQGf4lenzhVubsB { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:15rem;width:22.625rem;top:76.4375rem;left:7.25rem;overflow:hidden;display:block; }
#M4LqJXZgDZyi0DkLUt1qBmk8iMUZvTTH { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:80.28125rem;left:19.8125rem;height:7.310875rem;display:block; }
#CpGxDcmndL7nUOVWvB3GHAyJ6itiIlBH { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:15rem;width:22.625rem;top:60.375rem;left:30.1875rem;overflow:hidden;display:block; }
#TUidGZwDQaTaT2Ech5KnZDFAoJCbda8J { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:66.65625rem;left:38.375rem;height:2.4375rem;display:block; }
#mGDTZWkou0CICVUr6IDHXUzXlPoazye1 { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:15rem;width:22.625rem;top:95.59375rem;left:0rem;overflow:hidden;display:block; }
#TRduGT72nX4iXpraOQTLJorHwTI2nlJM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:101.875rem;left:1.6875rem;height:2.4375rem;display:block; }
#OPi3VXetiNXJS9ZWGIrnvc8qVf1Xfyrt { color:#000000;display:block;width:18.0619375rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:96.999290466306rem;left:35.967681884766rem;height:12.1875rem;text-align:center;text-align-last:center;display:block; }
#QZTnA3D660068gVdpOF13b22l58GbruU { position:relative;display:block; }#QZTnA3D660068gVdpOF13b22l58GbruU { background-color: transparent; background-image: none; }#QZTnA3D660068gVdpOF13b22l58GbruU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZTnA3D660068gVdpOF13b22l58GbruU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZTnA3D660068gVdpOF13b22l58GbruU > .row .container > .video-iframe-container { display: none; }#QZTnA3D660068gVdpOF13b22l58GbruU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZTnA3D660068gVdpOF13b22l58GbruU > .row > .video-iframe-container { display: none; }#QZTnA3D660068gVdpOF13b22l58GbruU > .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); }#QZTnA3D660068gVdpOF13b22l58GbruU { border-width: 0; border-radius: 0; }#QZTnA3D660068gVdpOF13b22l58GbruU > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/GdHQ7qXD/SFONDO_SCURO_NO_LOGHI.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:26.625rem;width:60rem;position:relative;display:block; }#QZTnA3D660068gVdpOF13b22l58GbruU > .row .container.adaptive-delivery-prevent-bg, #QZTnA3D660068gVdpOF13b22l58GbruU > .row .container.lazyload, #QZTnA3D660068gVdpOF13b22l58GbruU > .row .container.lazyloading { background-image: none; }#vm7otv1ETbwEC4GdypHT0gsiU8GM2XeJ { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#215f92;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.1875rem;height:4.625rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:4.3732233047486rem;left:14.405181884766rem;display:block; }
#WFTgTGywKyZgE31VUPB8QNykAW1TtBFi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ScfQqVlkZ7fB5EZvrcMrzQkRPBpXifJE { color:#215f92;display:block;width:56.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:11.686789512634rem;left:1.9673290252686rem;height:10.15625rem;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:center;text-align-last:center;display:block; }
#svU6AGGIVJuvJNvV8iyRuTHtIXINwpxQ { position:relative;display:block; }#svU6AGGIVJuvJNvV8iyRuTHtIXINwpxQ { background-color: transparent; background-image: none; }#svU6AGGIVJuvJNvV8iyRuTHtIXINwpxQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svU6AGGIVJuvJNvV8iyRuTHtIXINwpxQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svU6AGGIVJuvJNvV8iyRuTHtIXINwpxQ > .row .container > .video-iframe-container { display: none; }#svU6AGGIVJuvJNvV8iyRuTHtIXINwpxQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svU6AGGIVJuvJNvV8iyRuTHtIXINwpxQ > .row > .video-iframe-container { display: none; }#svU6AGGIVJuvJNvV8iyRuTHtIXINwpxQ > .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); }#svU6AGGIVJuvJNvV8iyRuTHtIXINwpxQ { border-width: 0; border-radius: 0; }#svU6AGGIVJuvJNvV8iyRuTHtIXINwpxQ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(131deg, rgba(2,97,160,0.9), #000000);background-image: -moz-linear-gradient(131deg, rgba(2,97,160,0.9), #000000);background-image: -ms-linear-gradient(131deg, rgba(2,97,160,0.9), #000000);background-image: -o-linear-gradient(131deg, rgba(2,97,160,0.9), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50261a0', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50261a0', endColorstr='#000000' );";background-image: linear-gradient(131deg, rgba(2,97,160,0.9), #000000);background-size:cover !important;font-size:0.875rem;font-family:arial;height:120.375rem;width:60rem;position:relative;display:block; }#EXDZLX8iPBtRooiJVbFtXiwmMoK4BLPq { color:#ffffff;display:block;width:29.125rem;position:absolute;font-family:novecento;font-size:1.5625rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:1.6875rem;left:15.437501907349rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GNQamBuT9qTJXKiP8bKbl61iCqdMm01b { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:100022;line-height:1.3;letter-spacing:0;top:15.5625rem;left:5.78125rem;height:3.896475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nhLac90O3bKaFOnyXsdgKgkzFywtvvMr { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:5.69921875rem;left:6.625rem;height:3.8964875rem;text-align:center;text-align-last:center;display:block; }
#R1cyJfMKTqluTrb87RccWP0GMJ2Ql9ua { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:30.237504959106rem;left:5.78125rem;height:2.59765625rem;text-align:center;text-align-last:center;display:block; }
#RmPRxHVW9TML1dt0UIpcq9aClSrG4r8s { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:29.587503433227rem;left:41.593751907349rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#acKmrFpnLdnDatipubzKSNCiyyaGeeCh { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:10.89999961853rem;left:23.750001907349rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#oHc35s9ykhn4g9ogvSGSD4NE4BQaIa3i { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:15.562500953674rem;left:22.781251907349rem;height:3.896475rem;text-align:center;text-align-last:center;display:block; }
#i1oTVOoSZp9ZlIHeiDG9siVTP79VNHEL { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:23.000004768372rem;left:5.78125rem;height:3.8964875rem;text-align:center;text-align-last:center;display:block; }
#rzIAJqnLM5CEMF8I6kPsAWWnWDtxww3L { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:11.550003051757rem;left:40.625001907349rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#m3AvavMbpmOu68JnPLekc6fyJFLsFmGf { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:109.84609603882rem;left:13.71875rem;height:3.8964875rem;text-align:center;text-align-last:center;display:block; }
#lQwvs2FuNSNrNklChZat4IzkfGxatHKu { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100051;line-height:1.3;letter-spacing:0;top:51.926565647125rem;left:22.125001907349rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#ZMCD3IpbPyT8SNTq6TSs6zu18fnJn07z { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:80.842192649844rem;left:5.09375rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#yxNeiMbI6xyAPAuVc3zK8FgEy2Cf84oM { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100057;line-height:1.3;letter-spacing:0;top:44.646874427796rem;left:5.09375rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#bQTTUlndQmN6BGMe2ublw3twpc8SPa05 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:36.372656822204rem;left:23.750001907349rem;height:5.1953125rem;text-align:center;text-align-last:center;display:block; }
#pRV5TV1Z7WZhTbgAaSHTWJHzqNon4g4H { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:5.69921875rem;left:23.687501907349rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#EGTuMWsA6FGxo4wBU2FMHMSTSv2kTU7B { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:5.7617189884186rem;left:40.625001907349rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#Cn4mLhz9bhZem4cT7nH9fFzT1b8OFplk { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:10.89999961853rem;left:5.65625rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#F7RMK39OPTTzgSP3hrnvWgcJI6LdOQgx { color:#ffffff;display:block;width:15rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:15.562502861023rem;left:40.343751907349rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#TCX4i4Au8SVAhrZ3Ns6MpJGrknO1z9ID { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:21.699999809265rem;left:23.750001907349rem;height:6.4941375rem;text-align:center;text-align-last:center;display:block; }
#O0FPUZwFFwsSG4fkHShkw2HLkCnAr9Vl { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:29.411724090576rem;left:23.750001907349rem;height:5.1953125rem;text-align:center;text-align-last:center;display:block; }
#cdJFvCtBfeCd9XA346FTSrPOLi8pxvfW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:35.72265958786rem;left:41.593751907349rem;height:6.4941375rem;text-align:center;text-align-last:center;display:block; }
#lti9qsA4hMsXv7aso94fAwE6ZiTpPIeQ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:44.646878242492rem;left:41.593751907349rem;height:3.8964875rem;text-align:center;text-align-last:center;display:block; }
#efyxETcV7OgP21MadL46NGzihTakIg8T { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:59.507034301757rem;left:23.750001907349rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#muWaS4xFEZJkXJy3zJo4CeIhqVRmostE { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:59.507032394409rem;left:5.78125rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#PkWPi79fITBgkJi2CGJSVBsvf0ldwkQq { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:67.303128242494rem;left:23.750001907349rem;height:5.1953125rem;text-align:center;text-align-last:center;display:block; }
#JGw8htwe9QMtIpIeewDSCm3nn7g8DSkL { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:68.603128433225rem;left:41.593751907349rem;height:2.59765625rem;text-align:center;text-align-last:center;display:block; }
#C0h4piJlMAwuVLE7Fkf36Hk8DatAvnWX { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:74.459379196169rem;left:5.78125rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#ExXg5dT5ezv1yDnrCLA6VTmaWMib8l4R { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:74.459379196169rem;left:23.750001907349rem;height:3.8964875rem;text-align:center;text-align-last:center;display:block; }
#KGw4Ht24BSOh1VTZpHL5VUIKlIhEyfO0 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;top:81.491411209106rem;left:23.750001907349rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#wL2v7vUvyXLmHcTbN1PDKZP5IIa26EXO { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;top:80.842190742494rem;left:41.593751907349rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#GWqBMGtd9HrrtW8CbTZ5J8fPgXsAt949 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100048;line-height:1.3;letter-spacing:0;top:87.340629577638rem;left:23.750001907349rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#mQHBVuqDesNbyy9awEUc0heR2XZ2TkGl { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100049;line-height:1.3;letter-spacing:0;top:86.691411018369rem;left:41.593751907349rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#GDkfAemOBGrNFNJtDsnqW1Xhf88i9Htu { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100050;line-height:1.3;letter-spacing:0;top:93.084380149844rem;left:6.625rem;height:5.1953125rem;text-align:center;text-align-last:center;display:block; }
#GuFLw4fo44ITIvyTuQJm7Z7WeB3KW3sR { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100051;line-height:1.3;letter-spacing:0;top:93.733598709106rem;left:39.593751907349rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#wF2wW7Mx9anO1My17pT2z21gU5pRvqVa { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100052;line-height:1.3;letter-spacing:0;top:67.952348709106rem;left:5.78125rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#i5X04Hf19pECG0Bs2tmk9ITAR7qUsUD3 { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100053;line-height:1.3;letter-spacing:0;top:101.53281784058rem;left:5.625rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#S9kkQVD4AK8H6tmKHiXoJCbZmTZI4faT { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100054;line-height:1.3;letter-spacing:0;top:93.733598709106rem;left:22.750001907349rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#tndDXDTe2RVW6vehJ5DmSyeyfIiTasNV { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:100.88203620911rem;left:40.625001907349rem;height:5.1953125rem;text-align:center;text-align-last:center;display:block; }
#vFPGHR0SPDycgGMtZDShFupZTPOivwPT { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:109.19609832764rem;left:33.156251907349rem;height:5.1953125rem;text-align:center;text-align-last:center;display:block; }
#phO3P8KrLA9qzVK23Kd6Mxd91u68yEOE { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100057;line-height:1.3;letter-spacing:0;top:102.18203544617rem;left:22.750001907349rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#aup5Kfca5GUsZvDWaXPASbJmheyGe5OP { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100058;line-height:1.3;letter-spacing:0;top:87.219535827638rem;left:5.0625rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#muavOJ404BXUzDqwA6AMn3FVvzoD90MU { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100059;line-height:1.3;letter-spacing:0;top:74.459378242494rem;left:40.593751907349rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#XCKW1My2odH0F6levnRn09i5BI2ShAU8 { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100060;line-height:1.3;letter-spacing:0;top:51.926563262939rem;left:5.0625rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#G3uccw6ZlIonR92OHisy73LVpgaNK5cM { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100061;line-height:1.3;letter-spacing:0;top:44.646094322204rem;left:22.750001907349rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#kXxCTUZ2TCGfcU41emNWLdHl7UMDHCbV { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100062;line-height:1.3;letter-spacing:0;top:58.856253147125rem;left:40.625001907349rem;height:5.1953125rem;text-align:center;text-align-last:center;display:block; }
#kyXFD1UNvpgs4sD76MCCIVyb5vBfrzWV { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100063;line-height:1.3;letter-spacing:0;top:37.022663116455rem;left:5.625rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#c8Bt0cfMcHXJHZWfeScx6nZykboJlnEV { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100064;line-height:1.3;letter-spacing:0;top:23.00000333786rem;left:40.593751907349rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#pUeEhfOQsVH725cQ86TcNHMA1y21crCu { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100065;line-height:1.3;letter-spacing:0;top:51.926566123963rem;left:40.625001907349rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#WlIkcvO5Th0fs0tAksEmvVktSshBeRav { position:relative;display:block; }#WlIkcvO5Th0fs0tAksEmvVktSshBeRav { background-color: transparent; background-image: none; }#WlIkcvO5Th0fs0tAksEmvVktSshBeRav::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlIkcvO5Th0fs0tAksEmvVktSshBeRav > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlIkcvO5Th0fs0tAksEmvVktSshBeRav > .row .container > .video-iframe-container { display: none; }#WlIkcvO5Th0fs0tAksEmvVktSshBeRav > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WlIkcvO5Th0fs0tAksEmvVktSshBeRav > .row > .video-iframe-container { display: none; }#WlIkcvO5Th0fs0tAksEmvVktSshBeRav > .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); }#WlIkcvO5Th0fs0tAksEmvVktSshBeRav { border-width: 0; border-radius: 0; }#WlIkcvO5Th0fs0tAksEmvVktSshBeRav > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#yScq7C2mlDOhezJavcdp6Jl8UaGOOEwq { color:#215f92;display:block;width:28.875rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:2.1262474060059rem;left:15.56107711792rem;height:2.68021875rem;font-style:normal;display:block; }
#f97ITRu2tQ6GfSiLhktmHA8J5T4Q9AxA { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0;width:0;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#RWALicUJC8SxUndmOpyXRHnWMaa3ZKqT { position:relative;display:block; }#RWALicUJC8SxUndmOpyXRHnWMaa3ZKqT { background-color: transparent; background-image: none; }#RWALicUJC8SxUndmOpyXRHnWMaa3ZKqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWALicUJC8SxUndmOpyXRHnWMaa3ZKqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWALicUJC8SxUndmOpyXRHnWMaa3ZKqT > .row .container > .video-iframe-container { display: none; }#RWALicUJC8SxUndmOpyXRHnWMaa3ZKqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWALicUJC8SxUndmOpyXRHnWMaa3ZKqT > .row > .video-iframe-container { display: none; }#RWALicUJC8SxUndmOpyXRHnWMaa3ZKqT > .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); }#RWALicUJC8SxUndmOpyXRHnWMaa3ZKqT { border-width: 0; border-radius: 0; }#RWALicUJC8SxUndmOpyXRHnWMaa3ZKqT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.375rem;width:60rem;position:relative;display:block; }#dpTCgT9XdMc5pyCUhJ4QiZxWtC2Oikw4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0080bb;background-image:none;position:relative;z-index:auto;display:block; }#dpTCgT9XdMc5pyCUhJ4QiZxWtC2Oikw4 > .row .container { background-color: transparent; background-image: none; }#dpTCgT9XdMc5pyCUhJ4QiZxWtC2Oikw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpTCgT9XdMc5pyCUhJ4QiZxWtC2Oikw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpTCgT9XdMc5pyCUhJ4QiZxWtC2Oikw4 > .row .container > .video-iframe-container { display: none; }#dpTCgT9XdMc5pyCUhJ4QiZxWtC2Oikw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpTCgT9XdMc5pyCUhJ4QiZxWtC2Oikw4 > .row > .video-iframe-container { display: none; }#dpTCgT9XdMc5pyCUhJ4QiZxWtC2Oikw4 > .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); }#dpTCgT9XdMc5pyCUhJ4QiZxWtC2Oikw4 > .row .container { border-width: 0; border-radius: 0; }#dpTCgT9XdMc5pyCUhJ4QiZxWtC2Oikw4 > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:60rem;position:relative;display:block; }#zIGRZZU34RSUoHTxx9F80OXAksuJ4kX3 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:3.6875rem;left:22.1875rem;display:block; }
#e8v7efT49dSKIU7kxT0WmtUgoTT8Rnmb { color:#efe4e7;display:block;width:8.1875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:1.8250007629394rem;left:26.5625rem;height:1.298825rem;display:block; }
#zGhK4fhXSy8c9uRv9W4DdEChSXnbbCyN { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:3.6875rem;left:25.3125rem;display:block; }
#wMTX6reJyC3JK31qUGPR0DXPg4RvdnqD { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:3.6875rem;left:28.4375rem;display:block; }
#ZwuKz2MksNDBbyfII9F3MykfrmDgE6NM { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:3.6875rem;left:31.5625rem;display:block; }
#SCTm5A39GAC5qpTDpXFBUNTMROHU7ACH { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:3.6875019073486rem;left:34.75rem;display:block; }
#lR3xHE2pWQvn3KyRteitOyImMC0ArE3S { color:#efe4e7;display:block;width:60rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:8.1984386444094rem;left:0rem;height:3.3995rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #p6a0tlZPewSVD3kT8cZyePFRx2csL84E { display:block; }#p6a0tlZPewSVD3kT8cZyePFRx2csL84E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvggOKcw1sk1xC44RbekXFprAEuaJnDz { top:1.5rem;left:0rem;width:12.8125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJe1IuGIXlRSzerhgCvbqAD9rVznO0fE { top:1.25rem;left:25.875rem;width:21.875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iv9qNIxTZ1Zy4EISZLDfDt7tSPtKw89I { width:13.25rem;height:2.5rem;top:23.8125rem;left:32.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX4MtiXEms6buB81sfUUKNJTgStkdzGz { width:0.375rem;height:3.75rem;top:23.1875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHmlO9FG6qvd52ARQD3IP2rTOMtw94nH { top:22.5625rem;left:27.1875rem;width:5.0625rem;height:5.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO3tTmpRqtWXRIqwVs6wLRT7rb9Bgx6n { width:23rem;height:4rem;top:5.75rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMDTTep9yw17mixKI1akqyTCV4TxM73h { display:block; }
 }@media only screen and (max-width: 763px) { #pmMSpdaug7VCdBWrhuZ0Q3nd1e2dOwH7 { width:22.9375rem;height:4rem;top:11.25rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V86i9OwAeckJQnHPwd6LohQCpp167vik { display:block; }
 }@media only screen and (max-width: 763px) { #JDoqKfJrBAIHvuCER0BOBhlOb0wrzgoq { top:2.4375rem;left:0rem;width:19.1875rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSqtcVJLT5QdQ2FdckHShHLy9V4w0Huv { top:22.875rem;left:1.4375rem;width:4.375rem;height:4.375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORmchqzpmb2oMUyIduzTLLCBJl57vkMo { width:14.375rem;height:2.5rem;top:23.8125rem;left:6.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9CpOvEORZ9760RAXdSD0PKTwz8fEpG3 { top:33.8125rem;left:0rem;width:47.75rem;height:20.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI0wHXsP9nlc9AtexVWm7veltVpsUTPn { top:57.25rem;left:0rem;width:22.625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS1Mom1RVbtVKataaHLxziBX4myR48sf { top:64.1875rem;left:0rem;width:17.5625rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTWosR7wAG8rpykRlBazBKNT9LXJaVvW { top:79.375rem;left:25.125rem;width:22.625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #iskVaZea761ktQHKK7vw4qGaNOVcwiih { top:87rem;left:37.5rem;width:10.25rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzEN4uLFfKsh1pRvlXQGf4lenzhVubsB { top:76.4375rem;left:1.125rem;width:22.625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4LqJXZgDZyi0DkLUt1qBmk8iMUZvTTH { top:80.25rem;left:13.6875rem;width:9.1875rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpGxDcmndL7nUOVWvB3GHAyJ6itiIlBH { top:60.375rem;left:24.0625rem;width:22.625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUidGZwDQaTaT2Ech5KnZDFAoJCbda8J { top:66.625rem;left:32.25rem;width:12.5rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGDTZWkou0CICVUr6IDHXUzXlPoazye1 { top:95.5625rem;left:0rem;width:22.625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRduGT72nX4iXpraOQTLJorHwTI2nlJM { top:101.875rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPi3VXetiNXJS9ZWGIrnvc8qVf1Xfyrt { top:96.9375rem;left:29.75rem;width:18rem;height:12.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZTnA3D660068gVdpOF13b22l58GbruU { display:block; }#QZTnA3D660068gVdpOF13b22l58GbruU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vm7otv1ETbwEC4GdypHT0gsiU8GM2XeJ { width:31.1875rem;height:4.625rem;top:4.3125rem;left:8.2801818847656rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFTgTGywKyZgE31VUPB8QNykAW1TtBFi { display:block; }
 }@media only screen and (max-width: 763px) { #ScfQqVlkZ7fB5EZvrcMrzQkRPBpXifJE { top:11.625rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svU6AGGIVJuvJNvV8iyRuTHtIXINwpxQ { display:block; }#svU6AGGIVJuvJNvV8iyRuTHtIXINwpxQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXDZLX8iPBtRooiJVbFtXiwmMoK4BLPq { top:1.6875rem;left:9.3125019073488rem;width:29.125rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNQamBuT9qTJXKiP8bKbl61iCqdMm01b { top:15.5625rem;left:0rem;width:14.1875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhLac90O3bKaFOnyXsdgKgkzFywtvvMr { top:5.6875rem;left:0.5rem;width:11.375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1cyJfMKTqluTrb87RccWP0GMJ2Ql9ua { top:30.1875rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmPRxHVW9TML1dt0UIpcq9aClSrG4r8s { top:29.5625rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acKmrFpnLdnDatipubzKSNCiyyaGeeCh { top:10.875rem;left:17.625001907349rem;width:12.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHc35s9ykhn4g9ogvSGSD4NE4BQaIa3i { top:15.5625rem;left:16.656251907349rem;width:14.4375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1oTVOoSZp9ZlIHeiDG9siVTP79VNHEL { top:23rem;left:0rem;width:12.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzIAJqnLM5CEMF8I6kPsAWWnWDtxww3L { top:11.5rem;left:33.3125rem;width:14.4375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3AvavMbpmOu68JnPLekc6fyJFLsFmGf { top:109.8125rem;left:7.59375rem;width:12.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQwvs2FuNSNrNklChZat4IzkfGxatHKu { top:51.875rem;left:16.000001907349rem;width:15.75rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMCD3IpbPyT8SNTq6TSs6zu18fnJn07z { top:80.8125rem;left:0rem;width:14.4375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxNeiMbI6xyAPAuVc3zK8FgEy2Cf84oM { top:44.625rem;left:0rem;width:14.4375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQTTUlndQmN6BGMe2ublw3twpc8SPa05 { top:36.3125rem;left:17.625001907349rem;width:12.5rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRV5TV1Z7WZhTbgAaSHTWJHzqNon4g4H { top:5.6875rem;left:17.562501907349rem;width:12.625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGTuMWsA6FGxo4wBU2FMHMSTSv2kTU7B { top:5.75rem;left:33.3125rem;width:14.4375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn4mLhz9bhZem4cT7nH9fFzT1b8OFplk { top:10.875rem;left:0rem;width:14.4375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7RMK39OPTTzgSP3hrnvWgcJI6LdOQgx { top:15.5625rem;left:32.75rem;width:15rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCX4i4Au8SVAhrZ3Ns6MpJGrknO1z9ID { top:21.6875rem;left:17.625001907349rem;width:12.5rem;height:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0FPUZwFFwsSG4fkHShkw2HLkCnAr9Vl { top:29.375rem;left:17.625001907349rem;width:12.5rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdJFvCtBfeCd9XA346FTSrPOLi8pxvfW { top:35.6875rem;left:35.25rem;width:12.5rem;height:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lti9qsA4hMsXv7aso94fAwE6ZiTpPIeQ { top:44.625rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efyxETcV7OgP21MadL46NGzihTakIg8T { top:59.5rem;left:17.625001907349rem;width:12.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muWaS4xFEZJkXJy3zJo4CeIhqVRmostE { top:59.5rem;left:0rem;width:12.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkWPi79fITBgkJi2CGJSVBsvf0ldwkQq { top:67.25rem;left:17.625001907349rem;width:12.5rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGw8htwe9QMtIpIeewDSCm3nn7g8DSkL { top:68.5625rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0h4piJlMAwuVLE7Fkf36Hk8DatAvnWX { top:74.4375rem;left:0rem;width:12.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExXg5dT5ezv1yDnrCLA6VTmaWMib8l4R { top:74.4375rem;left:17.625001907349rem;width:12.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGw4Ht24BSOh1VTZpHL5VUIKlIhEyfO0 { top:81.4375rem;left:17.625001907349rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL2v7vUvyXLmHcTbN1PDKZP5IIa26EXO { top:80.8125rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWqBMGtd9HrrtW8CbTZ5J8fPgXsAt949 { top:87.3125rem;left:17.625001907349rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQHBVuqDesNbyy9awEUc0heR2XZ2TkGl { top:86.6875rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDkfAemOBGrNFNJtDsnqW1Xhf88i9Htu { top:93.0625rem;left:0.5rem;width:12.5rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuFLw4fo44ITIvyTuQJm7Z7WeB3KW3sR { top:93.6875rem;left:31.25rem;width:16.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF2wW7Mx9anO1My17pT2z21gU5pRvqVa { top:67.9375rem;left:0rem;width:13.875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5X04Hf19pECG0Bs2tmk9ITAR7qUsUD3 { top:101.5rem;left:0rem;width:14.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9kkQVD4AK8H6tmKHiXoJCbZmTZI4faT { top:93.6875rem;left:16.625001907349rem;width:14.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tndDXDTe2RVW6vehJ5DmSyeyfIiTasNV { top:100.875rem;left:33.25rem;width:14.5rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFPGHR0SPDycgGMtZDShFupZTPOivwPT { top:109.1875rem;left:27.031251907349rem;width:14.5rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phO3P8KrLA9qzVK23Kd6Mxd91u68yEOE { top:102.125rem;left:16.625001907349rem;width:14.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aup5Kfca5GUsZvDWaXPASbJmheyGe5OP { top:87.1875rem;left:0rem;width:14.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muavOJ404BXUzDqwA6AMn3FVvzoD90MU { top:74.4375rem;left:33.25rem;width:14.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCKW1My2odH0F6levnRn09i5BI2ShAU8 { top:51.875rem;left:0rem;width:14.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3uccw6ZlIonR92OHisy73LVpgaNK5cM { top:44.625rem;left:16.625001907349rem;width:14.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXxCTUZ2TCGfcU41emNWLdHl7UMDHCbV { top:58.8125rem;left:33.25rem;width:14.5rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyXFD1UNvpgs4sD76MCCIVyb5vBfrzWV { top:37rem;left:0rem;width:14.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8Bt0cfMcHXJHZWfeScx6nZykboJlnEV { top:23rem;left:33.25rem;width:14.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUeEhfOQsVH725cQ86TcNHMA1y21crCu { top:51.875rem;left:33.25rem;width:14.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlIkcvO5Th0fs0tAksEmvVktSshBeRav { display:block; }#WlIkcvO5Th0fs0tAksEmvVktSshBeRav > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yScq7C2mlDOhezJavcdp6Jl8UaGOOEwq { top:2.125rem;left:9.43607711792rem;width:28.875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f97ITRu2tQ6GfSiLhktmHA8J5T4Q9AxA { top:1.875rem;left:0rem;width:0;height:;display:block; }
 }@media only screen and (max-width: 763px) { #RWALicUJC8SxUndmOpyXRHnWMaa3ZKqT { display:block; }#RWALicUJC8SxUndmOpyXRHnWMaa3ZKqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpTCgT9XdMc5pyCUhJ4QiZxWtC2Oikw4 { display:block; }#dpTCgT9XdMc5pyCUhJ4QiZxWtC2Oikw4 > .row .container { width:47.75rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIGRZZU34RSUoHTxx9F80OXAksuJ4kX3 { top:3.6875rem;left:16.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8v7efT49dSKIU7kxT0WmtUgoTT8Rnmb { top:1.8125rem;left:20.4375rem;width:8.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGhK4fhXSy8c9uRv9W4DdEChSXnbbCyN { top:3.6875rem;left:19.1875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMTX6reJyC3JK31qUGPR0DXPg4RvdnqD { top:3.6875rem;left:22.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwuKz2MksNDBbyfII9F3MykfrmDgE6NM { top:3.6875rem;left:25.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCTm5A39GAC5qpTDpXFBUNTMROHU7ACH { top:3.6875rem;left:28.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR3xHE2pWQvn3KyRteitOyImMC0ArE3S { top:8.1875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(255,255,255,0.58);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) { #p6a0tlZPewSVD3kT8cZyePFRx2csL84E { display:block; }#p6a0tlZPewSVD3kT8cZyePFRx2csL84E > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvggOKcw1sk1xC44RbekXFprAEuaJnDz { width:5.5rem;height:2.5625rem;top:0.625rem;left:1.1248224377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJe1IuGIXlRSzerhgCvbqAD9rVznO0fE { width:10.7493125rem;height:2.687325rem;top:0.56196731328964rem;left:8.4925418496131rem;display:block; }
 }@media only screen and (max-width: 763px) { #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 { width:20rem;height:145.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/GdHQ7qXD/SFONDO_SCURO_NO_LOGHI.jpg");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;position:relative;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #iv9qNIxTZ1Zy4EISZLDfDt7tSPtKw89I { width:6.0617875rem;height:0.96146875rem;top:28.587533950806rem;left:12.121803820133rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lX4MtiXEms6buB81sfUUKNJTgStkdzGz { width:0.12429rem;height:2.87464375rem;top:26.612215042114rem;left:9.9369674324988rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHmlO9FG6qvd52ARQD3IP2rTOMtw94nH { width:3.5617875rem;height:3.5617875rem;top:24.541013717651rem;left:12.938742220402rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO3tTmpRqtWXRIqwVs6wLRT7rb9Bgx6n { width:17.249625rem;height:3.06196875rem;top:13.68696641922rem;left:1.3742898106575rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #TMDTTep9yw17mixKI1akqyTCV4TxM73h { display:block; }
 }@media only screen and (max-width: 763px) { #pmMSpdaug7VCdBWrhuZ0Q3nd1e2dOwH7 { width:17.249625rem;height:3.2492875rem;top:18.937321186066rem;left:1.3742898106575rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #V86i9OwAeckJQnHPwd6LohQCpp167vik { display:block; }
 }@media only screen and (max-width: 763px) { #JDoqKfJrBAIHvuCER0BOBhlOb0wrzgoq { width:10.4368125rem;height:8.125rem;top:2.373046875rem;left:4.7487569451332rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSqtcVJLT5QdQ2FdckHShHLy9V4w0Huv { width:3.125rem;height:3.125rem;top:24.761184692382rem;left:3.4357243180275rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORmchqzpmb2oMUyIduzTLLCBJl57vkMo { width:6.4994375rem;height:0.96146875rem;top:28.585758209229rem;left:1.7480466961861rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #X9CpOvEORZ9760RAXdSD0PKTwz8fEpG3 { width:20rem;height:21.924725rem;top:31.972654342651rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI0wHXsP9nlc9AtexVWm7veltVpsUTPn { width:20rem;height:13.259668508288rem;top:56.534084796906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS1Mom1RVbtVKataaHLxziBX4myR48sf { width:12.1244375rem;height:1.9504625rem;top:63.256387710569rem;left:1.3742898106575rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTWosR7wAG8rpykRlBazBKNT9LXJaVvW { width:20rem;height:13.259668508288rem;top:105.30627822876rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iskVaZea761ktQHKK7vw4qGaNOVcwiih { width:7.874625rem;height:2.03125rem;top:112.37837028503rem;left:12.125354349613rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzEN4uLFfKsh1pRvlXQGf4lenzhVubsB { width:20rem;height:13.259668508288rem;top:89.177013397219rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4LqJXZgDZyi0DkLUt1qBmk8iMUZvTTH { width:8.6248125rem;height:6.09375rem;top:92.758343696594rem;left:10.838955461979rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpGxDcmndL7nUOVWvB3GHAyJ6itiIlBH { width:20rem;height:13.259668508288rem;top:72.478683471681rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUidGZwDQaTaT2Ech5KnZDFAoJCbda8J { width:9.437125rem;height:2.03125rem;top:77.090728759762rem;left:8.2448506951331rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGDTZWkou0CICVUr6IDHXUzXlPoazye1 { width:20rem;height:13.259668508288rem;top:122.06587219238rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRduGT72nX4iXpraOQTLJorHwTI2nlJM { width:12.5rem;height:2.03125rem;top:127.67933082581rem;left:1.3742898106575rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPi3VXetiNXJS9ZWGIrnvc8qVf1Xfyrt { width:20rem;height:4.8739375rem;top:138.38689422607rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZTnA3D660068gVdpOF13b22l58GbruU { display:block; }#QZTnA3D660068gVdpOF13b22l58GbruU > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vm7otv1ETbwEC4GdypHT0gsiU8GM2XeJ { width:17.5rem;height:4.125rem;top:1.25rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFTgTGywKyZgE31VUPB8QNykAW1TtBFi { display:block; }
 }@media only screen and (max-width: 763px) { #ScfQqVlkZ7fB5EZvrcMrzQkRPBpXifJE { width:19rem;height:9.669725rem;top:6.625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svU6AGGIVJuvJNvV8iyRuTHtIXINwpxQ { display:block; }#svU6AGGIVJuvJNvV8iyRuTHtIXINwpxQ > .row .container { width:20rem;height:213rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXDZLX8iPBtRooiJVbFtXiwmMoK4BLPq { width:20rem;height:3.73579375rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GNQamBuT9qTJXKiP8bKbl61iCqdMm01b { width:14.1868125rem;height:3.41175rem;top:18.283909320831rem;left:5.8123221993446rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nhLac90O3bKaFOnyXsdgKgkzFywtvvMr { width:11.9375rem;height:3.41175625rem;top:7.0738620758056rem;left:0.99964481592181rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1cyJfMKTqluTrb87RccWP0GMJ2Ql9ua { width:12.5rem;height:2.2745rem;top:31.436434268951rem;left:0.71732956171037rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmPRxHVW9TML1dt0UIpcq9aClSrG4r8s { width:12.5rem;height:3.41175rem;top:35.411942005157rem;left:7.4991117119787rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acKmrFpnLdnDatipubzKSNCiyyaGeeCh { width:12.5rem;height:3.41175rem;top:10.596590518951rem;left:7.4991117119787rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHc35s9ykhn4g9ogvSGSD4NE4BQaIa3i { width:12.5625rem;height:3.41175rem;top:22.82314491272rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1oTVOoSZp9ZlIHeiDG9siVTP79VNHEL { width:12.5rem;height:2.2745rem;top:27.848009586334rem;left:6.6548290848731rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzIAJqnLM5CEMF8I6kPsAWWnWDtxww3L { width:14.437125rem;height:2.2745rem;top:14.819779396057rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3AvavMbpmOu68JnPLekc6fyJFLsFmGf { width:12.5rem;height:2.2745rem;top:56.898969650269rem;left:0.71732956171037rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQwvs2FuNSNrNklChZat4IzkfGxatHKu { width:15.7493125rem;height:2.2745rem;top:53.18713760376rem;left:4.2498221993446rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMCD3IpbPyT8SNTq6TSs6zu18fnJn07z { width:14.437125rem;height:3.41175rem;top:48.361148834229rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxNeiMbI6xyAPAuVc3zK8FgEy2Cf84oM { width:14.437125rem;height:2.2745rem;top:44.68483543396rem;left:5.5628548264504rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQTTUlndQmN6BGMe2ublw3twpc8SPa05 { width:12.5rem;height:3.41175rem;top:39.559658050537rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRV5TV1Z7WZhTbgAaSHTWJHzqNon4g4H { width:12.6243125rem;height:3.41175rem;top:60.731531143189rem;left:6.5935721993444rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGTuMWsA6FGxo4wBU2FMHMSTSv2kTU7B { width:14.437125rem;height:2.2745rem;top:65.316047668456rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn4mLhz9bhZem4cT7nH9fFzT1b8OFplk { width:14.437125rem;height:3.41175rem;top:68.498749732969rem;left:4.7798295617104rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7RMK39OPTTzgSP3hrnvWgcJI6LdOQgx { width:15rem;height:3.41175rem;top:72.686430931094rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCX4i4Au8SVAhrZ3Ns6MpJGrknO1z9ID { width:15.8744375rem;height:4.54900625rem;top:76.623752593994rem;left:4.1255326867104rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0FPUZwFFwsSG4fkHShkw2HLkCnAr9Vl { width:14.5625rem;height:3.41175rem;top:86.437318801881rem;left:4.4673290848732rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdJFvCtBfeCd9XA346FTSrPOLi8pxvfW { width:13.9375rem;height:4.54900625rem;top:94.499282836912rem;left:5.0923290848732rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lti9qsA4hMsXv7aso94fAwE6ZiTpPIeQ { width:12.5rem;height:3.41175625rem;top:103.99768447876rem;left:6.6548290848731rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efyxETcV7OgP21MadL46NGzihTakIg8T { width:12.5rem;height:3.41175rem;top:121.0608959198rem;left:7.4991117119787rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muWaS4xFEZJkXJy3zJo4CeIhqVRmostE { width:14.0625rem;height:2.2745rem;top:117.49910640716rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkWPi79fITBgkJi2CGJSVBsvf0ldwkQq { width:12.5rem;height:4.54900625rem;top:135.24946212769rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGw8htwe9QMtIpIeewDSCm3nn7g8DSkL { width:11.875rem;height:2.2745rem;top:141.24909877777rem;left:7.9991117119787rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0h4piJlMAwuVLE7Fkf36Hk8DatAvnWX { width:15rem;height:2.2745rem;top:144.87392807007rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExXg5dT5ezv1yDnrCLA6VTmaWMib8l4R { width:11.375rem;height:3.41175625rem;top:148.2483959198rem;left:6.8123221993444rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGw4Ht24BSOh1VTZpHL5VUIKlIhEyfO0 { width:12.5rem;height:2.2745rem;top:157.18571949005rem;left:7.4991117119787rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL2v7vUvyXLmHcTbN1PDKZP5IIa26EXO { width:12.5rem;height:3.41175rem;top:160.56107521057rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWqBMGtd9HrrtW8CbTZ5J8fPgXsAt949 { width:12.5rem;height:2.2745rem;top:169.62446594238rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQHBVuqDesNbyy9awEUc0heR2XZ2TkGl { width:12.5rem;height:3.41175rem;top:173.49964332581rem;left:7.4991117119787rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDkfAemOBGrNFNJtDsnqW1Xhf88i9Htu { width:12.5rem;height:4.54900625rem;top:177.99892616272rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuFLw4fo44ITIvyTuQJm7Z7WeB3KW3sR { width:16.4994375rem;height:3.41175rem;top:187.87464141846rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF2wW7Mx9anO1My17pT2z21gU5pRvqVa { width:13.8743125rem;height:2.2745rem;top:131.3743019104rem;left:6.1248221993446rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5X04Hf19pECG0Bs2tmk9ITAR7qUsUD3 { width:14.4993125rem;height:3.41175rem;top:192.43607521057rem;left:5.4998221993446rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9kkQVD4AK8H6tmKHiXoJCbZmTZI4faT { width:14.4993125rem;height:3.41175rem;top:183.93731307983rem;left:5.4998221993446rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tndDXDTe2RVW6vehJ5DmSyeyfIiTasNV { width:14.4993125rem;height:3.41175rem;top:201.7480430603rem;left:5.4998221993446rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFPGHR0SPDycgGMtZDShFupZTPOivwPT { width:15.687125rem;height:3.41175rem;top:206.4355430603rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phO3P8KrLA9qzVK23Kd6Mxd91u68yEOE { width:14.4993125rem;height:2.2745rem;top:197.68465614319rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aup5Kfca5GUsZvDWaXPASbJmheyGe5OP { width:14.4993125rem;height:3.41175rem;top:165.31160736084rem;left:4.7159090638161rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muavOJ404BXUzDqwA6AMn3FVvzoD90MU { width:14.4993125rem;height:3.41175rem;top:152.68731689453rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCKW1My2odH0F6levnRn09i5BI2ShAU8 { width:14.4993125rem;height:3.41175rem;top:108.87429046631rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3uccw6ZlIonR92OHisy73LVpgaNK5cM { width:14.4993125rem;height:2.2745rem;top:100.3737487793rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXxCTUZ2TCGfcU41emNWLdHl7UMDHCbV { width:14.4993125rem;height:4.54900625rem;top:125.49981689453rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyXFD1UNvpgs4sD76MCCIVyb5vBfrzWV { width:14.4993125rem;height:2.2745rem;top:90.999637603762rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8Bt0cfMcHXJHZWfeScx6nZykboJlnEV { width:14.4993125rem;height:2.2745rem;top:82.624284744262rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUeEhfOQsVH725cQ86TcNHMA1y21crCu { width:14.4993125rem;height:2.2745rem;top:114.06160545349rem;left:5.4998221993446rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlIkcvO5Th0fs0tAksEmvVktSshBeRav { display:block; }#WlIkcvO5Th0fs0tAksEmvVktSshBeRav > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yScq7C2mlDOhezJavcdp6Jl8UaGOOEwq { width:17.5rem;height:1.70543125rem;top:2.5rem;left:1.25rem;font-size:1.3125rem;color:#215f92;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f97ITRu2tQ6GfSiLhktmHA8J5T4Q9AxA { width:0;height:;top:1.25rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWALicUJC8SxUndmOpyXRHnWMaa3ZKqT { display:block; }#RWALicUJC8SxUndmOpyXRHnWMaa3ZKqT > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpTCgT9XdMc5pyCUhJ4QiZxWtC2Oikw4 { position:relative;z-index:auto;display:block; }#dpTCgT9XdMc5pyCUhJ4QiZxWtC2Oikw4 > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIGRZZU34RSUoHTxx9F80OXAksuJ4kX3 { width:3.125rem;height:3.125rem;top:3.8rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8v7efT49dSKIU7kxT0WmtUgoTT8Rnmb { width:8.1875rem;height:1.298825rem;top:1.25rem;left:5.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zGhK4fhXSy8c9uRv9W4DdEChSXnbbCyN { width:3.125rem;height:3.125rem;top:8.175rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMTX6reJyC3JK31qUGPR0DXPg4RvdnqD { width:3.125rem;height:3.125rem;top:12.55rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwuKz2MksNDBbyfII9F3MykfrmDgE6NM { width:3.125rem;height:3.125rem;top:16.925rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCTm5A39GAC5qpTDpXFBUNTMROHU7ACH { width:3.125rem;height:3.125rem;top:21.3rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR3xHE2pWQvn3KyRteitOyImMC0ArE3S { width:20rem;height:3.3995rem;top:25.675rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }