.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;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); }#f4489Od9JeO5niD3WWa7dPscumoAnbWt { position:relative;display:none; }#f4489Od9JeO5niD3WWa7dPscumoAnbWt { border-width: 0; border-radius: 0; }#f4489Od9JeO5niD3WWa7dPscumoAnbWt > .row .container > .video-iframe-container {  }#f4489Od9JeO5niD3WWa7dPscumoAnbWt > .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:18.75rem;width:75rem;position:relative;display:none; }#LLpWqwAkH7yV1zcaQgVMc1IHTa7mxaeO { background-color:#41c50d;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:2.125rem;left:57.562503814698rem;display:none; }
#CsdXlDPyUCkWvnpxd8QukB8y6Oh4Dgqt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VRa6r880M2L0NIQHRk1UxQ6raPTStWD6 { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:0.46788215637207rem;left:57.875003814698rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/beb1427e-4d44-41a3-9229-791d8ac418e6/FWLP2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:"open sans";height:56rem;width:75rem;position:relative;display:none; }#SycKFRgA2Tog4zZwT2CZZ57I3KUnSfX1 { color:#232323;display:block;width:26rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:21.375rem;left:46.0625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EC3vbBsbpN7zfNBzQeXfGHX36Tf30n2T { color:#fecb00;display:block;width:33.9375rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:9.8125rem;left:1.0625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KdL6nozt4rwt3HvkNZPoE7cG2JFHoTPv { position:absolute;display:block;z-index:15042;background-color:#0c0b0b;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;height:2.5625rem;width:17.6875rem;top:41rem;left:0.625rem;display:block; }
#ZOfbmQNH49N811TTRnCT196u6FJkmIfw { color:#fdc400;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:41.124134063721rem;left:1.0622825622559rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#L7AIH2dlxNS44WqVTKmtsv2LgEldZhkq { color:#fecb00;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:5.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:30.25rem;left:0.8125rem;height:7.3745rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#NrVwSGPHO5gONE8KCXBrhTSWHVCWTTH6 { color:#fecb00;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:36.1875rem;left:1.25rem;height:1.20019375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Z4Tfm6Lm8LKqBWUUs1wScRzfB5WZ9Iog { color:#fecb00;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:33rem;left:7.5rem;height:3.71850625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UwSZ4mmpUtAO1JXXuzSqHuvkJP6RhOPT { color:#fecb00;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:35.1875rem;left:25.3125rem;height:1.2807625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ngUCHVmedp1lLSu3h3bdGXCpk6Huzy4r { color:#232323;display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.3125rem;left:1.0625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qZNWZqUFokeza1PsWcqzmFVOgOJb62Ao { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:1.625rem;top:12.749567031861rem;left:15.9375rem;overflow:hidden;display:block; }
#qTP6icyhINFP7xPpuR5zDpovhyBRqV89 { color:#000000;display:block;width:24.561625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:44.877388000488rem;left:47.631294250488rem;height:0.974825rem;font-style:normal;display:block; }
#O4lGHF5wciAR1iyxEAvASBJV4IKBg7G3 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:1.8125rem;top:44.374351501465rem;left:45.874568939209rem;overflow:hidden;display:block; }
#oZWBabhMlxn1FeIO1KyaSEHT5Ra4Q6DH { position:absolute;display:block;z-index:15003;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:27.5625rem;width:28.0625rem;top:19.561632156372rem;left:45.061851501465rem;display:block; }
#eILhrJ4y7pCLE33mNtMUFiy8KTfvKhDk { color:#fecb00;display:block;width:6.3125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:29.5rem;left:1.6875rem;height:2.03125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#zaiLZMO91LnwJg4QHJAmoCeB37USwHBu { color:#5b52cf;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:5.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.5rem rgba(91,82,207,0.54);top:30.25rem;left:0.6875rem;height:7.3745rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#dsMT6LK4ZfeyKdc7zHogNNBiMaR9GSTK { color:#5b52cf;display:block;width:7.875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(91,82,207,0.7);top:33rem;left:7.4375rem;height:3.71850625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#iQ0ORhG0dvs88gPTzN5mJqvpFDmGgZPc { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:9.0625rem;top:2.15625rem;left:0.625rem;overflow:hidden;display:block; }
#o4xwJlyuIbTfI1WUOIIt9RHBioTglFQu { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:32.9375rem;left:18.9375rem;height:4.0625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#zENOPbZTENVcEI6i5J1AVVOaZRQ6MoeL { color:#ffffff;display:block;width:4.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:34.625rem;left:21.125rem;height:1.7858875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qT69oRzc21GTCoxwsOTR0hqKeebVHegH { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:32.65625rem;left:15.5625rem;height:3.71850625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#URuJekJZ3NdFd8yvrMzkUqWwvW1Pft6a { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:10.6875rem;top:17.625rem;left:15.8125rem;overflow:hidden;display:block; }
#eloOFBChwiTtQZSNzMd3yIqbelItIJLd { color:#232323;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.75rem;left:1.25rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aqk64A3Vc7ryS62auVogkQT8ZSTq10E1 { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:31.9375rem;left:18.9375rem;height:1.5249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sm4lSLOXgBJFKdnmNWyuZSUet4wz6bH5 { color:#ffffff;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:35.4375rem;left:14rem;height:1.20019375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xu2DqlbcK3tW6yLRBGDuyARnXN7AGWRM { position:absolute;display:block;z-index:15064;background-color:#5b52cf;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:6.9375rem;width:6.9375rem;top:21.375rem;left:17.9375rem;display:block; }
#Mrl591AdZfcsDshZ0eNvG3PO3mRiOHMD { position:relative;display:none; }#Mrl591AdZfcsDshZ0eNvG3PO3mRiOHMD { border-width: 0; border-radius: 0; }#Mrl591AdZfcsDshZ0eNvG3PO3mRiOHMD > .row .container > .video-iframe-container {  }#Mrl591AdZfcsDshZ0eNvG3PO3mRiOHMD > .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:5.9375rem;width:75rem;position:relative;display:none; }#TLyNFl6NVNrwgDAD8tGRvaVkxsuXFQbZ { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.18663125rem;width:9.0625rem;top:0.65538215637206rem;left:0.921875rem;overflow:hidden;display:block; }
#ayKiWHNhMGzfZgA5G3yTB7IPr4TWZ8zt { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:0.46788215637207rem;left:57.875003814698rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eKmmA133T6wUN19yJyuRiRfIGEsziIqu { box-sizing:content-box;color:#ff9600;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:15059;top:1.875rem;left:53.937503814698rem;display:block; }
#HZ0T2XNbCaNnNrc0TEo4LEEEGPfLtTBl { background-color:#41c50d;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:2.125rem;left:57.562503814698rem;display:block; }
#nT0WqtwuGVwdL63QtEaA7DlP0tVLt28P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/beb1427e-4d44-41a3-9229-791d8ac418e6/FWLP2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN.adaptive-delivery-prevent-bg, #gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN.lazyload, #gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN.lazyloading { background-image: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container { background-color: transparent; background-image: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container > .video-iframe-container { display: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row > .video-iframe-container { display: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .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); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container { border-width: 0; border-radius: 0; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row > .video-iframe-container {  }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container { font-size:0.875rem;font-family:"open sans";height:51.75rem;width:75rem;position:relative;display:block; }#AmrOQb1cCR64WKzleD6X8l6M24ZvW386 { color:#fecb00;display:block;width:38.8125rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:7.562255859375rem;left:2.061767578125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Nie1rcUuFc8I0bRGZwqZVPm8NBeQv2pE { position:absolute;display:block;z-index:15042;background-color:#0c0b0b;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;height:3.8125rem;width:29.25rem;top:30.625rem;left:2.0625rem;display:block; }
#chT7929gNS4NmohnwFO1O8PClV4hVu5f { color:#e6f0ff;display:block;width:28.25rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.5625rem #ff0000;top:30.662110090256rem;left:2.5625rem;height:3.736325rem;font-style:normal;text-align:left;text-align-last:left;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; }
#MXiJpNAXfIG544CZ2LtIZM8NUMFqzL8u { color:#fecb00;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:5.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.99951171875rem;left:2.0615234375rem;height:7.3125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#t8yR9261uo0sxzmeaX0199XBUEXFOLhV { color:#fecb00;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.75rem;left:8.936767578125rem;height:3.65625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#JnOw3AV3BXpgm5zLMJ42nXgxK57n9xDJ { color:#232323;display:block;width:27.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.062255859375rem;left:2.061767578125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TlCOZFTTvQKFsQmuZTeHaQw3VFC4txF9 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:1.625rem;top:10.499267578125rem;left:16.937255859375rem;overflow:hidden;display:block; }
#C7zl487UZ4VsSsZNPPXRKTnUiaQK20BZ { color:#5b52cf;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:5.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.5rem rgba(91,82,207,0.54);top:20.999755859375rem;left:2.1240234375rem;height:7.3125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#d2ycNZ7aS3xZftOGLthrAT1P4OOZMxbc { color:#5b52cf;display:block;width:7.875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(91,82,207,0.7);top:23.75rem;left:8.87451171875rem;height:3.65625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TUhunrF3a4yReK3epLhLL2UBTnHt7qpg { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.1865rem;width:11.25rem;top:14.9365234375rem;left:19.3115234375rem;overflow:hidden;display:block; }
#qrlfVRNs965VQLSLaTdrhzyoflELGxVK { color:#232323;display:block;width:17.061625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.31201171875rem;left:1.99951171875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tAJh5nRp5Wu9rDalyhoByRJXSCfJtNR9 { position:absolute;display:block;z-index:15064;background-color:#5b52cf;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:10rem;width:10.0625rem;top:16.99951171875rem;left:20.12451171875rem;display:block; }
#M09QzmaqxAaZFkIxaNRNcaJPGJC0TJHI { color:#fecb00;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:25.43701171875rem;left:15.74951171875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SIKu9QUW8bKkS64bZZ47Xk6hdUfAuKC4 { color:#232323;display:block;width:26rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:38.475695133209rem;left:12.923610687256rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#lqJLVTJrHWicowCrn7FLHey9wVVtVgLt { background-color:#41c50d;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:40.611980438233rem;left:17.5625rem;display:none; }
#wlvTt1VsxhUsPahlioCTnqD0hBGGhVQG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#skTs0HXTMcVqA4t7Z22Ir7WdG3neVTuf { box-sizing:content-box;color:#ff9600;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:15060;top:37.374133110046rem;left:14.048610687256rem;display:none; }
#Ov5LgauJMNaOFDvytbqrgzLFs5PH5ZmT { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.18663125rem;width:9.0625rem;top:0.65538215637206rem;left:0.921875rem;overflow:hidden;display:none; }
#MzQPnAJCLRfZOmdzTJFlvtnQ9bJrE6pd { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1857625rem;width:9.0625rem;top:2.2005205154419rem;left:2.4375rem;overflow:hidden;display:block; }
#k1KChBAly2h4CNv0BAHhMpGLlF9Axpgh { color:#fdc400;display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:31.062501907349rem;left:2.4375rem;height:2.337075rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#XArMuU4fkRPma6gJ9bV0Uom02znIpSRm { color:#000000;display:block;width:42.8125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:12.998863220215rem;left:2.1240234375rem;height:1.437175rem;text-align:left;text-align-last:left;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:none; }
#buhnu7ZFpzalxk6TTveBUaefT7Zdyy47 { color:#fdc400;display:block;width:10.374375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:27.249755859375rem;left:2.31201171875rem;height:1.54394375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#DuRZZtRfHmd9QRUv1TAVFIBFFg4Jo24w { color:#232323;display:block;width:27.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.25rem;left:2rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#JcDCCk1m6cwXf7Tw1V7fPspXR8TLOEGU { color:#232323;display:block;width:17.061625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.5rem;left:1.9375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#xgexlgOPFT4axwGrChsk8wG2KhoZBEaZ { color:#232323;display:block;width:27.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.25rem;left:2rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#Go1J87K6Bmo10O3fMlwric8aBh9JZQN1 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#tTuUlHLJhFwuxJmRvoIwZtiVzhBzCTME { color:#fdc400;display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:31.062501907349rem;left:2.4375rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#sftscTgpUKO9wemy0GHQvqmXV5bgmdVX { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#VaALGvKnXuul7DpT5BmVTRF0yszqIteE { color:#e6f0ff;display:block;width:28.25rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.5625rem #ff0000;top:30.662110090256rem;left:2.5625rem;height:3.73698125rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#exI60FZJtUOEG3FJbGTJitt4dXQxGV4r { color:#e6f0ff;display:block;width:28.25rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.5625rem #ff0000;top:30.662110090256rem;left:2.5625rem;height:3.73698125rem;font-style:normal;text-align:left;text-align-last:left;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:none; }
#lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR .widget-text.counter-number { border-top:0.125rem solid #7700fd;border-left:0.125rem solid #7700fd;border-right:0.125rem solid #7700fd;border-bottom:0.125rem solid #7700fd;background-color:transparent;background-image:none;color:#7700fd;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem; }
#lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR .widget-text.counter-label { background-color:;background-image:none;color:#7700fd;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:14.25rem;height:5.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;z-index:;display:none; }
#lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #NMo9XgFCZ8mLI0Arppdbgusb7HkmCDbQ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #nlq2b5L7cfcPCLSRv6MLhDf281Czxq5d { width:auto; }
#lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #edVqT9lGEW19cPrig64g2Lod2VNqNGko {  }
#lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #yd3hMSPQFJO5eunlLaam2XIHtBPQNbqV { display:flex;position:relative;top:0rem;left:0rem; }
#lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #A3kyFWN3dUByXPqCIPpCtIpOLwtSueWA {  }
#lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #ufJuWsXGTtTJzGALfpITSOmLI2RRtJJi {  }
#lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #r0LfzTVloC9iKD1iQcaUa2qeMBfaak2R { display:flex;position:relative;top:0rem;left:0rem; }
#lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #EaEE8wbp3B41tosD7sXEeh4MewSD3TqT {  }
#lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #gKS78VL2MzfwSU4dfHIJZ2o11ZUCqXDQ {  }
#lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #EmsmqDBpkbuUXuO2k7uykVDKRewqpW38 { display:flex;position:relative;top:0rem;left:0rem; }
#lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #ZC6XC6fKGT8LdUIhTHlZQK3GKPgBJQcq {  }
#lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #KsbwgdLy7cPTfIHKoQse8LezupP2v7eo {  }
#DicpwawQhc0zTI8tZ5Nz5wPhIWveQnEm { box-sizing:content-box;color:#5d92ff;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:15000;display:none; }
#HKVqkg0ZWLvewSudPgtLW420xRyNLxT0 { box-sizing:content-box;color:#5d92ff;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:15000;display:none; }
#dvnZVsrMKUu8uPgFcgDa9DWcAvGAskld { position:absolute;display:block;z-index:15066;height:1.375rem;width:26.9375rem;top:25.34375rem;left:46rem;display:block; }
#yLnJM9q7kUseKfQyuIJZmEOfCgQnyxsy { position:absolute;display:block;z-index:15009;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:40.375rem;width:28.0625rem;top:8.4375rem;left:45.4375rem;display:block; }
#errJ5iLxiHMTuM7iVR4ABD0fSysdpqvJ { color:#232323;display:block;width:26rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:8.6005859375rem;left:46.46875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-form-header { font-size:0.75rem; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#232323;width:25.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(228,236,236,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #5b52cf;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.375rem;box-sizing:border-box;height:3.875rem;color:#2e244a;font-size:1.125rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-input-text {padding-top: 0; padding-bottom: 0;}#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(228,236,236,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #5b52cf;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.375rem;box-sizing:border-box;height:4.375rem;color:#2e244a;font-size:1.125rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.375rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-input-select {padding-top: 0; padding-bottom: 0;}#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#41c50d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:bold;color:#ffffff;width:25.375rem;height:4.375rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe [class*="-text"]:-moz-placeholder { color:#3e3e3e;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe [class*="-text"]::-moz-placeholder { color:#3e3e3e;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe [class*="-text"]:-ms-input-placeholder { color:#3e3e3e;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe [class*="-text"]::-webkit-input-placeholder { color:#3e3e3e;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.8125rem;font-weight:400;color:#0b0b0b;vertical-align:top;width:24.125rem;overflow:hidden;font-style:normal;float:none;text-align:justify;text-align-last:initial; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-container:first-of-type{padding-top:0;}#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-container:last-of-type{padding-bottom:0;}#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-size:0.75rem;left:45.529296875rem;top:13.396484375rem;z-index:15035;position:absolute; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.375rem;display:block;vertical-align:top; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe {display:block;}#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-size:0.75rem;left:45.529296875rem;top:13.396484375rem;z-index:15035;position:absolute; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #rE5aggbFbC31pwRGSIGskkh7lJDgPm8t { position:relative; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #BRU6r86W7vpnTFfqUlKUiud0vGWCVH8l { position:relative;display:block; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #xHrtp9XPPtETFR2RUZqRClbebN8hUc2s { position:relative; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #ImyOeE6JENxXXpUSLkFkREVNTVkiROTC { position:relative; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #FDFnH0eTBQsrAUrb5vTZrByHRZwK2lqU { position:relative;display:block; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #U46QA68PT0VbpzzxuwNhw225yuQAePdw { position:relative; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #I836ubm3KTWJV2b3gkN7mR7fI8CSFu92 { position:relative; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #ztD2i4fN367iuZhga6HWDckke1ueLErp { position:relative;display:block; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #mIOTWBT4XsT9SrqKfvKEvOqtlzs3TlW0 { position:relative; }
#dz0pMhb2TENZknHeXDvUHPdahSm149pP { position:relative;display:block; }
#fgRAcSPosFUMoyvkWtBGIBQv9o1fVDed { position:relative;display:block; }
#TRbcVqNXvR74qCdqpy3AWXVgEROMv1NW { position:relative;display:block; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #T7MzwqrvOMfvwI68uRigvTsXlUOuu2Xr { position:relative; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #T5w2Rqg40cDinlmAvtEKxBzVvmIbOJhT { position:relative;z-index:2; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #TdNR4ozuNktqq8gINcEn1lNI1eh2pha9 { position:relative; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #I4JxTOyqmiCu1cDNRFIwR32ceGrCHHuK { position:relative; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #PfCTAwXD0add6Lk3ItPRwCpXUr6ERT8f { position:relative;z-index:2; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #e7MKH1iQLNIHBeyDFf5ZqaWgTTrECHT9 { position:relative; }
#nbDE7yRbFbJOGzCVsTTdUbCidhVX3wLC { position:relative;display:block; }
#BQoo4kVdg06fg1UzGb9ShucwXRq5cRQy { position:relative;display:block; }
#esnrgUWu1r32vxlnpEaWWKgr4pe10dRp { position:relative;display:block; }
#q8Bqa8nnO5isELoFqtrUHrcxt4AB5OmT { position:relative;display:block; }
#Bb8MxlHtipD6mulxkpxTxvDTnTU8rgx0 { position:relative;display:block; }
#TedWGxpTS6Mk4FedEaQIkHyQa0zovAqK { position:relative;display:block; }
#erwekPOUi4T4uuO5i0kuaiTQQR29uQeg { position:relative;display:block; }
#c0uquRvdz1JcIg0B0wTqrqAtUlSZqvV4 { position:relative;display:block; }
#mwltcXt7B72eQFxLUrpT0lDc2J0bsbvH { position:relative;display:block; }
#CB3OosNcc211LrAZGvM1ddCVcq4NS6h1 { position:relative;display:block; }
#l4zUUwg1iVAv8LT4IF1l5LGK1hR1E8wS { position:relative;display:block; }
#ohIGkF5LrZW90GwU8LieuDK42sfwpVnp { position:relative;display:block; }
#kqlbP0aTHABATrDTK0vEpVga4tPFZfTG { position:relative;display:block; }
#LP4znF4O7INaXSlDexXGUtVumXd9EWfe { position:relative;display:block; }
#b3pJJRVcV4M0dC0Pae5BGX7ikHvUc9e7 { position:relative;display:block; }
#TEpfkC9EaL3odRhEc2RP79APHQ6WdG0q { position:relative;display:block; }
#WFTbs6pWoBX98W8EUFc7yO6KC6uBsFtu { position:relative;display:block; }
#Mtdoi4vsy3bzEeilWppQhecKb02Rid6W { position:relative;display:block; }
#p7nFo7smvSC4AVhZMbtf6cucgysF7cZ0 { position:relative;display:block; }
#xGTR5UXC9EXklb9cTf7eFobknb1HT9gQ { position:relative;display:block; }
#dwWav6T3azsacCP0qgPVIR3OkTimleCp { position:relative;display:block; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #lQSOH7Mv47p8uswqgok0vlz8iFBUBXzI { position:relative; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #s6OGKfSQUZ93HhFdIiWvTbJeBUVM0h3H { position:relative; }
#GveNQgCF2Z5CS1MLX8EsO83F4ZdJf0Nk { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:43.775391876697rem;left:47.65625rem;height:4.22265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tv9KQ2hIw10yL6dBOUDmasuA2wcFTRsF { color:#232323;display:block;width:26rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15067;line-height:1.2;letter-spacing:0;top:12.4853515625rem;left:46.46875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/c3492628-2e05-4b96-b87e-ae40ae789723/FWLP3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ.adaptive-delivery-prevent-bg, #z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ.lazyload, #z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ.lazyloading { background-image: none; }#z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ > .row .container { border-width: 0; border-radius: 0; }#z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ > .row > .video-iframe-container {  }#z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ > .row .container { font-size:0.875rem;font-family:"open sans";height:38.3125rem;width:75rem;position:relative;display:none; }#VudDhc52uzgGRW8CTQLoSw5r1ykUhebT { color:#211e1f;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:13.625rem;left:27.3125rem;height:1.4431125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nvSv0PBdtkgbgiATMTLZsKfnmhm9IUMf { box-sizing:content-box;color:#5b52cf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15056;top:13.3125rem;left:25.25rem;display:block; }
#HHaJzG4qFbE29uxT4nsMSTINLoKgTh8W { color:#211e1f;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:16.3125rem;left:27.3125rem;height:1.4431125rem;text-align:justify;text-align-last:initial;display:block; }
#HyyoHNh9rHBpBzI9JsPE2WOg6sTCSRqM { box-sizing:content-box;color:#5b52cf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15057;top:16rem;left:25.25rem;display:block; }
#M5KrnqeqtUaK78mqKTUHMW8ok6zyEUwh { color:#211e1f;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:19.125rem;left:27.3125rem;height:1.2999125rem;text-align:justify;text-align-last:initial;display:block; }
#Z78dDe38PfOG6xTnEiG4Id5o0lTgVVn3 { box-sizing:content-box;color:#5b52cf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15059;top:18.6875rem;left:25.1875rem;display:block; }
#gTAT28uF9QokXpCsTq6RZFatJQhMCZ7z { color:#2f2f2f;display:block;width:53.8105625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.6875rem;left:11.3125rem;height:2.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kycg0td3zWlePK5D022oDUqmPgWIGasN { position:absolute;display:block;z-index:15041;background-color:#dfe4e7;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;height:1.5625rem;width:17.24975rem;top:25.875rem;left:27.5rem;display:block; }
#LWHRRmA6NRfg8CGPZpvSN7wUoT5xpXff { color:#2f2f2f;display:block;width:16.62475rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:26rem;left:27.8125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QuEZSu3ooNDcfUmgXH0KvphuPentG2p2 { position:absolute;display:block;z-index:15005;background-color:#5b52cf;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;height:4.6875rem;width:17.1875rem;top:27.4375rem;left:27.5rem;display:block; }
#qID7HEvNArdEXEtdld8eXnn3ec4a0AuE { color:#ffffff;display:block;width:7.5598125rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:28.25rem;left:36rem;height:0.89323125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ASeslThVeK1nBgIFcZV7yzKvw9TEIL0F { color:#ffffff;display:block;width:9.184875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:28.8125rem;left:35.625rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZPfFKq9eZwvwEeH1yMqCx3fX2z3ggUX { color:#ffbe00;display:block;width:8.8733125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:28.8125rem;left:27.3125rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H5sLVo8muMGX6HCTfa3bAEWE7Fcxb0Hu { position:absolute;display:block;z-index:15002;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;height:2.8125rem;width:17.1875rem;top:31.4375rem;left:27.5rem;display:block; }
#UWweQ1BgadQxFX333bi8GIATHVPGE9Uv { color:#252525;display:block;width:13.5608125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:32.625rem;left:28.875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#onKnvtvFitn3b6iJRokqFKTN0TBDEF8w { color:#232323;display:block;width:31.6230625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.4375rem;left:19.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#drHQThEnwMmV2HLZb4PC1qtRPcaJmxKC { color:#211e1f;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:21.75rem;left:27.375rem;height:1.29948125rem;text-align:justify;text-align-last:initial;display:block; }
#WvovlcpbyHitPRiNQDDmFzMAIk2vSBXT { box-sizing:content-box;color:#5b52cf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15061;top:21.3125rem;left:25.25rem;display:block; }
#RMkwFHsgaDEDTkrD0feUTL14fDKT3iyO { color:#5b52cf;display:block;width:4.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:21.8125rem;left:37.6875rem;height:1.2999125rem;text-align:justify;text-align-last:initial;display:block; }
#luwACvpm05QvaLRgD6q2m5OLulsABamq { position:absolute;display:block;z-index:14999;background-color:#eae8e9;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:1.75rem;width:3.5625rem;top:21.5rem;left:37.1875rem;display:block; }
#kJsCtWypJhatsTUHH20T4xVFsJtrD0dF { color:#313131;display:block;width:38.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:7.6875rem;left:19.0625rem;height:1.461425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ISSfG6GN8L9mCswI92RoAIxrUfXaTpmO { background-color:#41c50d;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:2.125rem;left:57.562503814698rem;display:none; }
#AfbxvI4dszrCpIQwaLPyopSMKnuLhhbR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/c3492628-2e05-4b96-b87e-ae40ae789723/FWLP3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7.adaptive-delivery-prevent-bg, #SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7.lazyload, #SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7.lazyloading { background-image: none; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row .container { background-color: transparent; background-image: none; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row .container > .video-iframe-container { display: none; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row > .video-iframe-container { display: none; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .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); }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row .container { border-width: 0; border-radius: 0; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row > .video-iframe-container {  }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row .container { font-size:0.875rem;font-family:"open sans";height:26.75rem;width:75rem;position:relative;display:block; }#ekVAy3dwT0pSmT8EXQQN3p9dAgwbDQMQ { color:#211e1f;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:13.625rem;left:27.3125rem;height:1.381225rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#vxlWNaGDmLPa6ZfiqvwzxsP1dOqXKalW { box-sizing:content-box;color:#5b52cf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15056;top:13.3125rem;left:25.25rem;display:block; }
#MH7tw3RHrEIqp81cawz7RzA3DR8mh96s { color:#211e1f;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:16.3125rem;left:27.3125rem;height:1.381225rem;text-align:justify;text-align-last:initial;display:block; }
#e7xG76eHh08zsxe0sIE8AfWKl1qf0Iml { box-sizing:content-box;color:#5b52cf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15057;top:16rem;left:25.25rem;display:block; }
#nekTi5T7vXRVRCwoURqD9ux9iaAZ5BrA { color:#211e1f;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:19.125rem;left:27.3125rem;height:1.29980625rem;text-align:justify;text-align-last:initial;display:block; }
#V4eKA7vyrVTfExxNrefwv1bXL7mlMGyG { box-sizing:content-box;color:#5b52cf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15059;top:18.6875rem;left:25.1875rem;display:block; }
#Ef2aPWWgS1t6SLWIeRsMUKlGEoQSeviS { color:#2f2f2f;display:block;width:53.8105625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.6875rem;left:11.3125rem;height:2.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fN2WV0ZPgJseyA9g8mAyPXGXSqbHmLq4 { color:#232323;display:block;width:31.6230625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.4375rem;left:19.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hoIo9EoWTTmfvNzclt5a5OXwUSGW7h19 { color:#211e1f;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:21.75rem;left:27.375rem;height:2.5996125rem;text-align:justify;text-align-last:initial;display:block; }
#NLmBIdpPDE3VbGu0kW3qfOFFroOfVntF { box-sizing:content-box;color:#5b52cf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15061;top:21.3125rem;left:25.25rem;display:block; }
#A6ZmNqqqb0xxdEHIw6J1F3bZKc5hqS0e { color:#313131;display:block;width:38.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:7.6875rem;left:19.0625rem;height:1.4003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/c3492628-2e05-4b96-b87e-ae40ae789723/FWLP3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ.adaptive-delivery-prevent-bg, #J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ.lazyload, #J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ.lazyloading { background-image: none; }#J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ > .row .container { border-width: 0; border-radius: 0; }#J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ > .row > .video-iframe-container {  }#J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ > .row .container { font-size:0.875rem;font-family:"open sans";height:25.875rem;width:75rem;position:relative;display:none; }#Oax94Awat2H31NvH12oqMAzQA75WrJKd { color:#211e1f;display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:9.8125rem;left:27.4375rem;height:1.381225rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#fKPFE7eigge1OCpcCxATE1cwTt4IO1Q8 { box-sizing:content-box;color:#5b52cf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15056;top:9.5625rem;left:25.25rem;display:block; }
#tuPbwfng3Fq4aSUsCB4sdbqKfSLNBF8g { color:#211e1f;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:12.5rem;left:27.4375rem;height:1.381225rem;text-align:justify;text-align-last:initial;display:block; }
#fEu5vwde3B1INNdTAyIduliHbsq39DEe { box-sizing:content-box;color:#5b52cf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15057;top:12.25rem;left:25.25rem;display:block; }
#c9pbuImJF8VMFxkI4NGhCFMtvQzlT4LQ { color:#211e1f;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:15.3125rem;left:27.4375rem;height:1.29980625rem;text-align:justify;text-align-last:initial;display:block; }
#Ty8Zu8bPVzoGEuIlNFLP0VUre9XpuV7F { box-sizing:content-box;color:#5b52cf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15059;top:14.9375rem;left:25.1875rem;display:block; }
#ZFNWGb0bEkdwv4Ny6tXaiL1c6PZisrVO { color:#2f2f2f;display:block;width:53.8105625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:0.875rem;left:11.4375rem;height:2.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HlJnAzllBPoeFiODa2qDNI3ZG4VE5vDc { color:#232323;display:block;width:31.6230625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.625rem;left:19.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TPt82E85T4Tdc6WxIgxikhVaM2aXrnxV { color:#211e1f;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:17.9375rem;left:27.5rem;height:1.29948125rem;text-align:justify;text-align-last:initial;display:block; }
#nqcD1HE4fF1fAZDB64Uks2ULDWTxRDtk { box-sizing:content-box;color:#5b52cf;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15061;top:17.5625rem;left:25.25rem;display:block; }
#JquVA9LtCXBzfL2pg9SOzNWqQBD5anBr { color:#313131;display:block;width:38.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:3.875rem;left:19.1875rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QfSWIy3XVQ1zFGLNI6776iWl5EaUaoyo { background-color:#41c50d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #09699d;border-left:0.125rem solid #09699d;border-right:0.125rem solid #09699d;border-bottom:0.125rem solid #09699d;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:21.000003814698rem;left:40.5625rem;display:block; }
#Z3Np8CnfqDeCKl1IV7gMg0RTq4FhhW05 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bx020gVzcSNOv2xLU2XoGP4nOq3T9wgv { background-color:#41c50d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #9d0909;border-left:0.1875rem solid #9d0909;border-right:0.1875rem solid #9d0909;border-bottom:0.1875rem solid #9d0909;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:21.000003814698rem;left:18.9375rem;display:block; }
#EimvNHG4AK39odQkB0dRTLqQDqwJN0iV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t1h1sUvGVXop6ns8VuJbQfh9TL5LceDJ { color:#211e1f;display:block;width:3.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:21.875003814698rem;left:36rem;height:1.29980625rem;text-align:justify;text-align-last:initial;display:block; }
#EHc5eCZRXXbTQ2gwrtLA8RdrvqmLMTrv { color:#232323;display:block;width:8.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.5rem;left:43.96875rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fecb00;background-image:url("https://images.assets-landingi.com/ZvQMKqXL/Progetto_senza_titolo_5_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn.adaptive-delivery-prevent-bg, #g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn.lazyload, #g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn.lazyloading { background-image: none; }#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn > .row .container { background-color: transparent; background-image: none; }#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn > .row .container > .video-iframe-container { display: none; }#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn > .row > .video-iframe-container { display: none; }#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn > .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); }#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn > .row .container { border-width: 0; border-radius: 0; }#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn > .row > .video-iframe-container {  }#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn > .row .container { font-size:0.875rem;font-family:"open sans";height:32.375rem;width:75rem;position:relative;display:block; }#r15rb2VrlS2oJkBoVzhaxUEsIfX8TAJS { position:absolute;display:block;z-index:15000;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:25.5rem;width:22.0625rem;top:2.9364349842071rem;left:1.2189273834229rem;display:block; }
#td8V8ofQAKl5yNZgXS8bcoU2GDZs6T6r { color:#2f2f2f;display:block;width:14.8739375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:14.999106407166rem;left:5.0612564086914rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#twAlBXn4oXnNSO58WJbzdaC6dNk41Zal { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:6.75rem;top:6.375rem;left:8.375rem;overflow:hidden;display:block; }
#D0mCpst0I5ukIFkZPktr0ngTZ8tVSVl7 { position:absolute;display:block;z-index:15003;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:25.1875rem;width:22.0625rem;top:3.25rem;left:26.4375rem;display:block; }
#Tkaou5TOcG8IIk4mBZulzclix24Px1uJ { color:#2f2f2f;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:15rem;left:30.0625rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nuXZE4OSCrVEHUiKPCHx0Eo3yoIVk0Nc { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:6.75rem;top:6.37340259552rem;left:34.123756408691rem;overflow:hidden;display:block; }
#MvnkOVep1tdEHqEqVJdIDX58hyHH18he { position:absolute;display:block;z-index:15006;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:25.5rem;width:22.0625rem;top:3.1875rem;left:51.5rem;display:block; }
#bqeisBTImrkBxNLfle9mNbKFA45adJSt { color:#2f2f2f;display:block;width:14.8739375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.93714427948rem;left:55.062141418457rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fG9vxKzTtVT7InDHex1Rcwftt4a6puSh { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.6875rem;width:6.6875rem;top:6.375rem;left:59.125rem;overflow:hidden;display:block; }
#gmdD8Akrhxz0UoKri2HtQfik9VcVT7O3 { color:#2f2f2f;display:block;width:14.8118125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:19.439806938171rem;left:4.3394870758057rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ChO3GrgRde8EXvoSxyVfDPt8pTiVPhSU { color:#2f2f2f;display:block;width:14.8118125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:19.438920021057rem;left:30.093215942382rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SVBhXm9TRW8UT7UDFkmReTuiJ8PLx2V4 { color:#2f2f2f;display:block;width:19.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:19.438033103943rem;left:52.780715942382rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dGa0aWUKSH05E388LXbDFZdSfv5kbU2d { background-color:#41c50d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #9d0909;border-left:0.1875rem solid #9d0909;border-right:0.1875rem solid #9d0909;border-bottom:0.1875rem solid #9d0909;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:21.000003814698rem;left:18.9375rem;display:none; }
#WOlQRSEhSVD8ypIpyu2fAkqMIcBC6A9I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NHvnL9hnKlo3Qi98uQPwnQB48iE7kHTK { background-color:#41c50d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #9d0909;border-left:0.1875rem solid #9d0909;border-right:0.1875rem solid #9d0909;border-bottom:0.1875rem solid #9d0909;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:21.000003814698rem;left:18.9375rem;display:none; }
#mfMMq4RCa0cCa0yWCeZ1qeLcoWT8np3f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rVeNNTNuUqobsNxaNsPWqilJTlBK9oxh { background-color:#41c50d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #9d0909;border-left:0.1875rem solid #9d0909;border-right:0.1875rem solid #9d0909;border-bottom:0.1875rem solid #9d0909;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:21.000003814698rem;left:18.9375rem;display:none; }
#Rphn0mNyzaAg8wscfpdSaoB83TUfNSmz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CPqxB69AH9TiglJBpfDRaPOQHb6X2XfT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;background-image:none;position:relative;display:block; }#CPqxB69AH9TiglJBpfDRaPOQHb6X2XfT > .row .container { background-color: transparent; background-image: none; }#CPqxB69AH9TiglJBpfDRaPOQHb6X2XfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPqxB69AH9TiglJBpfDRaPOQHb6X2XfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPqxB69AH9TiglJBpfDRaPOQHb6X2XfT > .row .container > .video-iframe-container { display: none; }#CPqxB69AH9TiglJBpfDRaPOQHb6X2XfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPqxB69AH9TiglJBpfDRaPOQHb6X2XfT > .row > .video-iframe-container { display: none; }#CPqxB69AH9TiglJBpfDRaPOQHb6X2XfT > .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); }#CPqxB69AH9TiglJBpfDRaPOQHb6X2XfT > .row .container { border-width: 0; border-radius: 0; }#CPqxB69AH9TiglJBpfDRaPOQHb6X2XfT > .row > .video-iframe-container {  }#CPqxB69AH9TiglJBpfDRaPOQHb6X2XfT > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:75rem;position:relative;display:block; }#yHsnqhEH6XIfIGcX2cmbFyeJOQvyH8Ro { color:#f6f6f6;display:block;width:19.4375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0.68684768676756rem;left:0.81163024902344rem;height:1.05615rem;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; }
#x3nQJ25ve05U91nKTJi4nmTT3IKCMuCB { color:#ffffff;display:block;width:6.312125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.74956512451175rem;left:20.749347686767rem;height:2.2734375rem;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; }
#MT3z0pteflt4Zd5CPHBMsMnbW2JfLuRd { background-color:rgba(0,0,0,0);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.311875rem;height:1.81206875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.46636199951172rem;left:27.187065124512rem;display:block; }
#rdD9T2qlff8dbEZEZOLtkIztq1KgufRL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#URfJQqBB8dOtKWaTo5UOgCceHQ6rfD6l { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.75rem;left:33.873699188233rem;height:1.13736875rem;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; }
#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;background-image:none;position:relative;display:none; }#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG > .row .container { border-width: 0; border-radius: 0; }#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG > .row > .video-iframe-container {  }#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:75rem;position:relative;display:none; }#aNLGt0f5CQ5mpr0I7p2GNPKmOk8nJMxM { color:#f6f6f6;display:block;width:19.4375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0.68684768676756rem;left:0.81163024902344rem;height:1.11840625rem;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; }
#RR9xH7FVmDyP9v1n8QiDJahQbs2rEOTc { color:#ffffff;display:block;width:6.312125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.62456512451172rem;left:20.749347686767rem;height:1.20019375rem;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; }
#neRMCyEdWVuh6SOard1QSL4D3cbM18Oc { background-color:rgba(0,0,0,0);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.311875rem;height:1.81206875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.34136199951172rem;left:27.187065124512rem;display:block; }
#DucQEclRmQZQURvTqG2uw53SbXr3q6aC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y { border-width: 0; border-radius: 0; }#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container > .video-iframe-container { border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem; }#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fecb00;background-image:url("https://images.assets-landingi.com/cma2fTq6/pattern_white.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"open sans";height:5.125rem;width:75rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;position:relative;display:none; }#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container.adaptive-delivery-prevent-bg, #u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container.lazyload, #u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container.lazyloading { background-image: none; }#HoByv1kWUNRlH5ccBxukbF7ti1PwFtkg { 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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.21875rem;left:35.375rem;display:block; }
#VAZZGH35GiUHIOgKI6kyb3fbI2Ea0w5S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qvss7BofGAZVTFN3aJPq8sTwcsbLaMR5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:0.5625rem;left:7.3125rem;overflow:hidden;display:block; }
#LHhNVMDJ6QcJ5tcTCSyk4T4NGahtD2o7 { color:#2f2f2f;display:block;width:26rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2rem;left:9.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KgdCkoTEdvTihs3wPwTn6xxkQSuGa8V5 { position:relative;display:none; }#KgdCkoTEdvTihs3wPwTn6xxkQSuGa8V5 { border-width: 0; border-radius: 0; }#KgdCkoTEdvTihs3wPwTn6xxkQSuGa8V5 > .row .container > .video-iframe-container {  }#KgdCkoTEdvTihs3wPwTn6xxkQSuGa8V5 > .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:18.75rem;width:75rem;position:relative;display:none; }#fKJTIm3i4fTJBtLcI40T6KJQspMwAeEM { background-color:#41c50d;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:2.125rem;left:57.562503814698rem;display:none; }
#IHe5SrLDDTERoKo5bt7f3KwrCGbAvxtT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zCt4c4AF3aGB9NAP75Jui3RhhsREZTIe { box-sizing:content-box;color:#5d92ff;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:15000;display:none; }
#qeRKsHSqAdSLkbsVtmDaEMpzDOrPR5Gu { position:relative;display:none; }#qeRKsHSqAdSLkbsVtmDaEMpzDOrPR5Gu { border-width: 0; border-radius: 0; }#qeRKsHSqAdSLkbsVtmDaEMpzDOrPR5Gu > .row .container > .video-iframe-container {  }#qeRKsHSqAdSLkbsVtmDaEMpzDOrPR5Gu > .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:18.75rem;width:75rem;position:relative;display:none; }#d7rLVJnw99rU5iODTXqusAn1AsoMhfG0 { background-color:#5d92ff;background-image:none;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#e18Rk0SgrgTbWVTnPsFhn76FS1e2yJvK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PIZHnVTxeweEGB1TxTUpzsknvOuk12Qr { box-sizing:content-box;color:#5d92ff;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:15000;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f4489Od9JeO5niD3WWa7dPscumoAnbWt { display:none; }#f4489Od9JeO5niD3WWa7dPscumoAnbWt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LLpWqwAkH7yV1zcaQgVMc1IHTa7mxaeO { width:15.5625rem;height:3rem;top:2.125rem;left:32.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsdXlDPyUCkWvnpxd8QukB8y6Oh4Dgqt { display:block; }
 }@media only screen and (max-width: 763px) { #VRa6r880M2L0NIQHRk1UxQ6raPTStWD6 { top:9.3125rem;left:0rem;width:13.8125rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SycKFRgA2Tog4zZwT2CZZ57I3KUnSfX1 { top:21.375rem;left:21.75rem;width:26rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC3vbBsbpN7zfNBzQeXfGHX36Tf30n2T { top:9.8125rem;left:0rem;width:33.9375rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdL6nozt4rwt3HvkNZPoE7cG2JFHoTPv { top:41rem;left:0rem;width:17.6875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOfbmQNH49N811TTRnCT196u6FJkmIfw { top:41.0625rem;left:0rem;width:16.9375rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7AIH2dlxNS44WqVTKmtsv2LgEldZhkq { top:30.25rem;left:0rem;width:15rem;height:7.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrVwSGPHO5gONE8KCXBrhTSWHVCWTTH6 { top:36.1875rem;left:0rem;width:11.25rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4Tfm6Lm8LKqBWUUs1wScRzfB5WZ9Iog { top:33rem;left:0rem;width:7.4375rem;height:3.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwSZ4mmpUtAO1JXXuzSqHuvkJP6RhOPT { top:35.1875rem;left:11.6875rem;width:11.25rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngUCHVmedp1lLSu3h3bdGXCpk6Huzy4r { top:12.3125rem;left:0rem;width:29.875rem;height:7.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZNWZqUFokeza1PsWcqzmFVOgOJb62Ao { top:12.6875rem;left:2.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTP6icyhINFP7xPpuR5zDpovhyBRqV89 { top:44.875rem;left:23.1875rem;width:24.5rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4lGHF5wciAR1iyxEAvASBJV4IKBg7G3 { top:44.3125rem;left:32.249568939209rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZWBabhMlxn1FeIO1KyaSEHT5Ra4Q6DH { top:19.5rem;left:19.6875rem;width:28.0625rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eILhrJ4y7pCLE33mNtMUFiy8KTfvKhDk { top:29.5rem;left:0rem;width:6.3125rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaiLZMO91LnwJg4QHJAmoCeB37USwHBu { top:30.25rem;left:0rem;width:15rem;height:7.3125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsMT6LK4ZfeyKdc7zHogNNBiMaR9GSTK { top:33rem;left:0rem;width:7.875rem;height:3.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ0ORhG0dvs88gPTzN5mJqvpFDmGgZPc { top:2.125rem;left:0rem;width:9.0625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4xwJlyuIbTfI1WUOIIt9RHBioTglFQu { top:32.9375rem;left:5.3125rem;width:15rem;height:4.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zENOPbZTENVcEI6i5J1AVVOaZRQ6MoeL { top:34.625rem;left:7.5rem;width:4.875rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT69oRzc21GTCoxwsOTR0hqKeebVHegH { top:32.625rem;left:1.9375rem;width:1.8125rem;height:3.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #URuJekJZ3NdFd8yvrMzkUqWwvW1Pft6a { top:17.625rem;left:2.1875rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eloOFBChwiTtQZSNzMd3yIqbelItIJLd { top:19.75rem;left:0rem;width:15.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqk64A3Vc7ryS62auVogkQT8ZSTq10E1 { top:31.9375rem;left:5.3125rem;width:11.25rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm4lSLOXgBJFKdnmNWyuZSUet4wz6bH5 { top:35.4375rem;left:0.375rem;width:4.9375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu2DqlbcK3tW6yLRBGDuyARnXN7AGWRM { top:21.375rem;left:4.3125rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrl591AdZfcsDshZ0eNvG3PO3mRiOHMD { display:block; }#Mrl591AdZfcsDshZ0eNvG3PO3mRiOHMD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLyNFl6NVNrwgDAD8tGRvaVkxsuXFQbZ { top:0.625rem;left:0rem;width:9.0625rem;height:3.18663125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayKiWHNhMGzfZgA5G3yTB7IPr4TWZ8zt { top:0.4375rem;left:32.875rem;width:14.875rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKmmA133T6wUN19yJyuRiRfIGEsziIqu { top:1.875rem;left:40.312503814698rem;width:4.0625rem;height:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ0T2XNbCaNnNrc0TEo4LEEEGPfLtTBl { width:15.5625rem;height:3rem;top:2.125rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT0WqtwuGVwdL63QtEaA7DlP0tVLt28P { display:block; }
 }@media only screen and (max-width: 763px) { #gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN { display:block; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AmrOQb1cCR64WKzleD6X8l6M24ZvW386 { top:7.5rem;left:0rem;width:38.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nie1rcUuFc8I0bRGZwqZVPm8NBeQv2pE { top:30.625rem;left:0rem;width:29.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chT7929gNS4NmohnwFO1O8PClV4hVu5f { top:30.625rem;left:0rem;width:28.25rem;height:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXiJpNAXfIG544CZ2LtIZM8NUMFqzL8u { top:20.9375rem;left:0rem;width:15rem;height:7.3125rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8yR9261uo0sxzmeaX0199XBUEXFOLhV { top:23.75rem;left:0rem;width:7.375rem;height:3.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnOw3AV3BXpgm5zLMJ42nXgxK57n9xDJ { top:10rem;left:0rem;width:27.5625rem;height:4.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlCOZFTTvQKFsQmuZTeHaQw3VFC4txF9 { top:10.4375rem;left:3.312255859375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7zl487UZ4VsSsZNPPXRKTnUiaQK20BZ { top:20.9375rem;left:0rem;width:15rem;height:7.3125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2ycNZ7aS3xZftOGLthrAT1P4OOZMxbc { top:23.75rem;left:0rem;width:7.8125rem;height:3.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUhunrF3a4yReK3epLhLL2UBTnHt7qpg { top:14.875rem;left:5.6865234375rem;width:11.25rem;height:11.1853125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrlfVRNs965VQLSLaTdrhzyoflELGxVK { top:17.25rem;left:0rem;width:17rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAJh5nRp5Wu9rDalyhoByRJXSCfJtNR9 { top:16.9375rem;left:6.49951171875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #M09QzmaqxAaZFkIxaNRNcaJPGJC0TJHI { top:25.375rem;left:2.12451171875rem;width:4.875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIKu9QUW8bKkS64bZZ47Xk6hdUfAuKC4 { top:38.4375rem;left:0rem;width:26rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqJLVTJrHWicowCrn7FLHey9wVVtVgLt { width:15.5625rem;height:3rem;top:40.5625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlvTt1VsxhUsPahlioCTnqD0hBGGhVQG { display:block; }
 }@media only screen and (max-width: 763px) { #skTs0HXTMcVqA4t7Z22Ir7WdG3neVTuf { top:37.3125rem;left:0.42361068725586rem;width:4.0625rem;height:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov5LgauJMNaOFDvytbqrgzLFs5PH5ZmT { top:0.625rem;left:0rem;width:9.0625rem;height:3.18663125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MzQPnAJCLRfZOmdzTJFlvtnQ9bJrE6pd { top:2.1875rem;left:0rem;width:9.0625rem;height:3.1857625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1KChBAly2h4CNv0BAHhMpGLlF9Axpgh { top:26.4375rem;left:0rem;width:19.625rem;height:1rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XArMuU4fkRPma6gJ9bV0Uom02znIpSRm { top:5.25rem;left:0rem;width:18.5625rem;height:;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #buhnu7ZFpzalxk6TTveBUaefT7Zdyy47 { top:27.1875rem;left:0rem;width:10.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuRZZtRfHmd9QRUv1TAVFIBFFg4Jo24w { top:8.1875rem;left:0rem;width:20rem;height:;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcDCCk1m6cwXf7Tw1V7fPspXR8TLOEGU { top:12.5rem;left:0rem;width:10.125rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xgexlgOPFT4axwGrChsk8wG2KhoZBEaZ { top:10.0625rem;left:0rem;width:16.875rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Go1J87K6Bmo10O3fMlwric8aBh9JZQN1 { display:none; }
 }@media only screen and (max-width: 763px) { #tTuUlHLJhFwuxJmRvoIwZtiVzhBzCTME { top:5.0625rem;left:0rem;width:14.75rem;height:2.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sftscTgpUKO9wemy0GHQvqmXV5bgmdVX { display:none; }
 }@media only screen and (max-width: 763px) { #VaALGvKnXuul7DpT5BmVTRF0yszqIteE { top:29rem;left:0rem;width:18.3125rem;height:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #exI60FZJtUOEG3FJbGTJitt4dXQxGV4r { top:31.4375rem;left:0rem;width:18.3125rem;height:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR { width:14.25rem;height:5.3125rem;display:flex;z-index:;display:none; }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #NMo9XgFCZ8mLI0Arppdbgusb7HkmCDbQ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #nlq2b5L7cfcPCLSRv6MLhDf281Czxq5d {  }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #edVqT9lGEW19cPrig64g2Lod2VNqNGko {  }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #yd3hMSPQFJO5eunlLaam2XIHtBPQNbqV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #A3kyFWN3dUByXPqCIPpCtIpOLwtSueWA {  }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #ufJuWsXGTtTJzGALfpITSOmLI2RRtJJi {  }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #r0LfzTVloC9iKD1iQcaUa2qeMBfaak2R { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #EaEE8wbp3B41tosD7sXEeh4MewSD3TqT {  }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #gKS78VL2MzfwSU4dfHIJZ2o11ZUCqXDQ {  }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #EmsmqDBpkbuUXuO2k7uykVDKRewqpW38 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #ZC6XC6fKGT8LdUIhTHlZQK3GKPgBJQcq {  }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #KsbwgdLy7cPTfIHKoQse8LezupP2v7eo {  }
 }@media only screen and (max-width: 763px) { #DicpwawQhc0zTI8tZ5Nz5wPhIWveQnEm { display:none; }
 }@media only screen and (max-width: 763px) { #HKVqkg0ZWLvewSudPgtLW420xRyNLxT0 { display:none; }
 }@media only screen and (max-width: 763px) { #dvnZVsrMKUu8uPgFcgDa9DWcAvGAskld { top:25.3125rem;left:20.8125rem;width:26.9375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLnJM9q7kUseKfQyuIJZmEOfCgQnyxsy { top:8.4375rem;left:19.6875rem;width:28.0625rem;height:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #errJ5iLxiHMTuM7iVR4ABD0fSysdpqvJ { top:8.5625rem;left:21.75rem;width:26rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-regular-label { width:25.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-input-text { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-input-text {padding-top: 0; padding-bottom: 0;}#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-textarea { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-input-select { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-input-select {padding-top: 0; padding-bottom: 0;}#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-input-button { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-checkbox-label { width:24.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe  { width:25.3125rem;height:auto;top:12.3125rem;left:19.9375rem; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .radio-container { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe {display:block;}#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe { width:25.3125rem;height:auto;top:12.3125rem;left:19.9375rem; }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #rE5aggbFbC31pwRGSIGskkh7lJDgPm8t {  }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #BRU6r86W7vpnTFfqUlKUiud0vGWCVH8l { display:block; }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #xHrtp9XPPtETFR2RUZqRClbebN8hUc2s {  }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #ImyOeE6JENxXXpUSLkFkREVNTVkiROTC {  }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #FDFnH0eTBQsrAUrb5vTZrByHRZwK2lqU { display:block; }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #U46QA68PT0VbpzzxuwNhw225yuQAePdw {  }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #I836ubm3KTWJV2b3gkN7mR7fI8CSFu92 {  }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #ztD2i4fN367iuZhga6HWDckke1ueLErp { display:block; }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #mIOTWBT4XsT9SrqKfvKEvOqtlzs3TlW0 {  }
 }@media only screen and (max-width: 763px) { #dz0pMhb2TENZknHeXDvUHPdahSm149pP { display:block; }
 }@media only screen and (max-width: 763px) { #fgRAcSPosFUMoyvkWtBGIBQv9o1fVDed { display:block; }
 }@media only screen and (max-width: 763px) { #TRbcVqNXvR74qCdqpy3AWXVgEROMv1NW { display:block; }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #T7MzwqrvOMfvwI68uRigvTsXlUOuu2Xr {  }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #T5w2Rqg40cDinlmAvtEKxBzVvmIbOJhT {  }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #TdNR4ozuNktqq8gINcEn1lNI1eh2pha9 {  }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #I4JxTOyqmiCu1cDNRFIwR32ceGrCHHuK {  }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #PfCTAwXD0add6Lk3ItPRwCpXUr6ERT8f { z-index:2; }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #e7MKH1iQLNIHBeyDFf5ZqaWgTTrECHT9 {  }
 }@media only screen and (max-width: 763px) { #nbDE7yRbFbJOGzCVsTTdUbCidhVX3wLC { display:block; }
 }@media only screen and (max-width: 763px) { #BQoo4kVdg06fg1UzGb9ShucwXRq5cRQy { display:block; }
 }@media only screen and (max-width: 763px) { #esnrgUWu1r32vxlnpEaWWKgr4pe10dRp { display:block; }
 }@media only screen and (max-width: 763px) { #q8Bqa8nnO5isELoFqtrUHrcxt4AB5OmT { display:block; }
 }@media only screen and (max-width: 763px) { #Bb8MxlHtipD6mulxkpxTxvDTnTU8rgx0 { display:block; }
 }@media only screen and (max-width: 763px) { #TedWGxpTS6Mk4FedEaQIkHyQa0zovAqK { display:block; }
 }@media only screen and (max-width: 763px) { #erwekPOUi4T4uuO5i0kuaiTQQR29uQeg { display:block; }
 }@media only screen and (max-width: 763px) { #c0uquRvdz1JcIg0B0wTqrqAtUlSZqvV4 { display:block; }
 }@media only screen and (max-width: 763px) { #mwltcXt7B72eQFxLUrpT0lDc2J0bsbvH { display:block; }
 }@media only screen and (max-width: 763px) { #CB3OosNcc211LrAZGvM1ddCVcq4NS6h1 { display:block; }
 }@media only screen and (max-width: 763px) { #l4zUUwg1iVAv8LT4IF1l5LGK1hR1E8wS { display:block; }
 }@media only screen and (max-width: 763px) { #ohIGkF5LrZW90GwU8LieuDK42sfwpVnp { display:block; }
 }@media only screen and (max-width: 763px) { #kqlbP0aTHABATrDTK0vEpVga4tPFZfTG { display:block; }
 }@media only screen and (max-width: 763px) { #LP4znF4O7INaXSlDexXGUtVumXd9EWfe { display:block; }
 }@media only screen and (max-width: 763px) { #b3pJJRVcV4M0dC0Pae5BGX7ikHvUc9e7 { display:block; }
 }@media only screen and (max-width: 763px) { #TEpfkC9EaL3odRhEc2RP79APHQ6WdG0q { display:block; }
 }@media only screen and (max-width: 763px) { #WFTbs6pWoBX98W8EUFc7yO6KC6uBsFtu { display:block; }
 }@media only screen and (max-width: 763px) { #Mtdoi4vsy3bzEeilWppQhecKb02Rid6W { display:block; }
 }@media only screen and (max-width: 763px) { #p7nFo7smvSC4AVhZMbtf6cucgysF7cZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #xGTR5UXC9EXklb9cTf7eFobknb1HT9gQ { display:block; }
 }@media only screen and (max-width: 763px) { #dwWav6T3azsacCP0qgPVIR3OkTimleCp { display:block; }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #lQSOH7Mv47p8uswqgok0vlz8iFBUBXzI {  }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #s6OGKfSQUZ93HhFdIiWvTbJeBUVM0h3H {  }
 }@media only screen and (max-width: 763px) { #GveNQgCF2Z5CS1MLX8EsO83F4ZdJf0Nk { top:43.75rem;left:23.1875rem;width:24.5625rem;height:4.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv9KQ2hIw10yL6dBOUDmasuA2wcFTRsF { top:12.4375rem;left:21.75rem;width:26rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ { display:block; }#z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VudDhc52uzgGRW8CTQLoSw5r1ykUhebT { top:13.625rem;left:13.1875rem;width:34.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvSv0PBdtkgbgiATMTLZsKfnmhm9IUMf { top:13.3125rem;left:11.625rem;width:2.0625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHaJzG4qFbE29uxT4nsMSTINLoKgTh8W { top:16.3125rem;left:13.6875rem;width:31.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyyoHNh9rHBpBzI9JsPE2WOg6sTCSRqM { top:16rem;left:11.625rem;width:2.0625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5KrnqeqtUaK78mqKTUHMW8ok6zyEUwh { top:19.125rem;left:13.6875rem;width:23.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z78dDe38PfOG6xTnEiG4Id5o0lTgVVn3 { top:18.6875rem;left:11.5625rem;width:2.0625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTAT28uF9QokXpCsTq6RZFatJQhMCZ7z { top:4.6875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kycg0td3zWlePK5D022oDUqmPgWIGasN { top:25.875rem;left:13.875rem;width:17.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWHRRmA6NRfg8CGPZpvSN7wUoT5xpXff { top:26rem;left:14.1875rem;width:16.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuEZSu3ooNDcfUmgXH0KvphuPentG2p2 { top:27.4375rem;left:13.875rem;width:17.1875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qID7HEvNArdEXEtdld8eXnn3ec4a0AuE { top:28.25rem;left:22.375rem;width:7.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASeslThVeK1nBgIFcZV7yzKvw9TEIL0F { top:28.8125rem;left:22rem;width:9.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZPfFKq9eZwvwEeH1yMqCx3fX2z3ggUX { top:28.8125rem;left:13.6875rem;width:8.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5sLVo8muMGX6HCTfa3bAEWE7Fcxb0Hu { top:31.4375rem;left:13.875rem;width:17.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWweQ1BgadQxFX333bi8GIATHVPGE9Uv { top:32.625rem;left:15.25rem;width:13.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #onKnvtvFitn3b6iJRokqFKTN0TBDEF8w { top:10.4375rem;left:5.4375rem;width:31.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drHQThEnwMmV2HLZb4PC1qtRPcaJmxKC { top:21.75rem;left:13.75rem;width:11.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvovlcpbyHitPRiNQDDmFzMAIk2vSBXT { top:21.3125rem;left:11.625rem;width:2.0625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMkwFHsgaDEDTkrD0feUTL14fDKT3iyO { top:21.8125rem;left:24.0625rem;width:4.125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luwACvpm05QvaLRgD6q2m5OLulsABamq { top:21.5rem;left:23.5625rem;width:3.5625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJsCtWypJhatsTUHH20T4xVFsJtrD0dF { top:7.6875rem;left:5.4375rem;width:38.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISSfG6GN8L9mCswI92RoAIxrUfXaTpmO { width:15.5625rem;height:3rem;top:2.125rem;left:32.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AfbxvI4dszrCpIQwaLPyopSMKnuLhhbR { display:block; }
 }@media only screen and (max-width: 763px) { #SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 { display:block; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekVAy3dwT0pSmT8EXQQN3p9dAgwbDQMQ { top:13.625rem;left:13.1875rem;width:34.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxlWNaGDmLPa6ZfiqvwzxsP1dOqXKalW { top:13.3125rem;left:11.625rem;width:2.0625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH7tw3RHrEIqp81cawz7RzA3DR8mh96s { top:16.3125rem;left:13.6875rem;width:31.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7xG76eHh08zsxe0sIE8AfWKl1qf0Iml { top:16rem;left:11.625rem;width:2.0625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nekTi5T7vXRVRCwoURqD9ux9iaAZ5BrA { top:19.125rem;left:13.6875rem;width:23.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4eKA7vyrVTfExxNrefwv1bXL7mlMGyG { top:18.6875rem;left:11.5625rem;width:2.0625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef2aPWWgS1t6SLWIeRsMUKlGEoQSeviS { top:4.6875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN2WV0ZPgJseyA9g8mAyPXGXSqbHmLq4 { top:10.4375rem;left:5.4375rem;width:31.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoIo9EoWTTmfvNzclt5a5OXwUSGW7h19 { top:21.6875rem;left:13.75rem;width:11.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLmBIdpPDE3VbGu0kW3qfOFFroOfVntF { top:21.3125rem;left:11.625rem;width:2.0625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6ZmNqqqb0xxdEHIw6J1F3bZKc5hqS0e { top:7.6875rem;left:5.4375rem;width:38.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ { display:block; }#J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oax94Awat2H31NvH12oqMAzQA75WrJKd { top:9.8125rem;left:13.1875rem;width:34.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKPFE7eigge1OCpcCxATE1cwTt4IO1Q8 { top:9.5625rem;left:11.625rem;width:2.0625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuPbwfng3Fq4aSUsCB4sdbqKfSLNBF8g { top:12.5rem;left:13.8125rem;width:31.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEu5vwde3B1INNdTAyIduliHbsq39DEe { top:12.25rem;left:11.625rem;width:2.0625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9pbuImJF8VMFxkI4NGhCFMtvQzlT4LQ { top:15.3125rem;left:13.8125rem;width:23.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty8Zu8bPVzoGEuIlNFLP0VUre9XpuV7F { top:14.9375rem;left:11.5625rem;width:2.0625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFNWGb0bEkdwv4Ny6tXaiL1c6PZisrVO { top:0.875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlJnAzllBPoeFiODa2qDNI3ZG4VE5vDc { top:6.625rem;left:5.5625rem;width:31.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPt82E85T4Tdc6WxIgxikhVaM2aXrnxV { top:17.9375rem;left:13.875rem;width:11.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqcD1HE4fF1fAZDB64Uks2ULDWTxRDtk { top:17.5625rem;left:11.625rem;width:2.0625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JquVA9LtCXBzfL2pg9SOzNWqQBD5anBr { top:3.875rem;left:5.5625rem;width:38.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfSWIy3XVQ1zFGLNI6776iWl5EaUaoyo { width:15.5625rem;height:3rem;top:21rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3Np8CnfqDeCKl1IV7gMg0RTq4FhhW05 { display:block; }
 }@media only screen and (max-width: 763px) { #bx020gVzcSNOv2xLU2XoGP4nOq3T9wgv { width:16.0625rem;height:3rem;top:21rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EimvNHG4AK39odQkB0dRTLqQDqwJN0iV { display:block; }
 }@media only screen and (max-width: 763px) { #t1h1sUvGVXop6ns8VuJbQfh9TL5LceDJ { top:21.875rem;left:22.375rem;width:3.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHc5eCZRXXbTQ2gwrtLA8RdrvqmLMTrv { top:19.5rem;left:30.34375rem;width:8.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn { display:block; }#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r15rb2VrlS2oJkBoVzhaxUEsIfX8TAJS { top:2.875rem;left:0rem;width:22.0625rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #td8V8ofQAKl5yNZgXS8bcoU2GDZs6T6r { top:14.9375rem;left:0.49875640869141rem;width:14.8125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twAlBXn4oXnNSO58WJbzdaC6dNk41Zal { top:6.375rem;left:3.8125rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0mCpst0I5ukIFkZPktr0ngTZ8tVSVl7 { top:3.25rem;left:9.6875rem;width:22.0625rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkaou5TOcG8IIk4mBZulzclix24Px1uJ { top:15rem;left:16.375rem;width:15.125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuXZE4OSCrVEHUiKPCHx0Eo3yoIVk0Nc { top:6.3125rem;left:20.436256408691rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvnkOVep1tdEHqEqVJdIDX58hyHH18he { top:3.1875rem;left:25.5625rem;width:22.0625rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqeisBTImrkBxNLfle9mNbKFA45adJSt { top:14.875rem;left:32.249641418457rem;width:14.8125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG9vxKzTtVT7InDHex1Rcwftt4a6puSh { top:6.375rem;left:36.3125rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmdD8Akrhxz0UoKri2HtQfik9VcVT7O3 { top:19.4375rem;left:0rem;width:14.75rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChO3GrgRde8EXvoSxyVfDPt8pTiVPhSU { top:19.4375rem;left:16.405715942382rem;width:14.75rem;height:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVBhXm9TRW8UT7UDFkmReTuiJ8PLx2V4 { top:19.4375rem;left:28.1875rem;width:19.4375rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGa0aWUKSH05E388LXbDFZdSfv5kbU2d { width:16.0625rem;height:3rem;top:21rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WOlQRSEhSVD8ypIpyu2fAkqMIcBC6A9I { display:block; }
 }@media only screen and (max-width: 763px) { #NHvnL9hnKlo3Qi98uQPwnQB48iE7kHTK { width:16.0625rem;height:3rem;top:21rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfMMq4RCa0cCa0yWCeZ1qeLcoWT8np3f { display:block; }
 }@media only screen and (max-width: 763px) { #rVeNNTNuUqobsNxaNsPWqilJTlBK9oxh { width:16.0625rem;height:3rem;top:21rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rphn0mNyzaAg8wscfpdSaoB83TUfNSmz { display:block; }
 }@media only screen and (max-width: 763px) { #CPqxB69AH9TiglJBpfDRaPOQHb6X2XfT { display:block; }#CPqxB69AH9TiglJBpfDRaPOQHb6X2XfT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHsnqhEH6XIfIGcX2cmbFyeJOQvyH8Ro { top:0.625rem;left:0rem;width:19.4375rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3nQJ25ve05U91nKTJi4nmTT3IKCMuCB { top:0.6875rem;left:7.1243476867675rem;width:6.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT3z0pteflt4Zd5CPHBMsMnbW2JfLuRd { width:6.25rem;height:1.75rem;top:0.4375rem;left:13.562065124512rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdD9T2qlff8dbEZEZOLtkIztq1KgufRL { display:block; }
 }@media only screen and (max-width: 763px) { #URfJQqBB8dOtKWaTo5UOgCceHQ6rfD6l { top:0.75rem;left:20.248699188233rem;width:11.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPeTotk8XtgGctv3zOgOVIukcpdTHvvG { display:block; }#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNLGt0f5CQ5mpr0I7p2GNPKmOk8nJMxM { top:0.625rem;left:0rem;width:19.4375rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR9xH7FVmDyP9v1n8QiDJahQbs2rEOTc { top:0.5625rem;left:7.1243476867675rem;width:6.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neRMCyEdWVuh6SOard1QSL4D3cbM18Oc { width:6.25rem;height:1.75rem;top:0.3125rem;left:13.562065124512rem;display:block; }
 }@media only screen and (max-width: 763px) { #DucQEclRmQZQURvTqG2uw53SbXr3q6aC { display:block; }
 }@media only screen and (max-width: 763px) { #u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y { display:block; }#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HoByv1kWUNRlH5ccBxukbF7ti1PwFtkg { width:13.625rem;height:2.6875rem;top:1.1875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAZZGH35GiUHIOgKI6kyb3fbI2Ea0w5S { display:block; }
 }@media only screen and (max-width: 763px) { #Qvss7BofGAZVTFN3aJPq8sTwcsbLaMR5 { top:0.5625rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHhNVMDJ6QcJ5tcTCSyk4T4NGahtD2o7 { top:2rem;left:0rem;width:26rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgdCkoTEdvTihs3wPwTn6xxkQSuGa8V5 { display:none; }#KgdCkoTEdvTihs3wPwTn6xxkQSuGa8V5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fKJTIm3i4fTJBtLcI40T6KJQspMwAeEM { width:15.5625rem;height:3rem;top:2.125rem;left:32.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHe5SrLDDTERoKo5bt7f3KwrCGbAvxtT { display:block; }
 }@media only screen and (max-width: 763px) { #zCt4c4AF3aGB9NAP75Jui3RhhsREZTIe { display:none; }
 }@media only screen and (max-width: 763px) { #qeRKsHSqAdSLkbsVtmDaEMpzDOrPR5Gu { display:none; }#qeRKsHSqAdSLkbsVtmDaEMpzDOrPR5Gu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d7rLVJnw99rU5iODTXqusAn1AsoMhfG0 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #e18Rk0SgrgTbWVTnPsFhn76FS1e2yJvK { display:block; }
 }@media only screen and (max-width: 763px) { #PIZHnVTxeweEGB1TxTUpzsknvOuk12Qr { display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#232323;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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) { #f4489Od9JeO5niD3WWa7dPscumoAnbWt { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#f4489Od9JeO5niD3WWa7dPscumoAnbWt > .row .container { border-width: 0; border-radius: 0; }#f4489Od9JeO5niD3WWa7dPscumoAnbWt > .row > .video-iframe-container {  }#f4489Od9JeO5niD3WWa7dPscumoAnbWt > .row .container { width:20rem;height:3.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LLpWqwAkH7yV1zcaQgVMc1IHTa7mxaeO { width:11.311875rem;height:1.749675rem;top:1.75rem;left:4.3432614207268rem;font-size:0.875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #CsdXlDPyUCkWvnpxd8QukB8y6Oh4Dgqt { display:block; }
 }@media only screen and (max-width: 763px) { #VRa6r880M2L0NIQHRk1UxQ6raPTStWD6 { width:12.1875rem;height:0.97411875rem;top:0.64615881443025rem;left:3.9062497019767rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e9c0ff38-8037-447b-9122-fd9c38c67709/Progettosenzatitolo9.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:64.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SycKFRgA2Tog4zZwT2CZZ57I3KUnSfX1 { width:19.25rem;height:2.39930625rem;top:34.5625rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EC3vbBsbpN7zfNBzQeXfGHX36Tf30n2T { width:20rem;height:4.26215rem;top:5.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KdL6nozt4rwt3HvkNZPoE7cG2JFHoTPv { width:12.8125rem;height:1.4375rem;top:30.3125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOfbmQNH49N811TTRnCT196u6FJkmIfw { width:20rem;height:1.01215rem;top:30.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #L7AIH2dlxNS44WqVTKmtsv2LgEldZhkq { width:6.9375rem;height:4.0625rem;top:25.25rem;left:1.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrVwSGPHO5gONE8KCXBrhTSWHVCWTTH6 { width:11.25rem;height:0;top:58.6875rem;left:4.375rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:.9;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #Z4Tfm6Lm8LKqBWUUs1wScRzfB5WZ9Iog { width:5.1875rem;height:1.787325rem;top:27rem;left:5.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwSZ4mmpUtAO1JXXuzSqHuvkJP6RhOPT { width:3.375rem;height:0.7313375rem;top:27.53125rem;left:16.625rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;line-height:.9;color:#fecb00;display:block; }
 }@media only screen and (max-width: 763px) { #ngUCHVmedp1lLSu3h3bdGXCpk6Huzy4r { width:20rem;height:5.3984375rem;top:10.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qZNWZqUFokeza1PsWcqzmFVOgOJb62Ao { width:1.6875rem;height:1.6875rem;top:10.75rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTP6icyhINFP7xPpuR5zDpovhyBRqV89 { width:15.186625rem;height:1.78645625rem;top:58.428821563721rem;left:2.8819444775581rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O4lGHF5wciAR1iyxEAvASBJV4IKBg7G3 { width:1.5625rem;height:1.5625rem;top:58.428821563721rem;left:1.1241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZWBabhMlxn1FeIO1KyaSEHT5Ra4Q6DH { width:20rem;height:28.875rem;top:32.686634063721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eILhrJ4y7pCLE33mNtMUFiy8KTfvKhDk { width:6.3125rem;height:1.5434rem;top:24.5625rem;left:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaiLZMO91LnwJg4QHJAmoCeB37USwHBu { width:15rem;height:0;top:32.875rem;left:2.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #dsMT6LK4ZfeyKdc7zHogNNBiMaR9GSTK { width:15rem;height:0;top:60.5rem;left:2.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQ0ORhG0dvs88gPTzN5mJqvpFDmGgZPc { width:9.0625rem;height:3.1875rem;top:1.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4xwJlyuIbTfI1WUOIIt9RHBioTglFQu { width:1.5625rem;height:3.006075rem;top:25.8125rem;left:12.1875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zENOPbZTENVcEI6i5J1AVVOaZRQ6MoeL { width:4.875rem;height:1.5434rem;top:26.8125rem;left:13.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT69oRzc21GTCoxwsOTR0hqKeebVHegH { width:1.8125rem;height:2.599825rem;top:26.34375rem;left:9.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #URuJekJZ3NdFd8yvrMzkUqWwvW1Pft6a { width:8.1875rem;height:8.1875rem;top:14.521484375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eloOFBChwiTtQZSNzMd3yIqbelItIJLd { width:9.6875rem;height:6.497375rem;top:16.1484375rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aqk64A3Vc7ryS62auVogkQT8ZSTq10E1 { width:7.8125rem;height:0.787325rem;top:25.625rem;left:12.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:.9;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Sm4lSLOXgBJFKdnmNWyuZSUet4wz6bH5 { width:3.875rem;height:0.67480625rem;top:28.375rem;left:9rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:.9;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xu2DqlbcK3tW6yLRBGDuyARnXN7AGWRM { width:5.75rem;height:5.5625rem;top:17.8125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrl591AdZfcsDshZ0eNvG3PO3mRiOHMD { display:none; }#Mrl591AdZfcsDshZ0eNvG3PO3mRiOHMD > .row .container { width:20rem;height:19.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TLyNFl6NVNrwgDAD8tGRvaVkxsuXFQbZ { width:9.0625rem;height:3.18663125rem;top:1.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayKiWHNhMGzfZgA5G3yTB7IPr4TWZ8zt { width:13.8125rem;height:3.75rem;top:13.622396469116rem;left:3.09375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eKmmA133T6wUN19yJyuRiRfIGEsziIqu { width:4.0625rem;height:4.0625rem;top:7.6875042915344rem;left:1.09375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ0T2XNbCaNnNrc0TEo4LEEEGPfLtTBl { width:9.8125rem;height:2.1875rem;top:8.625rem;left:5.0937502384186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT0WqtwuGVwdL63QtEaA7DlP0tVLt28P { display:block; }
 }@media only screen and (max-width: 763px) { #gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN { background-color:rgba(30,30,30,0.88);background-image:none;display:block; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container { background-color: transparent; background-image: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container > .video-iframe-container { display: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row > .video-iframe-container { display: none; }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .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); }#gPr98gGsu8s3aoDdWB6KSOZZih9MzQUN > .row .container { width:20rem;height:80.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AmrOQb1cCR64WKzleD6X8l6M24ZvW386 { width:19.75rem;height:2.32486875rem;top:8.7083330154419rem;left:0.15494799613953rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nie1rcUuFc8I0bRGZwqZVPm8NBeQv2pE { width:20rem;height:2.625rem;top:28.8125rem;left:0rem;background-color:#5b52cf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #chT7929gNS4NmohnwFO1O8PClV4hVu5f { width:14.811875rem;height:0;top:29.869140625rem;left:2.59375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #MXiJpNAXfIG544CZ2LtIZM8NUMFqzL8u { width:6.93725rem;height:4.30615rem;top:21.936848640442rem;left:4.6875rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8yR9261uo0sxzmeaX0199XBUEXFOLhV { width:5.18676875rem;height:2.11230625rem;top:23.248700141907rem;left:8.4993495941163rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnOw3AV3BXpgm5zLMJ42nXgxK57n9xDJ { width:20rem;height:0;top:8.43701171875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #TlCOZFTTvQKFsQmuZTeHaQw3VFC4txF9 { width:1.3125rem;height:1.375rem;top:12.768229484558rem;left:13.623698234558rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7zl487UZ4VsSsZNPPXRKTnUiaQK20BZ { width:15rem;height:0;top:32.875rem;left:2.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2ycNZ7aS3xZftOGLthrAT1P4OOZMxbc { width:15rem;height:0;top:60.5rem;left:2.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUhunrF3a4yReK3epLhLL2UBTnHt7qpg { width:6.875rem;height:6.875rem;top:14.5625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrlfVRNs965VQLSLaTdrhzyoflELGxVK { width:9.6875rem;height:0;top:11.900146484375rem;left:1.934326171875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #tAJh5nRp5Wu9rDalyhoByRJXSCfJtNR9 { width:6.5625rem;height:6.25rem;top:15.75rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M09QzmaqxAaZFkIxaNRNcaJPGJC0TJHI { width:4.87426875rem;height:0.8999rem;top:24.311200141907rem;left:12.5rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #SIKu9QUW8bKkS64bZZ47Xk6hdUfAuKC4 { width:13.1875rem;height:0;top:60.711807250976rem;left:3.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lqJLVTJrHWicowCrn7FLHey9wVVtVgLt { width:15.5625rem;height:3rem;top:63.374134063719rem;left:2.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlvTt1VsxhUsPahlioCTnqD0hBGGhVQG { display:block; }
 }@media only screen and (max-width: 763px) { #skTs0HXTMcVqA4t7Z22Ir7WdG3neVTuf { width:4.0625rem;height:4.0625rem;top:59.3125rem;left:0.375rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ov5LgauJMNaOFDvytbqrgzLFs5PH5ZmT { width:9.0625rem;height:3.1848125rem;top:0.687255859375rem;left:5.46875rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #MzQPnAJCLRfZOmdzTJFlvtnQ9bJrE6pd { width:9.0625rem;height:3.1857625rem;top:68.125rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1KChBAly2h4CNv0BAHhMpGLlF9Axpgh { width:13.8125rem;height:0.7871125rem;top:26.375000953674rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:.9;z-index:15044;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0rem rgba(0,0,0,0.5);color:#5b52cf;display:block; }
 }@media only screen and (max-width: 763px) { #XArMuU4fkRPma6gJ9bV0Uom02znIpSRm { width:18.6246875rem;height:0.9375rem;top:6.956787109375rem;left:0.68603515625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15002;color:#ffffff;font-family:"open sans";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #buhnu7ZFpzalxk6TTveBUaefT7Zdyy47 { width:10.3125rem;height:auto;top:27.1875rem;left:4.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:.9;display:none; }
 }@media only screen and (max-width: 763px) { #DuRZZtRfHmd9QRUv1TAVFIBFFg4Jo24w { width:12.8125rem;height:1.42480625rem;top:11.219401359558rem;left:3.966796875rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #JcDCCk1m6cwXf7Tw1V7fPspXR8TLOEGU { width:12.1875rem;height:5.8496125rem;top:15.838541984558rem;left:0.375rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #xgexlgOPFT4axwGrChsk8wG2KhoZBEaZ { width:16.9375rem;height:1.19986875rem;top:12.716797828674rem;left:1.40625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15006;color:#5b52cf;display:block; }
 }@media only screen and (max-width: 763px) { #Go1J87K6Bmo10O3fMlwric8aBh9JZQN1 { top:4.43603515625rem;left:0.592041015625rem;width:18.75rem;height:1.75rem;z-index:15066;background-color:#1b8000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tTuUlHLJhFwuxJmRvoIwZtiVzhBzCTME { width:18.18725rem;height:0.8999rem;top:4.827880859375rem;left:0.90576171875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:.9;z-index:15067;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #sftscTgpUKO9wemy0GHQvqmXV5bgmdVX { top:26.018229484558rem;left:3.4375rem;width:13.125rem;height:1.5rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VaALGvKnXuul7DpT5BmVTRF0yszqIteE { width:18.3125rem;height:2.19921875rem;top:29rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15044;font-family:montserrat;text-shadow:0.125rem 0.125rem 0.5625rem #000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #exI60FZJtUOEG3FJbGTJitt4dXQxGV4r { width:18.3125rem;height:0.9624rem;top:31.437500953674rem;left:0.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15045;font-family:montserrat;text-shadow:0.125rem 0.125rem 0.5625rem #000000;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR .widget-text.counter-number { padding-top:0.35125rem;padding-right:0.328125rem;padding-bottom:0.35125rem;padding-left:0.328125rem;width:1.968125rem;min-width:1.968125rem;height:1.886875rem;font-size:1.404375rem;line-height:30.19px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.1025rem solid #ffffff;border-left:0.104375rem solid #ffffff;border-right:0.104375rem solid #ffffff;border-bottom:0.1025rem solid #ffffff;color:#ffffff; }
#lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.21875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.62375rem;height:0.745625rem;font-size:0.526875rem;line-height:11.93px;top:-7%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff;font-family:montserrat; }
#lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR { width:11rem;height:3.75rem;display:flex;top:33.561199188233rem;left:4.5rem;z-index:15068;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #NMo9XgFCZ8mLI0Arppdbgusb7HkmCDbQ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #nlq2b5L7cfcPCLSRv6MLhDf281Czxq5d {  }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #edVqT9lGEW19cPrig64g2Lod2VNqNGko {  }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #yd3hMSPQFJO5eunlLaam2XIHtBPQNbqV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #A3kyFWN3dUByXPqCIPpCtIpOLwtSueWA {  }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #ufJuWsXGTtTJzGALfpITSOmLI2RRtJJi {  }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #r0LfzTVloC9iKD1iQcaUa2qeMBfaak2R { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #EaEE8wbp3B41tosD7sXEeh4MewSD3TqT {  }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #gKS78VL2MzfwSU4dfHIJZ2o11ZUCqXDQ {  }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #EmsmqDBpkbuUXuO2k7uykVDKRewqpW38 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #ZC6XC6fKGT8LdUIhTHlZQK3GKPgBJQcq {  }
 }@media only screen and (max-width: 763px) { #lgQ9scw0zN1tWLUQqbMnfutxtXXSOwbR #KsbwgdLy7cPTfIHKoQse8LezupP2v7eo {  }
 }@media only screen and (max-width: 763px) { #DicpwawQhc0zTI8tZ5Nz5wPhIWveQnEm { top:34.154949188233rem;left:15.84375rem;width:2.5625rem;height:2.5625rem;z-index:15069;font-size:1.75rem;color:#fecb00;display:block; }
 }@media only screen and (max-width: 763px) { #HKVqkg0ZWLvewSudPgtLW420xRyNLxT0 { top:34.154949188233rem;left:1.529296875rem;width:2.5625rem;height:2.5625rem;z-index:15070;font-size:1.75rem;color:#fecb00;display:block; }
 }@media only screen and (max-width: 763px) { #dvnZVsrMKUu8uPgFcgDa9DWcAvGAskld { width:19.3125rem;height:1.125rem;top:55.121746063233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLnJM9q7kUseKfQyuIJZmEOfCgQnyxsy { width:20rem;height:39rem;top:38.560547828674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #errJ5iLxiHMTuM7iVR4ABD0fSysdpqvJ { width:20rem;height:2.3994125rem;top:39.373046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.875rem;line-height:1.7;overflow:hidden; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-input-text {padding-top: 0; padding-bottom: 0;}#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:1.7;overflow:hidden; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-input-select {padding-top: 0; padding-bottom: 0;}#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.375rem; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto;text-align:left;text-align-last:left; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-container:first-of-type{padding-top:0;}#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .widget-container:last-of-type{padding-bottom:0;}#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe  { width:17.5rem;height:auto;top:43.560546875rem;left:0rem; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe {display:block;}#Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe { width:17.5rem;height:auto;top:43.560546875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #rE5aggbFbC31pwRGSIGskkh7lJDgPm8t {  }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #BRU6r86W7vpnTFfqUlKUiud0vGWCVH8l { display:block; }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #xHrtp9XPPtETFR2RUZqRClbebN8hUc2s {  }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #ImyOeE6JENxXXpUSLkFkREVNTVkiROTC {  }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #FDFnH0eTBQsrAUrb5vTZrByHRZwK2lqU { display:block; }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #U46QA68PT0VbpzzxuwNhw225yuQAePdw {  }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #I836ubm3KTWJV2b3gkN7mR7fI8CSFu92 {  }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #ztD2i4fN367iuZhga6HWDckke1ueLErp { display:block; }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #mIOTWBT4XsT9SrqKfvKEvOqtlzs3TlW0 {  }
 }@media only screen and (max-width: 763px) { #dz0pMhb2TENZknHeXDvUHPdahSm149pP { display:block; }
 }@media only screen and (max-width: 763px) { #fgRAcSPosFUMoyvkWtBGIBQv9o1fVDed { display:block; }
 }@media only screen and (max-width: 763px) { #TRbcVqNXvR74qCdqpy3AWXVgEROMv1NW { display:block; }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #T7MzwqrvOMfvwI68uRigvTsXlUOuu2Xr {  }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #T5w2Rqg40cDinlmAvtEKxBzVvmIbOJhT {  }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #TdNR4ozuNktqq8gINcEn1lNI1eh2pha9 {  }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #I4JxTOyqmiCu1cDNRFIwR32ceGrCHHuK {  }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #PfCTAwXD0add6Lk3ItPRwCpXUr6ERT8f { z-index:2; }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #e7MKH1iQLNIHBeyDFf5ZqaWgTTrECHT9 {  }
 }@media only screen and (max-width: 763px) { #nbDE7yRbFbJOGzCVsTTdUbCidhVX3wLC { display:block; }
 }@media only screen and (max-width: 763px) { #BQoo4kVdg06fg1UzGb9ShucwXRq5cRQy { display:block; }
 }@media only screen and (max-width: 763px) { #esnrgUWu1r32vxlnpEaWWKgr4pe10dRp { display:block; }
 }@media only screen and (max-width: 763px) { #q8Bqa8nnO5isELoFqtrUHrcxt4AB5OmT { display:block; }
 }@media only screen and (max-width: 763px) { #Bb8MxlHtipD6mulxkpxTxvDTnTU8rgx0 { display:block; }
 }@media only screen and (max-width: 763px) { #TedWGxpTS6Mk4FedEaQIkHyQa0zovAqK { display:block; }
 }@media only screen and (max-width: 763px) { #erwekPOUi4T4uuO5i0kuaiTQQR29uQeg { display:block; }
 }@media only screen and (max-width: 763px) { #c0uquRvdz1JcIg0B0wTqrqAtUlSZqvV4 { display:block; }
 }@media only screen and (max-width: 763px) { #mwltcXt7B72eQFxLUrpT0lDc2J0bsbvH { display:block; }
 }@media only screen and (max-width: 763px) { #CB3OosNcc211LrAZGvM1ddCVcq4NS6h1 { display:block; }
 }@media only screen and (max-width: 763px) { #l4zUUwg1iVAv8LT4IF1l5LGK1hR1E8wS { display:block; }
 }@media only screen and (max-width: 763px) { #ohIGkF5LrZW90GwU8LieuDK42sfwpVnp { display:block; }
 }@media only screen and (max-width: 763px) { #kqlbP0aTHABATrDTK0vEpVga4tPFZfTG { display:block; }
 }@media only screen and (max-width: 763px) { #LP4znF4O7INaXSlDexXGUtVumXd9EWfe { display:block; }
 }@media only screen and (max-width: 763px) { #b3pJJRVcV4M0dC0Pae5BGX7ikHvUc9e7 { display:block; }
 }@media only screen and (max-width: 763px) { #TEpfkC9EaL3odRhEc2RP79APHQ6WdG0q { display:block; }
 }@media only screen and (max-width: 763px) { #WFTbs6pWoBX98W8EUFc7yO6KC6uBsFtu { display:block; }
 }@media only screen and (max-width: 763px) { #Mtdoi4vsy3bzEeilWppQhecKb02Rid6W { display:block; }
 }@media only screen and (max-width: 763px) { #p7nFo7smvSC4AVhZMbtf6cucgysF7cZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #xGTR5UXC9EXklb9cTf7eFobknb1HT9gQ { display:block; }
 }@media only screen and (max-width: 763px) { #dwWav6T3azsacCP0qgPVIR3OkTimleCp { display:block; }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #lQSOH7Mv47p8uswqgok0vlz8iFBUBXzI {  }
 }@media only screen and (max-width: 763px) { #Up3gl7VhhAsP5OHTELLqWSC17Cw1T5Fe #s6OGKfSQUZ93HhFdIiWvTbJeBUVM0h3H {  }
 }@media only screen and (max-width: 763px) { #GveNQgCF2Z5CS1MLX8EsO83F4ZdJf0Nk { width:20rem;height:2.19286875rem;top:74.9355506897rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tv9KQ2hIw10yL6dBOUDmasuA2wcFTRsF { width:20rem;height:0.9746125rem;top:42.185546875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ { background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/419cb00b-818c-4ede-8a88-25df5ebfec75/Progettosenzatitolo10.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ.adaptive-delivery-prevent-bg, #z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ.lazyload, #z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ.lazyloading { background-image: none; }#z2CEEkw1TSQx0I3N51dm9OqQ55UDDaiQ > .row .container { width:20rem;height:39rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VudDhc52uzgGRW8CTQLoSw5r1ykUhebT { width:15.5rem;height:2.59765625rem;top:13.3125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvSv0PBdtkgbgiATMTLZsKfnmhm9IUMf { width:2.0625rem;height:1.9375rem;top:13rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHaJzG4qFbE29uxT4nsMSTINLoKgTh8W { width:15.5rem;height:2.59765625rem;top:17.25rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyyoHNh9rHBpBzI9JsPE2WOg6sTCSRqM { width:2.0625rem;height:1.9375rem;top:16.6875rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5KrnqeqtUaK78mqKTUHMW8ok6zyEUwh { width:15.5rem;height:1.2999125rem;top:20.5rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z78dDe38PfOG6xTnEiG4Id5o0lTgVVn3 { width:2.0625rem;height:1.9375rem;top:19.9375rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTAT28uF9QokXpCsTq6RZFatJQhMCZ7z { width:19.25rem;height:4.26171875rem;top:4.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Kycg0td3zWlePK5D022oDUqmPgWIGasN { width:15.3125rem;height:1.1875rem;top:26.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWHRRmA6NRfg8CGPZpvSN7wUoT5xpXff { width:14.3125rem;height:0.7313375rem;top:27.1875rem;left:2.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #QuEZSu3ooNDcfUmgXH0KvphuPentG2p2 { width:15.3125rem;height:4.3125rem;top:28rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qID7HEvNArdEXEtdld8eXnn3ec4a0AuE { width:7.5625rem;height:0.8125rem;top:28.9375rem;left:8.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASeslThVeK1nBgIFcZV7yzKvw9TEIL0F { width:9.1875rem;height:1.7858875rem;top:29.6875rem;left:8.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZPfFKq9eZwvwEeH1yMqCx3fX2z3ggUX { width:7.56225rem;height:1.7858875rem;top:29.6875rem;left:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5sLVo8muMGX6HCTfa3bAEWE7Fcxb0Hu { width:15.3125rem;height:1.9375rem;top:32.3125rem;left:2.1875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UWweQ1BgadQxFX333bi8GIATHVPGE9Uv { width:13.5618125rem;height:1.2999125rem;top:32.6875rem;left:2.8125rem;font-size:1rem;font-weight:400;font-style:normal;color:#232323;display:block; }
 }@media only screen and (max-width: 763px) { #onKnvtvFitn3b6iJRokqFKTN0TBDEF8w { width:19.5625rem;height:1.1254875rem;top:10.8125rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;font-weight:700;font-style:normal;color:#353535;display:block; }
 }@media only screen and (max-width: 763px) { #drHQThEnwMmV2HLZb4PC1qtRPcaJmxKC { width:11.625rem;height:1.2999125rem;top:23.1875rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvovlcpbyHitPRiNQDDmFzMAIk2vSBXT { width:2.0625rem;height:1.9375rem;top:22.84375rem;left:1.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMkwFHsgaDEDTkrD0feUTL14fDKT3iyO { width:4.125rem;height:1.11840625rem;top:23.3125rem;left:13.75rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #luwACvpm05QvaLRgD6q2m5OLulsABamq { width:3.0625rem;height:1.5rem;top:23rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJsCtWypJhatsTUHH20T4xVFsJtrD0dF { width:20rem;height:0;top:10.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #ISSfG6GN8L9mCswI92RoAIxrUfXaTpmO { width:11.311875rem;height:1.749675rem;top:22.906085968017rem;left:6.0880534052849rem;font-size:0.875rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #AfbxvI4dszrCpIQwaLPyopSMKnuLhhbR { display:block; }
 }@media only screen and (max-width: 763px) { #SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 { background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/419cb00b-818c-4ede-8a88-25df5ebfec75/Progettosenzatitolo10.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7.adaptive-delivery-prevent-bg, #SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7.lazyload, #SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7.lazyloading { background-image: none; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row .container { background-color: transparent; background-image: none; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row .container > .video-iframe-container { display: none; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row > .video-iframe-container { display: none; }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .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); }#SUlRwJ4NfUTxRlnWKOVVxBavzXJ3rMm7 > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekVAy3dwT0pSmT8EXQQN3p9dAgwbDQMQ { width:15.5rem;height:2.5996125rem;top:8.0625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxlWNaGDmLPa6ZfiqvwzxsP1dOqXKalW { width:2.0625rem;height:1.9375rem;top:7.75rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH7tw3RHrEIqp81cawz7RzA3DR8mh96s { width:15.5rem;height:1.29980625rem;top:11.75rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7xG76eHh08zsxe0sIE8AfWKl1qf0Iml { width:2.0625rem;height:1.9375rem;top:11.4375rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nekTi5T7vXRVRCwoURqD9ux9iaAZ5BrA { width:15.5rem;height:1.29980625rem;top:15rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4eKA7vyrVTfExxNrefwv1bXL7mlMGyG { width:2.0625rem;height:1.9375rem;top:14.6875rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef2aPWWgS1t6SLWIeRsMUKlGEoQSeviS { width:19.25rem;height:2.0996125rem;top:2rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fN2WV0ZPgJseyA9g8mAyPXGXSqbHmLq4 { width:19.5625rem;height:1.1254875rem;top:5.5625rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;font-weight:700;font-style:normal;color:#353535;display:block; }
 }@media only screen and (max-width: 763px) { #hoIo9EoWTTmfvNzclt5a5OXwUSGW7h19 { width:11.625rem;height:1.29980625rem;top:17.9375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLmBIdpPDE3VbGu0kW3qfOFFroOfVntF { width:2.0625rem;height:1.9375rem;top:17.625rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6ZmNqqqb0xxdEHIw6J1F3bZKc5hqS0e { width:20rem;height:0;top:10.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ { background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/419cb00b-818c-4ede-8a88-25df5ebfec75/Progettosenzatitolo10.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ.adaptive-delivery-prevent-bg, #J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ.lazyload, #J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ.lazyloading { background-image: none; }#J5qJL7wVCE9XBzo4EBH9NkV2T83EvqTJ > .row .container { width:20rem;height:33.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Oax94Awat2H31NvH12oqMAzQA75WrJKd { width:15.5rem;height:2.59895625rem;top:8.0625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKPFE7eigge1OCpcCxATE1cwTt4IO1Q8 { width:2.0625rem;height:1.9375rem;top:7.75rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuPbwfng3Fq4aSUsCB4sdbqKfSLNBF8g { width:15.5rem;height:1.29980625rem;top:11.75rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEu5vwde3B1INNdTAyIduliHbsq39DEe { width:2.0625rem;height:1.9375rem;top:11.4375rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9pbuImJF8VMFxkI4NGhCFMtvQzlT4LQ { width:15.5rem;height:1.29980625rem;top:15rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty8Zu8bPVzoGEuIlNFLP0VUre9XpuV7F { width:2.0625rem;height:1.9375rem;top:14.6875rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFNWGb0bEkdwv4Ny6tXaiL1c6PZisrVO { width:19.25rem;height:2.0996125rem;top:2rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HlJnAzllBPoeFiODa2qDNI3ZG4VE5vDc { width:19.5625rem;height:1.1254875rem;top:5.5625rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;font-weight:700;font-style:normal;color:#353535;display:block; }
 }@media only screen and (max-width: 763px) { #TPt82E85T4Tdc6WxIgxikhVaM2aXrnxV { width:11.625rem;height:1.29980625rem;top:17.9375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqcD1HE4fF1fAZDB64Uks2ULDWTxRDtk { width:2.0625rem;height:1.9375rem;top:17.625rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JquVA9LtCXBzfL2pg9SOzNWqQBD5anBr { width:20rem;height:0;top:10.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #QfSWIy3XVQ1zFGLNI6776iWl5EaUaoyo { width:15.5625rem;height:3rem;top:28.67448125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3Np8CnfqDeCKl1IV7gMg0RTq4FhhW05 { display:block; }
 }@media only screen and (max-width: 763px) { #bx020gVzcSNOv2xLU2XoGP4nOq3T9wgv { width:16.0625rem;height:3rem;top:21.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EimvNHG4AK39odQkB0dRTLqQDqwJN0iV { display:block; }
 }@media only screen and (max-width: 763px) { #t1h1sUvGVXop6ns8VuJbQfh9TL5LceDJ { width:3.625rem;height:1.29980625rem;top:25.625rem;left:8.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHc5eCZRXXbTQ2gwrtLA8RdrvqmLMTrv { width:8.75rem;height:1.062625rem;top:27.424481285736rem;left:5.6250002384186rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1;font-weight:700;font-style:normal;color:#353535;display:block; }
 }@media only screen and (max-width: 763px) { #g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn { display:block; }#g2cQqqbX2qT4C7I1WU7sSBwkviMrDvEn > .row .container { width:20rem;height:88.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r15rb2VrlS2oJkBoVzhaxUEsIfX8TAJS { width:20rem;height:25.5rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #td8V8ofQAKl5yNZgXS8bcoU2GDZs6T6r { width:14.8118125rem;height:2.8496125rem;top:14.6875rem;left:3.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #twAlBXn4oXnNSO58WJbzdaC6dNk41Zal { width:6.7498125rem;height:6.7498125rem;top:5.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0mCpst0I5ukIFkZPktr0ngTZ8tVSVl7 { width:20rem;height:25.1875rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkaou5TOcG8IIk4mBZulzclix24Px1uJ { width:15.1243125rem;height:2.8496125rem;top:40.061828613281rem;left:2.4373371005058rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nuXZE4OSCrVEHUiKPCHx0Eo3yoIVk0Nc { width:6.7498125rem;height:6.7498125rem;top:31.187316894531rem;left:6.6243488192556rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvnkOVep1tdEHqEqVJdIDX58hyHH18he { width:20rem;height:25.5rem;top:55.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqeisBTImrkBxNLfle9mNbKFA45adJSt { width:14.8118125rem;height:2.8496125rem;top:67.124816894531rem;left:2.5618488192558rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fG9vxKzTtVT7InDHex1Rcwftt4a6puSh { width:6.6868125rem;height:6.6868125rem;top:57.437316894531rem;left:6.6243488192556rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmdD8Akrhxz0UoKri2HtQfik9VcVT7O3 { width:14.74875rem;height:3.375rem;top:18.4375rem;left:2.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ChO3GrgRde8EXvoSxyVfDPt8pTiVPhSU { width:14.74875rem;height:5.625rem;top:44.312316894531rem;left:2.6245116591454rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SVBhXm9TRW8UT7UDFkmReTuiJ8PLx2V4 { width:19.43625rem;height:4.5rem;top:71.624328613281rem;left:0.24983721971512rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dGa0aWUKSH05E388LXbDFZdSfv5kbU2d { width:12.43752625rem;height:2.5625rem;top:24.0087890625rem;left:3.7801105380058rem;z-index:15063;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOlQRSEhSVD8ypIpyu2fAkqMIcBC6A9I { display:block; }
 }@media only screen and (max-width: 763px) { #NHvnL9hnKlo3Qi98uQPwnQB48iE7kHTK { width:12.31296375rem;height:2.43750125rem;top:51.186511993408rem;left:3.7801105380058rem;z-index:15064;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfMMq4RCa0cCa0yWCeZ1qeLcoWT8np3f { display:block; }
 }@media only screen and (max-width: 763px) { #rVeNNTNuUqobsNxaNsPWqilJTlBK9oxh { width:12.31296375rem;height:2.43750125rem;top:77.51025009155rem;left:3.7801105380058rem;z-index:15065;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rphn0mNyzaAg8wscfpdSaoB83TUfNSmz { display:block; }
 }@media only screen and (max-width: 763px) { #CPqxB69AH9TiglJBpfDRaPOQHb6X2XfT { display:block; }#CPqxB69AH9TiglJBpfDRaPOQHb6X2XfT > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHsnqhEH6XIfIGcX2cmbFyeJOQvyH8Ro { width:19.749375rem;height:1.21875rem;top:0.43684387207031rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #x3nQJ25ve05U91nKTJi4nmTT3IKCMuCB { width:6.5625rem;height:1.3125rem;top:1.875rem;left:3.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MT3z0pteflt4Zd5CPHBMsMnbW2JfLuRd { width:6.25rem;height:1.75rem;top:1.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdD9T2qlff8dbEZEZOLtkIztq1KgufRL { display:block; }
 }@media only screen and (max-width: 763px) { #URfJQqBB8dOtKWaTo5UOgCceHQ6rfD6l { width:11.625rem;height:1.3125rem;top:3.375rem;left:4.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IPeTotk8XtgGctv3zOgOVIukcpdTHvvG { display:none; }#IPeTotk8XtgGctv3zOgOVIukcpdTHvvG > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aNLGt0f5CQ5mpr0I7p2GNPKmOk8nJMxM { width:19.749375rem;height:1.21948125rem;top:3.5625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RR9xH7FVmDyP9v1n8QiDJahQbs2rEOTc { width:6.5625rem;height:1.3125rem;top:2.0625rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #neRMCyEdWVuh6SOard1QSL4D3cbM18Oc { width:6.25rem;height:1.75rem;top:1.8125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DucQEclRmQZQURvTqG2uw53SbXr3q6aC { display:block; }
 }@media only screen and (max-width: 763px) { #u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y { position:relative;z-index:auto;display:none; }#u1uo1R41PRR4nGH6PTuB4uqI7VS11e6y > .row .container { width:20rem;height:3.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HoByv1kWUNRlH5ccBxukbF7ti1PwFtkg { width:7.75rem;height:1.8125rem;top:0.75rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAZZGH35GiUHIOgKI6kyb3fbI2Ea0w5S { display:block; }
 }@media only screen and (max-width: 763px) { #Qvss7BofGAZVTFN3aJPq8sTwcsbLaMR5 { width:3.25rem;height:3.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHhNVMDJ6QcJ5tcTCSyk4T4NGahtD2o7 { width:8.6875rem;height:1.5rem;top:0.9375rem;left:2.625rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KgdCkoTEdvTihs3wPwTn6xxkQSuGa8V5 { background-color:#212121;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#KgdCkoTEdvTihs3wPwTn6xxkQSuGa8V5 > .row .container { border-width: 0; border-radius: 0; }#KgdCkoTEdvTihs3wPwTn6xxkQSuGa8V5 > .row > .video-iframe-container {  }#KgdCkoTEdvTihs3wPwTn6xxkQSuGa8V5 > .row .container { width:20rem;height:4.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fKJTIm3i4fTJBtLcI40T6KJQspMwAeEM { width:6.3745rem;height:1.124675rem;top:1.875rem;left:0rem;font-size:0.625rem;z-index:15063;background-color:#259d00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #IHe5SrLDDTERoKo5bt7f3KwrCGbAvxtT { display:block; }
 }@media only screen and (max-width: 763px) { #zCt4c4AF3aGB9NAP75Jui3RhhsREZTIe { top:0rem;left:2.1874999403954rem;width:2.062175rem;height:2.062175rem;z-index:15002;color:#ff0000;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeRKsHSqAdSLkbsVtmDaEMpzDOrPR5Gu { background-color:#212121;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#qeRKsHSqAdSLkbsVtmDaEMpzDOrPR5Gu > .row .container { border-width: 0; border-radius: 0; }#qeRKsHSqAdSLkbsVtmDaEMpzDOrPR5Gu > .row > .video-iframe-container {  }#qeRKsHSqAdSLkbsVtmDaEMpzDOrPR5Gu > .row .container { width:20rem;height:4.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d7rLVJnw99rU5iODTXqusAn1AsoMhfG0 { top:1.9368476867676rem;left:0rem;width:6.375rem;height:1.125rem;z-index:15000;font-size:0.625rem;background-color:rgba(55,255,0,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #e18Rk0SgrgTbWVTnPsFhn76FS1e2yJvK { display:block; }
 }@media only screen and (max-width: 763px) { #PIZHnVTxeweEGB1TxTUpzsknvOuk12Qr { top:0rem;left:2.0621744990349rem;width:2.0625rem;height:2.0625rem;z-index:15001;color:#ffd300;font-size:1.4375rem;display:block; }
 }