.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { background-color: transparent; background-image: none; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container > .video-iframe-container { display: none; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row > .video-iframe-container { display: none; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .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); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { border-width: 0; border-radius: 0; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 .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;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 .widget-text.counter-number { border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;background-color:transparent;background-image:none;color:#96c4cc;padding-top:0.475625rem;padding-right:0.4125rem;padding-bottom:0.475625rem;padding-left:0.4125rem;display:block;align-items:center;width:2.47375rem;min-width:2.47375rem;height:2.555rem;position:relative;font-family:"open sans";font-size:1.900625rem;font-weight:700;line-height:40.88px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.296875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.298125rem;height:1.009375rem;position:relative;font-family:"source sans pro";font-size:0.7125rem;font-weight:400;line-height:16.15px;text-align:center;text-align-last:center;text-transform:none;top:0%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:italic; }
#pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 { 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;box-shadow: none;display:flex;justify-content:space-between;width:17.6875rem;height:4.9375rem;padding-top:0.594375rem;padding-right:0.589375rem;padding-bottom:0.594375rem;padding-left:0.589375rem;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;top:0.65625rem;left:62.25rem;z-index:15019; }
#pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #UvGIzogILbsrxbItG3LKsXHRPh5Jz0yW { display:flex;position:relative;top:0rem;left:0rem; }
#pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #LF2GG3mmLKzNITSxdlG5f3STFI9B3TMs { width:auto; }
#pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #B9DRQlb8qadWxUTed99IdCSeECrG17G2 {  }
#pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #CdwbfWVdlrnKBWIKRe1Qe904sHCgkAcB { display:flex;position:relative;top:0rem;left:0rem; }
#pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #sCKtuflAQwOXNEwwHKFPaq4TICyXOuMD {  }
#pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #rs2cMs7STHIxOwQaNVrbLT8Xx15ruIiM {  }
#pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #lAtgrqwcSOIoxRw4rQMSPA2nfFLvHwkK { display:flex;position:relative;top:0rem;left:0rem; }
#pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #q2mIfZCgTqVCAvTJPNztTe26UGxkTf6g {  }
#pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #NaKykZoTytTofAHqddCxBgtrpP66OHGa {  }
#pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #ETQxr0rcIZ9nD1ByNPfH3CWw4Jnux25m { display:flex;position:relative;top:0rem;left:0rem; }
#pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #yRwQHB0dIXSFHoTEHbCmm60QsUzml3Ir {  }
#pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #KsTH08x8UEicokgFtvRZr0sEimqfdG4e {  }
#PHuJKze6RsLVWJbu1COO9ucmTSKxIoEt { color:#ffffff;display:block;width:17rem;position:absolute;font-family:eczar;font-size:1.4375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:2.5182292461395rem;left:44.611976623535rem;height:1.8684875rem;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; }
#bpT00UBx23kE2H6eVLDS6vh0PXB9NQaU { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:2.75rem;left:0.875rem;overflow:hidden;display:block; }
#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/55ff0bf8-149b-4b68-8770-6f79dbca9ca5/a2eaafeba6e24c74a9b877916b8c4c10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU.adaptive-delivery-prevent-bg, #SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU.lazyload, #SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU.lazyloading { background-image: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { background-color: transparent; background-image: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container > .video-iframe-container { display: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container { display: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .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); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { border-width: 0; border-radius: 0; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { width:75rem;height:50rem;font-size:0.875rem;font-family:arial;overflow:visible;position:relative;display:block; }#LPIVe7TC58uKfq2Z8s5CsfAzlLPvk3hF { color:#ffffff;display:block;width:59.625rem;position:absolute;font-family:eczar;font-size:9.6875rem;font-weight:400;z-index:15014;line-height:.8;letter-spacing:0;top:1.69140625rem;left:0rem;height:31rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R4Ag2KuvcCsTzLrWR3hxXWvUSykI0BRd { color:#ffffff;display:block;width:35rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:37.231121063233rem;left:0.46614551544189rem;height:3.59895625rem;font-style:normal;display:block; }
#c2mawzpQvkkDg5AT82bl9AWGtIVgymFP { background-color:#96c4cc;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:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;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:eczar;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:4.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:36.59375rem;left:36.479166030884rem;display:block; }
#MquIZzIMW1KmMUsR86rx6Ta9ACs3Wv2n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tvfRs6agoaLgUKTy0K5bS0t4rgBudvqw { box-sizing:content-box;height:4.8125rem;width:39.3125rem;position:absolute;display:block;z-index:15013;background-color:#000000;background-image:none;top:36.625rem;left:0rem;display:block; }
#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { position:relative;display:block; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { background-color: transparent; background-image: none; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container > .video-iframe-container { display: none; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row > .video-iframe-container { display: none; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .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); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { border-width: 0; border-radius: 0; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .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:49.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RSvwfdNwmeTPEDCnWDd3RDEf4LOkscyv { color:#000000;display:block;width:23.625rem;position:absolute;font-family:eczar;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5rem;left:2.5rem;height:1.94986875rem;font-style:normal;display:block; }
#gFm6BisgFM1LseZiLsUohwtcXxRDOsx3 { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:8.1249990463256rem;left:2.5rem;height:7.9980625rem;font-style:normal;display:block; }
#InKR6pWyrn4wtHw0TrplBWWrZCGN85rO { color:#000000;display:block;width:22.75rem;position:absolute;font-family:eczar;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.6875rem;left:2.5rem;height:3.8997375rem;font-style:normal;display:block; }
#HQQS9iIs97mv7cpzyevaQ6qb0d69mrbn { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:24.875rem;left:2.5rem;height:1.5996125rem;font-style:normal;display:block; }
#KhkciR0J6gQomtITWVFrnfgkudf2FI3w { box-sizing:content-box;height:27.5625rem;width:38.0625rem;position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3b5c9e5d-7591-4f9b-ad8c-c77bd0738b26/PlatypusCase2previewrotate_180.crop_506x479_0,0.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.0625rem;left:36.875rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0rem;display:block; }#KhkciR0J6gQomtITWVFrnfgkudf2FI3w.adaptive-delivery-prevent-bg, #KhkciR0J6gQomtITWVFrnfgkudf2FI3w.lazyload, #KhkciR0J6gQomtITWVFrnfgkudf2FI3w.lazyloading { background-image: none; }
#pfATpoJv3FCl9589Vy4CTaCZ67efJciZ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:32.375rem;left:2.5rem; }
#Q2KG7GN92Z6bFGnRVepaRBsQpEwsk2GD { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:32.375rem;left:6rem;height:1.5996125rem;font-style:normal;display:block; }
#lZskQZ0M7gWCv8XhaqxdCS8DB7mf6XOf { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:34.75rem;left:6rem;height:1.5996125rem;font-style:normal;display:block; }
#ni9uFOLCJXe80i0XLKk4UOIA3zWORu1T { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:37.3125rem;left:6rem;height:1.5996125rem;font-style:normal;display:block; }
#BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr { box-sizing:content-box;height:23.6875rem;width:38rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a7c85a7b-e6c5-469e-b6f0-bd0c44ac714e/V10103PlatypusManufakturQualitaetspruefung.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:36.937501907349rem;display:block; }#BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr.adaptive-delivery-prevent-bg, #BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr.lazyload, #BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr.lazyloading { background-image: none; }
#t174C3MJVTvwWai2MRV9PArRCvcTSL8A { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:34.625rem;left:2.5rem; }
#uXqJtRP1PQ9ADkcSrtX1DknfDkmWxgq9 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:37.1875rem;left:2.5rem; }
#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD { position:relative;display:block; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD { background-color: transparent; background-image: none; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container > .video-iframe-container { display: none; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row > .video-iframe-container { display: none; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .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); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD { border-width: 0; border-radius: 0; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .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:42.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VnZeKy3f5XNt7NNfnvpTGbKa9gRnA23u { color:#000000;display:block;width:74.6875rem;position:absolute;font-family:eczar;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uglrt6H9gmGXTsKBiFpGi0od07LuVD5l { box-sizing:content-box;height:24.375rem;width:16.3125rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:10.875rem;left:29.5rem;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-shadow: 0.0625rem 0.125rem 0.375rem rgba(0,0,0,0.07) ;display:block; }
#iByqHF13md80b0Aym0TuhPT6gDQv2rz6 { box-sizing:content-box;height:9.125rem;width:14.25rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2cd72372-4925-477d-b0e4-781b9db91a6b/5ba20b3d2276408eb0d679e8cdd81bba.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.75rem;left:30.5rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }#iByqHF13md80b0Aym0TuhPT6gDQv2rz6.adaptive-delivery-prevent-bg, #iByqHF13md80b0Aym0TuhPT6gDQv2rz6.lazyload, #iByqHF13md80b0Aym0TuhPT6gDQv2rz6.lazyloading { background-image: none; }
#Ez9Bn1ElwR5TybARvrq4JK5naNPntDEe { box-sizing:content-box;height:24.375rem;width:16.3125rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:10.875rem;left:9.9375rem;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-shadow: 0.0625rem 0.125rem 0.375rem rgba(0,0,0,0.07) ;display:block; }
#h6kTZP3tPoXlReGOQy0KRIA0RBOmpvvL { box-sizing:content-box;height:24.375rem;width:16.3125rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:10.875rem;left:48.8125rem;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-shadow: 0.0625rem 0.125rem 0.375rem rgba(0,0,0,0.07) ;display:block; }
#Q6aTpPp7NO12SkXLTA83TdZ1K32NpMT8 { box-sizing:content-box;height:9.125rem;width:14.25rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6e55862a-3645-46ce-9be3-7d6c90b3b761/Senzatitolo609x441px228x146px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.75rem;left:10.9375rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }#Q6aTpPp7NO12SkXLTA83TdZ1K32NpMT8.adaptive-delivery-prevent-bg, #Q6aTpPp7NO12SkXLTA83TdZ1K32NpMT8.lazyload, #Q6aTpPp7NO12SkXLTA83TdZ1K32NpMT8.lazyloading { background-image: none; }
#sSslXTZmTaQhBDsyXTisMDXXVxFmS9FI { box-sizing:content-box;height:9.125rem;width:14.25rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a75ca807-9dba-4f73-8acf-0d2b198a026e/Progettosenzatitolo21.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.75rem;left:49.8125rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }#sSslXTZmTaQhBDsyXTisMDXXVxFmS9FI.adaptive-delivery-prevent-bg, #sSslXTZmTaQhBDsyXTisMDXXVxFmS9FI.lazyload, #sSslXTZmTaQhBDsyXTisMDXXVxFmS9FI.lazyloading { background-image: none; }
#AWhIrNZ1qVrQ1ttd20TXay606Pf6MeEM { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:21.1875rem;left:22.3125rem; }
#ChXxsGRnyQZRRh3AJNT8zwMSWTnrZB1o { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:21.1875rem;left:23.75rem; }
#cJmsVTToUSDThv3RFU9Ps0dhBAsRgzHr { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:eczar;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:21.4375rem;left:10.9375rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TNeFVrZ5eeLMA6VziqItTRG9F6qLJddE { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:24.75rem;left:11rem;height:4.19921875rem;font-style:normal;display:block; }
#e15rPH9La9W4phVETNCaEXagIQfGgSVi { background-color:#000000;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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-shadow: none;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:eczar;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.8125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:31.1875rem;left:10.9375rem;display:block; }
#QwWQGmvJcoTSe4W1XhlXckJhP5F4LbEQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WsODTwgeB1o2cwrZz0pDOGp5kT7T5u31 { color:#000000;display:block;width:8.75rem;position:absolute;font-family:eczar;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:21.4375rem;left:30.500002503395rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r1MNZz527NuWkxi6VL1zbOrlgLfw05dW { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:24.75rem;left:30.5rem;height:2.79948125rem;font-style:normal;display:block; }
#XbzAtO8xwTxzoU151KJXsLBPTbTiIpJX { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:21.1875rem;left:43.3125rem; }
#Dw9cJzITVrRsT4NPRkgcnakqFcOm3bls { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:21.1875rem;left:41.9375rem; }
#JbwSSRSCJl6tVkcoRTxmCHJBgC5l4D8J { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:21.1875rem;left:40.5625rem; }
#wsEro07hiCTVCkFeKQeIFZecKBa8yTEw { color:#000000;display:block;width:10.375rem;position:absolute;font-family:eczar;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:21.4375rem;left:49.8125rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v0JAX7NVwAzmmOfV6zbxplls335rTXLy { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:21.1875rem;left:62.6875rem; }
#SAh2Irge7ovFqmDrmKcbzrt8ZVh1J3Dr { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:21.1875rem;left:61.3125rem; }
#oJ5rGlpHTxxz62ZeCq2LGsx9Lw7ppHe9 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:21.1875rem;left:59.875rem; }
#cEnw2lAkbMKqwA4ZwEkcBdoRSSfiTf0r { color:#000000;display:block;width:15rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:24.75rem;left:49.812501907349rem;height:4.19921875rem;font-style:normal;display:block; }
#Wn7cWo2wZ3d84axE7DuM3ISmig298y5W { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:21.1875rem;left:20.916666030884rem; }
#LeLRBtlEltIq0gKTX2QaZVE7aAlEWKFy { background-color:#000000;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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-shadow: none;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:eczar;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.729166625rem;height:2.729166625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:31.1875rem;left:30.500001907349rem;display:block; }
#zMa0prTOySufc1TC0RCXDHJMfUGiz0fZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DNqRWhpoNs2hznmnO1qDvkFFvsL4bTcJ { background-color:#000000;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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-shadow: none;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:eczar;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.645854125rem;height:2.645835375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:31.229167938233rem;left:49.812501907349rem;display:block; }
#nO6lJG2TWlKEsuL5W8aBao1TpHc9LLEo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a88e7dfe-a055-4fd2-bf49-ccdbb4b17997/Senzatitolo1200x628px1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw.adaptive-delivery-prevent-bg, #TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw.lazyload, #TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw.lazyloading { background-image: none; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row .container { background-color: transparent; background-image: none; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(98,78,136,0.59); }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row .container > .video-iframe-container { display: none; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(98,78,136,0.59); }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row > .video-iframe-container { display: none; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .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); }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row .container { border-width: 0; border-radius: 0; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#JcfBUX28W60V5ceZpfDhwnkkeCWnDAHu { color:#000000;display:block;width:74.6875rem;position:absolute;font-family:eczar;font-size:2.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.7552089691163rem;left:0rem;height:7.4739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w4kS6lVzowN7lmZtTodQT9IN9pPTXOM1 { color:#ffffff;display:block;width:54.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:14.1875rem;left:10.25rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#exbf59WK3nH0pfi5ybclxRkXrGie8MRH { background-color:#96c4cc;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-shadow: none;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:eczar;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.1875rem;left:29.3125rem;display:block; }
#bOmsAVIoG78zTXSkud46K2WRIBVpOxFx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row .container { background-color: transparent; background-image: none; }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row .container > .video-iframe-container { display: none; }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row > .video-iframe-container { display: none; }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .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); }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row .container { border-width: 0; border-radius: 0; }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;position:relative;display:block; }#G5ZRpb0fwNysKSwwWxh5CeDSEuw7Wnua { position:absolute;display:block;z-index:15004;background-color:#96c4cc;background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:39.5rem;left:15.3125rem;display:block; }
#Q9Q0NCCmQUIGU79LrDP870Th6SdMn1IC { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:40.6875rem;left:8.5rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#gw5o69bnNOm997sJSJ6kb3Ib52OelU0B { position:absolute;display:block;z-index:15006;background-color:#96c4cc;background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19rem;top:16.625rem;left:28.0625rem;display:block; }
#Fhtsb1qBxeSb0bdGuT5uXtagCFa4OAUy { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:39.5rem;left:36rem;display:block; }
#ACEcPTaebZGNahUXvDaLt3OLdI14R47d { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/182fe2ed-42b0-4b7a-a2ee-1426f56170cd/Progettosenzatitolo23.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !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-shadow: none;height:11.375rem;width:11.375rem;top:15.375rem;left:11.25rem;display:block; }#ACEcPTaebZGNahUXvDaLt3OLdI14R47d.adaptive-delivery-prevent-bg, #ACEcPTaebZGNahUXvDaLt3OLdI14R47d.lazyload, #ACEcPTaebZGNahUXvDaLt3OLdI14R47d.lazyloading { background-image: none; }
#c7veEJEpD12TAfsF9VSTsqrnTvqvw62m { position:absolute;display:block;z-index:15018;background-color:#96c4cc;background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:39.5rem;left:56.375rem;display:block; }
#Jm2G2TeIPRgiapPCKGIGBrrW1y4QK4QN { color:#000000;display:block;width:74.6875rem;position:absolute;font-family:eczar;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I5yhkWokXy3bZkD1oIuqkNnxVdG1QrDE { color:rgba(0,0,0,0.5);display:block;width:44.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:8.0625rem;left:15.125rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cD1VNXdxMevbVC3IkrnikZPkkzMIdSbJ { color:#000000;display:block;width:16.375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:27.625rem;left:8.75rem;height:5.94791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zAtt3TNd3pfcSnBLVCUZTPJVkJ0FaZZr { box-sizing:content-box;height:26.5rem;width:18.6875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:17.1875rem;left:7.6875rem;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-shadow: -0.0625rem 0.125rem 0.375rem rgba(0,0,0,0.07) ;display:block; }
#AqH0A0Fi8sMKx3Fcai5qbESavSgbSIsa { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8e853268-c9ea-4a97-b499-1624c3f76635/Progettosenzatitolo24.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !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-shadow: none;height:11.375rem;width:11.375rem;top:14.437498092651rem;left:31.812501907349rem;display:block; }#AqH0A0Fi8sMKx3Fcai5qbESavSgbSIsa.adaptive-delivery-prevent-bg, #AqH0A0Fi8sMKx3Fcai5qbESavSgbSIsa.lazyload, #AqH0A0Fi8sMKx3Fcai5qbESavSgbSIsa.lazyloading { background-image: none; }
#Lq71CxkBqPrFazTm2szvHtSemDqHol2e { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.7;letter-spacing:0;top:27.625rem;left:29.25rem;height:5.94791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#egUqqTTxFyM9gP4ZQTnaABLCKoGRHfC2 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:40.6875rem;left:29rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#OKRLHXa6ymxhiLrMZkv6RgeTfOoI2iep { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.7;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:27.625rem;left:49.125rem;height:8.921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eX8zsNLdnJSZDSUA5sO0lJITIqAXtp4A { color:#000000;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:40.6875rem;left:49.5625rem;height:1.19986875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#qz4Q9FwlNUasAbqhHBMUVn6GaTsK2R6I { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3e7d1cf4-ab0f-49f0-9b84-ac06de70ab75/Progettosenzatitolo22.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !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-shadow: none;height:11.375rem;width:11.375rem;top:15.375rem;left:52.3125rem;display:block; }#qz4Q9FwlNUasAbqhHBMUVn6GaTsK2R6I.adaptive-delivery-prevent-bg, #qz4Q9FwlNUasAbqhHBMUVn6GaTsK2R6I.lazyload, #qz4Q9FwlNUasAbqhHBMUVn6GaTsK2R6I.lazyloading { background-image: none; }
#Ee7UWA8nffgMcGMOfLm1xheA16FdyKg4 { box-sizing:content-box;height:26.5rem;width:18.6875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:17.1875rem;left:48.65625rem;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-shadow: -0.0625rem 0.125rem 0.375rem rgba(0,0,0,0.07) ;display:block; }
#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container { background-color: transparent; background-image: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container > .video-iframe-container { display: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row > .video-iframe-container { display: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .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); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container { border-width: 0; border-radius: 0; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;position:relative;display:block; }#FSxJ4izgZzy0fJ23u9Zhv0AnvqwFhZmy { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:eczar;font-size:3.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.875rem;left:3.875rem;height:8.77475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rGKW2ptbNmdQMGufe8F9S5BK6JeWtbzS { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:15.330730438233rem;left:4.6250001192093rem;height:21.593775rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R8RIbfT97KF37k6vTDArib4no6fOdUmr { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:eczar;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:1.318359375rem;left:38.3125rem;height:3.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WkNCsTBAx1rPSZFSaJedbaKX1dR4T8og { position:absolute;display:block;z-index:15028;height:22rem;width:37.5625rem;top:0rem;left:37.437502503395rem;display:block; }
#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP > .row .container { background-color: transparent; background-image: none; }#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP > .row .container > .video-iframe-container { display: none; }#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP > .row > .video-iframe-container { display: none; }#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP > .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); }#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP > .row .container { border-width: 0; border-radius: 0; }#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#im8p5onUGQLTIuxZbky8OcT526P6Ma1G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.03125rem;left:69.207679748538rem; }
#PvCWcIEmS7S4IvVBT6pendmhrHsyvGhF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.03125rem;left:71.291015625rem; }
#S6Nafs3LneBGWdHV3yNdBLWNATgT21Gk { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:11.8125rem;top:1.03125rem;left:1.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g { display:block; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 .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; }
#pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 .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; }
#pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 { display:flex;width:18.5rem;height:5.1875rem;top:0.625rem;left:31.0625rem; }
 }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #UvGIzogILbsrxbItG3LKsXHRPh5Jz0yW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #LF2GG3mmLKzNITSxdlG5f3STFI9B3TMs {  }
 }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #B9DRQlb8qadWxUTed99IdCSeECrG17G2 {  }
 }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #CdwbfWVdlrnKBWIKRe1Qe904sHCgkAcB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #sCKtuflAQwOXNEwwHKFPaq4TICyXOuMD {  }
 }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #rs2cMs7STHIxOwQaNVrbLT8Xx15ruIiM {  }
 }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #lAtgrqwcSOIoxRw4rQMSPA2nfFLvHwkK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #q2mIfZCgTqVCAvTJPNztTe26UGxkTf6g {  }
 }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #NaKykZoTytTofAHqddCxBgtrpP66OHGa {  }
 }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #ETQxr0rcIZ9nD1ByNPfH3CWw4Jnux25m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #yRwQHB0dIXSFHoTEHbCmm60QsUzml3Ir {  }
 }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #KsTH08x8UEicokgFtvRZr0sEimqfdG4e {  }
 }@media only screen and (max-width: 763px) { #PHuJKze6RsLVWJbu1COO9ucmTSKxIoEt { top:2.5rem;left:30.75rem;width:17rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpT00UBx23kE2H6eVLDS6vh0PXB9NQaU { top:2.75rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU { position:relative;display:block; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU { background-color: transparent; background-image: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container > .video-iframe-container { display: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container { display: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .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); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU { border-width: 0; border-radius: 0; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { width:47.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;height:35.9375rem;overflow:visible;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPIVe7TC58uKfq2Z8s5CsfAzlLPvk3hF { top:1.6875rem;left:0rem;width:47.75rem;height:31rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4Ag2KuvcCsTzLrWR3hxXWvUSykI0BRd { top:37.1875rem;left:0rem;width:35rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2mawzpQvkkDg5AT82bl9AWGtIVgymFP { width:9.75rem;height:4.875rem;top:36.5625rem;left:22.854166030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #MquIZzIMW1KmMUsR86rx6Ta9ACs3Wv2n { display:block; }
 }@media only screen and (max-width: 763px) { #tvfRs6agoaLgUKTy0K5bS0t4rgBudvqw { top:36.625rem;left:0rem;width:39.3125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { display:block; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSvwfdNwmeTPEDCnWDd3RDEf4LOkscyv { top:5rem;left:0rem;width:23.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFm6BisgFM1LseZiLsUohwtcXxRDOsx3 { top:8.0625rem;left:0rem;width:31.8125rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InKR6pWyrn4wtHw0TrplBWWrZCGN85rO { top:26.6875rem;left:0rem;width:22.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQQS9iIs97mv7cpzyevaQ6qb0d69mrbn { top:24.875rem;left:0rem;width:31.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhkciR0J6gQomtITWVFrnfgkudf2FI3w { top:22.0625rem;left:9.625rem;width:38.0625rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfATpoJv3FCl9589Vy4CTaCZ67efJciZ { top:32.375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2KG7GN92Z6bFGnRVepaRBsQpEwsk2GD { top:32.375rem;left:0rem;width:20.9375rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZskQZ0M7gWCv8XhaqxdCS8DB7mf6XOf { top:34.75rem;left:0rem;width:20.9375rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni9uFOLCJXe80i0XLKk4UOIA3zWORu1T { top:37.3125rem;left:0rem;width:17.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr { top:0rem;left:9.375rem;width:38rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t174C3MJVTvwWai2MRV9PArRCvcTSL8A { top:34.625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXqJtRP1PQ9ADkcSrtX1DknfDkmWxgq9 { top:37.1875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD { display:block; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnZeKy3f5XNt7NNfnvpTGbKa9gRnA23u { top:3.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uglrt6H9gmGXTsKBiFpGi0od07LuVD5l { top:10.875rem;left:15.875rem;width:16.3125rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iByqHF13md80b0Aym0TuhPT6gDQv2rz6 { top:11.75rem;left:16.875rem;width:14.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez9Bn1ElwR5TybARvrq4JK5naNPntDEe { top:10.875rem;left:0rem;width:16.3125rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6kTZP3tPoXlReGOQy0KRIA0RBOmpvvL { top:10.875rem;left:31.4375rem;width:16.3125rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6aTpPp7NO12SkXLTA83TdZ1K32NpMT8 { top:11.75rem;left:0rem;width:14.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSslXTZmTaQhBDsyXTisMDXXVxFmS9FI { top:11.75rem;left:33.5rem;width:14.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWhIrNZ1qVrQ1ttd20TXay606Pf6MeEM { top:21.1875rem;left:8.6875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChXxsGRnyQZRRh3AJNT8zwMSWTnrZB1o { top:21.1875rem;left:10.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJmsVTToUSDThv3RFU9Ps0dhBAsRgzHr { top:21.4375rem;left:0rem;width:9.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNeFVrZ5eeLMA6VziqItTRG9F6qLJddE { top:24.75rem;left:0rem;width:13.8125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e15rPH9La9W4phVETNCaEXagIQfGgSVi { width:11.6875rem;height:2.6875rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwWQGmvJcoTSe4W1XhlXckJhP5F4LbEQ { display:block; }
 }@media only screen and (max-width: 763px) { #WsODTwgeB1o2cwrZz0pDOGp5kT7T5u31 { top:21.4375rem;left:16.875002503395rem;width:8.75rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1MNZz527NuWkxi6VL1zbOrlgLfw05dW { top:24.75rem;left:16.875001907349rem;width:14.9375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbzAtO8xwTxzoU151KJXsLBPTbTiIpJX { top:21.1875rem;left:29.6875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw9cJzITVrRsT4NPRkgcnakqFcOm3bls { top:21.1875rem;left:28.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbwSSRSCJl6tVkcoRTxmCHJBgC5l4D8J { top:21.1875rem;left:26.9375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsEro07hiCTVCkFeKQeIFZecKBa8yTEw { top:21.4375rem;left:36.187501907349rem;width:10.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0JAX7NVwAzmmOfV6zbxplls335rTXLy { top:21.1875rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAh2Irge7ovFqmDrmKcbzrt8ZVh1J3Dr { top:21.1875rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ5rGlpHTxxz62ZeCq2LGsx9Lw7ppHe9 { top:21.1875rem;left:46.25rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEnw2lAkbMKqwA4ZwEkcBdoRSSfiTf0r { top:24.75rem;left:32.75rem;width:15rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn7cWo2wZ3d84axE7DuM3ISmig298y5W { top:21.1875rem;left:7.2916660308837rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeLRBtlEltIq0gKTX2QaZVE7aAlEWKFy { width:11.6875rem;height:2.6875rem;top:31.1875rem;left:16.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMa0prTOySufc1TC0RCXDHJMfUGiz0fZ { display:block; }
 }@media only screen and (max-width: 763px) { #DNqRWhpoNs2hznmnO1qDvkFFvsL4bTcJ { width:11.625rem;height:2.625rem;top:31.1875rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO6lJG2TWlKEsuL5W8aBao1TpHc9LLEo { display:block; }
 }@media only screen and (max-width: 763px) { #TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw { display:block; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcfBUX28W60V5ceZpfDhwnkkeCWnDAHu { top:6.75rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4kS6lVzowN7lmZtTodQT9IN9pPTXOM1 { top:14.1875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exbf59WK3nH0pfi5ybclxRkXrGie8MRH { width:16.375rem;height:3.4375rem;top:21.1875rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOmsAVIoG78zTXSkud46K2WRIBVpOxFx { display:block; }
 }@media only screen and (max-width: 763px) { #aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk { display:block; }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G5ZRpb0fwNysKSwwWxh5CeDSEuw7Wnua { width:3.25rem;height:0.0625rem;top:39.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9Q0NCCmQUIGU79LrDP870Th6SdMn1IC { width:16.875rem;height:1.5625rem;top:40.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw5o69bnNOm997sJSJ6kb3Ib52OelU0B { width:19rem;height:27.625rem;top:16.625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhtsb1qBxeSb0bdGuT5uXtagCFa4OAUy { width:3.25rem;height:0.0625rem;top:39.5rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACEcPTaebZGNahUXvDaLt3OLdI14R47d { width:11.375rem;height:11.375rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7veEJEpD12TAfsF9VSTsqrnTvqvw62m { width:3.25rem;height:0.0625rem;top:39.5rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm2G2TeIPRgiapPCKGIGBrrW1y4QK4QN { top:5.375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5yhkWokXy3bZkD1oIuqkNnxVdG1QrDE { top:8.0625rem;left:1.5rem;width:44.75rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD1VNXdxMevbVC3IkrnikZPkkzMIdSbJ { top:27.625rem;left:0rem;width:16.375rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAtt3TNd3pfcSnBLVCUZTPJVkJ0FaZZr { top:17.1875rem;left:0rem;width:18.6875rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqH0A0Fi8sMKx3Fcai5qbESavSgbSIsa { width:11.375rem;height:11.375rem;top:14.375rem;left:18.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq71CxkBqPrFazTm2szvHtSemDqHol2e { top:27.625rem;left:15.625rem;width:16.375rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egUqqTTxFyM9gP4ZQTnaABLCKoGRHfC2 { width:16.875rem;height:1.5625rem;top:40.6875rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKRLHXa6ymxhiLrMZkv6RgeTfOoI2iep { top:27.625rem;left:30.0625rem;width:17.6875rem;height:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX8zsNLdnJSZDSUA5sO0lJITIqAXtp4A { width:16.875rem;height:1.1875rem;top:40.6875rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz4Q9FwlNUasAbqhHBMUVn6GaTsK2R6I { width:11.375rem;height:11.375rem;top:15.375rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee7UWA8nffgMcGMOfLm1xheA16FdyKg4 { top:17.1875rem;left:29.0625rem;width:18.6875rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz { display:block; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSxJ4izgZzy0fJ23u9Zhv0AnvqwFhZmy { top:4.875rem;left:0rem;width:29.4375rem;height:8.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGKW2ptbNmdQMGufe8F9S5BK6JeWtbzS { top:15.3125rem;left:0rem;width:29.6875rem;height:21.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8RIbfT97KF37k6vTDArib4no6fOdUmr { top:1.3125rem;left:11.875rem;width:35.875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkNCsTBAx1rPSZFSaJedbaKX1dR4T8og { top:0rem;left:0rem;width:37.5625rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKnIl9QxAKX6s55cL11mFJFJgBasa2EP { display:block; }#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #im8p5onUGQLTIuxZbky8OcT526P6Ma1G { top:1rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvCWcIEmS7S4IvVBT6pendmhrHsyvGhF { top:1rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6Nafs3LneBGWdHV3yNdBLWNATgT21Gk { top:1rem;left:0rem;width:11.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g { display:block; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 .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; }
#pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 .widget-text.counter-number { padding-top:0.32875rem;padding-right:0.283125rem;padding-bottom:0.32875rem;padding-left:0.283125rem;width:1.70125rem;min-width:1.70125rem;height:1.76375rem;font-size:1.3125rem;line-height:28.22px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.065rem solid #ffffff;border-right:0.065rem solid #ffffff;border-bottom:0.065rem solid #ffffff;border-left:0.065rem solid #ffffff; }
#pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.204375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.266875rem;height:0.698125rem;font-size:0.4925rem;line-height:11.17px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 { display:flex;width:13.5625rem;height:3.453125rem;top:7.26171875rem;left:2.875rem;padding-top:0.329375rem;padding-right:0.32375rem;padding-bottom:0.329375rem;padding-left:0.32375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #UvGIzogILbsrxbItG3LKsXHRPh5Jz0yW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #LF2GG3mmLKzNITSxdlG5f3STFI9B3TMs {  }
 }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #B9DRQlb8qadWxUTed99IdCSeECrG17G2 {  }
 }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #CdwbfWVdlrnKBWIKRe1Qe904sHCgkAcB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #sCKtuflAQwOXNEwwHKFPaq4TICyXOuMD {  }
 }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #rs2cMs7STHIxOwQaNVrbLT8Xx15ruIiM {  }
 }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #lAtgrqwcSOIoxRw4rQMSPA2nfFLvHwkK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #q2mIfZCgTqVCAvTJPNztTe26UGxkTf6g {  }
 }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #NaKykZoTytTofAHqddCxBgtrpP66OHGa {  }
 }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #ETQxr0rcIZ9nD1ByNPfH3CWw4Jnux25m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #yRwQHB0dIXSFHoTEHbCmm60QsUzml3Ir {  }
 }@media only screen and (max-width: 763px) { #pyfic8XSXZPivby8Xp7swbmdLV5r6oK0 #KsTH08x8UEicokgFtvRZr0sEimqfdG4e {  }
 }@media only screen and (max-width: 763px) { #PHuJKze6RsLVWJbu1COO9ucmTSKxIoEt { width:10.875rem;height:1.13736875rem;top:4.875rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bpT00UBx23kE2H6eVLDS6vh0PXB9NQaU { width:2.375rem;height:2.375rem;top:1.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d9a7bb12-f09f-4742-ad9a-44a3d09e3325/a2eaafeba6e24c74a9b877916b8c4c10.crop_1200x666_0,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU.adaptive-delivery-prevent-bg, #SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU.lazyload, #SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU.lazyloading { background-image: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { background-color: transparent; background-image: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container > .video-iframe-container { display: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container { display: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .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); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { border-width: 0; border-radius: 0; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPIVe7TC58uKfq2Z8s5CsfAzlLPvk3hF { width:19.875rem;height:4.5rem;top:1.25rem;left:0.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #R4Ag2KuvcCsTzLrWR3hxXWvUSykI0BRd { width:20rem;height:4.5rem;top:8.19921875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #c2mawzpQvkkDg5AT82bl9AWGtIVgymFP { width:13.9375rem;height:3.4375rem;top:13.9375rem;left:3.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #MquIZzIMW1KmMUsR86rx6Ta9ACs3Wv2n { display:block; }
 }@media only screen and (max-width: 763px) { #tvfRs6agoaLgUKTy0K5bS0t4rgBudvqw { width:20rem;height:4.8125rem;top:36.625rem;left:0rem;background-color:rgba(255,180,162,0.77);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { display:block; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container { width:20rem;height:89.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSvwfdNwmeTPEDCnWDd3RDEf4LOkscyv { width:19.0625rem;height:3.8997375rem;top:1.25rem;left:0.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gFm6BisgFM1LseZiLsUohwtcXxRDOsx3 { width:18.375rem;height:11.0240625rem;top:6.3990875rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #InKR6pWyrn4wtHw0TrplBWWrZCGN85rO { width:19.0625rem;height:5.8496125rem;top:21.5221375rem;left:0.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HQQS9iIs97mv7cpzyevaQ6qb0d69mrbn { width:20rem;height:1.5996125rem;top:18.672525rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KhkciR0J6gQomtITWVFrnfgkudf2FI3w { width:19.9375rem;height:19.875rem;top:34.3333375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfATpoJv3FCl9589Vy4CTaCZ67efJciZ { display:flex;width:1.75rem;height:1.75rem;top:78.1458375rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #Q2KG7GN92Z6bFGnRVepaRBsQpEwsk2GD { width:11.8125rem;height:1.3997375rem;top:81.1458375rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZskQZ0M7gWCv8XhaqxdCS8DB7mf6XOf { width:11.625rem;height:1.3997375rem;top:31.68425rem;left:4.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ni9uFOLCJXe80i0XLKk4UOIA3zWORu1T { width:13.375rem;height:1.3997375rem;top:86.857425rem;left:3.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr { width:20rem;height:21.4375rem;top:55.4583375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t174C3MJVTvwWai2MRV9PArRCvcTSL8A { display:flex;width:1.8125rem;height:1.8125rem;top:28.62175rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #uXqJtRP1PQ9ADkcSrtX1DknfDkmWxgq9 { display:flex;width:1.8125rem;height:1.8125rem;top:83.794925rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD { display:block; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container { width:20rem;height:87.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnZeKy3f5XNt7NNfnvpTGbKa9gRnA23u { width:20rem;height:9.74935rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uglrt6H9gmGXTsKBiFpGi0od07LuVD5l { width:16.3125rem;height:23.75rem;top:37.249375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iByqHF13md80b0Aym0TuhPT6gDQv2rz6 { width:14.25rem;height:9.125rem;top:38.124375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez9Bn1ElwR5TybARvrq4JK5naNPntDEe { width:16.3125rem;height:23.75rem;top:12.249375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6kTZP3tPoXlReGOQy0KRIA0RBOmpvvL { width:16.3125rem;height:23.75rem;top:62.249375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6aTpPp7NO12SkXLTA83TdZ1K32NpMT8 { width:14.25rem;height:9.125rem;top:13.124375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSslXTZmTaQhBDsyXTisMDXXVxFmS9FI { width:14.25rem;height:9.125rem;top:63.124375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWhIrNZ1qVrQ1ttd20TXay606Pf6MeEM { display:flex;width:1.4375rem;height:1.4375rem;top:22.561875rem;left:14.1875rem; }
 }@media only screen and (max-width: 763px) { #ChXxsGRnyQZRRh3AJNT8zwMSWTnrZB1o { display:flex;width:1.4375rem;height:1.4375rem;top:22.561875rem;left:15.625rem; }
 }@media only screen and (max-width: 763px) { #cJmsVTToUSDThv3RFU9Ps0dhBAsRgzHr { width:9.3125rem;height:2.92448125rem;top:22.811875rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNeFVrZ5eeLMA6VziqItTRG9F6qLJddE { width:13.8125rem;height:4.19921875rem;top:26.124375rem;left:2.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e15rPH9La9W4phVETNCaEXagIQfGgSVi { width:11.186166625rem;height:2.186197875rem;top:32.561875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwWQGmvJcoTSe4W1XhlXckJhP5F4LbEQ { display:block; }
 }@media only screen and (max-width: 763px) { #WsODTwgeB1o2cwrZz0pDOGp5kT7T5u31 { width:9.3125rem;height:2.92448125rem;top:47.811875rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1MNZz527NuWkxi6VL1zbOrlgLfw05dW { width:14.9375rem;height:2.79948125rem;top:51.124375rem;left:2.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XbzAtO8xwTxzoU151KJXsLBPTbTiIpJX { display:flex;width:1.4375rem;height:1.4375rem;top:47.561875rem;left:15.625rem; }
 }@media only screen and (max-width: 763px) { #Dw9cJzITVrRsT4NPRkgcnakqFcOm3bls { display:flex;width:1.4375rem;height:1.4375rem;top:47.561875rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #JbwSSRSCJl6tVkcoRTxmCHJBgC5l4D8J { display:flex;width:1.4375rem;height:1.4375rem;top:47.561875rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #wsEro07hiCTVCkFeKQeIFZecKBa8yTEw { width:10.375rem;height:2.92448125rem;top:72.811875rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0JAX7NVwAzmmOfV6zbxplls335rTXLy { display:flex;width:1.4375rem;height:1.4375rem;top:72.561875rem;left:15.6875rem; }
 }@media only screen and (max-width: 763px) { #SAh2Irge7ovFqmDrmKcbzrt8ZVh1J3Dr { display:flex;width:1.4375rem;height:1.4375rem;top:72.561875rem;left:14.3125rem; }
 }@media only screen and (max-width: 763px) { #oJ5rGlpHTxxz62ZeCq2LGsx9Lw7ppHe9 { display:flex;width:1.4375rem;height:1.4375rem;top:72.561875rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #cEnw2lAkbMKqwA4ZwEkcBdoRSSfiTf0r { width:13.8125rem;height:4.19921875rem;top:76.124375rem;left:2.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wn7cWo2wZ3d84axE7DuM3ISmig298y5W { display:flex;width:1.4375rem;height:1.4375rem;top:22.561875rem;left:12.791664123535rem; }
 }@media only screen and (max-width: 763px) { #LeLRBtlEltIq0gKTX2QaZVE7aAlEWKFy { width:11.270166625rem;height:2.270179125rem;top:57.561875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMa0prTOySufc1TC0RCXDHJMfUGiz0fZ { display:block; }
 }@media only screen and (max-width: 763px) { #DNqRWhpoNs2hznmnO1qDvkFFvsL4bTcJ { width:11.207666625rem;height:2.207679125rem;top:82.603546752931rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO6lJG2TWlKEsuL5W8aBao1TpHc9LLEo { display:block; }
 }@media only screen and (max-width: 763px) { #TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw { display:block; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcfBUX28W60V5ceZpfDhwnkkeCWnDAHu { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w4kS6lVzowN7lmZtTodQT9IN9pPTXOM1 { width:20rem;height:5.59895625rem;top:12.8984375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #exbf59WK3nH0pfi5ybclxRkXrGie8MRH { width:16.375rem;height:3.4375rem;top:19.74674375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOmsAVIoG78zTXSkud46K2WRIBVpOxFx { display:block; }
 }@media only screen and (max-width: 763px) { #aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk { display:block; }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row .container { width:20rem;height:103.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G5ZRpb0fwNysKSwwWxh5CeDSEuw7Wnua { width:3.25rem;height:0.0625rem;top:36.95965rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9Q0NCCmQUIGU79LrDP870Th6SdMn1IC { width:16.875rem;height:1.5996125rem;top:38.14715rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw5o69bnNOm997sJSJ6kb3Ib52OelU0B { width:19rem;height:25.625rem;top:42.39715rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhtsb1qBxeSb0bdGuT5uXtagCFa4OAUy { width:3.25rem;height:0.0625rem;top:65.27215rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACEcPTaebZGNahUXvDaLt3OLdI14R47d { width:11.375rem;height:11.375rem;top:14.438151597977rem;left:4.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7veEJEpD12TAfsF9VSTsqrnTvqvw62m { width:3.25rem;height:0.0625rem;top:91.6217625rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm2G2TeIPRgiapPCKGIGBrrW1y4QK4QN { width:14.75rem;height:3.8997375rem;top:1.25rem;left:2.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5yhkWokXy3bZkD1oIuqkNnxVdG1QrDE { width:17.8125rem;height:6.9986875rem;top:6.3990875rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cD1VNXdxMevbVC3IkrnikZPkkzMIdSbJ { width:16.375rem;height:5.94791875rem;top:25.772130966186rem;left:1.8125001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zAtt3TNd3pfcSnBLVCUZTPJVkJ0FaZZr { width:18.6875rem;height:26.5rem;top:14.64715rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqH0A0Fi8sMKx3Fcai5qbESavSgbSIsa { width:11.375rem;height:11.375rem;top:40.209009130859rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq71CxkBqPrFazTm2szvHtSemDqHol2e { width:16.375rem;height:5.94791875rem;top:53.39715rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #egUqqTTxFyM9gP4ZQTnaABLCKoGRHfC2 { width:16.875rem;height:1.5996125rem;top:66.45965rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKRLHXa6ymxhiLrMZkv6RgeTfOoI2iep { width:17.6875rem;height:8.921875rem;top:79.7467625rem;left:1.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eX8zsNLdnJSZDSUA5sO0lJITIqAXtp4A { width:16.875rem;height:1.19986875rem;top:92.8092625rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz4Q9FwlNUasAbqhHBMUVn6GaTsK2R6I { width:11.375rem;height:11.375rem;top:68.022135972975rem;left:4.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee7UWA8nffgMcGMOfLm1xheA16FdyKg4 { width:18.6875rem;height:26.5rem;top:69.3092625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz { background-color:transparent;background-image:none;display:block; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container { background-color: transparent; background-image: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container > .video-iframe-container { display: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row > .video-iframe-container { display: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .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); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container { width:20rem;height:52.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSxJ4izgZzy0fJ23u9Zhv0AnvqwFhZmy { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rGKW2ptbNmdQMGufe8F9S5BK6JeWtbzS { width:20rem;height:16.79685rem;top:31.030601501465rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R8RIbfT97KF37k6vTDArib4no6fOdUmr { width:18rem;height:2.79948125rem;top:49.673828125rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WkNCsTBAx1rPSZFSaJedbaKX1dR4T8og { width:19.8125rem;height:15.625rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKnIl9QxAKX6s55cL11mFJFJgBasa2EP { display:block; }#yKnIl9QxAKX6s55cL11mFJFJgBasa2EP > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #im8p5onUGQLTIuxZbky8OcT526P6Ma1G { display:flex;width:2.125rem;height:2.125rem;top:4.3125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #PvCWcIEmS7S4IvVBT6pendmhrHsyvGhF { display:flex;width:2.125rem;height:2.125rem;top:7.6875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #S6Nafs3LneBGWdHV3yNdBLWNATgT21Gk { width:6.0625rem;height:1.8125rem;top:1.25rem;left:6.9375rem;display:block; }
 }