.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:255,248,232;--color-primary-1:255,230,178;--color-primary-2:255,205,100;--color-primary-3:128,103,50;--color-primary-4:38,31,15;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),0.78);background-image:url("https://images.assets-landingi.com/uc/3e891efe-e7fa-441d-9c9b-1ad2d9967236/Grid10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f141b;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;z-index:auto;display:block; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container { background-color: transparent; background-image: none; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container > .video-iframe-container { display: none; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row > .video-iframe-container { display: none; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .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); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container { border-width: 0; border-radius: 0; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:block; }#I1ZfdPgKNu8haJrQNShmfkeK3O6Cm8US { 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;box-shadow: none;height:1.25rem;width:5.5rem;top:1.34375rem;left:0rem;overflow:hidden;display:block; }
#bIhcUqpxdTdzTc3ziNTvU4F3M73Tweqr { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:imessage;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.7685546875rem;left:20rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Zly9gICxdq6rr7E60gMREnHN3ownpk38 { background-color:#007bff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.28125rem;left:51rem;display:block; }
#TqH0vyZKAZb1JXipIn1aZMvtguWGkwPR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU .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; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#0f141b;padding-top:0.2525rem;padding-right:0.2325rem;padding-bottom:0.2525rem;padding-left:0.2325rem;display:block;align-items:center;width:1.393125rem;min-width:1.393125rem;height:1.355625rem;position:relative;font-family:roboto;font-size:1.009375rem;font-weight:700;line-height:21.69px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU .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.1575rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:1.856875rem;height:0;position:relative;font-family:roboto;font-size:0.37875rem;font-weight:400;line-height:8.57px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:11.4375rem;height:2.018125rem;padding-top:0.31625rem;padding-right:0.33125rem;padding-bottom:0.31625rem;padding-left:0.33125rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.173828125rem;left:37.53125rem;z-index:15003; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #OMyAa5AqUfMTNfbkqrL39Mz6txp3afLq { display:flex;position:relative;top:0rem;left:0rem; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #miCTZE7ZGoV4Cu7HTHDTrF6XQp17C2bg { width:auto; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #mqLryWeVT0IkDlJb6LhNhea57XzVPPQn {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #ZrmzMQlp7IMlll9eMV7v5Ja6dlXUpIsN { display:flex;position:relative;top:0rem;left:0rem; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #tpAR4qWcSIZCoyU5TacqsMoxhZ7C8awM {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #QuaMOPyCTISkPnworeBEV9MUf2FLZQU5 {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #sNLmSl7DT2MHVaHIRvdO6iD6QtMvIHrF { display:flex;position:relative;top:0rem;left:0rem; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #ldeQxKIos45CrGOqQOQ5CHxAX02v7A8C {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #WGnnPd0DsTu2s3sLDoqqfOo6TIDfqlCy {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #DKzvwi7x83StMZ6eResCCtIptPihi45z { display:flex;position:relative;top:0rem;left:0rem; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #O8TzHuaqEUTmVmFQpnemWT4QP0nN0K0s {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #Ls6whRCcsZBy1eckO3Cr12f7KJbCZtdk {  }
#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/97782095-7ce6-4a86-90e6-02bcf4852784/blackgrid6.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !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; }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy.adaptive-delivery-prevent-bg, #Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy.lazyload, #Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy.lazyloading { background-image: none; }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .row .container { background-color: transparent; background-image: none; }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,23,23,0.75); }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .row .container > .video-iframe-container { display: none; }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,23,23,0.75); }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .row > .video-iframe-container { display: none; }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .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); }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .row .container { border-width: 0; border-radius: 0; }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy::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; }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:60rem;position:relative;display:block; }#xoihMJmRdVSPu8U7aEmGe3DbOX9qautP { display:block;width:30.875rem;position:absolute;font-family:imessage;font-size:2.9375rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:10rem;left:1.5rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mhn6HZmd5pWksVbfmf5M2v1SdTUQ6irE { display:block;width:23.0625rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:18.375rem;left:1.5rem;height:3.25rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PaQMQg9voUWRrEsS3fIcwgxBKOMbO2JT { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:2rem;width:11rem;top:6.8125rem;left:1.5rem;overflow:hidden;display:block; }
#DvfLULBBQn6OT1sR80IgGhQ7G4PaFKA9 { background-color:#007bff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:imessage;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.75rem;left:1.125rem;display:block; }
#MucTx0xcq1zWTLJkO4cT1wTw441tBRaE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#It4Ip6bThZNIMKtIrudnMsKFgBbMf2Jo { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#ug5KX4Xq4f5a4KcpfkidPFPyFriZFKKI { display:block;width:23.0625rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:18.375rem;left:1.5rem;height:3.25rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171717;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; }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .row .container { background-color: transparent; background-image: none; }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .row .container > .video-iframe-container { display: none; }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .row > .video-iframe-container { display: none; }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .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); }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .row .container { border-width: 0; border-radius: 0; }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .row .container { font-size:0.875rem;font-family:arial;height:249.125rem;width:60rem;position:relative;display:block; }#Z6DiWgNrZdatTk73HAWCLZpBVRTSW9zX { display:block;width:49.125rem;position:absolute;font-family:imessage;font-size:2.9375rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:4.5625rem;left:5.4375rem;height:3.5249rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ruGZ5hIiwUvT1qNLhMX9PuSxJ7cTOFpl { display:block;width:49.0625rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.849609375rem;left:4.875rem;height:3.25rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dbLOmRrJEDTCD3zr31TcMUyPbqN6Qifs { display:block;width:23.9375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:23.5rem;left:4.8125rem;height:16.25rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aOT1OkMqC6atTAWh7uJH1TDLX56hP3kg { display:block;width:23.9375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:57.25rem;left:18.0625rem;height:1.625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wzCRbbcGJACmtJvSrRNIJbaVIZxS0nqP { display:block;width:23.1875rem;position:absolute;font-family:imessage;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:63.625rem;left:6.0625rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BtH5u2tWrcJ5eapd83TQpN7Lm5BMOoeE { display:block;width:23.9375rem;position:absolute;font-family:imessage;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:77.125rem;left:30.9375rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HZbXnypJI1X8UKrWmtIPOAkU4E6MyqAB { display:block;width:23.9375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:94.5rem;left:18rem;height:1.625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#v0a1bqrCpQIBUeJpcFdLbgoVz6KKCMeF { display:block;width:22.3125rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:101.375rem;left:5.4375rem;height:11.375rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#x6VPMPFZI1VSrEfAT25bc71zgflN2zdi { display:block;width:17.3125rem;position:absolute;font-family:imessage;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:113.8125rem;left:33.625rem;height:2.92480625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zylSSeePtXHTzvqlbGcWBJ1n7pXUpogN { display:block;width:25.25rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:140rem;left:5.4375rem;height:3.25rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VWrSS6ZdCUd6MHD0kJDeW6gIQ54HVrox { display:block;width:24.125rem;position:absolute;font-family:imessage;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:144.625rem;left:6.1875rem;height:1.7871125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }#VWrSS6ZdCUd6MHD0kJDeW6gIQ54HVrox li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VWrSS6ZdCUd6MHD0kJDeW6gIQ54HVrox li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_28abb25cb092cc22491155708d4f07461c4195fd.svg); }
#A7fcqXvW1NaBU7Kzq1me0NWoTd2T2BF4 { display:block;width:24.1875rem;position:absolute;font-family:imessage;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:147rem;left:6.1875rem;height:1.7871125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }#A7fcqXvW1NaBU7Kzq1me0NWoTd2T2BF4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A7fcqXvW1NaBU7Kzq1me0NWoTd2T2BF4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1d94952fbb28aa1f5768c893e00e669190faa347.svg); }
#MUATA8C4TOnb6a6nlf4viOTBbPLaDtqJ { display:block;width:23.5625rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:132.4375rem;left:18.0625rem;height:1.625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wSK0qhXyT7vJFWN6mpwNACNg8iqFycRi { display:block;width:41.6875rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:153.625rem;left:9.15625rem;height:8.125rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hVg3bKPJLdcQC4AJt8nRngd5HDIbADZE { display:block;width:42.75rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:180.875rem;left:8.625rem;height:3.25rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UGxNEX42JQTqqbkFtmi8PoNCeN4tZQ6v { display:block;width:41.4375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:213rem;left:9.3125rem;height:1.625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Lai5pIzHhsb1GnhiTfr3cuLzGe5Xz27e { display:block;width:40.25rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:231.8125rem;left:9.875rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aCBCNybGL8ssa0imuVvW9DDnG07aPrDP { display:block;width:8rem;position:absolute;font-family:imessage;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:235.1875rem;left:26rem;height:1.21875rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SS3GTuPfu9ObGH1bPBEvL8Ti4buXfenZ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:24rem;width:44rem;display:none; }
#kAzq5My8IWokiiUTpbhiK4N4IZZIASDS { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:24rem;width:44rem;display:none; }
#sIMucKhbbuC2y4oePVLK3giwRikfTWKm { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:40.75rem;display:none; }
#J2AUFcoZsZLDxkqUR24vyV8zNL5QW9HX { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:40.75rem;display:none; }
#xIFJDl1M27wovlRyTbxq1MxrmkkuyrmC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171717;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:none; }#xIFJDl1M27wovlRyTbxq1MxrmkkuyrmC > .row .container { border-width: 0; border-radius: 0; }#xIFJDl1M27wovlRyTbxq1MxrmkkuyrmC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xIFJDl1M27wovlRyTbxq1MxrmkkuyrmC > .row .container { font-size:0.875rem;font-family:arial;height:249.125rem;width:60rem;position:relative;display:none; }#LdI3RBbIV9ELBrkhe1wRadSrquPo9Olk { display:block;width:49.0625rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.849609375rem;left:4.875rem;height:3.25rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AUmrWJd0dGLUXh5eDtan9SL5Eu2UBP51 { display:block;width:23.9375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:23.5rem;left:4.8125rem;height:16.25rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RS33FaIATufNAE3q55mxU4uCiosRCCCS { display:block;width:23.9375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:57.25rem;left:18.0625rem;height:1.625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BtJXTQ1hTRwlN2pibKcFaM0z0i2Pxczd { display:block;width:23.1875rem;position:absolute;font-family:imessage;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:63.625rem;left:6.0625rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fSrJc5WcNTi5zTDP5mcl3sFdvOibuM2g { display:block;width:23.9375rem;position:absolute;font-family:imessage;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:77.125rem;left:30.9375rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tIXJxXMAoXhmh3DamZGSugLdd92OCJxy { display:block;width:23.9375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:94.5rem;left:18rem;height:1.625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sTPd11JUVlizUmPqVSDbC01iOgHJlNEk { display:block;width:22.3125rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:101.375rem;left:5.4375rem;height:11.375rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AxQ8TH6lW6lIbd3GBS7dqucw3FTm7ypn { display:block;width:17.3125rem;position:absolute;font-family:imessage;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:113.8125rem;left:33.625rem;height:2.92480625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VFdwPFKfrUENhZKMPcTMwvybUO3tqTwg { display:block;width:25.25rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:140rem;left:5.4375rem;height:3.25rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZgE8rH5bA6nWzrT1gg5MQzxIDivfZ8F7 { display:block;width:24.125rem;position:absolute;font-family:imessage;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:144.625rem;left:6.1875rem;height:1.7871125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZgE8rH5bA6nWzrT1gg5MQzxIDivfZ8F7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZgE8rH5bA6nWzrT1gg5MQzxIDivfZ8F7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_28abb25cb092cc22491155708d4f07461c4195fd.svg); }
#GT88dKzFtrJUvd0xuzb4mTndF8osxuH8 { display:block;width:24.1875rem;position:absolute;font-family:imessage;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:147rem;left:6.1875rem;height:1.7871125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }#GT88dKzFtrJUvd0xuzb4mTndF8osxuH8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GT88dKzFtrJUvd0xuzb4mTndF8osxuH8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1d94952fbb28aa1f5768c893e00e669190faa347.svg); }
#vBQDUBIhJ0KdmywCEdWWZTylKEPQLVhZ { display:block;width:23.5625rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:132.4375rem;left:18.0625rem;height:1.625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yNTkNE1EclpXzqy4UFWVNBdlXxqTcOqz { display:block;width:41.6875rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:153.625rem;left:9.15625rem;height:8.125rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yinnelikMHJyqq6yP9ghVGz7ovVQsJKW { display:block;width:42.75rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:180.875rem;left:8.625rem;height:3.25rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hieyuTGbv5lVxLBFUoI22tK2lF8bwx5A { display:block;width:41.4375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:213rem;left:9.3125rem;height:1.625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VfRfk6bRs5i5PGpph9DMFUSBhstQKmug { display:block;width:40.25rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:231.8125rem;left:9.875rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#i9qVJNrwiCN54GGT9bdPdUE77JfVx0eI { display:block;width:8rem;position:absolute;font-family:imessage;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:235.1875rem;left:26rem;height:1.21875rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Xm0hqBybkMmHx3OSHTtvOOaNw2tNMALa { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#paUaLAxKtAsTDdbKaW3AD6S8Wm3sTMyT { display:block;width:53.9375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.912109375rem;left:3.03125rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#IPSQUcSgJwnyEVzPOUo1fDMIxmQA5M8f { display:block;width:53.9375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.912109375rem;left:3.03125rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#qCQcDlaM8aOyWJO3lm4P4FKoXEQZQhiK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171717;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:none; }#qCQcDlaM8aOyWJO3lm4P4FKoXEQZQhiK > .row .container { border-width: 0; border-radius: 0; }#qCQcDlaM8aOyWJO3lm4P4FKoXEQZQhiK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qCQcDlaM8aOyWJO3lm4P4FKoXEQZQhiK > .row .container { font-size:0.875rem;font-family:arial;height:249.125rem;width:60rem;position:relative;display:none; }#h0K6PKKZDdmKqaOPLZO5UZUKNucsSplH { display:block;width:49.0625rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.849609375rem;left:4.875rem;height:3.25rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zJ8TRMZ6cPBQZCoQsqp1FVAW13cV7uem { display:block;width:23.9375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:23.5rem;left:4.8125rem;height:16.25rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mMwlSbZuKl24epxBKhXzVcUoW8SLpvXg { display:block;width:23.9375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:57.25rem;left:18.0625rem;height:1.625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dhZJz4igtUHO7VeB8wAGyQaHNNr1gBsh { display:block;width:23.1875rem;position:absolute;font-family:imessage;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:63.625rem;left:6.0625rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Toy09r5zbnygo5vHSxgvSOh9He5hno9F { display:block;width:23.9375rem;position:absolute;font-family:imessage;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:77.125rem;left:30.9375rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UOInT55AJk7xgn6mHgngafHgiKhGQl0b { display:block;width:23.9375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:94.5rem;left:18rem;height:1.625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#szI1I57t1btGW14F65WirXPqJl8vdLEa { display:block;width:22.3125rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:101.375rem;left:5.4375rem;height:11.375rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HCwOAozmv7FeTK3B3vy6mW9RwJ32Ew97 { display:block;width:17.3125rem;position:absolute;font-family:imessage;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:113.8125rem;left:33.625rem;height:2.92480625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cQGeMVSwroMTgEgcQtZXwfBuRo0uw3f0 { display:block;width:25.25rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:140rem;left:5.4375rem;height:3.25rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#a3KKCUkUkpWDHa97nFcPD39yLe6P1NVU { display:block;width:24.125rem;position:absolute;font-family:imessage;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:144.625rem;left:6.1875rem;height:1.7871125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }#a3KKCUkUkpWDHa97nFcPD39yLe6P1NVU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a3KKCUkUkpWDHa97nFcPD39yLe6P1NVU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_28abb25cb092cc22491155708d4f07461c4195fd.svg); }
#tcT839SiTwEl7WHBXJwBRieH6FIDyFVW { display:block;width:24.1875rem;position:absolute;font-family:imessage;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:147rem;left:6.1875rem;height:1.7871125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }#tcT839SiTwEl7WHBXJwBRieH6FIDyFVW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tcT839SiTwEl7WHBXJwBRieH6FIDyFVW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1d94952fbb28aa1f5768c893e00e669190faa347.svg); }
#b4VEz8S4qXqRVKLf863Ghb3X6CLqNihU { display:block;width:23.5625rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:132.4375rem;left:18.0625rem;height:1.625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZdKiXdy2XZxo5tfm5u6yM8CeqwmPaGwz { display:block;width:41.6875rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:153.625rem;left:9.15625rem;height:8.125rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yZqKK1gggCo77PNJZ08Dy7ECneNallp3 { display:block;width:42.75rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:180.875rem;left:8.625rem;height:3.25rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#E61QawLeaOBK9ukhByTu9cbNA81AnZcb { display:block;width:41.4375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:213rem;left:9.3125rem;height:1.625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dDQXiIU3t99sLaPpg5oOk8k3v4famcza { display:block;width:40.25rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:231.8125rem;left:9.875rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cTVJFHwriPNtbTafSKimzzBMDsRDMMEH { display:block;width:8rem;position:absolute;font-family:imessage;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:235.1875rem;left:26rem;height:1.21875rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OWnI3VyJAQ926TCTwiweRX4F4QCnHJ29 { display:block;width:53.9375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.912109375rem;left:3.03125rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#LQMHBgapwD2vwhp8eK6gn4SK368qUegF { display:block;width:53.9375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.912109375rem;left:3.03125rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#ZvlGm8XIfJUKE2GAv5tHIDiaPi53ufkQ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:83.3125rem;width:25.6875rem;display:none; }
#wXrPBHJ2CgUTkXT97ufsMNWtsLUPKkeD { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:25.125rem;width:35.6875rem;display:none; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-form-header {  }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-input-text {padding-top: 0; padding-bottom: 0;}#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-input-select {padding-top: 0; padding-bottom: 0;}#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#5d92ff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-container:first-of-type{padding-top:0;}#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-container:last-of-type{padding-bottom:0;}#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE {display:block;}#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;display:none; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE #y9mO1Cl48TFA1uWcX9PL3KWDJywShIdq { position:relative; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE #f53waZlKnXJE2VMDAZECwclUle4xRCgN { position:relative;display:block; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE #oEbLhaRKBdMIhw9gEniMLchVJKeWNsya { position:relative; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE #EsOagz6ErISPXQAtnbWJmoRxmRPDr4El { position:relative; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE #ZkStZSW37RCJTy25FVL5T6d6eRlX4OcO { position:relative; }
#McAircATWfSbIyzJ6QAW9mxGKrk6dtIz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171717;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:none; }#McAircATWfSbIyzJ6QAW9mxGKrk6dtIz > .row .container { border-width: 0; border-radius: 0; }#McAircATWfSbIyzJ6QAW9mxGKrk6dtIz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#McAircATWfSbIyzJ6QAW9mxGKrk6dtIz > .row .container { font-size:0.875rem;font-family:arial;height:249.125rem;width:60rem;position:relative;display:none; }#fhruM8D9N1JM9TGubXskkE0Q4Q0FcVvD { display:block;width:49.0625rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.849609375rem;left:4.875rem;height:3.25rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AXryzKIrTKBQq0JLyCsvN0APU06QBFF4 { display:block;width:23.9375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:23.5rem;left:4.8125rem;height:16.25rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BGon1IAWOkaJgGcHhNyT37Vyw4uOsy5n { display:block;width:23.9375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:57.25rem;left:18.0625rem;height:1.625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OgcbFeNPTNaBDAnA74TSB8TpaeQZfpNI { display:block;width:23.1875rem;position:absolute;font-family:imessage;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:63.625rem;left:6.0625rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#loDfIKTzsx9KWH6xRJkrTZekDIXrdP3Z { display:block;width:23.9375rem;position:absolute;font-family:imessage;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:77.125rem;left:30.9375rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nzw6IfKwb8PnZVCeQ7ut1I53ouDZVTom { display:block;width:23.9375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:94.5rem;left:18rem;height:1.625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#J7ZZob7Dfre4Xv5tFCEZcReZKdFpTA6L { display:block;width:22.3125rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:101.375rem;left:5.4375rem;height:11.375rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DwzOfX3XKbG7m8iyAVm9VnsIlPRsseIb { display:block;width:17.3125rem;position:absolute;font-family:imessage;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:113.8125rem;left:33.625rem;height:2.92480625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VHbJxhhfG0F9dECU6gvit8fmARGTzACZ { display:block;width:25.25rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:140rem;left:5.4375rem;height:3.25rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LorQPl74KLlyJ8vkMb4t1SSI8yUEkeyl { display:block;width:24.125rem;position:absolute;font-family:imessage;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:144.625rem;left:6.1875rem;height:1.7871125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }#LorQPl74KLlyJ8vkMb4t1SSI8yUEkeyl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LorQPl74KLlyJ8vkMb4t1SSI8yUEkeyl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_28abb25cb092cc22491155708d4f07461c4195fd.svg); }
#XTbli7Hal8TXor0hKhuTwP4anA7zgow8 { display:block;width:24.1875rem;position:absolute;font-family:imessage;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:147rem;left:6.1875rem;height:1.7871125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }#XTbli7Hal8TXor0hKhuTwP4anA7zgow8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XTbli7Hal8TXor0hKhuTwP4anA7zgow8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1d94952fbb28aa1f5768c893e00e669190faa347.svg); }
#ZqJdJc2qeh5ykLbmf5PuGbrEJf0rLHB5 { display:block;width:23.5625rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:132.4375rem;left:18.0625rem;height:1.625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CqTw4u3hzgStTJxDTbfyOQnMDfOawwD0 { display:block;width:41.6875rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:153.625rem;left:9.15625rem;height:8.125rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NmFthITsNBqhvrLIFnr0eTHTEwO2IxTf { display:block;width:42.75rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:180.875rem;left:8.625rem;height:3.25rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KMhs1Gtlt7nOJFltbq7xbuLaQ29JFxoQ { display:block;width:41.4375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:213rem;left:9.3125rem;height:1.625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VvzzRHChiCUA2WofvZZAnVBHItAiBETh { display:block;width:40.25rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:231.8125rem;left:9.875rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Itut0NZkGHWANyVk9tGXfWdbeAoPh8bZ { display:block;width:8rem;position:absolute;font-family:imessage;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:235.1875rem;left:26rem;height:1.21875rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NdRSd0zQRQP7mmpwX2Dn0OgoJZXVCNgf { display:block;width:53.9375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.912109375rem;left:3.03125rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#S2rg9uR7DmAtJTo6GaySZQKIkzWiDJes { display:block;width:53.9375rem;position:absolute;font-family:imessage;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.912109375rem;left:3.03125rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
body { position:relative;display:block; }
#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI { background-color:#0f141b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container { background-color: transparent; background-image: none; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container > .video-iframe-container { display: none; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row > .video-iframe-container { display: none; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .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); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container { border-width: 0; border-radius: 0; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container { width:47.75rem;position:relative;display:block; }#I1ZfdPgKNu8haJrQNShmfkeK3O6Cm8US { top:1.3125rem;left:0rem;width:5.5rem;height:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#bIhcUqpxdTdzTc3ziNTvU4F3M73Tweqr { top:1.75rem;left:13.875rem;width:16.8125rem;height:1.4375rem;font-size:0.875rem;color:#ffffff;display:none; }
#Zly9gICxdq6rr7E60gMREnHN3ownpk38 { width:9rem;height:2.4375rem;top:1.25rem;left:38.75rem;background-color:#ff3939;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;box-shadow: none;color:#ffffff;display:block; }
#TqH0vyZKAZb1JXipIn1aZMvtguWGkwPR { display:block; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU .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;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;color:#0f141b; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU .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;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU { display:flex;width:18rem;height:5.0625rem;top:0.875rem;left:31.34375rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #OMyAa5AqUfMTNfbkqrL39Mz6txp3afLq { display:flex;position:relative;top:0rem;left:0rem; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #miCTZE7ZGoV4Cu7HTHDTrF6XQp17C2bg {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #mqLryWeVT0IkDlJb6LhNhea57XzVPPQn {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #ZrmzMQlp7IMlll9eMV7v5Ja6dlXUpIsN { display:flex;position:relative;top:0rem;left:0rem; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #tpAR4qWcSIZCoyU5TacqsMoxhZ7C8awM {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #QuaMOPyCTISkPnworeBEV9MUf2FLZQU5 {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #sNLmSl7DT2MHVaHIRvdO6iD6QtMvIHrF { display:flex;position:relative;top:0rem;left:0rem; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #ldeQxKIos45CrGOqQOQ5CHxAX02v7A8C {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #WGnnPd0DsTu2s3sLDoqqfOo6TIDfqlCy {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #DKzvwi7x83StMZ6eResCCtIptPihi45z { display:flex;position:relative;top:0rem;left:0rem; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #O8TzHuaqEUTmVmFQpnemWT4QP0nN0K0s {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #Ls6whRCcsZBy1eckO3Cr12f7KJbCZtdk {  }
#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy { display:block; }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .row .container { width:47.75rem;position:relative;display:block; }#xoihMJmRdVSPu8U7aEmGe3DbOX9qautP { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#mhn6HZmd5pWksVbfmf5M2v1SdTUQ6irE { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#PaQMQg9voUWRrEsS3fIcwgxBKOMbO2JT { width:11rem;height:2rem;top:6.8125rem;left:0rem;display:block; }
#DvfLULBBQn6OT1sR80IgGhQ7G4PaFKA9 { width:17.5rem;height:3.4375rem;top:23.75rem;left:0rem;display:block; }
#MucTx0xcq1zWTLJkO4cT1wTw441tBRaE { display:block; }
#It4Ip6bThZNIMKtIrudnMsKFgBbMf2Jo { width:20rem;height:11.25rem;display:none; }
#ug5KX4Xq4f5a4KcpfkidPFPyFriZFKKI { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 { display:block; }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .row .container { width:47.75rem;position:relative;display:block; }#Z6DiWgNrZdatTk73HAWCLZpBVRTSW9zX { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#ruGZ5hIiwUvT1qNLhMX9PuSxJ7cTOFpl { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#dbLOmRrJEDTCD3zr31TcMUyPbqN6Qifs { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#aOT1OkMqC6atTAWh7uJH1TDLX56hP3kg { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#wzCRbbcGJACmtJvSrRNIJbaVIZxS0nqP { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#BtH5u2tWrcJ5eapd83TQpN7Lm5BMOoeE { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#HZbXnypJI1X8UKrWmtIPOAkU4E6MyqAB { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#v0a1bqrCpQIBUeJpcFdLbgoVz6KKCMeF { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#x6VPMPFZI1VSrEfAT25bc71zgflN2zdi { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#zylSSeePtXHTzvqlbGcWBJ1n7pXUpogN { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#VWrSS6ZdCUd6MHD0kJDeW6gIQ54HVrox { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }#VWrSS6ZdCUd6MHD0kJDeW6gIQ54HVrox li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_28abb25cb092cc22491155708d4f07461c4195fd.svg); }
#A7fcqXvW1NaBU7Kzq1me0NWoTd2T2BF4 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }#A7fcqXvW1NaBU7Kzq1me0NWoTd2T2BF4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1d94952fbb28aa1f5768c893e00e669190faa347.svg); }
#MUATA8C4TOnb6a6nlf4viOTBbPLaDtqJ { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#wSK0qhXyT7vJFWN6mpwNACNg8iqFycRi { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#hVg3bKPJLdcQC4AJt8nRngd5HDIbADZE { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#UGxNEX42JQTqqbkFtmi8PoNCeN4tZQ6v { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#Lai5pIzHhsb1GnhiTfr3cuLzGe5Xz27e { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#aCBCNybGL8ssa0imuVvW9DDnG07aPrDP { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#SS3GTuPfu9ObGH1bPBEvL8Ti4buXfenZ { width:44rem;height:24rem;display:none; }
#kAzq5My8IWokiiUTpbhiK4N4IZZIASDS { width:44rem;height:24rem;display:none; }
#sIMucKhbbuC2y4oePVLK3giwRikfTWKm { width:40.75rem;height:22.1875rem;display:none; }
#J2AUFcoZsZLDxkqUR24vyV8zNL5QW9HX { width:40.75rem;height:22.1875rem;display:none; }
#xIFJDl1M27wovlRyTbxq1MxrmkkuyrmC { display:none; }#xIFJDl1M27wovlRyTbxq1MxrmkkuyrmC > .row .container { width:47.75rem;position:relative;display:none; }#LdI3RBbIV9ELBrkhe1wRadSrquPo9Olk { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#AUmrWJd0dGLUXh5eDtan9SL5Eu2UBP51 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#RS33FaIATufNAE3q55mxU4uCiosRCCCS { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#BtJXTQ1hTRwlN2pibKcFaM0z0i2Pxczd { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#fSrJc5WcNTi5zTDP5mcl3sFdvOibuM2g { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#tIXJxXMAoXhmh3DamZGSugLdd92OCJxy { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#sTPd11JUVlizUmPqVSDbC01iOgHJlNEk { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#AxQ8TH6lW6lIbd3GBS7dqucw3FTm7ypn { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#VFdwPFKfrUENhZKMPcTMwvybUO3tqTwg { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#ZgE8rH5bA6nWzrT1gg5MQzxIDivfZ8F7 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }#ZgE8rH5bA6nWzrT1gg5MQzxIDivfZ8F7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_28abb25cb092cc22491155708d4f07461c4195fd.svg); }
#GT88dKzFtrJUvd0xuzb4mTndF8osxuH8 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }#GT88dKzFtrJUvd0xuzb4mTndF8osxuH8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1d94952fbb28aa1f5768c893e00e669190faa347.svg); }
#vBQDUBIhJ0KdmywCEdWWZTylKEPQLVhZ { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#yNTkNE1EclpXzqy4UFWVNBdlXxqTcOqz { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#yinnelikMHJyqq6yP9ghVGz7ovVQsJKW { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#hieyuTGbv5lVxLBFUoI22tK2lF8bwx5A { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#VfRfk6bRs5i5PGpph9DMFUSBhstQKmug { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#i9qVJNrwiCN54GGT9bdPdUE77JfVx0eI { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#Xm0hqBybkMmHx3OSHTtvOOaNw2tNMALa { width:20rem;height:11.25rem;display:none; }
#paUaLAxKtAsTDdbKaW3AD6S8Wm3sTMyT { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#IPSQUcSgJwnyEVzPOUo1fDMIxmQA5M8f { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#qCQcDlaM8aOyWJO3lm4P4FKoXEQZQhiK { display:none; }#qCQcDlaM8aOyWJO3lm4P4FKoXEQZQhiK > .row .container { width:47.75rem;position:relative;display:none; }#h0K6PKKZDdmKqaOPLZO5UZUKNucsSplH { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#zJ8TRMZ6cPBQZCoQsqp1FVAW13cV7uem { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#mMwlSbZuKl24epxBKhXzVcUoW8SLpvXg { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#dhZJz4igtUHO7VeB8wAGyQaHNNr1gBsh { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#Toy09r5zbnygo5vHSxgvSOh9He5hno9F { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#UOInT55AJk7xgn6mHgngafHgiKhGQl0b { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#szI1I57t1btGW14F65WirXPqJl8vdLEa { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#HCwOAozmv7FeTK3B3vy6mW9RwJ32Ew97 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#cQGeMVSwroMTgEgcQtZXwfBuRo0uw3f0 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#a3KKCUkUkpWDHa97nFcPD39yLe6P1NVU { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }#a3KKCUkUkpWDHa97nFcPD39yLe6P1NVU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_28abb25cb092cc22491155708d4f07461c4195fd.svg); }
#tcT839SiTwEl7WHBXJwBRieH6FIDyFVW { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }#tcT839SiTwEl7WHBXJwBRieH6FIDyFVW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1d94952fbb28aa1f5768c893e00e669190faa347.svg); }
#b4VEz8S4qXqRVKLf863Ghb3X6CLqNihU { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#ZdKiXdy2XZxo5tfm5u6yM8CeqwmPaGwz { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#yZqKK1gggCo77PNJZ08Dy7ECneNallp3 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#E61QawLeaOBK9ukhByTu9cbNA81AnZcb { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#dDQXiIU3t99sLaPpg5oOk8k3v4famcza { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#cTVJFHwriPNtbTafSKimzzBMDsRDMMEH { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#OWnI3VyJAQ926TCTwiweRX4F4QCnHJ29 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#LQMHBgapwD2vwhp8eK6gn4SK368qUegF { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#ZvlGm8XIfJUKE2GAv5tHIDiaPi53ufkQ { width:25.6875rem;height:83.3125rem;display:none; }
#wXrPBHJ2CgUTkXT97ufsMNWtsLUPKkeD { width:35.6875rem;height:25.125rem;display:none; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-regular-label { display:block; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE  { width:17.5rem;height:; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE {display:block;}#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE { width:17.5rem;height:;display:none; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE #y9mO1Cl48TFA1uWcX9PL3KWDJywShIdq {  }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE #f53waZlKnXJE2VMDAZECwclUle4xRCgN { display:block; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE #oEbLhaRKBdMIhw9gEniMLchVJKeWNsya {  }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE #EsOagz6ErISPXQAtnbWJmoRxmRPDr4El {  }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE #ZkStZSW37RCJTy25FVL5T6d6eRlX4OcO {  }
#McAircATWfSbIyzJ6QAW9mxGKrk6dtIz { display:none; }#McAircATWfSbIyzJ6QAW9mxGKrk6dtIz > .row .container { width:47.75rem;position:relative;display:none; }#fhruM8D9N1JM9TGubXskkE0Q4Q0FcVvD { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#AXryzKIrTKBQq0JLyCsvN0APU06QBFF4 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#BGon1IAWOkaJgGcHhNyT37Vyw4uOsy5n { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#OgcbFeNPTNaBDAnA74TSB8TpaeQZfpNI { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#loDfIKTzsx9KWH6xRJkrTZekDIXrdP3Z { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#nzw6IfKwb8PnZVCeQ7ut1I53ouDZVTom { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#J7ZZob7Dfre4Xv5tFCEZcReZKdFpTA6L { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#DwzOfX3XKbG7m8iyAVm9VnsIlPRsseIb { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#VHbJxhhfG0F9dECU6gvit8fmARGTzACZ { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#LorQPl74KLlyJ8vkMb4t1SSI8yUEkeyl { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }#LorQPl74KLlyJ8vkMb4t1SSI8yUEkeyl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_28abb25cb092cc22491155708d4f07461c4195fd.svg); }
#XTbli7Hal8TXor0hKhuTwP4anA7zgow8 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }#XTbli7Hal8TXor0hKhuTwP4anA7zgow8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1d94952fbb28aa1f5768c893e00e669190faa347.svg); }
#ZqJdJc2qeh5ykLbmf5PuGbrEJf0rLHB5 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#CqTw4u3hzgStTJxDTbfyOQnMDfOawwD0 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#NmFthITsNBqhvrLIFnr0eTHTEwO2IxTf { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#KMhs1Gtlt7nOJFltbq7xbuLaQ29JFxoQ { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#VvzzRHChiCUA2WofvZZAnVBHItAiBETh { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#Itut0NZkGHWANyVk9tGXfWdbeAoPh8bZ { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#NdRSd0zQRQP7mmpwX2Dn0OgoJZXVCNgf { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#S2rg9uR7DmAtJTo6GaySZQKIkzWiDJes { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e891efe-e7fa-441d-9c9b-1ad2d9967236/Grid10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.51); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.51); }#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); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI { position:relative;z-index:auto;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container { background-color: transparent; background-image: none; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container > .video-iframe-container { display: none; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row > .video-iframe-container { display: none; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .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); }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container { border-width: 0; border-radius: 0; }#HLsSWfLMbn1xbi2AmS25xounpsKPOCgI > .row .container { width:20rem;height:6.75rem;position:relative;display:block; }#I1ZfdPgKNu8haJrQNShmfkeK3O6Cm8US { width:7.6875rem;height:1.625rem;top:1.0625rem;left:6.15625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:hidden;display:block; }
#bIhcUqpxdTdzTc3ziNTvU4F3M73Tweqr { width:9.3125rem;height:0;top:2.8125rem;left:10.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
#Zly9gICxdq6rr7E60gMREnHN3ownpk38 { width:6.25rem;height:2.0625rem;top:3.9375rem;left:13.75rem;font-size:0.75rem;background-color:#fbba2a;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;box-shadow: none;color:#212121;display:block; }
#TqH0vyZKAZb1JXipIn1aZMvtguWGkwPR { display:block; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-direction:column; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU .widget-text.counter-number { padding-top:0.17rem;padding-right:0.15625rem;padding-bottom:0.17rem;padding-left:0.15625rem;width:0.938125rem;min-width:0.938125rem;height:0.915625rem;font-size:0.68125rem;line-height:14.65px;top:0rem;left:0rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;color:#0f141b;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-family:imessage;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.10625rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.250625rem;height:1.0625rem;font-size:0.255625rem;line-height:5.79px;top:-1%;left:0rem;background-color:;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff;display:block;font-family:imessage;font-weight:700;font-style:normal; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU { display:flex;width:9rem;height:2.424375rem;top:4.109375rem;left:0rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;padding-top:0.108125rem;padding-right:0.118125rem;padding-bottom:0.108125rem;padding-left:0.118125rem; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #OMyAa5AqUfMTNfbkqrL39Mz6txp3afLq { display:flex;position:relative;top:0rem;left:0rem; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #miCTZE7ZGoV4Cu7HTHDTrF6XQp17C2bg {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #mqLryWeVT0IkDlJb6LhNhea57XzVPPQn {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #ZrmzMQlp7IMlll9eMV7v5Ja6dlXUpIsN { display:flex;position:relative;top:0rem;left:0rem; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #tpAR4qWcSIZCoyU5TacqsMoxhZ7C8awM {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #QuaMOPyCTISkPnworeBEV9MUf2FLZQU5 {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #sNLmSl7DT2MHVaHIRvdO6iD6QtMvIHrF { display:flex;position:relative;top:0rem;left:0rem; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #ldeQxKIos45CrGOqQOQ5CHxAX02v7A8C {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #WGnnPd0DsTu2s3sLDoqqfOo6TIDfqlCy {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #DKzvwi7x83StMZ6eResCCtIptPihi45z { display:flex;position:relative;top:0rem;left:0rem; }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #O8TzHuaqEUTmVmFQpnemWT4QP0nN0K0s {  }
#odbQQDCJK7h1EVGUF8qi7xPbGWpTpugU #Ls6whRCcsZBy1eckO3Cr12f7KJbCZtdk {  }
#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy { background-color:#212121;background-image:none;display:block; }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .row .container { background-color: transparent; background-image: none; }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .row .container > .video-iframe-container { display: none; }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .row > .video-iframe-container { display: none; }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .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); }#Qc8dxgWfsCihZNp7q3RQohiOzFA3uzRy > .row .container { width:20rem;height:43.875rem;position:relative;display:block; }#xoihMJmRdVSPu8U7aEmGe3DbOX9qautP { width:20rem;height:;top:4.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
#mhn6HZmd5pWksVbfmf5M2v1SdTUQ6irE { width:19.9375rem;height:3.65625rem;top:9.5244140625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#PaQMQg9voUWRrEsS3fIcwgxBKOMbO2JT { width:9.75rem;height:1.625rem;top:1.0625rem;left:5.125rem;overflow:hidden;display:block; }
#DvfLULBBQn6OT1sR80IgGhQ7G4PaFKA9 { width:17.5rem;height:3.4375rem;top:31.4375rem;left:1.25rem;background-color:#fbba2a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#212121;display:block; }
#MucTx0xcq1zWTLJkO4cT1wTw441tBRaE { display:block; }
#It4Ip6bThZNIMKtIrudnMsKFgBbMf2Jo { height:11.25rem;width:20rem;top:15.1875rem;left:0rem;z-index:15005;display:block; }
#ug5KX4Xq4f5a4KcpfkidPFPyFriZFKKI { width:13.6875rem;height:2.76171875rem;top:35.5rem;left:3.15625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15002;display:block; }
#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 { background-color:#212121;background-image:none;display:block; }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .row .container { background-color: transparent; background-image: none; }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .row .container > .video-iframe-container { display: none; }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .row > .video-iframe-container { display: none; }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .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); }#LbSU7mhkgqEys7S9Hrq6t6X8zKR4fsF2 > .row .container { width:20rem;height:68.9375rem;position:relative;display:block; }#Z6DiWgNrZdatTk73HAWCLZpBVRTSW9zX { width:20rem;height:5.84911875rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
#ruGZ5hIiwUvT1qNLhMX9PuSxJ7cTOFpl { width:20rem;height:0;top:8.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#dbLOmRrJEDTCD3zr31TcMUyPbqN6Qifs { width:20rem;height:auto;top:23.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#aOT1OkMqC6atTAWh7uJH1TDLX56hP3kg { width:20rem;height:0;top:48.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#wzCRbbcGJACmtJvSrRNIJbaVIZxS0nqP { width:20rem;height:auto;top:63.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
#BtH5u2tWrcJ5eapd83TQpN7Lm5BMOoeE { width:20rem;height:auto;top:77.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
#HZbXnypJI1X8UKrWmtIPOAkU4E6MyqAB { width:20rem;height:0;top:86.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#v0a1bqrCpQIBUeJpcFdLbgoVz6KKCMeF { width:20rem;height:0;top:93.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#x6VPMPFZI1VSrEfAT25bc71zgflN2zdi { width:17.3125rem;height:0;top:69.834252517363rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
#zylSSeePtXHTzvqlbGcWBJ1n7pXUpogN { width:20rem;height:auto;top:140rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#VWrSS6ZdCUd6MHD0kJDeW6gIQ54HVrox { width:20rem;height:0;top:132.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }#VWrSS6ZdCUd6MHD0kJDeW6gIQ54HVrox li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_28abb25cb092cc22491155708d4f07461c4195fd.svg); }
#A7fcqXvW1NaBU7Kzq1me0NWoTd2T2BF4 { width:20rem;height:0;top:134.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }#A7fcqXvW1NaBU7Kzq1me0NWoTd2T2BF4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1d94952fbb28aa1f5768c893e00e669190faa347.svg); }
#MUATA8C4TOnb6a6nlf4viOTBbPLaDtqJ { width:20rem;height:0;top:120.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#wSK0qhXyT7vJFWN6mpwNACNg8iqFycRi { width:20rem;height:0;top:152.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#hVg3bKPJLdcQC4AJt8nRngd5HDIbADZE { width:20rem;height:auto;top:180.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#UGxNEX42JQTqqbkFtmi8PoNCeN4tZQ6v { width:20rem;height:auto;top:213rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#Lai5pIzHhsb1GnhiTfr3cuLzGe5Xz27e { width:20rem;height:auto;top:231.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#aCBCNybGL8ssa0imuVvW9DDnG07aPrDP { width:8rem;height:auto;top:235.1875rem;left:6rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#SS3GTuPfu9ObGH1bPBEvL8Ti4buXfenZ { top:10.25rem;left:0rem;width:20rem;height:10.875rem;z-index:15012;overflow:hidden;display:block; }
#kAzq5My8IWokiiUTpbhiK4N4IZZIASDS { top:24.5rem;left:0rem;width:20rem;height:10.875rem;z-index:15013;overflow:hidden;display:block; }
#sIMucKhbbuC2y4oePVLK3giwRikfTWKm { top:38.8125rem;left:0rem;width:20rem;height:10.875rem;z-index:15014;overflow:hidden;display:block; }
#J2AUFcoZsZLDxkqUR24vyV8zNL5QW9HX { top:53.3125rem;left:0rem;width:20rem;height:10.875rem;z-index:15015;overflow:hidden;display:block; }
#xIFJDl1M27wovlRyTbxq1MxrmkkuyrmC { background-color:#212121;background-image:none;display:block; }#xIFJDl1M27wovlRyTbxq1MxrmkkuyrmC > .row .container { background-color: transparent; background-image: none; }#xIFJDl1M27wovlRyTbxq1MxrmkkuyrmC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIFJDl1M27wovlRyTbxq1MxrmkkuyrmC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIFJDl1M27wovlRyTbxq1MxrmkkuyrmC > .row .container > .video-iframe-container { display: none; }#xIFJDl1M27wovlRyTbxq1MxrmkkuyrmC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xIFJDl1M27wovlRyTbxq1MxrmkkuyrmC > .row > .video-iframe-container { display: none; }#xIFJDl1M27wovlRyTbxq1MxrmkkuyrmC > .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); }#xIFJDl1M27wovlRyTbxq1MxrmkkuyrmC > .row .container { width:20rem;height:34.625rem;position:relative;display:block; }#LdI3RBbIV9ELBrkhe1wRadSrquPo9Olk { width:20rem;height:0;top:8.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#AUmrWJd0dGLUXh5eDtan9SL5Eu2UBP51 { width:20rem;height:auto;top:23.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#RS33FaIATufNAE3q55mxU4uCiosRCCCS { width:20rem;height:0;top:48.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#BtJXTQ1hTRwlN2pibKcFaM0z0i2Pxczd { width:20rem;height:auto;top:63.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
#fSrJc5WcNTi5zTDP5mcl3sFdvOibuM2g { width:20rem;height:auto;top:77.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
#tIXJxXMAoXhmh3DamZGSugLdd92OCJxy { width:20rem;height:0;top:86.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#sTPd11JUVlizUmPqVSDbC01iOgHJlNEk { width:20rem;height:0;top:93.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#AxQ8TH6lW6lIbd3GBS7dqucw3FTm7ypn { width:17.3125rem;height:0;top:69.834252517363rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
#VFdwPFKfrUENhZKMPcTMwvybUO3tqTwg { width:20rem;height:auto;top:140rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#ZgE8rH5bA6nWzrT1gg5MQzxIDivfZ8F7 { width:20rem;height:0;top:132.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }#ZgE8rH5bA6nWzrT1gg5MQzxIDivfZ8F7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_28abb25cb092cc22491155708d4f07461c4195fd.svg); }
#GT88dKzFtrJUvd0xuzb4mTndF8osxuH8 { width:20rem;height:0;top:134.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }#GT88dKzFtrJUvd0xuzb4mTndF8osxuH8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1d94952fbb28aa1f5768c893e00e669190faa347.svg); }
#vBQDUBIhJ0KdmywCEdWWZTylKEPQLVhZ { width:20rem;height:0;top:120.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#yNTkNE1EclpXzqy4UFWVNBdlXxqTcOqz { width:20rem;height:0;top:152.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#yinnelikMHJyqq6yP9ghVGz7ovVQsJKW { width:20rem;height:auto;top:180.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#hieyuTGbv5lVxLBFUoI22tK2lF8bwx5A { width:20rem;height:auto;top:213rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#VfRfk6bRs5i5PGpph9DMFUSBhstQKmug { width:20rem;height:auto;top:231.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#i9qVJNrwiCN54GGT9bdPdUE77JfVx0eI { width:8rem;height:auto;top:235.1875rem;left:6rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#Xm0hqBybkMmHx3OSHTtvOOaNw2tNMALa { height:11.25rem;width:20rem;top:8.625rem;left:0rem;z-index:15015;display:block; }
#paUaLAxKtAsTDdbKaW3AD6S8Wm3sTMyT { width:17.8125rem;height:6.9043125rem;top:20.9375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15003;display:block; }
#IPSQUcSgJwnyEVzPOUo1fDMIxmQA5M8f { width:19.625rem;height:;top:3rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15005;line-height:1.1;display:block; }
#qCQcDlaM8aOyWJO3lm4P4FKoXEQZQhiK { background-color:#212121;background-image:none;display:block; }#qCQcDlaM8aOyWJO3lm4P4FKoXEQZQhiK > .row .container { background-color: transparent; background-image: none; }#qCQcDlaM8aOyWJO3lm4P4FKoXEQZQhiK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCQcDlaM8aOyWJO3lm4P4FKoXEQZQhiK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCQcDlaM8aOyWJO3lm4P4FKoXEQZQhiK > .row .container > .video-iframe-container { display: none; }#qCQcDlaM8aOyWJO3lm4P4FKoXEQZQhiK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCQcDlaM8aOyWJO3lm4P4FKoXEQZQhiK > .row > .video-iframe-container { display: none; }#qCQcDlaM8aOyWJO3lm4P4FKoXEQZQhiK > .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); }#qCQcDlaM8aOyWJO3lm4P4FKoXEQZQhiK > .row .container { width:20rem;height:102.875rem;position:relative;display:block; }#h0K6PKKZDdmKqaOPLZO5UZUKNucsSplH { width:20rem;height:0;top:8.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#zJ8TRMZ6cPBQZCoQsqp1FVAW13cV7uem { width:20rem;height:auto;top:23.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#mMwlSbZuKl24epxBKhXzVcUoW8SLpvXg { width:20rem;height:0;top:48.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#dhZJz4igtUHO7VeB8wAGyQaHNNr1gBsh { width:20rem;height:auto;top:63.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
#Toy09r5zbnygo5vHSxgvSOh9He5hno9F { width:20rem;height:auto;top:77.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
#UOInT55AJk7xgn6mHgngafHgiKhGQl0b { width:20rem;height:0;top:86.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#szI1I57t1btGW14F65WirXPqJl8vdLEa { width:20rem;height:0;top:93.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#HCwOAozmv7FeTK3B3vy6mW9RwJ32Ew97 { width:17.3125rem;height:0;top:69.834252517363rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
#cQGeMVSwroMTgEgcQtZXwfBuRo0uw3f0 { width:20rem;height:auto;top:140rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#a3KKCUkUkpWDHa97nFcPD39yLe6P1NVU { width:20rem;height:0;top:132.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }#a3KKCUkUkpWDHa97nFcPD39yLe6P1NVU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_28abb25cb092cc22491155708d4f07461c4195fd.svg); }
#tcT839SiTwEl7WHBXJwBRieH6FIDyFVW { width:20rem;height:0;top:134.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }#tcT839SiTwEl7WHBXJwBRieH6FIDyFVW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1d94952fbb28aa1f5768c893e00e669190faa347.svg); }
#b4VEz8S4qXqRVKLf863Ghb3X6CLqNihU { width:20rem;height:0;top:120.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#ZdKiXdy2XZxo5tfm5u6yM8CeqwmPaGwz { width:20rem;height:0;top:152.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#yZqKK1gggCo77PNJZ08Dy7ECneNallp3 { width:20rem;height:auto;top:180.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#E61QawLeaOBK9ukhByTu9cbNA81AnZcb { width:20rem;height:auto;top:213rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#dDQXiIU3t99sLaPpg5oOk8k3v4famcza { width:20rem;height:auto;top:231.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#cTVJFHwriPNtbTafSKimzzBMDsRDMMEH { width:8rem;height:auto;top:235.1875rem;left:6rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#OWnI3VyJAQ926TCTwiweRX4F4QCnHJ29 { width:19.625rem;height:4.125rem;top:2.0625rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15004;line-height:1.1;display:block; }
#LQMHBgapwD2vwhp8eK6gn4SK368qUegF { width:19.625rem;height:4.38720625rem;top:6.8125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15005;display:block; }
#ZvlGm8XIfJUKE2GAv5tHIDiaPi53ufkQ { top:13.875rem;left:0rem;width:20rem;height:64.9375rem;z-index:15015;overflow:hidden;display:block; }
#wXrPBHJ2CgUTkXT97ufsMNWtsLUPKkeD { top:84.375rem;left:0rem;width:20rem;height:14.0625rem;z-index:15012;overflow:hidden;display:block; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-regular-label { color:#ffffff;font-family:imessage;line-height:1.5;overflow:hidden;height:auto;text-align:center;text-align-last:center;font-size:1.0625rem; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-input-text { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);box-shadow: none;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family); }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-input-text {padding-top: 0; padding-bottom: 0;}#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-input-select { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);box-shadow: none;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family); }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-input-select {padding-top: 0; padding-bottom: 0;}#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-input-button { font-family:imessage;color:#000000;background-color:#fab82a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;font-weight:400;font-style:normal; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family); }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family); }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family); }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family); }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-checkbox-label { font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-radio-label { font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE  { border-top:0;border-right:0;border-bottom:0;border-left:0;top:66.71875rem;left:0rem;width:17.5rem;height:auto;z-index:15017;background-color:transparent;background-image:none; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE .widget-info-text { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE {display:block;}#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE { border-top:0;border-right:0;border-bottom:0;border-left:0;top:66.71875rem;left:0rem;width:17.5rem;height:auto;z-index:15017;background-color:transparent;background-image:none; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE #y9mO1Cl48TFA1uWcX9PL3KWDJywShIdq {  }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE #f53waZlKnXJE2VMDAZECwclUle4xRCgN { display:block; }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE #oEbLhaRKBdMIhw9gEniMLchVJKeWNsya {  }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE #EsOagz6ErISPXQAtnbWJmoRxmRPDr4El {  }
#yyVEUi9T38gDMkDQHPHO66O8l66wBBiE #ZkStZSW37RCJTy25FVL5T6d6eRlX4OcO {  }
#McAircATWfSbIyzJ6QAW9mxGKrk6dtIz { background-color:#212121;background-image:none;display:block; }#McAircATWfSbIyzJ6QAW9mxGKrk6dtIz > .row .container { background-color: transparent; background-image: none; }#McAircATWfSbIyzJ6QAW9mxGKrk6dtIz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McAircATWfSbIyzJ6QAW9mxGKrk6dtIz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McAircATWfSbIyzJ6QAW9mxGKrk6dtIz > .row .container > .video-iframe-container { display: none; }#McAircATWfSbIyzJ6QAW9mxGKrk6dtIz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McAircATWfSbIyzJ6QAW9mxGKrk6dtIz > .row > .video-iframe-container { display: none; }#McAircATWfSbIyzJ6QAW9mxGKrk6dtIz > .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); }#McAircATWfSbIyzJ6QAW9mxGKrk6dtIz > .row .container { width:20rem;height:27.75rem;position:relative;display:block; }#fhruM8D9N1JM9TGubXskkE0Q4Q0FcVvD { width:20rem;height:0;top:8.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#AXryzKIrTKBQq0JLyCsvN0APU06QBFF4 { width:20rem;height:auto;top:23.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#BGon1IAWOkaJgGcHhNyT37Vyw4uOsy5n { width:20rem;height:0;top:48.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#OgcbFeNPTNaBDAnA74TSB8TpaeQZfpNI { width:20rem;height:auto;top:63.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
#loDfIKTzsx9KWH6xRJkrTZekDIXrdP3Z { width:20rem;height:auto;top:77.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
#nzw6IfKwb8PnZVCeQ7ut1I53ouDZVTom { width:20rem;height:0;top:86.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#J7ZZob7Dfre4Xv5tFCEZcReZKdFpTA6L { width:20rem;height:0;top:93.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#DwzOfX3XKbG7m8iyAVm9VnsIlPRsseIb { width:17.3125rem;height:0;top:69.834252517363rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
#VHbJxhhfG0F9dECU6gvit8fmARGTzACZ { width:20rem;height:auto;top:140rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#LorQPl74KLlyJ8vkMb4t1SSI8yUEkeyl { width:20rem;height:0;top:132.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }#LorQPl74KLlyJ8vkMb4t1SSI8yUEkeyl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_28abb25cb092cc22491155708d4f07461c4195fd.svg); }
#XTbli7Hal8TXor0hKhuTwP4anA7zgow8 { width:20rem;height:0;top:134.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }#XTbli7Hal8TXor0hKhuTwP4anA7zgow8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1d94952fbb28aa1f5768c893e00e669190faa347.svg); }
#ZqJdJc2qeh5ykLbmf5PuGbrEJf0rLHB5 { width:20rem;height:0;top:120.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#CqTw4u3hzgStTJxDTbfyOQnMDfOawwD0 { width:20rem;height:0;top:152.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#NmFthITsNBqhvrLIFnr0eTHTEwO2IxTf { width:20rem;height:auto;top:180.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#KMhs1Gtlt7nOJFltbq7xbuLaQ29JFxoQ { width:20rem;height:auto;top:213rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#VvzzRHChiCUA2WofvZZAnVBHItAiBETh { width:20rem;height:auto;top:231.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
#Itut0NZkGHWANyVk9tGXfWdbeAoPh8bZ { width:8rem;height:auto;top:235.1875rem;left:6rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#NdRSd0zQRQP7mmpwX2Dn0OgoJZXVCNgf { width:19.625rem;height:3.8496125rem;top:2.5625rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15005;line-height:1.1;display:block; }
#S2rg9uR7DmAtJTo6GaySZQKIkzWiDJes { width:19.625rem;height:;top:7.8125rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15006;display:block; }
