.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:227,227,226;--color-primary-1:163,162,160;--color-primary-2:71,68,64;--color-primary-3:36,34,32;--color-primary-4:11,10,10;--color-secondary-0:239,219,219;--color-secondary-1:203,134,136;--color-secondary-2:151,12,16;--color-secondary-3:76,6,8;--color-secondary-4:23,2,2;--color-tertiary-0:255,255,255;--color-tertiary-1:251,251,251;--color-tertiary-2:121,121,129;--color-tertiary-3:87,87,97;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2a1dd12f-710d-42ea-a4d9-a5ad755c4cfd/ChatGPTImage4012026o05_31_16.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.adaptive-delivery-prevent-bg, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyload, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyloading { background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:60rem;position:relative;display:block; }#lezaJotMeoIDJlFfUMoozPRuB2O1p8cb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:13.875rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#Tch6QLScUHxitmo08BLd4BeTNP2THwR0 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:22.875rem;top:9.25rem;left:34.6875rem;overflow:hidden;display:block; }
#zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { color:rgba(var(--color-tertiary-0),1);display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0rem;height:4.0625rem;font-style:normal;display:block; }
#bWUh1qR7noLbay8RD3KtnT7qums32IOc { color:rgba(var(--color-tertiary-0),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:21.875rem;left:0rem;height:6.25rem;display:block; }
#vgD5o4R4Rwgr8qTKGZ07Ldan3thfyT2U { background-color:#2fa36b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.6875rem;left:0rem;display:block; }
#sD8oxdpUyty0BnUJOmJXZIbpqqEFiIkZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#leoPqBSKcoISvwJ2atEaqOWQyy3ROw2p { 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;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:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.5rem;left:26.25rem;display:block; }
#LnkC6P1RS5q9HDgNmlOn70JkToNncwRy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { 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;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:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.5rem;left:36.1875rem;display:block; }
#PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u568e3HA1du1hMJKAbtTqtxT5pnFeO9T { 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;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:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.5rem;left:46.0625rem;display:block; }
#oILIsRPG4UBKPLXTFi4XbEsQnuw8WSyO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ak3xRcRqfpDCEQaxx09f1l54aOgsGXbx { 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;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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.4375rem;left:53.4375rem;display:block; }
#AMi7ZCwrftfAwoXL2NFrBoeB3bnKUOzy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IPJvHkk7QKDIATt5bb5hMVclyER8bO6H { color:rgba(var(--color-tertiary-0),1);display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.75rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { background-color: transparent; background-image: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container > .video-iframe-container { display: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container { display: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .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); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { border-width: 0; border-radius: 0; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:60rem;position:relative;display:block; }#MXDcdARGtMJloE4bZ10whmq4a6rpwqg7 { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qF1CA3JysDcU5cpDRGHHrESofBnJbT9n { color:rgba(var(--color-tertiary-3),1);display:block;width:46.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:12.1875rem;left:7rem;height:13.5rem;text-align:left;text-align-last:left;display:block; }
#qOcoK6822fTr7txfZthZANgDVceT6XFf { color:rgba(var(--color-tertiary-3),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:28rem;left:2.5rem;height:2.375rem;font-style:normal;display:block; }
#BTaxt0hdRsQVn0aOeHf7puFwf3T4HVgL { color:rgba(var(--color-primary-2),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:31.1875rem;left:7rem;height:3.125rem;display:block; }
#fnpIsuZU3cw3IXhKp8Aztlz4qvo2NACX { color:rgba(var(--color-tertiary-3),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:35.5rem;left:6.9375rem;height:3.125rem;display:block; }
#uSbVLQzDuIbBIZwmiI6ggwmV1hH55UvJ { color:rgba(var(--color-tertiary-3),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:44.375rem;left:7.375rem;height:3.125rem;display:block; }
#NzdHTg4H83FGdm6HTzC6ngTDQkiiKeWh { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:27.625rem;top:28.5625rem;left:32.375rem;overflow:hidden;display:block; }
#LuzxxNpn5irdemfrfc60RAhiU4Tlo4c1 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:29.75rem;border-top-right-radius:29.75rem;border-bottom-left-radius:29.75rem;border-bottom-right-radius:29.75rem;box-shadow: none;height:8.5rem;width:8.5rem;top:1.1875rem;left:7rem;overflow:hidden;display:block; }
#hk7Gy5KPEtvSDZvTHih5WXw95TfWs0O4 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:48.75rem;left:7.375rem;height:3.125rem;display:block; }
#S17v9mIDpEFF5BsDD9n8zVE5if902xT8 { color:rgba(var(--color-tertiary-3),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:39.9375rem;left:7.375rem;height:3.125rem;display:block; }
#r7ZSM8vl6eJ8HOkeXRSLizhJFh9uFDA2 { 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:15016;opacity:1;top:31.1875rem;left:2.5rem; }
#OuzTr3aysMHsOsVmur1rpftIrThaaEEB { 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:15017;opacity:1;top:35.5rem;left:2.5rem; }
#yrGqgGdx5IOtyPt2ZHPRooMJBAr0PTWM { 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:15018;opacity:1;top:44.375rem;left:2.5rem; }
#spVCo5WTVL4xG3K2qhvPHlPxrUbV8d1F { 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:15019;opacity:1;top:48.75rem;left:2.5rem; }
#chUi9n2q7NGEpas1HXCoUqXFKEpBvxm0 { 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:15020;opacity:1;top:39.9375rem;left:2.5rem; }
#G7Tfv2pgbQxsHewtcvQSAh0gJD1SutI3 { box-sizing:content-box;height:0.0625rem;width:47.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.125rem;left:7rem;display:block; }
#JNEtzD9Ur3O4xf1InyDhyONPPECLTHIw { box-sizing:content-box;height:0.0625rem;width:20.3125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.375rem;left:2.5rem;display:block; }
#CSlIais0DfOImF6FfxcR668S2dz8yTdd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { background-color: transparent; background-image: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container > .video-iframe-container { display: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row > .video-iframe-container { display: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .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); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { border-width: 0; border-radius: 0; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;position:relative;display:block; }#qyClA4AwE25EDudN4wbPWyLSthm4qqIJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:20rem;top:5.1875rem;left:0rem;overflow:hidden;display:block; }
#pE2WdiXTIWhrGzxk5hKybOZTONJkqf4G { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:19.125rem;left:21.5rem;display:block; }
#qrceFTSLNXt934c6s2tA6woaT9OLeWSO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ITVrE7KTgLN6cSeywsZTpukLCEEgWSvW { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.75rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RhgzNJd1LGAHvvVqfshI8kvT0QinRO34 { color:rgba(var(--color-primary-0),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:6.25rem;left:21.5rem;height:11.875rem;font-style:normal;display:block; }
#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E > .row .container { background-color: transparent; background-image: none; }#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E > .row .container > .video-iframe-container { display: none; }#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E > .row > .video-iframe-container { display: none; }#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E > .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); }#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E > .row .container { border-width: 0; border-radius: 0; }#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#NmrUFCw9DEg8pgAe4TalMeQTuhM2TGAB { box-sizing:content-box;height:17.3125rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.71875rem;left:1.25rem;display:block; }
#mWC347TGbAdS8MFZ5UQfBiMTFw1syLNo { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.125rem;left:2.0625rem;height:9.5rem;text-align:left;text-align-last:left;display:block; }
#Mz6eDTQlr4hiyx7HMJTSBhNq8sgSf4fn { box-sizing:content-box;height:17.3125rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.71875rem;left:16.25rem;display:block; }
#FEWcskmX1DJmBK2K1TLl5hW5XCmaDvca { box-sizing:content-box;height:17.3125rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.71875rem;left:31.25rem;display:block; }
#TemJhF04GTaWsOUdXBZRZ5asdG8dWZMA { box-sizing:content-box;height:17.3125rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.71875rem;left:46.25rem;display:block; }
#f3sgRw7DRy3fmO69ZzlbMZpofx8lA9TG { 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:15004;opacity:1;top:1.34375rem;left:5.9375rem; }
#zq9lh0ZD968k5sHrvtIUq9HVqVfA9lbf { 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:15005;opacity:1;top:1.34375rem;left:20.9375rem; }
#TmTktNw5iPtyyDJDRWpOAeRKcMfOZpFN { 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:15006;opacity:1;top:1.34375rem;left:35.9375rem; }
#wER9kTUpT1dA3TU1565KRgcXbzetKVGz { 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:1.34375rem;left:50.9375rem; }
#RTdlaE1RA8K25OfxxFtrEEbR1XzWuv0e { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.125rem;left:17.0625rem;height:10.6875rem;text-align:left;text-align-last:left;display:block; }
#m5RBWXFuyi7rO7fENtKafCoMGNei4QgV { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.125rem;left:31.71875rem;height:10.6875rem;text-align:left;text-align-last:left;display:block; }
#N7cUB5u2zQAxymwZefOqTmLr60vKs3tr { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.125rem;left:47.0625rem;height:10.6875rem;text-align:left;text-align-last:left;display:block; }
#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/18a9cc6a-2376-478c-b6c6-94a7dab2c8d6/ChatGPTImage4012026o05_35_21.png");background-position: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; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.adaptive-delivery-prevent-bg, #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.lazyload, #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.lazyloading { background-image: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { background-color: transparent; background-image: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container > .video-iframe-container { display: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row > .video-iframe-container { display: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .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); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { border-width: 0; border-radius: 0; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:60rem;position:relative;display:block; }#iHDh6lEaz0iyUuwnDAaBL1OtNI3iQRUa { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dbyu0TMu3UBIEZlA1yhbatbbxrMqPrR7 { color:rgba(var(--color-primary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:10.5625rem;left:31.125rem;height:12.25rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#X4Ekkhr28ulc5e8QpucCGyWxmH5ZyI1y { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:23.5rem;left:37.125rem;height:1.5625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#roMvyCB8cdnAlQrDtVLmzpe7c28IixTH { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:15.9375rem;left:16.375rem;height:1.5625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#FhS1xV0EITbZeEOzgV8eeGaoHk4nUrlA { color:rgba(var(--color-primary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:10.5625rem;left:10.375rem;height:3.5rem;text-align:justify;text-align-last:initial;font-style:italic;display:block; }
#KqnFa8TDctC1Z4pMPMoG1Okbdu8xIHcC { box-sizing:content-box;height:15.625rem;width:0.0625rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.4375rem;left:29.96875rem;display:block; }
#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container { background-color: transparent; background-image: none; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container > .video-iframe-container { display: none; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row > .video-iframe-container { display: none; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .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); }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container { border-width: 0; border-radius: 0; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:60rem;position:relative;display:block; }#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1rem;color:rgba(var(--color-secondary-2),1);height:auto;text-align:left;text-align-last:left;font-style:normal;line-height:2;overflow:hidden; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_e7a76b02cc95edeb905f22f898dbac11.svg");background-size:contain !important; }#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-trigger.adaptive-delivery-prevent-bg, #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-trigger.lazyload, #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-trigger.lazyloading { background-image: none; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 { box-sizing:content-box;height:auto;width:40.625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.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; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #RgrUwaDmKUOHmJhbOWiDdQUX080dKwUD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #TkfrKKp7wR60zvq1Ttm2514LGbU7tq4l { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #IgyrePM3foJqrUZgPQKJk4tN1amTER5a { display:block;position:relative; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #y6z1qL3BaOkvzCgi3T3GI1b896UNQG54 {  }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #G1zhLsDdAzIqkZrVz0AhfR9dRBAnwPFD {  }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #zWeaD5BQIDe5eiLDI3CsPdWrB75Dw19o { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #QofT5XkNO6OJLxK8sgFN3PA7XxfTT3Gd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #xzDaeJ6syiEw4MUqoIPrOeylD7GcEOLK { display:block;position:relative; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #RXb0mMM2aWhvZF9NOPxXUA8bEyooJUHR {  }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #yT5AP42fG60orqwrU9txLq9AVCR6ftUQ { display:none; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #ADALwz7RwLAXTf0QRryFV1uNxxlcdU4P { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #nBgxcwwgcbIBTgBHBuBHamvPfCrrsItU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #aN8384MRTI9nJor2IpmxsbN3ThCVDckH { display:block;position:relative; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #v4ka11WmImB0bnapBBU7IQ1KQCE1p2LJ {  }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #ca4OlTPqdQ6hmI3NsRuq3hTQFV3N7wO0 { display:none; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #fdhdVOTzbDVogzMXIpw82GIUHPJNveQu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #KwirTw8VQQ7wN7ew9TFUt81rSR7mIqmT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #nli2KH0BnOWSPTv8oph0AziDP9ynenIK { display:block;position:relative; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #bSeViuQ6Z182GZe5TzFDTlP7acmsT8s2 {  }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #aSZUU95sXOAatZBqVbh7uETiR96l0zlu { display:none; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #zfkoCiHah8exBqZU6Cx1hHI9yMJFhmod { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #WNqxiQoBSfA473aM0xxID3orkWh35ZgJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #C8xuU1ZnomDplQCDrcGgXUlTo8VyhGqy { display:block;position:relative; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #X7xckaNXkS9Wmp2BTZAGt2ZKTVTZlqea {  }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #sOSkaTcPaHoBfg9mwWGiqiixoxqdM4p5 { display:none; }
#bIALXdl9ggDCpq8kaT8M13ZLdHATq9wu { color:rgba(var(--color-primary-2),1);display:block;width:54.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.375rem;display:block; }
#Ptzo2N8tGPUewm2lCvhQgowFESX49TMz { box-sizing:content-box;height:0.0625rem;width:44.375rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.375rem;left:1.3125rem;display:block; }
#diIULM8oxqeXCKDunpksxUchvdlIJN0S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d83736cb-5d4b-4e4f-801e-c7b4b2f13c7e/ChatGPTImage4012026o06_26_35.png");background-position:top right !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; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S.adaptive-delivery-prevent-bg, #diIULM8oxqeXCKDunpksxUchvdlIJN0S.lazyload, #diIULM8oxqeXCKDunpksxUchvdlIJN0S.lazyloading { background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { background-color: transparent; background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .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); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { border-width: 0; border-radius: 0; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:60rem;position:relative;display:block; }#Olhv6qdCwTlQyTIPRSVEVFPCQPPqf3dQ { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#croxn44EmTpvqbc8kFoBhH7TmfrmaEbH { color:rgba(var(--color-primary-0),1);display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.25rem;left:1.5rem;height:3.625rem;font-style:normal;display:block; }
#GIcQFcxrRfehywG5X7CODRmFxdXzrWgJ { color:rgba(var(--color-primary-0),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.9375rem;left:1.5rem;height:1.75rem;font-style:normal;display:block; }
#buETIg3bLw63pftRp0FRLrH9sWhgIIBL { color:rgba(var(--color-primary-0),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:23.8125rem;left:1.5rem;height:1.5625rem;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-form-header {  }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-primary-0),1);width:27.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;line-height:2; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .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:#f0f0f0;background-image:none;border-top:0;border-left:0;border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.625rem;box-sizing:border-box;height:3.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f0f0f0;background-image:none;border-top:0;border-left:0;border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .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:#2fa36b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:14.375rem;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:13.25rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .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.2;font-size:0.875rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:29.375rem;overflow:hidden;font-style:normal; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .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; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-container:first-of-type{padding-top:0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-container:last-of-type{padding-bottom:0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.875rem;left:29.875rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.625rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf {display:block;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.875rem;left:29.875rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #deJT0bWJ2c1H0EsGwziP7GTckrB8HTZN { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #u4qQAeTJ6Hum2c4uQJzzNrHuXmXTmstA { position:relative;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ARyDPdzZkhS690PTDO35C681zyw9MPBa { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #uo2inS2deFaOCrL6JDh0DWfTSt4Fr3uD { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #PAs5UmLQV9ngXh1zpgusTBvvht06JDvg { position:relative;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZvSgJRxt9zg6wEODusbyWHh7aqw4x8P0 { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZBAEiVd46aovCk88QmsMRsHMLbSU291p { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #TOfTcSlHlMSpAXA1Q0qbLkO68AMkfwXu { position:relative;z-index:2; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #EHpKKTa562FmnTnCsGCmpVxbEn7dpKU4 { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #kCxdwSSHHuoHkO8i3ENgKtHcnEsgxQHg { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #zdODcrxr2990ZwkmeMieB5zbTTV0pC1H { position:relative; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lezaJotMeoIDJlFfUMoozPRuB2O1p8cb { top:2.1875rem;left:0rem;width:13.875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tch6QLScUHxitmo08BLd4BeTNP2THwR0 { top:9.25rem;left:24.875rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { top:12.5625rem;left:0rem;width:32.125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWUh1qR7noLbay8RD3KtnT7qums32IOc { top:21.875rem;left:0rem;width:32.125rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgD5o4R4Rwgr8qTKGZ07Ldan3thfyT2U { width:13.6875rem;height:3.9375rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD8oxdpUyty0BnUJOmJXZIbpqqEFiIkZ { display:block; }
 }@media only screen and (max-width: 763px) { #leoPqBSKcoISvwJ2atEaqOWQyy3ROw2p { width:9.0625rem;height:2.625rem;top:2.5rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnkC6P1RS5q9HDgNmlOn70JkToNncwRy { display:block; }
 }@media only screen and (max-width: 763px) { #xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { width:8.875rem;height:2.625rem;top:2.5rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block; }
 }@media only screen and (max-width: 763px) { #u568e3HA1du1hMJKAbtTqtxT5pnFeO9T { width:6.5625rem;height:2.625rem;top:2.5rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oILIsRPG4UBKPLXTFi4XbEsQnuw8WSyO { display:block; }
 }@media only screen and (max-width: 763px) { #ak3xRcRqfpDCEQaxx09f1l54aOgsGXbx { width:6.5625rem;height:2.625rem;top:2.4375rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMi7ZCwrftfAwoXL2NFrBoeB3bnKUOzy { display:block; }
 }@media only screen and (max-width: 763px) { #IPJvHkk7QKDIATt5bb5hMVclyER8bO6H { top:16.75rem;left:0rem;width:32.125rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { display:block; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXDcdARGtMJloE4bZ10whmq4a6rpwqg7 { top:3.625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF1CA3JysDcU5cpDRGHHrESofBnJbT9n { top:12.1875rem;left:0.875rem;width:46.75rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOcoK6822fTr7txfZthZANgDVceT6XFf { top:28rem;left:0rem;width:26.4375rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTaxt0hdRsQVn0aOeHf7puFwf3T4HVgL { top:31.1875rem;left:0.875rem;width:18.875rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnpIsuZU3cw3IXhKp8Aztlz4qvo2NACX { top:35.5rem;left:0.8125rem;width:19.6875rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSbVLQzDuIbBIZwmiI6ggwmV1hH55UvJ { top:44.375rem;left:1.25rem;width:25.8125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzdHTg4H83FGdm6HTzC6ngTDQkiiKeWh { width:27.625rem;height:18.0625rem;top:28.5625rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuzxxNpn5irdemfrfc60RAhiU4Tlo4c1 { top:1.1875rem;left:0.875rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk7Gy5KPEtvSDZvTHih5WXw95TfWs0O4 { top:48.75rem;left:1.25rem;width:27.9375rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17v9mIDpEFF5BsDD9n8zVE5if902xT8 { top:39.9375rem;left:1.25rem;width:25.125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7ZSM8vl6eJ8HOkeXRSLizhJFh9uFDA2 { top:31.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuzTr3aysMHsOsVmur1rpftIrThaaEEB { top:35.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrGqgGdx5IOtyPt2ZHPRooMJBAr0PTWM { top:44.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spVCo5WTVL4xG3K2qhvPHlPxrUbV8d1F { top:48.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chUi9n2q7NGEpas1HXCoUqXFKEpBvxm0 { top:39.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7Tfv2pgbQxsHewtcvQSAh0gJD1SutI3 { top:11.125rem;left:0.625rem;width:47.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNEtzD9Ur3O4xf1InyDhyONPPECLTHIw { top:30.375rem;left:0rem;width:20.3125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSlIais0DfOImF6FfxcR668S2dz8yTdd { display:block; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyClA4AwE25EDudN4wbPWyLSthm4qqIJ { top:5.1875rem;left:0rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE2WdiXTIWhrGzxk5hKybOZTONJkqf4G { width:13.6875rem;height:3.9375rem;top:19.125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrceFTSLNXt934c6s2tA6woaT9OLeWSO { display:block; }
 }@media only screen and (max-width: 763px) { #ITVrE7KTgLN6cSeywsZTpukLCEEgWSvW { top:0.75rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhgzNJd1LGAHvvVqfshI8kvT0QinRO34 { top:6.25rem;left:14.25rem;width:33.5rem;height:11.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E { display:block; }#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmrUFCw9DEg8pgAe4TalMeQTuhM2TGAB { top:0.6875rem;left:0rem;width:12.5rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWC347TGbAdS8MFZ5UQfBiMTFw1syLNo { top:6.125rem;left:0.53125rem;width:10.875rem;height:9.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz6eDTQlr4hiyx7HMJTSBhNq8sgSf4fn { top:0.6875rem;left:11.375rem;width:12.5rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEWcskmX1DJmBK2K1TLl5hW5XCmaDvca { top:0.6875rem;left:23.3125rem;width:12.5rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TemJhF04GTaWsOUdXBZRZ5asdG8dWZMA { top:0.6875rem;left:35.25rem;width:12.5rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3sgRw7DRy3fmO69ZzlbMZpofx8lA9TG { top:1.3125rem;left:4.40625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq9lh0ZD968k5sHrvtIUq9HVqVfA9lbf { top:1.3125rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmTktNw5iPtyyDJDRWpOAeRKcMfOZpFN { top:1.3125rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wER9kTUpT1dA3TU1565KRgcXbzetKVGz { top:1.3125rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTdlaE1RA8K25OfxxFtrEEbR1XzWuv0e { top:6.125rem;left:12.46875rem;width:10.875rem;height:10.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5RBWXFuyi7rO7fENtKafCoMGNei4QgV { top:6.125rem;left:24.0625rem;width:11.5625rem;height:10.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7cUB5u2zQAxymwZefOqTmLr60vKs3tr { top:6.125rem;left:36.34375rem;width:10.875rem;height:10.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR { display:block; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHDh6lEaz0iyUuwnDAaBL1OtNI3iQRUa { top:3.5625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbyu0TMu3UBIEZlA1yhbatbbxrMqPrR7 { top:10.5625rem;left:25rem;width:18.4375rem;height:12.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4Ekkhr28ulc5e8QpucCGyWxmH5ZyI1y { top:23.5rem;left:31rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #roMvyCB8cdnAlQrDtVLmzpe7c28IixTH { top:15.9375rem;left:10.25rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhS1xV0EITbZeEOzgV8eeGaoHk4nUrlA { top:10.5625rem;left:4.25rem;width:18.4375rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqnFa8TDctC1Z4pMPMoG1Okbdu8xIHcC { top:10.4375rem;left:23.84375rem;width:0.0625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 { display:block; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 { display:flex;height:auto;width:27.8125rem;top:7.4375rem;left:7.875rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #RgrUwaDmKUOHmJhbOWiDdQUX080dKwUD {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #TkfrKKp7wR60zvq1Ttm2514LGbU7tq4l {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #IgyrePM3foJqrUZgPQKJk4tN1amTER5a {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #y6z1qL3BaOkvzCgi3T3GI1b896UNQG54 {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #G1zhLsDdAzIqkZrVz0AhfR9dRBAnwPFD {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #zWeaD5BQIDe5eiLDI3CsPdWrB75Dw19o {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #QofT5XkNO6OJLxK8sgFN3PA7XxfTT3Gd {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #xzDaeJ6syiEw4MUqoIPrOeylD7GcEOLK {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #RXb0mMM2aWhvZF9NOPxXUA8bEyooJUHR {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #yT5AP42fG60orqwrU9txLq9AVCR6ftUQ {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #ADALwz7RwLAXTf0QRryFV1uNxxlcdU4P {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #nBgxcwwgcbIBTgBHBuBHamvPfCrrsItU {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #aN8384MRTI9nJor2IpmxsbN3ThCVDckH {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #v4ka11WmImB0bnapBBU7IQ1KQCE1p2LJ {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #ca4OlTPqdQ6hmI3NsRuq3hTQFV3N7wO0 {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #fdhdVOTzbDVogzMXIpw82GIUHPJNveQu {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #KwirTw8VQQ7wN7ew9TFUt81rSR7mIqmT {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #nli2KH0BnOWSPTv8oph0AziDP9ynenIK {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #bSeViuQ6Z182GZe5TzFDTlP7acmsT8s2 {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #aSZUU95sXOAatZBqVbh7uETiR96l0zlu {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #zfkoCiHah8exBqZU6Cx1hHI9yMJFhmod {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #WNqxiQoBSfA473aM0xxID3orkWh35ZgJ {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #C8xuU1ZnomDplQCDrcGgXUlTo8VyhGqy {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #X7xckaNXkS9Wmp2BTZAGt2ZKTVTZlqea {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #sOSkaTcPaHoBfg9mwWGiqiixoxqdM4p5 {  }
 }@media only screen and (max-width: 763px) { #bIALXdl9ggDCpq8kaT8M13ZLdHATq9wu { top:0rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptzo2N8tGPUewm2lCvhQgowFESX49TMz { top:3.375rem;left:0rem;width:44.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diIULM8oxqeXCKDunpksxUchvdlIJN0S { display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Olhv6qdCwTlQyTIPRSVEVFPCQPPqf3dQ { top:4rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #croxn44EmTpvqbc8kFoBhH7TmfrmaEbH { top:14.25rem;left:0rem;width:23.3125rem;height:3.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIcQFcxrRfehywG5X7CODRmFxdXzrWgJ { top:19.9375rem;left:0rem;width:26.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #buETIg3bLw63pftRp0FRLrH9sWhgIIBL { top:23.8125rem;left:0rem;width:24.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-regular-label { width:30.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text { width:30.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-textarea { width:30.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select { width:30.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-button { width:14.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-checkbox-label { width:29.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf  { width:30.9375rem;height:auto;top:12.875rem;left:14.25rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .radio-container { width:30.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf {display:block;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf { width:30.8125rem;height:auto;top:12.875rem;left:14.375rem; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #deJT0bWJ2c1H0EsGwziP7GTckrB8HTZN {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #u4qQAeTJ6Hum2c4uQJzzNrHuXmXTmstA { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ARyDPdzZkhS690PTDO35C681zyw9MPBa {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #uo2inS2deFaOCrL6JDh0DWfTSt4Fr3uD {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #PAs5UmLQV9ngXh1zpgusTBvvht06JDvg { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZvSgJRxt9zg6wEODusbyWHh7aqw4x8P0 {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZBAEiVd46aovCk88QmsMRsHMLbSU291p {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #TOfTcSlHlMSpAXA1Q0qbLkO68AMkfwXu {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #EHpKKTa562FmnTnCsGCmpVxbEn7dpKU4 {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #kCxdwSSHHuoHkO8i3ENgKtHcnEsgxQHg {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #zdODcrxr2990ZwkmeMieB5zbTTV0pC1H {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { background-color:#042048;background-image:url("https://images.assets-landingi.com/uc/2a1dd12f-710d-42ea-a4d9-a5ad755c4cfd/ChatGPTImage4012026o05_31_16.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.adaptive-delivery-prevent-bg, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyload, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyloading { background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lezaJotMeoIDJlFfUMoozPRuB2O1p8cb { width:4.3125rem;height:1.25rem;top:0.87446731328963rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tch6QLScUHxitmo08BLd4BeTNP2THwR0 { width:13.4375rem;height:13.4375rem;top:32.75rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { width:20rem;height:2.1875rem;top:8.875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWUh1qR7noLbay8RD3KtnT7qums32IOc { width:18.4989375rem;height:12.5rem;top:15.75rem;left:0.75rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vgD5o4R4Rwgr8qTKGZ07Ldan3thfyT2U { width:13.310546875rem;height:3.623046875rem;top:29.189453125rem;left:3.3447265625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #sD8oxdpUyty0BnUJOmJXZIbpqqEFiIkZ { display:block; }
 }@media only screen and (max-width: 763px) { #leoPqBSKcoISvwJ2atEaqOWQyy3ROw2p { width:5.8125rem;height:1.8125rem;top:5.78125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnkC6P1RS5q9HDgNmlOn70JkToNncwRy { display:block; }
 }@media only screen and (max-width: 763px) { #xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { width:6rem;height:1.8125rem;top:5.78125rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block; }
 }@media only screen and (max-width: 763px) { #u568e3HA1du1hMJKAbtTqtxT5pnFeO9T { width:3.5625rem;height:1.8125rem;top:5.78125rem;left:12.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oILIsRPG4UBKPLXTFi4XbEsQnuw8WSyO { display:block; }
 }@media only screen and (max-width: 763px) { #ak3xRcRqfpDCEQaxx09f1l54aOgsGXbx { width:4.125rem;height:1.8125rem;top:5.78125rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMi7ZCwrftfAwoXL2NFrBoeB3bnKUOzy { display:block; }
 }@media only screen and (max-width: 763px) { #IPJvHkk7QKDIATt5bb5hMVclyER8bO6H { width:20rem;height:0.9375rem;top:11.943359375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { background-color:#ffffff;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; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { background-color: transparent; background-image: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container > .video-iframe-container { display: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container { display: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .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); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { border-width: 0; border-radius: 0; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { width:20rem;height:103.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXDcdARGtMJloE4bZ10whmq4a6rpwqg7 { width:20rem;height:2.5625rem;top:1.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qF1CA3JysDcU5cpDRGHHrESofBnJbT9n { width:20rem;height:35.4375rem;top:8.1996459960938rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qOcoK6822fTr7txfZthZANgDVceT6XFf { width:20rem;height:2.375rem;top:16.223739624024rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTaxt0hdRsQVn0aOeHf7puFwf3T4HVgL { width:13.9375rem;height:3.125rem;top:21.687278747559rem;left:6.2489150166511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnpIsuZU3cw3IXhKp8Aztlz4qvo2NACX { width:13.3123125rem;height:4.6875rem;top:28.498260498047rem;left:6.3747833371163rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSbVLQzDuIbBIZwmiI6ggwmV1hH55UvJ { width:6.624625rem;height:14.0625rem;top:37.312278747559rem;left:6.4984810948375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzdHTg4H83FGdm6HTzC6ngTDQkiiKeWh { width:7.875rem;height:5.25rem;top:51.0625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuzxxNpn5irdemfrfc60RAhiU4Tlo4c1 { width:8.5rem;height:8.5rem;top:57.5625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk7Gy5KPEtvSDZvTHih5WXw95TfWs0O4 { width:20rem;height:4.6875rem;top:97.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17v9mIDpEFF5BsDD9n8zVE5if902xT8 { width:20rem;height:4.6875rem;top:83.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7ZSM8vl6eJ8HOkeXRSLizhJFh9uFDA2 { display:flex;width:3.125rem;height:3.125rem;top:69.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #OuzTr3aysMHsOsVmur1rpftIrThaaEEB { display:flex;width:3.125rem;height:3.125rem;top:74.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #yrGqgGdx5IOtyPt2ZHPRooMJBAr0PTWM { display:flex;width:3.125rem;height:3.125rem;top:89rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #spVCo5WTVL4xG3K2qhvPHlPxrUbV8d1F { display:flex;width:3.125rem;height:3.125rem;top:93.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #chUi9n2q7NGEpas1HXCoUqXFKEpBvxm0 { display:flex;width:3.125rem;height:3.125rem;top:78.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #G7Tfv2pgbQxsHewtcvQSAh0gJD1SutI3 { width:20rem;height:0.0625rem;top:67.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNEtzD9Ur3O4xf1InyDhyONPPECLTHIw { width:20rem;height:0.0625rem;top:68.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSlIais0DfOImF6FfxcR668S2dz8yTdd { display:block; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { width:20rem;height:112.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyClA4AwE25EDudN4wbPWyLSthm4qqIJ { width:9.5rem;height:9.5rem;top:20.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE2WdiXTIWhrGzxk5hKybOZTONJkqf4G { width:13.6864375rem;height:3.93645625rem;top:75.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrceFTSLNXt934c6s2tA6woaT9OLeWSO { display:block; }
 }@media only screen and (max-width: 763px) { #ITVrE7KTgLN6cSeywsZTpukLCEEgWSvW { width:20rem;height:2.5625rem;top:80.935546875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RhgzNJd1LGAHvvVqfshI8kvT0QinRO34 { width:20rem;height:14rem;top:84.748046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E { display:block; }#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E > .row .container { width:20rem;height:128.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmrUFCw9DEg8pgAe4TalMeQTuhM2TGAB { width:12.5rem;height:17.3125rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWC347TGbAdS8MFZ5UQfBiMTFw1syLNo { width:10.875rem;height:6.25rem;top:4.28125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz6eDTQlr4hiyx7HMJTSBhNq8sgSf4fn { width:12.5rem;height:17.3125rem;top:19.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEWcskmX1DJmBK2K1TLl5hW5XCmaDvca { width:12.5rem;height:17.3125rem;top:38.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TemJhF04GTaWsOUdXBZRZ5asdG8dWZMA { width:12.5rem;height:17.3125rem;top:56.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3sgRw7DRy3fmO69ZzlbMZpofx8lA9TG { display:flex;width:3.125rem;height:3.125rem;top:75.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #zq9lh0ZD968k5sHrvtIUq9HVqVfA9lbf { display:flex;width:3.125rem;height:3.125rem;top:79.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #TmTktNw5iPtyyDJDRWpOAeRKcMfOZpFN { display:flex;width:3.125rem;height:3.125rem;top:96.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #wER9kTUpT1dA3TU1565KRgcXbzetKVGz { display:flex;width:3.125rem;height:3.125rem;top:112.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #RTdlaE1RA8K25OfxxFtrEEbR1XzWuv0e { width:10.875rem;height:0;top:84.25rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5RBWXFuyi7rO7fENtKafCoMGNei4QgV { width:11.5625rem;height:0;top:100.5625rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7cUB5u2zQAxymwZefOqTmLr60vKs3tr { width:10.875rem;height:0;top:116.875rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Qf9QAPbX/bg3_hd.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.adaptive-delivery-prevent-bg, #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.lazyload, #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.lazyloading { background-image: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { background-color: transparent; background-image: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container > .video-iframe-container { display: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row > .video-iframe-container { display: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .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); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { width:20rem;height:56.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHDh6lEaz0iyUuwnDAaBL1OtNI3iQRUa { width:20rem;height:2.5625rem;top:2.2507104873658rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbyu0TMu3UBIEZlA1yhbatbbxrMqPrR7 { width:18.6239375rem;height:11.8125rem;top:18.3125rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4Ekkhr28ulc5e8QpucCGyWxmH5ZyI1y { width:12.5rem;height:1.5625rem;top:37rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #roMvyCB8cdnAlQrDtVLmzpe7c28IixTH { width:12.5rem;height:1.5625rem;top:25.5625rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhS1xV0EITbZeEOzgV8eeGaoHk4nUrlA { width:18.8743125rem;height:3.375rem;top:7.6875rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqnFa8TDctC1Z4pMPMoG1Okbdu8xIHcC { width:0.0625rem;height:15.625rem;top:39.8125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 { display:block; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 { display:flex;height:auto;width:17.5rem;top:7.4375rem;left:0rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #RgrUwaDmKUOHmJhbOWiDdQUX080dKwUD {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #TkfrKKp7wR60zvq1Ttm2514LGbU7tq4l {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #IgyrePM3foJqrUZgPQKJk4tN1amTER5a {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #y6z1qL3BaOkvzCgi3T3GI1b896UNQG54 {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #G1zhLsDdAzIqkZrVz0AhfR9dRBAnwPFD {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #zWeaD5BQIDe5eiLDI3CsPdWrB75Dw19o {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #QofT5XkNO6OJLxK8sgFN3PA7XxfTT3Gd {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #xzDaeJ6syiEw4MUqoIPrOeylD7GcEOLK {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #RXb0mMM2aWhvZF9NOPxXUA8bEyooJUHR {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #yT5AP42fG60orqwrU9txLq9AVCR6ftUQ {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #ADALwz7RwLAXTf0QRryFV1uNxxlcdU4P {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #nBgxcwwgcbIBTgBHBuBHamvPfCrrsItU {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #aN8384MRTI9nJor2IpmxsbN3ThCVDckH {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #v4ka11WmImB0bnapBBU7IQ1KQCE1p2LJ {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #ca4OlTPqdQ6hmI3NsRuq3hTQFV3N7wO0 {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #fdhdVOTzbDVogzMXIpw82GIUHPJNveQu {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #KwirTw8VQQ7wN7ew9TFUt81rSR7mIqmT {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #nli2KH0BnOWSPTv8oph0AziDP9ynenIK {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #bSeViuQ6Z182GZe5TzFDTlP7acmsT8s2 {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #aSZUU95sXOAatZBqVbh7uETiR96l0zlu {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #zfkoCiHah8exBqZU6Cx1hHI9yMJFhmod {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #WNqxiQoBSfA473aM0xxID3orkWh35ZgJ {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #C8xuU1ZnomDplQCDrcGgXUlTo8VyhGqy {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #X7xckaNXkS9Wmp2BTZAGt2ZKTVTZlqea {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #sOSkaTcPaHoBfg9mwWGiqiixoxqdM4p5 {  }
 }@media only screen and (max-width: 763px) { #bIALXdl9ggDCpq8kaT8M13ZLdHATq9wu { width:20rem;height:1.25rem;top:28.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptzo2N8tGPUewm2lCvhQgowFESX49TMz { width:20rem;height:0.0625rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #diIULM8oxqeXCKDunpksxUchvdlIJN0S { background-color:#52c1fd;background-image:url("https://images.assets-landingi.com/XHnS0fm9/bg4_hd.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S.adaptive-delivery-prevent-bg, #diIULM8oxqeXCKDunpksxUchvdlIJN0S.lazyload, #diIULM8oxqeXCKDunpksxUchvdlIJN0S.lazyloading { background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { background-color: transparent; background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .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); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Olhv6qdCwTlQyTIPRSVEVFPCQPPqf3dQ { width:20rem;height:7.6875rem;top:3rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #croxn44EmTpvqbc8kFoBhH7TmfrmaEbH { width:18.75rem;height:2.0625rem;top:9.512499809265rem;left:0.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GIcQFcxrRfehywG5X7CODRmFxdXzrWgJ { width:19.1875rem;height:3.375rem;top:12.25rem;left:0.40625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #buETIg3bLw63pftRp0FRLrH9sWhgIIBL { width:19.375rem;height:3.125rem;top:15.5625rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5625rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:3.5rem;margin-bottom:0.25rem;margin-left:3.5rem;height:4rem;font-size:1.1875rem;overflow:hidden;text-align:center;text-align-last:center; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf  { width:17.5rem;height:auto;top:20.987499237061rem;left:0rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf {display:block;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf { width:17.5rem;height:auto;top:20.987499237061rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #deJT0bWJ2c1H0EsGwziP7GTckrB8HTZN {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #u4qQAeTJ6Hum2c4uQJzzNrHuXmXTmstA { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ARyDPdzZkhS690PTDO35C681zyw9MPBa {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #uo2inS2deFaOCrL6JDh0DWfTSt4Fr3uD {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #PAs5UmLQV9ngXh1zpgusTBvvht06JDvg { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZvSgJRxt9zg6wEODusbyWHh7aqw4x8P0 {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZBAEiVd46aovCk88QmsMRsHMLbSU291p {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #TOfTcSlHlMSpAXA1Q0qbLkO68AMkfwXu {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #EHpKKTa562FmnTnCsGCmpVxbEn7dpKU4 {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #kCxdwSSHHuoHkO8i3ENgKtHcnEsgxQHg {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #zdODcrxr2990ZwkmeMieB5zbTTV0pC1H {  }
 }