.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:254,233,215;--color-primary-1:251,188,136;--color-primary-2:249,144,56;--color-primary-3:246,135,33;--color-primary-4:207,57,48;--color-secondary-0:254,238,215;--color-secondary-1:251,203,136;--color-secondary-2:249,168,56;--color-secondary-3:249,201,56;--color-secondary-4:237,158,0;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#2c083f;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); }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX { background-color:transparent;background-image:none;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; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row .container { background-color: transparent; background-image: none; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row .container > .video-iframe-container { display: none; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row > .video-iframe-container { display: none; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .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); }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row .container { border-width: 0; border-radius: 0; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;overflow:visible;position:relative;display:block; }#MaWhp8E9mBAurrFQoHV3gZXU6RWkL1gd { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:26.5625rem;left:0rem;height:4.375rem;font-style:normal;display:block; }
#mJsHxL2ZTmb3pCLXBNy5LU5MD6t1Z8oJ { box-sizing:content-box;height:0.625rem;width:0.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:42.125rem;left:0rem;border-top-left-radius:12.5rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;box-shadow: 0.4375rem 0rem 2rem rgba(var(--color-secondary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#NyXFXvBbT50PS4INgANKaT4nDEhTIELF { box-sizing:content-box;height:0.625rem;width:31.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;top:42.125rem;left:0rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:none; }
#sS3F4Vg32It48LR5VRTstQH4kN9TOS6E { color:rgba(var(--color-primary-2),1);display:block;width:38.9375rem;position:absolute;font-family:barlow;font-size:4.5rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:16.9375rem;left:0rem;height:8.099625rem;font-style:normal;display:block; }
#ai0nM9LcTHTThx5HA1JBU8M9DqVmkwrk { box-sizing:content-box;height:3.125rem;width:12.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c66371fa-b05e-45ba-ae22-fcd33e554f24/download20240916T085304848.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:3.125rem;left:0rem;display:block; }#ai0nM9LcTHTThx5HA1JBU8M9DqVmkwrk.adaptive-delivery-prevent-bg, #ai0nM9LcTHTThx5HA1JBU8M9DqVmkwrk.lazyload, #ai0nM9LcTHTThx5HA1JBU8M9DqVmkwrk.lazyloading { background-image: none; }
#pgdtyDP25xMTpbHuuIw3BdchKHwGRdoU { box-sizing:content-box;height:3.5625rem;width:14.1875rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ebb89c08-6375-4c2a-aac0-289697b34ba3/image22.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.71875rem;left:14.03125rem;display:block; }#pgdtyDP25xMTpbHuuIw3BdchKHwGRdoU.adaptive-delivery-prevent-bg, #pgdtyDP25xMTpbHuuIw3BdchKHwGRdoU.lazyload, #pgdtyDP25xMTpbHuuIw3BdchKHwGRdoU.lazyloading { background-image: none; }
#bc7vqui4l1V03kX3CGvDFRfrQvETanUk { box-sizing:content-box;height:32.8125rem;width:30.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.12);background-image:url("https://images.assets-landingi.com/uc/74e9b3cd-edaf-4403-b458-f4d801bd705c/download20250807T090031431.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.75rem;left:44.25rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }#bc7vqui4l1V03kX3CGvDFRfrQvETanUk.adaptive-delivery-prevent-bg, #bc7vqui4l1V03kX3CGvDFRfrQvETanUk.lazyload, #bc7vqui4l1V03kX3CGvDFRfrQvETanUk.lazyloading { background-image: none; }
#ipMzZrkUlpHL3geTA3txZpKcWLm5Veaq { box-sizing:content-box;height:7.5rem;width:0.0625rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:0rem;left:14.6875rem;display:block; }
#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm { position:relative;display:none; }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm { border-width: 0; border-radius: 0; }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm > .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; }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam { position:relative;display:block; }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam { background-color: transparent; background-image: none; }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam > .row .container > .video-iframe-container { display: none; }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam > .row > .video-iframe-container { display: none; }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam > .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); }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam { border-width: 0; border-radius: 0; }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lDNx8fc0JQmD9M35estEvpLA34NrXu2h { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0rem;left:0rem; }
#GVb6hmFEZg3GdieWk1rzVn8QpW4E1HFt { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:2.75rem;font-style:normal;display:block; }
#SDpEUay6c8l4IuTz1TngCAMQRUyTysHm { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:2.5625rem;left:12.625rem;height:2.75rem;font-style:normal;display:block; }
#NWQLrdmxKQXSHh3ibBRPSM8L1gPyeu7y { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:0rem;left:12.625rem; }
#uOQJ4UPBh27MQBBhtMHHQBXdAnLDNEfS { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:2.5625rem;left:23.1875rem;height:4.125rem;font-style:normal;display:block; }
#ZGp7rraKt92dkoqpakyHHme4PTCLQDgN { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0rem;left:23.1875rem; }
#zkoxpi88qkttkve1Eq6JgTFOuRlJOK34 { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:2.5625rem;left:38.4375rem;height:4.125rem;font-style:normal;display:block; }
#JUTxrFUJpnPceuB07x4wzPHHuFoXDxBn { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0rem;left:38.125rem; }
#tlJAEXTr9zp9FTohOrz8VnTI1HPsPVq6 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0rem;left:63.75rem; }
#WWywtBHeVQH2rhkGRXkcq6xArysknAFs { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0rem;left:52.0625rem; }
#wvcHIIJfTqT7hNndEDxJa3ZPIAGSbO7X { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:2.5625rem;left:52.0625rem;height:4.125rem;font-style:normal;display:block; }
#BO09ZfTQHXbv216bxOX38vDEayXT7bKb { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:2.5625rem;left:63.75rem;height:2.75rem;font-style:normal;display:block; }
#H3rweV3cu4bKX0TF3Lp2VyTkPxdkC3uM { background-color:transparent;background-image: -webkit-linear-gradient(169deg, #bf2026, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(169deg, #bf2026, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(169deg, #bf2026, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(169deg, #bf2026, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2026', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2026', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(169deg, #bf2026, rgba(var(--color-primary-3),1));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; }#H3rweV3cu4bKX0TF3Lp2VyTkPxdkC3uM > .row .container { background-color: transparent; background-image: none; }#H3rweV3cu4bKX0TF3Lp2VyTkPxdkC3uM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3rweV3cu4bKX0TF3Lp2VyTkPxdkC3uM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3rweV3cu4bKX0TF3Lp2VyTkPxdkC3uM > .row .container > .video-iframe-container { display: none; }#H3rweV3cu4bKX0TF3Lp2VyTkPxdkC3uM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3rweV3cu4bKX0TF3Lp2VyTkPxdkC3uM > .row > .video-iframe-container { display: none; }#H3rweV3cu4bKX0TF3Lp2VyTkPxdkC3uM > .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); }#H3rweV3cu4bKX0TF3Lp2VyTkPxdkC3uM > .row .container { border-width: 0; border-radius: 0; }#H3rweV3cu4bKX0TF3Lp2VyTkPxdkC3uM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#H3rweV3cu4bKX0TF3Lp2VyTkPxdkC3uM > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#wiGkfrqdLt0TAueTu2ru9cmloomuaSQQ { color:rgba(var(--color-tertiary-0),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:14.75rem;left:0rem;height:6.2988125rem;font-style:normal;display:block; }
#tCEg6SfaVXcztvMzO9hATXVZPgliByR3 { box-sizing:content-box;height:0.625rem;width:0.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:42.125rem;left:0rem;border-top-left-radius:12.5rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;box-shadow: 0.4375rem 0rem 2rem rgba(var(--color-secondary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#kfe6vw386Afq1DeXpNdUWaW2sLvT1slg { box-sizing:content-box;height:0.625rem;width:31.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;top:42.125rem;left:0rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:none; }
#qG5RnpsKb3hPNpf2hwbMPJItGtN3c2Wz { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:barlow;font-size:2.6875rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:6.0625rem;left:0rem;height:7.255375rem;font-style:normal;display:block; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-form-header { font-size:0.8125rem; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:26.1875rem;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;font-style:normal;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.57);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:26.1875rem;box-sizing:border-box;height:3.75rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-input-text {padding-top: 0; padding-bottom: 0;}#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.57);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:26.1875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),0.17);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:26.1875rem;box-sizing:border-box;height:2.8125rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-input-select {padding-top: 0; padding-bottom: 0;}#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .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; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#13b951;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.25rem solid #39a32b;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:rgba(var(--color-tertiary-0),1);width:26.1875rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),0.83);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:italic; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),0.83);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:italic; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),0.83);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:italic; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),0.83);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:italic; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .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:rgba(var(--color-tertiary-0),1);vertical-align:top;width:24.9375rem;overflow:hidden;font-style:normal;float:none; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .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; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .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:"work sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-container:first-of-type{padding-top:0;}#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-container:last-of-type{padding-bottom:0;}#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:10.8125rem;left:46.375rem;font-size:0.8125rem; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.1875rem;display:block;vertical-align:top; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-info-text { display:block;height:auto;font-family:"work sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL {display:block;}#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:10.8125rem;left:46.375rem;font-size:0.8125rem; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #usVJXJ6vbWgyuChpeZomWrJA3b4HpA9K { position:relative; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #nMkZ7NvC0h94dEoo2kJ84AkH2hBUwpK8 { position:relative;display:none; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #yOHO5kDBCWDz03XA5Tfw1lZveTqWe0vE { position:relative; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #rlh7kuZ3a9qTyFBGTM41TFQVBRKlKzGl { position:relative; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #HXPeWsb7ELyDip8xGHzgSLgRUiDI1mSr { position:relative;display:none; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #zQr5U8ghQIKTOvyIvVZxA0A2kPCT4mrJ { position:relative; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #sMDUI6zO42hTTOxTHyzaM75dSfSnxsyP { position:relative; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #SFCsP4t8ba2oIW7rl7VkBiB5AEa3ZuGi { position:relative;z-index:2; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #oXV0rxIpciF0BDkV1ds5W9B4OqQKLM0p { position:relative; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #TMaD8GfOzOaT3tMDJXyXts9NU3sZfaLa { position:relative; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #i3nRMOv6awpbZDelIdUqTuI0W2GXprzC { position:relative;z-index:2; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #bJBXz5WQeXwtX3UyWGuW1Jqx7DMCeHl2 { position:relative; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #tFVhtSWNF8tNGmTHJ8UiBt9VbtiD5yXX { position:relative; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #JpiTAgqSWUzzykGqwrFFaUvvF9aSKfGh { position:relative; }
#Tmei9UcZxvGUSr2perBqKXsQm4U1VcR9 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:6.3125rem;left:47.5rem;height:4.72411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iQyLftVXBfC6pVZ0S9EJVHEb42nVuzdn { color:rgba(var(--color-tertiary-0),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:25.75rem;left:1.4375rem;height:6.298825rem;font-style:normal;display:block; }
#hdi43wT0zALQ9oFmvSUuxW14ai7Kn8zM { color:#510d72;display:block;width:38.9375rem;position:absolute;font-family:barlow;font-size:1.5rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:23.75rem;left:1.4375rem;height:1.3496125rem;font-style:normal;display:block; }
#xqgHvud298TySqmo6OtifNCTwC3HEqZ8 { box-sizing:content-box;height:11.25rem;width:35.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.12);background-image:none;top:22.375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD { background-color:transparent;background-image:none;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; }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row .container { background-color: transparent; background-image: none; }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row .container > .video-iframe-container { display: none; }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row > .video-iframe-container { display: none; }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .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); }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row .container { border-width: 0; border-radius: 0; }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;overflow:visible;position:relative;display:block; }#dq4lAgXpE9h7sdTduTW9HD5Wn47bzLRw { color:rgba(var(--color-tertiary-0),0.7);display:block;width:49.1875rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.875rem;left:25.8125rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vQMH75n6Ei6TnR5PUtLtDDJltBW972Hh { color:rgba(var(--color-tertiary-0),1);display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:16rem;left:25.8125rem;height:16.672375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#vQMH75n6Ei6TnR5PUtLtDDJltBW972Hh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vQMH75n6Ei6TnR5PUtLtDDJltBW972Hh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f6bbaa22bd05c6a668d2eb17016241b7405aab2.svg); }
#nmsm7ic741slMGFGu4xbMCT6c1l5m5cf { background-color:transparent;background-image: -webkit-linear-gradient(119deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(119deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(119deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(119deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(119deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.125rem;left:25.8125rem;display:block; }
#WQzFd14R945dITnqETbIobEmCbC35UO1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wC6ypqSKPQg41E64PvmhGefeZ2Oa1Ik5 { box-sizing:content-box;height:38.4375rem;width:22.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0.12);background-image:url("https://images.assets-landingi.com/uc/ac54f2f0-d592-4fae-924e-163f1d7de08a/download20250807T091140775.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.1875rem;left:0rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }#wC6ypqSKPQg41E64PvmhGefeZ2Oa1Ik5.adaptive-delivery-prevent-bg, #wC6ypqSKPQg41E64PvmhGefeZ2Oa1Ik5.lazyload, #wC6ypqSKPQg41E64PvmhGefeZ2Oa1Ik5.lazyloading { background-image: none; }
#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H { position:relative;display:none; }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H { border-width: 0; border-radius: 0; }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H > .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; }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 { background-color:#24d4bd;background-image:none;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; }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row .container { background-color: transparent; background-image: none; }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row .container > .video-iframe-container { display: none; }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row > .video-iframe-container { display: none; }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .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); }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row .container { border-width: 0; border-radius: 0; }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;overflow:visible;position:relative;display:block; }#Hfy4S7RGeQOuTn3rA9XOQJmxzsIbubgv { color:#66218f;display:block;width:75rem;position:absolute;font-family:barlow;font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UStrgnTBCLiopn03TNGmrqlITNo4iX8p { color:#66218f;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:8.4375rem;left:0rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D6ManzF7dJS81MPvxkcPBQ3LOimgKWKe { color:#66218f;display:block;width:8.3125rem;position:absolute;font-family:barlow;font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:16.875rem;left:5.25rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ReTWvRyrIwPrCynAcTkBN0ALeLRlIE3f { color:#66218f;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:22.1875rem;left:0rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g5i3cudfMPUFvOndZWpOeQ0POc3Fb7gT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:13.75rem;left:7.8125rem; }
#pgnNPkhAJWceBrDSPikZM9ig4dKnGcu5 { color:#66218f;display:block;width:23.125rem;position:absolute;font-family:barlow;font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:16.8125rem;left:25.9375rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iR7WbnUSAS2gK7VWKqFSROp0n5qHJhP2 { color:#66218f;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:22.1875rem;left:27.5625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vA2rRxTdtg6WIJ853QAcmUQInVRBqdGL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:13.8125rem;left:35.9375rem; }
#hmLQSuNExpIJ7r8FVJzvTBQs9oxWOTQT { color:#66218f;display:block;width:16.375rem;position:absolute;font-family:barlow;font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:16.875rem;left:57.4375rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gvsrUqfMgTIJqQgVeXEc7c74GXev6c9O { color:#66218f;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:22.1875rem;left:56.25rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8E1USfTHdsmbvh6VyzKxQJAJTvOLOow { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:13.8125rem;left:64.0625rem; }
#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a18ef38d-3b71-4660-85e7-bc569762e11a/download20250801T141211368.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu.adaptive-delivery-prevent-bg, #dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu.lazyload, #dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu.lazyloading { background-image: none; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row .container { background-color: transparent; background-image: none; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.56); }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row .container > .video-iframe-container { display: none; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.56); }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row > .video-iframe-container { display: none; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .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); }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row .container { border-width: 0; border-radius: 0; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ { background-color:transparent;background-image:none;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; }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row .container { background-color: transparent; background-image: none; }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row .container > .video-iframe-container { display: none; }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row > .video-iframe-container { display: none; }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .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); }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row .container { border-width: 0; border-radius: 0; }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#kC1TC5aT5U4oArRI54frhL25LEWnSGdR { color:rgba(var(--color-tertiary-0),0.7);display:block;width:69.5rem;position:absolute;font-family:barlow;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:6.0625rem;left:2.75rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#awSJb3Ddd33M4Gfc4LFaaeTbn1B7UVIn { color:rgba(var(--color-tertiary-0),1);display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:16.63671875rem;left:11.15625rem;height:4.72411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ivZlSm1w89uCucz1KLyPr6mBTZoREiU3 { background-color:transparent;background-image: -webkit-linear-gradient(119deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(119deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(119deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(119deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(119deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.9375rem;left:26.59375rem;display:block; }
#FBTeOIR2OClagy8VoVLztVCl5QNe0HCL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW { background-color:#ea171e;background-image:none;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; }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row .container { background-color: transparent; background-image: none; }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row .container > .video-iframe-container { display: none; }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row > .video-iframe-container { display: none; }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .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); }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row .container { border-width: 0; border-radius: 0; }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;overflow:visible;position:relative;display:block; }#R8KV8flTbHMC3qyTMxgfyaRBs8l2Xzv1 { color:rgba(var(--color-tertiary-0),0.7);display:block;width:42.125rem;position:absolute;font-family:barlow;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.6875rem;left:0rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l2s4OLMdN0Tn2KAnSbkCxs6ALcTfZkFC { color:rgba(var(--color-tertiary-0),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:10.734375rem;left:0rem;height:15.747075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IcpOh2r3MVJ7bqBa8fiBGrT0WrSCpi4f { box-sizing:content-box;height:27.8125rem;width:29.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.12);background-image:url("https://images.assets-landingi.com/uc/e7c3e73b-72a7-4e9e-bfa8-e12f8c416942/imagefx20250801t140936997688cf4e35de11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.625rem;left:45.625rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }#IcpOh2r3MVJ7bqBa8fiBGrT0WrSCpi4f.adaptive-delivery-prevent-bg, #IcpOh2r3MVJ7bqBa8fiBGrT0WrSCpi4f.lazyload, #IcpOh2r3MVJ7bqBa8fiBGrT0WrSCpi4f.lazyloading { background-image: none; }
#TO0VPbL1G5aUEouEHZcGiereMLX2W48t { position:relative;display:none; }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t { border-width: 0; border-radius: 0; }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t > .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; }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe { background-color:transparent;background-image: -webkit-linear-gradient(128deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(128deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(128deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(128deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(128deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row .container { background-color: transparent; background-image: none; }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row .container > .video-iframe-container { display: none; }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row > .video-iframe-container { display: none; }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .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); }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row .container { border-width: 0; border-radius: 0; }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;overflow:visible;position:relative;display:block; }#M7EA2sA5kKMpHaErTrKRXLdeMIzJdRoH { color:rgba(var(--color-tertiary-0),0.7);display:block;width:42.125rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.125rem;left:32.875rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cC5BbdDwlGgSwvLeJsTGhXmHHAbfgSwZ { color:rgba(var(--color-tertiary-0),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:19.375rem;left:32.875rem;height:7.87353125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Io0UBnhBS1GWmciVtKDbRUTcbSpJ3AUF { box-sizing:content-box;height:33.375rem;width:29.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.12);background-image:url("https://images.assets-landingi.com/uc/2725e902-f471-46dc-98b9-f8405e2f627a/download20250801T141825257.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.05859375rem;left:0rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }#Io0UBnhBS1GWmciVtKDbRUTcbSpJ3AUF.adaptive-delivery-prevent-bg, #Io0UBnhBS1GWmciVtKDbRUTcbSpJ3AUF.lazyload, #Io0UBnhBS1GWmciVtKDbRUTcbSpJ3AUF.lazyloading { background-image: none; }
#pxcs3D8ttubFnghTqT87yGKOToLIdFCD { background-color:#510d72;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.74609375rem;left:32.875rem;display:block; }
#hbSD2TOpsDa50Xw3ALiSKsgTgXv5V8DN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s { background-color:transparent;background-image:none;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; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row .container { background-color: transparent; background-image: none; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row .container > .video-iframe-container { display: none; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row > .video-iframe-container { display: none; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .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); }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row .container { border-width: 0; border-radius: 0; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#wgWMfBVspeTnTMNZp7LL2ZyKeZyNKaSJ { box-sizing:content-box;height:0.625rem;width:0.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:42.125rem;left:0rem;border-top-left-radius:12.5rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;box-shadow: 0.4375rem 0rem 2rem rgba(var(--color-secondary-4),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#LpdhTfzrvg7VXhNXQvtF6hiIgxpuH8zA { box-sizing:content-box;height:0.625rem;width:31.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;top:42.125rem;left:0rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:none; }
#McOcnb1hIOk8ykxeBIvcCKJhuXNfllZI { box-sizing:content-box;height:3.125rem;width:12.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c66371fa-b05e-45ba-ae22-fcd33e554f24/download20240916T085304848.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:4.875rem;left:26.0625rem;display:block; }#McOcnb1hIOk8ykxeBIvcCKJhuXNfllZI.adaptive-delivery-prevent-bg, #McOcnb1hIOk8ykxeBIvcCKJhuXNfllZI.lazyload, #McOcnb1hIOk8ykxeBIvcCKJhuXNfllZI.lazyloading { background-image: none; }
#vwdox1MNpXXgH4nZvXNpPp83Ze6FZNgU { box-sizing:content-box;height:3.625rem;width:8.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ebb89c08-6375-4c2a-aac0-289697b34ba3/image22.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:4.6875rem;left:40.625rem;display:block; }#vwdox1MNpXXgH4nZvXNpPp83Ze6FZNgU.adaptive-delivery-prevent-bg, #vwdox1MNpXXgH4nZvXNpPp83Ze6FZNgU.lazyload, #vwdox1MNpXXgH4nZvXNpPp83Ze6FZNgU.lazyloading { background-image: none; }
#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(231deg, rgba(var(--color-primary-4),0.91), rgba(var(--color-primary-2),0.91));background-image: -moz-linear-gradient(231deg, rgba(var(--color-primary-4),0.91), rgba(var(--color-primary-2),0.91));background-image: -ms-linear-gradient(231deg, rgba(var(--color-primary-4),0.91), rgba(var(--color-primary-2),0.91));background-image: -o-linear-gradient(231deg, rgba(var(--color-primary-4),0.91), rgba(var(--color-primary-2),0.91));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0.91)', endColorstr='rgba(var(--color-primary-2),0.91)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0.91)', endColorstr='rgba(var(--color-primary-2),0.91)' );";background-image: linear-gradient(231deg, rgba(var(--color-primary-4),0.91), rgba(var(--color-primary-2),0.91));background-size:auto !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP > .row .container { background-color: transparent; background-image: none; }#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP > .row .container > .video-iframe-container { display: none; }#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP > .row > .video-iframe-container { display: none; }#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP > .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); }#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP > .row .container { border-width: 0; border-radius: 0; }#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#hI1x6PmST6O3Z8pKVHKyaMctEWmT48Wq { color:rgba(var(--color-tertiary-0),0.7);display:block;width:41.6875rem;position:absolute;font-family:barlow;font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.48046875rem;left:18.8125rem;height:1.7246125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TTkIq6aN0mb1EzKGIHXG53TkTiJosxop { background-color:#510d72;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:2.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.875rem;left:61.4375rem;display:block; }
#TfzTLOwa0Z0emCzp4UtAdmaVQJB0dqMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX { display:block; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MaWhp8E9mBAurrFQoHV3gZXU6RWkL1gd { width:31.5625rem;height:4.375rem;top:26.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJsHxL2ZTmb3pCLXBNy5LU5MD6t1Z8oJ { width:0.5rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NyXFXvBbT50PS4INgANKaT4nDEhTIELF { width:31.25rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sS3F4Vg32It48LR5VRTstQH4kN9TOS6E { width:38.9375rem;height:8.0625rem;top:16.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai0nM9LcTHTThx5HA1JBU8M9DqVmkwrk { width:12.0625rem;height:3.125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgdtyDP25xMTpbHuuIw3BdchKHwGRdoU { width:14.1875rem;height:3.5625rem;top:2.6875rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc7vqui4l1V03kX3CGvDFRfrQvETanUk { width:30.75rem;height:32.8125rem;top:1.75rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipMzZrkUlpHL3geTA3txZpKcWLm5Veaq { width:0.0625rem;height:7.5rem;top:0rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm { display:none; }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam { display:block; }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDNx8fc0JQmD9M35estEvpLA34NrXu2h { width:1.5625rem;height:1.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVb6hmFEZg3GdieWk1rzVn8QpW4E1HFt { width:8.0625rem;height:2.75rem;top:2.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDpEUay6c8l4IuTz1TngCAMQRUyTysHm { width:4.75rem;height:2.75rem;top:2.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWQLrdmxKQXSHh3ibBRPSM8L1gPyeu7y { width:1.5625rem;height:1.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOQJ4UPBh27MQBBhtMHHQBXdAnLDNEfS { width:9.6875rem;height:4.125rem;top:2.5625rem;left:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGp7rraKt92dkoqpakyHHme4PTCLQDgN { width:1.5625rem;height:1.5625rem;top:0rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkoxpi88qkttkve1Eq6JgTFOuRlJOK34 { width:8rem;height:4.125rem;top:2.5625rem;left:24.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUTxrFUJpnPceuB07x4wzPHHuFoXDxBn { width:1.875rem;height:1.875rem;top:0rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlJAEXTr9zp9FTohOrz8VnTI1HPsPVq6 { width:1.5625rem;height:1.5625rem;top:0rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWywtBHeVQH2rhkGRXkcq6xArysknAFs { width:1.5625rem;height:1.5625rem;top:0rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvcHIIJfTqT7hNndEDxJa3ZPIAGSbO7X { width:6.5625rem;height:4.125rem;top:2.5625rem;left:38.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO09ZfTQHXbv216bxOX38vDEayXT7bKb { width:9.125rem;height:2.75rem;top:2.5625rem;left:38.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3rweV3cu4bKX0TF3Lp2VyTkPxdkC3uM { display:block; }#H3rweV3cu4bKX0TF3Lp2VyTkPxdkC3uM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wiGkfrqdLt0TAueTu2ru9cmloomuaSQQ { width:33.0625rem;height:6.25rem;top:14.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCEg6SfaVXcztvMzO9hATXVZPgliByR3 { width:0.5rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kfe6vw386Afq1DeXpNdUWaW2sLvT1slg { width:31.25rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qG5RnpsKb3hPNpf2hwbMPJItGtN3c2Wz { width:32.375rem;height:7.25rem;top:6.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-regular-label { width:26.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-input-text { width:26.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-input-text {padding-top: 0; padding-bottom: 0;}#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-textarea { width:26.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-input-select { width:26.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-input-select {padding-top: 0; padding-bottom: 0;}#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-input-button { width:26.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-checkbox-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL  { width:26.1875rem;height:auto;top:10.8125rem;left:19.0625rem; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .radio-container { width:26.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL {display:block;}#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL { width:26.1875rem;height:auto;top:10.8125rem;left:19.0625rem; }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #usVJXJ6vbWgyuChpeZomWrJA3b4HpA9K {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #nMkZ7NvC0h94dEoo2kJ84AkH2hBUwpK8 {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #yOHO5kDBCWDz03XA5Tfw1lZveTqWe0vE {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #rlh7kuZ3a9qTyFBGTM41TFQVBRKlKzGl {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #HXPeWsb7ELyDip8xGHzgSLgRUiDI1mSr {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #zQr5U8ghQIKTOvyIvVZxA0A2kPCT4mrJ {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #sMDUI6zO42hTTOxTHyzaM75dSfSnxsyP {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #SFCsP4t8ba2oIW7rl7VkBiB5AEa3ZuGi {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #oXV0rxIpciF0BDkV1ds5W9B4OqQKLM0p {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #TMaD8GfOzOaT3tMDJXyXts9NU3sZfaLa {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #i3nRMOv6awpbZDelIdUqTuI0W2GXprzC {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #bJBXz5WQeXwtX3UyWGuW1Jqx7DMCeHl2 {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #tFVhtSWNF8tNGmTHJ8UiBt9VbtiD5yXX {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #JpiTAgqSWUzzykGqwrFFaUvvF9aSKfGh {  }
 }@media only screen and (max-width: 763px) { #Tmei9UcZxvGUSr2perBqKXsQm4U1VcR9 { width:26.1875rem;height:4.6875rem;top:6.3125rem;left:21.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQyLftVXBfC6pVZ0S9EJVHEb42nVuzdn { width:32.625rem;height:6.25rem;top:25.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdi43wT0zALQ9oFmvSUuxW14ai7Kn8zM { width:38.9375rem;height:1.3125rem;top:23.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqgHvud298TySqmo6OtifNCTwC3HEqZ8 { width:35.9375rem;height:11.25rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD { display:block; }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dq4lAgXpE9h7sdTduTW9HD5Wn47bzLRw { width:47.75rem;height:8.125rem;top:6.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQMH75n6Ei6TnR5PUtLtDDJltBW972Hh { width:39.1875rem;height:16.625rem;top:16rem;left:8.5625rem;font-size:0.9375rem;display:block; }#vQMH75n6Ei6TnR5PUtLtDDJltBW972Hh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f6bbaa22bd05c6a668d2eb17016241b7405aab2.svg); }
 }@media only screen and (max-width: 763px) { #nmsm7ic741slMGFGu4xbMCT6c1l5m5cf { width:17.5rem;height:4.6875rem;top:35.125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQzFd14R945dITnqETbIobEmCbC35UO1 { display:block; }
 }@media only screen and (max-width: 763px) { #wC6ypqSKPQg41E64PvmhGefeZ2Oa1Ik5 { width:22.0625rem;height:38.4375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H { display:none; }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 { display:block; }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hfy4S7RGeQOuTn3rA9XOQJmxzsIbubgv { width:47.75rem;height:2.8125rem;top:4.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UStrgnTBCLiopn03TNGmrqlITNo4iX8p { width:47.75rem;height:1.5625rem;top:8.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ManzF7dJS81MPvxkcPBQ3LOimgKWKe { width:8.3125rem;height:4.375rem;top:16.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReTWvRyrIwPrCynAcTkBN0ALeLRlIE3f { width:18.75rem;height:5.25rem;top:22.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5i3cudfMPUFvOndZWpOeQ0POc3Fb7gT { width:3.125rem;height:3.125rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgnNPkhAJWceBrDSPikZM9ig4dKnGcu5 { width:23.125rem;height:4.375rem;top:16.8125rem;left:12.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR7WbnUSAS2gK7VWKqFSROp0n5qHJhP2 { width:19.875rem;height:5.25rem;top:22.1875rem;left:13.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA2rRxTdtg6WIJ853QAcmUQInVRBqdGL { width:3.125rem;height:3.125rem;top:13.8125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmLQSuNExpIJ7r8FVJzvTBQs9oxWOTQT { width:16.375rem;height:4.375rem;top:16.875rem;left:31.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvsrUqfMgTIJqQgVeXEc7c74GXev6c9O { width:18.75rem;height:5.25rem;top:22.1875rem;left:29rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8E1USfTHdsmbvh6VyzKxQJAJTvOLOow { width:3.125rem;height:3.125rem;top:13.8125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu { display:none; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ { display:block; }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kC1TC5aT5U4oArRI54frhL25LEWnSGdR { width:47.75rem;height:7.875rem;top:6.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #awSJb3Ddd33M4Gfc4LFaaeTbn1B7UVIn { width:47.75rem;height:4.6875rem;top:16.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivZlSm1w89uCucz1KLyPr6mBTZoREiU3 { width:17.5rem;height:4.6875rem;top:23.9375rem;left:12.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBTeOIR2OClagy8VoVLztVCl5QNe0HCL { display:block; }
 }@media only screen and (max-width: 763px) { #anPJkoZvxBCJWL21KV5CRXgMcMubTdBW { display:block; }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8KV8flTbHMC3qyTMxgfyaRBs8l2Xzv1 { width:42.125rem;height:2.625rem;top:5.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2s4OLMdN0Tn2KAnSbkCxs6ALcTfZkFC { width:39.375rem;height:15.6875rem;top:10.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcpOh2r3MVJ7bqBa8fiBGrT0WrSCpi4f { width:29.375rem;height:27.8125rem;top:3.625rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO0VPbL1G5aUEouEHZcGiereMLX2W48t { display:none; }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a90dP2cRhMA3AV9auQ941ywOclQgGqoe { display:block; }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7EA2sA5kKMpHaErTrKRXLdeMIzJdRoH { width:42.125rem;height:11.25rem;top:5.125rem;left:5.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC5BbdDwlGgSwvLeJsTGhXmHHAbfgSwZ { width:39.375rem;height:7.8125rem;top:19.375rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io0UBnhBS1GWmciVtKDbRUTcbSpJ3AUF { width:29.375rem;height:33.375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxcs3D8ttubFnghTqT87yGKOToLIdFCD { width:17.5rem;height:4.6875rem;top:29.6875rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbSD2TOpsDa50Xw3ALiSKsgTgXv5V8DN { display:block; }
 }@media only screen and (max-width: 763px) { #GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s { display:block; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgWMfBVspeTnTMNZp7LL2ZyKeZyNKaSJ { width:0.5rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LpdhTfzrvg7VXhNXQvtF6hiIgxpuH8zA { width:31.25rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #McOcnb1hIOk8ykxeBIvcCKJhuXNfllZI { width:12.0625rem;height:3.125rem;top:4.875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwdox1MNpXXgH4nZvXNpPp83Ze6FZNgU { width:8.375rem;height:3.625rem;top:4.6875rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #irpGlZysKZ6BhEdoH0XIDze8xneQk2sP { display:block; }#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hI1x6PmST6O3Z8pKVHKyaMctEWmT48Wq { width:41.6875rem;height:1.75rem;top:1.4375rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTkIq6aN0mb1EzKGIHXG53TkTiJosxop { width:13.5625rem;height:2.875rem;top:0.875rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfzTLOwa0Z0emCzp4UtAdmaVQJB0dqMT { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#2c083f;background-image:none;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); } }@media only screen and (max-width: 763px) { #NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX { background-color:#2c083f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row .container { background-color: transparent; background-image: none; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row .container > .video-iframe-container { display: none; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row > .video-iframe-container { display: none; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .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); }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row .container { border-width: 0; border-radius: 0; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NdpeE6GGtD2ViSNMRrZyaAu5c0p9VPtX > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MaWhp8E9mBAurrFQoHV3gZXU6RWkL1gd { width:20rem;height:2.625rem;top:13.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mJsHxL2ZTmb3pCLXBNy5LU5MD6t1Z8oJ { width:0.6875rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #NyXFXvBbT50PS4INgANKaT4nDEhTIELF { width:18.75rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #sS3F4Vg32It48LR5VRTstQH4kN9TOS6E { width:20rem;height:3.9375rem;top:8.9375rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ai0nM9LcTHTThx5HA1JBU8M9DqVmkwrk { width:8rem;height:2rem;top:1.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgdtyDP25xMTpbHuuIw3BdchKHwGRdoU { width:5.9375rem;height:2.3125rem;top:1.6875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc7vqui4l1V03kX3CGvDFRfrQvETanUk { width:20rem;height:32.8125rem;top:1.75rem;left:0rem;background-color:rgba(0,0,0,0.12);background-image:url("https://images.assets-landingi.com/uc/89f4a759-f197-43b6-a9d0-6be2016b20f4/download20250109T021139542.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#bc7vqui4l1V03kX3CGvDFRfrQvETanUk.adaptive-delivery-prevent-bg, #bc7vqui4l1V03kX3CGvDFRfrQvETanUk.lazyload, #bc7vqui4l1V03kX3CGvDFRfrQvETanUk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ipMzZrkUlpHL3geTA3txZpKcWLm5Veaq { width:0.0625rem;height:7.5rem;top:18.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/74e9b3cd-edaf-4403-b458-f4d801bd705c/download20250807T090031431.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm.adaptive-delivery-prevent-bg, #l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm.lazyload, #l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm.lazyloading { background-image: none; }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm > .row .container { background-color: transparent; background-image: none; }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm > .row .container > .video-iframe-container { display: none; }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm > .row > .video-iframe-container { display: none; }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm > .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); }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm > .row .container { border-width: 0; border-radius: 0; }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3T60UGW8k9BJ6Tfh59LaAVGKscUoFWm > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam { display:block; }#og3LfaF1CW7TnfkZD4Tza5TsZ2pR8Iam > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDNx8fc0JQmD9M35estEvpLA34NrXu2h { display:flex;width:1.75rem;height:1.75rem;top:2.5rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #GVb6hmFEZg3GdieWk1rzVn8QpW4E1HFt { width:6.4375rem;height:2.0625rem;top:4.875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SDpEUay6c8l4IuTz1TngCAMQRUyTysHm { width:7.0625rem;height:1.03125rem;top:4.875rem;left:12.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NWQLrdmxKQXSHh3ibBRPSM8L1gPyeu7y { display:flex;width:2.1875rem;height:2.1875rem;top:2.3125rem;left:12.3125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #uOQJ4UPBh27MQBBhtMHHQBXdAnLDNEfS { width:10.875rem;height:3.09375rem;top:12.875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZGp7rraKt92dkoqpakyHHme4PTCLQDgN { display:flex;width:2.0625rem;height:2.0625rem;top:10.3125rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #zkoxpi88qkttkve1Eq6JgTFOuRlJOK34 { width:6.8125rem;height:3.09375rem;top:12.9375rem;left:12.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JUTxrFUJpnPceuB07x4wzPHHuFoXDxBn { display:flex;width:2.875rem;height:2.875rem;top:9.8125rem;left:11.625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #tlJAEXTr9zp9FTohOrz8VnTI1HPsPVq6 { display:flex;width:2.25rem;height:2.25rem;top:19.5625rem;left:12.3125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #WWywtBHeVQH2rhkGRXkcq6xArysknAFs { display:flex;width:2.1875rem;height:2.1875rem;top:19.625rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #wvcHIIJfTqT7hNndEDxJa3ZPIAGSbO7X { width:8.0625rem;height:2.0625rem;top:22.6875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BO09ZfTQHXbv216bxOX38vDEayXT7bKb { width:7.25rem;height:2.0625rem;top:22.6875rem;left:12.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H3rweV3cu4bKX0TF3Lp2VyTkPxdkC3uM { background-color:transparent;background-image: -webkit-linear-gradient(98deg, #bf2026, #f68721);background-image: -moz-linear-gradient(98deg, #bf2026, #f68721);background-image: -ms-linear-gradient(98deg, #bf2026, #f68721);background-image: -o-linear-gradient(98deg, #bf2026, #f68721);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2026', endColorstr='#f68721' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2026', endColorstr='#f68721' );";background-image: linear-gradient(98deg, #bf2026, #f68721);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H3rweV3cu4bKX0TF3Lp2VyTkPxdkC3uM > .row .container { background-color: transparent; background-image: none; }#H3rweV3cu4bKX0TF3Lp2VyTkPxdkC3uM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3rweV3cu4bKX0TF3Lp2VyTkPxdkC3uM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3rweV3cu4bKX0TF3Lp2VyTkPxdkC3uM > .row .container > .video-iframe-container { display: none; }#H3rweV3cu4bKX0TF3Lp2VyTkPxdkC3uM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3rweV3cu4bKX0TF3Lp2VyTkPxdkC3uM > .row > .video-iframe-container { display: none; }#H3rweV3cu4bKX0TF3Lp2VyTkPxdkC3uM > .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); }#H3rweV3cu4bKX0TF3Lp2VyTkPxdkC3uM > .row .container { border-width: 0; border-radius: 0; }#H3rweV3cu4bKX0TF3Lp2VyTkPxdkC3uM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H3rweV3cu4bKX0TF3Lp2VyTkPxdkC3uM > .row .container { width:20rem;height:58.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wiGkfrqdLt0TAueTu2ru9cmloomuaSQQ { width:20rem;height:7.875rem;top:7.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tCEg6SfaVXcztvMzO9hATXVZPgliByR3 { width:0.6875rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #kfe6vw386Afq1DeXpNdUWaW2sLvT1slg { width:18.75rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #qG5RnpsKb3hPNpf2hwbMPJItGtN3c2Wz { width:20rem;height:4.38574375rem;top:2.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-input-text {padding-top: 0; padding-bottom: 0;}#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.625rem;overflow:hidden;text-align:left;text-align-last:left; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-input-select {padding-top: 0; padding-bottom: 0;}#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto;line-height:1.1; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-container:first-of-type{padding-top:0;}#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .widget-container:last-of-type{padding-bottom:0;}#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL  { width:17.5rem;height:auto;top:34.4375rem;left:0rem; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL {display:block;}#e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL { width:17.5rem;height:auto;top:34.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #usVJXJ6vbWgyuChpeZomWrJA3b4HpA9K {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #nMkZ7NvC0h94dEoo2kJ84AkH2hBUwpK8 {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #yOHO5kDBCWDz03XA5Tfw1lZveTqWe0vE {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #rlh7kuZ3a9qTyFBGTM41TFQVBRKlKzGl {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #HXPeWsb7ELyDip8xGHzgSLgRUiDI1mSr {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #zQr5U8ghQIKTOvyIvVZxA0A2kPCT4mrJ {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #sMDUI6zO42hTTOxTHyzaM75dSfSnxsyP {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #SFCsP4t8ba2oIW7rl7VkBiB5AEa3ZuGi {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #oXV0rxIpciF0BDkV1ds5W9B4OqQKLM0p {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #TMaD8GfOzOaT3tMDJXyXts9NU3sZfaLa {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #i3nRMOv6awpbZDelIdUqTuI0W2GXprzC {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #bJBXz5WQeXwtX3UyWGuW1Jqx7DMCeHl2 {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #tFVhtSWNF8tNGmTHJ8UiBt9VbtiD5yXX {  }
 }@media only screen and (max-width: 763px) { #e6ERgXmlflIDZv0vH5zry3wk5LTCrNHL #JpiTAgqSWUzzykGqwrFFaUvvF9aSKfGh {  }
 }@media only screen and (max-width: 763px) { #Tmei9UcZxvGUSr2perBqKXsQm4U1VcR9 { width:18.5rem;height:3.673825rem;top:31.5146484375rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQyLftVXBfC6pVZ0S9EJVHEb42nVuzdn { width:20rem;height:5.25rem;top:22.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hdi43wT0zALQ9oFmvSUuxW14ai7Kn8zM { width:20rem;height:2.361325rem;top:19.0625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xqgHvud298TySqmo6OtifNCTwC3HEqZ8 { width:20rem;height:11.25rem;top:17.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD { background-color:transparent;background-image:none;display:block; }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row .container { background-color: transparent; background-image: none; }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row .container > .video-iframe-container { display: none; }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row > .video-iframe-container { display: none; }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .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); }#GzgJuKyS0f2ELVGGC4i89HQEQRGPiQvD > .row .container { width:20rem;height:49rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dq4lAgXpE9h7sdTduTW9HD5Wn47bzLRw { width:20rem;height:14.625rem;top:2.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vQMH75n6Ei6TnR5PUtLtDDJltBW972Hh { width:20rem;height:16.9375rem;top:19.5rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#vQMH75n6Ei6TnR5PUtLtDDJltBW972Hh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5f6bbaa22bd05c6a668d2eb17016241b7405aab2.svg); }
 }@media only screen and (max-width: 763px) { #nmsm7ic741slMGFGu4xbMCT6c1l5m5cf { width:17.5rem;height:4.6875rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQzFd14R945dITnqETbIobEmCbC35UO1 { display:block; }
 }@media only screen and (max-width: 763px) { #wC6ypqSKPQg41E64PvmhGefeZ2Oa1Ik5 { width:20rem;height:38.4375rem;top:4.1875rem;left:0rem;background-color:rgba(0,0,0,0.12);background-image:url("https://images.assets-landingi.com/uc/89f4a759-f197-43b6-a9d0-6be2016b20f4/download20250109T021139542.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#wC6ypqSKPQg41E64PvmhGefeZ2Oa1Ik5.adaptive-delivery-prevent-bg, #wC6ypqSKPQg41E64PvmhGefeZ2Oa1Ik5.lazyload, #wC6ypqSKPQg41E64PvmhGefeZ2Oa1Ik5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ac54f2f0-d592-4fae-924e-163f1d7de08a/download20250807T091140775.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H.adaptive-delivery-prevent-bg, #U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H.lazyload, #U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H.lazyloading { background-image: none; }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H > .row .container { background-color: transparent; background-image: none; }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H > .row .container > .video-iframe-container { display: none; }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H > .row > .video-iframe-container { display: none; }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H > .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); }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H > .row .container { border-width: 0; border-radius: 0; }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U1s87UvD0BhfIc8WFn8i8L0BS63gfc8H > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 { background-color:#24d4bd;background-image:none;display:block; }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row .container { background-color: transparent; background-image: none; }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row .container > .video-iframe-container { display: none; }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row > .video-iframe-container { display: none; }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .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); }#euX9rEWk9IDvk5PCqHsZfAH1WbdR7Md4 > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hfy4S7RGeQOuTn3rA9XOQJmxzsIbubgv { width:20rem;height:5.15625rem;top:3.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UStrgnTBCLiopn03TNGmrqlITNo4iX8p { width:17.6875rem;height:3.9375rem;top:9.3740234375rem;left:1.15625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6ManzF7dJS81MPvxkcPBQ3LOimgKWKe { width:16.375rem;height:1.5625rem;top:20.375rem;left:1.8125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ReTWvRyrIwPrCynAcTkBN0ALeLRlIE3f { width:20rem;height:5.25rem;top:22.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g5i3cudfMPUFvOndZWpOeQ0POc3Fb7gT { display:flex;width:3.125rem;height:3.125rem;top:17.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #pgnNPkhAJWceBrDSPikZM9ig4dKnGcu5 { width:16.375rem;height:3.125rem;top:33.875rem;left:1.8125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iR7WbnUSAS2gK7VWKqFSROp0n5qHJhP2 { width:20rem;height:5.25rem;top:37.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vA2rRxTdtg6WIJ853QAcmUQInVRBqdGL { display:flex;width:3.125rem;height:3.125rem;top:30.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #hmLQSuNExpIJ7r8FVJzvTBQs9oxWOTQT { width:16.375rem;height:3.125rem;top:49.6875rem;left:1.8125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gvsrUqfMgTIJqQgVeXEc7c74GXev6c9O { width:20rem;height:5.25rem;top:52.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n8E1USfTHdsmbvh6VyzKxQJAJTvOLOow { display:flex;width:3.125rem;height:3.125rem;top:46.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a18ef38d-3b71-4660-85e7-bc569762e11a/download20250801T141211368.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu.adaptive-delivery-prevent-bg, #dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu.lazyload, #dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu.lazyloading { background-image: none; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row .container { background-color: transparent; background-image: none; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row .container > .video-iframe-container { display: none; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row > .video-iframe-container { display: none; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .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); }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row .container { border-width: 0; border-radius: 0; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dO04sS7tMrkHzXoaQw1qMtCgfTpB5pgu > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ { background-color:transparent;background-image:none;display:block; }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row .container { background-color: transparent; background-image: none; }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row .container > .video-iframe-container { display: none; }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row > .video-iframe-container { display: none; }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .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); }#UHBtLIPnGBTgKLnAeymOHw9xQiIsXZIJ > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kC1TC5aT5U4oArRI54frhL25LEWnSGdR { width:20rem;height:10.5rem;top:3.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #awSJb3Ddd33M4Gfc4LFaaeTbn1B7UVIn { width:20rem;height:8.57225rem;top:15.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ivZlSm1w89uCucz1KLyPr6mBTZoREiU3 { width:17.5rem;height:4.6875rem;top:26.0859375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBTeOIR2OClagy8VoVLztVCl5QNe0HCL { display:block; }
 }@media only screen and (max-width: 763px) { #anPJkoZvxBCJWL21KV5CRXgMcMubTdBW { background-color:#ea171e;background-image:none;display:block; }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row .container { background-color: transparent; background-image: none; }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row .container > .video-iframe-container { display: none; }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row > .video-iframe-container { display: none; }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .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); }#anPJkoZvxBCJWL21KV5CRXgMcMubTdBW > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8KV8flTbHMC3qyTMxgfyaRBs8l2Xzv1 { width:20rem;height:4.5rem;top:3.5625rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l2s4OLMdN0Tn2KAnSbkCxs6ALcTfZkFC { width:20rem;height:17.14455rem;top:9.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IcpOh2r3MVJ7bqBa8fiBGrT0WrSCpi4f { width:20rem;height:27.8125rem;top:3.625rem;left:0rem;background-color:rgba(0,0,0,0.12);background-image:url("https://images.assets-landingi.com/uc/89f4a759-f197-43b6-a9d0-6be2016b20f4/download20250109T021139542.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#IcpOh2r3MVJ7bqBa8fiBGrT0WrSCpi4f.adaptive-delivery-prevent-bg, #IcpOh2r3MVJ7bqBa8fiBGrT0WrSCpi4f.lazyload, #IcpOh2r3MVJ7bqBa8fiBGrT0WrSCpi4f.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TO0VPbL1G5aUEouEHZcGiereMLX2W48t { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e7c3e73b-72a7-4e9e-bfa8-e12f8c416942/imagefx20250801t140936997688cf4e35de11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t.adaptive-delivery-prevent-bg, #TO0VPbL1G5aUEouEHZcGiereMLX2W48t.lazyload, #TO0VPbL1G5aUEouEHZcGiereMLX2W48t.lazyloading { background-image: none; }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t > .row .container { background-color: transparent; background-image: none; }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t > .row .container > .video-iframe-container { display: none; }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t > .row > .video-iframe-container { display: none; }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t > .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); }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t > .row .container { border-width: 0; border-radius: 0; }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TO0VPbL1G5aUEouEHZcGiereMLX2W48t > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a90dP2cRhMA3AV9auQ941ywOclQgGqoe { background-color:transparent;background-image: -webkit-linear-gradient(125deg, #bf2026, #f68721);background-image: -moz-linear-gradient(125deg, #bf2026, #f68721);background-image: -ms-linear-gradient(125deg, #bf2026, #f68721);background-image: -o-linear-gradient(125deg, #bf2026, #f68721);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2026', endColorstr='#f68721' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2026', endColorstr='#f68721' );";background-image: linear-gradient(125deg, #bf2026, #f68721);background-size:auto !important;display:block; }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row .container { background-color: transparent; background-image: none; }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row .container > .video-iframe-container { display: none; }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row > .video-iframe-container { display: none; }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .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); }#a90dP2cRhMA3AV9auQ941ywOclQgGqoe > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7EA2sA5kKMpHaErTrKRXLdeMIzJdRoH { width:20rem;height:15rem;top:3.1875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cC5BbdDwlGgSwvLeJsTGhXmHHAbfgSwZ { width:20rem;height:9.79688125rem;top:19.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Io0UBnhBS1GWmciVtKDbRUTcbSpJ3AUF { width:20rem;height:33.375rem;top:3rem;left:0rem;background-color:rgba(0,0,0,0.12);background-image:url("https://images.assets-landingi.com/uc/89f4a759-f197-43b6-a9d0-6be2016b20f4/download20250109T021139542.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Io0UBnhBS1GWmciVtKDbRUTcbSpJ3AUF.adaptive-delivery-prevent-bg, #Io0UBnhBS1GWmciVtKDbRUTcbSpJ3AUF.lazyload, #Io0UBnhBS1GWmciVtKDbRUTcbSpJ3AUF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pxcs3D8ttubFnghTqT87yGKOToLIdFCD { width:17.5rem;height:4.6875rem;top:32.3837890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbSD2TOpsDa50Xw3ALiSKsgTgXv5V8DN { display:block; }
 }@media only screen and (max-width: 763px) { #GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row .container { background-color: transparent; background-image: none; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row .container > .video-iframe-container { display: none; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row > .video-iframe-container { display: none; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .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); }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row .container { border-width: 0; border-radius: 0; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GVxhtwc0BkOTqkqLQ8TKmXyk9J2Czs6s > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgWMfBVspeTnTMNZp7LL2ZyKeZyNKaSJ { width:0.6875rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #LpdhTfzrvg7VXhNXQvtF6hiIgxpuH8zA { width:18.75rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #McOcnb1hIOk8ykxeBIvcCKJhuXNfllZI { width:9.4998125rem;height:2.68735625rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwdox1MNpXXgH4nZvXNpPp83Ze6FZNgU { width:6.9375rem;height:2.9375rem;top:3.8125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irpGlZysKZ6BhEdoH0XIDze8xneQk2sP { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#irpGlZysKZ6BhEdoH0XIDze8xneQk2sP > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hI1x6PmST6O3Z8pKVHKyaMctEWmT48Wq { width:10.6875rem;height:1.19970625rem;top:0.8564453125rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #TTkIq6aN0mb1EzKGIHXG53TkTiJosxop { width:8.5625rem;height:2.3125rem;top:0.2998046875rem;left:11.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfzTLOwa0Z0emCzp4UtAdmaVQJB0dqMT { display:block; }
 }