.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:239,239,255;--color-primary-1:225,194,250;--color-primary-2:199,204,227;--color-primary-3:111,92,255;--color-primary-4:35,27,65;--color-secondary-0:251,227,255;--color-secondary-1:243,194,250;--color-secondary-2:220,138,232;--color-secondary-3:132,83,139;--color-secondary-4:44,28,46;--color-tertiary-0:255,255,255;--color-tertiary-1:111,92,255;--color-tertiary-2:144,136,209;--color-tertiary-3:43,46,90;--color-tertiary-4:0,0,0;--headlines-font-family:"Clash Display Medium";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-size:cover !important;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); }#mF3tG2EA6O6e9UvmuyB7T7eiQURToF8T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#mF3tG2EA6O6e9UvmuyB7T7eiQURToF8T > .row .container { background-color: transparent; background-image: none; }#mF3tG2EA6O6e9UvmuyB7T7eiQURToF8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF3tG2EA6O6e9UvmuyB7T7eiQURToF8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF3tG2EA6O6e9UvmuyB7T7eiQURToF8T > .row .container > .video-iframe-container { display: none; }#mF3tG2EA6O6e9UvmuyB7T7eiQURToF8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mF3tG2EA6O6e9UvmuyB7T7eiQURToF8T > .row > .video-iframe-container { display: none; }#mF3tG2EA6O6e9UvmuyB7T7eiQURToF8T > .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); }#mF3tG2EA6O6e9UvmuyB7T7eiQURToF8T > .row .container { border-width: 0; border-radius: 0; }#mF3tG2EA6O6e9UvmuyB7T7eiQURToF8T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mF3tG2EA6O6e9UvmuyB7T7eiQURToF8T > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#eqExrgNx2lnGD5HBQ09iNsg7iJJ0BuiT { background-color:rgba(var(--color-tertiary-4),0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#fff4e6;padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:65.3125rem;display:block; }#eqExrgNx2lnGD5HBQ09iNsg7iJJ0BuiT.adaptive-delivery-prevent-bg, #eqExrgNx2lnGD5HBQ09iNsg7iJJ0BuiT.lazyload, #eqExrgNx2lnGD5HBQ09iNsg7iJJ0BuiT.lazyloading { background-image: none; }
#qI8NpO6QZT0E7Rdt9hK64TsszbZksPaV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C59EFEyVyecJSk0Jrz4t2exqGgltSTCS { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#FhF3rsfXBMkBnawGy5s3s2dcxxTymQPU { color:#fff4e6;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;display:block; }
#Sp6PsclqTzTIpTRnMhrz6TaC1wmWp8lp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Sp6PsclqTzTIpTRnMhrz6TaC1wmWp8lp > .row .container { background-color: transparent; background-image: none; }#Sp6PsclqTzTIpTRnMhrz6TaC1wmWp8lp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sp6PsclqTzTIpTRnMhrz6TaC1wmWp8lp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sp6PsclqTzTIpTRnMhrz6TaC1wmWp8lp > .row .container > .video-iframe-container { display: none; }#Sp6PsclqTzTIpTRnMhrz6TaC1wmWp8lp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sp6PsclqTzTIpTRnMhrz6TaC1wmWp8lp > .row > .video-iframe-container { display: none; }#Sp6PsclqTzTIpTRnMhrz6TaC1wmWp8lp > .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); }#Sp6PsclqTzTIpTRnMhrz6TaC1wmWp8lp > .row .container { border-width: 0; border-radius: 0; }#Sp6PsclqTzTIpTRnMhrz6TaC1wmWp8lp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sp6PsclqTzTIpTRnMhrz6TaC1wmWp8lp > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#td1XbtyndoloQrSzeSimkQPTBTq85zv3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#td1XbtyndoloQrSzeSimkQPTBTq85zv3 > .row .container { background-color: transparent; background-image: none; }#td1XbtyndoloQrSzeSimkQPTBTq85zv3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#td1XbtyndoloQrSzeSimkQPTBTq85zv3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#td1XbtyndoloQrSzeSimkQPTBTq85zv3 > .row .container > .video-iframe-container { display: none; }#td1XbtyndoloQrSzeSimkQPTBTq85zv3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#td1XbtyndoloQrSzeSimkQPTBTq85zv3 > .row > .video-iframe-container { display: none; }#td1XbtyndoloQrSzeSimkQPTBTq85zv3 > .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); }#td1XbtyndoloQrSzeSimkQPTBTq85zv3 > .row .container { border-width: 0; border-radius: 0; }#td1XbtyndoloQrSzeSimkQPTBTq85zv3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#td1XbtyndoloQrSzeSimkQPTBTq85zv3 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#hQy0xWHSZlaxNz5yZWcsJufu3lotgJCK { background-color:rgba(var(--color-tertiary-4),0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#fff4e6;padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:65.3125rem;display:block; }#hQy0xWHSZlaxNz5yZWcsJufu3lotgJCK.adaptive-delivery-prevent-bg, #hQy0xWHSZlaxNz5yZWcsJufu3lotgJCK.lazyload, #hQy0xWHSZlaxNz5yZWcsJufu3lotgJCK.lazyloading { background-image: none; }
#KeNwim6BO5vIrVD2fq4PxerDmuSUvzGT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nEwFpTKaVW5CQKhiE4mJ56oxCcwohgdN { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#vgE0StDhe3FDvAFeblbbU2aDfSdhTOhW { color:#fff4e6;display:block;width:36.4375rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;display:block; }
#vCQIei3tubS5oJlBd5FH7UCARM0INDoW { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { background-color: transparent; background-image: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .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); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { border-width: 0; border-radius: 0; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;overflow:visible;position:relative;display:block; }#fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { color:rgba(var(--color-primary-4),1);display:block;width:34.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:10.8125rem;left:0rem;height:12.785125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DKGvrWcQLebFZ48nAgHbh4ZenLokDskM { position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:8.6875rem;width:8.6875rem;top:7.9375rem;left:65rem;display:block; }
#fhuDv3k07hkZvqhnTFLEyqgraiQWnf7g { color:rgba(var(--color-secondary-1),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15076;line-height:1.2;letter-spacing:0;top:10.78125rem;left:65.25rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { background-color:rgba(var(--color-primary-3),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:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.875rem;left:0rem;display:block; }
#cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { color:rgba(var(--color-primary-4),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15063;line-height:1.7;letter-spacing:0;top:25.5rem;left:0rem;height:3.3984375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hrr0JtaP5Pft3Hl0AqdoivOfK5mwQ328 { color:rgba(var(--color-secondary-1),1);display:block;width:3.625rem;position:absolute;font-family:"clash display";font-size:1.5625rem;font-weight:400;z-index:15077;line-height:1.2;letter-spacing:0;top:13.53125rem;left:67.53125rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9 { box-sizing:content-box;height:34.375rem;width:25rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9d530a21-aa47-4404-ae91-33be179627cf/group_79.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:6.5625rem;left:42.625rem;border-top-right-radius:56.25rem;border-bottom-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-top-left-radius:56.25rem;display:block; }#rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9.adaptive-delivery-prevent-bg, #rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9.lazyload, #rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9.lazyloading { background-image: none; }
#nVvfPB2DMPATpSQNQDu3zMZTf8sKGX1v { background-color:rgba(var(--color-tertiary-0),0.5);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:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.875rem;left:14.375rem;display:block; }
#yJNqAmAgJeS7zahi2OwRiuUosL2oyaT7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gZ0OrUuXrNeQJKkW4Rn7WtOv3FKZTIDI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.875rem;left:44.625rem;display:block; }
#IwblG4P0u2nzH7M3TmAPkzdtq6SKDfid { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r9KrRV0GoWH3l14Q7736y3hL3g6nkJ24 { position:absolute;display:block;z-index:15084;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:30.0625rem;width:24.125rem;top:13.78125rem;left:30.8125rem;overflow:hidden;display:block; }
#Q3CywA1SX8FvMaOCOOag16zX6MpWyn41 { position:absolute;display:block;z-index:15081;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.4375rem;width:19.375rem;top:24.9091796875rem;left:53.3125rem;overflow:hidden;display:block; }
#ApbMwalEQerwhTN52b3WLIGi05FF6nBu { position:absolute;display:block;z-index:15082;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:33.25rem;width:15.25rem;top:10.1591796875rem;left:45.75rem;overflow:hidden;display:block; }
#ZrDbGefN28km1nXveTJkWT7653bqhvTz { color:rgba(var(--color-tertiary-3),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.4375rem;left:2.5625rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#il5201UQG0zA6XMBe2tubiMghWsTzV5I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:2.1875rem;left:0rem; }
#ZUWGVhiRyALet6tiVEyAVJDxoLFPIt3H { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:"clash display";font-size:1.125rem;font-weight:400;z-index:15078;line-height:1.2;letter-spacing:0;top:9.3125rem;left:66.28125rem;height:1.3496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GW6Mx4L0tqGP8R7JOK1Dphkc2ShdbdnB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.875rem;left:53rem;display:block; }
#Rq3ii8u2iUh9VT8UO4Bvf1tJ7QRTCrVz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VOxdSZOha9OVkD3cg59BPg6m4hxqhfs7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.875rem;left:60.9375rem;display:block; }
#GfbgfzoZ2VcugpLJ4t81EeO9M1l9VU6I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BqUCmaXvNqcpmUqBCL840DTnObt3d2M2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.875rem;left:68.5625rem;display:block; }
#CPCZA64GesIete7AP849Gpw1qB2HNX8Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af668782-e9b8-4437-ad03-8e9724ebd4fe/MARKETING_1920x1080_4.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.adaptive-delivery-prevent-bg, #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.lazyload, #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.lazyloading { background-image: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { background-color: transparent; background-image: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container > .video-iframe-container { display: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container { display: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .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); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { border-width: 0; border-radius: 0; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#M0Eo1hpbMOlAZTZg7z63u5AWTflphRxk { color:rgba(var(--color-primary-4),1);display:block;width:44.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:6.90625rem;left:15.3125rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M9K9lsWCXyTKfwLKaNinzMlVQtoRSxBO { color:rgba(var(--color-tertiary-1),1);display:block;width:34.4375rem;position:absolute;font-family:"clash display";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.25rem;left:20.28125rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lisoTfbbJmGZNArooS07telmMUrOB9W7 { color:rgba(var(--color-primary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:11.45703125rem;left:18.125rem;height:3.3984375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af668782-e9b8-4437-ad03-8e9724ebd4fe/MARKETING_1920x1080_4.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx.adaptive-delivery-prevent-bg, #ywlfPSDCiMnPvcBRMwch37LRi8eIafmx.lazyload, #ywlfPSDCiMnPvcBRMwch37LRi8eIafmx.lazyloading { background-image: none; }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx > .row .container { background-color: transparent; background-image: none; }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx > .row .container > .video-iframe-container { display: none; }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx > .row > .video-iframe-container { display: none; }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx > .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); }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx > .row .container { border-width: 0; border-radius: 0; }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#qPc002pQguCiXVIEcuZm6mFoZeTVOn7N { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:21.25rem;width:21.25rem;top:0rem;left:3.8125rem;display:block; }
#aBzf66osiTWQmhFRv0GkEUG1iOgefx41 { color:rgba(var(--color-tertiary-1),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:1.75rem;left:11.5625rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ek7UphI84kMwfM0RWXly8dWM1cPDuDu1 { color:rgba(var(--color-primary-4),1);display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:5.8125rem;left:8.4375rem;height:3.0234375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xb0JsK6fgeZcn55G5QcIsa2bUQWOlzkh { position:absolute;display:block;z-index:15021;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:12.4375rem;width:15.9375rem;top:9.75rem;left:6.5rem;overflow:hidden;display:block; }
#xzKLcVdAexft2ZrQsXBaSGn0iIKXODkk { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:7rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:13.625rem;left:11.5625rem;height:7.69925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XbocA7ECPuprJLEJvvi1TJeTaPzekk9m { background-color:rgba(var(--color-primary-3),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:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.5rem;left:9.5rem;display:block; }
#MLFc7XSLxizLzhBLXRs2hawcLiimUp2F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gKqlWFHoVxZPy3vRmR6sttbgbPl8a35G { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:21.25rem;width:21.25rem;top:0rem;left:26.875rem;display:block; }
#r6XzI5x4vxqSkon6zgic0Goer2oZVVDr { position:absolute;display:block;z-index:15027;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:12.4375rem;width:15.9375rem;top:9.75rem;left:29.5625rem;overflow:hidden;display:block; }
#eoFuyXdV9ToxB0qWxPx9g4n8FGAatAOt { color:rgba(var(--color-primary-4),1);display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:5.8125rem;left:31.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#buTDwvxB8tqEOa0Fo8ixsOC07gghshHc { color:rgba(var(--color-tertiary-1),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:1.75rem;left:34.625rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i76WsZqfafSwWITU4SkRV2m02CO5sFLO { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:7rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:13.625rem;left:34.625rem;height:7.69925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d8aDFz2SFp91V60n1ANWqwpumc86xwtL { background-color:rgba(var(--color-primary-3),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:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:22.5rem;left:32.5625rem;display:block; }
#KcmQCzeaIkGm8811VJtRaOEg1qSc72mF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r8pCAckuOT5cDWtZ9cdhtzJEA4TCR48t { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:21.25rem;width:21.25rem;top:0rem;left:50rem;display:block; }
#P38FxT4XTP0xNvmlqgNAMMxVTAWuTfTr { position:absolute;display:block;z-index:15033;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:12.4375rem;width:15.9375rem;top:9.75rem;left:52.6875rem;overflow:hidden;display:block; }
#tIT5aEd4d9UVE0Otqd7qHJ8yzceu3ppl { color:rgba(var(--color-primary-4),1);display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:5.8125rem;left:54.625rem;height:3.1621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uws35RnC9WwqizDFMRIuKcBVBC86OX4A { color:rgba(var(--color-tertiary-1),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:1.75rem;left:57.75rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKXMiCeTiHWEtGkKF2XtGSznRi1q7oHS { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:7rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:13.625rem;left:57.75rem;height:7.69925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#go6a8ldeoLKihyCSkVNBWUhKisBrTOQG { background-color:rgba(var(--color-primary-3),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:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:22.5rem;left:55.6875rem;display:block; }
#ecCEVToOTfm1zUiG05LOKgHLEadvfWKG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .row .container { background-color: transparent; background-image: none; }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .row .container > .video-iframe-container { display: none; }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .row > .video-iframe-container { display: none; }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .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); }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .row .container { border-width: 0; border-radius: 0; }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#cV5JcXroSM3l8tfRsSb8yZFQ53JnKbrD { color:rgba(var(--color-primary-4),1);display:block;width:34.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:6.5830078125rem;left:20.28125rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i6MX7Ce7eaEeM9b1KOFpkebtwCFOTofa { color:rgba(var(--color-tertiary-1),1);display:block;width:34.4375rem;position:absolute;font-family:"clash display";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.25rem;left:20.28125rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));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; }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .row .container { background-color: transparent; background-image: none; }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .row .container > .video-iframe-container { display: none; }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .row > .video-iframe-container { display: none; }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .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); }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .row .container { border-width: 0; border-radius: 0; }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#TJqBr5E3ROibf73TOmmO8JpphvvpPs3e { box-sizing:content-box;height:25.1875rem;width:32.5rem;position:absolute;display:block;z-index:15079;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ae5d1a5b-f59b-4d5d-ba3e-0accbbecd41a/11.crop_1459x877_0,95.preview.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.5625rem;left:4.375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#TJqBr5E3ROibf73TOmmO8JpphvvpPs3e.adaptive-delivery-prevent-bg, #TJqBr5E3ROibf73TOmmO8JpphvvpPs3e.lazyload, #TJqBr5E3ROibf73TOmmO8JpphvvpPs3e.lazyloading { background-image: none; }
#EfP3EA2l3LTE3ZIkc6KB5ZCpIPhHTMgi { box-sizing:content-box;height:13.4375rem;width:32.5rem;position:absolute;display:block;z-index:15080;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),0.65), rgba(var(--color-primary-3),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),0.65), rgba(var(--color-primary-3),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),0.65), rgba(var(--color-primary-3),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),0.65), rgba(var(--color-primary-3),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.65)', endColorstr='rgba(var(--color-primary-3),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.65)', endColorstr='rgba(var(--color-primary-3),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),0.65), rgba(var(--color-primary-3),0));background-size:cover !important;top:0.5625rem;left:4.375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#fJtIMMRfTpZ42x7fwVf0adWRQRghiI4t { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:"clash display";font-size:5rem;font-weight:400;z-index:15083;line-height:1.1;letter-spacing:0;top:3.1875rem;left:6.25rem;height:5.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FlR5ORFlipXOUZ0kQLIGxxO5Slqg1mpk { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:"clash display";font-size:1.25rem;font-weight:400;z-index:15084;line-height:1.4;letter-spacing:0;top:4.1875rem;left:22.8125rem;height:3.5rem;font-style:normal;display:block; }
#XGMHUu4wG9RqOny7De0SNine77JLnqCA { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:27.25rem;left:6.375rem; }
#Kpf3HtxQoPEDQn5qTMGsvLbcC4xZDqPk { box-sizing:content-box;height:25.1875rem;width:32.5rem;position:absolute;display:block;z-index:15081;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/96e24915-def6-437a-b198-b59f041fd21a/13.crop_975x1125_0,0.preview.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.5625rem;left:38.0625rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#Kpf3HtxQoPEDQn5qTMGsvLbcC4xZDqPk.adaptive-delivery-prevent-bg, #Kpf3HtxQoPEDQn5qTMGsvLbcC4xZDqPk.lazyload, #Kpf3HtxQoPEDQn5qTMGsvLbcC4xZDqPk.lazyloading { background-image: none; }
#KzZ5iJztwSLNgDm7Rvr9FrQ8gw0Q3oor { box-sizing:content-box;height:13.4375rem;width:32.5625rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa064, rgba(var(--color-primary-3),0));background-image: -moz-linear-gradient(180deg, #ffa064, rgba(var(--color-primary-3),0));background-image: -ms-linear-gradient(180deg, #ffa064, rgba(var(--color-primary-3),0));background-image: -o-linear-gradient(180deg, #ffa064, rgba(var(--color-primary-3),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa064', endColorstr='rgba(var(--color-primary-3),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa064', endColorstr='rgba(var(--color-primary-3),0)' );";background-image: linear-gradient(180deg, #ffa064, rgba(var(--color-primary-3),0));background-size:cover !important;top:0.5625rem;left:38.0625rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#wML6ha1JzWfPeixgl1voctp5NsB1G5Ac { color:rgba(var(--color-primary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:30.625rem;left:6.3125rem;height:5.09765625rem;font-style:normal;display:block; }
#U6gT43HArpINgHil4NzbTSdrMs15FeQp { color:rgba(var(--color-tertiary-0),1);display:block;width:22rem;position:absolute;font-family:"clash display";font-size:5rem;font-weight:400;z-index:15082;line-height:1.1;letter-spacing:0;top:3.1875rem;left:39.9375rem;height:5.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wARVTyqXyaIyzakTdbm3m0AOlWWUV6Eq { color:rgba(var(--color-primary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15052;line-height:1.7;letter-spacing:0;top:30.625rem;left:39.9375rem;height:5.09765625rem;font-style:normal;display:block; }
#lQ3C5XUUN9KQZhE3OsJh3clCTdBKQDPv { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:27.25rem;left:40.0625rem; }
#Roba70zgHsZ1uRWsK92FL3hBKUiVxahd { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:"clash display";font-size:1.25rem;font-weight:400;z-index:15085;line-height:1.4;letter-spacing:0;top:4.1875rem;left:54.9375rem;height:3.5rem;font-style:normal;display:block; }
#IUGwsINJkwPnGVQ5KNWxD5XanxiTFnhI { color:rgba(var(--color-tertiary-1),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:37rem;left:14.5rem;height:1.9121125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UWpaFGraw4ZPBckMJbzqMKNauRTfciM5 { color:rgba(var(--color-tertiary-1),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:37rem;left:48.125rem;height:1.9121125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/07ed25df-495f-477d-aafb-7e5fc98cc81b/MARKETING_1920x1080_3.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu.adaptive-delivery-prevent-bg, #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu.lazyload, #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu.lazyloading { background-image: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { background-color: transparent; background-image: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),1); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container > .video-iframe-container { display: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),1); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container { display: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .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); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { border-width: 0; border-radius: 0; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#IeZvyENN0KuGvoMaa5PAV78y0nLfzCrv { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:431.25rem;border-top-right-radius:431.25rem;border-bottom-left-radius:431.25rem;border-bottom-right-radius:431.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.3125rem;left:30.625rem;display:block; }
#Bul5cAUA94sEQvUOXaT4QvHDn8za32wH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pQ3MInJbOZkgD1FpkCA2KAdeynGiX7Ru { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:13rem;width:13rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0rem;left:62rem; }
#mT3Uh8LO02Sr478mg1GJckksWba7rukW { color:rgba(var(--color-secondary-2),1);display:block;width:49.8125rem;position:absolute;font-family:"clash display";font-size:2rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:7.0625rem;left:11.9375rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qDR8e1GPh6sdvpDh1Ph6wLvhlDciRFhn { color:rgba(var(--color-tertiary-1),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15008;line-height:.9;letter-spacing:0;top:21.875rem;left:13.0625rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aCTHufuTrdipEJmIQ4Q5mvL7xIA9DETJ { color:rgba(var(--color-tertiary-2),1);display:block;width:34.4375rem;position:absolute;font-family:"clash display";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:3.53125rem;left:20.28125rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VzR06sf9b6BNsrCFt2T88GnTfU6heaEJ { position:absolute;display:block;z-index:15000;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:7rem;width:7rem;top:20.125rem;left:13.875rem;display:block; }
#HA8iVdDZaJ3STo4DZwVcQdMw2X3xpTAb { color:rgba(var(--color-secondary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:3.55078125rem;left:64.4375rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-1),1);padding-top:0.57rem;padding-right:0.5175rem;padding-bottom:0.57rem;padding-left:0.5175rem;display:block;align-items:center;width:3.1025rem;min-width:3.1025rem;height:3.0625rem;position:relative;font-family:"clash display";font-size:2.280625rem;font-weight:400;line-height:49px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.35625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.138125rem;height:1.209375rem;position:relative;font-family:"open sans";font-size:0.855rem;font-weight:400;line-height:19.35px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:21.4375rem;height:5.8125rem;padding-top:0.7125rem;padding-right:0.739375rem;padding-bottom:0.7125rem;padding-left:0.739375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:17.4111328125rem;left:26.0400390625rem;z-index:15083; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #iKobrHg7oLuBLBrXoO3OWJqF3MSqmU91 { display:flex;position:relative;top:0rem;left:0rem; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #xpSbeAt9hptLTlibWRAUO4NJSm8OTnPg { width:auto; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #MotApCBlK6pqR7g9bruZIFqNbq6huo2A {  }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #ZvzWXtpBTSlTB17QdIwEUoIrI2UdKZPA { display:flex;position:relative;top:0rem;left:0rem; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #TdXsXSAOlAwnOEWBpeE3JWOITza5O3yc {  }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #wlmFGiKTXcPCVATKniq3Blmhl6y6L9Bh {  }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #PPdb80qZx6TLggAwdFte0gVixWgDMPdS { display:flex;position:relative;top:0rem;left:0rem; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #dD2DLGLqo4scFfAcwqHcQB6lDDvIuPxR {  }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #N6moxD8HW4DM6SvCXdcgQvhpilCIkZ5L {  }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #NnhfcGdloXUMcCH3RpBq2bLOdpNwJg2f { display:flex;position:relative;top:0rem;left:0rem; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #OA5PsGTidIvAKuTO9iBTi5zJN6T9NmIt {  }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #avzJzTlRUcCu6aGB5xcJMRgQil6qah1t {  }
#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-1),1));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; }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row .container { background-color: transparent; background-image: none; }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row .container > .video-iframe-container { display: none; }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row > .video-iframe-container { display: none; }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .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); }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row .container { border-width: 0; border-radius: 0; }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row .container { font-size:0.875rem;font-family:arial;height:60.3125rem;width:75rem;position:relative;display:block; }#pq3TGJ4tlittTTlPTkCIcKzCqkn8dhqQ { box-sizing:content-box;height:23.4375rem;width:26.5rem;position:absolute;display:block;z-index:15081;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4917edec-97a3-48a0-b1d8-0f23ca4422ef/9.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.625rem;left:44.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }#pq3TGJ4tlittTTlPTkCIcKzCqkn8dhqQ.adaptive-delivery-prevent-bg, #pq3TGJ4tlittTTlPTkCIcKzCqkn8dhqQ.lazyload, #pq3TGJ4tlittTTlPTkCIcKzCqkn8dhqQ.lazyloading { background-image: none; }
#DDovh7xbfQKOJugdaxqQCNTl0AmxGMFL { box-sizing:content-box;height:21.6875rem;width:42.125rem;position:absolute;display:block;z-index:15082;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4fe6bc6b-7a05-407e-8160-0f49267adb89/10.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.1728515625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:56.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:56.25rem;display:block; }#DDovh7xbfQKOJugdaxqQCNTl0AmxGMFL.adaptive-delivery-prevent-bg, #DDovh7xbfQKOJugdaxqQCNTl0AmxGMFL.lazyload, #DDovh7xbfQKOJugdaxqQCNTl0AmxGMFL.lazyloading { background-image: none; }
#bMOpfv6BVaGmCfSUvSFOyu13a4Cfs1xt { color:#211747;display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15050;line-height:1.7;letter-spacing:0;top:9.7265625rem;left:0rem;height:3.3984375rem;font-style:normal;display:block; }
#kFeAohQdhvMBka7LvdKHL3tktWfTr9iu { box-sizing:content-box;height:18.875rem;width:19.8125rem;position:absolute;display:block;z-index:15082;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d926bf21-e5a4-4347-abb3-ce23feb3da33/6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:38.171875rem;left:22.375rem;border-top-left-radius:56.25rem;border-top-right-radius:0rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:0rem;display:block; }#kFeAohQdhvMBka7LvdKHL3tktWfTr9iu.adaptive-delivery-prevent-bg, #kFeAohQdhvMBka7LvdKHL3tktWfTr9iu.lazyload, #kFeAohQdhvMBka7LvdKHL3tktWfTr9iu.lazyloading { background-image: none; }
#xzKITR431yu3Dr72ecdC8oR4OTuSe0Z8 { color:#211747;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:39.9619140625rem;left:2.125rem;height:11.8945rem;font-style:normal;display:block; }
#MRcBfkabCq9gGVvXkLNNxgdxzo7pXJ89 { color:rgba(var(--color-tertiary-3),1);display:block;width:34.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.625rem;left:0rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vPBCTU7lOAIxx2qEP1y95GxA9hLa4nGa { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15052;line-height:1.7;letter-spacing:0;top:30.4375rem;left:47.5625rem;height:10.1953125rem;font-style:normal;display:block; }
#EZffMlvJKTsbB3NZqTf4iGPZ5O5RV4hn { box-sizing:content-box;height:25.9375rem;width:29.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;top:24.92578125rem;left:44.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:8.75rem;display:block; }
#Lv4Mv0mRkaHBeLysuoRZddMG1A5oyERA { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:46.6875rem;left:47.375rem; }
#pu85NVqwOcyGJSAegCIWS0oPcBZFnswT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:46.6875rem;left:50.875rem; }
#fpFVmcoEhn2DefCD8nz6x1ly1D5a2pZc { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:46.6875rem;left:54.5625rem; }
#ewnS0ycy7V8vMPtePWB9VEirGRLkc68I { color:rgba(var(--color-tertiary-0),0.5);display:block;width:21.5rem;position:absolute;font-family:"clash display";font-size:1rem;font-weight:400;z-index:15053;line-height:1.7;letter-spacing:0;top:44.3125rem;left:47.5625rem;height:1.69921875rem;font-style:normal;display:block; }
#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row .container { background-color: transparent; background-image: none; }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row .container > .video-iframe-container { display: none; }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row > .video-iframe-container { display: none; }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .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); }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row .container { border-width: 0; border-radius: 0; }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#MTUKTDhmbIb56XgqrIirHZD1i4ah6S6Q { color:rgba(var(--color-primary-4),1);display:block;width:34.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:6.5830078125rem;left:20.28125rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JXCHc33MegDHzDVK9FdPDDUoLx7zBF71 { color:rgba(var(--color-tertiary-1),1);display:block;width:34.4375rem;position:absolute;font-family:"clash display";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.25rem;left:20.28125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#upDva3dk12bZMTS4koAgCaeK4CrbQsOl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));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; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { background-color: transparent; background-image: none; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container > .video-iframe-container { display: none; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row > .video-iframe-container { display: none; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .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); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { border-width: 0; border-radius: 0; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-3),1); }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.5rem;font-family:var(--headlines-font-family);font-style:normal;color:rgba(var(--color-primary-4),1);height:auto; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .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-primary-4),1);height:auto;line-height:1.7;overflow:hidden; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .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_ccd83dad46878dae0eb598de2db2deeab3ddf021.svg");background-size:contain !important; }#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger.adaptive-delivery-prevent-bg, #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger.lazyload, #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger.lazyloading { background-image: none; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15044;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:1.75rem;left:15.21875rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #nJPCzPNOiswnhyeN6Ju1V0BBcrNxqONw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #VtsnTiLwXSOd9MB29snhXNvwEQigu2fQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #yM83RybR352786OZ71J5MWMaJ575TkoL { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WqpuE5Pe7AsEVVWyQVhIcn3GUAHxvcTg {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #H6cNzvqm6av0D9cg09TacmxJWGuMFM45 {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #vliptOC8DusEqGuECGCQnZAN3lLFBZSz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #AokqXpaLMSoMBWOmRfMgJ7ey3Zbqs1Tw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #eIZSPJuAi2SLqRWT9SQIliks3ZSr1a2K { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #R3DENJTCuRDZFa3AG6K54tVbpHXdX64G {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #JhBpUs2cP864l3dGudzKHduOd4TCsfqB { display:none; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #GzEakBPv4EATT7tGAo79173G9X4lquTM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Cb4iEE2fndMzOtJ7m7md0vTe6MG867PP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #E2vz34N6FbNFmIneW3wIxGNuMScEhSyu { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #dAwE8DS2NTz4Xb5iyh5tCMcvdMVQTQMC {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Lg1SpahgZUmgRX77KEZEnx8eaQSt2V1T { display:none; }
#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0d8bfdbd-4e52-483e-ac57-bf0f218547ca/bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF.adaptive-delivery-prevent-bg, #mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF.lazyload, #mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF.lazyloading { background-image: none; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row .container { background-color: transparent; background-image: none; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.2); }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row .container > .video-iframe-container { display: none; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.2); }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row > .video-iframe-container { display: none; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .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); }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row .container { border-width: 0; border-radius: 0; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:75rem;position:relative;display:block; }#gN6RE30GB9CqBCTzA5GEzcG1uAWmBwlu { color:rgba(var(--color-primary-4),1);display:block;width:42.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:6.6455078125rem;left:16.15625rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ks7SMsof1zZyk8km6sbEJO2R5zRsdBlk { color:rgba(var(--color-tertiary-1),1);display:block;width:34.4375rem;position:absolute;font-family:"clash display";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:3.75rem;left:20.28125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-form-header {  }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-primary-4),1);width:21.1875rem;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;text-align:center;text-align-last:center; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.1875rem;box-sizing:border-box;height:2.6875rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .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:21.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .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; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-input-button { border-top-left-radius:300rem;border-top-right-radius:300rem;border-bottom-left-radius:300rem;border-bottom-right-radius:300rem;background-color:rgba(var(--color-tertiary-1),1);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:5rem;margin-bottom:0.25rem;margin-left:5.3125rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:10.5625rem;height:3.375rem;font-family:var(--headlines-font-family);overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.8125rem;overflow:hidden;font-style:normal; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .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; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-container:first-of-type{padding-top:0;}#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-container:last-of-type{padding-bottom:0;}#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.1875rem;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:14.9375rem;left:25.65625rem; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.1875rem; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 {display:block;}#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.1875rem;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:14.9375rem;left:25.65625rem; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 #dOJEFHJG2VCUtmzc8fk5X3KCLfAyRO7K { position:relative; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 #DJgHNCWKSeCh6dO6LMxrdeSRE7oz262t { position:relative;display:block; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 #duyBBfCpsHZB0DvSqs6WVEfTewAFtWCz { position:relative; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 #yJZGfPnT6mwcM2adyGPELkFr9yNmVo3A { position:relative; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 #byw6NbIsL6GbXTi0XE1zvTVtTdK1ogwy { position:relative; }
#WsDZOyeSxtZZPOVqM5n8V963ND36BM2V { color:rgba(var(--color-primary-4),1);display:block;width:26rem;position:absolute;font-family:"clash display";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:11rem;left:24.5rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { background-color: transparent; background-image: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .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); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { border-width: 0; border-radius: 0; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { color:rgba(var(--color-primary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:52.5rem;height:1.48730625rem;text-align:right;text-align-last:right;display:block; }
#b4PUA0ZzCTbEMJRsGpJBVrPwCK36lqlk { color:rgba(var(--color-tertiary-3),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:3.0625rem;left:2.5625rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#N4fxZlrsCDTlQm9yl47xT13Ahm7BNhkm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:2.8125rem;left:0rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mF3tG2EA6O6e9UvmuyB7T7eiQURToF8T { display:block; }#mF3tG2EA6O6e9UvmuyB7T7eiQURToF8T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqExrgNx2lnGD5HBQ09iNsg7iJJ0BuiT { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI8NpO6QZT0E7Rdt9hK64TsszbZksPaV { display:block; }
 }@media only screen and (max-width: 763px) { #C59EFEyVyecJSk0Jrz4t2exqGgltSTCS { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhF3rsfXBMkBnawGy5s3s2dcxxTymQPU { top:3.5625rem;left:0rem;width:31.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp6PsclqTzTIpTRnMhrz6TaC1wmWp8lp { display:block; }#Sp6PsclqTzTIpTRnMhrz6TaC1wmWp8lp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #td1XbtyndoloQrSzeSimkQPTBTq85zv3 { display:block; }#td1XbtyndoloQrSzeSimkQPTBTq85zv3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQy0xWHSZlaxNz5yZWcsJufu3lotgJCK { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeNwim6BO5vIrVD2fq4PxerDmuSUvzGT { display:block; }
 }@media only screen and (max-width: 763px) { #nEwFpTKaVW5CQKhiE4mJ56oxCcwohgdN { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgE0StDhe3FDvAFeblbbU2aDfSdhTOhW { top:3.5625rem;left:0rem;width:36.4375rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { top:10.8125rem;left:0rem;width:34.3125rem;height:12.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKGvrWcQLebFZ48nAgHbh4ZenLokDskM { width:8.6875rem;height:8.6875rem;top:7.9375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhuDv3k07hkZvqhnTFLEyqgraiQWnf7g { top:10.75rem;left:39.25rem;width:8.5rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block; }
 }@media only screen and (max-width: 763px) { #Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrr0JtaP5Pft3Hl0AqdoivOfK5mwQ328 { top:13.5rem;left:44.125rem;width:3.625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9 { width:25rem;height:34.375rem;top:6.5625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVvfPB2DMPATpSQNQDu3zMZTf8sKGX1v { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJNqAmAgJeS7zahi2OwRiuUosL2oyaT7 { display:block; }
 }@media only screen and (max-width: 763px) { #gZ0OrUuXrNeQJKkW4Rn7WtOv3FKZTIDI { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwblG4P0u2nzH7M3TmAPkzdtq6SKDfid { display:block; }
 }@media only screen and (max-width: 763px) { #r9KrRV0GoWH3l14Q7736y3hL3g6nkJ24 { width:24.125rem;height:30.0625rem;top:13.75rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3CywA1SX8FvMaOCOOag16zX6MpWyn41 { width:19.375rem;height:18.4375rem;top:24.875rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApbMwalEQerwhTN52b3WLIGi05FF6nBu { width:15.25rem;height:33.25rem;top:10.125rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrDbGefN28km1nXveTJkWT7653bqhvTz { top:2.4375rem;left:0rem;width:8.375rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #il5201UQG0zA6XMBe2tubiMghWsTzV5I { width:1.875rem;height:1.875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUWGVhiRyALet6tiVEyAVJDxoLFPIt3H { top:9.3125rem;left:41.625rem;width:6.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW6Mx4L0tqGP8R7JOK1Dphkc2ShdbdnB { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq3ii8u2iUh9VT8UO4Bvf1tJ7QRTCrVz { display:block; }
 }@media only screen and (max-width: 763px) { #VOxdSZOha9OVkD3cg59BPg6m4hxqhfs7 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfbgfzoZ2VcugpLJ4t81EeO9M1l9VU6I { display:block; }
 }@media only screen and (max-width: 763px) { #BqUCmaXvNqcpmUqBCL840DTnObt3d2M2 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPCZA64GesIete7AP849Gpw1qB2HNX8Q { display:block; }
 }@media only screen and (max-width: 763px) { #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0Eo1hpbMOlAZTZg7z63u5AWTflphRxk { top:6.875rem;left:1.6875rem;width:44.375rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9K9lsWCXyTKfwLKaNinzMlVQtoRSxBO { top:4.25rem;left:6.65625rem;width:34.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lisoTfbbJmGZNArooS07telmMUrOB9W7 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywlfPSDCiMnPvcBRMwch37LRi8eIafmx { display:block; }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPc002pQguCiXVIEcuZm6mFoZeTVOn7N { width:21.25rem;height:21.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBzf66osiTWQmhFRv0GkEUG1iOgefx41 { top:1.75rem;left:0rem;width:5.75rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek7UphI84kMwfM0RWXly8dWM1cPDuDu1 { top:5.8125rem;left:0rem;width:12rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb0JsK6fgeZcn55G5QcIsa2bUQWOlzkh { width:15.9375rem;height:12.4375rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzKLcVdAexft2ZrQsXBaSGn0iIKXODkk { top:13.625rem;left:0rem;width:5.75rem;height:7.6875rem;font-size:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbocA7ECPuprJLEJvvi1TJeTaPzekk9m { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLFc7XSLxizLzhBLXRs2hawcLiimUp2F { display:block; }
 }@media only screen and (max-width: 763px) { #gKqlWFHoVxZPy3vRmR6sttbgbPl8a35G { width:21.25rem;height:21.25rem;top:0rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6XzI5x4vxqSkon6zgic0Goer2oZVVDr { width:15.9375rem;height:12.4375rem;top:9.75rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoFuyXdV9ToxB0qWxPx9g4n8FGAatAOt { top:5.8125rem;left:17.875rem;width:12rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #buTDwvxB8tqEOa0Fo8ixsOC07gghshHc { top:1.75rem;left:21rem;width:5.75rem;height:3.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i76WsZqfafSwWITU4SkRV2m02CO5sFLO { top:13.625rem;left:21rem;width:5.75rem;height:7.6875rem;font-size:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8aDFz2SFp91V60n1ANWqwpumc86xwtL { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcmQCzeaIkGm8811VJtRaOEg1qSc72mF { display:block; }
 }@media only screen and (max-width: 763px) { #r8pCAckuOT5cDWtZ9cdhtzJEA4TCR48t { width:21.25rem;height:21.25rem;top:0rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P38FxT4XTP0xNvmlqgNAMMxVTAWuTfTr { width:15.9375rem;height:12.4375rem;top:9.75rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIT5aEd4d9UVE0Otqd7qHJ8yzceu3ppl { top:5.8125rem;left:35.75rem;width:12rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uws35RnC9WwqizDFMRIuKcBVBC86OX4A { top:1.75rem;left:42rem;width:5.75rem;height:3.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKXMiCeTiHWEtGkKF2XtGSznRi1q7oHS { top:13.625rem;left:42rem;width:5.75rem;height:7.6875rem;font-size:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #go6a8ldeoLKihyCSkVNBWUhKisBrTOQG { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecCEVToOTfm1zUiG05LOKgHLEadvfWKG { display:block; }
 }@media only screen and (max-width: 763px) { #zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF { display:block; }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cV5JcXroSM3l8tfRsSb8yZFQ53JnKbrD { top:6.5625rem;left:6.65625rem;width:34.4375rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6MX7Ce7eaEeM9b1KOFpkebtwCFOTofa { top:4.25rem;left:6.65625rem;width:34.4375rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW { display:block; }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJqBr5E3ROibf73TOmmO8JpphvvpPs3e { width:32.5rem;height:25.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfP3EA2l3LTE3ZIkc6KB5ZCpIPhHTMgi { width:32.5rem;height:13.4375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJtIMMRfTpZ42x7fwVf0adWRQRghiI4t { top:3.1875rem;left:0rem;width:13.5rem;height:5.5rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlR5ORFlipXOUZ0kQLIGxxO5Slqg1mpk { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGMHUu4wG9RqOny7De0SNine77JLnqCA { width:2.6875rem;height:2.6875rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpf3HtxQoPEDQn5qTMGsvLbcC4xZDqPk { width:32.5rem;height:25.1875rem;top:0.5625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzZ5iJztwSLNgDm7Rvr9FrQ8gw0Q3oor { width:32.5625rem;height:13.4375rem;top:0.5625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wML6ha1JzWfPeixgl1voctp5NsB1G5Ac { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6gT43HArpINgHil4NzbTSdrMs15FeQp { top:3.1875rem;left:25.75rem;width:22rem;height:5.5rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wARVTyqXyaIyzakTdbm3m0AOlWWUV6Eq { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ3C5XUUN9KQZhE3OsJh3clCTdBKQDPv { width:2.6875rem;height:2.6875rem;top:27.25rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Roba70zgHsZ1uRWsK92FL3hBKUiVxahd { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUGwsINJkwPnGVQ5KNWxD5XanxiTFnhI { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWpaFGraw4ZPBckMJbzqMKNauRTfciM5 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { display:block; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IeZvyENN0KuGvoMaa5PAV78y0nLfzCrv { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bul5cAUA94sEQvUOXaT4QvHDn8za32wH { display:block; }
 }@media only screen and (max-width: 763px) { #pQ3MInJbOZkgD1FpkCA2KAdeynGiX7Ru { width:13rem;height:13rem;top:0rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT3Uh8LO02Sr478mg1GJckksWba7rukW { top:7.0625rem;left:0rem;width:47.75rem;height:9rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDR8e1GPh6sdvpDh1Ph6wLvhlDciRFhn { top:21.875rem;left:0rem;width:8.625rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCTHufuTrdipEJmIQ4Q5mvL7xIA9DETJ { top:3.5rem;left:6.65625rem;width:34.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzR06sf9b6BNsrCFt2T88GnTfU6heaEJ { width:7rem;height:7rem;top:20.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA8iVdDZaJ3STo4DZwVcQdMw2X3xpTAb { top:3.5rem;left:39.625rem;width:8.125rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv { display:flex;width:21.4375rem;height:5.8125rem;top:17.375rem;left:12.4150390625rem; }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #iKobrHg7oLuBLBrXoO3OWJqF3MSqmU91 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #xpSbeAt9hptLTlibWRAUO4NJSm8OTnPg {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #MotApCBlK6pqR7g9bruZIFqNbq6huo2A {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #ZvzWXtpBTSlTB17QdIwEUoIrI2UdKZPA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #TdXsXSAOlAwnOEWBpeE3JWOITza5O3yc {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #wlmFGiKTXcPCVATKniq3Blmhl6y6L9Bh {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #PPdb80qZx6TLggAwdFte0gVixWgDMPdS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #dD2DLGLqo4scFfAcwqHcQB6lDDvIuPxR {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #N6moxD8HW4DM6SvCXdcgQvhpilCIkZ5L {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #NnhfcGdloXUMcCH3RpBq2bLOdpNwJg2f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #OA5PsGTidIvAKuTO9iBTi5zJN6T9NmIt {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #avzJzTlRUcCu6aGB5xcJMRgQil6qah1t {  }
 }@media only screen and (max-width: 763px) { #EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 { display:block; }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pq3TGJ4tlittTTlPTkCIcKzCqkn8dhqQ { width:26.5rem;height:23.4375rem;top:4.625rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDovh7xbfQKOJugdaxqQCNTl0AmxGMFL { width:42.125rem;height:21.6875rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMOpfv6BVaGmCfSUvSFOyu13a4Cfs1xt { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFeAohQdhvMBka7LvdKHL3tktWfTr9iu { width:19.8125rem;height:18.875rem;top:38.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzKITR431yu3Dr72ecdC8oR4OTuSe0Z8 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRcBfkabCq9gGVvXkLNNxgdxzo7pXJ89 { top:4.625rem;left:0rem;width:34.4375rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPBCTU7lOAIxx2qEP1y95GxA9hLa4nGa { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZffMlvJKTsbB3NZqTf4iGPZ5O5RV4hn { width:29.1875rem;height:25.9375rem;top:24.875rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv4Mv0mRkaHBeLysuoRZddMG1A5oyERA { width:2.5rem;height:2.5rem;top:46.6875rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu85NVqwOcyGJSAegCIWS0oPcBZFnswT { width:2.5rem;height:2.5rem;top:46.6875rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpFVmcoEhn2DefCD8nz6x1ly1D5a2pZc { width:2.5rem;height:2.5rem;top:46.6875rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewnS0ycy7V8vMPtePWB9VEirGRLkc68I { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 { display:block; }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTUKTDhmbIb56XgqrIirHZD1i4ah6S6Q { top:6.5625rem;left:6.65625rem;width:34.4375rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXCHc33MegDHzDVK9FdPDDUoLx7zBF71 { top:4.25rem;left:6.65625rem;width:34.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #upDva3dk12bZMTS4koAgCaeK4CrbQsOl { display:block; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #nJPCzPNOiswnhyeN6Ju1V0BBcrNxqONw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #VtsnTiLwXSOd9MB29snhXNvwEQigu2fQ {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #yM83RybR352786OZ71J5MWMaJ575TkoL {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WqpuE5Pe7AsEVVWyQVhIcn3GUAHxvcTg {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #H6cNzvqm6av0D9cg09TacmxJWGuMFM45 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #vliptOC8DusEqGuECGCQnZAN3lLFBZSz {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #AokqXpaLMSoMBWOmRfMgJ7ey3Zbqs1Tw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #eIZSPJuAi2SLqRWT9SQIliks3ZSr1a2K {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #R3DENJTCuRDZFa3AG6K54tVbpHXdX64G {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #JhBpUs2cP864l3dGudzKHduOd4TCsfqB {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #GzEakBPv4EATT7tGAo79173G9X4lquTM {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Cb4iEE2fndMzOtJ7m7md0vTe6MG867PP {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #E2vz34N6FbNFmIneW3wIxGNuMScEhSyu {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #dAwE8DS2NTz4Xb5iyh5tCMcvdMVQTQMC {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Lg1SpahgZUmgRX77KEZEnx8eaQSt2V1T {  }
 }@media only screen and (max-width: 763px) { #mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF { display:block; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gN6RE30GB9CqBCTzA5GEzcG1uAWmBwlu { top:6.625rem;left:2.53125rem;width:42.6875rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks7SMsof1zZyk8km6sbEJO2R5zRsdBlk { top:3.75rem;left:6.65625rem;width:34.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-regular-label { width:21.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-input-text { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-textarea { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-input-select { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-input-button { width:10.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.3125rem; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-checkbox-label { width:19.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7  { width:21.1875rem;height:8.4375rem;top:14.9375rem;left:12.03125rem; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .radio-container { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 {display:block;}#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 { width:21.1875rem;height:8.4375rem;top:14.9375rem;left:12.03125rem; }
 }@media only screen and (max-width: 763px) { #C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 #dOJEFHJG2VCUtmzc8fk5X3KCLfAyRO7K {  }
 }@media only screen and (max-width: 763px) { #C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 #DJgHNCWKSeCh6dO6LMxrdeSRE7oz262t { display:block; }
 }@media only screen and (max-width: 763px) { #C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 #duyBBfCpsHZB0DvSqs6WVEfTewAFtWCz {  }
 }@media only screen and (max-width: 763px) { #C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 #yJZGfPnT6mwcM2adyGPELkFr9yNmVo3A {  }
 }@media only screen and (max-width: 763px) { #C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 #byw6NbIsL6GbXTi0XE1zvTVtTdK1ogwy {  }
 }@media only screen and (max-width: 763px) { #WsDZOyeSxtZZPOVqM5n8V963ND36BM2V { top:11rem;left:10.875rem;width:26rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4PUA0ZzCTbEMJRsGpJBVrPwCK36lqlk { top:3.0625rem;left:0rem;width:8.375rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4fxZlrsCDTlQm9yl47xT13Ahm7BNhkm { width:1.875rem;height:1.875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mF3tG2EA6O6e9UvmuyB7T7eiQURToF8T { position:relative;z-index:auto;display:block; }#mF3tG2EA6O6e9UvmuyB7T7eiQURToF8T > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqExrgNx2lnGD5HBQ09iNsg7iJJ0BuiT { width:9.6875rem;height:3.125rem;top:7.796875rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI8NpO6QZT0E7Rdt9hK64TsszbZksPaV { display:block; }
 }@media only screen and (max-width: 763px) { #C59EFEyVyecJSk0Jrz4t2exqGgltSTCS { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FhF3rsfXBMkBnawGy5s3s2dcxxTymQPU { width:20rem;height:2.3994125rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sp6PsclqTzTIpTRnMhrz6TaC1wmWp8lp { display:block; }#Sp6PsclqTzTIpTRnMhrz6TaC1wmWp8lp > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #td1XbtyndoloQrSzeSimkQPTBTq85zv3 { position:relative;z-index:auto;display:block; }#td1XbtyndoloQrSzeSimkQPTBTq85zv3 > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQy0xWHSZlaxNz5yZWcsJufu3lotgJCK { width:9.6875rem;height:3.125rem;top:10.1484375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeNwim6BO5vIrVD2fq4PxerDmuSUvzGT { display:block; }
 }@media only screen and (max-width: 763px) { #nEwFpTKaVW5CQKhiE4mJ56oxCcwohgdN { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vgE0StDhe3FDvAFeblbbU2aDfSdhTOhW { width:20rem;height:4.798825rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { width:20rem;height:11.546875rem;top:11.1875rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DKGvrWcQLebFZ48nAgHbh4ZenLokDskM { width:7.1875rem;height:7.1875rem;top:39.15625rem;left:0rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #fhuDv3k07hkZvqhnTFLEyqgraiQWnf7g { width:7.5rem;height:3rem;top:41.375rem;left:0rem;font-size:2.5rem;z-index:15087;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { width:12.75rem;height:3.75rem;top:30.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block; }
 }@media only screen and (max-width: 763px) { #Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { width:18.125rem;height:5.09765625rem;top:24.0625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hrr0JtaP5Pft3Hl0AqdoivOfK5mwQ328 { width:3.625rem;height:1.6494125rem;top:44.0390625rem;left:1.78125rem;font-size:1.375rem;z-index:15088;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9 { width:14.1875rem;height:21.625rem;top:41.25rem;left:3.625rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/98c5e6fb-e8e9-4666-a55b-7e3da7cdad79/niski_kat_widoku_chmurnego_nieba.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9.adaptive-delivery-prevent-bg, #rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9.lazyload, #rv7KwgRdI58Nc3JWTlxi0yluGLBc1Dk9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nVvfPB2DMPATpSQNQDu3zMZTf8sKGX1v { width:12.75rem;height:3.375rem;top:34.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJNqAmAgJeS7zahi2OwRiuUosL2oyaT7 { display:block; }
 }@media only screen and (max-width: 763px) { #gZ0OrUuXrNeQJKkW4Rn7WtOv3FKZTIDI { width:4.25rem;height:2.5rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwblG4P0u2nzH7M3TmAPkzdtq6SKDfid { display:block; }
 }@media only screen and (max-width: 763px) { #r9KrRV0GoWH3l14Q7736y3hL3g6nkJ24 { width:10.6875rem;height:13.3125rem;top:51.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3CywA1SX8FvMaOCOOag16zX6MpWyn41 { width:10.1875rem;height:9.6875rem;top:54.625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApbMwalEQerwhTN52b3WLIGi05FF6nBu { width:8.875rem;height:19.4375rem;top:45.4375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrDbGefN28km1nXveTJkWT7653bqhvTz { width:8.375rem;height:1.375rem;top:4.375rem;left:6.125rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #il5201UQG0zA6XMBe2tubiMghWsTzV5I { display:flex;width:1.875rem;height:1.875rem;top:1.25rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #ZUWGVhiRyALet6tiVEyAVJDxoLFPIt3H { width:6.125rem;height:1.3496125rem;top:40.2744140625rem;left:0.4375rem;font-size:1.125rem;z-index:15089;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GW6Mx4L0tqGP8R7JOK1Dphkc2ShdbdnB { width:6.3125rem;height:2.5rem;top:6.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq3ii8u2iUh9VT8UO4Bvf1tJ7QRTCrVz { display:block; }
 }@media only screen and (max-width: 763px) { #VOxdSZOha9OVkD3cg59BPg6m4hxqhfs7 { width:5.9375rem;height:2.5rem;top:6.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfbgfzoZ2VcugpLJ4t81EeO9M1l9VU6I { display:block; }
 }@media only screen and (max-width: 763px) { #BqUCmaXvNqcpmUqBCL840DTnObt3d2M2 { width:3.375rem;height:2.5rem;top:6.75rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPCZA64GesIete7AP849Gpw1qB2HNX8Q { display:block; }
 }@media only screen and (max-width: 763px) { #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0Eo1hpbMOlAZTZg7z63u5AWTflphRxk { width:20rem;height:4.3984375rem;top:5.75rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M9K9lsWCXyTKfwLKaNinzMlVQtoRSxBO { width:20rem;height:1.375rem;top:3.125rem;left:0rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lisoTfbbJmGZNArooS07telmMUrOB9W7 { width:20rem;height:6.796875rem;top:11.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ywlfPSDCiMnPvcBRMwch37LRi8eIafmx { display:block; }#ywlfPSDCiMnPvcBRMwch37LRi8eIafmx > .row .container { width:20rem;height:83.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPc002pQguCiXVIEcuZm6mFoZeTVOn7N { width:16.75rem;height:16.75rem;top:2rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBzf66osiTWQmhFRv0GkEUG1iOgefx41 { width:5.75rem;height:3.1621125rem;top:3.3994140625rem;left:7.125rem;font-size:2.875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ek7UphI84kMwfM0RWXly8dWM1cPDuDu1 { width:12rem;height:3.0234375rem;top:6.75rem;left:4rem;font-size:1.375rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xb0JsK6fgeZcn55G5QcIsa2bUQWOlzkh { width:15.9375rem;height:12.4375rem;top:9.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzKLcVdAexft2ZrQsXBaSGn0iIKXODkk { width:5.75rem;height:7.69925rem;top:13.5rem;left:6.8125rem;font-size:7rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XbocA7ECPuprJLEJvvi1TJeTaPzekk9m { width:9.9375rem;height:2.875rem;top:22.44921875rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLFc7XSLxizLzhBLXRs2hawcLiimUp2F { display:block; }
 }@media only screen and (max-width: 763px) { #gKqlWFHoVxZPy3vRmR6sttbgbPl8a35G { width:16.75rem;height:16.75rem;top:28.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6XzI5x4vxqSkon6zgic0Goer2oZVVDr { width:15.9375rem;height:12.4375rem;top:36.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoFuyXdV9ToxB0qWxPx9g4n8FGAatAOt { width:12rem;height:3.1621125rem;top:33.375rem;left:4rem;font-size:1.4375rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #buTDwvxB8tqEOa0Fo8ixsOC07gghshHc { width:5.75rem;height:3.1621125rem;top:29.625rem;left:7.125rem;font-size:2.875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i76WsZqfafSwWITU4SkRV2m02CO5sFLO { width:5.75rem;height:7.69925rem;top:40.1875rem;left:7.5625rem;font-size:7rem;z-index:15034;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d8aDFz2SFp91V60n1ANWqwpumc86xwtL { width:9.9375rem;height:2.875rem;top:49.125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcmQCzeaIkGm8811VJtRaOEg1qSc72mF { display:block; }
 }@media only screen and (max-width: 763px) { #r8pCAckuOT5cDWtZ9cdhtzJEA4TCR48t { width:16.75rem;height:16.75rem;top:55.125rem;left:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #P38FxT4XTP0xNvmlqgNAMMxVTAWuTfTr { width:15.9375rem;height:12.4375rem;top:62.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIT5aEd4d9UVE0Otqd7qHJ8yzceu3ppl { width:12rem;height:3.1621125rem;top:59.625rem;left:3.6875rem;font-size:1.4375rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uws35RnC9WwqizDFMRIuKcBVBC86OX4A { width:5.75rem;height:3.1621125rem;top:56.375rem;left:6.8125rem;font-size:2.875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKXMiCeTiHWEtGkKF2XtGSznRi1q7oHS { width:5.75rem;height:7.69925rem;top:66.6875rem;left:7.4375rem;font-size:7rem;z-index:15035;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #go6a8ldeoLKihyCSkVNBWUhKisBrTOQG { width:9.9375rem;height:2.875rem;top:75.8125rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecCEVToOTfm1zUiG05LOKgHLEadvfWKG { display:block; }
 }@media only screen and (max-width: 763px) { #zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF { display:block; }#zvGzCdu4PIZrGhVSrJ5VaJ4onzHnFFlF > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cV5JcXroSM3l8tfRsSb8yZFQ53JnKbrD { width:20rem;height:2.19921875rem;top:5.125rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i6MX7Ce7eaEeM9b1KOFpkebtwCFOTofa { width:20rem;height:1.375rem;top:2.5rem;left:0rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW { display:block; }#cHgAwhlWUJvX5xRGiv0IUs24hL4cVbDW > .row .container { width:20rem;height:96.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJqBr5E3ROibf73TOmmO8JpphvvpPs3e { width:20rem;height:25.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfP3EA2l3LTE3ZIkc6KB5ZCpIPhHTMgi { width:20rem;height:13.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJtIMMRfTpZ42x7fwVf0adWRQRghiI4t { width:16rem;height:4.3994125rem;top:4.125rem;left:1.875rem;font-size:4rem;z-index:15087;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FlR5ORFlipXOUZ0kQLIGxxO5Slqg1mpk { width:16rem;height:3.1484375rem;top:9.1484375rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XGMHUu4wG9RqOny7De0SNine77JLnqCA { display:flex;width:2.6875rem;height:2.6875rem;top:27.6875rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #Kpf3HtxQoPEDQn5qTMGsvLbcC4xZDqPk { width:20rem;height:25.1875rem;top:48.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzZ5iJztwSLNgDm7Rvr9FrQ8gw0Q3oor { width:20rem;height:13.4375rem;top:48.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wML6ha1JzWfPeixgl1voctp5NsB1G5Ac { width:17.8125rem;height:11.472625rem;top:31.3125rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U6gT43HArpINgHil4NzbTSdrMs15FeQp { width:16rem;height:4.3994125rem;top:50.625rem;left:1.875rem;font-size:4rem;z-index:15086;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wARVTyqXyaIyzakTdbm3m0AOlWWUV6Eq { width:18.0625rem;height:11.472625rem;top:78.125rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lQ3C5XUUN9KQZhE3OsJh3clCTdBKQDPv { display:flex;width:2.6875rem;height:2.6875rem;top:74.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #Roba70zgHsZ1uRWsK92FL3hBKUiVxahd { width:16rem;height:3.1484375rem;top:55rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IUGwsINJkwPnGVQ5KNWxD5XanxiTFnhI { width:17.8125rem;height:1.9121125rem;top:43.6875rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UWpaFGraw4ZPBckMJbzqMKNauRTfciM5 { width:17.8125rem;height:1.9121125rem;top:90.625rem;left:1.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { display:block; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { width:20rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IeZvyENN0KuGvoMaa5PAV78y0nLfzCrv { width:12.75rem;height:3.75rem;top:36rem;left:3.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #Bul5cAUA94sEQvUOXaT4QvHDn8za32wH { display:block; }
 }@media only screen and (max-width: 763px) { #pQ3MInJbOZkgD1FpkCA2KAdeynGiX7Ru { display:flex;width:8.125rem;height:8.125rem;top:42.5rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #mT3Uh8LO02Sr478mg1GJckksWba7rukW { width:17.9375rem;height:19.59375rem;top:6.78125rem;left:1.03125rem;font-size:1.75rem;z-index:15037;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qDR8e1GPh6sdvpDh1Ph6wLvhlDciRFhn { width:4.8125rem;height:2.25rem;top:42.5rem;left:5.375rem;font-size:1.25rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #aCTHufuTrdipEJmIQ4Q5mvL7xIA9DETJ { width:9.6875rem;height:3.25rem;top:2.8125rem;left:5.15625rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VzR06sf9b6BNsrCFt2T88GnTfU6heaEJ { width:5.375rem;height:5.375rem;top:40.875rem;left:5.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #HA8iVdDZaJ3STo4DZwVcQdMw2X3xpTAb { width:6.4375rem;height:2.5rem;top:44.6875rem;left:9.1875rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv { display:flex;width:18rem;height:5.0625rem;top:28.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #iKobrHg7oLuBLBrXoO3OWJqF3MSqmU91 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #xpSbeAt9hptLTlibWRAUO4NJSm8OTnPg {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #MotApCBlK6pqR7g9bruZIFqNbq6huo2A {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #ZvzWXtpBTSlTB17QdIwEUoIrI2UdKZPA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #TdXsXSAOlAwnOEWBpeE3JWOITza5O3yc {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #wlmFGiKTXcPCVATKniq3Blmhl6y6L9Bh {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #PPdb80qZx6TLggAwdFte0gVixWgDMPdS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #dD2DLGLqo4scFfAcwqHcQB6lDDvIuPxR {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #N6moxD8HW4DM6SvCXdcgQvhpilCIkZ5L {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #NnhfcGdloXUMcCH3RpBq2bLOdpNwJg2f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #OA5PsGTidIvAKuTO9iBTi5zJN6T9NmIt {  }
 }@media only screen and (max-width: 763px) { #u0Ky1nAcKaicSaqoWkJJx3JvKQZkecSv #avzJzTlRUcCu6aGB5xcJMRgQil6qah1t {  }
 }@media only screen and (max-width: 763px) { #EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 { display:block; }#EiRGv96aBOXKHl0OCuQHFyaSrfQOHxT9 > .row .container { width:20rem;height:128rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pq3TGJ4tlittTTlPTkCIcKzCqkn8dhqQ { width:17.8125rem;height:19.25rem;top:34.875rem;left:1.09375rem;border-top-left-radius:50rem;border-top-right-radius:0rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDovh7xbfQKOJugdaxqQCNTl0AmxGMFL { width:17.8125rem;height:18.25rem;top:15.509765625rem;left:1.25rem;border-top-left-radius:0rem;border-top-right-radius:56.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:56.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMOpfv6BVaGmCfSUvSFOyu13a4Cfs1xt { width:20rem;height:7.6484375rem;top:6.19921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kFeAohQdhvMBka7LvdKHL3tktWfTr9iu { width:19.8125rem;height:18.875rem;top:106.2314453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzKITR431yu3Dr72ecdC8oR4OTuSe0Z8 { width:19rem;height:17.209rem;top:87.134765625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MRcBfkabCq9gGVvXkLNNxgdxzo7pXJ89 { width:20rem;height:2.19921875rem;top:2.5625rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vPBCTU7lOAIxx2qEP1y95GxA9hLa4nGa { width:17.25rem;height:21.0331875rem;top:55.625rem;left:1.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EZffMlvJKTsbB3NZqTf4iGPZ5O5RV4hn { width:20rem;height:39.25rem;top:45.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv4Mv0mRkaHBeLysuoRZddMG1A5oyERA { display:flex;width:2.5rem;height:2.5rem;top:80.4375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #pu85NVqwOcyGJSAegCIWS0oPcBZFnswT { display:flex;width:2.5rem;height:2.5rem;top:80.4375rem;left:4.75rem; }
 }@media only screen and (max-width: 763px) { #fpFVmcoEhn2DefCD8nz6x1ly1D5a2pZc { display:flex;width:2.5rem;height:2.5rem;top:80.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ewnS0ycy7V8vMPtePWB9VEirGRLkc68I { width:14.375rem;height:1.9121125rem;top:77.9375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 { display:block; }#J3wbPprZD4UKeTDGItoGx9mDgikQCcX9 > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTUKTDhmbIb56XgqrIirHZD1i4ah6S6Q { width:20rem;height:2.19921875rem;top:5.75rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JXCHc33MegDHzDVK9FdPDDUoLx7zBF71 { width:20rem;height:1.375rem;top:3.125rem;left:0rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #upDva3dk12bZMTS4koAgCaeK4CrbQsOl { display:block; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-desc-text { font-size:0.875rem;height:auto; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS { display:flex;height:auto;width:20rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #nJPCzPNOiswnhyeN6Ju1V0BBcrNxqONw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #VtsnTiLwXSOd9MB29snhXNvwEQigu2fQ {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #yM83RybR352786OZ71J5MWMaJ575TkoL {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WqpuE5Pe7AsEVVWyQVhIcn3GUAHxvcTg {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #H6cNzvqm6av0D9cg09TacmxJWGuMFM45 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #vliptOC8DusEqGuECGCQnZAN3lLFBZSz {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #AokqXpaLMSoMBWOmRfMgJ7ey3Zbqs1Tw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #eIZSPJuAi2SLqRWT9SQIliks3ZSr1a2K {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #R3DENJTCuRDZFa3AG6K54tVbpHXdX64G {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #JhBpUs2cP864l3dGudzKHduOd4TCsfqB {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #GzEakBPv4EATT7tGAo79173G9X4lquTM {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Cb4iEE2fndMzOtJ7m7md0vTe6MG867PP {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #E2vz34N6FbNFmIneW3wIxGNuMScEhSyu {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #dAwE8DS2NTz4Xb5iyh5tCMcvdMVQTQMC {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Lg1SpahgZUmgRX77KEZEnx8eaQSt2V1T {  }
 }@media only screen and (max-width: 763px) { #mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF { display:block; }#mAVGbEbtz8pg9v6WENh5LO12Vv1pn4KF > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gN6RE30GB9CqBCTzA5GEzcG1uAWmBwlu { width:20rem;height:4.3984375rem;top:5.75rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ks7SMsof1zZyk8km6sbEJO2R5zRsdBlk { width:20rem;height:1.375rem;top:3.125rem;left:0rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;display:block; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-input-button { width:8.75rem;margin-top:0.25rem;margin-right:4.375rem;margin-bottom:0.25rem;margin-left:4.375rem;text-align:center;text-align-last:center; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 [class*="-text"]:-moz-placeholder { text-align:center;text-align-last:center; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 [class*="-text"]::-moz-placeholder { text-align:center;text-align-last:center; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 [class*="-text"]:-ms-input-placeholder { text-align:center;text-align-last:center; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 [class*="-text"]::-webkit-input-placeholder { text-align:center;text-align-last:center; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7  { width:17.5rem;height:auto;top:13.625rem;left:0rem; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 {display:block;}#C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 { width:17.5rem;height:auto;top:13.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 #dOJEFHJG2VCUtmzc8fk5X3KCLfAyRO7K {  }
 }@media only screen and (max-width: 763px) { #C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 #DJgHNCWKSeCh6dO6LMxrdeSRE7oz262t { display:block; }
 }@media only screen and (max-width: 763px) { #C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 #duyBBfCpsHZB0DvSqs6WVEfTewAFtWCz {  }
 }@media only screen and (max-width: 763px) { #C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 #yJZGfPnT6mwcM2adyGPELkFr9yNmVo3A {  }
 }@media only screen and (max-width: 763px) { #C2TMb3SOLQR1OaTvy9NWKmn6MBtfKHZ7 #byw6NbIsL6GbXTi0XE1zvTVtTdK1ogwy {  }
 }@media only screen and (max-width: 763px) { #WsDZOyeSxtZZPOVqM5n8V963ND36BM2V { width:20rem;height:1.57421875rem;top:11.3984375rem;left:0rem;font-size:1.125rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { width:16.0625rem;height:3.3984375rem;top:5.73828125rem;left:1.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4PUA0ZzCTbEMJRsGpJBVrPwCK36lqlk { width:8.375rem;height:1.375rem;top:2.4375rem;left:7.125rem;font-size:1.25rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N4fxZlrsCDTlQm9yl47xT13Ahm7BNhkm { display:flex;width:1.875rem;height:1.875rem;top:2.1875rem;left:4.5625rem; }
 }