.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:251,214,219;--color-primary-1:242,133,146;--color-primary-2:234,51,73;--color-primary-3:229,0,28;--color-primary-4:215,0,26;--color-secondary-0:217,221,228;--color-secondary-1:128,141,166;--color-secondary-2:0,26,77;--color-secondary-3:0,13,39;--color-secondary-4:0,4,12;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:118,118,118;--color-tertiary-4:0,0,0;--headlines-font-family:"HyundaiSansText-woff";--paragraphs-font-family:"hyundai sans text"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQ8pysfoFr2TCr7NZkbrehsRRGyrE8Z8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9ab6c963-53ec-48a3-b4e3-2c0557bf045a/BG_top.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#MQ8pysfoFr2TCr7NZkbrehsRRGyrE8Z8.adaptive-delivery-prevent-bg, #MQ8pysfoFr2TCr7NZkbrehsRRGyrE8Z8.lazyload, #MQ8pysfoFr2TCr7NZkbrehsRRGyrE8Z8.lazyloading { background-image: none; }#MQ8pysfoFr2TCr7NZkbrehsRRGyrE8Z8 > .row .container { background-color: transparent; background-image: none; }#MQ8pysfoFr2TCr7NZkbrehsRRGyrE8Z8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQ8pysfoFr2TCr7NZkbrehsRRGyrE8Z8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQ8pysfoFr2TCr7NZkbrehsRRGyrE8Z8 > .row .container > .video-iframe-container { display: none; }#MQ8pysfoFr2TCr7NZkbrehsRRGyrE8Z8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQ8pysfoFr2TCr7NZkbrehsRRGyrE8Z8 > .row > .video-iframe-container { display: none; }#MQ8pysfoFr2TCr7NZkbrehsRRGyrE8Z8 > .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); }#MQ8pysfoFr2TCr7NZkbrehsRRGyrE8Z8 > .row .container { border-width: 0; border-radius: 0; }#MQ8pysfoFr2TCr7NZkbrehsRRGyrE8Z8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MQ8pysfoFr2TCr7NZkbrehsRRGyrE8Z8 > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#hJIlXlxIQMgThwJP2ICLCMW0tmph7cFM { background-color:#c20000;background-image:none;border-top:0.0625rem solid #ff0000;border-left:0.0625rem solid #ff0000;border-right:0.0625rem solid #ff0000;border-bottom:0.0625rem solid #ff0000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:4.4562501907349rem;left:40.500001907349rem;display:block; }
#c8UiB0zkrSLRS4JSLc03T71egEF8sC9o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DcQBE7qeFBW2uF4xwd2bDFafPwiCXbXW { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:4.84375rem;left:17.65625rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#urST69t0CJTP6AEuCai6yRDfGpSfluPx { position:absolute;display:block;z-index:15005;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:2.375rem;width:16.4375rem;top:0.5625rem;left:29.281251907349rem;overflow:hidden;display:block; }
#DTVOWICTxlIEiqbcD5TEHZRyeFGrEIQ1 { position:relative;display:block; }#DTVOWICTxlIEiqbcD5TEHZRyeFGrEIQ1 { background-color: transparent; background-image: none; }#DTVOWICTxlIEiqbcD5TEHZRyeFGrEIQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTVOWICTxlIEiqbcD5TEHZRyeFGrEIQ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTVOWICTxlIEiqbcD5TEHZRyeFGrEIQ1 > .row .container > .video-iframe-container { display: none; }#DTVOWICTxlIEiqbcD5TEHZRyeFGrEIQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTVOWICTxlIEiqbcD5TEHZRyeFGrEIQ1 > .row > .video-iframe-container { display: none; }#DTVOWICTxlIEiqbcD5TEHZRyeFGrEIQ1 > .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); }#DTVOWICTxlIEiqbcD5TEHZRyeFGrEIQ1 { border-width: 0; border-radius: 0; }#DTVOWICTxlIEiqbcD5TEHZRyeFGrEIQ1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DTVOWICTxlIEiqbcD5TEHZRyeFGrEIQ1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yNaozNcR7LrZDLBoMkmrtIbqtFVuue79 { 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:5.8125rem;width:74.75rem;top:7.6874997615813rem;left:-0.0625rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6e8e9, #eaeaea);background-image: -moz-linear-gradient(180deg, #e6e8e9, #eaeaea);background-image: -ms-linear-gradient(180deg, #e6e8e9, #eaeaea);background-image: -o-linear-gradient(180deg, #e6e8e9, #eaeaea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e8e9', endColorstr='#eaeaea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e8e9', endColorstr='#eaeaea' );";background-image: linear-gradient(180deg, #e6e8e9, #eaeaea);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:52.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#GSE7tO02DEgOJuQ4Gn4gpRW24rVQIfzm { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:geely;font-size:5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:1.8000001907349rem;left:4.75rem;height:5.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fXB3KLl355Schkda1PBfkEQCNINrrkUu { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:11.97500038147rem;left:10.487501144409rem;height:4.7988375rem;display:block; }
#waI5uNwVa5DrFU6EIThrQLqFU3WPG3wf { color:#ffffff;display:block;width:51.25rem;position:absolute;font-family:geely;font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:8.22500038147rem;left:10.362501144409rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xrn5aVQKORNO0HFCW7ryTPoHAQrmW73k { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.5rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:43.899997711182rem;left:13.675001144409rem;display:block; }
#LNZtThWWmc15vQAJx9BgzEA85ZL2ur6d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p6TIm0NvtsWwpDRa4nntBvv3aTqHrpSq { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.5rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:43.868747711182rem;left:41.375001907349rem;display:block; }
#cfyOQ3mGcVQyJnrokixPUdqV9wB50R46 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zVqRKVX5ooM6sUzTXW710K0P26Nic5gT { position:absolute;display:block;z-index:14999;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:37.0625rem;width:74.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#c5mUgFRC5naaiTeG8TPztCRVDtTAkpZs { position:absolute;display:block;z-index:15043;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:21.6875rem;width:68.6875rem;top:19.149999141693rem;left:3.15625rem;overflow:hidden;display:block; }
#U6mwrRaAIvt2OI0iZXrA11T2DBgLA4pO { color:#000000;display:block;width:15.5rem;position:absolute;font-family:geely;font-size:1rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:41.849998474121rem;left:16.925001144409rem;height:1.1rem;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:right;text-align-last:right;display:block; }
#td0FhKvzXkruNbLNCPPUXww3fOef9a7M { box-sizing:content-box;height:7.5rem;width:0.0625rem;position:absolute;display:block;z-index:15044;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.33749961853rem;left:37.406251907349rem;display:block; }
#iN3dN6xRfC4VJEP2UrRDM01VTP8382PB { color:#000000;display:block;width:15.5rem;position:absolute;font-family:geely;font-size:1rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:41.849998474121rem;left:41.375001907349rem;height:1.0996125rem;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; }
#oN0TdJsnZO1itzMgxLsyubQs1nbvQQ5C { 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:32.8125rem;width:69.25rem;display:none; }
#gRGXeXPDCFkmZT35dnf14WHfQed6W8Dd { 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:29.875rem;width:65.6875rem;display:none; }
#zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfd4c9;background-image:url("https://images.assets-landingi.com/uc/0971c9ba-1709-4a12-86db-b1ffe655b0fa/slajderbg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0.adaptive-delivery-prevent-bg, #zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0.lazyload, #zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0.lazyloading { background-image: none; }#zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0 > .row .container { background-color: transparent; background-image: none; }#zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0 > .row .container > .video-iframe-container { display: none; }#zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0 > .row > .video-iframe-container { display: none; }#zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0 > .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); }#zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0 > .row .container { border-width: 0; border-radius: 0; }#zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0 > .row .container { font-size:0.875rem;font-family:arial;height:70rem;width:75rem;position:relative;display:block; }#aauVpv7wy5FKGwhiC3qCsUbuzFpOPaEv { color:#000000;display:block;width:15.5rem;position:absolute;font-family:geely;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:2.7249984741211rem;left:29.750001907349rem;height:1.375rem;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; }
#lgncCThTfzPAXEP69e4vI8vsGmJhTlDq { color:#000000;display:block;width:43.6875rem;position:absolute;font-family:geely;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:4.5999984741211rem;left:15.65625rem;height:5.5rem;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; }
#oSQX6vsc7E5fu2XohftXlWL27ScC76L1 { position:absolute;display:block;z-index:14989;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:29.75rem;width:56.3125rem;top:28.137498855591rem;left:8.46875rem;overflow:hidden;display:none; }
#zF1ThTGXonTpqdGVzyte0l6QT3e3ThEK { position:absolute;display:block;z-index:15029;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:2.8125rem;width:2.8125rem;top:43.800003051757rem;left:71.06250190735rem;overflow:hidden;display:block; }
#mWgPNCmbGtT7mnRxOE9smiZ28MJRBiEV { position:absolute;display:block;z-index:15030;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:2.8125rem;width:2.8125rem;top:43.800003051757rem;left:0.86250019073488rem;overflow:hidden;display:block; }
#HbEUExNn8pIAC8bQX6xMRAUplwTf822b { position:absolute;display:block;z-index:15031;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:1.6875rem;width:4.6875rem;top:47.137496948243rem;left:0rem;overflow:hidden;display:block; }
#QS6LOceBIqmFpD4syapDIa5xSHePwsmL { position:absolute;display:block;z-index:15032;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:1.6875rem;width:4.6875rem;top:47.137496948243rem;left:70.31250190735rem;overflow:hidden;display:block; }
#X0hT5Q0sGCmGD0fnrHF7n9tCJOiM9r5I { color:#000000;display:block;width:31.125rem;position:absolute;font-family:geely;font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:55.375rem;left:0.86250019073488rem;height:3rem;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; }
#pZFDe6xWxbOCQlAzdJ5I7KG0pNbN9Em0 { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:geely;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:56.337501525879rem;left:32.281251907349rem;height:;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; }
#zJDRpTWSqfcF8qOsGVDxDEbz5w2sAv1M { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:geely;font-size:1rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:59.325000762939rem;left:0.86250019073488rem;height:1.2rem;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; }
#oxyRUwZVez1krsGMJobRFHKOaRnigaAo { box-sizing:content-box;height:2.375rem;width:20.6875rem;position:absolute;display:block;z-index:15033;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.737503051757rem;left:0.86250019073488rem;display:block; }
#vONRxa7olrwXqaZK6TtyFMrKXGJxiaHh { background-color:#c20000;background-image:none;border-top:0.0625rem solid #ff0000;border-left:0.0625rem solid #ff0000;border-right:0.0625rem solid #ff0000;border-bottom:0.0625rem solid #ff0000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.65rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:61.875rem;left:0.86250019073488rem;display:block; }
#KpUXRDDp0Ghep6pHJKncFRiZW8T7hRJ6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TIItwXnasoyPqU4ts1RBrqbmSAg7HHHZ { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:geely;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:22.912501335144rem;left:1.875rem;height:2.75rem;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; }
#ufEfcrUrxl1DWkTUFTbPzCZGApQtyFJ3 { position:absolute;display:block;z-index:15035;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:3.5625rem;width:3.5625rem;top:33.218747138977rem;left:10.78750038147rem;overflow:hidden;display:block; }
#T5BxrlN1yKdzXKTJQZbOTQ6cGfUDXLhO { position:absolute;display:block;z-index:15036;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:3.5625rem;width:3.5625rem;top:27.018751144409rem;left:23.35000038147rem;overflow:hidden;display:block; }
#kmSKHInnLknF5Twc3uTzLMr1ThUIiLQr { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"intro regular";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:26.487500190735rem;left:1.875rem;height:6.12305rem;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; }
#QBiXN2spBXP12HEncH3QD2UGbc79veIM { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:geely;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:12.412499427796rem;left:18.72500038147rem;height:2.75rem;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; }
#UdQkCO8RrNTwRQvTGOKErM14rIgCitEe { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"intro regular";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:15.424999237061rem;left:18.72500038147rem;height:11.0215rem;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; }
#NJaJDlCfgVrJQAFJqssx8TLSDkfWAI5C { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:geely;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:11.474996566773rem;left:46.456251144409rem;height:2.75rem;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; }
#mtAtDsQFkT7AsR0guZi0oschvtGgUrRT { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"intro regular";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:14.33749961853rem;left:46.456251144409rem;height:2.44921875rem;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; }
#J1pBhI3ETc37OcdTomGv6tm3BCCXuoOn { position:absolute;display:block;z-index:15037;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:3.5625rem;width:3.5625rem;top:17.599996566773rem;left:45.000001907349rem;overflow:hidden;display:block; }
#zZBnCcJxuWf5PzNgBqtNrtUvAlx7IqSQ { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:geely;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:18.66250038147rem;left:50.987501144409rem;height:2.75rem;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; }
#fETfNATeCeAHRS1iHvLWwguSpNITAWON { position:absolute;display:block;z-index:15038;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:3.5625rem;width:3.5625rem;top:23.574998855591rem;left:52.03750038147rem;overflow:hidden;display:block; }
#TRAu9mOn8HTsq1bhbsIQSUO36rAOHe63 { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"intro regular";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:21.549999237061rem;left:51.050001144409rem;height:1.225rem;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; }
#pXs9WsT46DlgM9ilnoiXww26VOs9zivL { color:#000000;display:block;width:11.125rem;position:absolute;font-family:geely;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:23.299999237061rem;left:62.612497329712rem;height:1.375rem;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; }
#Wy7EzIRBeJk6TESBP3DpF0WsiMZ5oZLx { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:"intro regular";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:24.762500762939rem;left:62.674997329712rem;height:11.0215rem;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; }
#TUNInzETcSs3cnbqTdpDIqqmbk9yy6IE { position:absolute;display:block;z-index:15039;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:3.5625rem;width:3.5625rem;top:36.512500762939rem;left:62.487497329712rem;overflow:hidden;display:block; }
#ZWFPqiJVyuuszNJbmIxeCg1ZPiHbwE1c { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"intro regular";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:15.424999237061rem;left:18.72500038147rem;height:11.025rem;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; }
#LHWipWbmi8DItwa5NAC4WTySgBHmW2sT { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:geely;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:22.912501335144rem;left:1.875rem;height:2.8rem;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; }
#suJnoauxclTFdPrW49MpPZQGI4KZ008s { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"intro regular";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:26.487500190735rem;left:1.875rem;height:6.125rem;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; }
#VAATsJvRJorrh2ydsFk2cnKDSdD2vxg6 { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:geely;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:11.474996566773rem;left:46.456251144409rem;height:2.8rem;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; }
#lFPQ23HVHLfcieTMr3bR2NxCmOqM0qr9 { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:geely;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:18.66250038147rem;left:50.987501144409rem;height:2.8rem;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; }
#m3XOXhrylUA2ALcnlffg2RbTVDwElNad { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:"intro regular";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:24.762500762939rem;left:62.674997329712rem;height:11.025rem;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; }
#tQRqqzZaB7H3rlFGGJbOzXpFqsKLnsfr { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:"intro regular";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:24.762500762939rem;left:62.674997329712rem;height:11.025rem;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; }
#MZLTc4EJQKW0TNAKvEGRdM1lDB9geeGS { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:geely;font-size:1rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:59.324996948243rem;left:0.86250019073488rem;height:1.2rem;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; }
#uXPZGhZRNmSuO7TbtFbIOvcJQFxOKnNQ { position:absolute;display:block;z-index:14990;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:28.375rem;width:62.625rem;top:28.012500762939rem;left:6.1875rem;overflow:hidden;display:block; }
#Dc39Jr7BasiVpGXq2pMdESTTddNMK1aX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);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; }#Dc39Jr7BasiVpGXq2pMdESTTddNMK1aX > .row .container { border-width: 0; border-radius: 0; }#Dc39Jr7BasiVpGXq2pMdESTTddNMK1aX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dc39Jr7BasiVpGXq2pMdESTTddNMK1aX > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:none; }#d8k3yHyl8OlpriJcG9eau8sWxVSLT0EB { 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:4.1875rem;width:4.1875rem;top:2rem;left:4.0625rem;overflow:hidden;display:block; }
#VXESLD2wF0pd3M5Lbfo8ZkqOTXhUMrDl { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1187496185302rem;left:9.3125rem;height:1.95rem;display:block; }
#lQMuRTF8Pctqk1wQV5NeHVHuzEgnW5fA { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:2rem;left:17.0625rem;overflow:hidden;display:block; }
#qqz23zDaPONnq5veloIENE5zDsMHfz7q { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1187496185302rem;left:22.3125rem;height:1.95rem;display:block; }
#aw4FpbdeH2oUuT00IMDVUZmGnaVcV0Zm { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.3687496185303rem;left:22.3125rem;height:1.3rem;display:block; }
#mS5MBmTsGfEKRuOaDFs5qtIWvWAAureQ { position:absolute;display:block;z-index:15004;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:4.1875rem;width:4.1875rem;top:2rem;left:40.0625rem;overflow:hidden;display:block; }
#HQrfQAzNRI0NJcMconUd5cGRqzuTe4TT { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.375rem;left:45.25rem;height:1.3rem;display:block; }
#P67TRw3C5mStxSP79hfVbZALcycflHDa { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.125rem;left:45.25rem;height:1.95rem;display:block; }
#cBfVuk5ocHmsRIcer5fHLnSdLWRRwlPZ { box-sizing:content-box;height:1.875rem;width:11.25rem;position:absolute;display:block;z-index:15006;background-color:#dadada;background-image:none;top:8.5rem;left:4.0625rem;display:block; }
#AeLOM3miZ3nWI09PqasHohPcFiPnr1Zi { box-sizing:content-box;height:1.875rem;width:8.8125rem;position:absolute;display:block;z-index:15007;background-color:#dadada;background-image:none;top:8.5rem;left:16.0625rem;display:block; }
#bf6XwEwQ5L12zLGu5Wf06Wi0leNM3AW6 { box-sizing:content-box;height:1.875rem;width:7.5625rem;position:absolute;display:block;z-index:15008;background-color:#dadada;background-image:none;top:8.5rem;left:25.625rem;display:block; }
#q64KrkUvtC6SWcTi80RB2MMJULXkykoP { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.8125rem;left:5rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IV3JGfptyniCSUTT5U7T1IQKllqDO62M { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.78750038147rem;left:16.71875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BC1ErMg3m4WMgWUd2QrH4zFWwpmNTUxG { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.78750038147rem;left:26.15625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U13fcQVQl8I8xdUSAeJnzZS7xaBd8CqA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#U13fcQVQl8I8xdUSAeJnzZS7xaBd8CqA > .row .container { background-color: transparent; background-image: none; }#U13fcQVQl8I8xdUSAeJnzZS7xaBd8CqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U13fcQVQl8I8xdUSAeJnzZS7xaBd8CqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U13fcQVQl8I8xdUSAeJnzZS7xaBd8CqA > .row .container > .video-iframe-container { display: none; }#U13fcQVQl8I8xdUSAeJnzZS7xaBd8CqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U13fcQVQl8I8xdUSAeJnzZS7xaBd8CqA > .row > .video-iframe-container { display: none; }#U13fcQVQl8I8xdUSAeJnzZS7xaBd8CqA > .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); }#U13fcQVQl8I8xdUSAeJnzZS7xaBd8CqA > .row .container { border-width: 0; border-radius: 0; }#U13fcQVQl8I8xdUSAeJnzZS7xaBd8CqA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U13fcQVQl8I8xdUSAeJnzZS7xaBd8CqA > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#FGuNgTZ10DrvC1gpefZdpZAolgSuwTQn { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:geely;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:6.1875rem;left:22.03125rem;height:1.6rem;text-align:center;text-align-last:center;display:block; }
#OhxF2Bpy7EOkV12q07FWO5IfIls62FI3 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.25rem;position:absolute;font-family:geely;font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.9375rem;left:14.6875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vcuk4dgkN5SxKXei9JzLbMxsfPQIqM4o { box-sizing:content-box;height:16.25rem;width:0.0625rem;position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;top:10.762502670288rem;left:36.781251907349rem;display:block; }
#zKnvndx7dEJ8hPRCIiCUdrLFCSlbO6MH { background-color:#c20000;background-image:none;border-top:0.0625rem solid #ff0000;border-left:0.0625rem solid #ff0000;border-right:0.0625rem solid #ff0000;border-bottom:0.0625rem solid #ff0000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.55rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29.812490463257rem;left:27.53750038147rem;display:block; }
#xSoaZFTJtgOnJLpzKswwW7JX8x7o6dHC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vIt3Ef6bz1Wl3PiawWalEzT28Vxbi3Lu { position:absolute;display:block;z-index:15011;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:10.875rem;width:22.625rem;top:11.575002670288rem;left:38.72500038147rem;overflow:hidden;display:block; }
#u6USB9v5MXB4dFohKmdMKOVZe7WoBB27 { position:absolute;display:block;z-index:15012;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:11.25rem;width:22.625rem;top:11.575002670288rem;left:11.97500038147rem;overflow:hidden;display:block; }
#J8gfE5cEVNC1CnnzemJ25SfveS2eHldM { color:#000000;display:block;width:3.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:23.91250038147rem;left:28.175001144409rem;height:1.6rem;text-align:right;text-align-last:right;display:block; }
#MMBousIcLt82qc9DN202hbCUUgsTPdkg { color:#000000;display:block;width:3.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:23.91250038147rem;left:42.362501144409rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#eoRlBc87CzTaAETi5GV7xgKWDMKeXyOA { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:geely;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:6.1875rem;left:22.03125rem;height:1.6rem;text-align:center;text-align-last:center;display:none; }
#k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfd4c9;background-image:url("https://images.assets-landingi.com/uc/0971c9ba-1709-4a12-86db-b1ffe655b0fa/slajderbg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS.adaptive-delivery-prevent-bg, #k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS.lazyload, #k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS.lazyloading { background-image: none; }#k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS > .row .container { background-color: transparent; background-image: none; }#k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS > .row .container > .video-iframe-container { display: none; }#k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS > .row > .video-iframe-container { display: none; }#k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS > .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); }#k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS > .row .container { border-width: 0; border-radius: 0; }#k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS > .row .container { font-size:0.875rem;font-family:arial;height:70rem;width:75rem;position:relative;display:block; }#qKhPaM1m6XbXI7TS6UaWdmr8SguiRTgO { color:#000000;display:block;width:15.5rem;position:absolute;font-family:geely;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:2.7249984741211rem;left:29.750001907349rem;height:1.375rem;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; }
#MVuwUCzrFvk6VJ4oGfcPQcuBKtUw5lz8 { color:#000000;display:block;width:43.6875rem;position:absolute;font-family:geely;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:4.5999984741211rem;left:15.65625rem;height:;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; }
#UOhExr1m3ExvB13MEPlabUzd3zvNXoQg { position:absolute;display:block;z-index:15029;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:2.8125rem;width:2.8125rem;top:43.800003051757rem;left:71.06250190735rem;overflow:hidden;display:block; }
#W4nwTW1ZuTu9H9ATinz1eTUkEZRqlSNc { position:absolute;display:block;z-index:15030;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:2.8125rem;width:2.8125rem;top:43.800003051757rem;left:0.86250019073488rem;overflow:hidden;display:block; }
#KzVN0WQ9415NLiBUhqsQtWb9JnzKCyhE { position:absolute;display:block;z-index:15031;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:1.6875rem;width:4.6875rem;top:47.137496948243rem;left:0rem;overflow:hidden;display:block; }
#lPwtKSWHQhrE7IXAEWZQvHpMxHHN8eEv { position:absolute;display:block;z-index:15032;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:1.6875rem;width:4.6875rem;top:47.137496948243rem;left:70.31250190735rem;overflow:hidden;display:block; }
#STH9iQqhlMumb5ShHMiQ97VGbpeQpd7S { color:#000000;display:block;width:17.5rem;position:absolute;font-family:geely;font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:55.375007629394rem;left:0.86250019073488rem;height:3rem;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; }
#zcKOoZep5DncFMpuawTI7vEZD1OEZx56 { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:geely;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:56.3125rem;left:17.625rem;height:1.5rem;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; }
#uob5FScfsXAA0lgrPTTegZqtVA6rGfDm { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:geely;font-size:1rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:59.325004577637rem;left:0.92500019073488rem;height:1.2rem;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; }
#n88BVeC7tJiWiCIiqur5pnMylq4yhsQq { box-sizing:content-box;height:2.375rem;width:14.75rem;position:absolute;display:block;z-index:15033;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.737495422363rem;left:0.86250019073488rem;display:block; }
#dQHRFTuTZscQOO3b72oA9QLpGpcH2h6g { background-color:#c20000;background-image:none;border-top:0.0625rem solid #ff0000;border-left:0.0625rem solid #ff0000;border-right:0.0625rem solid #ff0000;border-bottom:0.0625rem solid #ff0000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.65rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:61.875rem;left:0.86250019073488rem;display:block; }
#v9eHstO38FCZmqCZ9WiUJgCFqOaVNKfL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iqIlPnanVnN1UwamCDwWlsCPgN64nVpI { color:#000000;display:block;width:16.5rem;position:absolute;font-family:geely;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:24.8125rem;left:1.9375rem;height:2.75rem;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; }
#KBOsc7uh3XwfXTnZf1foQSQfz51pBGNW { position:absolute;display:block;z-index:15035;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:3.5625rem;width:3.5625rem;top:32.275006294251rem;left:9.2687511444094rem;overflow:hidden;display:block; }
#TJXKuKcVuuVzU08dLaMQcZMWImXW0L0L { position:absolute;display:block;z-index:15036;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:3.5625rem;width:3.5625rem;top:23.412502288818rem;left:21.862501144409rem;overflow:hidden;display:block; }
#GTHdiMxHDglqZtewWgGqx8JOlsJ33S0L { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"intro regular";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:27.6875rem;left:1.9375rem;height:3.673825rem;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; }
#Zkxcu74Ncwa7lpBnhufoIcAp3NDKz8t5 { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:geely;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:11.9375rem;left:14.0625rem;height:2.75rem;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; }
#rzn4kpoK6CpJZQrJeIZVJVAW3m5kTpKf { color:#000000;display:block;width:19rem;position:absolute;font-family:"intro regular";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:14.75rem;left:14.125rem;height:7.347625rem;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; }
#cGiseTOS3RCNvdy3nFir842XeKktBzdp { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:geely;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:14.1875rem;left:38.625rem;height:1.375rem;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; }
#RWaSAprBBmH83ManSydg4bSuOo7PE6zf { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:"intro regular";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:15.6875rem;left:38.625rem;height:7.347625rem;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; }
#M65qCFhhm5qi9kBsNubZQn1TJTPSd2Th { position:absolute;display:block;z-index:15037;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:3.5625rem;width:3.5625rem;top:24.124996185302rem;left:42.612501144409rem;overflow:hidden;display:block; }
#Ad3yCNJ72PbhAiOoPxe2EnNwK715qdoH { color:#000000;display:block;width:11.125rem;position:absolute;font-family:geely;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:23.299999237061rem;left:62.612497329712rem;height:1.375rem;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; }
#E2fqLrke4P0t619OSdMn4s0y3JQHk9Fi { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:"intro regular";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:24.762500762939rem;left:62.674997329712rem;height:11.0215rem;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; }
#Kscx0KQB7yhg1RBb28uldv9kduLDRr0n { position:absolute;display:block;z-index:15039;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:3.5625rem;width:3.5625rem;top:36.512500762939rem;left:62.487497329712rem;overflow:hidden;display:block; }
#AMKdK63eQHsMJEbyqUeOHBqPepzFXHTE { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"intro regular";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:15.424999237061rem;left:18.72500038147rem;height:11.025rem;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; }
#fBdzDcKAyg5EGT2ASpCgdSzW4l6T6RVl { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:geely;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:22.912501335144rem;left:1.875rem;height:2.8rem;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; }
#OBPVtSKAAC4TZTdC3aXGWV7GbuEXQAbr { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:"intro regular";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:26.487500190735rem;left:1.875rem;height:6.125rem;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; }
#bntoULTqrUw0SwQIsqSQMTQAykVtCoWQ { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:geely;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:11.474996566773rem;left:46.456251144409rem;height:2.8rem;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; }
#Qx9F7s9hkxHOV5GEq9pBV4o0dkXN20Pd { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:"intro regular";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:24.762500762939rem;left:62.674997329712rem;height:11.025rem;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; }
#a9SXha5KwpBAxbyoQM8abOKzUBLFSiHp { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:"intro regular";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:24.762500762939rem;left:62.674997329712rem;height:11.025rem;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; }
#fQr3KmimDeq6JdLZkBVBRTFWib0MQkSG { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:geely;font-size:1rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:59.324996948243rem;left:0.86250019073488rem;height:1.2rem;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; }
#bqSt98Zlq1GhE8XU9oGElEMoQsyOXoLf { position:absolute;display:block;z-index:14990;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:31rem;width:65.625rem;top:27.425000190735rem;left:3.6750001907349rem;overflow:hidden;display:block; }
#RftzlbdDvl7wg8MEUSNLqZhaVEdnxPNB { box-sizing:content-box;height:2.375rem;width:9.8125rem;position:absolute;display:block;z-index:15034;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.737499237061rem;left:15.831251144409rem;display:block; }
#bEHzq4eXbgePQLGfbKVUPtFE7r1Gwub3 { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:geely;font-size:1rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:59.324998855591rem;left:15.831251144409rem;height:1.2rem;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; }
#W4t4VOI1l2FfmxOTaE7W7w6P8grZxiAw { box-sizing:content-box;height:2.375rem;width:15.125rem;position:absolute;display:block;z-index:15035;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.737499237061rem;left:25.893751144409rem;display:block; }
#WeiZWqxn3VpzUR4puIrODBTNWPEIz9LP { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:geely;font-size:1rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:59.324998855591rem;left:25.893751144409rem;height:1.2rem;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; }
#a2PiOhH7xOo4g5dkWpAyq9l4Ud6gg4UH { position:absolute;display:block;z-index:14990;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:31rem;width:59.125rem;top:27.425000190735rem;left:3.6750001907349rem;overflow:hidden;display:none; }
#un69rahPmnL44tV0XQBglvi0iFTTyUPV { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:geely;font-size:1rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:59.324996948243rem;left:0.86250019073488rem;height:1.2rem;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; }
#t25fuJlnDvK4iWn0I9pttKTeRN9oFvv7 { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:geely;font-size:1rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:59.324996948243rem;left:0.86250019073488rem;height:1.2rem;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; }
#iBNeAzTR8vZ15BPgW5rMLV5i8xwIFUKp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);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; }#iBNeAzTR8vZ15BPgW5rMLV5i8xwIFUKp > .row .container { border-width: 0; border-radius: 0; }#iBNeAzTR8vZ15BPgW5rMLV5i8xwIFUKp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iBNeAzTR8vZ15BPgW5rMLV5i8xwIFUKp > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:none; }#cQ7tE90clrVG3Tp7vT5yl58Fl7E9KIhT { 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:4.1875rem;width:4.1875rem;top:2rem;left:4.0625rem;overflow:hidden;display:block; }
#zRE88m5XbB9vbszTQEq8ggHlvHawMT7g { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1187496185302rem;left:9.3125rem;height:1.95rem;display:block; }
#DzkKnxaN80S1yRHpwJkTTGOtQsEn73T9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:2rem;left:17.0625rem;overflow:hidden;display:block; }
#DnFzW4KNqgqk4FfDcCF2wBfuFFkBB53I { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1187496185302rem;left:22.3125rem;height:1.95rem;display:block; }
#Bl4I0h4gRkR9IlzcKq7IwaoReUmwOqQ9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.3687496185303rem;left:22.3125rem;height:1.3rem;display:block; }
#V4zTw3mFfwm4iitEusf8BKNWcPdXdr0G { position:absolute;display:block;z-index:15004;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:4.1875rem;width:4.1875rem;top:2rem;left:40.0625rem;overflow:hidden;display:block; }
#lZy108qdT9aJDZUfVbdVbvmQxwxsk4Sp { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.375rem;left:45.25rem;height:1.3rem;display:block; }
#TM7eF9N1MyrTGwlhxtwqyFL1dTEy10aR { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.125rem;left:45.25rem;height:1.95rem;display:block; }
#E4JZBW8bcHyPBPBDP2TsCfqqIi6dVSnV { box-sizing:content-box;height:1.875rem;width:11.25rem;position:absolute;display:block;z-index:15006;background-color:#dadada;background-image:none;top:8.5rem;left:4.0625rem;display:block; }
#p9Qfxn5TIaiWbe6gTGM8sK4v837WETmw { box-sizing:content-box;height:1.875rem;width:8.8125rem;position:absolute;display:block;z-index:15007;background-color:#dadada;background-image:none;top:8.5rem;left:16.0625rem;display:block; }
#AUlELdKvTQWQJztKKIZuCszskIpDNDEL { box-sizing:content-box;height:1.875rem;width:7.5625rem;position:absolute;display:block;z-index:15008;background-color:#dadada;background-image:none;top:8.5rem;left:25.625rem;display:block; }
#cKg9Tp1BJPCMpPaPg3Vr0beyU1bqkJ3M { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.8125rem;left:5rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ibtaeTsunPT6oLCB1oUhDIbFMnmOhkck { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.78750038147rem;left:16.71875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d1SlhuX95d28q7PP3e5PWzyCTo70nyv3 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.78750038147rem;left:26.15625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aeh6TSXgId5xGy2vObGV54ZXERhoN4N5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#aeh6TSXgId5xGy2vObGV54ZXERhoN4N5 > .row .container { background-color: transparent; background-image: none; }#aeh6TSXgId5xGy2vObGV54ZXERhoN4N5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeh6TSXgId5xGy2vObGV54ZXERhoN4N5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeh6TSXgId5xGy2vObGV54ZXERhoN4N5 > .row .container > .video-iframe-container { display: none; }#aeh6TSXgId5xGy2vObGV54ZXERhoN4N5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeh6TSXgId5xGy2vObGV54ZXERhoN4N5 > .row > .video-iframe-container { display: none; }#aeh6TSXgId5xGy2vObGV54ZXERhoN4N5 > .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); }#aeh6TSXgId5xGy2vObGV54ZXERhoN4N5 > .row .container { border-width: 0; border-radius: 0; }#aeh6TSXgId5xGy2vObGV54ZXERhoN4N5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aeh6TSXgId5xGy2vObGV54ZXERhoN4N5 > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#KurDcZ18MCTg9WWdMzO4z6WrAxI0paFc { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:geely;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:6.1875rem;left:22.03125rem;height:1.6rem;text-align:center;text-align-last:center;display:block; }
#TTVydWrWpgSxsxFl1E1xn4ooLmoKMofK { color:rgba(var(--color-tertiary-4),1);display:block;width:44.25rem;position:absolute;font-family:geely;font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.9375rem;left:14.6875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dh45FtqgPdwnxS0glIQPbQKR0HLbdKBg { box-sizing:content-box;height:16.25rem;width:0.0625rem;position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;top:10.762502670288rem;left:36.781251907349rem;display:block; }
#tbc01WMWGD8vPU49ht9GqynXZdDqZ5OR { background-color:#c20000;background-image:none;border-top:0.0625rem solid #ff0000;border-left:0.0625rem solid #ff0000;border-right:0.0625rem solid #ff0000;border-bottom:0.0625rem solid #ff0000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.55rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29.812490463257rem;left:27.53750038147rem;display:block; }
#mR6J9kBnKsZMKqFhwhmVRcANtUBXKf9T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N7A9uWwkxtoilREdCo16FSgS2mg6ae51 { position:absolute;display:block;z-index:15011;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:10.8125rem;width:19.9375rem;top:11.575002670288rem;left:38.72500038147rem;overflow:hidden;display:block; }
#kAZnk7P1693UCF2dtWsLMOlAku5NecwE { position:absolute;display:block;z-index:15012;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:11.1875rem;width:20.625rem;top:11.575002670288rem;left:11.97500038147rem;overflow:hidden;display:block; }
#F8Rwa1oxPc5ZWfBwvr5WhpoTT8B9WS2x { color:#000000;display:block;width:3.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:23.91250038147rem;left:28.175001144409rem;height:1.6rem;text-align:right;text-align-last:right;display:block; }
#CNxXHZMKmTcppIGQbTka2igpJyc5ZtKy { color:#000000;display:block;width:3.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:23.91250038147rem;left:42.362501144409rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#uU6JOtPnVDN18ZWfnPECafSfHQ7K1G6i { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:geely;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:6.1875rem;left:22.03125rem;height:1.6rem;text-align:center;text-align-last:center;display:none; }
#gpuwW8u6DS8Cm5e4gRIkFXiHHdTMRszb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#gpuwW8u6DS8Cm5e4gRIkFXiHHdTMRszb > .row .container { background-color: transparent; background-image: none; }#gpuwW8u6DS8Cm5e4gRIkFXiHHdTMRszb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpuwW8u6DS8Cm5e4gRIkFXiHHdTMRszb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpuwW8u6DS8Cm5e4gRIkFXiHHdTMRszb > .row .container > .video-iframe-container { display: none; }#gpuwW8u6DS8Cm5e4gRIkFXiHHdTMRszb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpuwW8u6DS8Cm5e4gRIkFXiHHdTMRszb > .row > .video-iframe-container { display: none; }#gpuwW8u6DS8Cm5e4gRIkFXiHHdTMRszb > .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); }#gpuwW8u6DS8Cm5e4gRIkFXiHHdTMRszb > .row .container { border-width: 0; border-radius: 0; }#gpuwW8u6DS8Cm5e4gRIkFXiHHdTMRszb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gpuwW8u6DS8Cm5e4gRIkFXiHHdTMRszb > .row .container { font-size:0.875rem;font-family:arial;height:66.75rem;width:75rem;position:relative;display:block; }#PDtcTOyLT69WCT55OJxHP76XnHbZiT15 { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:geely;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:6.625rem;left:22.0625rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#RMEnKl0otphRXN0UWzemiNg5uhhibmV9 { position:absolute;display:block;z-index:15041;height:47rem;width:26.4375rem;top:9.8749942779544rem;left:24.281251907349rem;display:none; }
#w1RMIF7p2mZQVvqss50gTMTghM4OvicI { color:rgba(var(--color-tertiary-4),1);display:block;width:44.25rem;position:absolute;font-family:geely;font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.375rem;left:15.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gXulTbAdSqZt46WoTAH2GsQqgVpV5NQr { background-color:#c20000;background-image:none;border-top:0.0625rem solid #ff0000;border-left:0.0625rem solid #ff0000;border-right:0.0625rem solid #ff0000;border-bottom:0.0625rem solid #ff0000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.45rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:59.499992370606rem;left:28.27499961853rem;display:block; }
#e5Kq6nqetaVHPrRCRDOxx5B8CxugdHnz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u9QwfR3t5RScMZh1CuJwMH6hUCtwBzGr { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:47rem;width:26.375rem;top:9.875rem;left:24.281251907349rem;display:block; }
#FGTONyAP6cehurhVTqLIE8XWBWXitJRE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2e089daf-ffe0-4c48-9396-a16d99740800/BG.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FGTONyAP6cehurhVTqLIE8XWBWXitJRE.adaptive-delivery-prevent-bg, #FGTONyAP6cehurhVTqLIE8XWBWXitJRE.lazyload, #FGTONyAP6cehurhVTqLIE8XWBWXitJRE.lazyloading { background-image: none; }#FGTONyAP6cehurhVTqLIE8XWBWXitJRE > .row .container { background-color: transparent; background-image: none; }#FGTONyAP6cehurhVTqLIE8XWBWXitJRE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGTONyAP6cehurhVTqLIE8XWBWXitJRE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGTONyAP6cehurhVTqLIE8XWBWXitJRE > .row .container > .video-iframe-container { display: none; }#FGTONyAP6cehurhVTqLIE8XWBWXitJRE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGTONyAP6cehurhVTqLIE8XWBWXitJRE > .row > .video-iframe-container { display: none; }#FGTONyAP6cehurhVTqLIE8XWBWXitJRE > .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); }#FGTONyAP6cehurhVTqLIE8XWBWXitJRE > .row .container { border-width: 0; border-radius: 0; }#FGTONyAP6cehurhVTqLIE8XWBWXitJRE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FGTONyAP6cehurhVTqLIE8XWBWXitJRE > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#KZi3ZOf5TuulndtXrB04mT3XHUbvuAoV { color:#ffffff;display:block;width:43.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:10.812500953674rem;left:15.6875rem;height:2.8rem;text-align:center;text-align-last:center;display:block; }
#l8GLkXDy1kvfz6NAWkqGvw78PmPqJLTB { position:absolute;display:block;z-index:15001;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:3.125rem;width:14.4375rem;top:6.487500190735rem;left:30.281251907349rem;overflow:hidden;display:block; }
#i4EIXM0n4T6Tmnwmga91Ffno0nORGH67 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#i4EIXM0n4T6Tmnwmga91Ffno0nORGH67 > .row .container { background-color: transparent; background-image: none; }#i4EIXM0n4T6Tmnwmga91Ffno0nORGH67::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4EIXM0n4T6Tmnwmga91Ffno0nORGH67 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4EIXM0n4T6Tmnwmga91Ffno0nORGH67 > .row .container > .video-iframe-container { display: none; }#i4EIXM0n4T6Tmnwmga91Ffno0nORGH67 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4EIXM0n4T6Tmnwmga91Ffno0nORGH67 > .row > .video-iframe-container { display: none; }#i4EIXM0n4T6Tmnwmga91Ffno0nORGH67 > .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); }#i4EIXM0n4T6Tmnwmga91Ffno0nORGH67 > .row .container { border-width: 0; border-radius: 0; }#i4EIXM0n4T6Tmnwmga91Ffno0nORGH67 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i4EIXM0n4T6Tmnwmga91Ffno0nORGH67 > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#CDfDuTEMClhoMs2RxTQoc6tuKtZldLUq { color:#000000;display:block;width:38.8125rem;position:absolute;font-family:geely;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.7374992370606rem;left:18.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-form-header {  }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:38.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/aa7b44d6-723b-4c99-be17-0a9cfd27a75d/bg_form.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;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:38.3125rem;box-sizing:border-box;height:3.3125rem;color:#767676;font-size:0.875rem;overflow:hidden;font-family:inter;vertical-align:top; }#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-input-text.adaptive-delivery-prevent-bg, #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-input-text.lazyload, #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-input-text.lazyloading { background-image: none; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-input-text {padding-top: 0; padding-bottom: 0;}#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/aa7b44d6-723b-4c99-be17-0a9cfd27a75d/bg_form.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;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:38.3125rem;box-sizing:border-box;height:4.375rem;color:#767676;font-size:0.875rem;overflow:hidden;font-family:inter;vertical-align:top; }#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-textarea.adaptive-delivery-prevent-bg, #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-textarea.lazyload, #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-textarea.lazyloading { background-image: none; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .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:38.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-input-select {padding-top: 0; padding-bottom: 0;}#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#c20000;background-image:none;border-top:0.0625rem solid #ff0000;border-left:0.0625rem solid #ff0000;border-right:0.0625rem solid #ff0000;border-bottom:0.0625rem solid #ff0000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:8.25rem;margin-bottom:0.25rem;margin-left:8.25rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:21.8125rem;height:2.5rem;font-family:inter;overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:inter;font-size:0.875rem;text-align:center;text-align-last:center; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:inter;font-size:0.875rem;text-align:center;text-align-last:center; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:inter;font-size:0.875rem;text-align:center;text-align-last:center; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:inter;font-size:0.875rem;text-align:center;text-align-last:center; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .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:inter;line-height:1.3;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:37.0625rem;overflow:hidden;font-style:normal;float:none; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .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; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-container:first-of-type{padding-top:0;}#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-container:last-of-type{padding-bottom:0;}#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.8310546875rem;left:17.09375rem; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:38.3125rem;display:block;vertical-align:top; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.25rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H {display:block;}#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.8310546875rem;left:17.09375rem; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #dfrmqldg3TbUomMuzoTPKSgh9dVtItNx { position:relative; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #vEa7hm39RsE0yKgteAp95wECCmo4h1Ga { position:relative;display:none; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #FbxwLwKUvmklivt6fa7Nk2y24Mn0Js53 { position:relative; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #xXN4Dt80EBTrB5yO9evKhXPb5wKzBtq4 { position:relative; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #XxmqGrZv2xZsX7tCZ3w16QADdF1BSACP { position:relative;display:none; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #QIx0ue9iT7ammTTnryvCKcvRZZNGousg { position:relative; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #pQzARHw3A5r8N3I9IdIPHvd5PlxK9t6I { position:relative; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #KCPH7r0lvtktkcAHnIqbdcWPLBHpiXhJ { position:relative;display:none; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #QuOVmvoJ1DP3TPsIzazMI66PAAFpAlaF { position:relative; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #G9kcDs30LmZRlqh8hM0Bw8EGMoui8fhy { position:relative;display:block;z-index:15000; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #yzGG9F4eJrIX3pnxbOLlKT4VHpB3WeT8 { position:relative;display:block;z-index:15000; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #adCrCnqyC1d6Ao1mCPocHEtrTcW2dXTQ { position:relative; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #gIW15vcZomPvpTzTerJmhGO9WO87hZqn { position:relative;z-index:2; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #WfNg7y4wTQ7zKfnbaIXhXvKGH9sDkLCI { position:relative; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #Zs4zWGHiHuy6AhB5pEKBHRW9PC2TgZFk { position:relative;display:block;z-index:15000; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #xpTECkJfCExKztWTpFOBKLztif5czmMf { position:relative;display:block;z-index:15000; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #QfbXB5RxQQx36GwyaazoWpruDMiqogEb { position:relative; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #IynXmJxipDQzOwRLLBUbIbLsr4sIBaB2 { position:relative; }
#XtkAGbeff7fuwIg2wus1iD6oKrM91AcJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:32.1875rem;left:28.375001907349rem;height:0.975rem;font-style:normal;display:block; }
#sqhZ6FBq5vkG7GdSSbvpzdonPNAEE1o1 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.25rem;position:absolute;font-family:geely;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.5874996185302rem;left:15.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QBDgvwWOM7eEsmGzXBEk6W7kR0KIvUeK { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:13.125005722046rem;left:22.625rem;height:1.4rem;text-align:center;text-align-last:center;display:block; }
#xtmUX0CTxkDibiUXt4b4CLRoMDkSrtII { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#xtmUX0CTxkDibiUXt4b4CLRoMDkSrtII > .row .container { background-color: transparent; background-image: none; }#xtmUX0CTxkDibiUXt4b4CLRoMDkSrtII::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtmUX0CTxkDibiUXt4b4CLRoMDkSrtII > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtmUX0CTxkDibiUXt4b4CLRoMDkSrtII > .row .container > .video-iframe-container { display: none; }#xtmUX0CTxkDibiUXt4b4CLRoMDkSrtII > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtmUX0CTxkDibiUXt4b4CLRoMDkSrtII > .row > .video-iframe-container { display: none; }#xtmUX0CTxkDibiUXt4b4CLRoMDkSrtII > .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); }#xtmUX0CTxkDibiUXt4b4CLRoMDkSrtII > .row .container { border-width: 0; border-radius: 0; }#xtmUX0CTxkDibiUXt4b4CLRoMDkSrtII > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xtmUX0CTxkDibiUXt4b4CLRoMDkSrtII > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#S1iHdFZxoyvwAzubhq6KC4nax7eJC2AF { color:rgba(var(--color-tertiary-4),1);display:block;width:44.25rem;position:absolute;font-family:geely;font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.7124996185303rem;left:15.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rTVbwWhKuf77icfx5mQTLk0owLZKBBMA { color:#000000;display:block;width:38.8125rem;position:absolute;font-family:geely;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.5rem;left:18.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#a70gFu52MkNQ8nCkEZmnuppaTkgV92Dc { color:#000000;display:block;width:38.8125rem;position:absolute;font-family:geely;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:18.625rem;left:18.125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#kn528UkqgcrUe6mpdVWUilJCMmIvn569 { color:#000000;display:block;width:38.8125rem;position:absolute;font-family:geely;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.4375rem;left:18.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#HktucQpVaPN4Ov5r6W6WKK7bAcH34c1L { color:#5d5d5d;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:27.9375rem;left:31.25rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FrNZr4FmZo0tApd4O1e17sXeoAUNCmWV { position:absolute;display:block;z-index:15014;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:3.4375rem;width:22.5rem;top:9.75rem;left:26.250001907349rem;overflow:hidden;display:block; }
#OlmNyRsL2TdL0PLQ6UN5ie8LFOXI70pr { color:#5d5d5d;display:block;width:25.25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:29.562499046326rem;left:24.875001907349rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SvCIIlB78dmwyz1TbNkt8mWLEnp6L8rO { color:#5d5d5d;display:block;width:20.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:32.312499046326rem;left:27.125001907349rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f3AsWZZPCTS32bJOxOPxnKSvnp8e2aSw { color:#5d5d5d;display:block;width:34.125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:33.925000190735rem;left:20.4375rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R21kma3ICmn1v7EhfyDT3Xx79QFzz53s { color:#5d5d5d;display:block;width:20.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:36.749999046326rem;left:27.125001907349rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HawAomcXkLVfXWyR1niK122Ro6pwIzSc { color:#5d5d5d;display:block;width:34.125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:38.237499237061rem;left:20.4375rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HE29qgCyUQc70cAT4qGWsbVlVrO12arG { color:#5d5d5d;display:block;width:20.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:41.4375rem;left:27.125001907349rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K3Z7IkGAOeFB1aWDTyCKGwoSfdm7q2CS { color:#5d5d5d;display:block;width:34.125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:42.987501144409rem;left:19.875rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UF6RgABifnvIeH1EDbcD37xeGOFULpt9 { color:#5d5d5d;display:block;width:25.25rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:29.562499046326rem;left:24.875001907349rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#mcTCnsHgdbSvKaBh5NRd05ISXIoTThf2 { color:#5d5d5d;display:block;width:34.125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:33.925000190735rem;left:20.4375rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Ln2avTAHHDrUHrqEbSRH1mJFtd8IvZc3 { color:#5d5d5d;display:block;width:34.125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:38.237499237061rem;left:20.4375rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xmIK03C60B7ftTk8dbwTOXduzJKUVZBK { color:#5d5d5d;display:block;width:34.125rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:42.987501144409rem;left:19.875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dsTTtrbE6dSVwUQDFPHKiohQud9LulSD { position:relative;display:block; }#dsTTtrbE6dSVwUQDFPHKiohQud9LulSD { background-color: transparent; background-image: none; }#dsTTtrbE6dSVwUQDFPHKiohQud9LulSD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsTTtrbE6dSVwUQDFPHKiohQud9LulSD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsTTtrbE6dSVwUQDFPHKiohQud9LulSD > .row .container > .video-iframe-container { display: none; }#dsTTtrbE6dSVwUQDFPHKiohQud9LulSD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsTTtrbE6dSVwUQDFPHKiohQud9LulSD > .row > .video-iframe-container { display: none; }#dsTTtrbE6dSVwUQDFPHKiohQud9LulSD > .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); }#dsTTtrbE6dSVwUQDFPHKiohQud9LulSD { border-width: 0; border-radius: 0; }#dsTTtrbE6dSVwUQDFPHKiohQud9LulSD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dsTTtrbE6dSVwUQDFPHKiohQud9LulSD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#C5KDPLoEFQunXxIWdyQL6hv1T1pXGziO { 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:32.3125rem;width:69.1875rem;top:1.7166137695312E-5rem;left:2.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MQ8pysfoFr2TCr7NZkbrehsRRGyrE8Z8 { display:block; }#MQ8pysfoFr2TCr7NZkbrehsRRGyrE8Z8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJIlXlxIQMgThwJP2ICLCMW0tmph7cFM { width:18.75rem;height:2.5rem;top:4.4375rem;left:26.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8UiB0zkrSLRS4JSLc03T71egEF8sC9o { display:block; }
 }@media only screen and (max-width: 763px) { #DcQBE7qeFBW2uF4xwd2bDFafPwiCXbXW { top:4.8125rem;left:4.03125rem;width:16.8125rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urST69t0CJTP6AEuCai6yRDfGpSfluPx { width:16.4375rem;height:2.375rem;top:0.5625rem;left:15.656251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTVOWICTxlIEiqbcD5TEHZRyeFGrEIQ1 { display:block; }#DTVOWICTxlIEiqbcD5TEHZRyeFGrEIQ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yNaozNcR7LrZDLBoMkmrtIbqtFVuue79 { width:47.75rem;height:3.7130016722408rem;top:7.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSE7tO02DEgOJuQ4Gn4gpRW24rVQIfzm { top:1.75rem;left:0rem;width:26.6875rem;height:5.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXB3KLl355Schkda1PBfkEQCNINrrkUu { top:11.9375rem;left:0rem;width:37.3125rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waI5uNwVa5DrFU6EIThrQLqFU3WPG3wf { top:8.1875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrn5aVQKORNO0HFCW7ryTPoHAQrmW73k { width:18.625rem;height:2.5rem;top:43.875rem;left:0.05000114440918rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNZtThWWmc15vQAJx9BgzEA85ZL2ur6d { display:block; }
 }@media only screen and (max-width: 763px) { #p6TIm0NvtsWwpDRa4nntBvv3aTqHrpSq { width:18.625rem;height:2.5rem;top:43.8125rem;left:27.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfyOQ3mGcVQyJnrokixPUdqV9wB50R46 { display:block; }
 }@media only screen and (max-width: 763px) { #zVqRKVX5ooM6sUzTXW710K0P26Nic5gT { width:47.75rem;height:23.65559732665rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5mUgFRC5naaiTeG8TPztCRVDtTAkpZs { width:47.75rem;height:15.076660600546rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6mwrRaAIvt2OI0iZXrA11T2DBgLA4pO { top:41.8125rem;left:3.3000011444092rem;width:15.5rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #td0FhKvzXkruNbLNCPPUXww3fOef9a7M { width:0.0625rem;height:7.5rem;top:40.3125rem;left:23.781251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN3dN6xRfC4VJEP2UrRDM01VTP8382PB { top:41.8125rem;left:27.750001907349rem;width:15.5rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN0TdJsnZO1itzMgxLsyubQs1nbvQQ5C { width:47.75rem;height:22.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRGXeXPDCFkmZT35dnf14WHfQed6W8Dd { width:47.75rem;height:21.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0 { display:block; }#zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aauVpv7wy5FKGwhiC3qCsUbuzFpOPaEv { top:2.6875rem;left:16.125001907349rem;width:15.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgncCThTfzPAXEP69e4vI8vsGmJhTlDq { top:4.5625rem;left:2.03125rem;width:43.6875rem;height:5.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSQX6vsc7E5fu2XohftXlWL27ScC76L1 { width:47.75rem;height:25.22641509434rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF1ThTGXonTpqdGVzyte0l6QT3e3ThEK { width:2.8125rem;height:2.8125rem;top:43.75rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWgPNCmbGtT7mnRxOE9smiZ28MJRBiEV { width:2.8125rem;height:2.8125rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbEUExNn8pIAC8bQX6xMRAUplwTf822b { width:4.6875rem;height:1.6875rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS6LOceBIqmFpD4syapDIa5xSHePwsmL { width:4.6875rem;height:1.6875rem;top:47.125rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0hT5Q0sGCmGD0fnrHF7n9tCJOiM9r5I { top:55.375rem;left:0rem;width:31.125rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZFDe6xWxbOCQlAzdJ5I7KG0pNbN9Em0 { top:56.3125rem;left:18.65625rem;width:21.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJDRpTWSqfcF8qOsGVDxDEbz5w2sAv1M { top:59.3125rem;left:0rem;width:20.625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxyRUwZVez1krsGMJobRFHKOaRnigaAo { width:20.6875rem;height:2.375rem;top:58.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vONRxa7olrwXqaZK6TtyFMrKXGJxiaHh { width:18.5625rem;height:2.5rem;top:61.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpUXRDDp0Ghep6pHJKncFRiZW8T7hRJ6 { display:block; }
 }@media only screen and (max-width: 763px) { #TIItwXnasoyPqU4ts1RBrqbmSAg7HHHZ { top:22.875rem;left:0rem;width:13.3125rem;height:2.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ufEfcrUrxl1DWkTUFTbPzCZGApQtyFJ3 { width:3.5625rem;height:3.5625rem;top:33.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5BxrlN1yKdzXKTJQZbOTQ6cGfUDXLhO { width:3.5625rem;height:3.5625rem;top:27rem;left:9.72500038147rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmSKHInnLknF5Twc3uTzLMr1ThUIiLQr { top:26.4375rem;left:0rem;width:9.9375rem;height:6.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBiXN2spBXP12HEncH3QD2UGbc79veIM { top:12.375rem;left:5.1000003814697rem;width:14.6875rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdQkCO8RrNTwRQvTGOKErM14rIgCitEe { top:15.375rem;left:5.1000003814697rem;width:24.5625rem;height:11rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJaJDlCfgVrJQAFJqssx8TLSDkfWAI5C { top:11.4375rem;left:30.4375rem;width:17.3125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtAtDsQFkT7AsR0guZi0oschvtGgUrRT { top:14.3125rem;left:31.125rem;width:16.625rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1pBhI3ETc37OcdTomGv6tm3BCCXuoOn { width:3.5625rem;height:3.5625rem;top:17.5625rem;left:31.375001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #zZBnCcJxuWf5PzNgBqtNrtUvAlx7IqSQ { top:18.625rem;left:30.4375rem;width:17.3125rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fETfNATeCeAHRS1iHvLWwguSpNITAWON { width:3.5625rem;height:3.5625rem;top:23.5625rem;left:38.41250038147rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRAu9mOn8HTsq1bhbsIQSUO36rAOHe63 { top:21.5rem;left:31.125rem;width:16.625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXs9WsT46DlgM9ilnoiXww26VOs9zivL { top:23.25rem;left:36.625rem;width:11.125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy7EzIRBeJk6TESBP3DpF0WsiMZ5oZLx { top:24.75rem;left:36.3125rem;width:11.4375rem;height:11rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUNInzETcSs3cnbqTdpDIqqmbk9yy6IE { width:3.5625rem;height:3.5625rem;top:36.5rem;left:44.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWFPqiJVyuuszNJbmIxeCg1ZPiHbwE1c { top:31.375rem;left:0rem;width:20rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHWipWbmi8DItwa5NAC4WTySgBHmW2sT { top:32.5625rem;left:0rem;width:18.0625rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #suJnoauxclTFdPrW49MpPZQGI4KZ008s { top:30.75rem;left:0rem;width:18.8125rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAATsJvRJorrh2ydsFk2cnKDSdD2vxg6 { top:42.125rem;left:0rem;width:17.3125rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFPQ23HVHLfcieTMr3bR2NxCmOqM0qr9 { top:41.125rem;left:0rem;width:17.3125rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m3XOXhrylUA2ALcnlffg2RbTVDwElNad { top:24.75rem;left:36.3125rem;width:11.4375rem;height:11rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQRqqzZaB7H3rlFGGJbOzXpFqsKLnsfr { top:49rem;left:0rem;width:20rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZLTc4EJQKW0TNAKvEGRdM1lDB9geeGS { top:84.0625rem;left:0rem;width:19.8125rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXPZGhZRNmSuO7TbtFbIOvcJQFxOKnNQ { width:47.75rem;height:21.635229540918rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc39Jr7BasiVpGXq2pMdESTTddNMK1aX { display:none; }#Dc39Jr7BasiVpGXq2pMdESTTddNMK1aX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d8k3yHyl8OlpriJcG9eau8sWxVSLT0EB { width:4.1875rem;height:4.1875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXESLD2wF0pd3M5Lbfo8ZkqOTXhUMrDl { width:12.5rem;height:1.9375rem;top:3.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQMuRTF8Pctqk1wQV5NeHVHuzEgnW5fA { width:4.1875rem;height:4.1875rem;top:2rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqz23zDaPONnq5veloIENE5zDsMHfz7q { width:12.5rem;height:1.9375rem;top:3.0625rem;left:8.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw4FpbdeH2oUuT00IMDVUZmGnaVcV0Zm { width:15.1875rem;height:1.3125rem;top:5.3125rem;left:8.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS5MBmTsGfEKRuOaDFs5qtIWvWAAureQ { width:4.1875rem;height:4.1875rem;top:2rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQrfQAzNRI0NJcMconUd5cGRqzuTe4TT { width:15.1875rem;height:1.25rem;top:5.375rem;left:31.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P67TRw3C5mStxSP79hfVbZALcycflHDa { width:12.5rem;height:1.9375rem;top:3.125rem;left:31.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBfVuk5ocHmsRIcer5fHLnSdLWRRwlPZ { width:11.25rem;height:1.875rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeLOM3miZ3nWI09PqasHohPcFiPnr1Zi { width:8.8125rem;height:1.875rem;top:8.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf6XwEwQ5L12zLGu5Wf06Wi0leNM3AW6 { width:7.5625rem;height:1.875rem;top:8.5rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #q64KrkUvtC6SWcTi80RB2MMJULXkykoP { width:9.375rem;height:0;top:8.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV3JGfptyniCSUTT5U7T1IQKllqDO62M { width:7.5rem;height:1.25rem;top:8.75rem;left:3.09375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC1ErMg3m4WMgWUd2QrH4zFWwpmNTUxG { width:6.5rem;height:1.25rem;top:8.75rem;left:12.53125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U13fcQVQl8I8xdUSAeJnzZS7xaBd8CqA { display:block; }#U13fcQVQl8I8xdUSAeJnzZS7xaBd8CqA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGuNgTZ10DrvC1gpefZdpZAolgSuwTQn { top:6.1875rem;left:8.40625rem;width:30.9375rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhxF2Bpy7EOkV12q07FWO5IfIls62FI3 { top:2.9375rem;left:1.0625rem;width:44.25rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcuk4dgkN5SxKXei9JzLbMxsfPQIqM4o { width:0.0625rem;height:16.25rem;top:10.75rem;left:23.156251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKnvndx7dEJ8hPRCIiCUdrLFCSlbO6MH { width:18.4375rem;height:2.5rem;top:29.75rem;left:13.91250038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSoaZFTJtgOnJLpzKswwW7JX8x7o6dHC { display:block; }
 }@media only screen and (max-width: 763px) { #vIt3Ef6bz1Wl3PiawWalEzT28Vxbi3Lu { width:22.625rem;height:10.875rem;top:11.5625rem;left:25.10000038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6USB9v5MXB4dFohKmdMKOVZe7WoBB27 { width:22.625rem;height:11.25rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8gfE5cEVNC1CnnzemJ25SfveS2eHldM { top:23.875rem;left:14.550001144409rem;width:3.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMBousIcLt82qc9DN202hbCUUgsTPdkg { top:23.875rem;left:28.737501144409rem;width:3.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoRlBc87CzTaAETi5GV7xgKWDMKeXyOA { top:6.8125rem;left:0rem;width:19.4375rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS { display:block; }#k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKhPaM1m6XbXI7TS6UaWdmr8SguiRTgO { top:2.6875rem;left:16.125001907349rem;width:15.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVuwUCzrFvk6VJ4oGfcPQcuBKtUw5lz8 { top:4.5625rem;left:2.03125rem;width:43.6875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOhExr1m3ExvB13MEPlabUzd3zvNXoQg { width:2.8125rem;height:2.8125rem;top:43.75rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4nwTW1ZuTu9H9ATinz1eTUkEZRqlSNc { width:2.8125rem;height:2.8125rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzVN0WQ9415NLiBUhqsQtWb9JnzKCyhE { width:4.6875rem;height:1.6875rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPwtKSWHQhrE7IXAEWZQvHpMxHHN8eEv { width:4.6875rem;height:1.6875rem;top:47.125rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STH9iQqhlMumb5ShHMiQ97VGbpeQpd7S { top:55.375rem;left:0rem;width:17.5rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcKOoZep5DncFMpuawTI7vEZD1OEZx56 { top:56.3125rem;left:4rem;width:21.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uob5FScfsXAA0lgrPTTegZqtVA6rGfDm { top:59.3125rem;left:0rem;width:14.625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n88BVeC7tJiWiCIiqur5pnMylq4yhsQq { width:14.75rem;height:2.375rem;top:58.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQHRFTuTZscQOO3b72oA9QLpGpcH2h6g { width:18.5625rem;height:2.5rem;top:61.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9eHstO38FCZmqCZ9WiUJgCFqOaVNKfL { display:block; }
 }@media only screen and (max-width: 763px) { #iqIlPnanVnN1UwamCDwWlsCPgN64nVpI { top:24.8125rem;left:0rem;width:16.5rem;height:2.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBOsc7uh3XwfXTnZf1foQSQfz51pBGNW { width:3.5625rem;height:3.5625rem;top:32.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJXKuKcVuuVzU08dLaMQcZMWImXW0L0L { width:3.5625rem;height:3.5625rem;top:23.375rem;left:8.2375011444094rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTHdiMxHDglqZtewWgGqx8JOlsJ33S0L { top:27.6875rem;left:0rem;width:12.5rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zkxcu74Ncwa7lpBnhufoIcAp3NDKz8t5 { top:11.9375rem;left:0.4375rem;width:19.1875rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzn4kpoK6CpJZQrJeIZVJVAW3m5kTpKf { top:14.75rem;left:0.5rem;width:19rem;height:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGiseTOS3RCNvdy3nFir842XeKktBzdp { top:14.1875rem;left:25rem;width:17.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWaSAprBBmH83ManSydg4bSuOo7PE6zf { top:15.6875rem;left:25rem;width:20.5625rem;height:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M65qCFhhm5qi9kBsNubZQn1TJTPSd2Th { width:3.5625rem;height:3.5625rem;top:24.0625rem;left:28.987501144409rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ad3yCNJ72PbhAiOoPxe2EnNwK715qdoH { top:23.25rem;left:36.625rem;width:11.125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2fqLrke4P0t619OSdMn4s0y3JQHk9Fi { top:24.75rem;left:36.3125rem;width:11.4375rem;height:11rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kscx0KQB7yhg1RBb28uldv9kduLDRr0n { width:3.5625rem;height:3.5625rem;top:36.5rem;left:44.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMKdK63eQHsMJEbyqUeOHBqPepzFXHTE { top:12.3125rem;left:0rem;width:20rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fBdzDcKAyg5EGT2ASpCgdSzW4l6T6RVl { top:27.875rem;left:0rem;width:18.0625rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBPVtSKAAC4TZTdC3aXGWV7GbuEXQAbr { top:43.3125rem;left:0rem;width:18.8125rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bntoULTqrUw0SwQIsqSQMTQAykVtCoWQ { top:42.125rem;left:0rem;width:17.3125rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qx9F7s9hkxHOV5GEq9pBV4o0dkXN20Pd { top:24.75rem;left:36.3125rem;width:11.4375rem;height:11rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9SXha5KwpBAxbyoQM8abOKzUBLFSiHp { top:49rem;left:0rem;width:20rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQr3KmimDeq6JdLZkBVBRTFWib0MQkSG { top:68rem;left:0rem;width:14rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bqSt98Zlq1GhE8XU9oGElEMoQsyOXoLf { width:47.75rem;height:22.55619047619rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RftzlbdDvl7wg8MEUSNLqZhaVEdnxPNB { width:9.8125rem;height:2.375rem;top:58.6875rem;left:2.2062511444092rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEHzq4eXbgePQLGfbKVUPtFE7r1Gwub3 { top:59.3125rem;left:2.2062511444092rem;width:9.875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4t4VOI1l2FfmxOTaE7W7w6P8grZxiAw { width:15.125rem;height:2.375rem;top:58.6875rem;left:12.268751144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeiZWqxn3VpzUR4puIrODBTNWPEIz9LP { top:59.3125rem;left:12.268751144409rem;width:15.0625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2PiOhH7xOo4g5dkWpAyq9l4Ud6gg4UH { width:47.75rem;height:25rem;top:27.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #un69rahPmnL44tV0XQBglvi0iFTTyUPV { top:71.125rem;left:0rem;width:14rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t25fuJlnDvK4iWn0I9pttKTeRN9oFvv7 { top:74.3125rem;left:0rem;width:14rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iBNeAzTR8vZ15BPgW5rMLV5i8xwIFUKp { display:none; }#iBNeAzTR8vZ15BPgW5rMLV5i8xwIFUKp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cQ7tE90clrVG3Tp7vT5yl58Fl7E9KIhT { width:4.1875rem;height:4.1875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRE88m5XbB9vbszTQEq8ggHlvHawMT7g { width:12.5rem;height:1.9375rem;top:3.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzkKnxaN80S1yRHpwJkTTGOtQsEn73T9 { width:4.1875rem;height:4.1875rem;top:2rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnFzW4KNqgqk4FfDcCF2wBfuFFkBB53I { width:12.5rem;height:1.9375rem;top:3.0625rem;left:8.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl4I0h4gRkR9IlzcKq7IwaoReUmwOqQ9 { width:15.1875rem;height:1.25rem;top:5.3125rem;left:8.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4zTw3mFfwm4iitEusf8BKNWcPdXdr0G { width:4.1875rem;height:4.1875rem;top:2rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZy108qdT9aJDZUfVbdVbvmQxwxsk4Sp { width:15.1875rem;height:1.25rem;top:5.375rem;left:31.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM7eF9N1MyrTGwlhxtwqyFL1dTEy10aR { width:12.5rem;height:1.9375rem;top:3.125rem;left:31.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4JZBW8bcHyPBPBDP2TsCfqqIi6dVSnV { width:11.25rem;height:1.875rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9Qfxn5TIaiWbe6gTGM8sK4v837WETmw { width:8.8125rem;height:1.875rem;top:8.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUlELdKvTQWQJztKKIZuCszskIpDNDEL { width:7.5625rem;height:1.875rem;top:8.5rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKg9Tp1BJPCMpPaPg3Vr0beyU1bqkJ3M { width:9.375rem;height:0;top:8.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibtaeTsunPT6oLCB1oUhDIbFMnmOhkck { width:7.5rem;height:1.25rem;top:8.75rem;left:3.09375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1SlhuX95d28q7PP3e5PWzyCTo70nyv3 { width:6.5rem;height:1.25rem;top:8.75rem;left:12.53125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeh6TSXgId5xGy2vObGV54ZXERhoN4N5 { display:block; }#aeh6TSXgId5xGy2vObGV54ZXERhoN4N5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KurDcZ18MCTg9WWdMzO4z6WrAxI0paFc { top:6.125rem;left:8.40625rem;width:30.9375rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTVydWrWpgSxsxFl1E1xn4ooLmoKMofK { top:2.875rem;left:1.0625rem;width:44.25rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh45FtqgPdwnxS0glIQPbQKR0HLbdKBg { width:0.0625rem;height:16.25rem;top:10.75rem;left:23.156251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbc01WMWGD8vPU49ht9GqynXZdDqZ5OR { width:18.4375rem;height:2.5rem;top:29.75rem;left:13.91250038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR6J9kBnKsZMKqFhwhmVRcANtUBXKf9T { display:block; }
 }@media only screen and (max-width: 763px) { #N7A9uWwkxtoilREdCo16FSgS2mg6ae51 { width:19.9375rem;height:10.8125rem;top:11.5625rem;left:25.10000038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAZnk7P1693UCF2dtWsLMOlAku5NecwE { width:20.625rem;height:11.1875rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8Rwa1oxPc5ZWfBwvr5WhpoTT8B9WS2x { top:23.875rem;left:14.550001144409rem;width:3.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNxXHZMKmTcppIGQbTka2igpJyc5ZtKy { top:23.875rem;left:28.737501144409rem;width:3.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU6JOtPnVDN18ZWfnPECafSfHQ7K1G6i { top:6.8125rem;left:0rem;width:19.4375rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpuwW8u6DS8Cm5e4gRIkFXiHHdTMRszb { display:block; }#gpuwW8u6DS8Cm5e4gRIkFXiHHdTMRszb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDtcTOyLT69WCT55OJxHP76XnHbZiT15 { top:6.625rem;left:8.4375rem;width:30.9375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMEnKl0otphRXN0UWzemiNg5uhhibmV9 { top:9.8125rem;left:10.656251907349rem;width:26.4375rem;height:47rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1RMIF7p2mZQVvqss50gTMTghM4OvicI { top:3.375rem;left:1.75rem;width:44.25rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXulTbAdSqZt46WoTAH2GsQqgVpV5NQr { width:18.375rem;height:2.5rem;top:59.4375rem;left:14.64999961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5Kq6nqetaVHPrRCRDOxx5B8CxugdHnz { display:block; }
 }@media only screen and (max-width: 763px) { #u9QwfR3t5RScMZh1CuJwMH6hUCtwBzGr { width:26.375rem;height:47rem;top:9.875rem;left:10.656251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGTONyAP6cehurhVTqLIE8XWBWXitJRE { display:block; }#FGTONyAP6cehurhVTqLIE8XWBWXitJRE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZi3ZOf5TuulndtXrB04mT3XHUbvuAoV { width:43.625rem;height:2.75rem;top:10.8125rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8GLkXDy1kvfz6NAWkqGvw78PmPqJLTB { width:14.4375rem;height:3.125rem;top:6.4375rem;left:16.656251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4EIXM0n4T6Tmnwmga91Ffno0nORGH67 { display:block; }#i4EIXM0n4T6Tmnwmga91Ffno0nORGH67 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDfDuTEMClhoMs2RxTQoc6tuKtZldLUq { top:7.6875rem;left:5.0625rem;width:38.8125rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-regular-label { width:38.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-input-text { width:38.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-input-text {padding-top: 0; padding-bottom: 0;}#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-textarea { width:38.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-input-select { width:38.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-input-select {padding-top: 0; padding-bottom: 0;}#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-input-button { width:21.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.25rem; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-checkbox-label { width:37.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H  { width:38.3125rem;height:auto;top:15.8125rem;left:3.46875rem; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .radio-container { width:38.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H {display:block;}#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H { width:38.3125rem;height:auto;top:15.8125rem;left:3.46875rem; }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #dfrmqldg3TbUomMuzoTPKSgh9dVtItNx {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #vEa7hm39RsE0yKgteAp95wECCmo4h1Ga { display:none; }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #FbxwLwKUvmklivt6fa7Nk2y24Mn0Js53 {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #xXN4Dt80EBTrB5yO9evKhXPb5wKzBtq4 {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #XxmqGrZv2xZsX7tCZ3w16QADdF1BSACP { display:none; }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #QIx0ue9iT7ammTTnryvCKcvRZZNGousg {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #pQzARHw3A5r8N3I9IdIPHvd5PlxK9t6I {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #KCPH7r0lvtktkcAHnIqbdcWPLBHpiXhJ { display:none; }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #QuOVmvoJ1DP3TPsIzazMI66PAAFpAlaF {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #G9kcDs30LmZRlqh8hM0Bw8EGMoui8fhy {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #yzGG9F4eJrIX3pnxbOLlKT4VHpB3WeT8 {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #adCrCnqyC1d6Ao1mCPocHEtrTcW2dXTQ {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #gIW15vcZomPvpTzTerJmhGO9WO87hZqn {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #WfNg7y4wTQ7zKfnbaIXhXvKGH9sDkLCI {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #Zs4zWGHiHuy6AhB5pEKBHRW9PC2TgZFk {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #xpTECkJfCExKztWTpFOBKLztif5czmMf {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #QfbXB5RxQQx36GwyaazoWpruDMiqogEb {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #IynXmJxipDQzOwRLLBUbIbLsr4sIBaB2 {  }
 }@media only screen and (max-width: 763px) { #XtkAGbeff7fuwIg2wus1iD6oKrM91AcJ { top:32.1875rem;left:14.750001907349rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqhZ6FBq5vkG7GdSSbvpzdonPNAEE1o1 { top:3.5625rem;left:1.75rem;width:44.25rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBDgvwWOM7eEsmGzXBEk6W7kR0KIvUeK { top:13.125rem;left:9rem;width:30.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtmUX0CTxkDibiUXt4b4CLRoMDkSrtII { display:block; }#xtmUX0CTxkDibiUXt4b4CLRoMDkSrtII > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1iHdFZxoyvwAzubhq6KC4nax7eJC2AF { top:4.6875rem;left:1.75rem;width:44.25rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTVbwWhKuf77icfx5mQTLk0owLZKBBMA { top:15.5rem;left:4.5rem;width:38.8125rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a70gFu52MkNQ8nCkEZmnuppaTkgV92Dc { top:18.625rem;left:4.5rem;width:38.8125rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn528UkqgcrUe6mpdVWUilJCMmIvn569 { top:23.4375rem;left:4.5rem;width:38.8125rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HktucQpVaPN4Ov5r6W6WKK7bAcH34c1L { width:12.5rem;height:1.25rem;top:27.9375rem;left:17.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrNZr4FmZo0tApd4O1e17sXeoAUNCmWV { width:22.5rem;height:3.4375rem;top:9.75rem;left:12.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlmNyRsL2TdL0PLQ6UN5ie8LFOXI70pr { width:25.25rem;height:1.125rem;top:29.5rem;left:11.250001907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvCIIlB78dmwyz1TbNkt8mWLEnp6L8rO { width:20.75rem;height:1.25rem;top:32.25rem;left:13.500001907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3AsWZZPCTS32bJOxOPxnKSvnp8e2aSw { width:34.125rem;height:1.125rem;top:33.875rem;left:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R21kma3ICmn1v7EhfyDT3Xx79QFzz53s { width:20.75rem;height:1.25rem;top:36.6875rem;left:13.500001907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HawAomcXkLVfXWyR1niK122Ro6pwIzSc { width:34.125rem;height:1.125rem;top:38.1875rem;left:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE29qgCyUQc70cAT4qGWsbVlVrO12arG { width:20.75rem;height:1.25rem;top:41.4375rem;left:13.500001907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3Z7IkGAOeFB1aWDTyCKGwoSfdm7q2CS { width:34.125rem;height:1.125rem;top:42.9375rem;left:6.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF6RgABifnvIeH1EDbcD37xeGOFULpt9 { width:15.6875rem;height:1.9375rem;top:21.5rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcTCnsHgdbSvKaBh5NRd05ISXIoTThf2 { width:20rem;height:1.9375rem;top:27.4375rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ln2avTAHHDrUHrqEbSRH1mJFtd8IvZc3 { width:20rem;height:1.9375rem;top:31.5625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xmIK03C60B7ftTk8dbwTOXduzJKUVZBK { width:20rem;height:1.75rem;top:38.5rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dsTTtrbE6dSVwUQDFPHKiohQud9LulSD { display:block; }#dsTTtrbE6dSVwUQDFPHKiohQud9LulSD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5KDPLoEFQunXxIWdyQL6hv1T1pXGziO { width:47.75rem;height:22.300587172538rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MQ8pysfoFr2TCr7NZkbrehsRRGyrE8Z8 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#MQ8pysfoFr2TCr7NZkbrehsRRGyrE8Z8 > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJIlXlxIQMgThwJP2ICLCMW0tmph7cFM { width:17.9rem;height:2.5rem;top:5.0187501907349rem;left:1.0500001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8UiB0zkrSLRS4JSLc03T71egEF8sC9o { display:block; }
 }@media only screen and (max-width: 763px) { #DcQBE7qeFBW2uF4xwd2bDFafPwiCXbXW { width:17.75rem;height:1.29980625rem;top:3.7562503814698rem;left:1.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urST69t0CJTP6AEuCai6yRDfGpSfluPx { width:15.5625rem;height:2.0625rem;top:0.85000038146975rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTVOWICTxlIEiqbcD5TEHZRyeFGrEIQ1 { display:block; }#DTVOWICTxlIEiqbcD5TEHZRyeFGrEIQ1 > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yNaozNcR7LrZDLBoMkmrtIbqtFVuue79 { top:0rem;left:0rem;width:20rem;height:3.625rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bc412a7f-d49b-4458-846c-88c77a74a9bc/mob_bg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSE7tO02DEgOJuQ4Gn4gpRW24rVQIfzm { width:19.3125rem;height:4.2rem;top:1.4489583969116rem;left:0.6875rem;font-size:3.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fXB3KLl355Schkda1PBfkEQCNINrrkUu { width:17.75rem;height:6.5625rem;top:12.086458206177rem;left:0.90625rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #waI5uNwVa5DrFU6EIThrQLqFU3WPG3wf { width:13.8125rem;height:5.25rem;top:5.7739582061767rem;left:0.6875rem;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Xrn5aVQKORNO0HFCW7ryTPoHAQrmW73k { width:15rem;height:2.5rem;top:49.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNZtThWWmc15vQAJx9BgzEA85ZL2ur6d { display:block; }
 }@media only screen and (max-width: 763px) { #p6TIm0NvtsWwpDRa4nntBvv3aTqHrpSq { width:14.375rem;height:2.5rem;top:32.25rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfyOQ3mGcVQyJnrokixPUdqV9wB50R46 { display:block; }
 }@media only screen and (max-width: 763px) { #zVqRKVX5ooM6sUzTXW710K0P26Nic5gT { width:20rem;height:9.9081035923141rem;top:27.756248474121rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5mUgFRC5naaiTeG8TPztCRVDtTAkpZs { width:20rem;height:6.3145625rem;top:29.937499046326rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U6mwrRaAIvt2OI0iZXrA11T2DBgLA4pO { width:15.5rem;height:1rem;top:47.625001907349rem;left:2.25rem;font-size:1rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #td0FhKvzXkruNbLNCPPUXww3fOef9a7M { width:0.0625rem;height:7.5rem;top:55.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iN3dN6xRfC4VJEP2UrRDM01VTP8382PB { width:15.5rem;height:1rem;top:30.287499904633rem;left:2.25rem;font-size:1rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oN0TdJsnZO1itzMgxLsyubQs1nbvQQ5C { top:20.85000038147rem;left:0rem;width:20rem;height:9.4375rem;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gRGXeXPDCFkmZT35dnf14WHfQed6W8Dd { top:37.800000190735rem;left:0rem;width:20rem;height:9.0625rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0971c9ba-1709-4a12-86db-b1ffe655b0fa/slajderbg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0.adaptive-delivery-prevent-bg, #zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0.lazyload, #zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0.lazyloading { background-image: none; }#zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0 > .row .container { background-color: transparent; background-image: none; }#zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0 > .row .container > .video-iframe-container { display: none; }#zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0 > .row > .video-iframe-container { display: none; }#zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0 > .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); }#zs2l4BmJChpai6T7PiJtmwHRd4MzVsg0 > .row .container { width:20rem;height:87.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aauVpv7wy5FKGwhiC3qCsUbuzFpOPaEv { width:15.5rem;height:1rem;top:2.5rem;left:2.25rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lgncCThTfzPAXEP69e4vI8vsGmJhTlDq { width:20rem;height:4.5rem;top:4.0625rem;left:0rem;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #oSQX6vsc7E5fu2XohftXlWL27ScC76L1 { width:20rem;height:10.5rem;top:50.72500038147rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zF1ThTGXonTpqdGVzyte0l6QT3e3ThEK { width:2.8125rem;height:2.8125rem;top:61.6875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWgPNCmbGtT7mnRxOE9smiZ28MJRBiEV { width:2.8125rem;height:2.8125rem;top:61.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbEUExNn8pIAC8bQX6xMRAUplwTf822b { width:4.6875rem;height:1.6875rem;top:64.500000953675rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS6LOceBIqmFpD4syapDIa5xSHePwsmL { width:4.6875rem;height:1.6875rem;top:64.500000953675rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0hT5Q0sGCmGD0fnrHF7n9tCJOiM9r5I { width:15.25rem;height:3.5rem;top:67.662494659425rem;left:2.375rem;font-size:1.75rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pZFDe6xWxbOCQlAzdJ5I7KG0pNbN9Em0 { width:20rem;height:0.875rem;top:71.412496566775rem;left:0rem;font-size:0.875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJDRpTWSqfcF8qOsGVDxDEbz5w2sAv1M { width:19.8125rem;height:0;top:89.8125rem;left:0rem;font-size:1rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #oxyRUwZVez1krsGMJobRFHKOaRnigaAo { width:17.5rem;height:3.875rem;top:74.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vONRxa7olrwXqaZK6TtyFMrKXGJxiaHh { width:18.65rem;height:2.5rem;top:80.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpUXRDDp0Ghep6pHJKncFRiZW8T7hRJ6 { display:block; }
 }@media only screen and (max-width: 763px) { #TIItwXnasoyPqU4ts1RBrqbmSAg7HHHZ { width:18.0625rem;height:0;top:37.5625rem;left:1.8125rem;font-size:0.875rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #ufEfcrUrxl1DWkTUFTbPzCZGApQtyFJ3 { width:3.5625rem;height:3.5625rem;top:77.6687456131rem;left:6.1312503814697rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5BxrlN1yKdzXKTJQZbOTQ6cGfUDXLhO { width:3.5625rem;height:3.5625rem;top:71.468749618531rem;left:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmSKHInnLknF5Twc3uTzLMr1ThUIiLQr { width:15.25rem;height:0;top:30.562499046326rem;left:5.03125rem;font-size:0.8125rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #QBiXN2spBXP12HEncH3QD2UGbc79veIM { width:17.25rem;height:1.05rem;top:11.1875rem;left:1.375rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UdQkCO8RrNTwRQvTGOKErM14rIgCitEe { width:19.625rem;height:0;top:31.3375rem;left:0rem;font-size:0.8125rem;line-height:1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NJaJDlCfgVrJQAFJqssx8TLSDkfWAI5C { width:17.3125rem;height:0;top:44.174995422363rem;left:0rem;font-size:1rem;line-height:1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mtAtDsQFkT7AsR0guZi0oschvtGgUrRT { width:20rem;height:1.625rem;top:34.375003814698rem;left:0rem;font-size:0.8125rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J1pBhI3ETc37OcdTomGv6tm3BCCXuoOn { width:3.5625rem;height:3.5625rem;top:20.6rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zZBnCcJxuWf5PzNgBqtNrtUvAlx7IqSQ { width:17.3125rem;height:0;top:46.0875rem;left:1.3125rem;font-size:0.875rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #fETfNATeCeAHRS1iHvLWwguSpNITAWON { width:3.5625rem;height:3.5625rem;top:68.024997329713rem;left:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRAu9mOn8HTsq1bhbsIQSUO36rAOHe63 { width:16.625rem;height:0.8125rem;top:38.89999961853rem;left:1.1750001907349rem;font-size:0.8125rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pXs9WsT46DlgM9ilnoiXww26VOs9zivL { width:11.125rem;height:0.875rem;top:41.637496948243rem;left:4.4375rem;font-size:0.875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wy7EzIRBeJk6TESBP3DpF0WsiMZ5oZLx { width:20rem;height:0;top:42.53750038147rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TUNInzETcSs3cnbqTdpDIqqmbk9yy6IE { width:3.5625rem;height:3.5625rem;top:80.962499237063rem;left:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWFPqiJVyuuszNJbmIxeCg1ZPiHbwE1c { width:20rem;height:13.6465rem;top:12.35000038147rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #LHWipWbmi8DItwa5NAC4WTySgBHmW2sT { width:18.0625rem;height:0.875rem;top:27.874997138977rem;left:0.96875rem;font-size:0.875rem;line-height:1;z-index:15005;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #suJnoauxclTFdPrW49MpPZQGI4KZ008s { width:18.8125rem;height:2.2744125rem;top:29.031249046326rem;left:0.59375rem;font-size:0.8125rem;line-height:1.4;z-index:15008;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VAATsJvRJorrh2ydsFk2cnKDSdD2vxg6 { width:19.25rem;height:0.875rem;top:33.299999237061rem;left:0.375rem;font-size:0.875rem;line-height:1;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #lFPQ23HVHLfcieTMr3bR2NxCmOqM0qr9 { width:17.3125rem;height:0.875rem;top:37.774995803833rem;left:1.34375rem;font-size:0.875rem;line-height:1;z-index:15008;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m3XOXhrylUA2ALcnlffg2RbTVDwElNad { width:20rem;height:0;top:48.60000038147rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:center;text-align-last:center;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #tQRqqzZaB7H3rlFGGJbOzXpFqsKLnsfr { width:20rem;height:6.82325rem;top:42.60000038147rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #MZLTc4EJQKW0TNAKvEGRdM1lDB9geeGS { width:14rem;height:2.44921875rem;top:75.412502288819rem;left:3rem;font-size:0.875rem;line-height:1.4;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #uXPZGhZRNmSuO7TbtFbIOvcJQFxOKnNQ { width:20rem;height:9.061876247505rem;top:28rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Dc39Jr7BasiVpGXq2pMdESTTddNMK1aX { display:none; }#Dc39Jr7BasiVpGXq2pMdESTTddNMK1aX > .row .container { width:20rem;height:16.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d8k3yHyl8OlpriJcG9eau8sWxVSLT0EB { width:3rem;height:3rem;top:1.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXESLD2wF0pd3M5Lbfo8ZkqOTXhUMrDl { width:12.5rem;height:1.38125rem;top:2.4343748092651rem;left:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQMuRTF8Pctqk1wQV5NeHVHuzEgnW5fA { width:3rem;height:3rem;top:5.5125007629394rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqz23zDaPONnq5veloIENE5zDsMHfz7q { width:12.5rem;height:1.38125rem;top:6.32187461853rem;left:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw4FpbdeH2oUuT00IMDVUZmGnaVcV0Zm { width:13.0625rem;height:0.89375rem;top:7.80624961853rem;left:4.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS5MBmTsGfEKRuOaDFs5qtIWvWAAureQ { width:3rem;height:3rem;top:9.33749961853rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQrfQAzNRI0NJcMconUd5cGRqzuTe4TT { width:13.4375rem;height:0.89375rem;top:11.63125038147rem;left:4.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P67TRw3C5mStxSP79hfVbZALcycflHDa { width:12.5rem;height:1.38125rem;top:10.14687538147rem;left:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBfVuk5ocHmsRIcer5fHLnSdLWRRwlPZ { width:7.3125rem;height:1.25rem;top:13.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeLOM3miZ3nWI09PqasHohPcFiPnr1Zi { width:5.6875rem;height:1.25rem;top:13.9375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf6XwEwQ5L12zLGu5Wf06Wi0leNM3AW6 { width:5rem;height:1.25rem;top:13.9375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q64KrkUvtC6SWcTi80RB2MMJULXkykoP { width:6.25rem;height:0.8125rem;top:14.1875rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV3JGfptyniCSUTT5U7T1IQKllqDO62M { width:4.6875rem;height:0.8125rem;top:14.1875rem;left:8.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC1ErMg3m4WMgWUd2QrH4zFWwpmNTUxG { width:4.25rem;height:0.8125rem;top:14.1875rem;left:14.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U13fcQVQl8I8xdUSAeJnzZS7xaBd8CqA { background-color:#ffffff;background-image:none;display:block; }#U13fcQVQl8I8xdUSAeJnzZS7xaBd8CqA > .row .container { background-color: transparent; background-image: none; }#U13fcQVQl8I8xdUSAeJnzZS7xaBd8CqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U13fcQVQl8I8xdUSAeJnzZS7xaBd8CqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U13fcQVQl8I8xdUSAeJnzZS7xaBd8CqA > .row .container > .video-iframe-container { display: none; }#U13fcQVQl8I8xdUSAeJnzZS7xaBd8CqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U13fcQVQl8I8xdUSAeJnzZS7xaBd8CqA > .row > .video-iframe-container { display: none; }#U13fcQVQl8I8xdUSAeJnzZS7xaBd8CqA > .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); }#U13fcQVQl8I8xdUSAeJnzZS7xaBd8CqA > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGuNgTZ10DrvC1gpefZdpZAolgSuwTQn { width:19.4375rem;height:0;top:6.8125rem;left:0rem;font-size:0.875rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #OhxF2Bpy7EOkV12q07FWO5IfIls62FI3 { width:14.9375rem;height:4.55rem;top:2.3624992370606rem;left:2.53125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcuk4dgkN5SxKXei9JzLbMxsfPQIqM4o { width:0.0625rem;height:11.5625rem;top:63.5125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKnvndx7dEJ8hPRCIiCUdrLFCSlbO6MH { width:18.5rem;height:2.5rem;top:37.674998283386rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSoaZFTJtgOnJLpzKswwW7JX8x7o6dHC { display:block; }
 }@media only screen and (max-width: 763px) { #vIt3Ef6bz1Wl3PiawWalEzT28Vxbi3Lu { width:20rem;height:9.6132596685083rem;top:24.250001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6USB9v5MXB4dFohKmdMKOVZe7WoBB27 { width:20rem;height:9.9447513812155rem;top:10.014581680298rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8gfE5cEVNC1CnnzemJ25SfveS2eHldM { width:3.1875rem;height:1.4rem;top:19.95937538147rem;left:8.40625rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MMBousIcLt82qc9DN202hbCUUgsTPdkg { width:3.1875rem;height:1.4rem;top:34.650000572204rem;left:8.40625rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eoRlBc87CzTaAETi5GV7xgKWDMKeXyOA { width:19.4375rem;height:1.225rem;top:6.8624992370606rem;left:0.28125rem;font-size:0.875rem;line-height:1.4;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0971c9ba-1709-4a12-86db-b1ffe655b0fa/slajderbg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS.adaptive-delivery-prevent-bg, #k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS.lazyload, #k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS.lazyloading { background-image: none; }#k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS > .row .container { background-color: transparent; background-image: none; }#k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS > .row .container > .video-iframe-container { display: none; }#k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS > .row > .video-iframe-container { display: none; }#k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS > .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); }#k3H6SmZ3mVDWXrLJpLdTqKSdJyowciCS > .row .container { width:20rem;height:85.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKhPaM1m6XbXI7TS6UaWdmr8SguiRTgO { width:15.5rem;height:1rem;top:2.5rem;left:2.25rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MVuwUCzrFvk6VJ4oGfcPQcuBKtUw5lz8 { width:20rem;height:1.5rem;top:4.0625rem;left:0rem;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UOhExr1m3ExvB13MEPlabUzd3zvNXoQg { width:2.8125rem;height:2.8125rem;top:55.1875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4nwTW1ZuTu9H9ATinz1eTUkEZRqlSNc { width:2.8125rem;height:2.8125rem;top:55.1875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzVN0WQ9415NLiBUhqsQtWb9JnzKCyhE { width:4.6875rem;height:1.6875rem;top:58rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPwtKSWHQhrE7IXAEWZQvHpMxHHN8eEv { width:4.6875rem;height:1.6875rem;top:58rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STH9iQqhlMumb5ShHMiQ97VGbpeQpd7S { width:15.25rem;height:1.75rem;top:61.162506103516rem;left:2.375rem;font-size:1.75rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zcKOoZep5DncFMpuawTI7vEZD1OEZx56 { width:20rem;height:0.875rem;top:63.162494659425rem;left:0rem;font-size:0.875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uob5FScfsXAA0lgrPTTegZqtVA6rGfDm { width:19.8125rem;height:0;top:89.8125rem;left:0rem;font-size:1rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #n88BVeC7tJiWiCIiqur5pnMylq4yhsQq { width:17.5rem;height:2.375rem;top:67.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQHRFTuTZscQOO3b72oA9QLpGpcH2h6g { width:18.65rem;height:2.5rem;top:78.18750190735rem;left:0.67500019073488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9eHstO38FCZmqCZ9WiUJgCFqOaVNKfL { display:block; }
 }@media only screen and (max-width: 763px) { #iqIlPnanVnN1UwamCDwWlsCPgN64nVpI { width:18.0625rem;height:0;top:37.5625rem;left:1.8125rem;font-size:0.875rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #KBOsc7uh3XwfXTnZf1foQSQfz51pBGNW { width:3.5625rem;height:3.5625rem;top:77.6687456131rem;left:6.1312503814697rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJXKuKcVuuVzU08dLaMQcZMWImXW0L0L { width:3.5625rem;height:3.5625rem;top:71.468749618531rem;left:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTHdiMxHDglqZtewWgGqx8JOlsJ33S0L { width:15.25rem;height:0;top:30.562499046326rem;left:5.03125rem;font-size:0.8125rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #Zkxcu74Ncwa7lpBnhufoIcAp3NDKz8t5 { width:17.25rem;height:2.1rem;top:7.6874980926512rem;left:1.375rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rzn4kpoK6CpJZQrJeIZVJVAW3m5kTpKf { width:19.625rem;height:0;top:31.3375rem;left:0rem;font-size:0.8125rem;line-height:1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cGiseTOS3RCNvdy3nFir842XeKktBzdp { width:17.3125rem;height:0;top:44.174995422363rem;left:0rem;font-size:1rem;line-height:1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RWaSAprBBmH83ManSydg4bSuOo7PE6zf { width:20rem;height:6.82325rem;top:20.125rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M65qCFhhm5qi9kBsNubZQn1TJTPSd2Th { width:3.5625rem;height:3.5625rem;top:20.6rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ad3yCNJ72PbhAiOoPxe2EnNwK715qdoH { width:11.125rem;height:0.875rem;top:34.512496948243rem;left:4.4375rem;font-size:0.875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2fqLrke4P0t619OSdMn4s0y3JQHk9Fi { width:20rem;height:0;top:42.53750038147rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Kscx0KQB7yhg1RBb28uldv9kduLDRr0n { width:3.5625rem;height:3.5625rem;top:80.962499237063rem;left:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMKdK63eQHsMJEbyqUeOHBqPepzFXHTE { width:20rem;height:6.82325rem;top:10.162494659424rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #fBdzDcKAyg5EGT2ASpCgdSzW4l6T6RVl { width:18.0625rem;height:0.875rem;top:19.062502861023rem;left:0.96875rem;font-size:0.875rem;line-height:1;z-index:15005;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OBPVtSKAAC4TZTdC3aXGWV7GbuEXQAbr { width:18.8125rem;height:2.2744125rem;top:30.28750038147rem;left:0.59375rem;font-size:0.8125rem;line-height:1.4;z-index:15008;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bntoULTqrUw0SwQIsqSQMTQAykVtCoWQ { width:19.25rem;height:0.875rem;top:29.112496376038rem;left:0.375rem;font-size:0.875rem;line-height:1;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Qx9F7s9hkxHOV5GEq9pBV4o0dkXN20Pd { width:20rem;height:0;top:48.60000038147rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:center;text-align-last:center;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #a9SXha5KwpBAxbyoQM8abOKzUBLFSiHp { width:20rem;height:6.82325rem;top:35.600006103516rem;left:0rem;font-size:0.8125rem;line-height:1.4;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #fQr3KmimDeq6JdLZkBVBRTFWib0MQkSG { width:14rem;height:1.225rem;top:68rem;left:3rem;font-size:0.875rem;line-height:1.4;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #bqSt98Zlq1GhE8XU9oGElEMoQsyOXoLf { width:20rem;height:9.375rem;top:43.407293319702rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #RftzlbdDvl7wg8MEUSNLqZhaVEdnxPNB { width:9.8125rem;height:2.375rem;top:70.593749046325rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEHzq4eXbgePQLGfbKVUPtFE7r1Gwub3 { width:9.875rem;height:0;top:115.21249866486rem;left:10.125rem;font-size:1rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #W4t4VOI1l2FfmxOTaE7W7w6P8grZxiAw { width:15.125rem;height:2.375rem;top:73.750022888181rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeiZWqxn3VpzUR4puIrODBTNWPEIz9LP { width:15.0625rem;height:0;top:115.21249866486rem;left:4.875rem;font-size:1rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #a2PiOhH7xOo4g5dkWpAyq9l4Ud6gg4UH { width:20rem;height:10.375rem;top:44.862501144409rem;left:0rem;overflow:hidden;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #un69rahPmnL44tV0XQBglvi0iFTTyUPV { width:14rem;height:1.225rem;top:71.168750762938rem;left:3rem;font-size:0.875rem;line-height:1.4;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #t25fuJlnDvK4iWn0I9pttKTeRN9oFvv7 { width:14rem;height:;top:74.324996948244rem;left:3rem;font-size:0.875rem;line-height:1.4;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #iBNeAzTR8vZ15BPgW5rMLV5i8xwIFUKp { display:none; }#iBNeAzTR8vZ15BPgW5rMLV5i8xwIFUKp > .row .container { width:20rem;height:16.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cQ7tE90clrVG3Tp7vT5yl58Fl7E9KIhT { width:3rem;height:3rem;top:1.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRE88m5XbB9vbszTQEq8ggHlvHawMT7g { width:12.5rem;height:1.38125rem;top:2.4343748092651rem;left:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzkKnxaN80S1yRHpwJkTTGOtQsEn73T9 { width:3rem;height:3rem;top:5.5125007629394rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnFzW4KNqgqk4FfDcCF2wBfuFFkBB53I { width:12.5rem;height:1.38125rem;top:6.32187461853rem;left:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl4I0h4gRkR9IlzcKq7IwaoReUmwOqQ9 { width:13.0625rem;height:0.89375rem;top:7.80624961853rem;left:4.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4zTw3mFfwm4iitEusf8BKNWcPdXdr0G { width:3rem;height:3rem;top:9.33749961853rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZy108qdT9aJDZUfVbdVbvmQxwxsk4Sp { width:13.4375rem;height:0.89375rem;top:11.63125038147rem;left:4.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM7eF9N1MyrTGwlhxtwqyFL1dTEy10aR { width:12.5rem;height:1.38125rem;top:10.14687538147rem;left:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4JZBW8bcHyPBPBDP2TsCfqqIi6dVSnV { width:7.3125rem;height:1.25rem;top:13.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9Qfxn5TIaiWbe6gTGM8sK4v837WETmw { width:5.6875rem;height:1.25rem;top:13.9375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUlELdKvTQWQJztKKIZuCszskIpDNDEL { width:5rem;height:1.25rem;top:13.9375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKg9Tp1BJPCMpPaPg3Vr0beyU1bqkJ3M { width:6.25rem;height:0.8125rem;top:14.1875rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibtaeTsunPT6oLCB1oUhDIbFMnmOhkck { width:4.6875rem;height:0.8125rem;top:14.1875rem;left:8.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1SlhuX95d28q7PP3e5PWzyCTo70nyv3 { width:4.25rem;height:0.8125rem;top:14.1875rem;left:14.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeh6TSXgId5xGy2vObGV54ZXERhoN4N5 { background-color:#ffffff;background-image:none;display:block; }#aeh6TSXgId5xGy2vObGV54ZXERhoN4N5 > .row .container { background-color: transparent; background-image: none; }#aeh6TSXgId5xGy2vObGV54ZXERhoN4N5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeh6TSXgId5xGy2vObGV54ZXERhoN4N5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeh6TSXgId5xGy2vObGV54ZXERhoN4N5 > .row .container > .video-iframe-container { display: none; }#aeh6TSXgId5xGy2vObGV54ZXERhoN4N5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeh6TSXgId5xGy2vObGV54ZXERhoN4N5 > .row > .video-iframe-container { display: none; }#aeh6TSXgId5xGy2vObGV54ZXERhoN4N5 > .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); }#aeh6TSXgId5xGy2vObGV54ZXERhoN4N5 > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KurDcZ18MCTg9WWdMzO4z6WrAxI0paFc { width:19.4375rem;height:0;top:6.8125rem;left:0rem;font-size:0.875rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #TTVydWrWpgSxsxFl1E1xn4ooLmoKMofK { width:14.9375rem;height:2.275rem;top:2.3624992370606rem;left:2.53125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh45FtqgPdwnxS0glIQPbQKR0HLbdKBg { width:0.0625rem;height:11.5625rem;top:63.5125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbc01WMWGD8vPU49ht9GqynXZdDqZ5OR { width:18.5rem;height:2.5rem;top:33.375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR6J9kBnKsZMKqFhwhmVRcANtUBXKf9T { display:block; }
 }@media only screen and (max-width: 763px) { #N7A9uWwkxtoilREdCo16FSgS2mg6ae51 { width:17.5625rem;height:9.5625rem;top:20.749982833863rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAZnk7P1693UCF2dtWsLMOlAku5NecwE { width:18.25rem;height:9.875rem;top:7.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8Rwa1oxPc5ZWfBwvr5WhpoTT8B9WS2x { width:3.1875rem;height:1.4rem;top:17.0625rem;left:8.40625rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CNxXHZMKmTcppIGQbTka2igpJyc5ZtKy { width:3.1875rem;height:1.4rem;top:30.375rem;left:8.4375rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uU6JOtPnVDN18ZWfnPECafSfHQ7K1G6i { width:19.4375rem;height:1.225rem;top:4.5499877929688rem;left:0.28125rem;font-size:0.875rem;line-height:1.4;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #gpuwW8u6DS8Cm5e4gRIkFXiHHdTMRszb { display:block; }#gpuwW8u6DS8Cm5e4gRIkFXiHHdTMRszb > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDtcTOyLT69WCT55OJxHP76XnHbZiT15 { width:15.9375rem;height:1.4rem;top:7.0437488555906rem;left:2.03125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RMEnKl0otphRXN0UWzemiNg5uhhibmV9 { width:19.0625rem;height:34rem;top:34.156264686584rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1RMIF7p2mZQVvqss50gTMTghM4OvicI { width:15.4375rem;height:4.19921875rem;top:2.468768119812rem;left:2.28125rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gXulTbAdSqZt46WoTAH2GsQqgVpV5NQr { width:18.3375rem;height:2.5rem;top:47.423971176147rem;left:0.83125019073488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5Kq6nqetaVHPrRCRDOxx5B8CxugdHnz { display:block; }
 }@media only screen and (max-width: 763px) { #u9QwfR3t5RScMZh1CuJwMH6hUCtwBzGr { width:20rem;height:35.63981042654rem;top:9.7989587783812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGTONyAP6cehurhVTqLIE8XWBWXitJRE { display:block; }#FGTONyAP6cehurhVTqLIE8XWBWXitJRE > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZi3ZOf5TuulndtXrB04mT3XHUbvuAoV { width:20rem;height:6.9995rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8GLkXDy1kvfz6NAWkqGvw78PmPqJLTB { width:14.4375rem;height:3.125rem;top:4.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4EIXM0n4T6Tmnwmga91Ffno0nORGH67 { display:block; }#i4EIXM0n4T6Tmnwmga91Ffno0nORGH67 > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDfDuTEMClhoMs2RxTQoc6tuKtZldLUq { width:17.5625rem;height:3.65625rem;top:7.4375rem;left:1.21875rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.125rem;font-size:0.8125rem;overflow:hidden; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-input-text {padding-top: 0; padding-bottom: 0;}#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-input-select {padding-top: 0; padding-bottom: 0;}#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.8125rem; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.6;overflow:hidden;height:auto; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-container:first-of-type{padding-top:0;}#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-container:last-of-type{padding-bottom:0;}#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H  { width:17.5rem;height:auto;top:15.512500762939rem;left:0rem; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H .widget-info-text { line-height:.7;overflow:hidden;height:auto;font-size:0.125rem; }
#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H {display:block;}#OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H { width:17.5rem;height:auto;top:15.512500762939rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #dfrmqldg3TbUomMuzoTPKSgh9dVtItNx {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #vEa7hm39RsE0yKgteAp95wECCmo4h1Ga { display:none; }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #FbxwLwKUvmklivt6fa7Nk2y24Mn0Js53 {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #xXN4Dt80EBTrB5yO9evKhXPb5wKzBtq4 {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #XxmqGrZv2xZsX7tCZ3w16QADdF1BSACP { display:none; }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #QIx0ue9iT7ammTTnryvCKcvRZZNGousg {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #pQzARHw3A5r8N3I9IdIPHvd5PlxK9t6I {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #KCPH7r0lvtktkcAHnIqbdcWPLBHpiXhJ { display:none; }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #QuOVmvoJ1DP3TPsIzazMI66PAAFpAlaF {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #G9kcDs30LmZRlqh8hM0Bw8EGMoui8fhy {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #yzGG9F4eJrIX3pnxbOLlKT4VHpB3WeT8 {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #adCrCnqyC1d6Ao1mCPocHEtrTcW2dXTQ {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #gIW15vcZomPvpTzTerJmhGO9WO87hZqn {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #WfNg7y4wTQ7zKfnbaIXhXvKGH9sDkLCI {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #Zs4zWGHiHuy6AhB5pEKBHRW9PC2TgZFk {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #xpTECkJfCExKztWTpFOBKLztif5czmMf {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #QfbXB5RxQQx36GwyaazoWpruDMiqogEb {  }
 }@media only screen and (max-width: 763px) { #OBrnyFTyM0CGPwfmFCfA8bxBGf49uG3H #IynXmJxipDQzOwRLLBUbIbLsr4sIBaB2 {  }
 }@media only screen and (max-width: 763px) { #XtkAGbeff7fuwIg2wus1iD6oKrM91AcJ { width:7.1875rem;height:0.975rem;top:34.8125rem;left:8.112500190735rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqhZ6FBq5vkG7GdSSbvpzdonPNAEE1o1 { width:20rem;height:4.55rem;top:2.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBDgvwWOM7eEsmGzXBEk6W7kR0KIvUeK { width:9.875rem;height:2.1rem;top:12.10000038147rem;left:5.0625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xtmUX0CTxkDibiUXt4b4CLRoMDkSrtII { background-color:#ffffff;background-image:none;display:block; }#xtmUX0CTxkDibiUXt4b4CLRoMDkSrtII > .row .container { background-color: transparent; background-image: none; }#xtmUX0CTxkDibiUXt4b4CLRoMDkSrtII::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtmUX0CTxkDibiUXt4b4CLRoMDkSrtII > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtmUX0CTxkDibiUXt4b4CLRoMDkSrtII > .row .container > .video-iframe-container { display: none; }#xtmUX0CTxkDibiUXt4b4CLRoMDkSrtII > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xtmUX0CTxkDibiUXt4b4CLRoMDkSrtII > .row > .video-iframe-container { display: none; }#xtmUX0CTxkDibiUXt4b4CLRoMDkSrtII > .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); }#xtmUX0CTxkDibiUXt4b4CLRoMDkSrtII > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1iHdFZxoyvwAzubhq6KC4nax7eJC2AF { width:20rem;height:2.275rem;top:2.4874992370606rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTVbwWhKuf77icfx5mQTLk0owLZKBBMA { width:15.9375rem;height:2.2744125rem;top:9.3302078247069rem;left:2.03125rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #a70gFu52MkNQ8nCkEZmnuppaTkgV92Dc { width:20rem;height:2.2744125rem;top:12.492708206177rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kn528UkqgcrUe6mpdVWUilJCMmIvn569 { width:20rem;height:1.1375rem;top:15.967706680298rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HktucQpVaPN4Ov5r6W6WKK7bAcH34c1L { width:12.5rem;height:0.975rem;top:19.892705917358rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrNZr4FmZo0tApd4O1e17sXeoAUNCmWV { width:16.8125rem;height:2.5rem;top:5.3374996185303rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlmNyRsL2TdL0PLQ6UN5ie8LFOXI70pr { width:15.6875rem;height:0;top:21.19270324707rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SvCIIlB78dmwyz1TbNkt8mWLEnp6L8rO { width:20rem;height:0.975rem;top:24.26770625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3AsWZZPCTS32bJOxOPxnKSvnp8e2aSw { width:20rem;height:0;top:25.50520324707rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #R21kma3ICmn1v7EhfyDT3Xx79QFzz53s { width:20rem;height:0.975rem;top:29.217720031738rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HawAomcXkLVfXWyR1niK122Ro6pwIzSc { width:20rem;height:0;top:30.817708969116rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HE29qgCyUQc70cAT4qGWsbVlVrO12arG { width:20rem;height:0.975rem;top:34.030206680298rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3Z7IkGAOeFB1aWDTyCKGwoSfdm7q2CS { width:20rem;height:0;top:35.505208969116rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UF6RgABifnvIeH1EDbcD37xeGOFULpt9 { width:15.6875rem;height:1.949225rem;top:21.180208206177rem;left:2.15625rem;font-size:0.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #mcTCnsHgdbSvKaBh5NRd05ISXIoTThf2 { width:20rem;height:1.949225rem;top:25.580209732056rem;left:0rem;font-size:0.75rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Ln2avTAHHDrUHrqEbSRH1mJFtd8IvZc3 { width:20rem;height:1.949225rem;top:30.442708969116rem;left:0rem;font-size:0.75rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #xmIK03C60B7ftTk8dbwTOXduzJKUVZBK { width:20rem;height:1.7875rem;top:35.317708969116rem;left:0rem;font-size:0.6875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #dsTTtrbE6dSVwUQDFPHKiohQud9LulSD { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/360579c8-022e-4728-a11e-ae0b5537aeee/STOPKAMOBILE.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dsTTtrbE6dSVwUQDFPHKiohQud9LulSD.adaptive-delivery-prevent-bg, #dsTTtrbE6dSVwUQDFPHKiohQud9LulSD.lazyload, #dsTTtrbE6dSVwUQDFPHKiohQud9LulSD.lazyloading { background-image: none; }#dsTTtrbE6dSVwUQDFPHKiohQud9LulSD > .row .container { background-color: transparent; background-image: none; }#dsTTtrbE6dSVwUQDFPHKiohQud9LulSD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsTTtrbE6dSVwUQDFPHKiohQud9LulSD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsTTtrbE6dSVwUQDFPHKiohQud9LulSD > .row .container > .video-iframe-container { display: none; }#dsTTtrbE6dSVwUQDFPHKiohQud9LulSD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsTTtrbE6dSVwUQDFPHKiohQud9LulSD > .row > .video-iframe-container { display: none; }#dsTTtrbE6dSVwUQDFPHKiohQud9LulSD > .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); }#dsTTtrbE6dSVwUQDFPHKiohQud9LulSD > .row .container { border-width: 0; border-radius: 0; }#dsTTtrbE6dSVwUQDFPHKiohQud9LulSD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dsTTtrbE6dSVwUQDFPHKiohQud9LulSD > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5KDPLoEFQunXxIWdyQL6hv1T1pXGziO { width:20rem;height:9.3405600722674rem;top:1.25rem;left:0rem;display:none; }
 }