.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:#f5f5f5;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#LZkFKQCt08eiAU5TTBFTLK6UOtuDBSZe { z-index:auto;position:relative;display:block; }#LZkFKQCt08eiAU5TTBFTLK6UOtuDBSZe { background-color: transparent; background-image: none; }#LZkFKQCt08eiAU5TTBFTLK6UOtuDBSZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZkFKQCt08eiAU5TTBFTLK6UOtuDBSZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZkFKQCt08eiAU5TTBFTLK6UOtuDBSZe > .row .container > .video-iframe-container { display: none; }#LZkFKQCt08eiAU5TTBFTLK6UOtuDBSZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZkFKQCt08eiAU5TTBFTLK6UOtuDBSZe > .row > .video-iframe-container { display: none; }#LZkFKQCt08eiAU5TTBFTLK6UOtuDBSZe > .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); }#LZkFKQCt08eiAU5TTBFTLK6UOtuDBSZe { border-width: 0; border-radius: 0; }#LZkFKQCt08eiAU5TTBFTLK6UOtuDBSZe > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:130px;width:1200px;border-top:0;border-left:85px solid #ffffff;border-right:85px solid #ffffff;border-bottom:0;overflow:visible;position:relative;display:block; }#ZgOAG7qeGQ5wZ2yI5fvCBNbnJGCPUvnX { position:absolute;display:block;z-index:15000;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;height:72px;width:150px;top:25.989582061768px;left:0px;overflow:hidden;display:block; }
#CXDWA74JQH9iniiWTuUplqW3AqI0LfS3 { color:#7d7d7d;display:block;width:236px;position:absolute;font-family:"space grotesk";font-size:23px;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:51.199951171875px;left:175.73333740234px;height:27.6px;font-style:normal;display:block; }
#Zcn0yT4zRfHE7rSOxJ8IGQQ5NQCf0OMS { background-color:transparent;background-image:none;border-top:1px solid #a4a4a4;border-left:1px solid #a4a4a4;border-right:1px solid #a4a4a4;border-bottom:1px solid #a4a4a4;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#ef2e1b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"space grotesk";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:505.133334px;height:52.133334px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38px;left:693.9333190918px;display:block; }
#FtneKn9PlLWcqREBDFfks8tMuHlBkaUx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#onfwx5QRxS2b5lCD8IhDmCCi9xe4ndax { position:relative;display:none; }#onfwx5QRxS2b5lCD8IhDmCCi9xe4ndax { border-width: 0; border-radius: 0; }#onfwx5QRxS2b5lCD8IhDmCCi9xe4ndax > .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; }#onfwx5QRxS2b5lCD8IhDmCCi9xe4ndax > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZuFiz15fxBdwq7qWUcSR6Mfe6siqS9qf { position:relative;display:block; }#ZuFiz15fxBdwq7qWUcSR6Mfe6siqS9qf { background-color: transparent; background-image: none; }#ZuFiz15fxBdwq7qWUcSR6Mfe6siqS9qf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuFiz15fxBdwq7qWUcSR6Mfe6siqS9qf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuFiz15fxBdwq7qWUcSR6Mfe6siqS9qf > .row .container > .video-iframe-container { display: none; }#ZuFiz15fxBdwq7qWUcSR6Mfe6siqS9qf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuFiz15fxBdwq7qWUcSR6Mfe6siqS9qf > .row > .video-iframe-container { display: none; }#ZuFiz15fxBdwq7qWUcSR6Mfe6siqS9qf > .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); }#ZuFiz15fxBdwq7qWUcSR6Mfe6siqS9qf { border-width: 0; border-radius: 0; }#ZuFiz15fxBdwq7qWUcSR6Mfe6siqS9qf > .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; }#ZuFiz15fxBdwq7qWUcSR6Mfe6siqS9qf > .row .container { border-top:0 solid #ef2e1b;border-left:85px solid #ef2e1b;border-right:85px solid #ef2e1b;border-bottom:0 solid #ef2e1b;background-color:#ef2e1b;background-image:none;font-size:14px;font-family:arial;height:601px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BdcDI795MauL3NmkyeUpxdCAAVHPbSqv { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ea4dc517-73ed-494e-985c-b306d6ac84bd/topo.webp");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:601px;width:685px;top:0px;left:600px;display:block; }#BdcDI795MauL3NmkyeUpxdCAAVHPbSqv.adaptive-delivery-prevent-bg, #BdcDI795MauL3NmkyeUpxdCAAVHPbSqv.lazyload, #BdcDI795MauL3NmkyeUpxdCAAVHPbSqv.lazyloading { background-image: none; }
#XcsTcpo3vlXb1T5sUZ2X2rZ5Xa8UnytF { color:#ffffff;display:block;width:429px;position:absolute;font-family:"space grotesk";font-size:50px;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:156.9921875px;left:1.9921875px;height:180px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#z3fNhtxakBJqrV2xrdlVh1yFcpKcSS21 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:40px solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"space grotesk";font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:283px;height:70px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:437px;left:2px;display:block; }
#zUPhbPHpcJuFtlzlUVc9cV6cKZFDohw1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#MthIzMbECMvz17ni4Rhcm5aJFZHEqrpJ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:458px;left:28px; }
#yCwHS8Pb5pIDVVs7UkIQ3evxBFHK0SIt { background-color:transparent;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"space grotesk";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:290.133334px;height:34.133334px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:94.933349609375px;left:1.8666687011719px;display:block; }
#hSPCJFc0TMiCfxA7A3vT6kQVWfclhtvS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#G3Ai0wAqgTw6wDnFc8fBVgVBxbb1l1x0 { color:#ffffff;display:block;width:437px;position:absolute;font-family:"plus jakarta sans";font-size:22px;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:317px;left:2px;height:70.4167px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LREXlwfdbnUcWCrJRTaJQUvaTScQtaM9 { color:rgba(255,255,255,0.8);display:block;width:94px;position:absolute;font-family:"plus jakarta sans";font-size:14px;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:450px;left:345px;height:39.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nzCNwCiCnhesKyuIkDX8JDeF7od0a5Cb { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:.8;top:458px;left:308px; }
#dLrHC8T39HRiK1snbp5udda6CKlutNhy { color:#fd5b4b;display:block;width:111px;position:absolute;font-family:"font awesome 2022";font-size:50px;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:201px;left:3.0517578011313E-6px;height:80px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ETfvZ9z738KKaod4f0zb7xJ745NipNBn { color:rgba(0,0,0,0.4);display:block;width:67px;position:absolute;font-family:"font awesome 2022";font-size:60px;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:192.98956298828px;left:407.99217224121px;height:65.9896px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uXvMkNWeiyIoGvQ3qMUu439EosTyXVgU { color:rgba(0,0,0,0.4);display:block;width:67px;position:absolute;font-family:"font awesome 2022";font-size:40px;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:137px;left:409.99736022949px;height:43.9974px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zpDKsQucy2KIV7EzCRKTNBOxiP8sWsCl { color:rgba(0,0,0,0.4);display:block;width:45px;position:absolute;font-family:"font awesome 2022";font-size:50px;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:155.99737548828px;left:481.98954772949px;height:55px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PKTRsGZXm68JCG2nhCaHBVrvfRghavWi { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"space grotesk";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:199px;height:32px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:53.600006103516px;left:1.8666687011719px;display:block; }
#nFHQnvsQ6i3vShVN0gtdNMFbrxZOrvwB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe { position:relative;display:block; }#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe { background-color: transparent; background-image: none; }#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.97); }#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe > .row .container > .video-iframe-container { display: none; }#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe > .row > .video-iframe-container { display: none; }#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe > .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.97); }#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe { border-width: 0; border-radius: 0; }#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe > .row .container::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; }#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe > .row .container { border-top:0 solid #ee3162;border-left:85px solid rgba(0,0,0,0.95);border-right:85px solid rgba(0,0,0,0.95);border-bottom:0 solid #ee3162;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ea4dc517-73ed-494e-985c-b306d6ac84bd/topo.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:14px;font-family:arial;height:122px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe > .row .container.adaptive-delivery-prevent-bg, #HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe > .row .container.lazyload, #HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe > .row .container.lazyloading { background-image: none; }#cXNRkCOtHJL9mhWHPEulmiGO0urSLN1S { color:rgba(255,255,255,0.8);display:block;width:1200px;position:absolute;font-family:"plus jakarta sans";font-size:20px;font-weight:400;z-index:15009;line-height:2;letter-spacing:0;top:41px;left:0.93331909179688px;height:40px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn { position:relative;display:block; }#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn { background-color: transparent; background-image: none; }#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn > .row .container > .video-iframe-container { display: none; }#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn > .row > .video-iframe-container { display: none; }#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn > .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.85); }#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn { border-width: 0; border-radius: 0; }#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn > .row .container::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; }#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn > .row .container { border-top:0 solid #ee3162;border-left:85px solid rgba(0,0,0,0.85);border-right:85px solid rgba(0,0,0,0.85);border-bottom:0 solid #ee3162;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ea4dc517-73ed-494e-985c-b306d6ac84bd/topo.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:14px;font-family:arial;height:490px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn > .row .container.adaptive-delivery-prevent-bg, #KnOXa2V9FF3dolTl898gsO0fLK6yRMJn > .row .container.lazyload, #KnOXa2V9FF3dolTl898gsO0fLK6yRMJn > .row .container.lazyloading { background-image: none; }#b5sZyl75D13A9PGylJJsOCiS59i3TWnT { color:#fd5b4b;display:block;width:90px;position:absolute;font-family:"font awesome 2022";font-size:50px;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:185px;left:56px;height:80px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pPNIMWRtQG5GlOPfqTuZNOUkUfvBMFmR { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"space grotesk";font-size:40px;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:84.999984741211px;left:0.93331909179688px;height:48px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TBN2Rp8AdX1ltfHv1y5dKn06761I1duc { color:#ffffff;display:block;width:136px;position:absolute;font-family:"space grotesk";font-size:25px;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:195px;left:143px;height:60px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nSm8PGnW41cRWVB1XGTf7DVo34uZbtdR { color:#fd5b4b;display:block;width:80px;position:absolute;font-family:"font awesome 2022";font-size:50px;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:185px;left:337px;height:80px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MOhaG5I0Gs8562ffh6gyuFHp0hftogre { color:#ffffff;display:block;width:148px;position:absolute;font-family:"space grotesk";font-size:25px;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:195px;left:418px;height:60px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LHd7qbNhzq2WBaS2Zh97l7ZlRuEtDNOb { color:#fd5b4b;display:block;width:80px;position:absolute;font-family:"font awesome 2022";font-size:50px;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:185px;left:626px;height:80px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wytzihnaw311AOhHuxRX1NOy60fAgQM0 { background-color:#00c52e;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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 20px rgba(0,197,46,0.4) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"space grotesk";font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:301px;height:70px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:324.99998474121px;left:451.36666870117px;display:block; }
#vA6VTTRuSyT0b6mqUCevlfbZocDJPJPi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zcelu1SLXh9GgwGoPlaoWNHMexcbCZGM { color:#ffffff;display:block;width:138px;position:absolute;font-family:"space grotesk";font-size:25px;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:195px;left:706px;height:60px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wASt2SZsfbk22QMTHJaOGp7qxTdsA3yl { color:#fd5b4b;display:block;width:90px;position:absolute;font-family:"font awesome 2022";font-size:50px;font-weight:700;z-index:15026;line-height:1.6;letter-spacing:0;top:185px;left:907px;height:80px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XDOkRJZNVuk5UhtX6z22OdMiFqhi2p6a { color:#ffffff;display:block;width:149px;position:absolute;font-family:"space grotesk";font-size:25px;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:195px;left:999px;height:60px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ea5e8mNTAxwX0iQEh1cEmNIAdgzNSV8U { position:relative;display:block; }#ea5e8mNTAxwX0iQEh1cEmNIAdgzNSV8U { background-color: transparent; background-image: none; }#ea5e8mNTAxwX0iQEh1cEmNIAdgzNSV8U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ea5e8mNTAxwX0iQEh1cEmNIAdgzNSV8U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ea5e8mNTAxwX0iQEh1cEmNIAdgzNSV8U > .row .container > .video-iframe-container { display: none; }#ea5e8mNTAxwX0iQEh1cEmNIAdgzNSV8U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ea5e8mNTAxwX0iQEh1cEmNIAdgzNSV8U > .row > .video-iframe-container { display: none; }#ea5e8mNTAxwX0iQEh1cEmNIAdgzNSV8U > .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); }#ea5e8mNTAxwX0iQEh1cEmNIAdgzNSV8U { border-width: 0; border-radius: 0; }#ea5e8mNTAxwX0iQEh1cEmNIAdgzNSV8U > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ea5e8mNTAxwX0iQEh1cEmNIAdgzNSV8U > .row .container { border-top:0 solid #fd5b4b;border-left:85px solid #be1100;border-right:85px solid #fd5b4b;border-bottom:0 solid #fd5b4b;background-color:#be1100;background-image:none;font-size:14px;font-family:arial;height:186px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#XTRTO5yTNcVgNmRImNEbqkEAi0X7Gt4H { color:#ffffff;display:block;width:317px;position:absolute;font-family:"space grotesk";font-size:28px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:51px;left:74.400009155273px;height:72.7865px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NZTpex2zpfXewzO0DvTpCeagV9B6qfAW { color:#ffffff;display:block;width:42px;position:absolute;font-family:"font awesome 2022";font-size:50px;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:58px;left:0.80000305175781px;height:70px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gh6vaXXd6AchqX7rRxKV9LZ6ETxqu2zz { color:#ffffff;display:block;width:419px;position:absolute;font-family:"space grotesk";font-size:28px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:55px;left:621px;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#neMa3eDzcPZUdv2FkaRlzdDOnfGpu8mW { color:#ffffff;display:block;width:42px;position:absolute;font-family:"font awesome 2022";font-size:50px;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:62px;left:548px;height:70px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LE79VE5fT1JHziuTx4k6XU0aPO6Rv4Q8 { background-color:#fd5b4b;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"plus jakarta sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:717px;height:186px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0px;left:486.00001525879px;display:block; }
#V19UHFde2S9BQDu9VVI86eT8zaBirU9D { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#RK153b2K02V2thEap07TwX3Ft9vqLRkH { background-color:#fd5b4b;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"plus jakarta sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:717px;height:186px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0px;left:486.00001525879px;display:none; }
#iyEu6VJ7tZD7ouolDfWgmKODMJpuesTE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#SEzLd4oUXeT0xx5ere3Hnh6eTDit7Mge { position:relative;display:block; }#SEzLd4oUXeT0xx5ere3Hnh6eTDit7Mge { background-color: transparent; background-image: none; }#SEzLd4oUXeT0xx5ere3Hnh6eTDit7Mge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEzLd4oUXeT0xx5ere3Hnh6eTDit7Mge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEzLd4oUXeT0xx5ere3Hnh6eTDit7Mge > .row .container > .video-iframe-container { display: none; }#SEzLd4oUXeT0xx5ere3Hnh6eTDit7Mge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEzLd4oUXeT0xx5ere3Hnh6eTDit7Mge > .row > .video-iframe-container { display: none; }#SEzLd4oUXeT0xx5ere3Hnh6eTDit7Mge > .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); }#SEzLd4oUXeT0xx5ere3Hnh6eTDit7Mge { border-width: 0; border-radius: 0; }#SEzLd4oUXeT0xx5ere3Hnh6eTDit7Mge > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SEzLd4oUXeT0xx5ere3Hnh6eTDit7Mge > .row .container { border-top:0;border-left:85px solid rgba(0,0,0,0);border-right:85px solid rgba(0,0,0,0);border-bottom:0;background-color:#232323;background-image:none;font-size:14px;font-family:arial;height:474px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#l1R0xFhCT4dQE1pRFvx8yo2XUduehDmT { color:#ffffff;display:block;width:332px;position:absolute;font-family:"plus jakarta sans";font-size:20px;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:133px;left:630px;height:179.948px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Waelx1lzAQqxnty9PTgQecul0iP4dwoF { color:#ffffff;display:block;width:574px;position:absolute;font-family:"space grotesk";font-size:35px;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:65px;left:580px;height:38.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qddFJFahTuBtS6dRLxlTRT5JaDvshy7k { color:#ffffff;display:block;width:42px;position:absolute;font-family:"font awesome 2022";font-size:20px;font-weight:400;z-index:15019;line-height:1.8;letter-spacing:0;top:133px;left:587px;height:179.948px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m2q0MRqVPwu94MLBQHhBX8gyPk7XxFGs { box-sizing:content-box;height:261px;width:421px;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #232323);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #232323);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #232323);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #232323);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#232323' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#232323' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #232323);background-size:auto !important;top:195.99984741211px;left:80.133331298828px;display:block; }
#riS23tZ0X98UvdTZx0UVuCUvtb3IcsI9 { box-sizing:content-box;height:406px;width:481px;position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ef46f80b-3417-4dd5-81ce-d0d470ae01e6/m3.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:579.51669141406px;left:79.916690063477px;display:none; }#riS23tZ0X98UvdTZx0UVuCUvtb3IcsI9.adaptive-delivery-prevent-bg, #riS23tZ0X98UvdTZx0UVuCUvtb3IcsI9.lazyload, #riS23tZ0X98UvdTZx0UVuCUvtb3IcsI9.lazyloading { background-image: none; }
#ms9PaS3a9OrRyhzyReg9exTyRP0Z309C { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"plus jakarta sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#za5uG20WuXUraltoPlmNMoKDzdxJL9Ub { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ivErzJQFvUKZus93milcituLc4qWBk2a { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#UOK3b0Ct4V09ppHDMAElsS3ANqG0hwGL { box-sizing:content-box;height:426px;width:425px;position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ef46f80b-3417-4dd5-81ce-d0d470ae01e6/m3.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:27px;left:71.266681689453px;display:block; }#UOK3b0Ct4V09ppHDMAElsS3ANqG0hwGL.adaptive-delivery-prevent-bg, #UOK3b0Ct4V09ppHDMAElsS3ANqG0hwGL.lazyload, #UOK3b0Ct4V09ppHDMAElsS3ANqG0hwGL.lazyloading { background-image: none; }
#XFd0aetwZUL9gTLfl1ObFch5FicRiXJI { background-color:#00c52e;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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 25px rgba(0,255,60,0.3) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"space grotesk";font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:265px;height:60px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:349px;left:582px;display:block; }
#dcOTiuSTJm465wyFd9U4D9Ti6sOvpkTk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#sEKSpIeFaQ1DZuNW6W5z2Hi5XeaBqJTc { color:#ffffff;display:block;width:242px;position:absolute;font-family:"space grotesk";font-size:25px;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:368px;left:879.99995422363px;height:25px;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; }
#TgiJSTBRFP690B9Uqi2q6FoDkaC0oBaN { position:relative;display:block; }#TgiJSTBRFP690B9Uqi2q6FoDkaC0oBaN { background-color: transparent; background-image: none; }#TgiJSTBRFP690B9Uqi2q6FoDkaC0oBaN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgiJSTBRFP690B9Uqi2q6FoDkaC0oBaN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgiJSTBRFP690B9Uqi2q6FoDkaC0oBaN > .row .container > .video-iframe-container { display: none; }#TgiJSTBRFP690B9Uqi2q6FoDkaC0oBaN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgiJSTBRFP690B9Uqi2q6FoDkaC0oBaN > .row > .video-iframe-container { display: none; }#TgiJSTBRFP690B9Uqi2q6FoDkaC0oBaN > .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); }#TgiJSTBRFP690B9Uqi2q6FoDkaC0oBaN { border-width: 0; border-radius: 0; }#TgiJSTBRFP690B9Uqi2q6FoDkaC0oBaN > .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; }#TgiJSTBRFP690B9Uqi2q6FoDkaC0oBaN > .row .container { border-top:0;border-left:85px solid #ffffff;border-right:85px solid #ffffff;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:983px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O9y76eS2h9Pz0yTWI1HAqMiort5RkypQ { color:rgba(0,0,0,0.75);display:block;width:1200px;position:absolute;font-family:"plus jakarta sans";font-size:30px;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:80px;left:0.80003740234372px;height:30px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ubT2c9mtLx2J8w2cR8Rz2vtfwn4IBxfy { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d0c8b0d0-6cf6-49dd-b6e9-e3d7cb7d5fdb/1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;height:61px;width:133px;top:290px;left:842.59999467773px;display:block; }#ubT2c9mtLx2J8w2cR8Rz2vtfwn4IBxfy.adaptive-delivery-prevent-bg, #ubT2c9mtLx2J8w2cR8Rz2vtfwn4IBxfy.lazyload, #ubT2c9mtLx2J8w2cR8Rz2vtfwn4IBxfy.lazyloading { background-image: none; }
#ubT2c9mtLx2J8w2cR8Rz2vtfwn4IBxfy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ubT2c9mtLx2J8w2cR8Rz2vtfwn4IBxfy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dc3Lbbo78umFqRvmc62HKLK1TZsInVep { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4c78dbd9-e334-48de-aadb-64e856bff14d/3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;height:80px;width:172px;top:169px;left:814.60005571289px;display:block; }#Dc3Lbbo78umFqRvmc62HKLK1TZsInVep.adaptive-delivery-prevent-bg, #Dc3Lbbo78umFqRvmc62HKLK1TZsInVep.lazyload, #Dc3Lbbo78umFqRvmc62HKLK1TZsInVep.lazyloading { background-image: none; }
#Dc3Lbbo78umFqRvmc62HKLK1TZsInVep::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dc3Lbbo78umFqRvmc62HKLK1TZsInVep::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#od5zfil8LE4pOckqkkXndHIQ9ThHKDlW { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fda39ccc-2dcc-4197-8f51-b21dcde58c28/2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;height:83px;width:177px;top:279px;left:620.0000190918px;display:block; }#od5zfil8LE4pOckqkkXndHIQ9ThHKDlW.adaptive-delivery-prevent-bg, #od5zfil8LE4pOckqkkXndHIQ9ThHKDlW.lazyload, #od5zfil8LE4pOckqkkXndHIQ9ThHKDlW.lazyloading { background-image: none; }
#od5zfil8LE4pOckqkkXndHIQ9ThHKDlW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#od5zfil8LE4pOckqkkXndHIQ9ThHKDlW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xc8rDsw7fqSqR1NTEkoix1xLNGPN4nUH { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42947206-4f19-4dbb-aaeb-26c540a76d32/5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;height:87px;width:184px;top:277px;left:384.0000190918px;display:block; }#xc8rDsw7fqSqR1NTEkoix1xLNGPN4nUH.adaptive-delivery-prevent-bg, #xc8rDsw7fqSqR1NTEkoix1xLNGPN4nUH.lazyload, #xc8rDsw7fqSqR1NTEkoix1xLNGPN4nUH.lazyloading { background-image: none; }
#xc8rDsw7fqSqR1NTEkoix1xLNGPN4nUH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xc8rDsw7fqSqR1NTEkoix1xLNGPN4nUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxGvy1UvyqsxqIoIl9htQ1TR5TGMnio7 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd00a0aa-cb40-4f77-b782-ca02836016b0/4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;height:84px;width:179px;top:167px;left:402.0000190918px;display:block; }#DxGvy1UvyqsxqIoIl9htQ1TR5TGMnio7.adaptive-delivery-prevent-bg, #DxGvy1UvyqsxqIoIl9htQ1TR5TGMnio7.lazyload, #DxGvy1UvyqsxqIoIl9htQ1TR5TGMnio7.lazyloading { background-image: none; }
#DxGvy1UvyqsxqIoIl9htQ1TR5TGMnio7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DxGvy1UvyqsxqIoIl9htQ1TR5TGMnio7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvLW8is13g3TZJsd3ksJSnGgR470oVcv { box-sizing:content-box;height:171px;width:380px;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/48238642-fb0e-46aa-8b68-7a5e9b63309a/d1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:521px;left:0.80003740234372px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }#BvLW8is13g3TZJsd3ksJSnGgR470oVcv.adaptive-delivery-prevent-bg, #BvLW8is13g3TZJsd3ksJSnGgR470oVcv.lazyload, #BvLW8is13g3TZJsd3ksJSnGgR470oVcv.lazyloading { background-image: none; }
#BvLW8is13g3TZJsd3ksJSnGgR470oVcv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px; }#BvLW8is13g3TZJsd3ksJSnGgR470oVcv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.05); }#rbTsPZiTSE7bXmM1h42ng0TgPQ94lxPJ { box-sizing:content-box;height:171px;width:380px;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/edf2f6c6-fa25-4ef7-9525-153b0b49cbd0/d2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:521px;left:411.60005571289px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }#rbTsPZiTSE7bXmM1h42ng0TgPQ94lxPJ.adaptive-delivery-prevent-bg, #rbTsPZiTSE7bXmM1h42ng0TgPQ94lxPJ.lazyload, #rbTsPZiTSE7bXmM1h42ng0TgPQ94lxPJ.lazyloading { background-image: none; }
#rbTsPZiTSE7bXmM1h42ng0TgPQ94lxPJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px; }#rbTsPZiTSE7bXmM1h42ng0TgPQ94lxPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.05); }#Qc7pC8Q9K2MSaUSazmQgTxNIT8eTADy6 { box-sizing:content-box;height:171px;width:380px;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ed8d3d1c-f489-4d32-9a5f-eea4d3c2fdc8/d3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:521px;left:820.80006791992px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }#Qc7pC8Q9K2MSaUSazmQgTxNIT8eTADy6.adaptive-delivery-prevent-bg, #Qc7pC8Q9K2MSaUSazmQgTxNIT8eTADy6.lazyload, #Qc7pC8Q9K2MSaUSazmQgTxNIT8eTADy6.lazyloading { background-image: none; }
#Qc7pC8Q9K2MSaUSazmQgTxNIT8eTADy6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px; }#Qc7pC8Q9K2MSaUSazmQgTxNIT8eTADy6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.05); }#H6aSZiLNu4O069w7sFWnH7aob0Sp2FHg { box-sizing:content-box;height:171px;width:380px;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/db2bd76a-bdcc-40d7-9a90-df5b456e63e8/d4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:720px;left:2.0000190917968px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }#H6aSZiLNu4O069w7sFWnH7aob0Sp2FHg.adaptive-delivery-prevent-bg, #H6aSZiLNu4O069w7sFWnH7aob0Sp2FHg.lazyload, #H6aSZiLNu4O069w7sFWnH7aob0Sp2FHg.lazyloading { background-image: none; }
#H6aSZiLNu4O069w7sFWnH7aob0Sp2FHg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px; }#H6aSZiLNu4O069w7sFWnH7aob0Sp2FHg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.05); }#cRTyJWkoHL672vd1NK7P18WK8SLTFTbl { box-sizing:content-box;height:171px;width:380px;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3d34f4ee-3c12-4167-a87f-6e77a37bd76d/d5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:720px;left:412.0000190918px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }#cRTyJWkoHL672vd1NK7P18WK8SLTFTbl.adaptive-delivery-prevent-bg, #cRTyJWkoHL672vd1NK7P18WK8SLTFTbl.lazyload, #cRTyJWkoHL672vd1NK7P18WK8SLTFTbl.lazyloading { background-image: none; }
#cRTyJWkoHL672vd1NK7P18WK8SLTFTbl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px; }#cRTyJWkoHL672vd1NK7P18WK8SLTFTbl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.05); }#ePbGyGzCRFroVRMoiBChnteoVQIA5esL { box-sizing:content-box;height:171px;width:380px;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8bb21653-9408-40a4-bc20-73120a84ff2b/d6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:720px;left:822.0000190918px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }#ePbGyGzCRFroVRMoiBChnteoVQIA5esL.adaptive-delivery-prevent-bg, #ePbGyGzCRFroVRMoiBChnteoVQIA5esL.lazyload, #ePbGyGzCRFroVRMoiBChnteoVQIA5esL.lazyloading { background-image: none; }
#ePbGyGzCRFroVRMoiBChnteoVQIA5esL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px; }#ePbGyGzCRFroVRMoiBChnteoVQIA5esL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.05); }#QicDNWOkUd3tBAHuAVnOAfvIa7kDp4el { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cebc5e00-5d9a-4058-b645-6f873ddd9594/99.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;height:63px;width:136px;top:177.5px;left:636.60005571289px;display:block; }#QicDNWOkUd3tBAHuAVnOAfvIa7kDp4el.adaptive-delivery-prevent-bg, #QicDNWOkUd3tBAHuAVnOAfvIa7kDp4el.lazyload, #QicDNWOkUd3tBAHuAVnOAfvIa7kDp4el.lazyloading { background-image: none; }
#QicDNWOkUd3tBAHuAVnOAfvIa7kDp4el::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QicDNWOkUd3tBAHuAVnOAfvIa7kDp4el::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leK29xaElh9U3veBWdFyi0Ixu8R5g5dc { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32eb7015-db8e-4920-a646-aafaa5244262/trs.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;height:73px;width:157px;top:285px;left:182.0000190918px;display:block; }#leK29xaElh9U3veBWdFyi0Ixu8R5g5dc.adaptive-delivery-prevent-bg, #leK29xaElh9U3veBWdFyi0Ixu8R5g5dc.lazyload, #leK29xaElh9U3veBWdFyi0Ixu8R5g5dc.lazyloading { background-image: none; }
#leK29xaElh9U3veBWdFyi0Ixu8R5g5dc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#leK29xaElh9U3veBWdFyi0Ixu8R5g5dc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmuwAiepr9oygt4KUb5wITJw3bpeSFOE { box-sizing:content-box;height:57px;width:153px;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/733f764e-7286-46db-8c27-e6fbd5167503/7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:183.99981689453px;left:196.86666870117px;display:block; }#nmuwAiepr9oygt4KUb5wITJw3bpeSFOE.adaptive-delivery-prevent-bg, #nmuwAiepr9oygt4KUb5wITJw3bpeSFOE.lazyload, #nmuwAiepr9oygt4KUb5wITJw3bpeSFOE.lazyloading { background-image: none; }
#TAWmiM9lObO1N73a6KldzWzHlkTdC8eZ { box-sizing:content-box;height:44px;width:122px;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/29c40e19-86de-4b19-905d-fa05d96714d3/images.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:186.99998474121px;left:39.266662597656px;display:block; }#TAWmiM9lObO1N73a6KldzWzHlkTdC8eZ.adaptive-delivery-prevent-bg, #TAWmiM9lObO1N73a6KldzWzHlkTdC8eZ.lazyload, #TAWmiM9lObO1N73a6KldzWzHlkTdC8eZ.lazyloading { background-image: none; }
#fNk1b5XI0Of6kHwRS14JzRJv3d8EgBP9 { box-sizing:content-box;height:62px;width:124px;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/64468105-ffe2-4f85-a0a5-d2ee48f62a79/8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:177.99998474121px;left:1008.2000427246px;display:block; }#fNk1b5XI0Of6kHwRS14JzRJv3d8EgBP9.adaptive-delivery-prevent-bg, #fNk1b5XI0Of6kHwRS14JzRJv3d8EgBP9.lazyload, #fNk1b5XI0Of6kHwRS14JzRJv3d8EgBP9.lazyloading { background-image: none; }
#GUCZea0u2ndzLPPsTxcZti57CN49RcWh { box-sizing:content-box;height:58px;width:152px;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0f348f19-fdbd-4be6-ba9a-f38f2406dc92/9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:291.49998474121px;left:26.133331298828px;display:block; }#GUCZea0u2ndzLPPsTxcZti57CN49RcWh.adaptive-delivery-prevent-bg, #GUCZea0u2ndzLPPsTxcZti57CN49RcWh.lazyload, #GUCZea0u2ndzLPPsTxcZti57CN49RcWh.lazyloading { background-image: none; }
#AM4GQO0b5JsJ5lIsJFc0QglXmFCDcZG5 { box-sizing:content-box;height:56px;width:116px;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/538b56c9-2a19-46b4-9709-76aa278dd6d7/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:292.49998474121px;left:1014.066619873px;display:block; }#AM4GQO0b5JsJ5lIsJFc0QglXmFCDcZG5.adaptive-delivery-prevent-bg, #AM4GQO0b5JsJ5lIsJFc0QglXmFCDcZG5.lazyload, #AM4GQO0b5JsJ5lIsJFc0QglXmFCDcZG5.lazyloading { background-image: none; }
#TgOTtANg5mBT1ai43PQo36huTNBdWOwu { box-sizing:content-box;height:73px;width:148px;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a5fa370a-9f92-44c2-9a40-4a97f745a81e/infinix.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:396px;left:625px;display:block; }#TgOTtANg5mBT1ai43PQo36huTNBdWOwu.adaptive-delivery-prevent-bg, #TgOTtANg5mBT1ai43PQo36huTNBdWOwu.lazyload, #TgOTtANg5mBT1ai43PQo36huTNBdWOwu.lazyloading { background-image: none; }
#HGuzZ2psIDnPbDEaQ4FRme81SSq4hqa6 { box-sizing:content-box;height:60px;width:163px;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d1f91419-0f6c-4e15-8ac1-accede2a85a9/cardifbnpparibasgrouplogo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:402px;left:431px;display:block; }#HGuzZ2psIDnPbDEaQ4FRme81SSq4hqa6.adaptive-delivery-prevent-bg, #HGuzZ2psIDnPbDEaQ4FRme81SSq4hqa6.lazyload, #HGuzZ2psIDnPbDEaQ4FRme81SSq4hqa6.lazyloading { background-image: none; }
#llHG1mQrrkGT35Ge4miUherfX6p6csUw { position:relative;display:block; }#llHG1mQrrkGT35Ge4miUherfX6p6csUw { background-color: transparent; background-image: none; }#llHG1mQrrkGT35Ge4miUherfX6p6csUw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llHG1mQrrkGT35Ge4miUherfX6p6csUw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llHG1mQrrkGT35Ge4miUherfX6p6csUw > .row .container > .video-iframe-container { display: none; }#llHG1mQrrkGT35Ge4miUherfX6p6csUw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llHG1mQrrkGT35Ge4miUherfX6p6csUw > .row > .video-iframe-container { display: none; }#llHG1mQrrkGT35Ge4miUherfX6p6csUw > .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); }#llHG1mQrrkGT35Ge4miUherfX6p6csUw { border-width: 0; border-radius: 0; }#llHG1mQrrkGT35Ge4miUherfX6p6csUw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#llHG1mQrrkGT35Ge4miUherfX6p6csUw > .row .container { border-top:1px solid #f4f4f4;border-left:85px solid rgba(0,0,0,0);border-right:85px solid rgba(0,0,0,0);border-bottom:0 solid #ffffff;background-color:#3c3c3c;background-image:none;font-size:14px;font-family:arial;height:464.117px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#KpxBcdvTK7wlxOFeMzp80zI1pnRT7DdN { color:#ffffff;display:block;width:324px;position:absolute;font-family:"space grotesk";font-size:45px;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:101px;left:3px;height:45px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RXRKGOyUuHvx2bBJVXwIIPWMDFzx4bc9 { color:#d0d0d0;display:block;width:300px;position:absolute;font-family:"plus jakarta sans";font-size:15px;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:161px;left:3px;height:24px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#csNLNIENgwv1fmaeB54fvCg1o9WHsaq4 { color:#cacaca;display:block;width:301px;position:absolute;font-family:"plus jakarta sans";font-size:20px;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:216px;left:2px;height:151px;font-style:normal;text-align:left;text-align-last:left;display:block; }#csNLNIENgwv1fmaeB54fvCg1o9WHsaq4 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#csNLNIENgwv1fmaeB54fvCg1o9WHsaq4 li:before{  }
#xSDFJT5oQm9kkcsHcgl34475X6qkWbmx { position:absolute;display:block;z-index:15011;height:300px;width:620px;top:84px;left:580px;display:block; }
#Efme7QZT2z3OO6L2m28aAUrUekQ0eQfx { position:absolute;display:block;z-index:15011;height:300px;width:620px;top:84px;left:580px;display:none; }
#NCsUfGfMOcsTSNDQbkSch797PDWZSgM7 { position:relative;display:block; }#NCsUfGfMOcsTSNDQbkSch797PDWZSgM7 { background-color: transparent; background-image: none; }#NCsUfGfMOcsTSNDQbkSch797PDWZSgM7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCsUfGfMOcsTSNDQbkSch797PDWZSgM7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCsUfGfMOcsTSNDQbkSch797PDWZSgM7 > .row .container > .video-iframe-container { display: none; }#NCsUfGfMOcsTSNDQbkSch797PDWZSgM7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCsUfGfMOcsTSNDQbkSch797PDWZSgM7 > .row > .video-iframe-container { display: none; }#NCsUfGfMOcsTSNDQbkSch797PDWZSgM7 > .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); }#NCsUfGfMOcsTSNDQbkSch797PDWZSgM7 { border-width: 0; border-radius: 0; }#NCsUfGfMOcsTSNDQbkSch797PDWZSgM7 > .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; }#NCsUfGfMOcsTSNDQbkSch797PDWZSgM7 > .row .container { border-top:0;border-left:85px solid #3c3c3c;border-right:85px solid #000000;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #3c3c3c, #000000);background-image: -moz-linear-gradient(90deg, #3c3c3c, #000000);background-image: -ms-linear-gradient(90deg, #3c3c3c, #000000);background-image: -o-linear-gradient(90deg, #3c3c3c, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#000000' );";background-image: linear-gradient(90deg, #3c3c3c, #000000);background-size:auto !important;font-size:14px;font-family:arial;height:439px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tCwHQQcFKXJN0FkdMDag2hTNP9MhNhoP { position:absolute;display:block;z-index:15000;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;height:92px;width:198px;top:60px;left:-11.999980908203px;overflow:hidden;display:block; }
#doQ44GSOlIPakhzH3CdaiOcOr40grdon { color:rgba(255,255,255,0.75);display:block;width:459px;position:absolute;font-family:"plus jakarta sans";font-size:14px;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:163.18334960938px;left:1.8666717529297px;height:75.5859px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BWuTyy0rX4TthUtHfvBxDNiJEgXsLDcn { color:#ffffff;display:block;width:272px;position:absolute;font-family:"space grotesk";font-size:30px;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:91px;left:615.00000305176px;height:30px;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; }
#d0yNGtzIbydkDotI9WLDWIDWJTQy6UQI { color:rgba(255,255,255,0.75);display:block;width:291px;position:absolute;font-family:"plus jakarta sans";font-size:14px;font-weight:300;z-index:14999;line-height:1.8;letter-spacing:0;top:152px;left:654.00000305176px;height:25.2px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#danbCNg6SCsvz2KtLlX4UZ926dyB6BMx { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:155px;left:615.00000305176px; }
#zhagTEgwW8xqTM0F8HDVNuGRhF0rIG0D { color:rgba(255,255,255,0.75);display:block;width:340px;position:absolute;font-family:"plus jakarta sans";font-size:14px;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:192.39990234375px;left:655.5999786377px;height:50.4px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wggF2QFSvQgwLw6DIbPRCnLTL4qEpuwK { box-sizing:content-box;color:#5d92ff;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:194px;left:615.00000305176px; }
#XoRGAODUJqbz6sdsKsy6x2W5oGE2WTzO { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:91px;left:1160.9333190918px; }
#XoRGAODUJqbz6sdsKsy6x2W5oGE2WTzO > img { max-width: 100%;max-height:100%; }#sfLkPgEhAkXBxxbQu7pp8OE6nTFWKXAG { background-color:#00c52e;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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 25px rgba(0,255,60,0.3) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"space grotesk";font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:265px;height:60px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:275.94996643066px;left:620.36666870117px;display:block; }
#wwJRTn5QbnqM1GrEtaxFpAhpe72S4lC8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#x28cPyivPwAzvXkpWqxW7PipiyW48sLT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#x28cPyivPwAzvXkpWqxW7PipiyW48sLT > .row .container { background-color: transparent; background-image: none; }#x28cPyivPwAzvXkpWqxW7PipiyW48sLT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x28cPyivPwAzvXkpWqxW7PipiyW48sLT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x28cPyivPwAzvXkpWqxW7PipiyW48sLT > .row .container > .video-iframe-container { display: none; }#x28cPyivPwAzvXkpWqxW7PipiyW48sLT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x28cPyivPwAzvXkpWqxW7PipiyW48sLT > .row > .video-iframe-container { display: none; }#x28cPyivPwAzvXkpWqxW7PipiyW48sLT > .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); }#x28cPyivPwAzvXkpWqxW7PipiyW48sLT > .row .container { border-width: 0; border-radius: 0; }#x28cPyivPwAzvXkpWqxW7PipiyW48sLT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x28cPyivPwAzvXkpWqxW7PipiyW48sLT > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }#P3vvTiUDPXCmMTMeoQSW90ThXLCgf5W1 { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#P3vvTiUDPXCmMTMeoQSW90ThXLCgf5W1 { background-color: transparent; background-image: none; }#P3vvTiUDPXCmMTMeoQSW90ThXLCgf5W1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3vvTiUDPXCmMTMeoQSW90ThXLCgf5W1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3vvTiUDPXCmMTMeoQSW90ThXLCgf5W1 > .row .container > .video-iframe-container { display: none; }#P3vvTiUDPXCmMTMeoQSW90ThXLCgf5W1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3vvTiUDPXCmMTMeoQSW90ThXLCgf5W1 > .row > .video-iframe-container { display: none; }#P3vvTiUDPXCmMTMeoQSW90ThXLCgf5W1 > .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); }#P3vvTiUDPXCmMTMeoQSW90ThXLCgf5W1 { border-width: 0; border-radius: 0; }#P3vvTiUDPXCmMTMeoQSW90ThXLCgf5W1 > .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; }#P3vvTiUDPXCmMTMeoQSW90ThXLCgf5W1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:85px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gbRhohl8gTzsk7ANL9eNZkDdU1alx8uQ { background-color:#00c52e;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:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 1px 1px 15px rgba(0,197,46,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"font awesome brands";font-size:32px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60px;height:60px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1px;left:1140px;display:block; }
#harUUMVrQAgTxhgJT0MdKmXWswTSgaq2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Gyfd849zEd9iy8rETV9rTNG2iuErgBPQ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"font awesome brands";font-size:32px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60px;height:60px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2px;left:1140px;display:block; }
#uh7fTvzxLQG4yNDw1IQhmvo9Teact7n5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LZkFKQCt08eiAU5TTBFTLK6UOtuDBSZe { display:block; }#LZkFKQCt08eiAU5TTBFTLK6UOtuDBSZe > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZgOAG7qeGQ5wZ2yI5fvCBNbnJGCPUvnX { width:150px;height:72px;top:25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CXDWA74JQH9iniiWTuUplqW3AqI0LfS3 { width:236px;height:28px;top:51px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Zcn0yT4zRfHE7rSOxJ8IGQQ5NQCf0OMS { width:505px;height:52px;top:38px;left:257px;display:block; }
 }@media only screen and (max-width: 763px) { #FtneKn9PlLWcqREBDFfks8tMuHlBkaUx { display:block; }
 }@media only screen and (max-width: 763px) { #onfwx5QRxS2b5lCD8IhDmCCi9xe4ndax { display:none; }#onfwx5QRxS2b5lCD8IhDmCCi9xe4ndax > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZuFiz15fxBdwq7qWUcSR6Mfe6siqS9qf { display:block; }#ZuFiz15fxBdwq7qWUcSR6Mfe6siqS9qf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdcDI795MauL3NmkyeUpxdCAAVHPbSqv { width:685px;height:601px;top:0px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #XcsTcpo3vlXb1T5sUZ2X2rZ5Xa8UnytF { width:429px;height:120px;top:156px;left:0px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #z3fNhtxakBJqrV2xrdlVh1yFcpKcSS21 { width:282px;height:70px;top:437px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zUPhbPHpcJuFtlzlUVc9cV6cKZFDohw1 { display:block; }
 }@media only screen and (max-width: 763px) { #MthIzMbECMvz17ni4Rhcm5aJFZHEqrpJ { width:25px;height:25px;top:458px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yCwHS8Pb5pIDVVs7UkIQ3evxBFHK0SIt { width:290px;height:34px;top:94px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hSPCJFc0TMiCfxA7A3vT6kQVWfclhtvS { display:block; }
 }@media only screen and (max-width: 763px) { #G3Ai0wAqgTw6wDnFc8fBVgVBxbb1l1x0 { width:437px;height:70px;top:317px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LREXlwfdbnUcWCrJRTaJQUvaTScQtaM9 { width:94px;height:39px;top:450px;left:127px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #nzCNwCiCnhesKyuIkDX8JDeF7od0a5Cb { width:25px;height:25px;top:458px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #dLrHC8T39HRiK1snbp5udda6CKlutNhy { width:264px;height:48px;top:398px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #ETfvZ9z738KKaod4f0zb7xJ745NipNBn { width:67px;height:66px;top:192px;left:189.99217224121px;font-size:60px;display:block; }
 }@media only screen and (max-width: 763px) { #uXvMkNWeiyIoGvQ3qMUu439EosTyXVgU { width:67px;height:44px;top:137px;left:191.99736022949px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #zpDKsQucy2KIV7EzCRKTNBOxiP8sWsCl { width:45px;height:55px;top:155px;left:263.98954772949px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #PKTRsGZXm68JCG2nhCaHBVrvfRghavWi { width:199px;height:32px;top:53px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nFHQnvsQ6i3vShVN0gtdNMFbrxZOrvwB { display:block; }
 }@media only screen and (max-width: 763px) { #HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe { display:block; }#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXNRkCOtHJL9mhWHPEulmiGO0urSLN1S { width:764px;height:40px;top:41px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #KnOXa2V9FF3dolTl898gsO0fLK6yRMJn { display:block; }#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5sZyl75D13A9PGylJJsOCiS59i3TWnT { width:90px;height:80px;top:185px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #pPNIMWRtQG5GlOPfqTuZNOUkUfvBMFmR { width:764px;height:;top:84px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #TBN2Rp8AdX1ltfHv1y5dKn06761I1duc { width:136px;height:60px;top:195px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #nSm8PGnW41cRWVB1XGTf7DVo34uZbtdR { width:80px;height:80px;top:185px;left:119px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #MOhaG5I0Gs8562ffh6gyuFHp0hftogre { width:148px;height:60px;top:195px;left:200px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LHd7qbNhzq2WBaS2Zh97l7ZlRuEtDNOb { width:80px;height:80px;top:185px;left:408px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Wytzihnaw311AOhHuxRX1NOy60fAgQM0 { width:301px;height:70px;top:324px;left:233.36666870117px;display:block; }
 }@media only screen and (max-width: 763px) { #vA6VTTRuSyT0b6mqUCevlfbZocDJPJPi { display:block; }
 }@media only screen and (max-width: 763px) { #zcelu1SLXh9GgwGoPlaoWNHMexcbCZGM { width:138px;height:60px;top:195px;left:488px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wASt2SZsfbk22QMTHJaOGp7qxTdsA3yl { width:90px;height:80px;top:185px;left:674px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #XDOkRJZNVuk5UhtX6z22OdMiFqhi2p6a { width:149px;height:60px;top:195px;left:615px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ea5e8mNTAxwX0iQEh1cEmNIAdgzNSV8U { display:block; }#ea5e8mNTAxwX0iQEh1cEmNIAdgzNSV8U > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTRTO5yTNcVgNmRImNEbqkEAi0X7Gt4H { width:317px;height:72px;top:51px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NZTpex2zpfXewzO0DvTpCeagV9B6qfAW { width:42px;height:70px;top:58px;left:0px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #gh6vaXXd6AchqX7rRxKV9LZ6ETxqu2zz { width:419px;height:0;top:55px;left:345px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #neMa3eDzcPZUdv2FkaRlzdDOnfGpu8mW { width:42px;height:70px;top:62px;left:340px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #LE79VE5fT1JHziuTx4k6XU0aPO6Rv4Q8 { width:717px;height:186px;top:0px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #V19UHFde2S9BQDu9VVI86eT8zaBirU9D { display:block; }
 }@media only screen and (max-width: 763px) { #RK153b2K02V2thEap07TwX3Ft9vqLRkH { width:717px;height:186px;top:0px;left:47px;display:none; }
 }@media only screen and (max-width: 763px) { #iyEu6VJ7tZD7ouolDfWgmKODMJpuesTE { display:block; }
 }@media only screen and (max-width: 763px) { #SEzLd4oUXeT0xx5ere3Hnh6eTDit7Mge { display:block; }#SEzLd4oUXeT0xx5ere3Hnh6eTDit7Mge > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1R0xFhCT4dQE1pRFvx8yo2XUduehDmT { width:332px;height:180px;top:133px;left:412px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Waelx1lzAQqxnty9PTgQecul0iP4dwoF { width:574px;height:38px;top:65px;left:190px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #qddFJFahTuBtS6dRLxlTRT5JaDvshy7k { width:42px;height:180px;top:133px;left:369px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #m2q0MRqVPwu94MLBQHhBX8gyPk7XxFGs { width:421px;height:261px;top:195px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #riS23tZ0X98UvdTZx0UVuCUvtb3IcsI9 { width:481px;height:406px;top:579px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ms9PaS3a9OrRyhzyReg9exTyRP0Z309C { width:280px;height:55px;display:none; }
 }@media only screen and (max-width: 763px) { #za5uG20WuXUraltoPlmNMoKDzdxJL9Ub { display:block; }
 }@media only screen and (max-width: 763px) { #ivErzJQFvUKZus93milcituLc4qWBk2a { width:50px;height:50px;display:none; }
 }@media only screen and (max-width: 763px) { #UOK3b0Ct4V09ppHDMAElsS3ANqG0hwGL { width:425px;height:426px;top:27px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #XFd0aetwZUL9gTLfl1ObFch5FicRiXJI { width:265px;height:60px;top:349px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #dcOTiuSTJm465wyFd9U4D9Ti6sOvpkTk { display:block; }
 }@media only screen and (max-width: 763px) { #sEKSpIeFaQ1DZuNW6W5z2Hi5XeaBqJTc { width:242px;height:25px;top:368px;left:522px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TgiJSTBRFP690B9Uqi2q6FoDkaC0oBaN { display:block; }#TgiJSTBRFP690B9Uqi2q6FoDkaC0oBaN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9y76eS2h9Pz0yTWI1HAqMiort5RkypQ { width:764px;height:30px;top:80px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ubT2c9mtLx2J8w2cR8Rz2vtfwn4IBxfy { width:133px;height:61px;top:290px;left:624.59999467773px;display:block; }
 }@media only screen and (max-width: 763px) { #Dc3Lbbo78umFqRvmc62HKLK1TZsInVep { width:172px;height:80px;top:169px;left:592px;display:block; }
 }@media only screen and (max-width: 763px) { #od5zfil8LE4pOckqkkXndHIQ9ThHKDlW { width:177px;height:83px;top:279px;left:402.0000190918px;display:block; }
 }@media only screen and (max-width: 763px) { #xc8rDsw7fqSqR1NTEkoix1xLNGPN4nUH { width:184px;height:87px;top:277px;left:166.0000190918px;display:block; }
 }@media only screen and (max-width: 763px) { #DxGvy1UvyqsxqIoIl9htQ1TR5TGMnio7 { width:179px;height:84px;top:167px;left:184.0000190918px;display:block; }
 }@media only screen and (max-width: 763px) { #BvLW8is13g3TZJsd3ksJSnGgR470oVcv { width:380px;height:171px;top:521px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rbTsPZiTSE7bXmM1h42ng0TgPQ94lxPJ { width:380px;height:171px;top:521px;left:193.60005571289px;display:block; }
 }@media only screen and (max-width: 763px) { #Qc7pC8Q9K2MSaUSazmQgTxNIT8eTADy6 { width:380px;height:171px;top:521px;left:384px;display:block; }
 }@media only screen and (max-width: 763px) { #H6aSZiLNu4O069w7sFWnH7aob0Sp2FHg { width:380px;height:171px;top:720px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cRTyJWkoHL672vd1NK7P18WK8SLTFTbl { width:380px;height:171px;top:720px;left:194.0000190918px;display:block; }
 }@media only screen and (max-width: 763px) { #ePbGyGzCRFroVRMoiBChnteoVQIA5esL { width:380px;height:171px;top:720px;left:384px;display:block; }
 }@media only screen and (max-width: 763px) { #QicDNWOkUd3tBAHuAVnOAfvIa7kDp4el { width:136px;height:63px;top:177px;left:418.60005571289px;display:block; }
 }@media only screen and (max-width: 763px) { #leK29xaElh9U3veBWdFyi0Ixu8R5g5dc { width:157px;height:73px;top:285px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nmuwAiepr9oygt4KUb5wITJw3bpeSFOE { width:153px;height:57px;top:183px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TAWmiM9lObO1N73a6KldzWzHlkTdC8eZ { width:122px;height:44px;top:186px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fNk1b5XI0Of6kHwRS14JzRJv3d8EgBP9 { width:124px;height:62px;top:177px;left:640px;display:block; }
 }@media only screen and (max-width: 763px) { #GUCZea0u2ndzLPPsTxcZti57CN49RcWh { width:152px;height:58px;top:291px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AM4GQO0b5JsJ5lIsJFc0QglXmFCDcZG5 { width:116px;height:56px;top:292px;left:648px;display:block; }
 }@media only screen and (max-width: 763px) { #TgOTtANg5mBT1ai43PQo36huTNBdWOwu { width:148px;height:73px;top:396px;left:407px;display:block; }
 }@media only screen and (max-width: 763px) { #HGuzZ2psIDnPbDEaQ4FRme81SSq4hqa6 { width:163px;height:60px;top:402px;left:213px;display:block; }
 }@media only screen and (max-width: 763px) { #llHG1mQrrkGT35Ge4miUherfX6p6csUw { display:block; }#llHG1mQrrkGT35Ge4miUherfX6p6csUw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpxBcdvTK7wlxOFeMzp80zI1pnRT7DdN { width:324px;height:45px;top:101px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #RXRKGOyUuHvx2bBJVXwIIPWMDFzx4bc9 { width:300px;height:24px;top:161px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #csNLNIENgwv1fmaeB54fvCg1o9WHsaq4 { width:301px;height:151px;top:216px;left:0px;font-size:20px;display:block; }#csNLNIENgwv1fmaeB54fvCg1o9WHsaq4 li:before{  }
 }@media only screen and (max-width: 763px) { #xSDFJT5oQm9kkcsHcgl34475X6qkWbmx { width:620px;height:300px;top:84px;left:144px;display:none; }
 }@media only screen and (max-width: 763px) { #Efme7QZT2z3OO6L2m28aAUrUekQ0eQfx { width:620px;height:300px;top:84px;left:144px;display:none; }
 }@media only screen and (max-width: 763px) { #NCsUfGfMOcsTSNDQbkSch797PDWZSgM7 { display:block; }#NCsUfGfMOcsTSNDQbkSch797PDWZSgM7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCwHQQcFKXJN0FkdMDag2hTNP9MhNhoP { width:198px;height:92px;top:60px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #doQ44GSOlIPakhzH3CdaiOcOr40grdon { width:458px;height:75px;top:163px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #BWuTyy0rX4TthUtHfvBxDNiJEgXsLDcn { width:272px;height:30px;top:91px;left:397.00001525879px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #d0yNGtzIbydkDotI9WLDWIDWJTQy6UQI { width:291px;height:25px;top:152px;left:436.0000190918px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #danbCNg6SCsvz2KtLlX4UZ926dyB6BMx { width:22px;height:22px;top:155px;left:397.00000305176px;display:block; }
 }@media only screen and (max-width: 763px) { #zhagTEgwW8xqTM0F8HDVNuGRhF0rIG0D { width:340px;height:50px;top:192px;left:424px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #wggF2QFSvQgwLw6DIbPRCnLTL4qEpuwK { width:22px;height:22px;top:194px;left:397.00000305176px;display:block; }
 }@media only screen and (max-width: 763px) { #XoRGAODUJqbz6sdsKsy6x2W5oGE2WTzO { width:40px;height:40px;top:91px;left:724px;display:block; }
#XoRGAODUJqbz6sdsKsy6x2W5oGE2WTzO > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #sfLkPgEhAkXBxxbQu7pp8OE6nTFWKXAG { width:265px;height:60px;top:275px;left:402.36666870117px;display:block; }
 }@media only screen and (max-width: 763px) { #wwJRTn5QbnqM1GrEtaxFpAhpe72S4lC8 { display:block; }
 }@media only screen and (max-width: 763px) { #x28cPyivPwAzvXkpWqxW7PipiyW48sLT { display:block; }#x28cPyivPwAzvXkpWqxW7PipiyW48sLT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3vvTiUDPXCmMTMeoQSW90ThXLCgf5W1 { display:block; }#P3vvTiUDPXCmMTMeoQSW90ThXLCgf5W1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbRhohl8gTzsk7ANL9eNZkDdU1alx8uQ { width:60px;height:60px;top:1px;left:704px;display:block; }
 }@media only screen and (max-width: 763px) { #harUUMVrQAgTxhgJT0MdKmXWswTSgaq2 { display:block; }
 }@media only screen and (max-width: 763px) { #Gyfd849zEd9iy8rETV9rTNG2iuErgBPQ { width:60px;height:60px;top:2px;left:704px;display:block; }
 }@media only screen and (max-width: 763px) { #uh7fTvzxLQG4yNDw1IQhmvo9Teact7n5 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #LZkFKQCt08eiAU5TTBFTLK6UOtuDBSZe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#LZkFKQCt08eiAU5TTBFTLK6UOtuDBSZe > .row .container { background-color: transparent; background-image: none; }#LZkFKQCt08eiAU5TTBFTLK6UOtuDBSZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZkFKQCt08eiAU5TTBFTLK6UOtuDBSZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZkFKQCt08eiAU5TTBFTLK6UOtuDBSZe > .row .container > .video-iframe-container { display: none; }#LZkFKQCt08eiAU5TTBFTLK6UOtuDBSZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZkFKQCt08eiAU5TTBFTLK6UOtuDBSZe > .row > .video-iframe-container { display: none; }#LZkFKQCt08eiAU5TTBFTLK6UOtuDBSZe > .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); }#LZkFKQCt08eiAU5TTBFTLK6UOtuDBSZe > .row .container { border-width: 0; border-radius: 0; }#LZkFKQCt08eiAU5TTBFTLK6UOtuDBSZe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LZkFKQCt08eiAU5TTBFTLK6UOtuDBSZe > .row .container { width:320px;height:95px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZgOAG7qeGQ5wZ2yI5fvCBNbnJGCPUvnX { width:106px;height:51px;top:23px;left:-9.0591621362328px;display:block; }
 }@media only screen and (max-width: 763px) { #CXDWA74JQH9iniiWTuUplqW3AqI0LfS3 { width:190.99px;height:16.4974px;top:39.244789123535px;left:116.97916221619px;font-size:15px;font-weight:400;font-style:normal;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zcn0yT4zRfHE7rSOxJ8IGQQ5NQCf0OMS { width:320px;height:43px;top:28px;left:0px;font-size:11px;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #FtneKn9PlLWcqREBDFfks8tMuHlBkaUx { display:block; }
 }@media only screen and (max-width: 763px) { #onfwx5QRxS2b5lCD8IhDmCCi9xe4ndax { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ea4dc517-73ed-494e-985c-b306d6ac84bd/topo.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#onfwx5QRxS2b5lCD8IhDmCCi9xe4ndax.adaptive-delivery-prevent-bg, #onfwx5QRxS2b5lCD8IhDmCCi9xe4ndax.lazyload, #onfwx5QRxS2b5lCD8IhDmCCi9xe4ndax.lazyloading { background-image: none; }#onfwx5QRxS2b5lCD8IhDmCCi9xe4ndax > .row .container { background-color: transparent; background-image: none; }#onfwx5QRxS2b5lCD8IhDmCCi9xe4ndax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onfwx5QRxS2b5lCD8IhDmCCi9xe4ndax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onfwx5QRxS2b5lCD8IhDmCCi9xe4ndax > .row .container > .video-iframe-container { display: none; }#onfwx5QRxS2b5lCD8IhDmCCi9xe4ndax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onfwx5QRxS2b5lCD8IhDmCCi9xe4ndax > .row > .video-iframe-container { display: none; }#onfwx5QRxS2b5lCD8IhDmCCi9xe4ndax > .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); }#onfwx5QRxS2b5lCD8IhDmCCi9xe4ndax > .row .container { border-width: 0; border-radius: 0; }#onfwx5QRxS2b5lCD8IhDmCCi9xe4ndax > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#onfwx5QRxS2b5lCD8IhDmCCi9xe4ndax > .row .container { width:320px;height:200px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZuFiz15fxBdwq7qWUcSR6Mfe6siqS9qf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef2e1b;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZuFiz15fxBdwq7qWUcSR6Mfe6siqS9qf > .row .container { background-color: transparent; background-image: none; }#ZuFiz15fxBdwq7qWUcSR6Mfe6siqS9qf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuFiz15fxBdwq7qWUcSR6Mfe6siqS9qf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuFiz15fxBdwq7qWUcSR6Mfe6siqS9qf > .row .container > .video-iframe-container { display: none; }#ZuFiz15fxBdwq7qWUcSR6Mfe6siqS9qf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuFiz15fxBdwq7qWUcSR6Mfe6siqS9qf > .row > .video-iframe-container { display: none; }#ZuFiz15fxBdwq7qWUcSR6Mfe6siqS9qf > .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); }#ZuFiz15fxBdwq7qWUcSR6Mfe6siqS9qf > .row .container { border-width: 0; border-radius: 0; }#ZuFiz15fxBdwq7qWUcSR6Mfe6siqS9qf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZuFiz15fxBdwq7qWUcSR6Mfe6siqS9qf > .row .container { width:320px;height:385px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdcDI795MauL3NmkyeUpxdCAAVHPbSqv { width:320px;height:601px;top:454.1406px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #XcsTcpo3vlXb1T5sUZ2X2rZ5Xa8UnytF { width:212px;height:60px;top:121.9921875px;left:0px;font-size:25px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z3fNhtxakBJqrV2xrdlVh1yFcpKcSS21 { width:199px;height:50px;top:284.99998474121px;left:0px;font-size:16px;border-top:0;border-left:25px solid rgba(0,0,0,0);border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #zUPhbPHpcJuFtlzlUVc9cV6cKZFDohw1 { display:block; }
 }@media only screen and (max-width: 763px) { #MthIzMbECMvz17ni4Rhcm5aJFZHEqrpJ { display:flex;width:18px;height:18px;top:300.99998474121px;left:17px;font-size:12px; }
 }@media only screen and (max-width: 763px) { #yCwHS8Pb5pIDVVs7UkIQ3evxBFHK0SIt { width:195px;height:27px;top:71px;left:0px;font-size:10px;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hSPCJFc0TMiCfxA7A3vT6kQVWfclhtvS { display:block; }
 }@media only screen and (max-width: 763px) { #G3Ai0wAqgTw6wDnFc8fBVgVBxbb1l1x0 { width:297px;height:51.2px;top:204px;left:0px;font-size:16px;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LREXlwfdbnUcWCrJRTaJQUvaTScQtaM9 { width:58px;height:28px;top:295.99998474121px;left:242px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #nzCNwCiCnhesKyuIkDX8JDeF7od0a5Cb { display:flex;width:21px;height:21px;top:299.99998474121px;left:212px;font-size:14px; }
 }@media only screen and (max-width: 763px) { #dLrHC8T39HRiK1snbp5udda6CKlutNhy { width:103px;height:0;top:36px;left:210px;font-size:16px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15017;color:rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #ETfvZ9z738KKaod4f0zb7xJ745NipNBn { width:48px;height:35.2px;top:156px;left:196px;font-size:32px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #uXvMkNWeiyIoGvQ3qMUu439EosTyXVgU { width:67px;height:35.2px;top:113px;left:204px;font-size:32px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #zpDKsQucy2KIV7EzCRKTNBOxiP8sWsCl { width:45px;height:33px;top:156px;left:238px;font-size:30px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #PKTRsGZXm68JCG2nhCaHBVrvfRghavWi { width:130px;height:27px;top:36px;left:0px;font-size:10px;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nFHQnvsQ6i3vShVN0gtdNMFbrxZOrvwB { display:block; }
 }@media only screen and (max-width: 763px) { #HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ea4dc517-73ed-494e-985c-b306d6ac84bd/topo.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe.adaptive-delivery-prevent-bg, #HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe.lazyload, #HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe.lazyloading { background-image: none; }#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe > .row .container { background-color: transparent; background-image: none; }#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.97); }#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe > .row .container > .video-iframe-container { display: none; }#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.97); }#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe > .row > .video-iframe-container { display: none; }#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe > .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); }#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe > .row .container { border-width: 0; border-radius: 0; }#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe::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; }#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HdxqwdRbJDkMeTBzisyCf6xDTLxFVlMe > .row .container { width:320px;height:160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXNRkCOtHJL9mhWHPEulmiGO0urSLN1S { width:231px;height:77.9688px;top:43px;left:44.5px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #KnOXa2V9FF3dolTl898gsO0fLK6yRMJn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ea4dc517-73ed-494e-985c-b306d6ac84bd/topo.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn.adaptive-delivery-prevent-bg, #KnOXa2V9FF3dolTl898gsO0fLK6yRMJn.lazyload, #KnOXa2V9FF3dolTl898gsO0fLK6yRMJn.lazyloading { background-image: none; }#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn > .row .container { background-color: transparent; background-image: none; }#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn > .row .container > .video-iframe-container { display: none; }#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn > .row > .video-iframe-container { display: none; }#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn > .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); }#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn > .row .container { border-width: 0; border-radius: 0; }#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn::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; }#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KnOXa2V9FF3dolTl898gsO0fLK6yRMJn > .row .container { width:320px;height:515px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5sZyl75D13A9PGylJJsOCiS59i3TWnT { width:60px;height:48px;top:130px;left:0px;font-size:30px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #pPNIMWRtQG5GlOPfqTuZNOUkUfvBMFmR { width:239px;height:60px;top:44px;left:0px;font-size:25px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TBN2Rp8AdX1ltfHv1y5dKn06761I1duc { width:258px;height:24px;top:142px;left:76px;font-size:20px;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; }
 }@media only screen and (max-width: 763px) { #nSm8PGnW41cRWVB1XGTf7DVo34uZbtdR { width:60px;height:48px;top:188px;left:0px;font-size:30px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #MOhaG5I0Gs8562ffh6gyuFHp0hftogre { width:242px;height:24px;top:200px;left:76px;font-size:20px;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; }
 }@media only screen and (max-width: 763px) { #LHd7qbNhzq2WBaS2Zh97l7ZlRuEtDNOb { width:60px;height:48px;top:246px;left:0px;font-size:30px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Wytzihnaw311AOhHuxRX1NOy60fAgQM0 { width:254px;height:60px;top:393.00001525879px;left:0px;font-size:20px;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vA6VTTRuSyT0b6mqUCevlfbZocDJPJPi { display:block; }
 }@media only screen and (max-width: 763px) { #zcelu1SLXh9GgwGoPlaoWNHMexcbCZGM { width:236px;height:24px;top:258px;left:76px;font-size:20px;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; }
 }@media only screen and (max-width: 763px) { #wASt2SZsfbk22QMTHJaOGp7qxTdsA3yl { width:60px;height:48px;top:304px;left:0px;font-size:30px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #XDOkRJZNVuk5UhtX6z22OdMiFqhi2p6a { width:223px;height:24px;top:316px;left:76px;font-size:20px;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; }
 }@media only screen and (max-width: 763px) { #ea5e8mNTAxwX0iQEh1cEmNIAdgzNSV8U { background-color:#be1100;background-image:none;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; }#ea5e8mNTAxwX0iQEh1cEmNIAdgzNSV8U > .row .container { background-color: transparent; background-image: none; }#ea5e8mNTAxwX0iQEh1cEmNIAdgzNSV8U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ea5e8mNTAxwX0iQEh1cEmNIAdgzNSV8U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ea5e8mNTAxwX0iQEh1cEmNIAdgzNSV8U > .row .container > .video-iframe-container { display: none; }#ea5e8mNTAxwX0iQEh1cEmNIAdgzNSV8U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ea5e8mNTAxwX0iQEh1cEmNIAdgzNSV8U > .row > .video-iframe-container { display: none; }#ea5e8mNTAxwX0iQEh1cEmNIAdgzNSV8U > .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); }#ea5e8mNTAxwX0iQEh1cEmNIAdgzNSV8U > .row .container { border-width: 0; border-radius: 0; }#ea5e8mNTAxwX0iQEh1cEmNIAdgzNSV8U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ea5e8mNTAxwX0iQEh1cEmNIAdgzNSV8U > .row .container { width:320px;height:300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTRTO5yTNcVgNmRImNEbqkEAi0X7Gt4H { width:229px;height:51.9792px;top:56px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NZTpex2zpfXewzO0DvTpCeagV9B6qfAW { width:42px;height:44.8047px;top:60px;left:2px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #gh6vaXXd6AchqX7rRxKV9LZ6ETxqu2zz { width:264px;height:0;top:172px;left:58px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #neMa3eDzcPZUdv2FkaRlzdDOnfGpu8mW { width:42px;height:39.2px;top:173px;left:16px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #LE79VE5fT1JHziuTx4k6XU0aPO6Rv4Q8 { width:320px;height:99px;top:145px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #V19UHFde2S9BQDu9VVI86eT8zaBirU9D { display:block; }
 }@media only screen and (max-width: 763px) { #RK153b2K02V2thEap07TwX3Ft9vqLRkH { width:320px;height:99px;top:147px;left:0px;z-index:15009;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iyEu6VJ7tZD7ouolDfWgmKODMJpuesTE { display:block; }
 }@media only screen and (max-width: 763px) { #SEzLd4oUXeT0xx5ere3Hnh6eTDit7Mge { 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;background-color:#232323;background-image:none;display:block; }#SEzLd4oUXeT0xx5ere3Hnh6eTDit7Mge > .row .container { background-color: transparent; background-image: none; }#SEzLd4oUXeT0xx5ere3Hnh6eTDit7Mge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEzLd4oUXeT0xx5ere3Hnh6eTDit7Mge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEzLd4oUXeT0xx5ere3Hnh6eTDit7Mge > .row .container > .video-iframe-container { display: none; }#SEzLd4oUXeT0xx5ere3Hnh6eTDit7Mge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEzLd4oUXeT0xx5ere3Hnh6eTDit7Mge > .row > .video-iframe-container { display: none; }#SEzLd4oUXeT0xx5ere3Hnh6eTDit7Mge > .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); }#SEzLd4oUXeT0xx5ere3Hnh6eTDit7Mge > .row .container { border-width: 0; border-radius: 0; }#SEzLd4oUXeT0xx5ere3Hnh6eTDit7Mge > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SEzLd4oUXeT0xx5ere3Hnh6eTDit7Mge > .row .container { width:320px;height:500px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1R0xFhCT4dQE1pRFvx8yo2XUduehDmT { width:248px;height:110.417px;top:123px;left:52px;font-size:13px;line-height:1.7;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Waelx1lzAQqxnty9PTgQecul0iP4dwoF { width:220px;height:55px;top:43px;left:18px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #qddFJFahTuBtS6dRLxlTRT5JaDvshy7k { width:33px;height:110.417px;top:123px;left:20px;font-size:13px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #m2q0MRqVPwu94MLBQHhBX8gyPk7XxFGs { width:229px;height:99px;top:260.88333129883px;left:109px;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #riS23tZ0X98UvdTZx0UVuCUvtb3IcsI9 { width:197px;height:160px;top:197px;left:142px;z-index:15021;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ef46f80b-3417-4dd5-81ce-d0d470ae01e6/m3.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#riS23tZ0X98UvdTZx0UVuCUvtb3IcsI9.adaptive-delivery-prevent-bg, #riS23tZ0X98UvdTZx0UVuCUvtb3IcsI9.lazyload, #riS23tZ0X98UvdTZx0UVuCUvtb3IcsI9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ms9PaS3a9OrRyhzyReg9exTyRP0Z309C { top:298px;left:18px;width:55px;height:55px;z-index:15023;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;font-family:"font awesome 2022";font-weight:400;font-style:italic;color:#ffffff;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #za5uG20WuXUraltoPlmNMoKDzdxJL9Ub { display:block; }
 }@media only screen and (max-width: 763px) { #ivErzJQFvUKZus93milcituLc4qWBk2a { display:flex;top:314px;left:34px;width:24px;height:24px;z-index:15024; }
 }@media only screen and (max-width: 763px) { #UOK3b0Ct4V09ppHDMAElsS3ANqG0hwGL { width:320px;height:472px;top:1258px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #XFd0aetwZUL9gTLfl1ObFch5FicRiXJI { width:301px;height:60px;top:377.88334655762px;left:9.5px;font-size:20px;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dcOTiuSTJm465wyFd9U4D9Ti6sOvpkTk { display:block; }
 }@media only screen and (max-width: 763px) { #sEKSpIeFaQ1DZuNW6W5z2Hi5XeaBqJTc { width:177px;height:20px;top:315.49998474121px;left:92.5px;font-size:20px;text-align:left;text-align-last:left;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #TgiJSTBRFP690B9Uqi2q6FoDkaC0oBaN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TgiJSTBRFP690B9Uqi2q6FoDkaC0oBaN > .row .container { background-color: transparent; background-image: none; }#TgiJSTBRFP690B9Uqi2q6FoDkaC0oBaN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgiJSTBRFP690B9Uqi2q6FoDkaC0oBaN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgiJSTBRFP690B9Uqi2q6FoDkaC0oBaN > .row .container > .video-iframe-container { display: none; }#TgiJSTBRFP690B9Uqi2q6FoDkaC0oBaN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgiJSTBRFP690B9Uqi2q6FoDkaC0oBaN > .row > .video-iframe-container { display: none; }#TgiJSTBRFP690B9Uqi2q6FoDkaC0oBaN > .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); }#TgiJSTBRFP690B9Uqi2q6FoDkaC0oBaN > .row .container { border-width: 0; border-radius: 0; }#TgiJSTBRFP690B9Uqi2q6FoDkaC0oBaN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TgiJSTBRFP690B9Uqi2q6FoDkaC0oBaN > .row .container { width:320px;height:1250px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9y76eS2h9Pz0yTWI1HAqMiort5RkypQ { width:320px;height:19.2px;top:49px;left:0px;font-size:16px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ubT2c9mtLx2J8w2cR8Rz2vtfwn4IBxfy { width:96px;height:44px;top:177.00001525879px;left:222px;display:block; }
 }@media only screen and (max-width: 763px) { #Dc3Lbbo78umFqRvmc62HKLK1TZsInVep { width:109px;height:47px;top:102px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #od5zfil8LE4pOckqkkXndHIQ9ThHKDlW { width:87px;height:39px;top:179.50001525879px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xc8rDsw7fqSqR1NTEkoix1xLNGPN4nUH { width:96px;height:44px;top:177.00001525879px;left:104.5px;display:block; }
 }@media only screen and (max-width: 763px) { #DxGvy1UvyqsxqIoIl9htQ1TR5TGMnio7 { width:106px;height:47px;top:103.5px;left:209px;display:block; }
 }@media only screen and (max-width: 763px) { #BvLW8is13g3TZJsd3ksJSnGgR470oVcv { width:320px;height:120px;top:420px;left:0px;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #rbTsPZiTSE7bXmM1h42ng0TgPQ94lxPJ { width:320px;height:120px;top:550px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Qc7pC8Q9K2MSaUSazmQgTxNIT8eTADy6 { width:320px;height:120px;top:683px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #H6aSZiLNu4O069w7sFWnH7aob0Sp2FHg { width:320px;height:120px;top:813px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cRTyJWkoHL672vd1NK7P18WK8SLTFTbl { width:320px;height:120px;top:943px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ePbGyGzCRFroVRMoiBChnteoVQIA5esL { width:320px;height:119px;top:1073px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QicDNWOkUd3tBAHuAVnOAfvIa7kDp4el { width:77px;height:35px;top:106.5px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #leK29xaElh9U3veBWdFyi0Ixu8R5g5dc { width:87px;height:39px;top:268.50001525879px;left:233px;display:block; }
 }@media only screen and (max-width: 763px) { #nmuwAiepr9oygt4KUb5wITJw3bpeSFOE { width:80px;height:29px;top:188.39999389648px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #TAWmiM9lObO1N73a6KldzWzHlkTdC8eZ { width:83px;height:29px;top:345px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fNk1b5XI0Of6kHwRS14JzRJv3d8EgBP9 { width:80px;height:72px;top:319.50001525879px;left:240px;display:block; }
 }@media only screen and (max-width: 763px) { #GUCZea0u2ndzLPPsTxcZti57CN49RcWh { width:80px;height:49px;top:178.39999389648px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #AM4GQO0b5JsJ5lIsJFc0QglXmFCDcZG5 { width:97px;height:46px;top:253px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TgOTtANg5mBT1ai43PQo36huTNBdWOwu { width:103px;height:50px;top:263.00001525879px;left:119.93333435059px;display:block; }
 }@media only screen and (max-width: 763px) { #HGuzZ2psIDnPbDEaQ4FRme81SSq4hqa6 { width:103px;height:37px;top:341px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #llHG1mQrrkGT35Ge4miUherfX6p6csUw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#llHG1mQrrkGT35Ge4miUherfX6p6csUw > .row .container { background-color: transparent; background-image: none; }#llHG1mQrrkGT35Ge4miUherfX6p6csUw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llHG1mQrrkGT35Ge4miUherfX6p6csUw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llHG1mQrrkGT35Ge4miUherfX6p6csUw > .row .container > .video-iframe-container { display: none; }#llHG1mQrrkGT35Ge4miUherfX6p6csUw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llHG1mQrrkGT35Ge4miUherfX6p6csUw > .row > .video-iframe-container { display: none; }#llHG1mQrrkGT35Ge4miUherfX6p6csUw > .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); }#llHG1mQrrkGT35Ge4miUherfX6p6csUw > .row .container { border-width: 0; border-radius: 0; }#llHG1mQrrkGT35Ge4miUherfX6p6csUw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#llHG1mQrrkGT35Ge4miUherfX6p6csUw > .row .container { width:320px;height:660px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpxBcdvTK7wlxOFeMzp80zI1pnRT7DdN { width:320px;height:33.6px;top:45px;left:0px;font-size:28px;line-height:1.2;text-align:left;text-align-last:left;color:#1c1c1c;display:block; }
 }@media only screen and (max-width: 763px) { #RXRKGOyUuHvx2bBJVXwIIPWMDFzx4bc9 { width:320px;height:22.4px;top:90px;left:0px;font-size:14px;text-align:left;text-align-last:left;color:#767676;display:block; }
 }@media only screen and (max-width: 763px) { #csNLNIENgwv1fmaeB54fvCg1o9WHsaq4 { width:301px;height:151px;top:447px;left:0px;font-size:20px;color:#1c1c1c;display:block; }#csNLNIENgwv1fmaeB54fvCg1o9WHsaq4 li:before{  }
 }@media only screen and (max-width: 763px) { #xSDFJT5oQm9kkcsHcgl34475X6qkWbmx { width:320px;height:300px;top:389.6px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Efme7QZT2z3OO6L2m28aAUrUekQ0eQfx { width:320px;height:270px;top:143px;left:0px;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #NCsUfGfMOcsTSNDQbkSch797PDWZSgM7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191919;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NCsUfGfMOcsTSNDQbkSch797PDWZSgM7 > .row .container { background-color: transparent; background-image: none; }#NCsUfGfMOcsTSNDQbkSch797PDWZSgM7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCsUfGfMOcsTSNDQbkSch797PDWZSgM7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCsUfGfMOcsTSNDQbkSch797PDWZSgM7 > .row .container > .video-iframe-container { display: none; }#NCsUfGfMOcsTSNDQbkSch797PDWZSgM7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCsUfGfMOcsTSNDQbkSch797PDWZSgM7 > .row > .video-iframe-container { display: none; }#NCsUfGfMOcsTSNDQbkSch797PDWZSgM7 > .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); }#NCsUfGfMOcsTSNDQbkSch797PDWZSgM7 > .row .container { border-width: 0; border-radius: 0; }#NCsUfGfMOcsTSNDQbkSch797PDWZSgM7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NCsUfGfMOcsTSNDQbkSch797PDWZSgM7 > .row .container { width:320px;height:645px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCwHQQcFKXJN0FkdMDag2hTNP9MhNhoP { width:168px;height:78px;top:52px;left:-11px;display:block; }
 }@media only screen and (max-width: 763px) { #doQ44GSOlIPakhzH3CdaiOcOr40grdon { width:291px;height:108.008px;top:154.21667480469px;left:0px;font-size:12px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BWuTyy0rX4TthUtHfvBxDNiJEgXsLDcn { width:272px;height:20px;top:278px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #d0yNGtzIbydkDotI9WLDWIDWJTQy6UQI { width:257px;height:21.6016px;top:319.00012207031px;left:32px;font-size:12px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #danbCNg6SCsvz2KtLlX4UZ926dyB6BMx { display:flex;width:22px;height:22px;top:319.00012207031px;left:0px; }
 }@media only screen and (max-width: 763px) { #zhagTEgwW8xqTM0F8HDVNuGRhF0rIG0D { width:217px;height:64.8047px;top:361.00012207031px;left:31px;font-size:12px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wggF2QFSvQgwLw6DIbPRCnLTL4qEpuwK { display:flex;width:22px;height:22px;top:361.00012207031px;left:0px; }
 }@media only screen and (max-width: 763px) { #XoRGAODUJqbz6sdsKsy6x2W5oGE2WTzO { display:flex;width:34px;height:34px;top:73.999526977539px;left:286.00001525879px;font-size:23px; }
#XoRGAODUJqbz6sdsKsy6x2W5oGE2WTzO > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #sfLkPgEhAkXBxxbQu7pp8OE6nTFWKXAG { width:265px;height:60px;top:458.80001831055px;left:0px;font-size:20px;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wwJRTn5QbnqM1GrEtaxFpAhpe72S4lC8 { display:block; }
 }@media only screen and (max-width: 763px) { #x28cPyivPwAzvXkpWqxW7PipiyW48sLT { display:block; }#x28cPyivPwAzvXkpWqxW7PipiyW48sLT > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3vvTiUDPXCmMTMeoQSW90ThXLCgf5W1 { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#P3vvTiUDPXCmMTMeoQSW90ThXLCgf5W1 { border-width: 0; border-radius: 0; }#P3vvTiUDPXCmMTMeoQSW90ThXLCgf5W1 > .row .container { width:320px;height:55px;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbRhohl8gTzsk7ANL9eNZkDdU1alx8uQ { width:42px;height:42px;top:0px;left:278px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #harUUMVrQAgTxhgJT0MdKmXWswTSgaq2 { display:block; }
 }@media only screen and (max-width: 763px) { #Gyfd849zEd9iy8rETV9rTNG2iuErgBPQ { width:42px;height:42px;top:0px;left:278px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #uh7fTvzxLQG4yNDw1IQhmvo9Teact7n5 { display:block; }
 }