.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSAphbHVQ7nFQAnxgpkoQEquKt7fxIcV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020d19;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; }#cSAphbHVQ7nFQAnxgpkoQEquKt7fxIcV > .row .container { background-color: transparent; background-image: none; }#cSAphbHVQ7nFQAnxgpkoQEquKt7fxIcV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSAphbHVQ7nFQAnxgpkoQEquKt7fxIcV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSAphbHVQ7nFQAnxgpkoQEquKt7fxIcV > .row .container > .video-iframe-container { display: none; }#cSAphbHVQ7nFQAnxgpkoQEquKt7fxIcV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSAphbHVQ7nFQAnxgpkoQEquKt7fxIcV > .row > .video-iframe-container { display: none; }#cSAphbHVQ7nFQAnxgpkoQEquKt7fxIcV > .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); }#cSAphbHVQ7nFQAnxgpkoQEquKt7fxIcV > .row .container { border-width: 0; border-radius: 0; }#cSAphbHVQ7nFQAnxgpkoQEquKt7fxIcV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cSAphbHVQ7nFQAnxgpkoQEquKt7fxIcV > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#mg7iOawRH0nrEAIePDrLMxuIOQlw2Zwh { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:nexa;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6380209922791rem;left:1.1875rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.5025rem;padding-right:0.45125rem;padding-bottom:0.5025rem;padding-left:0.45125rem;display:block;align-items:center;width:2.708125rem;min-width:2.708125rem;height:2.69875rem;position:relative;font-family:nexa;font-size:2.00875rem;font-weight:700;line-height:43.18px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.610625rem;height:1.066875rem;position:relative;font-family:fabrikat;font-size:0.753125rem;font-weight:400;line-height:17.07px;text-align:center;text-align-last:center;text-transform:none;top:-14%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.4375rem;height:5.084375rem;padding-top:0.2225rem;padding-right:0.225625rem;padding-bottom:0.2225rem;padding-left:0.225625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.42084860801697rem;left:56.110422134399rem;z-index:15001; }
#KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #sMdhQ0FJXykzuLgIMUX3oUWbp3CTmF5P { display:flex;position:relative;top:0rem;left:0rem; }
#KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #ETtP8er0tNx8sodHvIWxwtCOplS0F2Pp { width:auto; }
#KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #xKdxJzv2ooL9ogETnz9iQvzBZvAF1sHC {  }
#KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #xDPMf6igA2kbkg0BHgheDvKoLAZRlgRu { display:flex;position:relative;top:0rem;left:0rem; }
#KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #PJArsk1ti64W7ADKAp0Wkc2dozEwMDuM {  }
#KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #bM906JmNChKiSRo8JTnxeVFxTOa2HQws {  }
#KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #tVMbQTLkNKF78oHNIDO96X03HIBsIWFx { display:flex;position:relative;top:0rem;left:0rem; }
#KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #eNCdNfAuUZ9xU7ywZuGEnnVBWofJyRyu {  }
#KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #UmoqOCT7e0pVFWAtCdMgLwbQAn1wd69v {  }
#KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #ZOdWCD6dulsWzXv4VOJtts2SHK3pJb5L { display:flex;position:relative;top:0rem;left:0rem; }
#KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #AtqMhr8qimZrpdRRsNA1Qtn3eNzmkRPg {  }
#KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #ND4xqAKRO86TlGEOsad7qG2iVJM2KTwZ {  }
#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/49d00f3b-559b-4f36-bdb5-0ede3e1fba53/bbbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.adaptive-delivery-prevent-bg, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyload, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyloading { background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,13,29,0.44); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,13,29,0.44); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::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; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { font-size:0.875rem;font-family:arial;height:67.875rem;width:75rem;position:relative;display:block; }#w2EBxoN8WWPce3VVbHcQNmZdqG9EBsfI { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:exo;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:15.793402671814rem;left:2.6206607818604rem;height:1.94921875rem;font-style:normal;display:block; }
#au3pURFe8IZxxFawq4TUuEtbqbtpTGc6 { position:absolute;display:block;z-index:15007;background-color:#02a3ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:0.1875rem;top:15.625rem;left:1.9375rem;display:block; }
#vOSdKrbesdZOlPc3lflV2fqRWsWJiOhC { position:absolute;display:block;z-index:15011;background-color:rgba(3,17,33,0.68);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:35.1875rem;width:26.125rem;top:18.25rem;left:48.875rem;display:block; }
#nJBqoUsfzWPnInMsz1kO80mG4XmHCoEF { position:absolute;display:block;z-index:15032;height:16.8125rem;width:21.875rem;top:24.875rem;left:51.125rem;display:block; }
#XWbSVlS3qxZOuUAvOdC8Licsqayfw9BM { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:63.105037689206rem;left:49.375rem;height:1.125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#dKnXK4a1dD5Mni6T8qzJRMi6JNTHZTAa { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #02a3ad, #02a3ad);background-image: -moz-linear-gradient(180deg, #02a3ad, #02a3ad);background-image: -ms-linear-gradient(180deg, #02a3ad, #02a3ad);background-image: -o-linear-gradient(180deg, #02a3ad, #02a3ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a3ad', endColorstr='#02a3ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a3ad', endColorstr='#02a3ad' );";background-image: linear-gradient(180deg, #02a3ad, #02a3ad);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.625rem;width:26.0625rem;top:15.8125rem;left:48.9375rem;display:block; }
#lhPeuaah38Wvapb7v68NPXfpa8z4EWss { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:exo;font-size:1.5625rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:17.75rem;left:53.6875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K6lDpPoHS5sSoU5m55okB0CeZQWHmQKh { z-index:15006;top:61.3544921875rem;left:19.1875rem;background-color:#075e54;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.52);border-left:0.0625rem solid rgba(255,255,255,0.52);border-right:0.0625rem solid rgba(255,255,255,0.52);border-bottom:0.0625rem solid rgba(255,255,255,0.52);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:2.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#unhFPGoo8g8t4hofZq6Is6umaz4KrpD3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wbJ2151Z5K4sBaQwFpHobhiTzqfATm4m { z-index:15007;top:61.4375rem;left:1.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #04ced9, #04ced9);background-image: -moz-linear-gradient(180deg, #04ced9, #04ced9);background-image: -ms-linear-gradient(180deg, #04ced9, #04ced9);background-image: -o-linear-gradient(180deg, #04ced9, #04ced9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#04ced9', endColorstr='#04ced9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#04ced9', endColorstr='#04ced9' );";background-image: linear-gradient(180deg, #04ced9, #04ced9);background-size:auto !important;border-top:0.0625rem solid rgba(255,255,255,0.52);border-left:0.0625rem solid rgba(255,255,255,0.52);border-right:0.0625rem solid rgba(255,255,255,0.52);border-bottom:0.0625rem solid rgba(255,255,255,0.52);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#geUrGTV19OovE1WruFZWG7MvpnIKiF3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DBHFdcBCTKr2xtDlbpF2u07yMm389FgZ { color:#ffffff;display:block;width:28.1875rem;position:absolute;font-family:exo;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.1748046875rem;left:1.9375rem;height:8.53125rem;font-style:normal;display:block; }
#H32QqSPak7cTr7AyfKpIRy80DOogCBUE { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:exo;font-size:1.6875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:51.062501907349rem;left:6.25rem;height:2.193575rem;font-style:normal;display:block; }
#DOWExgvOqySzkdNz5q7QcopCQJcp6Pis { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:50.625001907349rem;left:1.9375rem; }
#PX8EO3g6oLwgPlrKT2aTq6UA8t4M7Gwv { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:exo;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:38.320316314698rem;left:6.25rem;height:3.67480625rem;font-style:normal;display:block; }
#v36gKpX67kQf0VCVSxikbsUH3VsHlDFG { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:24.3125rem;top:20.75rem;left:24.625rem;overflow:hidden;display:block; }
#zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:exo;font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:27.7060546875rem;left:1.9375rem;height:2.5996125rem;font-style:normal;display:block; }
#aJRTxGxhRPLwuACPX86hadHrwppqkPWB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:17.25rem;top:2.1083984375rem;left:1.9375rem;overflow:hidden;display:block; }
#SzRJbu0aVakHNHlitdrVsT7ilwMXX3eZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:38.595489501953rem;left:1.9331607818604rem; }
#ETZMTmED4Ml3PKPwaNQ8AHtsMbOt8GiU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:44.375001907349rem;left:2.3125rem; }
#Oh4S5E6OtsVquzC2wnaE0Qk9DKIry0Tb { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:exo;font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:44.125000953674rem;left:6.625rem;height:3.67480625rem;font-style:normal;display:block; }
#ohpOXIv2XXAbJ8RIRDztxSin3vUVngQM { position:absolute;display:block;z-index:15041;background-color:#02a3ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:11.9375rem;top:42.840278625488rem;left:1.9331607818604rem;display:block; }
#x7mEzb3TvgTByVxJSFVPLNhGb0IIZMcp { position:absolute;display:block;z-index:15042;background-color:#02a3ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:11.9375rem;top:48.652778625488rem;left:1.9331607818604rem;display:block; }
#nqwkkrToqCst4gSPytNBmFRV1MTzPhoh { position:absolute;display:block;z-index:15043;background-color:#02a3ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:25rem;top:48.367186546326rem;left:22.243057250976rem;display:block; }
#lr8357Fqhcwb42lfIWFni6fnN1W5W03I { color:#02a3ad;display:block;width:5.3125rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:51.9375rem;left:22.5625rem;height:1.01171875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#GBzZH79Daq0nMgrqODahAnEN9cnnOSMI { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:exo;font-size:1.9375rem;font-weight:700;z-index:15009;line-height:.9;letter-spacing:0;top:51.2880859375rem;left:29.4375rem;height:1.7431625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Bw5mkk1sIJwg1JTvbaUTnMBWIcIuZWEZ { color:#96e500;display:block;width:16.9375rem;position:absolute;font-family:exo;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:9.23046875rem;left:2.6201171875rem;height:1.94921875rem;font-style:normal;display:block; }
#EpTsCFQIdRNBwxNV1wyxVHKy6Opfe1A1 { color:#ffffff;display:block;width:24.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:31.0810546875rem;left:1.9375rem;height:5.19921875rem;font-style:normal;display:block; }
#KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f0d1d;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; }#KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4 > .row .container { background-color: transparent; background-image: none; }#KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4 > .row .container > .video-iframe-container { display: none; }#KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4 > .row > .video-iframe-container { display: none; }#KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4 > .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); }#KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4 > .row .container { border-width: 0; border-radius: 0; }#KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4 > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#qc0Di2oIULy2sx8Vtqs5OIyP8mze4eB7 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:exo;font-size:2rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:8.8125rem;left:2.875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XsMaxLGy5gcR4EEPGHdT6k9RvKbHZnnq { color:#02a3ad;display:block;width:6.25rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:400;z-index:15005;line-height:.9;letter-spacing:0;top:7.1875rem;left:2.875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D49qg40CqNKlRNzO3kX0FIco0HaKaiTF { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:12.1103515625rem;left:2.875rem;height:8.9238125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U9VOioZFPbtPnArBvURonU2nKMizOvCD { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.25rem;width:37rem;top:2.8125rem;left:0rem;display:block; }
#xZZGS6dozf6sJVJSCC1UFdBTkGCtoLNc { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:31.5rem;top:4.5rem;left:43.5rem;overflow:hidden;display:block; }
#T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/49670d7d-6726-4d66-ba70-8c5b1a0a51f6/cdnlugc.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku.adaptive-delivery-prevent-bg, #T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku.lazyload, #T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku.lazyloading { background-image: none; }#T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku > .row .container { background-color: transparent; background-image: none; }#T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.81); }#T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku > .row .container > .video-iframe-container { display: none; }#T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.81); }#T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku > .row > .video-iframe-container { display: none; }#T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku > .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); }#T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku > .row .container { border-width: 0; border-radius: 0; }#T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku::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; }#T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:block; }#Rc8yRC1tTeTQGaWIZSb1pVTZJVzrpN9M { color:#000000;display:block;width:34.375rem;position:absolute;font-family:exo;font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:9.75rem;left:2.75rem;height:1.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yyHrkqiszXNE0Z2G0RblKfUlUJpXb6au { color:#04ced9;display:block;width:32.121875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:400;z-index:15005;line-height:.9;letter-spacing:0;top:8rem;left:2.75rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PtAbFOEJXRDzefbcwRNgO0PZZ8ClTDVQ { color:#202020;display:block;width:45.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:13.125rem;left:2.875rem;height:11.541rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#PtAbFOEJXRDzefbcwRNgO0PZZ8ClTDVQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PtAbFOEJXRDzefbcwRNgO0PZZ8ClTDVQ li:before{  }
#O5M1IZJRAvJNM9zAaZ7oOkTc4KgNQ2bH { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.125rem;width:23.3125rem;top:3.03125rem;left:51.6875rem;overflow:hidden;display:block; }
#RQ6hbv2JIrGa5c1Wcc4Ald3NwNpRTSLT { z-index:15009;top:28.3125rem;left:2.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #04ced9, #04ced9);background-image: -moz-linear-gradient(180deg, #04ced9, #04ced9);background-image: -ms-linear-gradient(180deg, #04ced9, #04ced9);background-image: -o-linear-gradient(180deg, #04ced9, #04ced9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#04ced9', endColorstr='#04ced9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#04ced9', endColorstr='#04ced9' );";background-image: linear-gradient(180deg, #04ced9, #04ced9);background-size:auto !important;border-top:0.0625rem solid rgba(255,255,255,0.52);border-left:0.0625rem solid rgba(255,255,255,0.52);border-right:0.0625rem solid rgba(255,255,255,0.52);border-bottom:0.0625rem solid rgba(255,255,255,0.52);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ymMMwfEi2TDUTMQJUDhwB4zcPQ7zgHVt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#moigiXNiN5iz4yTBJHNVmnpgOKKGVgFt { z-index:15008;top:28.25rem;left:20.4375rem;background-color:#075e54;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.52);border-left:0.0625rem solid rgba(255,255,255,0.52);border-right:0.0625rem solid rgba(255,255,255,0.52);border-bottom:0.0625rem solid rgba(255,255,255,0.52);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:2.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WHhSaIyQE2lsMPBCGDzVeJGvl2meWkHW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6d79638c-f799-4869-b2b0-09ad701e6a11/cdnlugc.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV.adaptive-delivery-prevent-bg, #JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV.lazyload, #JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV.lazyloading { background-image: none; }#JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV > .row .container { background-color: transparent; background-image: none; }#JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,13,29,0.91); }#JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV > .row .container > .video-iframe-container { display: none; }#JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,13,29,0.91); }#JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV > .row > .video-iframe-container { display: none; }#JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV > .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); }#JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV > .row .container { border-width: 0; border-radius: 0; }#JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV::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; }#JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#bT57J8oIG7e2diKoecKQBwbbySUKJr0Q { color:#ffffff;display:block;width:55.25rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:400;z-index:15008;line-height:.9;letter-spacing:0;top:11.0625rem;left:4.9375rem;height:8.5rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#bT57J8oIG7e2diKoecKQBwbbySUKJr0Q li:not(:first-child){ padding-top:2rem;padding-right:0;padding-bottom:0;padding-left:0; }#bT57J8oIG7e2diKoecKQBwbbySUKJr0Q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8c3fa2e4-93c9-4056-9a4b-b12d1b898ec8/logo.png); }
#CEL1CBKwiU7MISoZR71ZpT7GmJaZg8Tr { position:absolute;display:block;z-index:15005;background-color:#04ced9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:0.125rem;top:10.5625rem;left:3.5rem;display:block; }
#buFxFKz9J0Bfh7cWxBcV13nGRGbyf9W7 { color:#ffffff;display:block;width:28.1875rem;position:absolute;font-family:exo;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.8125rem;left:4.9375rem;height:2.84375rem;font-style:normal;display:block; }
#v3RfHGlcLWx1CnA0cW56ExPxLZilaZTg { border-top:0.3125rem solid #4ebec4;border-left:0;border-right:0;border-bottom:0;background-color:#0f0d1d;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; }#v3RfHGlcLWx1CnA0cW56ExPxLZilaZTg > .row .container { background-color: transparent; background-image: none; }#v3RfHGlcLWx1CnA0cW56ExPxLZilaZTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3RfHGlcLWx1CnA0cW56ExPxLZilaZTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3RfHGlcLWx1CnA0cW56ExPxLZilaZTg > .row .container > .video-iframe-container { display: none; }#v3RfHGlcLWx1CnA0cW56ExPxLZilaZTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3RfHGlcLWx1CnA0cW56ExPxLZilaZTg > .row > .video-iframe-container { display: none; }#v3RfHGlcLWx1CnA0cW56ExPxLZilaZTg > .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); }#v3RfHGlcLWx1CnA0cW56ExPxLZilaZTg > .row .container { border-width: 0; border-radius: 0; }#v3RfHGlcLWx1CnA0cW56ExPxLZilaZTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v3RfHGlcLWx1CnA0cW56ExPxLZilaZTg > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;position:relative;display:block; }#TkuNsbBzfXmNwB6C4EASzckHR97POLTw { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.82421875rem;left:59.25rem;height:2.5996125rem;display:block; }
#MkhP1xWaC1VeHFW1rBUxadB4LIWyNCfx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:12.0625rem;top:3.8125rem;left:9.0546875rem;overflow:hidden;display:block; }
#FhlHWOCH4BLHhbTCGk8wzoGZD0h2p3lm { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:4.625rem;top:3.8125rem;left:2.5rem;overflow:hidden;display:block; }
#PTwJ26wJNBTwCOpCpRwKNBmagJrbvPc2 { color:#ffffff;display:block;width:44.625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:300;z-index:15002;line-height:.8;letter-spacing:0;top:8.6875rem;left:2.5rem;height:0.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cSAphbHVQ7nFQAnxgpkoQEquKt7fxIcV { display:block; }#cSAphbHVQ7nFQAnxgpkoQEquKt7fxIcV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mg7iOawRH0nrEAIePDrLMxuIOQlw2Zwh { top:2.625rem;left:0rem;width:30.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL { display:flex;width:18rem;height:5.0625rem;top:0rem;left:25.8125rem; }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #sMdhQ0FJXykzuLgIMUX3oUWbp3CTmF5P { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #ETtP8er0tNx8sodHvIWxwtCOplS0F2Pp {  }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #xKdxJzv2ooL9ogETnz9iQvzBZvAF1sHC {  }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #xDPMf6igA2kbkg0BHgheDvKoLAZRlgRu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #PJArsk1ti64W7ADKAp0Wkc2dozEwMDuM {  }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #bM906JmNChKiSRo8JTnxeVFxTOa2HQws {  }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #tVMbQTLkNKF78oHNIDO96X03HIBsIWFx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #eNCdNfAuUZ9xU7ywZuGEnnVBWofJyRyu {  }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #UmoqOCT7e0pVFWAtCdMgLwbQAn1wd69v {  }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #ZOdWCD6dulsWzXv4VOJtts2SHK3pJb5L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #AtqMhr8qimZrpdRRsNA1Qtn3eNzmkRPg {  }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #ND4xqAKRO86TlGEOsad7qG2iVJM2KTwZ {  }
 }@media only screen and (max-width: 763px) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2EBxoN8WWPce3VVbHcQNmZdqG9EBsfI { top:15.75rem;left:0rem;width:3.75rem;height:1.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #au3pURFe8IZxxFawq4TUuEtbqbtpTGc6 { top:15.625rem;left:0rem;width:0.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOSdKrbesdZOlPc3lflV2fqRWsWJiOhC { width:26.125rem;height:35.1875rem;top:18.25rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJBqoUsfzWPnInMsz1kO80mG4XmHCoEF { top:24.875rem;left:25.875rem;width:21.875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWbSVlS3qxZOuUAvOdC8Licsqayfw9BM { top:63.0625rem;left:25.5rem;width:22.25rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKnXK4a1dD5Mni6T8qzJRMi6JNTHZTAa { width:26.0625rem;height:6.625rem;top:15.8125rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhPeuaah38Wvapb7v68NPXfpa8z4EWss { top:17.75rem;left:31rem;width:16.75rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6lDpPoHS5sSoU5m55okB0CeZQWHmQKh { top:61.3125rem;left:5.5625rem;width:16.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unhFPGoo8g8t4hofZq6Is6umaz4KrpD3 { display:block; }
 }@media only screen and (max-width: 763px) { #wbJ2151Z5K4sBaQwFpHobhiTzqfATm4m { top:61.4375rem;left:0rem;width:16.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geUrGTV19OovE1WruFZWG7MvpnIKiF3T { display:block; }
 }@media only screen and (max-width: 763px) { #DBHFdcBCTKr2xtDlbpF2u07yMm389FgZ { top:19.125rem;left:0rem;width:28.1875rem;height:8.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H32QqSPak7cTr7AyfKpIRy80DOogCBUE { top:51.0625rem;left:0rem;width:8.125rem;height:2.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOWExgvOqySzkdNz5q7QcopCQJcp6Pis { top:50.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX8EO3g6oLwgPlrKT2aTq6UA8t4M7Gwv { top:38.3125rem;left:0rem;width:26.5rem;height:3.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v36gKpX67kQf0VCVSxikbsUH3VsHlDFG { top:20.75rem;left:11rem;width:24.3125rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { top:27.6875rem;left:0rem;width:16.5rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJRTxGxhRPLwuACPX86hadHrwppqkPWB { top:2.0625rem;left:0rem;width:17.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzRJbu0aVakHNHlitdrVsT7ilwMXX3eZ { top:38.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETZMTmED4Ml3PKPwaNQ8AHtsMbOt8GiU { top:44.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh4S5E6OtsVquzC2wnaE0Qk9DKIry0Tb { top:44.125rem;left:0rem;width:26.5rem;height:3.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohpOXIv2XXAbJ8RIRDztxSin3vUVngQM { top:42.8125rem;left:0rem;width:11.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7mEzb3TvgTByVxJSFVPLNhGb0IIZMcp { top:48.625rem;left:0rem;width:11.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqwkkrToqCst4gSPytNBmFRV1MTzPhoh { top:48.3125rem;left:8.6180572509762rem;width:25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr8357Fqhcwb42lfIWFni6fnN1W5W03I { top:51.9375rem;left:8.9375rem;width:5.3125rem;height:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBzZH79Daq0nMgrqODahAnEN9cnnOSMI { top:51.25rem;left:15.8125rem;width:19.5rem;height:1.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw5mkk1sIJwg1JTvbaUTnMBWIcIuZWEZ { top:9.1875rem;left:0rem;width:16.9375rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpTsCFQIdRNBwxNV1wyxVHKy6Opfe1A1 { top:31.0625rem;left:0rem;width:24.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4 { display:block; }#KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qc0Di2oIULy2sx8Vtqs5OIyP8mze4eB7 { top:8.8125rem;left:0rem;width:16.25rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsMaxLGy5gcR4EEPGHdT6k9RvKbHZnnq { top:7.1875rem;left:0rem;width:6.25rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D49qg40CqNKlRNzO3kX0FIco0HaKaiTF { top:12.0625rem;left:0rem;width:32.5625rem;height:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9VOioZFPbtPnArBvURonU2nKMizOvCD { top:2.8125rem;left:0rem;width:37rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZZGS6dozf6sJVJSCC1UFdBTkGCtoLNc { top:4.5rem;left:16.25rem;width:31.5rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku { display:block; }#T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rc8yRC1tTeTQGaWIZSb1pVTZJVzrpN9M { top:9.75rem;left:0rem;width:34.375rem;height:1.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyHrkqiszXNE0Z2G0RblKfUlUJpXb6au { top:8rem;left:0rem;width:32.0625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtAbFOEJXRDzefbcwRNgO0PZZ8ClTDVQ { top:13.125rem;left:0rem;width:45.875rem;height:11.5rem;font-size:0.8125rem;display:block; }#PtAbFOEJXRDzefbcwRNgO0PZZ8ClTDVQ li:before{  }
 }@media only screen and (max-width: 763px) { #O5M1IZJRAvJNM9zAaZ7oOkTc4KgNQ2bH { top:3rem;left:24.4375rem;width:23.3125rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ6hbv2JIrGa5c1Wcc4Ald3NwNpRTSLT { top:28.3125rem;left:0rem;width:16.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymMMwfEi2TDUTMQJUDhwB4zcPQ7zgHVt { display:block; }
 }@media only screen and (max-width: 763px) { #moigiXNiN5iz4yTBJHNVmnpgOKKGVgFt { top:28.25rem;left:6.8125rem;width:16.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHhSaIyQE2lsMPBCGDzVeJGvl2meWkHW { display:block; }
 }@media only screen and (max-width: 763px) { #JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV { display:block; }#JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bT57J8oIG7e2diKoecKQBwbbySUKJr0Q { top:11.0625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#bT57J8oIG7e2diKoecKQBwbbySUKJr0Q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8c3fa2e4-93c9-4056-9a4b-b12d1b898ec8/logo.png); }
 }@media only screen and (max-width: 763px) { #CEL1CBKwiU7MISoZR71ZpT7GmJaZg8Tr { top:10.5625rem;left:0rem;width:0.125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buFxFKz9J0Bfh7cWxBcV13nGRGbyf9W7 { top:5.8125rem;left:0rem;width:28.1875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3RfHGlcLWx1CnA0cW56ExPxLZilaZTg { display:block; }#v3RfHGlcLWx1CnA0cW56ExPxLZilaZTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkuNsbBzfXmNwB6C4EASzckHR97POLTw { top:6.8125rem;left:32rem;width:15.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkhP1xWaC1VeHFW1rBUxadB4LIWyNCfx { top:3.8125rem;left:0rem;width:12.0625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhlHWOCH4BLHhbTCGk8wzoGZD0h2p3lm { top:3.8125rem;left:0rem;width:4.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTwJ26wJNBTwCOpCpRwKNBmagJrbvPc2 { top:8.6875rem;left:0rem;width:44.625rem;height:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cSAphbHVQ7nFQAnxgpkoQEquKt7fxIcV { display:block; }#cSAphbHVQ7nFQAnxgpkoQEquKt7fxIcV > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mg7iOawRH0nrEAIePDrLMxuIOQlw2Zwh { width:20rem;height:1.29980625rem;top:1.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL { display:flex;width:18rem;height:5.0625rem;top:2.4375rem;left:0.75000005960463rem; }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #sMdhQ0FJXykzuLgIMUX3oUWbp3CTmF5P { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #ETtP8er0tNx8sodHvIWxwtCOplS0F2Pp {  }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #xKdxJzv2ooL9ogETnz9iQvzBZvAF1sHC {  }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #xDPMf6igA2kbkg0BHgheDvKoLAZRlgRu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #PJArsk1ti64W7ADKAp0Wkc2dozEwMDuM {  }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #bM906JmNChKiSRo8JTnxeVFxTOa2HQws {  }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #tVMbQTLkNKF78oHNIDO96X03HIBsIWFx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #eNCdNfAuUZ9xU7ywZuGEnnVBWofJyRyu {  }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #UmoqOCT7e0pVFWAtCdMgLwbQAn1wd69v {  }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #ZOdWCD6dulsWzXv4VOJtts2SHK3pJb5L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #AtqMhr8qimZrpdRRsNA1Qtn3eNzmkRPg {  }
 }@media only screen and (max-width: 763px) { #KkdRTRXAxoehyHHCS9Xb4tJpltpwndhL #ND4xqAKRO86TlGEOsad7qG2iVJM2KTwZ {  }
 }@media only screen and (max-width: 763px) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { background-color:rgba(0,9,23,0.17);background-image:url("https://images.assets-landingi.com/uc/c3268d9e-f373-49d3-9cbb-e56d9e3b6196/bg.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.adaptive-delivery-prevent-bg, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyload, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyloading { background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:20rem;height:143.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2EBxoN8WWPce3VVbHcQNmZdqG9EBsfI { width:20rem;height:2.0244125rem;top:6.400390625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#ebebeb;display:block; }
 }@media only screen and (max-width: 763px) { #au3pURFe8IZxxFawq4TUuEtbqbtpTGc6 { width:5.5rem;height:0.5625rem;top:8.923828125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOSdKrbesdZOlPc3lflV2fqRWsWJiOhC { width:20rem;height:32.3125rem;top:93.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJBqoUsfzWPnInMsz1kO80mG4XmHCoEF { width:18.125rem;height:16.8125rem;top:94.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWbSVlS3qxZOuUAvOdC8Licsqayfw9BM { width:20rem;height:3.25rem;top:128.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dKnXK4a1dD5Mni6T8qzJRMi6JNTHZTAa { width:20rem;height:6rem;top:87.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhPeuaah38Wvapb7v68NPXfpa8z4EWss { width:16.75rem;height:3.75rem;top:88.4375rem;left:1.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K6lDpPoHS5sSoU5m55okB0CeZQWHmQKh { top:137.5625rem;left:1.625rem;width:16.7636875rem;height:2.625rem;background-color:#96e500;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #unhFPGoo8g8t4hofZq6Is6umaz4KrpD3 { display:block; }
 }@media only screen and (max-width: 763px) { #wbJ2151Z5K4sBaQwFpHobhiTzqfATm4m { top:133.875rem;left:1.6875rem;width:16.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #geUrGTV19OovE1WruFZWG7MvpnIKiF3T { display:block; }
 }@media only screen and (max-width: 763px) { #DBHFdcBCTKr2xtDlbpF2u07yMm389FgZ { width:20rem;height:7.066375rem;top:13.5rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H32QqSPak7cTr7AyfKpIRy80DOogCBUE { width:7.4375rem;height:2.11230625rem;top:80.75rem;left:7.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOWExgvOqySzkdNz5q7QcopCQJcp6Pis { display:flex;width:2.3125rem;height:2.3125rem;top:80.5rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #PX8EO3g6oLwgPlrKT2aTq6UA8t4M7Gwv { width:7.8125rem;height:4.375rem;top:71.0625rem;left:7.125rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v36gKpX67kQf0VCVSxikbsUH3VsHlDFG { width:17.8125rem;height:20.5rem;top:34.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { width:20rem;height:1.787325rem;top:23.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aJRTxGxhRPLwuACPX86hadHrwppqkPWB { width:12.4375rem;height:3.8125rem;top:1.6826171875rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzRJbu0aVakHNHlitdrVsT7ilwMXX3eZ { display:flex;width:3.125rem;height:3.125rem;top:71.6875rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #ETZMTmED4Ml3PKPwaNQ8AHtsMbOt8GiU { display:flex;width:3.125rem;height:3.125rem;top:76.0625rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #Oh4S5E6OtsVquzC2wnaE0Qk9DKIry0Tb { width:8.625rem;height:4.375rem;top:75.4375rem;left:6.75rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ohpOXIv2XXAbJ8RIRDztxSin3vUVngQM { width:11.9375rem;height:0.3125rem;top:21.9375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7mEzb3TvgTByVxJSFVPLNhGb0IIZMcp { width:11.9375rem;height:0.3125rem;top:69.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqwkkrToqCst4gSPytNBmFRV1MTzPhoh { width:17.1875rem;height:0.4375rem;top:55rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr8357Fqhcwb42lfIWFni6fnN1W5W03I { width:5.3125rem;height:1.4619125rem;top:58.125rem;left:7.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GBzZH79Daq0nMgrqODahAnEN9cnnOSMI { width:15.875rem;height:5.19921875rem;top:60.75rem;left:2.0625rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Bw5mkk1sIJwg1JTvbaUTnMBWIcIuZWEZ { width:14.75rem;height:1.19965rem;top:10.9375rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EpTsCFQIdRNBwxNV1wyxVHKy6Opfe1A1 { width:20rem;height:6.499rem;top:27.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4 { background-color:#00114a;background-image:url("https://images.assets-landingi.com/uc/35c02684-a053-4bce-b2d4-aca23a01564b/textura3.jpg");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;display:block; }#KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4.adaptive-delivery-prevent-bg, #KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4.lazyload, #KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4.lazyloading { background-image: none; }#KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4 > .row .container { background-color: transparent; background-image: none; }#KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4 > .row .container > .video-iframe-container { display: none; }#KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4 > .row > .video-iframe-container { display: none; }#KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4 > .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); }#KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4 > .row .container { border-width: 0; border-radius: 0; }#KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPsiQe3uNlEEt0CJAXxnoIiVNwOFPdP4 > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qc0Di2oIULy2sx8Vtqs5OIyP8mze4eB7 { width:20rem;height:1.75rem;top:5.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XsMaxLGy5gcR4EEPGHdT6k9RvKbHZnnq { width:20rem;height:1.01171875rem;top:3.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#02a3ad;display:block; }
 }@media only screen and (max-width: 763px) { #D49qg40CqNKlRNzO3kX0FIco0HaKaiTF { width:17rem;height:15.1894375rem;top:7.875rem;left:1.5rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #U9VOioZFPbtPnArBvURonU2nKMizOvCD { width:20rem;height:23.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZZGS6dozf6sJVJSCC1UFdBTkGCtoLNc { width:14.3125rem;height:10.0625rem;top:29.25rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku { background-color:#111133;background-image:url("https://images.assets-landingi.com/uc/35c02684-a053-4bce-b2d4-aca23a01564b/textura3.jpg");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;display:block; }#T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku.adaptive-delivery-prevent-bg, #T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku.lazyload, #T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku.lazyloading { background-image: none; }#T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku > .row .container { background-color: transparent; background-image: none; }#T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku > .row .container > .video-iframe-container { display: none; }#T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku > .row > .video-iframe-container { display: none; }#T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku > .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); }#T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku > .row .container { border-width: 0; border-radius: 0; }#T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4lFxp6r8X8t0aftSEhyUDaGhTuT9wku > .row .container { width:20rem;height:66.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rc8yRC1tTeTQGaWIZSb1pVTZJVzrpN9M { width:15.375rem;height:5.25rem;top:6.875rem;left:2.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#0b193c;display:block; }
 }@media only screen and (max-width: 763px) { #yyHrkqiszXNE0Z2G0RblKfUlUJpXb6au { width:20rem;height:1.01171875rem;top:4.7500004768372rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#0b193c;display:block; }
 }@media only screen and (max-width: 763px) { #PtAbFOEJXRDzefbcwRNgO0PZZ8ClTDVQ { width:20rem;height:18.4453125rem;top:37.5625rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;color:#0b193c;display:block; }#PtAbFOEJXRDzefbcwRNgO0PZZ8ClTDVQ li:before{  }
 }@media only screen and (max-width: 763px) { #O5M1IZJRAvJNM9zAaZ7oOkTc4KgNQ2bH { width:16.375rem;height:23.0625rem;top:13.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ6hbv2JIrGa5c1Wcc4Ald3NwNpRTSLT { top:57.2578125rem;left:1.625rem;width:16.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymMMwfEi2TDUTMQJUDhwB4zcPQ7zgHVt { display:block; }
 }@media only screen and (max-width: 763px) { #moigiXNiN5iz4yTBJHNVmnpgOKKGVgFt { top:61.2578125rem;left:1.625rem;width:16.75rem;height:2.625rem;background-color:#96e500;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WHhSaIyQE2lsMPBCGDzVeJGvl2meWkHW { display:block; }
 }@media only screen and (max-width: 763px) { #JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6d79638c-f799-4869-b2b0-09ad701e6a11/cdnlugc.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV.adaptive-delivery-prevent-bg, #JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV.lazyload, #JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV.lazyloading { background-image: none; }#JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV > .row .container { background-color: transparent; background-image: none; }#JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,25,60,0.84); }#JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV > .row .container > .video-iframe-container { display: none; }#JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,25,60,0.84); }#JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV > .row > .video-iframe-container { display: none; }#JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV > .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); }#JBxRgmrTvlNkuTFTGtMzOaCqE0apA6AV > .row .container { width:20rem;height:23.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bT57J8oIG7e2diKoecKQBwbbySUKJr0Q { width:20rem;height:10.26953125rem;top:9.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#bT57J8oIG7e2diKoecKQBwbbySUKJr0Q li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#bT57J8oIG7e2diKoecKQBwbbySUKJr0Q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8c3fa2e4-93c9-4056-9a4b-b12d1b898ec8/logo.png); }
 }@media only screen and (max-width: 763px) { #CEL1CBKwiU7MISoZR71ZpT7GmJaZg8Tr { width:14rem;height:0.125rem;top:8.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #buFxFKz9J0Bfh7cWxBcV13nGRGbyf9W7 { width:20rem;height:2.5996125rem;top:3.8310546875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v3RfHGlcLWx1CnA0cW56ExPxLZilaZTg { background-color:#020a27;background-image:none;display:block; }#v3RfHGlcLWx1CnA0cW56ExPxLZilaZTg > .row .container { background-color: transparent; background-image: none; }#v3RfHGlcLWx1CnA0cW56ExPxLZilaZTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3RfHGlcLWx1CnA0cW56ExPxLZilaZTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3RfHGlcLWx1CnA0cW56ExPxLZilaZTg > .row .container > .video-iframe-container { display: none; }#v3RfHGlcLWx1CnA0cW56ExPxLZilaZTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3RfHGlcLWx1CnA0cW56ExPxLZilaZTg > .row > .video-iframe-container { display: none; }#v3RfHGlcLWx1CnA0cW56ExPxLZilaZTg > .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); }#v3RfHGlcLWx1CnA0cW56ExPxLZilaZTg > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkuNsbBzfXmNwB6C4EASzckHR97POLTw { width:15.75rem;height:2.5996125rem;top:17.75rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MkhP1xWaC1VeHFW1rBUxadB4LIWyNCfx { width:12.0625rem;height:3.5625rem;top:6.537109375rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhlHWOCH4BLHhbTCGk8wzoGZD0h2p3lm { width:4.625rem;height:3.5625rem;top:1.912109375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTwJ26wJNBTwCOpCpRwKNBmagJrbvPc2 { width:20rem;height:4.2744125rem;top:11.787109375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }