.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:225,208,255;--color-primary-1:165,115,255;--color-primary-2:105,21,255;--color-primary-3:63,13,153;--color-primary-4:20,18,35;--color-secondary-0:247,221,247;--color-secondary-1:227,143,230;--color-secondary-2:199,31,204;--color-secondary-3:100,16,102;--color-secondary-4:30,5,31;--color-tertiary-0:220,219,222;--color-tertiary-1:138,137,145;--color-tertiary-2:20,18,35;--color-tertiary-3:10,9,18;--color-tertiary-4:3,3,5;--headlines-font-family:"Raleway";--paragraphs-font-family:"plus jakarta sans"; }@media (max-width: 763px) { [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%;
}
 }@media only screen and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;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); }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/72a8de18-935c-4b51-813e-64a8bf606747/image11.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk.adaptive-delivery-prevent-bg, #TmPDuacvZExq9RBGxO6hJz4usDuplWHk.lazyload, #TmPDuacvZExq9RBGxO6hJz4usDuplWHk.lazyloading { background-image: none; }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .row .container { background-color: transparent; background-image: none; }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .row .container > .video-iframe-container { display: none; }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .row > .video-iframe-container { display: none; }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .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); }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .row .container { border-width: 0; border-radius: 0; }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TmPDuacvZExq9RBGxO6hJz4usDuplWHk > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;overflow:visible;position:relative;display:block; }#ACHDwavhxVKHU1o6ZrBcrOTifRaTitQo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:20.125rem;top:6rem;left:0rem;overflow:hidden;display:block; }
#xTB7LVeF5TG9gFnCT7MWNqKy1b1LX4Fs { color:rgba(var(--color-tertiary-2),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:15.53125rem;left:0rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JRW6IwNNR1KrQGEInBr4K1gc4TmLwWpC { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.5625rem;width:35.25rem;top:16.9375rem;left:38.65625rem;display:block; }
#yIy83GXqyn9iDp65uEOxaFtLucO8n3NI { color:rgba(var(--color-tertiary-2),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:28.125rem;left:0rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gOKiAoVCuCgMEv6W8TBGDTS3LVHtziF9 { background-color:rgba(var(--color-primary-0),0.32);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.5625rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.71875rem;left:0rem;display:block; }
#orL4S3v2z3xHXOThuqcwsFo1JR6MxM1d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sAa9RgbqUvtPywZMW0pDlhQNxQ4Ks21f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:36.3125rem;left:1.0625rem; }
#iwMC9r29fbqKJym27X1E2D5arlxG2FDQ { background-color:rgba(var(--color-primary-0),0.32);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.5625rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:35.75rem;left:8.8125rem;display:block; }
#vKSBUiDnooUZrQIDNqsHu4RlTsMBGUOb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gagcHQIGXwkUMgBNZ6xzMxDQsVXMmk3T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:36.3125rem;left:9.875rem; }
#M0HGGSsUVzwpl7fqsMXVS4eSRJZ8Tp00 { background-color:rgba(var(--color-primary-0),0.32);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.5625rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:2.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.75rem;left:16.75rem;display:block; }
#JOxeLGciTZwSBJOG5AWfT0mTPbI2F2o6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vI6uwlwPr5VZTTo4SfCdAQ3IrnM8vc7h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:36.3125rem;left:17.8125rem; }
#q1CHTQnb7LQnABawgbWDxfGADI7TEAfL { box-sizing:content-box;height:23.1875rem;width:37.3125rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);top:14.28125rem;left:37.5625rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#pm5FzBPCATQkieufMDIIgtv3armG1HOJ { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.03125rem;left:38.59375rem;display:block; }
#EWTlZSQE5MW1x9dZuFuv5DdlMD1MvRrh { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.03125rem;left:39.78125rem;display:block; }
#bnElXfTKUTcWbOx2xCFZ5pdT2HKuffZd { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:15.03125rem;left:40.96875rem;display:block; }
#gIMBNF5FnkThOokix0fs6smPt01Spc13 { color:rgba(var(--color-tertiary-2),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:7.234375rem;left:36.8125rem;height:1.125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Db8e8ksALJvlDw66x0la8dhtKr7VN6RT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/72a8de18-935c-4b51-813e-64a8bf606747/image11.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Db8e8ksALJvlDw66x0la8dhtKr7VN6RT.adaptive-delivery-prevent-bg, #Db8e8ksALJvlDw66x0la8dhtKr7VN6RT.lazyload, #Db8e8ksALJvlDw66x0la8dhtKr7VN6RT.lazyloading { background-image: none; }#Db8e8ksALJvlDw66x0la8dhtKr7VN6RT > .row .container { background-color: transparent; background-image: none; }#Db8e8ksALJvlDw66x0la8dhtKr7VN6RT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Db8e8ksALJvlDw66x0la8dhtKr7VN6RT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Db8e8ksALJvlDw66x0la8dhtKr7VN6RT > .row .container > .video-iframe-container { display: none; }#Db8e8ksALJvlDw66x0la8dhtKr7VN6RT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Db8e8ksALJvlDw66x0la8dhtKr7VN6RT > .row > .video-iframe-container { display: none; }#Db8e8ksALJvlDw66x0la8dhtKr7VN6RT > .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); }#Db8e8ksALJvlDw66x0la8dhtKr7VN6RT > .row .container { border-width: 0; border-radius: 0; }#Db8e8ksALJvlDw66x0la8dhtKr7VN6RT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Db8e8ksALJvlDw66x0la8dhtKr7VN6RT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Db8e8ksALJvlDw66x0la8dhtKr7VN6RT > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#DHAKiNTKJf18SXMJUyvdLdmTS4cZ5uQb { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:7rem;top:5.1875rem;left:0rem;overflow:hidden;display:block; }
#DQMLQK9qihkDO5n9lym68e291wIvT0xm { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.1875rem;top:5.0625rem;left:9.3125rem;overflow:hidden;display:block; }
#QaxPUUpVIepnF1QBoawPA3oOi4tosT5m { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:5.75rem;top:5.1875rem;left:16.5rem;overflow:hidden;display:block; }
#i0L2TW6CP6kesfhR1bHwNE153yURStOH { position:absolute;display:block;z-index:15016;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.6875rem;width:5.0625rem;top:4.125rem;left:24.3125rem;overflow:hidden;display:block; }
#XfEWWFJr1LDNs5Zih920OiKU5qCR3tgy { position:absolute;display:block;z-index:15017;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:1rem;width:6.4375rem;top:4.875rem;left:31.375rem;overflow:hidden;display:block; }
#PfdmiLtkQh2zz85HxQZWP5O6SR0zgkoH { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:4.9375rem;top:5rem;left:40.75rem;overflow:hidden;display:block; }
#eauuqNOp8EhBPP3QbwwAthLF60uvuH1d { 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:1.375rem;width:4.8125rem;top:4.9375rem;left:48.25rem;overflow:hidden;display:block; }
#SdEx6wkDMuXyEomkLAkTNL3biUogiTkl { 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:3rem;width:4.125rem;top:3.75rem;left:56rem;overflow:hidden;display:block; }
#pxiqcqHUAwVe7v5QdObRMvvM7i5K7VT2 { 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:1.8125rem;width:4.5625rem;top:4.625rem;left:62.25rem;overflow:hidden;display:block; }
#P49m9WbCwr8sBO38IzMWvC3UDq0MxKfu { 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:3.75rem;width:6.125rem;top:3.625rem;left:68.875rem;overflow:hidden;display:block; }
#qA7hvB3D22PpBwcC2aiq2ka2I3yAPNhu { color:rgba(var(--color-tertiary-2),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:0.75rem;left:18.4375rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JZ80wT6wyqJ1JnlRTRydplGUh3eE98hr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d0971;background-image:url("https://images.assets-landingi.com/uc/2f9cf8f6-592a-4182-a64a-318313ff9f44/brilliant.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#JZ80wT6wyqJ1JnlRTRydplGUh3eE98hr.adaptive-delivery-prevent-bg, #JZ80wT6wyqJ1JnlRTRydplGUh3eE98hr.lazyload, #JZ80wT6wyqJ1JnlRTRydplGUh3eE98hr.lazyloading { background-image: none; }#JZ80wT6wyqJ1JnlRTRydplGUh3eE98hr > .row .container { background-color: transparent; background-image: none; }#JZ80wT6wyqJ1JnlRTRydplGUh3eE98hr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZ80wT6wyqJ1JnlRTRydplGUh3eE98hr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZ80wT6wyqJ1JnlRTRydplGUh3eE98hr > .row .container > .video-iframe-container { display: none; }#JZ80wT6wyqJ1JnlRTRydplGUh3eE98hr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZ80wT6wyqJ1JnlRTRydplGUh3eE98hr > .row > .video-iframe-container { display: none; }#JZ80wT6wyqJ1JnlRTRydplGUh3eE98hr > .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); }#JZ80wT6wyqJ1JnlRTRydplGUh3eE98hr > .row .container { border-width: 0; border-radius: 0; }#JZ80wT6wyqJ1JnlRTRydplGUh3eE98hr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JZ80wT6wyqJ1JnlRTRydplGUh3eE98hr > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#RuULy1y7URq6ZH89bT3Tf8xlXASLQCoT { color:#ffffff;display:block;width:42.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:8.4375rem;left:29.71875rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eZqGZOh8wWTniZnBliwiKRQ6cisJtF6L { color:rgba(var(--color-primary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:15.1875rem;left:29.71875rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ocKhXCStVSHXTLAa4pcP7ykcdpxWRnOz { box-sizing:content-box;height:28.0625rem;width:51.4375rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.83);background-image:url("https://images.assets-landingi.com/uc/b0ee48e1-6bd6-46c4-b4cb-ffff98b0eaff/download20260520T221519720.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0rem;left:-24.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#ocKhXCStVSHXTLAa4pcP7ykcdpxWRnOz.adaptive-delivery-prevent-bg, #ocKhXCStVSHXTLAa4pcP7ykcdpxWRnOz.lazyload, #ocKhXCStVSHXTLAa4pcP7ykcdpxWRnOz.lazyloading { background-image: none; }
#PbsT5waw7qhnmyPA9AhDNeLAHp51R7OL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:22.375rem;left:46.125rem; }
#epQ9TnAtIMTHCqJafwZmn0q2UAk8eSIO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d0971;background-image:url("https://images.assets-landingi.com/uc/2f9cf8f6-592a-4182-a64a-318313ff9f44/brilliant.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#epQ9TnAtIMTHCqJafwZmn0q2UAk8eSIO.adaptive-delivery-prevent-bg, #epQ9TnAtIMTHCqJafwZmn0q2UAk8eSIO.lazyload, #epQ9TnAtIMTHCqJafwZmn0q2UAk8eSIO.lazyloading { background-image: none; }#epQ9TnAtIMTHCqJafwZmn0q2UAk8eSIO > .row .container { background-color: transparent; background-image: none; }#epQ9TnAtIMTHCqJafwZmn0q2UAk8eSIO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epQ9TnAtIMTHCqJafwZmn0q2UAk8eSIO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epQ9TnAtIMTHCqJafwZmn0q2UAk8eSIO > .row .container > .video-iframe-container { display: none; }#epQ9TnAtIMTHCqJafwZmn0q2UAk8eSIO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epQ9TnAtIMTHCqJafwZmn0q2UAk8eSIO > .row > .video-iframe-container { display: none; }#epQ9TnAtIMTHCqJafwZmn0q2UAk8eSIO > .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); }#epQ9TnAtIMTHCqJafwZmn0q2UAk8eSIO > .row .container { border-width: 0; border-radius: 0; }#epQ9TnAtIMTHCqJafwZmn0q2UAk8eSIO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#epQ9TnAtIMTHCqJafwZmn0q2UAk8eSIO > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;position:relative;display:block; }#qsNoOV8lTmohspknnSTiRuHLPmO7vP56 { color:rgba(var(--color-primary-0),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:4.375rem;left:2.9375rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eQvbLfg4A8kCm8AnHQTuFkwR3cOUiavA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:0rem;left:0rem; }
#d0Vvqsc0X62EsTipzLTk5DH6DXTAALVh { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:0rem;left:2.9375rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XlKDNRwC0Cxmum3rdiLRvBcLRl513Ipc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:0rem;left:20rem; }
#plb8xuoGMrm7rSqUSUHUTFhvBmLtezgz { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:0rem;left:22.9375rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KMVlMxF3P9UcJ93pikttZfTTUvynqkfA { color:rgba(var(--color-primary-0),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:4.375rem;left:22.9375rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qJo4Z7t1E9gGB8tmJNQfLdI6RZyop8ZT { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:0rem;left:62.9375rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G2pNdTngNywJRs33rVgnyKAJtdnGHAQN { color:rgba(var(--color-primary-0),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:4.375rem;left:62.9375rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SIniBTpHCsLqE9q4drgqzDFS3Bzqu2EB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0rem;left:60rem; }
#HBdtfDusQ8hey1BXPEgCyitaCNQK4eVP { color:rgba(var(--color-primary-0),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:4.375rem;left:42.9375rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iyHfiTNBpWwpzGyfH5uTm4JRc1S7PRLt { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:0rem;left:42.9375rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oTWAQQmMr3rtqaWcFwd9VSuTz8Iy7X64 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0rem;left:40rem; }
#AkXRkQWiplRMbZEeaUAOy0os5kKkeAJ3 { position:relative;display:block; }#AkXRkQWiplRMbZEeaUAOy0os5kKkeAJ3 { background-color: transparent; background-image: none; }#AkXRkQWiplRMbZEeaUAOy0os5kKkeAJ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkXRkQWiplRMbZEeaUAOy0os5kKkeAJ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkXRkQWiplRMbZEeaUAOy0os5kKkeAJ3 > .row .container > .video-iframe-container { display: none; }#AkXRkQWiplRMbZEeaUAOy0os5kKkeAJ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkXRkQWiplRMbZEeaUAOy0os5kKkeAJ3 > .row > .video-iframe-container { display: none; }#AkXRkQWiplRMbZEeaUAOy0os5kKkeAJ3 > .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); }#AkXRkQWiplRMbZEeaUAOy0os5kKkeAJ3 { border-width: 0; border-radius: 0; }#AkXRkQWiplRMbZEeaUAOy0os5kKkeAJ3 > .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; }#AkXRkQWiplRMbZEeaUAOy0os5kKkeAJ3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.9375rem;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; }#VX0uGSKZqwManWDdITLUfmtTMgwPwP9E { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:7.5rem;left:15.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HMiCfTLLPA88Eu56HHd8MK6PTxDKbgTH { box-sizing:content-box;height:28.25rem;width:75rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66639823-ce1a-433d-9076-a5ca2143b487/download20260427T131501573.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }#HMiCfTLLPA88Eu56HHd8MK6PTxDKbgTH.adaptive-delivery-prevent-bg, #HMiCfTLLPA88Eu56HHd8MK6PTxDKbgTH.lazyload, #HMiCfTLLPA88Eu56HHd8MK6PTxDKbgTH.lazyloading { background-image: none; }
#HMiCfTLLPA88Eu56HHd8MK6PTxDKbgTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.72); }#wdiLzVSsyG58UVJB7hKOriwy1OQRpiW2 { color:rgba(var(--color-tertiary-2),1);display:block;width:45.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:14.71875rem;left:14.75rem;height:11.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OALv5JNhPBwaQ9KNZZPRnZfoE1uAD7c8 { position:relative;display:block; }#OALv5JNhPBwaQ9KNZZPRnZfoE1uAD7c8 { background-color: transparent; background-image: none; }#OALv5JNhPBwaQ9KNZZPRnZfoE1uAD7c8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OALv5JNhPBwaQ9KNZZPRnZfoE1uAD7c8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OALv5JNhPBwaQ9KNZZPRnZfoE1uAD7c8 > .row .container > .video-iframe-container { display: none; }#OALv5JNhPBwaQ9KNZZPRnZfoE1uAD7c8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OALv5JNhPBwaQ9KNZZPRnZfoE1uAD7c8 > .row > .video-iframe-container { display: none; }#OALv5JNhPBwaQ9KNZZPRnZfoE1uAD7c8 > .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); }#OALv5JNhPBwaQ9KNZZPRnZfoE1uAD7c8 { border-width: 0; border-radius: 0; }#OALv5JNhPBwaQ9KNZZPRnZfoE1uAD7c8 > .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; }#OALv5JNhPBwaQ9KNZZPRnZfoE1uAD7c8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.9375rem;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; }#v6VRp9f4OPE8wpzFfmaw9OKt9yyDQSeh { box-sizing:content-box;height:14.3125rem;width:45.75rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66639823-ce1a-433d-9076-a5ca2143b487/download20260427T131501573.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);top:0rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#v6VRp9f4OPE8wpzFfmaw9OKt9yyDQSeh.adaptive-delivery-prevent-bg, #v6VRp9f4OPE8wpzFfmaw9OKt9yyDQSeh.lazyload, #v6VRp9f4OPE8wpzFfmaw9OKt9yyDQSeh.lazyloading { background-image: none; }
#v6VRp9f4OPE8wpzFfmaw9OKt9yyDQSeh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem; }#v6VRp9f4OPE8wpzFfmaw9OKt9yyDQSeh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#ED4bwtbbz1T8BnZquMp9wgqPfTiXS3TQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:4.90625rem;left:36.4375rem;filter: drop-shadow(0.875rem 1rem 1.3125rem rgba(var(--color-primary-1),0.5)); }
#Nspt2yNKKMCKWf4AamEGh8apzMLK5sLq { box-sizing:content-box;height:10rem;width:10rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:14999;background-color:rgba(255,255,255,0.34);background-image:none;box-shadow: 0rem 0rem 2.5625rem rgba(var(--color-primary-1),0.11) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.21875rem;left:33.75rem;display:block; }
#DEqHfJnaZoRemfHt6DzeGqKy43Rw7AIr { color:rgba(var(--color-tertiary-2),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.375rem;left:2.5rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dSVHlMlhURCurLDsicJsTMmuWlfBIK9E { color:rgba(var(--color-tertiary-2),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.984375rem;left:2.5rem;height:4.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#prurWb1THXL68grLpVJEoApP9gFToJ3o { background-color:rgba(var(--color-primary-0),0.32);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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:1.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.5625rem;left:2.5rem;display:block; }
#x4fS6SGD9TcpIfMFXmIeTiCOz8zN96BB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ESR9T94iv50RbCf1xkqEXcLXJAtmykmr { box-sizing:content-box;height:14.3125rem;width:26.4375rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2f9cf8f6-592a-4182-a64a-318313ff9f44/brilliant.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);top:0rem;left:48.5625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#ESR9T94iv50RbCf1xkqEXcLXJAtmykmr.adaptive-delivery-prevent-bg, #ESR9T94iv50RbCf1xkqEXcLXJAtmykmr.lazyload, #ESR9T94iv50RbCf1xkqEXcLXJAtmykmr.lazyloading { background-image: none; }
#NIOuuff4Sol89qXpiuGz0TrOT1pIU74m { color:rgba(var(--color-tertiary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7rem;left:51.0625rem;height:4.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XiBWxLIIx13Ir1eRihKRPcTTmgDpyMTI { color:rgba(var(--color-tertiary-2),1);display:block;width:10.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.375rem;left:51.0625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GW1cx53VObbpuGHDQZv4BtBaTlJZJeXa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:0.9375rem;left:70.625rem;filter: drop-shadow(0.875rem 1rem 1.3125rem rgba(var(--color-primary-1),0.5)); }
#Nmi1v22TkcZr7a9yRdVMrEFvXNZgpROO { position:relative;display:block; }#Nmi1v22TkcZr7a9yRdVMrEFvXNZgpROO { background-color: transparent; background-image: none; }#Nmi1v22TkcZr7a9yRdVMrEFvXNZgpROO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nmi1v22TkcZr7a9yRdVMrEFvXNZgpROO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nmi1v22TkcZr7a9yRdVMrEFvXNZgpROO > .row .container > .video-iframe-container { display: none; }#Nmi1v22TkcZr7a9yRdVMrEFvXNZgpROO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nmi1v22TkcZr7a9yRdVMrEFvXNZgpROO > .row > .video-iframe-container { display: none; }#Nmi1v22TkcZr7a9yRdVMrEFvXNZgpROO > .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); }#Nmi1v22TkcZr7a9yRdVMrEFvXNZgpROO { border-width: 0; border-radius: 0; }#Nmi1v22TkcZr7a9yRdVMrEFvXNZgpROO > .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; }#Nmi1v22TkcZr7a9yRdVMrEFvXNZgpROO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.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; }#ZGRi4UfamKl0xR8T1hHrIfb8LMvWNW1m { box-sizing:content-box;height:14.3125rem;width:32.0625rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2f9cf8f6-592a-4182-a64a-318313ff9f44/brilliant.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);top:0rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#ZGRi4UfamKl0xR8T1hHrIfb8LMvWNW1m.adaptive-delivery-prevent-bg, #ZGRi4UfamKl0xR8T1hHrIfb8LMvWNW1m.lazyload, #ZGRi4UfamKl0xR8T1hHrIfb8LMvWNW1m.lazyloading { background-image: none; }
#uIKSXr0RLxevCGebmLAg7I5rG6rozMRM { color:rgba(var(--color-tertiary-2),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7rem;left:2.5rem;height:4.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Iu3kUl2aoAGoRvWO5tlEAqvv8CnPiwq8 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.375rem;left:2.5rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EuQC6tqV40IKnUXP27aKzaT2ReqcZAEa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:0.9375rem;left:27.0625rem;filter: drop-shadow(0.875rem 1rem 1.3125rem rgba(var(--color-primary-1),0.5)); }
#zShR5ZFQHbDodoRLA1JZzumvPusLDfRu { box-sizing:content-box;height:14.3125rem;width:26.4375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2f9cf8f6-592a-4182-a64a-318313ff9f44/brilliant.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);top:0rem;left:34.6875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#zShR5ZFQHbDodoRLA1JZzumvPusLDfRu.adaptive-delivery-prevent-bg, #zShR5ZFQHbDodoRLA1JZzumvPusLDfRu.lazyload, #zShR5ZFQHbDodoRLA1JZzumvPusLDfRu.lazyloading { background-image: none; }
#wGTclTFJ4hnkR5U9m0OwN87qt3B83PQ5 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:7rem;left:37.1875rem;height:4.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TrkxTIqdPkTQ7c4AnIMo7vefQMUzLNpl { color:rgba(var(--color-tertiary-2),1);display:block;width:17.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:4.375rem;left:37.1875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rrB797sCC302r4zONbEu045PqdztB65s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0.9375rem;left:56.75rem;filter: drop-shadow(0.875rem 1rem 1.3125rem rgba(var(--color-primary-1),0.5)); }
#JpFobUFT8R14RF09Fe6inLzwhrgsnPEP { color:rgba(var(--color-tertiary-2),1);display:block;width:11.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:2.8125rem;left:63.3125rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#JpFobUFT8R14RF09Fe6inLzwhrgsnPEP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JpFobUFT8R14RF09Fe6inLzwhrgsnPEP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_673ad4a4fcd612f8af0307cce71febf5260c1420.svg); }
#HKmFcGz47GemhZy4pvc7QnNm0USbyezV { color:rgba(var(--color-tertiary-2),1);display:block;width:11.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:5.75rem;left:63.3125rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#HKmFcGz47GemhZy4pvc7QnNm0USbyezV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HKmFcGz47GemhZy4pvc7QnNm0USbyezV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b5e259627c917a94d29f3d6f605d39b.svg); }
#TWXrNM2oEOheutBDNpTuS7oe5I6lsWOw { color:rgba(var(--color-tertiary-2),1);display:block;width:11.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8.6875rem;left:63.3125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TWXrNM2oEOheutBDNpTuS7oe5I6lsWOw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TWXrNM2oEOheutBDNpTuS7oe5I6lsWOw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2a4ad6fd316911f02a97e4809eb8d97bbac4756e.svg); }
#flqefz4F2hPe4OHlBUnUfTQ7AW2SU9yO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-0),0.32));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-0),0.32));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-0),0.32));background-image: -o-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-0),0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-0),0.32)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-0),0.32)' );";background-image: linear-gradient(180deg, #ffffff, rgba(var(--color-primary-0),0.32));background-size:auto !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; }#flqefz4F2hPe4OHlBUnUfTQ7AW2SU9yO > .row .container { background-color: transparent; background-image: none; }#flqefz4F2hPe4OHlBUnUfTQ7AW2SU9yO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flqefz4F2hPe4OHlBUnUfTQ7AW2SU9yO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flqefz4F2hPe4OHlBUnUfTQ7AW2SU9yO > .row .container > .video-iframe-container { display: none; }#flqefz4F2hPe4OHlBUnUfTQ7AW2SU9yO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flqefz4F2hPe4OHlBUnUfTQ7AW2SU9yO > .row > .video-iframe-container { display: none; }#flqefz4F2hPe4OHlBUnUfTQ7AW2SU9yO > .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); }#flqefz4F2hPe4OHlBUnUfTQ7AW2SU9yO > .row .container { border-width: 0; border-radius: 0; }#flqefz4F2hPe4OHlBUnUfTQ7AW2SU9yO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flqefz4F2hPe4OHlBUnUfTQ7AW2SU9yO > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:block; }#wpT4KWoZxVkdsHeacTJ2MBvztfzvy3nG { box-sizing:content-box;height:34.25rem;width:61.5rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(240deg, rgba(var(--color-primary-0),1), #ffffff);background-image: -moz-linear-gradient(240deg, rgba(var(--color-primary-0),1), #ffffff);background-image: -ms-linear-gradient(240deg, rgba(var(--color-primary-0),1), #ffffff);background-image: -o-linear-gradient(240deg, rgba(var(--color-primary-0),1), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffffff' );";background-image: linear-gradient(240deg, rgba(var(--color-primary-0),1), #ffffff);background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.8125rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#RL8Of9pSZNtNmE4E1d2v39CPCvkzJM7e { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:33.3125rem;width:59.75rem;top:2.75rem;left:0.8125rem;overflow:hidden;display:block; }
#V8PpCESgu5aGS89hu5AIv0ZtpgVFbiw0 { color:rgba(var(--color-tertiary-2),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:14.71875rem;left:64rem;height:4.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PRf5h1tAq52HI14G5f5bZOi1J1x3vmdO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6017e1;background-image:url("https://images.assets-landingi.com/uc/2f9cf8f6-592a-4182-a64a-318313ff9f44/brilliant.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#PRf5h1tAq52HI14G5f5bZOi1J1x3vmdO.adaptive-delivery-prevent-bg, #PRf5h1tAq52HI14G5f5bZOi1J1x3vmdO.lazyload, #PRf5h1tAq52HI14G5f5bZOi1J1x3vmdO.lazyloading { background-image: none; }#PRf5h1tAq52HI14G5f5bZOi1J1x3vmdO > .row .container { background-color: transparent; background-image: none; }#PRf5h1tAq52HI14G5f5bZOi1J1x3vmdO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRf5h1tAq52HI14G5f5bZOi1J1x3vmdO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRf5h1tAq52HI14G5f5bZOi1J1x3vmdO > .row .container > .video-iframe-container { display: none; }#PRf5h1tAq52HI14G5f5bZOi1J1x3vmdO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRf5h1tAq52HI14G5f5bZOi1J1x3vmdO > .row > .video-iframe-container { display: none; }#PRf5h1tAq52HI14G5f5bZOi1J1x3vmdO > .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); }#PRf5h1tAq52HI14G5f5bZOi1J1x3vmdO > .row .container { border-width: 0; border-radius: 0; }#PRf5h1tAq52HI14G5f5bZOi1J1x3vmdO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PRf5h1tAq52HI14G5f5bZOi1J1x3vmdO > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#A3ZDNwX0pJtf5exrmZgJXXUy44rHvszT { color:#ffffff;display:block;width:42.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:7.1875rem;left:16.34375rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QnTKoNDksisli0ySacqAWJJycSRp9A52 { color:rgba(var(--color-primary-0),1);display:block;width:49.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:14.25rem;left:12.9375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SZOFchUB1skKL6Ld3eTILui6kEVdVveR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6017e1;background-image:url("https://images.assets-landingi.com/uc/2f9cf8f6-592a-4182-a64a-318313ff9f44/brilliant.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#SZOFchUB1skKL6Ld3eTILui6kEVdVveR.adaptive-delivery-prevent-bg, #SZOFchUB1skKL6Ld3eTILui6kEVdVveR.lazyload, #SZOFchUB1skKL6Ld3eTILui6kEVdVveR.lazyloading { background-image: none; }#SZOFchUB1skKL6Ld3eTILui6kEVdVveR > .row .container { background-color: transparent; background-image: none; }#SZOFchUB1skKL6Ld3eTILui6kEVdVveR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZOFchUB1skKL6Ld3eTILui6kEVdVveR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZOFchUB1skKL6Ld3eTILui6kEVdVveR > .row .container > .video-iframe-container { display: none; }#SZOFchUB1skKL6Ld3eTILui6kEVdVveR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZOFchUB1skKL6Ld3eTILui6kEVdVveR > .row > .video-iframe-container { display: none; }#SZOFchUB1skKL6Ld3eTILui6kEVdVveR > .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); }#SZOFchUB1skKL6Ld3eTILui6kEVdVveR > .row .container { border-width: 0; border-radius: 0; }#SZOFchUB1skKL6Ld3eTILui6kEVdVveR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SZOFchUB1skKL6Ld3eTILui6kEVdVveR > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#tTTf1HhPuB40KZERzSfi8h8CUsenZA8C { color:rgba(var(--color-primary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:5.625rem;left:13.875rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CsmCE5elIy7ir7cts150lmx2kcKDdLkd { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:1.25rem;left:13.875rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bKZ5u2VuWfo6niwWbQHkZRnUJJasXcGh { box-sizing:content-box;height:14.375rem;width:12.625rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bead76ec-94c8-40f2-99d0-790c6020d9a9/download20260520T220103200.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#bKZ5u2VuWfo6niwWbQHkZRnUJJasXcGh.adaptive-delivery-prevent-bg, #bKZ5u2VuWfo6niwWbQHkZRnUJJasXcGh.lazyload, #bKZ5u2VuWfo6niwWbQHkZRnUJJasXcGh.lazyloading { background-image: none; }
#FpfWmKXOkUIUn4yMnBnH07Z3tukuTPZ4 { color:rgba(var(--color-primary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:5.625rem;left:55.9375rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ii89aqfFPKx2L4Oo82y6DO9uA1RhRTkm { box-sizing:content-box;height:14.375rem;width:12.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/060bbac7-b3cb-445b-aa71-ee8eee2de6be/download20260520T220157778.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0rem;left:42.0625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#ii89aqfFPKx2L4Oo82y6DO9uA1RhRTkm.adaptive-delivery-prevent-bg, #ii89aqfFPKx2L4Oo82y6DO9uA1RhRTkm.lazyload, #ii89aqfFPKx2L4Oo82y6DO9uA1RhRTkm.lazyloading { background-image: none; }
#GeN4apaXsutb1mVqlrALXL9DA8Stx0p2 { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:1.25rem;left:55.9375rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eWJOQTey7UeLJXDwRrorVE76hNmyruKi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6017e1;background-image:url("https://images.assets-landingi.com/uc/2f9cf8f6-592a-4182-a64a-318313ff9f44/brilliant.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#eWJOQTey7UeLJXDwRrorVE76hNmyruKi.adaptive-delivery-prevent-bg, #eWJOQTey7UeLJXDwRrorVE76hNmyruKi.lazyload, #eWJOQTey7UeLJXDwRrorVE76hNmyruKi.lazyloading { background-image: none; }#eWJOQTey7UeLJXDwRrorVE76hNmyruKi > .row .container { background-color: transparent; background-image: none; }#eWJOQTey7UeLJXDwRrorVE76hNmyruKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWJOQTey7UeLJXDwRrorVE76hNmyruKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWJOQTey7UeLJXDwRrorVE76hNmyruKi > .row .container > .video-iframe-container { display: none; }#eWJOQTey7UeLJXDwRrorVE76hNmyruKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWJOQTey7UeLJXDwRrorVE76hNmyruKi > .row > .video-iframe-container { display: none; }#eWJOQTey7UeLJXDwRrorVE76hNmyruKi > .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); }#eWJOQTey7UeLJXDwRrorVE76hNmyruKi > .row .container { border-width: 0; border-radius: 0; }#eWJOQTey7UeLJXDwRrorVE76hNmyruKi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eWJOQTey7UeLJXDwRrorVE76hNmyruKi > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:75rem;position:relative;display:block; }#KMxdK5sL4op4Xi12zRtkgJLnKnAwTwxR { color:rgba(var(--color-primary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:5.625rem;left:13.875rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gywc1410h7Am2QT2eTkq6OZBOwRQSrrL { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:1.25rem;left:13.875rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uJES8BnVm4ZsyM3H6ugbfLMbToVk95b3 { box-sizing:content-box;height:14.375rem;width:12.625rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c28e287d-1b79-45db-bbab-83e390d50c1d/download20260520T220525915.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#uJES8BnVm4ZsyM3H6ugbfLMbToVk95b3.adaptive-delivery-prevent-bg, #uJES8BnVm4ZsyM3H6ugbfLMbToVk95b3.lazyload, #uJES8BnVm4ZsyM3H6ugbfLMbToVk95b3.lazyloading { background-image: none; }
#gE8ZA8UZyM8F4TxlsaXZoQ6k1iqpEGKF { color:rgba(var(--color-primary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:6.875rem;left:55.9375rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oNHlUeQOcQn2DTGq5WSDi9kL23FpGQUX { box-sizing:content-box;height:14.375rem;width:12.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b96a095c-9ae1-4289-8896-c5fe64493559/download20260520T220505641.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0rem;left:42.0625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#oNHlUeQOcQn2DTGq5WSDi9kL23FpGQUX.adaptive-delivery-prevent-bg, #oNHlUeQOcQn2DTGq5WSDi9kL23FpGQUX.lazyload, #oNHlUeQOcQn2DTGq5WSDi9kL23FpGQUX.lazyloading { background-image: none; }
#Ps89ADWyDFXls5n2TALbAu7xpwBuN3dK { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:1.25rem;left:55.9375rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LkwhMxVF5mEKTTrfXwe7XQqd3F0tRmE0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.51);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; }#LkwhMxVF5mEKTTrfXwe7XQqd3F0tRmE0 > .row .container { background-color: transparent; background-image: none; }#LkwhMxVF5mEKTTrfXwe7XQqd3F0tRmE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkwhMxVF5mEKTTrfXwe7XQqd3F0tRmE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkwhMxVF5mEKTTrfXwe7XQqd3F0tRmE0 > .row .container > .video-iframe-container { display: none; }#LkwhMxVF5mEKTTrfXwe7XQqd3F0tRmE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkwhMxVF5mEKTTrfXwe7XQqd3F0tRmE0 > .row > .video-iframe-container { display: none; }#LkwhMxVF5mEKTTrfXwe7XQqd3F0tRmE0 > .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); }#LkwhMxVF5mEKTTrfXwe7XQqd3F0tRmE0 > .row .container { border-width: 0; border-radius: 0; }#LkwhMxVF5mEKTTrfXwe7XQqd3F0tRmE0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LkwhMxVF5mEKTTrfXwe7XQqd3F0tRmE0 > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:75rem;position:relative;display:block; }#aQP1vyZROD5AuTr1kUnpSkT6s3CJT2mE { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.25rem;left:0rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bqGmZKT1uwLs8tTPvDrbl8B8fcBRsyRz { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:12.5rem;left:0rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yKm5u1KDSpGNg9sZ7MO1L06anCN563KC { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:4.625rem;left:0rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bKkDTUckksidkXB6xkrFvSUst5E0nplV { color:rgba(var(--color-primary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:6.25rem;left:30.625rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ueBgFGzKTIF56rXeT4MfVnHimFo6opcE { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:12.5rem;left:30.625rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K77xwbVevp1L3Sq1rQpMoZtar6QrflEI { color:rgba(var(--color-primary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:6.25rem;left:57.5625rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QTNI8ufnnxqVIASJlKgShI9i97V3HJR3 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:12.5rem;left:57.5625rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NQQMcJ7xl164x7EdmoEWmQH7zO4etpqN { box-sizing:content-box;height:26.625rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66639823-ce1a-433d-9076-a5ca2143b487/download20260427T131501573.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }#NQQMcJ7xl164x7EdmoEWmQH7zO4etpqN.adaptive-delivery-prevent-bg, #NQQMcJ7xl164x7EdmoEWmQH7zO4etpqN.lazyload, #NQQMcJ7xl164x7EdmoEWmQH7zO4etpqN.lazyloading { background-image: none; }
#NQQMcJ7xl164x7EdmoEWmQH7zO4etpqN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.72); }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);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; }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .row .container { background-color: transparent; background-image: none; }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .row .container > .video-iframe-container { display: none; }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .row > .video-iframe-container { display: none; }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .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); }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .row .container { border-width: 0; border-radius: 0; }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#he6MJXKFgeJ8nRuRqHTq4VTlRauuV8Ll > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;position:relative;display:block; }#vNwpyp7plbwwoEz79Md8fG1VVwQUtpzR { color:rgba(var(--color-tertiary-2),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.8125rem;left:3.125rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hPQPRfyBTq7zx2W1HrtyTmBSvVREmFfB { box-sizing:content-box;height:14.6875rem;width:33.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(244,238,253,0.4);background-image:none;top:3.6875rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#HWvIvU4ZpGrToKFvW8Ux5cMocZrNxKNS { box-sizing:content-box;height:14.6875rem;width:33.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(244,238,253,0.4);background-image:none;top:3.6875rem;left:41.9375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#et657z9NNJNnNGVWA4LF2y1p4WTeMtRT { color:rgba(var(--color-tertiary-2),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.8125rem;left:45.0625rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 { position:relative;display:block; }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 { background-color: transparent; background-image: none; }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 > .row .container > .video-iframe-container { display: none; }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 > .row > .video-iframe-container { display: none; }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 > .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); }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 { border-width: 0; border-radius: 0; }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#Sr3yX0srdgAPSuGfh4qnxmTSa9MrriT1 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(119deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(119deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(119deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(119deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(119deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:cover !important;font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#GiB0OC0gXZJM1dJyfh5oil8UkwQvXVQ9 { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.0625rem;left:3.6875rem;height:7.21875rem;font-style:normal;display:block; }
#TDoVUEzq1EBikKTTilsAWIPSSMTwv1Ps { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:19.5rem;left:3.6875rem;height:5.6875rem;font-style:normal;display:block; }#TDoVUEzq1EBikKTTilsAWIPSSMTwv1Ps li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TDoVUEzq1EBikKTTilsAWIPSSMTwv1Ps li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0060066ee80cb046272992862d3cd4d2.svg); }
#qAHduJ5N3oDUk5ASWDuatQc69UBSgqI9 { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:15.125rem;left:3.6875rem;height:2.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS .widget-form-header {  }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.3125rem;box-sizing:border-box;height:2.75rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS .widget-input-text {padding-top: 0; padding-bottom: 0;}#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.3125rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"plus jakarta sans";vertical-align:top;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-0),0.26);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.3125rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:italic; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS .widget-input-select {padding-top: 0; padding-bottom: 0;}#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS .widget-input-button { border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;background-color:#1aba56;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.3125rem solid #097431;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:22.3125rem;height:4.5rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;line-height:1.3; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:italic; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:italic; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:italic; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:italic; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:21.0625rem;overflow:hidden;font-style:normal;float:none; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS .widget-container:first-of-type{padding-top:0;}#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS .widget-container:last-of-type{padding-bottom:0;}#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:3.3125rem;left:44.90625rem; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.3125rem;display:block;vertical-align:top; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS {display:block;}#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:3.3125rem;left:44.90625rem; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS #G1a2EOTx5PKfmochp2VWfCRm8c85ZkXF { position:relative; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS #vVXDpbXVwcw1TmrnaGkoTzxcAEFnB0PH { position:relative;display:none; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS #AM4Brg778Dr4aFOuTrMkzTrvbCw22tSQ { position:relative; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS #nS0WD64I4mMrzbbs1XtJuRMQTzhKNZdt { position:relative; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS #L1HeBMcVvE5g0vehlF4DsWTxTlgBJos6 { position:relative;display:none; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS #yhugObnapv0Zi3qlkA68yAWoe0ptmwGy { position:relative; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS #PFNmInDhJkTOzIBnawAulbV1c3G3hCbz { position:relative; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS #PDinyyFHczK80ynID55gnLLyTMM1upBP { position:relative;display:none; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS #lkqa5BfzGTNLWRWM9FHBRny7ikh5isO9 { position:relative; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS #oq2OAH7ti9lfrTvPbpfR8url1pMTdlyn { position:relative; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS #dbZWrlzDqVv7EUXglBd6pyEqRD4kWy7t { position:relative;display:none; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS #vokuu5BXVMl0eESDCxs5Lqkz3mbpasTa { position:relative; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS #nqfIluIEe9INe06LiT4ERMoGMcWTTpmN { position:relative; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS #Gpuneqo4IinXmaOXJsFUV591r1IoEQXd { position:relative;display:none; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS #ycgsVLzTgBLWqqSEdia1JNyVpATWhy3d { position:relative; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS #grRGvUG9f7JKS2H0SoTZ17aPbcV9iSPC { position:relative; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS #lipg6KKZ5wMXUSctZlbyMuqrFIT4uxxS { position:relative;z-index:2; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS #iZkxT2oxuZKgpkyiStVfsmoM8iueaqOx { position:relative; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS #BTNz7g4npDQrZk3t7oqT7SetmODIpL9F { position:relative; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS #Mo5yuETSmH1ZDu6TOXMo3Hpov60OhuTI { position:relative;z-index:2; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS #qTEKkqrOF8hdLMRSfncuTaUxQ9Gwbpil { position:relative; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS #HpqKUa14mXNRTWipgtnaKXIl2Ora80ai { position:relative; }
#NGz37UGFl9PphZ53tyT5LaIHKyq0hcXS #BQGIhdKRti6kXsGBmbKsfqyMqnHRaqQO { position:relative; }
#l7nzmzucHBGG65OCaawrrKsu2465TdDu { position:relative;display:block; }#l7nzmzucHBGG65OCaawrrKsu2465TdDu { background-color: transparent; background-image: none; }#l7nzmzucHBGG65OCaawrrKsu2465TdDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7nzmzucHBGG65OCaawrrKsu2465TdDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7nzmzucHBGG65OCaawrrKsu2465TdDu > .row .container > .video-iframe-container { display: none; }#l7nzmzucHBGG65OCaawrrKsu2465TdDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7nzmzucHBGG65OCaawrrKsu2465TdDu > .row > .video-iframe-container { display: none; }#l7nzmzucHBGG65OCaawrrKsu2465TdDu > .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); }#l7nzmzucHBGG65OCaawrrKsu2465TdDu { border-width: 0; border-radius: 0; }#l7nzmzucHBGG65OCaawrrKsu2465TdDu > .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; }#l7nzmzucHBGG65OCaawrrKsu2465TdDu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.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; }#ruBmc6P1BVzQNTtUQmaIGHkpal72VC01 { position:relative;display:block; }#ruBmc6P1BVzQNTtUQmaIGHkpal72VC01 { background-color: transparent; background-image: none; }#ruBmc6P1BVzQNTtUQmaIGHkpal72VC01::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruBmc6P1BVzQNTtUQmaIGHkpal72VC01 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruBmc6P1BVzQNTtUQmaIGHkpal72VC01 > .row .container > .video-iframe-container { display: none; }#ruBmc6P1BVzQNTtUQmaIGHkpal72VC01 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruBmc6P1BVzQNTtUQmaIGHkpal72VC01 > .row > .video-iframe-container { display: none; }#ruBmc6P1BVzQNTtUQmaIGHkpal72VC01 > .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); }#ruBmc6P1BVzQNTtUQmaIGHkpal72VC01 { border-width: 0; border-radius: 0; }#ruBmc6P1BVzQNTtUQmaIGHkpal72VC01 > .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; }#ruBmc6P1BVzQNTtUQmaIGHkpal72VC01 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.875rem;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; }#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);vertical-align:top; }
#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.125rem;color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.5;overflow:hidden; }
#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.6;overflow:hidden; }
#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 .accordion-trigger.adaptive-delivery-prevent-bg, #V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 .accordion-trigger.lazyload, #V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 .accordion-trigger.lazyloading { background-image: none; }
#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 { box-sizing:content-box;height:auto;width:45.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-primary-0),0.25);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.0625rem;left:13.5625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem; }
#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 #fnTugupQ76aC7438CAaWwRT7JGsnT0sC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 #yqV1e6aqRoZIO2hF4X93TawblIUIhulJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 #z89igRL0qiUiBoQOVci4ZDAdtLsytPdf { display:block;position:relative; }
#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 #sTp2MS7zMbwtS1ndzTBouoZnG9ApPmde {  }
#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 #LzhBgDavwba6OFcgC7KrDyp6kxEXnKp4 {  }
#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 #xzAc00fpTEzrypDLFSOpiFt0BZvWK2Wd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 #TQIPE7b28Je6g47my5KENifVAgEFv9l1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 #TwpExBu5lObdfu8RT6HJP9AFXT5WJdTS { display:block;position:relative; }
#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 #wn02ucTLOMC1Xw1irLkr3ASXzVrX8lAi {  }
#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 #OJvJMLgPNDravbhVJ20I408Ix7I4EofC { display:none; }
#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 #cZb01PMJGMtQikTqG4M61133ZscfyU4U { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 #LrVPGtxwfeafD7Tz7CyBpT2GwskeVzkN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 #cCgVN25hEN8PKHXLU4gghZOZJeUABr6F { display:block;position:relative; }
#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 #R5GFiGI6ovtf1GKQdEbeB7sOCy1eF1tx {  }
#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 #CrCt5laMvJuInvbHTUXM0Iom1IBZvOUS { display:none; }
#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 #ng2aqpCMPAiHuwzAsiOimw8R9xbV4JrW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 #T8veRqIfff8P91Kh2DTc7xuo9IWBU33E { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 #TMdbiTX7QvgC2isnKpUxPOa1VNOw6rvH { display:block;position:relative; }
#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 #rRuVMb8ZyFHuonoxJgJ9UZV6fB2t3pgT {  }
#V6tbcZEcrNaJ31mSPvEG7RTFa4UeNl48 #BbbEmzWB1zD22RXB4pNxNNhuaZhGLhwX { display:none; }
#TIu5IK764m8DuDLRUz3gM7FbW4kFkqfP { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:0.5625rem;left:15.625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .row .container { background-color: transparent; background-image: none; }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .row .container > .video-iframe-container { display: none; }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .row > .video-iframe-container { display: none; }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .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); }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .row .container { border-width: 0; border-radius: 0; }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NyKRNE9AL8bwpwfb1HpPk2xT5kUlAtiE > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#yGwU1TJMTHNeclRF5nMObdRz4thLfEnC { 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:3.5rem;width:17.6875rem;top:4.6875rem;left:0rem;overflow:hidden;display:block; }
#lARqUUsTVy7VgJsC5rXQttud3cGWeB0J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:5.3125rem;left:36.75rem; }
#lARqUUsTVy7VgJsC5rXQttud3cGWeB0J > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#ilcTGNzGSGTFUq2APRx9T4af5ATLJRDO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:5.3125rem;left:33.1875rem; }
#ilcTGNzGSGTFUq2APRx9T4af5ATLJRDO > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#hEfqDGzxgnE41WT2LyggPxQrKKORWAIM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:5.375rem;left:29.4375rem; }
#hEfqDGzxgnE41WT2LyggPxQrKKORWAIM > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#M6lohH75Z9Ez6sSp1UWM7ZoHfS0NVpII { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10rem;left:29.4375rem;height:3.9375rem;font-style:normal;display:block; }
#iSuzI3n8REkPFChsBWVOapRDcXNQXF1t { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.3125rem;left:63.25rem;display:block; }
#tfWqTWiaNhCASTKu3KumERyIMMyfAJnf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MJwdgtdn9fzAFMr2y4l1Quaq0AeWIG9p { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:8.1875rem;left:63.25rem;display:block; }
#pck8XlzKulM6JSComqeggDdvFX61HnmF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZanRPJxrLmNddc6x7rXPOWVxxILNfpld { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.26);background-image:none;top:19.625rem;left:0rem;display:block; }
#KKDX1cKX24lQ5UM0RcUxz35KqHu7q9f7 { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:20.75rem;left:29.4375rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy { background-color: transparent; background-image: none; }#ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy > .row .container > .video-iframe-container { display: none; }#ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy > .row > .video-iframe-container { display: none; }#ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy > .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); }#ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy { border-width: 0; border-radius: 0; }#ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy > .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; }#ib5BWRKMf5Tsmi2FTDG9U9G89lldbyZy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;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; }#OXBewBbqQ75bwvTg9ygp0imfmuRKp4Lq { background-color:rgba(12,197,40,0.92);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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 1.5625rem 1.25rem 1.125rem rgba(0,0,0,0.28) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:58.5rem;display:block; }
#HHIuHqmBwurcI0dmvlU8Fg2aidFBlkWA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
