.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:241,217,255;--color-primary-1:208,128,255;--color-primary-2:160,0,255;--color-primary-3:80,0,128;--color-primary-4:24,0,38;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Graphik 2025";--paragraphs-font-family:"Graphik 2025"; }@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-secondary-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); }#JrUCOH2P6RCrBSmX2o2CJKi1tWVUpnVU { position:relative;display:none; }#JrUCOH2P6RCrBSmX2o2CJKi1tWVUpnVU { border-width: 0; border-radius: 0; }#JrUCOH2P6RCrBSmX2o2CJKi1tWVUpnVU > .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; }#JrUCOH2P6RCrBSmX2o2CJKi1tWVUpnVU > .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:18.75rem;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:none; }#fD97gbHUrx1NSZZV62tZWdAIdsE8GVU9 { 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:1.625rem;width:6.625rem;top:1.3125rem;left:0rem;overflow:hidden;display:none; }
#UXzTAyQHCWkG0Hx9Md39XQhJiLJbuSTq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#cChIZrCmKkuoRBWZVOmJdAr3safw4Vhg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:15rem;top:5.25rem;left:7.5rem;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-secondary-0),1);background-image:none;z-index:auto;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:arial;height:5.25rem;width:75rem;overflow:visible;position:relative;display:block; }#KtB219mLdcTE25Wui3fGkmLPFOwDFs70 { 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:1.625rem;width:6.625rem;top:1.3125rem;left:0rem;overflow:hidden;display:block; }
#so3fVfRZu1bwVUrnG2bZtHUBNTTgqFxG { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"graphik 2025";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0.90625rem;left:26.1875rem;display:block; }
#xo4bOLxDE871seI5T37CbWxHPLS2O2Pt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fOXnOHFxcP13EPZMQ8AHxrSoyLFaopCS { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"graphik 2025";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:0.90625rem;left:36.4375rem;display:block; }
#UhQ3vkX1Crcw1kcFfpsqKiATWrI5zqqV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R8y3EgsGpTsxocfLcUpdiIcoaGWmvVD9 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"graphik 2025";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:0.90625rem;left:47.875rem;display:block; }
#hCEuah2a9vO8lXXm4qwS8Go5mL7GhJbI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UkAnNB5AbzDXRmCuA0eAzU0RwHAvqFXH { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"graphik 2025";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0.90625rem;left:59.1875rem;display:block; }
#PLIrrtUTomcBhsRG9xllliFiQKZHTKTF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P1ZmbBn2FcZzfhELHexqTLr1pxXWJP8B { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"graphik 2025";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0.90625rem;left:67.5625rem;display:block; }
#sr5y2ABZKUTRkd0V8dRorfTTxF3G0c7H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WyXZVhp7WiHuQLBo5sgiZi4Ol0F2C77w { position:relative;display:none; }#WyXZVhp7WiHuQLBo5sgiZi4Ol0F2C77w { border-width: 0; border-radius: 0; }#WyXZVhp7WiHuQLBo5sgiZi4Ol0F2C77w > .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; }#WyXZVhp7WiHuQLBo5sgiZi4Ol0F2C77w > .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:18.75rem;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:none; }#AuFATsJDKH19yk1L8qdNwucvDM9Sfueq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/222c8aa0-d2a7-4cc8-aad8-8434ecbec131/BANNER2026.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AuFATsJDKH19yk1L8qdNwucvDM9Sfueq.adaptive-delivery-prevent-bg, #AuFATsJDKH19yk1L8qdNwucvDM9Sfueq.lazyload, #AuFATsJDKH19yk1L8qdNwucvDM9Sfueq.lazyloading { background-image: none; }#AuFATsJDKH19yk1L8qdNwucvDM9Sfueq > .row .container { background-color: transparent; background-image: none; }#AuFATsJDKH19yk1L8qdNwucvDM9Sfueq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuFATsJDKH19yk1L8qdNwucvDM9Sfueq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuFATsJDKH19yk1L8qdNwucvDM9Sfueq > .row .container > .video-iframe-container { display: none; }#AuFATsJDKH19yk1L8qdNwucvDM9Sfueq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuFATsJDKH19yk1L8qdNwucvDM9Sfueq > .row > .video-iframe-container { display: none; }#AuFATsJDKH19yk1L8qdNwucvDM9Sfueq > .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); }#AuFATsJDKH19yk1L8qdNwucvDM9Sfueq > .row .container { border-width: 0; border-radius: 0; }#AuFATsJDKH19yk1L8qdNwucvDM9Sfueq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AuFATsJDKH19yk1L8qdNwucvDM9Sfueq > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;position:relative;display:block; }#aFBs9SsVI2hbc0zaD2wkiLyusvic4Qd0 { position:absolute;display:block;z-index:15008;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:15.4375rem;width:22.625rem;top:3.84375rem;left:11.0625rem;overflow:hidden;display:none; }
#oLkzJEBhAo6yIMhcckLPcsDt0RhlNpXe { color:rgba(var(--color-secondary-0),1);display:block;width:26.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.625rem;left:0rem;height:3.65625rem;font-style:normal;display:block; }
#dxxm5LKWnkq8Cr77U28HOTzBnxmDUdVa { color:rgba(var(--color-secondary-0),1);display:block;width:25.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.3125rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:5.6875rem;left:0rem;height:;display:block; }
#mtnFJI3wgPpboCwuoAIVZHZnefCTzUlq { position:absolute;display:block;z-index:14998;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:39.5rem;width:46.5rem;top:0rem;left:28.5625rem;overflow:hidden;display:block; }
#SgcJcFhTr0lEQFodCEpywoX3bI9bBAHI { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.0625rem;left:0rem;display:block; }
#o1FPS8Z1SmTvV0O0o2061CllRPqBocqu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z9h5oE0LTTAnWF3lkzI599Kg9tCA0Bdx { color:rgba(var(--color-secondary-0),1);display:block;width:24.3125rem;position:absolute;font-family:"graphik 2025";font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:20.6875rem;left:0rem;height:7.874875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tnTxmgnF3ZtRF7u9Cm12E1IQPZ0vPm9k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Ns1I22Ab0wTw1hdJVzRoLT3g9gtKN0M1 { color:rgba(var(--color-secondary-0),1);display:block;width:24.3125rem;position:absolute;font-family:"graphik 2025";font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:20.6875rem;left:0rem;height:7.9360625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Q2LXITwvXTrf2VqXUlGBgihTL27eCmCT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#Q2LXITwvXTrf2VqXUlGBgihTL27eCmCT > .row .container { background-color: transparent; background-image: none; }#Q2LXITwvXTrf2VqXUlGBgihTL27eCmCT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2LXITwvXTrf2VqXUlGBgihTL27eCmCT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2LXITwvXTrf2VqXUlGBgihTL27eCmCT > .row .container > .video-iframe-container { display: none; }#Q2LXITwvXTrf2VqXUlGBgihTL27eCmCT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2LXITwvXTrf2VqXUlGBgihTL27eCmCT > .row > .video-iframe-container { display: none; }#Q2LXITwvXTrf2VqXUlGBgihTL27eCmCT > .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); }#Q2LXITwvXTrf2VqXUlGBgihTL27eCmCT > .row .container { border-width: 0; border-radius: 0; }#Q2LXITwvXTrf2VqXUlGBgihTL27eCmCT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q2LXITwvXTrf2VqXUlGBgihTL27eCmCT > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#M6lAWdwksNWhyTQKmmIrnFptguRgswXO { color:rgba(var(--color-tertiary-2),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:6.875rem;left:0rem;height:5.99935rem;font-style:normal;display:block; }
#owzavCG6UwTkpT90CIhOWPiUbnRtBvO3 { color:rgba(var(--color-tertiary-2),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:23.9375rem;left:0rem;height:8.748375rem;font-style:normal;display:block; }
#zUSlzxT6inRoQBXopdugxwwL0FEDF9rF { color:rgba(var(--color-tertiary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:17.375rem;left:0rem;height:3.49935rem;font-style:normal;display:block; }
#FftWDuoikrDNLAZFRM314vqW5mRhCBvo { position:absolute;display:block;z-index:15009;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:38.3125rem;width:38.3125rem;top:1.46875rem;left:35.5rem;overflow:hidden;display:block; }
#HtJRNO1cHSzFH9IzTec1dmp46nGvFk2T { position:relative;display:none; }#HtJRNO1cHSzFH9IzTec1dmp46nGvFk2T { border-width: 0; border-radius: 0; }#HtJRNO1cHSzFH9IzTec1dmp46nGvFk2T > .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; }#HtJRNO1cHSzFH9IzTec1dmp46nGvFk2T > .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:18.75rem;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:none; }#zLzJ4K1nkh3hACO7H4EtvMC3e0JaHuUO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/222c8aa0-d2a7-4cc8-aad8-8434ecbec131/BANNER2026.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zLzJ4K1nkh3hACO7H4EtvMC3e0JaHuUO.adaptive-delivery-prevent-bg, #zLzJ4K1nkh3hACO7H4EtvMC3e0JaHuUO.lazyload, #zLzJ4K1nkh3hACO7H4EtvMC3e0JaHuUO.lazyloading { background-image: none; }#zLzJ4K1nkh3hACO7H4EtvMC3e0JaHuUO > .row .container { background-color: transparent; background-image: none; }#zLzJ4K1nkh3hACO7H4EtvMC3e0JaHuUO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLzJ4K1nkh3hACO7H4EtvMC3e0JaHuUO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLzJ4K1nkh3hACO7H4EtvMC3e0JaHuUO > .row .container > .video-iframe-container { display: none; }#zLzJ4K1nkh3hACO7H4EtvMC3e0JaHuUO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLzJ4K1nkh3hACO7H4EtvMC3e0JaHuUO > .row > .video-iframe-container { display: none; }#zLzJ4K1nkh3hACO7H4EtvMC3e0JaHuUO > .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); }#zLzJ4K1nkh3hACO7H4EtvMC3e0JaHuUO > .row .container { border-width: 0; border-radius: 0; }#zLzJ4K1nkh3hACO7H4EtvMC3e0JaHuUO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zLzJ4K1nkh3hACO7H4EtvMC3e0JaHuUO > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#e1BF3fFBEkgMmk3ApdmKKL3wO8Kf97hF { position:absolute;display:block;z-index:15010;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.25rem;width:27.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#K1fOg0vkp2ls6CqFSiluDrC8VTPFxnEW { color:rgba(var(--color-secondary-0),1);display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:10.4375rem;left:31.5625rem;height:11.024875rem;font-style:normal;display:block; }
#xFHhQz858wnyWa91lfamzy35Dr1zGiAR { color:rgba(var(--color-secondary-0),1);display:block;width:40.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:5.5rem;left:31.5625rem;height:3.5rem;font-style:normal;display:block; }
#zEIu2Z9NKnoT96DO04Xt2qWyToR30Tga { position:relative;display:block; }#zEIu2Z9NKnoT96DO04Xt2qWyToR30Tga { background-color: transparent; background-image: none; }#zEIu2Z9NKnoT96DO04Xt2qWyToR30Tga::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEIu2Z9NKnoT96DO04Xt2qWyToR30Tga > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEIu2Z9NKnoT96DO04Xt2qWyToR30Tga > .row .container > .video-iframe-container { display: none; }#zEIu2Z9NKnoT96DO04Xt2qWyToR30Tga > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEIu2Z9NKnoT96DO04Xt2qWyToR30Tga > .row > .video-iframe-container { display: none; }#zEIu2Z9NKnoT96DO04Xt2qWyToR30Tga > .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); }#zEIu2Z9NKnoT96DO04Xt2qWyToR30Tga { border-width: 0; border-radius: 0; }#zEIu2Z9NKnoT96DO04Xt2qWyToR30Tga > .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; }#zEIu2Z9NKnoT96DO04Xt2qWyToR30Tga > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.1875rem;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; }#NfavKLHnKV20q7QqnDsspMXSbC0zXPnM { color:rgba(var(--color-tertiary-2),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:5.8125rem;left:0rem;height:5.99935rem;font-style:normal;display:block; }
#qPTTvpNrGQHh7OFnsiuZiwTE18LOpaTo { color:rgba(var(--color-tertiary-2),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:14.75rem;left:0rem;height:5.249025rem;font-style:normal;display:block; }
#tZVwzyRpo0SmVZBefcoCggrycrxClNKs { position:absolute;display:block;z-index:15010;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:19.1875rem;width:25.6875rem;top:3rem;left:45.73828125rem;overflow:hidden;display:block; }
#E9aTBACpL873IhC9T6dkHd6QPFKu3Qmm { position:relative;display:block; }#E9aTBACpL873IhC9T6dkHd6QPFKu3Qmm { background-color: transparent; background-image: none; }#E9aTBACpL873IhC9T6dkHd6QPFKu3Qmm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9aTBACpL873IhC9T6dkHd6QPFKu3Qmm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9aTBACpL873IhC9T6dkHd6QPFKu3Qmm > .row .container > .video-iframe-container { display: none; }#E9aTBACpL873IhC9T6dkHd6QPFKu3Qmm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9aTBACpL873IhC9T6dkHd6QPFKu3Qmm > .row > .video-iframe-container { display: none; }#E9aTBACpL873IhC9T6dkHd6QPFKu3Qmm > .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); }#E9aTBACpL873IhC9T6dkHd6QPFKu3Qmm { border-width: 0; border-radius: 0; }#E9aTBACpL873IhC9T6dkHd6QPFKu3Qmm > .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; }#E9aTBACpL873IhC9T6dkHd6QPFKu3Qmm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7rem;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; }#Ly5nlWg8sue0s0Kpsi3KxcNvkT8fGLyk { color:rgba(var(--color-tertiary-2),1);display:block;width:51.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:2.125rem;left:0rem;height:2.75rem;font-style:normal;display:block; }
#pLTCmJetC7lnst4qBv58DZTsdQBS4bcJ { position:relative;display:none; }#pLTCmJetC7lnst4qBv58DZTsdQBS4bcJ { border-width: 0; border-radius: 0; }#pLTCmJetC7lnst4qBv58DZTsdQBS4bcJ > .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; }#pLTCmJetC7lnst4qBv58DZTsdQBS4bcJ > .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:18.75rem;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:none; }#OEulrDMArOMT27Sx3agtzWJVtiTinJ1z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/222c8aa0-d2a7-4cc8-aad8-8434ecbec131/BANNER2026.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OEulrDMArOMT27Sx3agtzWJVtiTinJ1z.adaptive-delivery-prevent-bg, #OEulrDMArOMT27Sx3agtzWJVtiTinJ1z.lazyload, #OEulrDMArOMT27Sx3agtzWJVtiTinJ1z.lazyloading { background-image: none; }#OEulrDMArOMT27Sx3agtzWJVtiTinJ1z > .row .container { background-color: transparent; background-image: none; }#OEulrDMArOMT27Sx3agtzWJVtiTinJ1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEulrDMArOMT27Sx3agtzWJVtiTinJ1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEulrDMArOMT27Sx3agtzWJVtiTinJ1z > .row .container > .video-iframe-container { display: none; }#OEulrDMArOMT27Sx3agtzWJVtiTinJ1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEulrDMArOMT27Sx3agtzWJVtiTinJ1z > .row > .video-iframe-container { display: none; }#OEulrDMArOMT27Sx3agtzWJVtiTinJ1z > .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); }#OEulrDMArOMT27Sx3agtzWJVtiTinJ1z > .row .container { border-width: 0; border-radius: 0; }#OEulrDMArOMT27Sx3agtzWJVtiTinJ1z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OEulrDMArOMT27Sx3agtzWJVtiTinJ1z > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:block; }#EGZgtPipkySMAAUgbsbEwRRXImHNpyaN { color:rgba(var(--color-secondary-0),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:4.2685546875rem;left:49.875rem;height:2.75rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FDwFNqBP11lycI1BaU3CJ399D8HJbS7U { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:40.625rem;top:7.75rem;left:34.625rem;display:block; }
#gFcmp5ZIotMcH4mXxwPTmIhClzpx1S2K { color:rgba(var(--color-secondary-0),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:8.6875rem;left:34.625rem;height:5.249025rem;font-style:normal;display:block; }
#C5bdTE0Zg3i5UukhNBdz3mplEt7sTsTx { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#a100ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.25rem;left:34.625rem;display:block; }
#PGTXUmaROdKumbzbw6k61CEy6Tek49OJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FhbcbvP9tlXLtfRCpq0c6rlHGoXQzbbm { color:rgba(var(--color-secondary-0),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:5.0625rem;left:34.625rem;height:1.92480625rem;font-style:normal;display:block; }
#JkOebeG0dNylzFBnuc52ok5tmwp6Dq5b { 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:24.1875rem;width:31.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#QyqvxMNBrg1dEuDoU0Wtvku2ePS5fiHB { position:relative;display:none; }#QyqvxMNBrg1dEuDoU0Wtvku2ePS5fiHB { border-width: 0; border-radius: 0; }#QyqvxMNBrg1dEuDoU0Wtvku2ePS5fiHB > .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; }#QyqvxMNBrg1dEuDoU0Wtvku2ePS5fiHB > .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:18.75rem;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:none; }#cSrSGyKs0zIq0Z6kwqAusG1ebvfchxxb { position:relative;display:block; }#cSrSGyKs0zIq0Z6kwqAusG1ebvfchxxb { background-color: transparent; background-image: none; }#cSrSGyKs0zIq0Z6kwqAusG1ebvfchxxb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSrSGyKs0zIq0Z6kwqAusG1ebvfchxxb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSrSGyKs0zIq0Z6kwqAusG1ebvfchxxb > .row .container > .video-iframe-container { display: none; }#cSrSGyKs0zIq0Z6kwqAusG1ebvfchxxb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSrSGyKs0zIq0Z6kwqAusG1ebvfchxxb > .row > .video-iframe-container { display: none; }#cSrSGyKs0zIq0Z6kwqAusG1ebvfchxxb > .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); }#cSrSGyKs0zIq0Z6kwqAusG1ebvfchxxb { border-width: 0; border-radius: 0; }#cSrSGyKs0zIq0Z6kwqAusG1ebvfchxxb > .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; }#cSrSGyKs0zIq0Z6kwqAusG1ebvfchxxb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.25rem;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; }#Bk4Bgl2CT3zaGxlSbp3RWiUdi2JAJun2 { position:absolute;display:block;z-index:15010;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:24.1875rem;width:31.5rem;top:0rem;left:43.5rem;overflow:hidden;display:block; }
#gXo78nRVNlDzPSkWduQSRCEVyzcqTl1V { color:rgba(var(--color-secondary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:5.099609375rem;left:9.0625rem;height:1.92480625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TpCB1uTkkHqwBNDbkvZcthvIfSBHVeCC { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:40.625rem;top:7.8125rem;left:0rem;display:block; }
#R1AS3PLxoy8UOBVKlCQlGbWKTIX9ST9H { color:rgba(var(--color-secondary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:8.8125rem;left:0rem;height:6.9986875rem;font-style:normal;display:block; }
#qSKkN5JTRwVHkIwnkJ5MoTS02H2RIbI3 { color:rgba(var(--color-secondary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:4.4375rem;left:0rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#buwb2K9tRr0Vc9GaWW16ncGHTEoocqEo { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.4375rem;left:0rem;display:block; }
#e4uxqKsUyffwdl5KVEQ1pmekgVrADwU3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hwXh9oWdowoDTBNvH22t6qSXvronilDc { position:relative;display:none; }#hwXh9oWdowoDTBNvH22t6qSXvronilDc { border-width: 0; border-radius: 0; }#hwXh9oWdowoDTBNvH22t6qSXvronilDc > .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; }#hwXh9oWdowoDTBNvH22t6qSXvronilDc > .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:18.75rem;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:none; }#WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/222c8aa0-d2a7-4cc8-aad8-8434ecbec131/BANNER2026.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX.adaptive-delivery-prevent-bg, #WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX.lazyload, #WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX.lazyloading { background-image: none; }#WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX > .row .container { background-color: transparent; background-image: none; }#WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX > .row .container > .video-iframe-container { display: none; }#WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX > .row > .video-iframe-container { display: none; }#WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX > .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); }#WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX > .row .container { border-width: 0; border-radius: 0; }#WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#yHmoMHgwokmTDFVVI9yPbSZ3UtMtusDE { position:absolute;display:block;z-index:15005;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:24.1875rem;width:31.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#u4autiqKaEMeb1vULWuqdTPQb5cbsqJH { color:rgba(var(--color-secondary-0),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:4.58740234375rem;left:49.875rem;height:2.75rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#N2kf1Tn1ftmdATkm8cr61yBtpmua3r4Q { color:rgba(var(--color-secondary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:5.25rem;left:34.1875rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O9m1WPgGUrTgxPT7XJKoNPPObs584dlJ { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:40.625rem;top:8rem;left:34.375rem;display:block; }
#cMM6Xq198pBIK1QtTRJyxXPoLy4GXASS { color:rgba(var(--color-secondary-0),1);display:block;width:38.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:8.75rem;left:34.1875rem;height:6.9986875rem;font-style:normal;display:block; }
#JWLbyPV2OEvZlsHzXoyiXM6ZZmTcQC9I { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#a100ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:17.5625rem;left:34.1875rem;display:block; }
#bgqTHgFI7QhoX8Nx7onQHlnT7Ia6hFXg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XJ5TL7FQreRFC4TMATXDBk4UUMfR1dBo { position:relative;display:none; }#XJ5TL7FQreRFC4TMATXDBk4UUMfR1dBo { border-width: 0; border-radius: 0; }#XJ5TL7FQreRFC4TMATXDBk4UUMfR1dBo > .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; }#XJ5TL7FQreRFC4TMATXDBk4UUMfR1dBo > .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:18.75rem;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:none; }#Xvw7g9HB5LpAXEhwI8pOdxMv93240Wvq { position:relative;display:block; }#Xvw7g9HB5LpAXEhwI8pOdxMv93240Wvq { background-color: transparent; background-image: none; }#Xvw7g9HB5LpAXEhwI8pOdxMv93240Wvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xvw7g9HB5LpAXEhwI8pOdxMv93240Wvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xvw7g9HB5LpAXEhwI8pOdxMv93240Wvq > .row .container > .video-iframe-container { display: none; }#Xvw7g9HB5LpAXEhwI8pOdxMv93240Wvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xvw7g9HB5LpAXEhwI8pOdxMv93240Wvq > .row > .video-iframe-container { display: none; }#Xvw7g9HB5LpAXEhwI8pOdxMv93240Wvq > .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); }#Xvw7g9HB5LpAXEhwI8pOdxMv93240Wvq { border-width: 0; border-radius: 0; }#Xvw7g9HB5LpAXEhwI8pOdxMv93240Wvq > .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; }#Xvw7g9HB5LpAXEhwI8pOdxMv93240Wvq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.25rem;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; }#s4XbeJbDWCD52X1tiZUhrFwoXu6DpvPR { color:rgba(var(--color-secondary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:5.88671875rem;left:9.0625rem;height:1.92480625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PeNIup92zXUrqIqc4owdief9OTDdZxNu { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:40.625rem;top:8.5rem;left:0rem;display:block; }
#EbLOLvvK4iZzsKh0TqztWUJTasbfPewX { color:rgba(var(--color-secondary-4),1);display:block;width:42.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:9.5rem;left:0rem;height:6.9986875rem;font-style:normal;display:block; }
#cAAR9PKl2d3gTyZ0BmhEUvlJrIXyNTeb { color:rgba(var(--color-secondary-4),1);display:block;width:35.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:3.0620727539062rem;left:0rem;height:5.4991375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mnQQwiA4OAz0JCc1rVIX0awv2TNbC9hC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.125rem;left:0rem;display:block; }
#eP1QyWV5xQ58yJwJ6m2SEWVdhit945kw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#olXoTtXBuzPTrEVhemihBPxCfSIDgmTR { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.1875rem;width:31.4375rem;top:0rem;left:43.5625rem;overflow:hidden;display:block; }
#WecA8hLpbvOQwueIioTlLK7JekeHn2O7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/222c8aa0-d2a7-4cc8-aad8-8434ecbec131/BANNER2026.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WecA8hLpbvOQwueIioTlLK7JekeHn2O7.adaptive-delivery-prevent-bg, #WecA8hLpbvOQwueIioTlLK7JekeHn2O7.lazyload, #WecA8hLpbvOQwueIioTlLK7JekeHn2O7.lazyloading { background-image: none; }#WecA8hLpbvOQwueIioTlLK7JekeHn2O7 > .row .container { background-color: transparent; background-image: none; }#WecA8hLpbvOQwueIioTlLK7JekeHn2O7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WecA8hLpbvOQwueIioTlLK7JekeHn2O7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WecA8hLpbvOQwueIioTlLK7JekeHn2O7 > .row .container > .video-iframe-container { display: none; }#WecA8hLpbvOQwueIioTlLK7JekeHn2O7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WecA8hLpbvOQwueIioTlLK7JekeHn2O7 > .row > .video-iframe-container { display: none; }#WecA8hLpbvOQwueIioTlLK7JekeHn2O7 > .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); }#WecA8hLpbvOQwueIioTlLK7JekeHn2O7 > .row .container { border-width: 0; border-radius: 0; }#WecA8hLpbvOQwueIioTlLK7JekeHn2O7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WecA8hLpbvOQwueIioTlLK7JekeHn2O7 > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;position:relative;display:block; }#JDmMyFzgTCB98ehMBrQWu30xzcGCXZhd { color:rgba(var(--color-secondary-0),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:13.9375rem;left:4.125rem;height:3.37565rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hotcxozI1UsNCfFzSD3CpEQsx3yszN9k { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:14.0625rem;left:0.6875rem;overflow:hidden;display:block; }
#qWEDx5s3wT48M0bza3Pvni59gbueIOQW { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.75rem;top:19rem;left:0rem;overflow:hidden;display:block; }
#wbrJWny78kVgzDHZZFfNknTOFfT9bzGb { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.3125rem;top:28.6875rem;left:0.3125rem;overflow:hidden;display:block; }
#R5RaMUI4TyQws9HsIlnOmlMuUHG37G5U { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.75rem;top:33.625rem;left:0.25rem;overflow:hidden;display:block; }
#SqMbJOLz8L5IFM6Jx33ucFQtViLAQJyi { color:rgba(var(--color-secondary-0),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:18.875rem;left:4.0625rem;height:3.37565rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r67mAloZlPnc6UUBhxmaXA0r0aFJanHg { color:rgba(var(--color-secondary-0),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:23.375rem;left:4.125rem;height:3.37565rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E1B704INBg9piOX2DU68qePA54V0P2GS { color:rgba(var(--color-secondary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:28.03125rem;left:4.125rem;height:3.37565rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qFGMNXDQ3gTCoRCIOtv4xNX1QMwQAmrk { color:rgba(var(--color-secondary-0),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:33.4375rem;left:4.0625rem;height:3.37565rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xngkV00hBCWpBTmoXFvIZEnrKzkARRzl { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:2.25rem;top:24.125rem;left:0.25rem;overflow:hidden;display:block; }
#HlbJgo5Ut29EEDrtBL8NwqJfLcpdWBQl { 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:46.5rem;width:30.3125rem;top:0rem;left:44.6875rem;overflow:hidden;display:block; }
#VkbWeZDFxNsWO8z8gqwWO97y0rZtcXO8 { color:rgba(var(--color-secondary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:4.5rem;left:0rem;height:5.49913125rem;font-style:normal;display:block; }
#zcDOH4Db9Q0PuuzQQWzqII3RKbqCfaiN { position:relative;display:none; }#zcDOH4Db9Q0PuuzQQWzqII3RKbqCfaiN { border-width: 0; border-radius: 0; }#zcDOH4Db9Q0PuuzQQWzqII3RKbqCfaiN > .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; }#zcDOH4Db9Q0PuuzQQWzqII3RKbqCfaiN > .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:18.75rem;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:none; }#Z3QXWnvvqx2mTvzyx8doeO0Oia4Fdw0v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/222c8aa0-d2a7-4cc8-aad8-8434ecbec131/BANNER2026.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z3QXWnvvqx2mTvzyx8doeO0Oia4Fdw0v.adaptive-delivery-prevent-bg, #Z3QXWnvvqx2mTvzyx8doeO0Oia4Fdw0v.lazyload, #Z3QXWnvvqx2mTvzyx8doeO0Oia4Fdw0v.lazyloading { background-image: none; }#Z3QXWnvvqx2mTvzyx8doeO0Oia4Fdw0v > .row .container { background-color: transparent; background-image: none; }#Z3QXWnvvqx2mTvzyx8doeO0Oia4Fdw0v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3QXWnvvqx2mTvzyx8doeO0Oia4Fdw0v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3QXWnvvqx2mTvzyx8doeO0Oia4Fdw0v > .row .container > .video-iframe-container { display: none; }#Z3QXWnvvqx2mTvzyx8doeO0Oia4Fdw0v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3QXWnvvqx2mTvzyx8doeO0Oia4Fdw0v > .row > .video-iframe-container { display: none; }#Z3QXWnvvqx2mTvzyx8doeO0Oia4Fdw0v > .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); }#Z3QXWnvvqx2mTvzyx8doeO0Oia4Fdw0v > .row .container { border-width: 0; border-radius: 0; }#Z3QXWnvvqx2mTvzyx8doeO0Oia4Fdw0v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z3QXWnvvqx2mTvzyx8doeO0Oia4Fdw0v > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;position:relative;display:block; }#EZUeXpzgiuJT4OixPyKKklFkbLNbza7s { color:rgba(var(--color-secondary-0),1);display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:3.0625rem;left:0rem;height:2.75rem;font-style:normal;display:block; }
#TDGytODGz7TyaRK5ucFnu8STVhosQOmI { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:7.4375rem;left:0rem;display:block; }
#TgkbrQyvTTlOe1MVxIhhgoJ1TLJiEsJT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o6GKu8O2WoSaPTTdlfT64OTEqWDpHMpk { color:rgba(var(--color-secondary-0),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:4.375rem;left:0.125rem;height:2.78125rem;font-style:normal;display:none; }
#hdTw84HZaagcfquWWfq2pMR4UMET50A1 { color:rgba(var(--color-secondary-0),1);display:block;width:53.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:9.3125rem;left:2.375rem;height:3.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#vtTAEAUCTyiJl0HQLCIBcmXJSMozaftC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/222c8aa0-d2a7-4cc8-aad8-8434ecbec131/BANNER2026.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vtTAEAUCTyiJl0HQLCIBcmXJSMozaftC.adaptive-delivery-prevent-bg, #vtTAEAUCTyiJl0HQLCIBcmXJSMozaftC.lazyload, #vtTAEAUCTyiJl0HQLCIBcmXJSMozaftC.lazyloading { background-image: none; }#vtTAEAUCTyiJl0HQLCIBcmXJSMozaftC > .row .container { background-color: transparent; background-image: none; }#vtTAEAUCTyiJl0HQLCIBcmXJSMozaftC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtTAEAUCTyiJl0HQLCIBcmXJSMozaftC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtTAEAUCTyiJl0HQLCIBcmXJSMozaftC > .row .container > .video-iframe-container { display: none; }#vtTAEAUCTyiJl0HQLCIBcmXJSMozaftC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtTAEAUCTyiJl0HQLCIBcmXJSMozaftC > .row > .video-iframe-container { display: none; }#vtTAEAUCTyiJl0HQLCIBcmXJSMozaftC > .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); }#vtTAEAUCTyiJl0HQLCIBcmXJSMozaftC > .row .container { border-width: 0; border-radius: 0; }#vtTAEAUCTyiJl0HQLCIBcmXJSMozaftC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vtTAEAUCTyiJl0HQLCIBcmXJSMozaftC > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#FiVenpen2wG6bb2QRq5nzp71O1q950n9 { color:rgba(var(--color-secondary-0),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:4.375rem;left:0.125rem;height:2.75rem;font-style:normal;display:block; }
#QbuBKGi3TGDCvtagdLAwZhrx0omGJt2Z { color:rgba(var(--color-secondary-0),1);display:block;width:53.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:9.3125rem;left:2.375rem;height:3.84874375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L8xcO4VGuanc7BrAxirmI1PIkq6dmtuo { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:0.125rem;top:9.25rem;left:0rem;display:block; }
#A9v6NE2bOmcrmZNSM0eB001i50lN9ctT { position:relative;display:block; }#A9v6NE2bOmcrmZNSM0eB001i50lN9ctT { background-color: transparent; background-image: none; }#A9v6NE2bOmcrmZNSM0eB001i50lN9ctT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9v6NE2bOmcrmZNSM0eB001i50lN9ctT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9v6NE2bOmcrmZNSM0eB001i50lN9ctT > .row .container > .video-iframe-container { display: none; }#A9v6NE2bOmcrmZNSM0eB001i50lN9ctT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9v6NE2bOmcrmZNSM0eB001i50lN9ctT > .row > .video-iframe-container { display: none; }#A9v6NE2bOmcrmZNSM0eB001i50lN9ctT > .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); }#A9v6NE2bOmcrmZNSM0eB001i50lN9ctT { border-width: 0; border-radius: 0; }#A9v6NE2bOmcrmZNSM0eB001i50lN9ctT > .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; }#A9v6NE2bOmcrmZNSM0eB001i50lN9ctT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.4375rem;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; }#KNq5EBl6QvmCAa874m17TLRtTwyTy2Xo { color:rgba(var(--color-tertiary-2),1);display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:4.34423828125rem;left:0rem;height:14.17485625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZTkZE3Z4qJi0uVvXpzTpnOtnBo9Sb794 { position:relative;display:block; }#ZTkZE3Z4qJi0uVvXpzTpnOtnBo9Sb794 { background-color: transparent; background-image: none; }#ZTkZE3Z4qJi0uVvXpzTpnOtnBo9Sb794::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTkZE3Z4qJi0uVvXpzTpnOtnBo9Sb794 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTkZE3Z4qJi0uVvXpzTpnOtnBo9Sb794 > .row .container > .video-iframe-container { display: none; }#ZTkZE3Z4qJi0uVvXpzTpnOtnBo9Sb794 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTkZE3Z4qJi0uVvXpzTpnOtnBo9Sb794 > .row > .video-iframe-container { display: none; }#ZTkZE3Z4qJi0uVvXpzTpnOtnBo9Sb794 > .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); }#ZTkZE3Z4qJi0uVvXpzTpnOtnBo9Sb794 { border-width: 0; border-radius: 0; }#ZTkZE3Z4qJi0uVvXpzTpnOtnBo9Sb794 > .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; }#ZTkZE3Z4qJi0uVvXpzTpnOtnBo9Sb794 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:52.125rem;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; }#HIMzIZKKwP6aly9MB9LO3n2oMLJElxbT { color:rgba(var(--color-tertiary-2),1);display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:4.375rem;left:0rem;height:2.75rem;font-style:normal;display:block; }
#kRCwZLWLtiPInu8beVaLzN8uJJH2BnsI { position:absolute;display:block;z-index:15018;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:6.3125rem;width:8.125rem;top:13.8125rem;left:0rem;overflow:hidden;display:block; }
#TuhhcQnasPQu0liG3nMLWvmc3nfSMMAW { color:rgba(var(--color-tertiary-2),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:11.25rem;left:0rem;height:1.57498125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uLHxQsOmx5zOxrvVUIoXxyt4DTuZ6GFB { color:rgba(var(--color-tertiary-2),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:22.5625rem;left:0rem;height:1.57498125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GTqQsTkb8v5THLc9PrQthiCkCzcnA8d5 { position:absolute;display:block;z-index:15019;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.5625rem;width:10.1875rem;top:28.125rem;left:0rem;overflow:hidden;display:block; }
#xQuPGZWffq6u24tewwgibqrTb3zbk3Ub { position:absolute;display:block;z-index:15020;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:8.25rem;width:6.25rem;top:25.25rem;left:14.875rem;overflow:hidden;display:block; }
#h4tDvZsTDVcDpVIJZJGVy9XLO3tLmBCs { position:absolute;display:block;z-index:15021;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:4.4375rem;width:9.25rem;top:27.1875rem;left:37.6875rem;overflow:hidden;display:block; }
#TgZv4CCys6aAhoZzcMkVe4ib9cTk4CTl { position:absolute;display:block;z-index:15022;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.5rem;width:9.6875rem;top:24.125rem;left:24.625rem;overflow:hidden;display:block; }
#IqRFgVADSXVvZRLizVyeVp9aMvxHpJ7C { position:absolute;display:block;z-index:15023;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:5.1875rem;width:9.1875rem;top:38.25rem;left:0.8125rem;overflow:hidden;display:block; }
#x0eGJLwkZGIIiTIWMl2gL6PNtWIkgEBA { position:absolute;display:block;z-index:15024;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:7.3125rem;width:7.3125rem;top:37.1875rem;left:14.34375rem;overflow:hidden;display:block; }
#Zfuf05rvaQS3uvRGfGmpfrTATmGZgmmM { position:absolute;display:block;z-index:15025;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:5.75rem;width:9.9375rem;top:37.96875rem;left:25.1875rem;overflow:hidden;display:block; }
#IBkAhwahnJu3fxDcwyzJh43RGw20kO9y { position:absolute;display:block;z-index:15026;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:11.1875rem;top:35.25rem;left:36.71875rem;overflow:hidden;display:block; }
#wc114C7g7X6GbxFl5eW92SXCH5R53veU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/222c8aa0-d2a7-4cc8-aad8-8434ecbec131/BANNER2026.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wc114C7g7X6GbxFl5eW92SXCH5R53veU.adaptive-delivery-prevent-bg, #wc114C7g7X6GbxFl5eW92SXCH5R53veU.lazyload, #wc114C7g7X6GbxFl5eW92SXCH5R53veU.lazyloading { background-image: none; }#wc114C7g7X6GbxFl5eW92SXCH5R53veU > .row .container { background-color: transparent; background-image: none; }#wc114C7g7X6GbxFl5eW92SXCH5R53veU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wc114C7g7X6GbxFl5eW92SXCH5R53veU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wc114C7g7X6GbxFl5eW92SXCH5R53veU > .row .container > .video-iframe-container { display: none; }#wc114C7g7X6GbxFl5eW92SXCH5R53veU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wc114C7g7X6GbxFl5eW92SXCH5R53veU > .row > .video-iframe-container { display: none; }#wc114C7g7X6GbxFl5eW92SXCH5R53veU > .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); }#wc114C7g7X6GbxFl5eW92SXCH5R53veU > .row .container { border-width: 0; border-radius: 0; }#wc114C7g7X6GbxFl5eW92SXCH5R53veU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wc114C7g7X6GbxFl5eW92SXCH5R53veU > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;position:relative;display:block; }#LN6omDEGClA2tRla0dbh8bEFhPlRi5sD { color:rgba(var(--color-secondary-0),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:4.3125rem;left:0rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JUV9He7mIKVIVhSDWIEdZfTekTZmLT2D { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:1.6875rem;top:8.1875rem;left:0rem;overflow:hidden;display:block; }
#Klir0SA18NtEe689HiF0ChrXIrrDUM1W { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.625rem;top:8.5rem;left:3.5rem;overflow:hidden;display:block; }
#rMA2TUwUBhUnsWk9TD5ZMcmH5g8Uhofa { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.8125rem;top:8.25rem;left:7.8125rem;overflow:hidden;display:block; }
#vS16P0LnBhhuvLoQt1kFXlvxJxcvaeBy { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:8.125rem;left:12.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JrUCOH2P6RCrBSmX2o2CJKi1tWVUpnVU { display:none; }#JrUCOH2P6RCrBSmX2o2CJKi1tWVUpnVU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fD97gbHUrx1NSZZV62tZWdAIdsE8GVU9 { width:6.625rem;height:1.625rem;top:1.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXzTAyQHCWkG0Hx9Md39XQhJiLJbuSTq { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cChIZrCmKkuoRBWZVOmJdAr3safw4Vhg { width:12.5rem;height:15rem;top:5.25rem;left:0rem;font-size:1rem;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) { #KtB219mLdcTE25Wui3fGkmLPFOwDFs70 { width:6.625rem;height:1.625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #so3fVfRZu1bwVUrnG2bZtHUBNTTgqFxG { width:10.3125rem;height:3.4375rem;top:0.875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo4bOLxDE871seI5T37CbWxHPLS2O2Pt { display:block; }
 }@media only screen and (max-width: 763px) { #fOXnOHFxcP13EPZMQ8AHxrSoyLFaopCS { width:10.3125rem;height:3.4375rem;top:0.875rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhQ3vkX1Crcw1kcFfpsqKiATWrI5zqqV { display:block; }
 }@media only screen and (max-width: 763px) { #R8y3EgsGpTsxocfLcUpdiIcoaGWmvVD9 { width:8.375rem;height:3.4375rem;top:0.875rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCEuah2a9vO8lXXm4qwS8Go5mL7GhJbI { display:block; }
 }@media only screen and (max-width: 763px) { #UkAnNB5AbzDXRmCuA0eAzU0RwHAvqFXH { width:5.9375rem;height:3.4375rem;top:0.875rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLIrrtUTomcBhsRG9xllliFiQKZHTKTF { display:block; }
 }@media only screen and (max-width: 763px) { #P1ZmbBn2FcZzfhELHexqTLr1pxXWJP8B { width:7.4375rem;height:3.4375rem;top:0.875rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr5y2ABZKUTRkd0V8dRorfTTxF3G0c7H { display:block; }
 }@media only screen and (max-width: 763px) { #WyXZVhp7WiHuQLBo5sgiZi4Ol0F2C77w { display:none; }#WyXZVhp7WiHuQLBo5sgiZi4Ol0F2C77w > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AuFATsJDKH19yk1L8qdNwucvDM9Sfueq { display:block; }#AuFATsJDKH19yk1L8qdNwucvDM9Sfueq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aFBs9SsVI2hbc0zaD2wkiLyusvic4Qd0 { width:22.625rem;height:15.4375rem;top:3.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLkzJEBhAo6yIMhcckLPcsDt0RhlNpXe { width:26.75rem;height:3.625rem;top:15.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxxm5LKWnkq8Cr77U28HOTzBnxmDUdVa { width:25.25rem;height:;top:5.6875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtnFJI3wgPpboCwuoAIVZHZnefCTzUlq { width:46.5rem;height:39.5rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgcJcFhTr0lEQFodCEpywoX3bI9bBAHI { width:12.0625rem;height:2.8125rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1FPS8Z1SmTvV0O0o2061CllRPqBocqu { display:block; }
 }@media only screen and (max-width: 763px) { #z9h5oE0LTTAnWF3lkzI599Kg9tCA0Bdx { width:24.3125rem;height:7.875rem;top:20.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnTxmgnF3ZtRF7u9Cm12E1IQPZ0vPm9k { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ns1I22Ab0wTw1hdJVzRoLT3g9gtKN0M1 { width:20rem;height:9.5rem;top:9.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q2LXITwvXTrf2VqXUlGBgihTL27eCmCT { display:block; }#Q2LXITwvXTrf2VqXUlGBgihTL27eCmCT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6lAWdwksNWhyTQKmmIrnFptguRgswXO { width:26.875rem;height:9rem;top:6.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #owzavCG6UwTkpT90CIhOWPiUbnRtBvO3 { width:26.625rem;height:10.5rem;top:23.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUSlzxT6inRoQBXopdugxwwL0FEDF9rF { width:23.0625rem;height:3.5rem;top:17.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FftWDuoikrDNLAZFRM314vqW5mRhCBvo { width:38.3125rem;height:38.3125rem;top:1.4375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtJRNO1cHSzFH9IzTec1dmp46nGvFk2T { display:none; }#HtJRNO1cHSzFH9IzTec1dmp46nGvFk2T > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zLzJ4K1nkh3hACO7H4EtvMC3e0JaHuUO { display:block; }#zLzJ4K1nkh3hACO7H4EtvMC3e0JaHuUO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1BF3fFBEkgMmk3ApdmKKL3wO8Kf97hF { width:27.0625rem;height:28.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1fOg0vkp2ls6CqFSiluDrC8VTPFxnEW { width:37.9375rem;height:11rem;top:10.4375rem;left:9.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFHhQz858wnyWa91lfamzy35Dr1zGiAR { width:40.875rem;height:3.5rem;top:5.5rem;left:6.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEIu2Z9NKnoT96DO04Xt2qWyToR30Tga { display:block; }#zEIu2Z9NKnoT96DO04Xt2qWyToR30Tga > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfavKLHnKV20q7QqnDsspMXSbC0zXPnM { width:29.3125rem;height:6rem;top:5.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPTTvpNrGQHh7OFnsiuZiwTE18LOpaTo { width:20.9375rem;height:5.25rem;top:14.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZVwzyRpo0SmVZBefcoCggrycrxClNKs { width:25.6875rem;height:19.1875rem;top:3rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9aTBACpL873IhC9T6dkHd6QPFKu3Qmm { display:block; }#E9aTBACpL873IhC9T6dkHd6QPFKu3Qmm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ly5nlWg8sue0s0Kpsi3KxcNvkT8fGLyk { width:47.75rem;height:2.75rem;top:2.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLTCmJetC7lnst4qBv58DZTsdQBS4bcJ { display:none; }#pLTCmJetC7lnst4qBv58DZTsdQBS4bcJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OEulrDMArOMT27Sx3agtzWJVtiTinJ1z { display:block; }#OEulrDMArOMT27Sx3agtzWJVtiTinJ1z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGZgtPipkySMAAUgbsbEwRRXImHNpyaN { width:25.125rem;height:2.75rem;top:4.25rem;left:22.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDwFNqBP11lycI1BaU3CJ399D8HJbS7U { width:40.625rem;height:0.125rem;top:7.75rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFcmp5ZIotMcH4mXxwPTmIhClzpx1S2K { width:36rem;height:7rem;top:8.6875rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5bdTE0Zg3i5UukhNBdz3mplEt7sTsTx { width:12.5625rem;height:3rem;top:18.25rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGTXUmaROdKumbzbw6k61CEy6Tek49OJ { display:block; }
 }@media only screen and (max-width: 763px) { #FhbcbvP9tlXLtfRCpq0c6rlHGoXQzbbm { width:31.625rem;height:1.875rem;top:5.0625rem;left:16.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkOebeG0dNylzFBnuc52ok5tmwp6Dq5b { width:31.5625rem;height:24.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyqvxMNBrg1dEuDoU0Wtvku2ePS5fiHB { display:none; }#QyqvxMNBrg1dEuDoU0Wtvku2ePS5fiHB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cSrSGyKs0zIq0Z6kwqAusG1ebvfchxxb { display:block; }#cSrSGyKs0zIq0Z6kwqAusG1ebvfchxxb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bk4Bgl2CT3zaGxlSbp3RWiUdi2JAJun2 { width:31.5rem;height:24.1875rem;top:0rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXo78nRVNlDzPSkWduQSRCEVyzcqTl1V { width:31.625rem;height:1.875rem;top:5.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpCB1uTkkHqwBNDbkvZcthvIfSBHVeCC { width:40.625rem;height:0.125rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1AS3PLxoy8UOBVKlCQlGbWKTIX9ST9H { width:34.625rem;height:7rem;top:8.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSKkN5JTRwVHkIwnkJ5MoTS02H2RIbI3 { width:21.375rem;height:2.75rem;top:4.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #buwb2K9tRr0Vc9GaWW16ncGHTEoocqEo { width:12.5625rem;height:3rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4uxqKsUyffwdl5KVEQ1pmekgVrADwU3 { display:block; }
 }@media only screen and (max-width: 763px) { #hwXh9oWdowoDTBNvH22t6qSXvronilDc { display:none; }#hwXh9oWdowoDTBNvH22t6qSXvronilDc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX { display:block; }#WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHmoMHgwokmTDFVVI9yPbSZ3UtMtusDE { width:31.4375rem;height:24.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4autiqKaEMeb1vULWuqdTPQb5cbsqJH { width:25.125rem;height:2.75rem;top:4.5625rem;left:22.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2kf1Tn1ftmdATkm8cr61yBtpmua3r4Q { width:27.3125rem;height:1.875rem;top:5.25rem;left:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9m1WPgGUrTgxPT7XJKoNPPObs584dlJ { width:40.625rem;height:0.125rem;top:8rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMM6Xq198pBIK1QtTRJyxXPoLy4GXASS { width:38.9375rem;height:7rem;top:8.75rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWLbyPV2OEvZlsHzXoyiXM6ZZmTcQC9I { width:12.5625rem;height:3rem;top:17.5625rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgqTHgFI7QhoX8Nx7onQHlnT7Ia6hFXg { display:block; }
 }@media only screen and (max-width: 763px) { #XJ5TL7FQreRFC4TMATXDBk4UUMfR1dBo { display:none; }#XJ5TL7FQreRFC4TMATXDBk4UUMfR1dBo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xvw7g9HB5LpAXEhwI8pOdxMv93240Wvq { display:block; }#Xvw7g9HB5LpAXEhwI8pOdxMv93240Wvq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4XbeJbDWCD52X1tiZUhrFwoXu6DpvPR { width:31.625rem;height:1.875rem;top:5.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeNIup92zXUrqIqc4owdief9OTDdZxNu { width:40.625rem;height:0.125rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbLOLvvK4iZzsKh0TqztWUJTasbfPewX { width:42rem;height:6.9375rem;top:9.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAAR9PKl2d3gTyZ0BmhEUvlJrIXyNTeb { width:35.875rem;height:5.5rem;top:3rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnQQwiA4OAz0JCc1rVIX0awv2TNbC9hC { width:12.5625rem;height:3rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP1QyWV5xQ58yJwJ6m2SEWVdhit945kw { display:block; }
 }@media only screen and (max-width: 763px) { #olXoTtXBuzPTrEVhemihBPxCfSIDgmTR { width:31.4375rem;height:24.1875rem;top:0rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WecA8hLpbvOQwueIioTlLK7JekeHn2O7 { display:block; }#WecA8hLpbvOQwueIioTlLK7JekeHn2O7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDmMyFzgTCB98ehMBrQWu30xzcGCXZhd { width:29.5rem;height:3.375rem;top:13.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hotcxozI1UsNCfFzSD3CpEQsx3yszN9k { width:2.3125rem;height:2.3125rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWEDx5s3wT48M0bza3Pvni59gbueIOQW { width:2.75rem;height:2.4375rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbrJWny78kVgzDHZZFfNknTOFfT9bzGb { width:2.3125rem;height:2.0625rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5RaMUI4TyQws9HsIlnOmlMuUHG37G5U { width:2.75rem;height:2.25rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqMbJOLz8L5IFM6Jx33ucFQtViLAQJyi { width:24.75rem;height:3.375rem;top:18.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r67mAloZlPnc6UUBhxmaXA0r0aFJanHg { width:24rem;height:3.375rem;top:23.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1B704INBg9piOX2DU68qePA54V0P2GS { width:25.4375rem;height:3.375rem;top:28rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFGMNXDQ3gTCoRCIOtv4xNX1QMwQAmrk { width:24.875rem;height:3.375rem;top:33.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xngkV00hBCWpBTmoXFvIZEnrKzkARRzl { width:2.25rem;height:1.875rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlbJgo5Ut29EEDrtBL8NwqJfLcpdWBQl { width:30.3125rem;height:46.5rem;top:0rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkbWeZDFxNsWO8z8gqwWO97y0rZtcXO8 { width:23.625rem;height:5.5rem;top:4.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcDOH4Db9Q0PuuzQQWzqII3RKbqCfaiN { display:none; }#zcDOH4Db9Q0PuuzQQWzqII3RKbqCfaiN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z3QXWnvvqx2mTvzyx8doeO0Oia4Fdw0v { display:block; }#Z3QXWnvvqx2mTvzyx8doeO0Oia4Fdw0v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZUeXpzgiuJT4OixPyKKklFkbLNbza7s { width:25.8125rem;height:2.75rem;top:3.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDGytODGz7TyaRK5ucFnu8STVhosQOmI { width:12.5625rem;height:3rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgkbrQyvTTlOe1MVxIhhgoJ1TLJiEsJT { display:block; }
 }@media only screen and (max-width: 763px) { #o6GKu8O2WoSaPTTdlfT64OTEqWDpHMpk { width:25.125rem;height:2.75rem;top:4.375rem;left:0rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hdTw84HZaagcfquWWfq2pMR4UMET50A1 { width:47.75rem;height:3.8125rem;top:9.3125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtTAEAUCTyiJl0HQLCIBcmXJSMozaftC { display:block; }#vtTAEAUCTyiJl0HQLCIBcmXJSMozaftC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiVenpen2wG6bb2QRq5nzp71O1q950n9 { width:25.125rem;height:2.75rem;top:4.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbuBKGi3TGDCvtagdLAwZhrx0omGJt2Z { width:47.75rem;height:3.8125rem;top:9.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8xcO4VGuanc7BrAxirmI1PIkq6dmtuo { width:0.125rem;height:4.125rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9v6NE2bOmcrmZNSM0eB001i50lN9ctT { display:block; }#A9v6NE2bOmcrmZNSM0eB001i50lN9ctT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNq5EBl6QvmCAa874m17TLRtTwyTy2Xo { width:47.75rem;height:15.6875rem;top:4.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTkZE3Z4qJi0uVvXpzTpnOtnBo9Sb794 { display:block; }#ZTkZE3Z4qJi0uVvXpzTpnOtnBo9Sb794 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIMzIZKKwP6aly9MB9LO3n2oMLJElxbT { width:34.5rem;height:2.75rem;top:4.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRCwZLWLtiPInu8beVaLzN8uJJH2BnsI { width:8.125rem;height:6.3125rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuhhcQnasPQu0liG3nMLWvmc3nfSMMAW { width:10.8125rem;height:1.5625rem;top:11.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLHxQsOmx5zOxrvVUIoXxyt4DTuZ6GFB { width:10.8125rem;height:1.5625rem;top:22.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTqQsTkb8v5THLc9PrQthiCkCzcnA8d5 { width:10.1875rem;height:2.5625rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQuPGZWffq6u24tewwgibqrTb3zbk3Ub { width:6.25rem;height:8.25rem;top:25.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4tDvZsTDVcDpVIJZJGVy9XLO3tLmBCs { width:9.25rem;height:4.4375rem;top:27.1875rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgZv4CCys6aAhoZzcMkVe4ib9cTk4CTl { width:9.6875rem;height:10.5rem;top:24.125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqRFgVADSXVvZRLizVyeVp9aMvxHpJ7C { width:9.1875rem;height:5.1875rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0eGJLwkZGIIiTIWMl2gL6PNtWIkgEBA { width:7.3125rem;height:7.3125rem;top:37.1875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfuf05rvaQS3uvRGfGmpfrTATmGZgmmM { width:9.9375rem;height:5.75rem;top:37.9375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBkAhwahnJu3fxDcwyzJh43RGw20kO9y { width:11.1875rem;height:11.1875rem;top:35.25rem;left:23.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc114C7g7X6GbxFl5eW92SXCH5R53veU { display:block; }#wc114C7g7X6GbxFl5eW92SXCH5R53veU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LN6omDEGClA2tRla0dbh8bEFhPlRi5sD { width:30.625rem;height:2.0625rem;top:4.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUV9He7mIKVIVhSDWIEdZfTekTZmLT2D { width:1.6875rem;height:3.125rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klir0SA18NtEe689HiF0ChrXIrrDUM1W { width:2.625rem;height:2.5625rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMA2TUwUBhUnsWk9TD5ZMcmH5g8Uhofa { width:2.8125rem;height:2.625rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS16P0LnBhhuvLoQt1kFXlvxJxcvaeBy { width:3.125rem;height:3.125rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JrUCOH2P6RCrBSmX2o2CJKi1tWVUpnVU { display:block; }#JrUCOH2P6RCrBSmX2o2CJKi1tWVUpnVU { background-color: transparent; background-image: none; }#JrUCOH2P6RCrBSmX2o2CJKi1tWVUpnVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrUCOH2P6RCrBSmX2o2CJKi1tWVUpnVU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrUCOH2P6RCrBSmX2o2CJKi1tWVUpnVU > .row .container > .video-iframe-container { display: none; }#JrUCOH2P6RCrBSmX2o2CJKi1tWVUpnVU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrUCOH2P6RCrBSmX2o2CJKi1tWVUpnVU > .row > .video-iframe-container { display: none; }#JrUCOH2P6RCrBSmX2o2CJKi1tWVUpnVU > .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); }#JrUCOH2P6RCrBSmX2o2CJKi1tWVUpnVU > .row .container { width:20rem;height:24.125rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fD97gbHUrx1NSZZV62tZWdAIdsE8GVU9 { width:5.9375rem;height:1.375rem;top:0.875rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #UXzTAyQHCWkG0Hx9Md39XQhJiLJbuSTq { display:flex;top:0.875rem;left:17.9375rem;width:1.9375rem;height:1.9375rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #cChIZrCmKkuoRBWZVOmJdAr3safw4Vhg { top:5.25rem;left:7.5rem;width:12.5rem;height:15rem;z-index:15022;line-height:3;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:34.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KtB219mLdcTE25Wui3fGkmLPFOwDFs70 { width:6.625rem;height:1.625rem;top:1.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #so3fVfRZu1bwVUrnG2bZtHUBNTTgqFxG { width:10.3125rem;height:3.4375rem;top:4.375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo4bOLxDE871seI5T37CbWxHPLS2O2Pt { display:block; }
 }@media only screen and (max-width: 763px) { #fOXnOHFxcP13EPZMQ8AHxrSoyLFaopCS { width:10.3125rem;height:3.4375rem;top:9.0625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhQ3vkX1Crcw1kcFfpsqKiATWrI5zqqV { display:block; }
 }@media only screen and (max-width: 763px) { #R8y3EgsGpTsxocfLcUpdiIcoaGWmvVD9 { width:8.375rem;height:3.4375rem;top:13.75rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCEuah2a9vO8lXXm4qwS8Go5mL7GhJbI { display:block; }
 }@media only screen and (max-width: 763px) { #UkAnNB5AbzDXRmCuA0eAzU0RwHAvqFXH { width:5.9375rem;height:3.4375rem;top:18.4375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLIrrtUTomcBhsRG9xllliFiQKZHTKTF { display:block; }
 }@media only screen and (max-width: 763px) { #P1ZmbBn2FcZzfhELHexqTLr1pxXWJP8B { width:7.4375rem;height:3.4375rem;top:23.125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr5y2ABZKUTRkd0V8dRorfTTxF3G0c7H { display:block; }
 }@media only screen and (max-width: 763px) { #WyXZVhp7WiHuQLBo5sgiZi4Ol0F2C77w { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/910c7c9c-07bd-4d1f-8955-aaef6c39e46d/main2_4crop_1149x804_360.crop_1069x801_80,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WyXZVhp7WiHuQLBo5sgiZi4Ol0F2C77w.adaptive-delivery-prevent-bg, #WyXZVhp7WiHuQLBo5sgiZi4Ol0F2C77w.lazyload, #WyXZVhp7WiHuQLBo5sgiZi4Ol0F2C77w.lazyloading { background-image: none; }#WyXZVhp7WiHuQLBo5sgiZi4Ol0F2C77w > .row .container { background-color: transparent; background-image: none; }#WyXZVhp7WiHuQLBo5sgiZi4Ol0F2C77w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyXZVhp7WiHuQLBo5sgiZi4Ol0F2C77w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyXZVhp7WiHuQLBo5sgiZi4Ol0F2C77w > .row .container > .video-iframe-container { display: none; }#WyXZVhp7WiHuQLBo5sgiZi4Ol0F2C77w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyXZVhp7WiHuQLBo5sgiZi4Ol0F2C77w > .row > .video-iframe-container { display: none; }#WyXZVhp7WiHuQLBo5sgiZi4Ol0F2C77w > .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); }#WyXZVhp7WiHuQLBo5sgiZi4Ol0F2C77w > .row .container { border-width: 0; border-radius: 0; }#WyXZVhp7WiHuQLBo5sgiZi4Ol0F2C77w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WyXZVhp7WiHuQLBo5sgiZi4Ol0F2C77w > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AuFATsJDKH19yk1L8qdNwucvDM9Sfueq { background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/222c8aa0-d2a7-4cc8-aad8-8434ecbec131/BANNER2026.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#AuFATsJDKH19yk1L8qdNwucvDM9Sfueq.adaptive-delivery-prevent-bg, #AuFATsJDKH19yk1L8qdNwucvDM9Sfueq.lazyload, #AuFATsJDKH19yk1L8qdNwucvDM9Sfueq.lazyloading { background-image: none; }#AuFATsJDKH19yk1L8qdNwucvDM9Sfueq > .row .container { background-color: transparent; background-image: none; }#AuFATsJDKH19yk1L8qdNwucvDM9Sfueq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuFATsJDKH19yk1L8qdNwucvDM9Sfueq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuFATsJDKH19yk1L8qdNwucvDM9Sfueq > .row .container > .video-iframe-container { display: none; }#AuFATsJDKH19yk1L8qdNwucvDM9Sfueq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuFATsJDKH19yk1L8qdNwucvDM9Sfueq > .row > .video-iframe-container { display: none; }#AuFATsJDKH19yk1L8qdNwucvDM9Sfueq > .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); }#AuFATsJDKH19yk1L8qdNwucvDM9Sfueq > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aFBs9SsVI2hbc0zaD2wkiLyusvic4Qd0 { width:0.625rem;height:0.625rem;top:17.125rem;left:2.625rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #oLkzJEBhAo6yIMhcckLPcsDt0RhlNpXe { width:20rem;height:1.94970625rem;top:5.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxxm5LKWnkq8Cr77U28HOTzBnxmDUdVa { width:20rem;height:2.69970625rem;top:2rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtnFJI3wgPpboCwuoAIVZHZnefCTzUlq { width:8.3125rem;height:7.0625rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SgcJcFhTr0lEQFodCEpywoX3bI9bBAHI { width:12.0625rem;height:3rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1FPS8Z1SmTvV0O0o2061CllRPqBocqu { display:block; }
 }@media only screen and (max-width: 763px) { #z9h5oE0LTTAnWF3lkzI599Kg9tCA0Bdx { width:20rem;height:0;top:11.240234375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #tnTxmgnF3ZtRF7u9Cm12E1IQPZ0vPm9k { display:flex;top:1.1875rem;left:18.3125rem;width:1.6875rem;height:2.125rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #Ns1I22Ab0wTw1hdJVzRoLT3g9gtKN0M1 { width:20rem;height:9.4453125rem;top:9.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Q2LXITwvXTrf2VqXUlGBgihTL27eCmCT { display:block; }#Q2LXITwvXTrf2VqXUlGBgihTL27eCmCT > .row .container { width:20rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6lAWdwksNWhyTQKmmIrnFptguRgswXO { width:19.5rem;height:6.75rem;top:2.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owzavCG6UwTkpT90CIhOWPiUbnRtBvO3 { width:20rem;height:11.0195rem;top:32.126953125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUSlzxT6inRoQBXopdugxwwL0FEDF9rF { width:20rem;height:4.72265625rem;top:10.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FftWDuoikrDNLAZFRM314vqW5mRhCBvo { width:20rem;height:20rem;top:13.501953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtJRNO1cHSzFH9IzTec1dmp46nGvFk2T { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1193a48a-14fd-4185-8dba-9294a0119f8c/main4.crop_1437x1499_0,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HtJRNO1cHSzFH9IzTec1dmp46nGvFk2T.adaptive-delivery-prevent-bg, #HtJRNO1cHSzFH9IzTec1dmp46nGvFk2T.lazyload, #HtJRNO1cHSzFH9IzTec1dmp46nGvFk2T.lazyloading { background-image: none; }#HtJRNO1cHSzFH9IzTec1dmp46nGvFk2T > .row .container { background-color: transparent; background-image: none; }#HtJRNO1cHSzFH9IzTec1dmp46nGvFk2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtJRNO1cHSzFH9IzTec1dmp46nGvFk2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtJRNO1cHSzFH9IzTec1dmp46nGvFk2T > .row .container > .video-iframe-container { display: none; }#HtJRNO1cHSzFH9IzTec1dmp46nGvFk2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtJRNO1cHSzFH9IzTec1dmp46nGvFk2T > .row > .video-iframe-container { display: none; }#HtJRNO1cHSzFH9IzTec1dmp46nGvFk2T > .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); }#HtJRNO1cHSzFH9IzTec1dmp46nGvFk2T > .row .container { border-width: 0; border-radius: 0; }#HtJRNO1cHSzFH9IzTec1dmp46nGvFk2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HtJRNO1cHSzFH9IzTec1dmp46nGvFk2T > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLzJ4K1nkh3hACO7H4EtvMC3e0JaHuUO { display:block; }#zLzJ4K1nkh3hACO7H4EtvMC3e0JaHuUO > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1BF3fFBEkgMmk3ApdmKKL3wO8Kf97hF { width:20rem;height:20.877598152425rem;top:35.9248046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1fOg0vkp2ls6CqFSiluDrC8VTPFxnEW { width:16.1875rem;height:23.61328125rem;top:8.9248046875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFHhQz858wnyWa91lfamzy35Dr1zGiAR { width:18.25rem;height:5.25rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEIu2Z9NKnoT96DO04Xt2qWyToR30Tga { display:block; }#zEIu2Z9NKnoT96DO04Xt2qWyToR30Tga > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfavKLHnKV20q7QqnDsspMXSbC0zXPnM { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPTTvpNrGQHh7OFnsiuZiwTE18LOpaTo { width:20rem;height:5.25rem;top:7rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZVwzyRpo0SmVZBefcoCggrycrxClNKs { width:20rem;height:14.9375rem;top:15.8642578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9aTBACpL873IhC9T6dkHd6QPFKu3Qmm { display:block; }#E9aTBACpL873IhC9T6dkHd6QPFKu3Qmm > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ly5nlWg8sue0s0Kpsi3KxcNvkT8fGLyk { width:20rem;height:4.3994125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLTCmJetC7lnst4qBv58DZTsdQBS4bcJ { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/89c8921a-9359-47dc-a2a2-f4b513ceb289/tech_breakfast_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pLTCmJetC7lnst4qBv58DZTsdQBS4bcJ.adaptive-delivery-prevent-bg, #pLTCmJetC7lnst4qBv58DZTsdQBS4bcJ.lazyload, #pLTCmJetC7lnst4qBv58DZTsdQBS4bcJ.lazyloading { background-image: none; }#pLTCmJetC7lnst4qBv58DZTsdQBS4bcJ > .row .container { background-color: transparent; background-image: none; }#pLTCmJetC7lnst4qBv58DZTsdQBS4bcJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLTCmJetC7lnst4qBv58DZTsdQBS4bcJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLTCmJetC7lnst4qBv58DZTsdQBS4bcJ > .row .container > .video-iframe-container { display: none; }#pLTCmJetC7lnst4qBv58DZTsdQBS4bcJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLTCmJetC7lnst4qBv58DZTsdQBS4bcJ > .row > .video-iframe-container { display: none; }#pLTCmJetC7lnst4qBv58DZTsdQBS4bcJ > .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); }#pLTCmJetC7lnst4qBv58DZTsdQBS4bcJ > .row .container { border-width: 0; border-radius: 0; }#pLTCmJetC7lnst4qBv58DZTsdQBS4bcJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pLTCmJetC7lnst4qBv58DZTsdQBS4bcJ > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OEulrDMArOMT27Sx3agtzWJVtiTinJ1z { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/222c8aa0-d2a7-4cc8-aad8-8434ecbec131/BANNER2026.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#OEulrDMArOMT27Sx3agtzWJVtiTinJ1z.adaptive-delivery-prevent-bg, #OEulrDMArOMT27Sx3agtzWJVtiTinJ1z.lazyload, #OEulrDMArOMT27Sx3agtzWJVtiTinJ1z.lazyloading { background-image: none; }#OEulrDMArOMT27Sx3agtzWJVtiTinJ1z > .row .container { background-color: transparent; background-image: none; }#OEulrDMArOMT27Sx3agtzWJVtiTinJ1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEulrDMArOMT27Sx3agtzWJVtiTinJ1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEulrDMArOMT27Sx3agtzWJVtiTinJ1z > .row .container > .video-iframe-container { display: none; }#OEulrDMArOMT27Sx3agtzWJVtiTinJ1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEulrDMArOMT27Sx3agtzWJVtiTinJ1z > .row > .video-iframe-container { display: none; }#OEulrDMArOMT27Sx3agtzWJVtiTinJ1z > .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); }#OEulrDMArOMT27Sx3agtzWJVtiTinJ1z > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGZgtPipkySMAAUgbsbEwRRXImHNpyaN { width:20rem;height:2.19921875rem;top:2.125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FDwFNqBP11lycI1BaU3CJ399D8HJbS7U { width:20rem;height:0.125rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFcmp5ZIotMcH4mXxwPTmIhClzpx1S2K { width:20rem;height:9.4453125rem;top:9.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5bdTE0Zg3i5UukhNBdz3mplEt7sTsTx { width:12.5625rem;height:3rem;top:21.5625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #PGTXUmaROdKumbzbw6k61CEy6Tek49OJ { display:block; }
 }@media only screen and (max-width: 763px) { #FhbcbvP9tlXLtfRCpq0c6rlHGoXQzbbm { width:20rem;height:1.57470625rem;top:6rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkOebeG0dNylzFBnuc52ok5tmwp6Dq5b { width:20rem;height:15.375rem;top:2.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QyqvxMNBrg1dEuDoU0Wtvku2ePS5fiHB { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2756de36-0e40-44df-afdc-cb3d2acf1844/tech_workshop_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QyqvxMNBrg1dEuDoU0Wtvku2ePS5fiHB.adaptive-delivery-prevent-bg, #QyqvxMNBrg1dEuDoU0Wtvku2ePS5fiHB.lazyload, #QyqvxMNBrg1dEuDoU0Wtvku2ePS5fiHB.lazyloading { background-image: none; }#QyqvxMNBrg1dEuDoU0Wtvku2ePS5fiHB > .row .container { background-color: transparent; background-image: none; }#QyqvxMNBrg1dEuDoU0Wtvku2ePS5fiHB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyqvxMNBrg1dEuDoU0Wtvku2ePS5fiHB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyqvxMNBrg1dEuDoU0Wtvku2ePS5fiHB > .row .container > .video-iframe-container { display: none; }#QyqvxMNBrg1dEuDoU0Wtvku2ePS5fiHB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyqvxMNBrg1dEuDoU0Wtvku2ePS5fiHB > .row > .video-iframe-container { display: none; }#QyqvxMNBrg1dEuDoU0Wtvku2ePS5fiHB > .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); }#QyqvxMNBrg1dEuDoU0Wtvku2ePS5fiHB > .row .container { border-width: 0; border-radius: 0; }#QyqvxMNBrg1dEuDoU0Wtvku2ePS5fiHB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QyqvxMNBrg1dEuDoU0Wtvku2ePS5fiHB > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSrSGyKs0zIq0Z6kwqAusG1ebvfchxxb { display:block; }#cSrSGyKs0zIq0Z6kwqAusG1ebvfchxxb > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bk4Bgl2CT3zaGxlSbp3RWiUdi2JAJun2 { width:19rem;height:14.625rem;top:38.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gXo78nRVNlDzPSkWduQSRCEVyzcqTl1V { width:20rem;height:1.57470625rem;top:5.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TpCB1uTkkHqwBNDbkvZcthvIfSBHVeCC { width:20rem;height:0.125rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1AS3PLxoy8UOBVKlCQlGbWKTIX9ST9H { width:20rem;height:11.0195rem;top:9.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSKkN5JTRwVHkIwnkJ5MoTS02H2RIbI3 { width:16.5rem;height:2.19970625rem;top:1.8125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #buwb2K9tRr0Vc9GaWW16ncGHTEoocqEo { width:12.5625rem;height:3rem;top:22.5625rem;left:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #e4uxqKsUyffwdl5KVEQ1pmekgVrADwU3 { display:block; }
 }@media only screen and (max-width: 763px) { #hwXh9oWdowoDTBNvH22t6qSXvronilDc { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/79250f78-e93c-41a6-9d8e-dbf99dc69396/hackathon_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hwXh9oWdowoDTBNvH22t6qSXvronilDc.adaptive-delivery-prevent-bg, #hwXh9oWdowoDTBNvH22t6qSXvronilDc.lazyload, #hwXh9oWdowoDTBNvH22t6qSXvronilDc.lazyloading { background-image: none; }#hwXh9oWdowoDTBNvH22t6qSXvronilDc > .row .container { background-color: transparent; background-image: none; }#hwXh9oWdowoDTBNvH22t6qSXvronilDc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwXh9oWdowoDTBNvH22t6qSXvronilDc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwXh9oWdowoDTBNvH22t6qSXvronilDc > .row .container > .video-iframe-container { display: none; }#hwXh9oWdowoDTBNvH22t6qSXvronilDc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwXh9oWdowoDTBNvH22t6qSXvronilDc > .row > .video-iframe-container { display: none; }#hwXh9oWdowoDTBNvH22t6qSXvronilDc > .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); }#hwXh9oWdowoDTBNvH22t6qSXvronilDc > .row .container { border-width: 0; border-radius: 0; }#hwXh9oWdowoDTBNvH22t6qSXvronilDc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hwXh9oWdowoDTBNvH22t6qSXvronilDc > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/222c8aa0-d2a7-4cc8-aad8-8434ecbec131/BANNER2026.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX.adaptive-delivery-prevent-bg, #WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX.lazyload, #WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX.lazyloading { background-image: none; }#WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX > .row .container { background-color: transparent; background-image: none; }#WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX > .row .container > .video-iframe-container { display: none; }#WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX > .row > .video-iframe-container { display: none; }#WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX > .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); }#WgUkVxXgoE0F0etDAU4FRIH5iGCaXsPX > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHmoMHgwokmTDFVVI9yPbSZ3UtMtusDE { width:20rem;height:15.375rem;top:57.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4autiqKaEMeb1vULWuqdTPQb5cbsqJH { width:14.0625rem;height:2.75rem;top:2rem;left:0rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N2kf1Tn1ftmdATkm8cr61yBtpmua3r4Q { width:20rem;height:1.57470625rem;top:5.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O9m1WPgGUrTgxPT7XJKoNPPObs584dlJ { width:20rem;height:0.125rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMM6Xq198pBIK1QtTRJyxXPoLy4GXASS { width:20rem;height:11.0195rem;top:9.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWLbyPV2OEvZlsHzXoyiXM6ZZmTcQC9I { width:12.5625rem;height:3rem;top:23rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #bgqTHgFI7QhoX8Nx7onQHlnT7Ia6hFXg { display:block; }
 }@media only screen and (max-width: 763px) { #XJ5TL7FQreRFC4TMATXDBk4UUMfR1dBo { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4502c6ba-68f9-48aa-98ff-f64224ff7b20/mentoring.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XJ5TL7FQreRFC4TMATXDBk4UUMfR1dBo.adaptive-delivery-prevent-bg, #XJ5TL7FQreRFC4TMATXDBk4UUMfR1dBo.lazyload, #XJ5TL7FQreRFC4TMATXDBk4UUMfR1dBo.lazyloading { background-image: none; }#XJ5TL7FQreRFC4TMATXDBk4UUMfR1dBo > .row .container { background-color: transparent; background-image: none; }#XJ5TL7FQreRFC4TMATXDBk4UUMfR1dBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJ5TL7FQreRFC4TMATXDBk4UUMfR1dBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJ5TL7FQreRFC4TMATXDBk4UUMfR1dBo > .row .container > .video-iframe-container { display: none; }#XJ5TL7FQreRFC4TMATXDBk4UUMfR1dBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJ5TL7FQreRFC4TMATXDBk4UUMfR1dBo > .row > .video-iframe-container { display: none; }#XJ5TL7FQreRFC4TMATXDBk4UUMfR1dBo > .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); }#XJ5TL7FQreRFC4TMATXDBk4UUMfR1dBo > .row .container { border-width: 0; border-radius: 0; }#XJ5TL7FQreRFC4TMATXDBk4UUMfR1dBo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XJ5TL7FQreRFC4TMATXDBk4UUMfR1dBo > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xvw7g9HB5LpAXEhwI8pOdxMv93240Wvq { display:block; }#Xvw7g9HB5LpAXEhwI8pOdxMv93240Wvq > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4XbeJbDWCD52X1tiZUhrFwoXu6DpvPR { width:20rem;height:1.57470625rem;top:6.9375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PeNIup92zXUrqIqc4owdief9OTDdZxNu { width:20rem;height:0.125rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbLOLvvK4iZzsKh0TqztWUJTasbfPewX { width:20rem;height:11.0195rem;top:10.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAAR9PKl2d3gTyZ0BmhEUvlJrIXyNTeb { width:16.5rem;height:4.3994125rem;top:2.375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mnQQwiA4OAz0JCc1rVIX0awv2TNbC9hC { width:12.5625rem;height:3rem;top:23.8125rem;left:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #eP1QyWV5xQ58yJwJ6m2SEWVdhit945kw { display:block; }
 }@media only screen and (max-width: 763px) { #olXoTtXBuzPTrEVhemihBPxCfSIDgmTR { width:20rem;height:15.375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WecA8hLpbvOQwueIioTlLK7JekeHn2O7 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/222c8aa0-d2a7-4cc8-aad8-8434ecbec131/BANNER2026.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#WecA8hLpbvOQwueIioTlLK7JekeHn2O7.adaptive-delivery-prevent-bg, #WecA8hLpbvOQwueIioTlLK7JekeHn2O7.lazyload, #WecA8hLpbvOQwueIioTlLK7JekeHn2O7.lazyloading { background-image: none; }#WecA8hLpbvOQwueIioTlLK7JekeHn2O7 > .row .container { background-color: transparent; background-image: none; }#WecA8hLpbvOQwueIioTlLK7JekeHn2O7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WecA8hLpbvOQwueIioTlLK7JekeHn2O7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WecA8hLpbvOQwueIioTlLK7JekeHn2O7 > .row .container > .video-iframe-container { display: none; }#WecA8hLpbvOQwueIioTlLK7JekeHn2O7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WecA8hLpbvOQwueIioTlLK7JekeHn2O7 > .row > .video-iframe-container { display: none; }#WecA8hLpbvOQwueIioTlLK7JekeHn2O7 > .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); }#WecA8hLpbvOQwueIioTlLK7JekeHn2O7 > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDmMyFzgTCB98ehMBrQWu30xzcGCXZhd { width:15.875rem;height:8.4375rem;top:7.9375rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hotcxozI1UsNCfFzSD3CpEQsx3yszN9k { width:3.25rem;height:3.25rem;top:8.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWEDx5s3wT48M0bza3Pvni59gbueIOQW { width:3.25rem;height:2.9375rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbrJWny78kVgzDHZZFfNknTOFfT9bzGb { width:2.875rem;height:2.5625rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5RaMUI4TyQws9HsIlnOmlMuUHG37G5U { width:3.25rem;height:2.625rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqMbJOLz8L5IFM6Jx33ucFQtViLAQJyi { width:15.8125rem;height:6.75rem;top:18.1875rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r67mAloZlPnc6UUBhxmaXA0r0aFJanHg { width:15.5625rem;height:5.0625rem;top:26.9375rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1B704INBg9piOX2DU68qePA54V0P2GS { width:15.875rem;height:5.0625rem;top:34.875rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFGMNXDQ3gTCoRCIOtv4xNX1QMwQAmrk { width:16.125rem;height:6.75rem;top:43.1875rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xngkV00hBCWpBTmoXFvIZEnrKzkARRzl { width:2.9375rem;height:2.5rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlbJgo5Ut29EEDrtBL8NwqJfLcpdWBQl { width:20rem;height:30.680412371134rem;top:46.53125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VkbWeZDFxNsWO8z8gqwWO97y0rZtcXO8 { width:20rem;height:4.3994125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcDOH4Db9Q0PuuzQQWzqII3RKbqCfaiN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/61f1696a-6035-4a5a-8f6d-8a990869c752/main3.jpg");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; }#zcDOH4Db9Q0PuuzQQWzqII3RKbqCfaiN.adaptive-delivery-prevent-bg, #zcDOH4Db9Q0PuuzQQWzqII3RKbqCfaiN.lazyload, #zcDOH4Db9Q0PuuzQQWzqII3RKbqCfaiN.lazyloading { background-image: none; }#zcDOH4Db9Q0PuuzQQWzqII3RKbqCfaiN > .row .container { background-color: transparent; background-image: none; }#zcDOH4Db9Q0PuuzQQWzqII3RKbqCfaiN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcDOH4Db9Q0PuuzQQWzqII3RKbqCfaiN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcDOH4Db9Q0PuuzQQWzqII3RKbqCfaiN > .row .container > .video-iframe-container { display: none; }#zcDOH4Db9Q0PuuzQQWzqII3RKbqCfaiN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcDOH4Db9Q0PuuzQQWzqII3RKbqCfaiN > .row > .video-iframe-container { display: none; }#zcDOH4Db9Q0PuuzQQWzqII3RKbqCfaiN > .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); }#zcDOH4Db9Q0PuuzQQWzqII3RKbqCfaiN > .row .container { border-width: 0; border-radius: 0; }#zcDOH4Db9Q0PuuzQQWzqII3RKbqCfaiN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zcDOH4Db9Q0PuuzQQWzqII3RKbqCfaiN > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3QXWnvvqx2mTvzyx8doeO0Oia4Fdw0v { display:block; }#Z3QXWnvvqx2mTvzyx8doeO0Oia4Fdw0v > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZUeXpzgiuJT4OixPyKKklFkbLNbza7s { width:20rem;height:2.19921875rem;top:2.375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TDGytODGz7TyaRK5ucFnu8STVhosQOmI { width:12.5625rem;height:3rem;top:5.875rem;left:0rem;color:#9f00ff;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TgkbrQyvTTlOe1MVxIhhgoJ1TLJiEsJT { display:block; }
 }@media only screen and (max-width: 763px) { #o6GKu8O2WoSaPTTdlfT64OTEqWDpHMpk { width:20rem;height:2.19921875rem;top:13.0625rem;left:0rem;font-size:2rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #hdTw84HZaagcfquWWfq2pMR4UMET50A1 { width:18.375rem;height:13.473625rem;top:16.625rem;left:0rem;font-size:1.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #vtTAEAUCTyiJl0HQLCIBcmXJSMozaftC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/222c8aa0-d2a7-4cc8-aad8-8434ecbec131/BANNER2026.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#vtTAEAUCTyiJl0HQLCIBcmXJSMozaftC.adaptive-delivery-prevent-bg, #vtTAEAUCTyiJl0HQLCIBcmXJSMozaftC.lazyload, #vtTAEAUCTyiJl0HQLCIBcmXJSMozaftC.lazyloading { background-image: none; }#vtTAEAUCTyiJl0HQLCIBcmXJSMozaftC > .row .container { width:20rem;height:23.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FiVenpen2wG6bb2QRq5nzp71O1q950n9 { width:20rem;height:2.23095625rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbuBKGi3TGDCvtagdLAwZhrx0omGJt2Z { width:18.375rem;height:13.473625rem;top:6.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8xcO4VGuanc7BrAxirmI1PIkq6dmtuo { width:0.125rem;height:7.8125rem;top:4.73046875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9v6NE2bOmcrmZNSM0eB001i50lN9ctT { display:block; }#A9v6NE2bOmcrmZNSM0eB001i50lN9ctT > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNq5EBl6QvmCAa874m17TLRtTwyTy2Xo { width:20rem;height:39.35546875rem;top:3.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTkZE3Z4qJi0uVvXpzTpnOtnBo9Sb794 { display:block; }#ZTkZE3Z4qJi0uVvXpzTpnOtnBo9Sb794 > .row .container { width:20rem;height:83.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIMzIZKKwP6aly9MB9LO3n2oMLJElxbT { width:20rem;height:4.3984375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRCwZLWLtiPInu8beVaLzN8uJJH2BnsI { width:7.5rem;height:5.875rem;top:10.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuhhcQnasPQu0liG3nMLWvmc3nfSMMAW { width:10.8125rem;height:1.57421875rem;top:8.4375rem;left:4.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLHxQsOmx5zOxrvVUIoXxyt4DTuZ6GFB { width:10.8125rem;height:1.57421875rem;top:18.625rem;left:4.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTqQsTkb8v5THLc9PrQthiCkCzcnA8d5 { width:10.1875rem;height:2.5625rem;top:21.8125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQuPGZWffq6u24tewwgibqrTb3zbk3Ub { width:6.25rem;height:8.25rem;top:26.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4tDvZsTDVcDpVIJZJGVy9XLO3tLmBCs { width:9.25rem;height:4.4375rem;top:38.53125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgZv4CCys6aAhoZzcMkVe4ib9cTk4CTl { width:9.6875rem;height:10.5rem;top:25.875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqRFgVADSXVvZRLizVyeVp9aMvxHpJ7C { width:9.1875rem;height:5.1875rem;top:46.40625rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0eGJLwkZGIIiTIWMl2gL6PNtWIkgEBA { width:7.3125rem;height:7.3125rem;top:54.21875rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfuf05rvaQS3uvRGfGmpfrTATmGZgmmM { width:9.9375rem;height:5.75rem;top:63.90625rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBkAhwahnJu3fxDcwyzJh43RGw20kO9y { width:9.625rem;height:9.625rem;top:69.65625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc114C7g7X6GbxFl5eW92SXCH5R53veU { display:block; }#wc114C7g7X6GbxFl5eW92SXCH5R53veU > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LN6omDEGClA2tRla0dbh8bEFhPlRi5sD { width:20rem;height:2.0625rem;top:2.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUV9He7mIKVIVhSDWIEdZfTekTZmLT2D { width:1.6875rem;height:3.125rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klir0SA18NtEe689HiF0ChrXIrrDUM1W { width:3.125rem;height:3.0625rem;top:7.40625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMA2TUwUBhUnsWk9TD5ZMcmH5g8Uhofa { width:3.125rem;height:2.9375rem;top:7.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS16P0LnBhhuvLoQt1kFXlvxJxcvaeBy { width:3.125rem;height:3.125rem;top:7.375rem;left:16.3125rem;display:block; }
 }