.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:249,252,245;--color-primary-1:234,245,222;--color-primary-2:212,234,188;--color-primary-3:106,117,94;--color-primary-4:32,35,28;--color-secondary-0:231,221,224;--color-secondary-1:174,142,150;--color-secondary-2:93,29,45;--color-secondary-3:47,15,23;--color-secondary-4:14,4,7;--color-tertiary-0:255,255,255;--color-tertiary-1:173,197,191;--color-tertiary-2:119,158,148;--color-tertiary-3:73,134,96;--color-tertiary-4:29,93,77;--headlines-font-family:"Rubik";--paragraphs-font-family:"Rubik"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/357b820c-65e0-471e-ac96-ec4856f8b596/background2076336_1280.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/3b39c64f-9b08-4020-bdc0-c1c4fb686348/mandalabackground4428298_1280.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z.adaptive-delivery-prevent-bg, #ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z.lazyload, #ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z.lazyloading { background-image: none; }#ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z > .row .container { background-color: transparent; background-image: none; }#ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z > .row .container > .video-iframe-container { display: none; }#ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z > .row > .video-iframe-container { display: none; }#ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z > .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); }#ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z > .row .container { border-width: 0; border-radius: 0; }#ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z > .row .container { font-size:0.875rem;font-family:arial;height:65.625rem;width:60rem;position:relative;display:block; }#J0MMawMZfs08JANbXwUNHxKPFID8adEm { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.768750190735rem;left:30rem;height:11.94375rem;font-style:normal;display:block; }
#LU7X4skTuTZ33E1UoQ42Mtz9MHECWgR2 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:7.5625rem;left:30rem;overflow:hidden;display:block; }
#pUOMJIfPLV96Lre9TF2T11LMIEk6r8Rg { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:24.27499961853rem;left:30rem;height:2.6rem;font-style:normal;display:block; }
#HBmBPg9lPHuUlAbMJnKhFCt6uROXMySS { color:rgba(var(--color-tertiary-0),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.8;letter-spacing:0;top:27.47500038147rem;left:30.15625rem;height:2.025rem;font-style:normal;display:block; }
#o9la6lVaTIOm9N635WaaO34CmqtphlnE { 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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:4.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:58.96249961853rem;left:30.000001907349rem;display:block; }
#cgrET7TPJxAC1HtgkhuXFA5yVZmKVtcm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pCzwTPTJ4buada9B7pikm4fFw3RvaKPU { color:rgba(var(--color-secondary-2),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:31.725006103516rem;left:30rem;height:4.05rem;font-style:normal;display:block; }
#MOI48qvgt24gdB582voPHSQpFCVJuSxe { color:rgba(var(--color-secondary-2),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:39.175000190735rem;left:30rem;height:8.1rem;font-style:normal;display:block; }
#Q1Pb8Difng7hG7VzDUSTG6Xa6MEKlI0z { color:rgba(var(--color-secondary-2),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:48.83749961853rem;left:30rem;height:10.125rem;font-style:normal;display:block; }
#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { 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; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { background-color: transparent; background-image: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .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); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { border-width: 0; border-radius: 0; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#nw7a26R2SXAwRNh3DpOoCAV7LxQWV4lK { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5718746185302rem;left:0rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K2SQAf6Q5WpW5yk8dGuAPr0Tig8SsLJM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4.375rem;top:2.3697929382324rem;left:14.21875rem;overflow:hidden;display:block; }
#FqoP4CPf5lRpmPiUWkLuKGKP0kx2xw1R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e0da;background-image:url("https://images.assets-landingi.com/uc/357b820c-65e0-471e-ac96-ec4856f8b596/background2076336_1280.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#FqoP4CPf5lRpmPiUWkLuKGKP0kx2xw1R.adaptive-delivery-prevent-bg, #FqoP4CPf5lRpmPiUWkLuKGKP0kx2xw1R.lazyload, #FqoP4CPf5lRpmPiUWkLuKGKP0kx2xw1R.lazyloading { background-image: none; }#FqoP4CPf5lRpmPiUWkLuKGKP0kx2xw1R > .row .container { background-color: transparent; background-image: none; }#FqoP4CPf5lRpmPiUWkLuKGKP0kx2xw1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqoP4CPf5lRpmPiUWkLuKGKP0kx2xw1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqoP4CPf5lRpmPiUWkLuKGKP0kx2xw1R > .row .container > .video-iframe-container { display: none; }#FqoP4CPf5lRpmPiUWkLuKGKP0kx2xw1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqoP4CPf5lRpmPiUWkLuKGKP0kx2xw1R > .row > .video-iframe-container { display: none; }#FqoP4CPf5lRpmPiUWkLuKGKP0kx2xw1R > .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); }#FqoP4CPf5lRpmPiUWkLuKGKP0kx2xw1R > .row .container { border-width: 0; border-radius: 0; }#FqoP4CPf5lRpmPiUWkLuKGKP0kx2xw1R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FqoP4CPf5lRpmPiUWkLuKGKP0kx2xw1R > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:60rem;position:relative;display:block; }#IRwpTZW2kqWugTsnt60Cqpr10dxZCoGM { color:rgba(var(--color-tertiary-3),1);display:block;width:33.25rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:39.911457061767rem;left:18.875rem;height:6.175rem;font-style:normal;display:block; }
#tvRwebLtxi2ZwOry8OCadIFCA1mJWomG { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:35.6875rem;top:11.081250190735rem;left:11.39999961853rem;display:block; }
#rUddktwzaHSRzzKGDuJlVdkhzsvoiEy0 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:7.268750190735rem;left:11.39999961853rem;display:block; }
#yezg1VfThFGufATEofKV9WIZAy1PRfAu { color:rgba(var(--color-tertiary-4),0);display:block;width:33rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.6437501907349rem;left:18.875rem;height:1.625rem;font-style:normal;display:block; }
#NFVkGzwcNpCfLNWHyLcshLEEE6voNsV4 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:16.143750190735rem;left:49.962501525879rem;display:block; }
#sfCtcEotH73Kv4JTxebM2GGMQrK15NKH { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:34.375rem;top:19.956250190735rem;left:15.64999961853rem;display:block; }
#wqcSCrzuKdq0cIUlFEnKoxDgrbV27Mmh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.2687501907349rem;left:9.05624961853rem; }
#QnZyU6WhVTfqroWKaI9NV7b679IWhDgi { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:25.081249237061rem;left:11.33749961853rem;display:block; }
#v4vBLuZIiOkddJnEN8DsFxUuLPSDSwAz { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:34.375rem;top:28.893750190735rem;left:11.39999961853rem;display:block; }
#nusc2cmAXSOJDkIvSGDMwoOp1qvzbKvy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:11.081250190735rem;left:47.493751525879rem; }
#lD6sWH2csdHcVO7Go5Ffi2bxwNQ5qpgt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:20.018749237061rem;left:9.05624961853rem; }
#RcOfEDGirlBea1iGOsi8C2VaRC57FkQu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:28.956249237061rem;left:46.875rem; }
#zEWXmhLblIFCmFy37THyX9bpWUSV6113 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:34.018750190735rem;left:49.34375rem;display:block; }
#MOI9BT266AL0BFBRmeeFqs4T2yq8ilT1 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:34.375rem;top:37.8125rem;left:14.90625rem;display:block; }
#D11R3ge7nisnhLQCTUnbH0shfpWRmUSh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:37.893749237061rem;left:8.93124961853rem; }
#dSEP2Xf6rcI5pvGemD0R71ucodZeGvvR { color:rgba(var(--color-tertiary-3),1);display:block;width:33.25rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.6437501907349rem;left:18.75rem;height:3.0875rem;font-style:normal;display:block; }
#ZKDzsCpAnKHlRFONt8sBBNPMhoJ8OX8R { color:rgba(var(--color-tertiary-3),1);display:block;width:33.25rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.393750190735rem;left:11.39999961853rem;height:3.0875rem;font-style:normal;display:block; }
#zrqlWNVeHiAyLCwf4kdbxiX1qIWhi6o6 { color:rgba(var(--color-tertiary-3),1);display:block;width:33.25rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.84375rem;left:18.8125rem;height:6.175rem;font-style:normal;display:block; }
#ssf9Fv2BAfrWCCHkak1b5gq24SxTcRf8 { color:rgba(var(--color-tertiary-3),1);display:block;width:33.25rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:30.911458015442rem;left:11.39999961853rem;height:4.63125rem;font-style:normal;display:block; }
#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { 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; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { background-color: transparent; background-image: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .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); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { border-width: 0; border-radius: 0; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:60rem;position:relative;display:block; }#sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4468746185302rem;left:0rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VHK9WTxypqflTJCg247N8QuSZTsNclV3 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4.375rem;top:2.2593746185302rem;left:6.78125rem;overflow:hidden;display:block; }
#ATgTgqgGsEleDa1BDTTcOzWTXVmQXUbm { position:relative;display:block; }#ATgTgqgGsEleDa1BDTTcOzWTXVmQXUbm { background-color: transparent; background-image: none; }#ATgTgqgGsEleDa1BDTTcOzWTXVmQXUbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATgTgqgGsEleDa1BDTTcOzWTXVmQXUbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATgTgqgGsEleDa1BDTTcOzWTXVmQXUbm > .row .container > .video-iframe-container { display: none; }#ATgTgqgGsEleDa1BDTTcOzWTXVmQXUbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATgTgqgGsEleDa1BDTTcOzWTXVmQXUbm > .row > .video-iframe-container { display: none; }#ATgTgqgGsEleDa1BDTTcOzWTXVmQXUbm > .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); }#ATgTgqgGsEleDa1BDTTcOzWTXVmQXUbm { border-width: 0; border-radius: 0; }#ATgTgqgGsEleDa1BDTTcOzWTXVmQXUbm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ATgTgqgGsEleDa1BDTTcOzWTXVmQXUbm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { background-color: transparent; background-image: none; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container > .video-iframe-container { display: none; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row > .video-iframe-container { display: none; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .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); }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { border-width: 0; border-radius: 0; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:60rem;position:relative;display:block; }#xl7NLSfpNkMwwlXv1hH2oIUZrtDJfZ63 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.75);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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.125rem;width:18.25rem;top:0rem;left:0rem;display:block; }
#aWsGiGxb95R7dx1zNpWT7q1py6Etpu0l { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:2.125rem;left:1.875rem;overflow:hidden;display:block; }
#Is1rQbBxZDbFe9TVSObn1z40yV7mWx3v { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.75);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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.125rem;width:18.25rem;top:0rem;left:20.875rem;display:block; }
#ZXMZs7JHiPf2ozC8vmNnTNnKQEsEz1nz { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:2.125rem;left:22.750001907349rem;overflow:hidden;display:block; }
#BPDo5gZ8pzDyK9QLg2TcqHXWMDODWzyR { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:9.8125rem;left:1.875rem;height:4.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uUVFZB3yboy9kiwRnSEDLLll5pttTLzZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:9.8125rem;left:22.75rem;height:4.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hKH6ofHDRE06V9tgV2uQ1Gqtu0OIZfzE { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0.75);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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.125rem;width:18.25rem;top:0rem;left:41.75rem;display:block; }
#RmVAiCgkLA2G8ShJprIV3tJQyOeM3LNE { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.8;letter-spacing:0;top:9.8125rem;left:43.625rem;height:2.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R4EMng8T31ZPp91RaehdMK9Fc7XKoUSv { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:2.125rem;left:43.625001907349rem;overflow:hidden;display:block; }
#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { background-color: transparent; background-image: none; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container > .video-iframe-container { display: none; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row > .video-iframe-container { display: none; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .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); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { border-width: 0; border-radius: 0; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:60rem;position:relative;display:block; }#T23lImt9lxXTprN6ku0QlNLTXW9HEDk0 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.75);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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.125rem;width:18.25rem;top:0rem;left:0rem;display:block; }
#Lwzm5JWgt8IEXGM2TVuMup4fZrZL18AJ { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0.75);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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.125rem;width:18.25rem;top:0rem;left:20.875rem;display:block; }
#BNbMSCrxr802zWT13pe4Tn8XwtiNAzPc { 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:5rem;width:5rem;top:2.25rem;left:22.750001907349rem;overflow:hidden;display:block; }
#Tb7y9XZvJIhgfzNrxhVCG6uuoGeptZSr { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),0.75);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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.125rem;width:18.25rem;top:0rem;left:41.75rem;display:block; }
#xqQMfx5kq7hdP7axhpJXdogOC3TMsiHs { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.8;letter-spacing:0;top:9.9375rem;left:22.75rem;height:4.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XLB1QZuPeyAXlS3zpmWlNSShn3Ccghsi { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15024;line-height:1.8;letter-spacing:0;top:9.9375rem;left:43.625rem;height:4.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oeLyPTOMb4z30Hcml6BThyLlULdAJh6H { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:2.25rem;left:43.625001907349rem;overflow:hidden;display:block; }
#sM1S8MvE3HRaWzUGq3vQXP9XHwV1KTrL { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:8.9500007629394rem;left:2.03125rem;height:4.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ysTH28koyQu0Dufn8TMVLrfgbDMpo0aE { 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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:4.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.3125rem;left:22.03125rem;display:block; }
#TNZSPEesVeSXX1SU5XTEedy3Tkkd9rN0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eKztL1x9LiUOxOTfkWOKpkIQrJiCrVJ4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:2.5625rem;left:1.875rem; }
#PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d5873c7d-5e71-46ca-bc8e-d7af467e0e9e/tociemnezlewej.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB.adaptive-delivery-prevent-bg, #PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB.lazyload, #PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB.lazyloading { background-image: none; }#PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB > .row .container { background-color: transparent; background-image: none; }#PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB > .row .container > .video-iframe-container { display: none; }#PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB > .row > .video-iframe-container { display: none; }#PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB > .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); }#PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB > .row .container { border-width: 0; border-radius: 0; }#PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:60rem;position:relative;display:block; }#dO8dUly1JnWGhMBVosrBnyUJ7zayMUGU { color:rgba(var(--color-tertiary-0),1);display:block;width:41.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.8;letter-spacing:0;top:8.86874961853rem;left:7.1875rem;height:6.075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KEVg3f1B47JPEVH6TByRFXKKAkDveiD8 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h935rkqftl8gRi32lfEtL3rxpdWdTLX8 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.8;letter-spacing:0;top:19.27499961853rem;left:7.1875rem;height:4.05rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xywgpl7lgoSCThoDeq9yyHA7n1oOAeST { color:rgba(var(--color-tertiary-0),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.8;letter-spacing:0;top:27.9375rem;left:7.1875rem;height:4.05rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ixgLg8WzmVqJTeS1xhb50cGkFTPU2LdJ { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.8;letter-spacing:0;top:36.86874961853rem;left:7.1875rem;height:4.05rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JyI6nvw5R1NDcHHfnDR1y0liTLGQuQkT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:16.6875rem;left:7.1875rem;overflow:hidden;display:block; }
#ciGdPa0cVamTNNzyfnKDzys9WksgDexH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:25.1875rem;left:7.1875rem;overflow:hidden;display:block; }
#l7aKC3L5z3uGf5KgpzK0bCZ0z02qZXCf { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:34.375rem;left:7.1875rem;overflow:hidden;display:block; }
#taKMUwtwpIHf4DGJ3n8ToWvnFlF6tcQA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:2.3125rem;left:7.1875rem;overflow:hidden;display:block; }
#koxXIfitLsKEzTiHW4gwmIkRIFMx7ntZ { 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; }#koxXIfitLsKEzTiHW4gwmIkRIFMx7ntZ > .row .container { background-color: transparent; background-image: none; }#koxXIfitLsKEzTiHW4gwmIkRIFMx7ntZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koxXIfitLsKEzTiHW4gwmIkRIFMx7ntZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koxXIfitLsKEzTiHW4gwmIkRIFMx7ntZ > .row .container > .video-iframe-container { display: none; }#koxXIfitLsKEzTiHW4gwmIkRIFMx7ntZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koxXIfitLsKEzTiHW4gwmIkRIFMx7ntZ > .row > .video-iframe-container { display: none; }#koxXIfitLsKEzTiHW4gwmIkRIFMx7ntZ > .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); }#koxXIfitLsKEzTiHW4gwmIkRIFMx7ntZ > .row .container { border-width: 0; border-radius: 0; }#koxXIfitLsKEzTiHW4gwmIkRIFMx7ntZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#koxXIfitLsKEzTiHW4gwmIkRIFMx7ntZ > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:60rem;position:relative;display:block; }#z6mwGfczFnf0m2mDUXWJA0u4wbB1hwHg { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4468746185302rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xczRFsmcNntmP5EUrvLybUvsyEHci3vi { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4.375rem;top:2.2447910308838rem;left:4.78125rem;overflow:hidden;display:block; }
#IN20sEs5l7TTL0bbmTNRNT9N2Dr0SuOB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/357b820c-65e0-471e-ac96-ec4856f8b596/background2076336_1280.jpg");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; }#IN20sEs5l7TTL0bbmTNRNT9N2Dr0SuOB.adaptive-delivery-prevent-bg, #IN20sEs5l7TTL0bbmTNRNT9N2Dr0SuOB.lazyload, #IN20sEs5l7TTL0bbmTNRNT9N2Dr0SuOB.lazyloading { background-image: none; }#IN20sEs5l7TTL0bbmTNRNT9N2Dr0SuOB > .row .container { background-color: transparent; background-image: none; }#IN20sEs5l7TTL0bbmTNRNT9N2Dr0SuOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IN20sEs5l7TTL0bbmTNRNT9N2Dr0SuOB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IN20sEs5l7TTL0bbmTNRNT9N2Dr0SuOB > .row .container > .video-iframe-container { display: none; }#IN20sEs5l7TTL0bbmTNRNT9N2Dr0SuOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IN20sEs5l7TTL0bbmTNRNT9N2Dr0SuOB > .row > .video-iframe-container { display: none; }#IN20sEs5l7TTL0bbmTNRNT9N2Dr0SuOB > .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); }#IN20sEs5l7TTL0bbmTNRNT9N2Dr0SuOB > .row .container { border-width: 0; border-radius: 0; }#IN20sEs5l7TTL0bbmTNRNT9N2Dr0SuOB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IN20sEs5l7TTL0bbmTNRNT9N2Dr0SuOB > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:60rem;position:relative;display:block; }#fhXuTOeXywp2MonSyavxHuk0o83vk7Fw { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:4.5395832061767rem;left:3.1020832061767rem;height:2.925rem;font-style:normal;display:block; }#fhXuTOeXywp2MonSyavxHuk0o83vk7Fw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fhXuTOeXywp2MonSyavxHuk0o83vk7Fw li:before{  }
#VOE8GSBURv7yLD6aRA8XOf4VmRtpP0RW { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.2927083969119rem;left:3.1020832061767rem;height:2.925rem;font-style:normal;display:block; }#VOE8GSBURv7yLD6aRA8XOf4VmRtpP0RW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VOE8GSBURv7yLD6aRA8XOf4VmRtpP0RW li:before{  }
#mqGJB5HDs4g84UzlZVUmlr0WRbpNbszk { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:4.5395832061767rem;left:42.576042175293rem;height:2.925rem;font-style:normal;display:block; }#mqGJB5HDs4g84UzlZVUmlr0WRbpNbszk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mqGJB5HDs4g84UzlZVUmlr0WRbpNbszk li:before{  }
#KXc84yGDAlS5TpJCca33kFwDTQAbAINJ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:5.2708330154419rem;left:23rem;height:1.4625rem;font-style:normal;display:block; }#KXc84yGDAlS5TpJCca33kFwDTQAbAINJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KXc84yGDAlS5TpJCca33kFwDTQAbAINJ li:before{  }
#dHHmOkENmEn9XWNzM7Rw4nnRmtddi7QC { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:14.544792175293rem;left:3.1020832061767rem;height:2.925rem;font-style:normal;display:block; }#dHHmOkENmEn9XWNzM7Rw4nnRmtddi7QC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dHHmOkENmEn9XWNzM7Rw4nnRmtddi7QC li:before{  }
#sBy1iGfw7rgurIs6PSkPgmKdTcuNZtpp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:8.5614585876462rem;left:22.8125rem;height:4.3875rem;font-style:normal;display:block; }#sBy1iGfw7rgurIs6PSkPgmKdTcuNZtpp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sBy1iGfw7rgurIs6PSkPgmKdTcuNZtpp li:before{  }
#P3KVQ7xcUs9AXyi5aJPHaQBbv2ZpZBOz { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:13.244792938233rem;left:42.576042175293rem;height:5.525rem;font-style:normal;display:block; }#P3KVQ7xcUs9AXyi5aJPHaQBbv2ZpZBOz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P3KVQ7xcUs9AXyi5aJPHaQBbv2ZpZBOz li:before{  }
#n8un4ChxCKEw2AJukxeoAddohyTf0a8H { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:15.235416412354rem;left:23rem;height:1.4625rem;font-style:normal;display:block; }#n8un4ChxCKEw2AJukxeoAddohyTf0a8H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n8un4ChxCKEw2AJukxeoAddohyTf0a8H li:before{  }
#gcLHbXfTT3Gt8LGppxOMcashAdCaUfOd { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.2927083969119rem;left:42.576042175293rem;height:2.925rem;font-style:normal;display:block; }#gcLHbXfTT3Gt8LGppxOMcashAdCaUfOd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gcLHbXfTT3Gt8LGppxOMcashAdCaUfOd li:before{  }
#Tzg7izfiVrA2VtEsbLF838PqmOsZXMJm { box-sizing:content-box;height:17.125rem;width:16.0625rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),0.25);background-image:none;top:3.7020835876465rem;left:2.2270832061767rem;display:block; }
#pBi8islKeoA5zPoJGUmJankSFxlBqf4P { box-sizing:content-box;height:17.125rem;width:16.0625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-4),0.25);background-image:none;top:3.7020835876465rem;left:21.96875rem;display:block; }
#WZg1eucG8Fd20TWnHT3uu3KW4aIlAkn0 { box-sizing:content-box;height:17.125rem;width:16.0625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-4),0.25);background-image:none;top:3.6479167938233rem;left:41.326042175293rem;display:block; }
#zeapzzwJUrISP6m7545ZV90TosfQTuAr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.75rem;width:9.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:.03;top:-0.57916641235351rem;left:34.5rem; }
#ansSIfsbiyk1fMsa64uWspc95Uos7Z1S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.75rem;width:9.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:.03;top:15.733333587646rem;left:14.9375rem; }
#MaxhU6krfNURxg8y9Fb1l5SobQPqu3oT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:.03;top:17.469791412354rem;left:53.875rem; }
#dhyDgIJ8XQWg87l7TiyFgzsfHCgdCLAi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:.03;top:0.7822914123535rem;left:0rem; }
#F13MwgTAaMLKrpkQv1DTb18tL3sy3nWu { 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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:4.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.594791412354rem;left:22.03125rem;display:block; }
#MDkyTpOaDcyk4rEOJukWUL3MdC5HKt3W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QugfWgynGUvb1c6pdyu0NPAZHHTGqe1e { box-sizing:content-box;height:16.375rem;width:53.3125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-4),0.25);background-image:none;top:30.295833587646rem;left:3.1020832061767rem;display:block; }
#WGVki28DZnVTeTdNUwqZTkuTXVnOJBz9 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:31.395832061767rem;left:4.0625rem;height:12.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vmOXJrfIGsBgtzLCQHyZ4bga9Dwnpv9c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.25rem;width:8.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:.1;top:29.295833587646rem;left:1.6020832061768rem; }
#uRCr6UhkDHiwTDXtzyCZkVE5v2BORoBx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.25rem;width:8.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:.1;top:40.032291412354rem;left:49.263542175293rem; }
#LyBIONX9rKqWJIfOvCu10yV8m4V7QC4F { 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; }#LyBIONX9rKqWJIfOvCu10yV8m4V7QC4F > .row .container { background-color: transparent; background-image: none; }#LyBIONX9rKqWJIfOvCu10yV8m4V7QC4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyBIONX9rKqWJIfOvCu10yV8m4V7QC4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyBIONX9rKqWJIfOvCu10yV8m4V7QC4F > .row .container > .video-iframe-container { display: none; }#LyBIONX9rKqWJIfOvCu10yV8m4V7QC4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LyBIONX9rKqWJIfOvCu10yV8m4V7QC4F > .row > .video-iframe-container { display: none; }#LyBIONX9rKqWJIfOvCu10yV8m4V7QC4F > .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); }#LyBIONX9rKqWJIfOvCu10yV8m4V7QC4F > .row .container { border-width: 0; border-radius: 0; }#LyBIONX9rKqWJIfOvCu10yV8m4V7QC4F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LyBIONX9rKqWJIfOvCu10yV8m4V7QC4F > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:60rem;position:relative;display:block; }#aO5kxgZiIPpmIagk4WTfBiRbUTST2P3H { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4468746185302rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ON6SKW7UA1ghXxqH3PQlikq531ClS7Rq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4.375rem;top:2.2593746185302rem;left:5.90625rem;overflow:hidden;display:block; }
#sqLKSaoHG53qLQ28Qv1bDsr9lOKm2r4R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#sqLKSaoHG53qLQ28Qv1bDsr9lOKm2r4R > .row .container { background-color: transparent; background-image: none; }#sqLKSaoHG53qLQ28Qv1bDsr9lOKm2r4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqLKSaoHG53qLQ28Qv1bDsr9lOKm2r4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqLKSaoHG53qLQ28Qv1bDsr9lOKm2r4R > .row .container > .video-iframe-container { display: none; }#sqLKSaoHG53qLQ28Qv1bDsr9lOKm2r4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqLKSaoHG53qLQ28Qv1bDsr9lOKm2r4R > .row > .video-iframe-container { display: none; }#sqLKSaoHG53qLQ28Qv1bDsr9lOKm2r4R > .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); }#sqLKSaoHG53qLQ28Qv1bDsr9lOKm2r4R > .row .container { border-width: 0; border-radius: 0; }#sqLKSaoHG53qLQ28Qv1bDsr9lOKm2r4R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sqLKSaoHG53qLQ28Qv1bDsr9lOKm2r4R > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:60rem;position:relative;display:block; }#wTo14Cywq6HQDBazJThhGs1x34e8w2bX { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.75);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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.75rem;width:18.25rem;top:2.7625007629394rem;left:0rem;display:block; }
#UfJnkyRtnI0U6AdxyGNrosIzVDT2gKHN { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.75);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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.75rem;width:18.25rem;top:2.7625007629394rem;left:19.999999046326rem;display:block; }
#ZWFPwVfFJDbziuVtgozGI4LZpLN0hSyg { color:rgba(var(--color-secondary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.012499809265rem;left:1.84375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iLQeVZN0PqHQWxsEpR3lFZutIlVTkUTs { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:13.544792175293rem;left:1.84375rem;height:3.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mp90V7kTkFEXSRm3uLldcSd7vaCt3XBs { color:rgba(var(--color-secondary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.012499809265rem;left:21.843749046326rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#txdISvbsqTRViKdaNqtSrUzrWCXJeQUJ { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.75);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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.75rem;width:18.25rem;top:2.7625007629394rem;left:39.999999046326rem;display:block; }
#WuCciauC1FZ0Pfcqp95dQMXTe6MtXmBp { color:rgba(var(--color-secondary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.012499809265rem;left:41.84375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ISCCuR5US4fSUUGQWuH1W2vhqbfEGEet { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.8;letter-spacing:0;top:13.544792175293rem;left:41.843749046326rem;height:5.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DTSJqp0qWhDQAmmHx0mJPZw8ihNybCK5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:3.7624998092651rem;left:22.71875rem; }
#ZlgLrFT3HDh3M83kw37NCOc7qC3M6Nc1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3.8249998092651rem;left:1.84375rem; }
#zMXAl1h4S9TfPbDkiN2cR1FwdDRhPRa5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.7624998092651rem;left:41.96875rem; }
#mVAi4KT7c4NogJTU3K7UdMGIiS64zKFk { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.75);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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:18.5625rem;width:60rem;top:20.75rem;left:-0.0625rem;display:block; }
#fJDPR23nxVrZyryulKkdfg9nWdim5IT1 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:23.78125rem;left:2rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LQZpA7X9OzmK20QDL6aWre4zZl8yf0mx { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.8;letter-spacing:0;top:13.544792175293rem;left:21.843749046326rem;height:5.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O1B7hmSXXreS7g6G4VW6mfA5miepVSbl { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.962500572204rem;left:1.84375rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WN53k56IKQI9c1Jr6cEiCQJNfPNNwCoQ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.962500572204rem;left:21.843749046326rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iibtEIKhX4tr00pcUBTr7qzwZsSsTfb6 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.962500572204rem;left:41.843749046326rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mtgne9KnhLtK5IghwZ7H6Enbnfmq7JbF { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:3.5rem;top:22.104166984558rem;left:1.84375rem;overflow:hidden;display:block; }
#F3HPOt9Maqbex5vzu3fWg7A7NEZNqwKl { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:3.5rem;top:31.604166984558rem;left:1.84375rem;overflow:hidden;display:block; }
#ZGMZPb650zDnUO4X58NxDrcu88qtnalJ { 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; }#ZGMZPb650zDnUO4X58NxDrcu88qtnalJ > .row .container { background-color: transparent; background-image: none; }#ZGMZPb650zDnUO4X58NxDrcu88qtnalJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGMZPb650zDnUO4X58NxDrcu88qtnalJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGMZPb650zDnUO4X58NxDrcu88qtnalJ > .row .container > .video-iframe-container { display: none; }#ZGMZPb650zDnUO4X58NxDrcu88qtnalJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGMZPb650zDnUO4X58NxDrcu88qtnalJ > .row > .video-iframe-container { display: none; }#ZGMZPb650zDnUO4X58NxDrcu88qtnalJ > .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); }#ZGMZPb650zDnUO4X58NxDrcu88qtnalJ > .row .container { border-width: 0; border-radius: 0; }#ZGMZPb650zDnUO4X58NxDrcu88qtnalJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZGMZPb650zDnUO4X58NxDrcu88qtnalJ > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:60rem;position:relative;display:block; }#LizKA7F9aRzIhitNlgH8v6I0oKNQ31Id { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4468746185302rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#immdq1yUugMvPyDuteSJVlQdOnh7l2Qz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4.375rem;top:2.2447919845581rem;left:5.96875rem;overflow:hidden;display:block; }
#yw5MItOtaImdmaK8tBqtZeVkhN5f5OuB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#yw5MItOtaImdmaK8tBqtZeVkhN5f5OuB > .row .container { background-color: transparent; background-image: none; }#yw5MItOtaImdmaK8tBqtZeVkhN5f5OuB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yw5MItOtaImdmaK8tBqtZeVkhN5f5OuB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yw5MItOtaImdmaK8tBqtZeVkhN5f5OuB > .row .container > .video-iframe-container { display: none; }#yw5MItOtaImdmaK8tBqtZeVkhN5f5OuB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yw5MItOtaImdmaK8tBqtZeVkhN5f5OuB > .row > .video-iframe-container { display: none; }#yw5MItOtaImdmaK8tBqtZeVkhN5f5OuB > .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); }#yw5MItOtaImdmaK8tBqtZeVkhN5f5OuB > .row .container { border-width: 0; border-radius: 0; }#yw5MItOtaImdmaK8tBqtZeVkhN5f5OuB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yw5MItOtaImdmaK8tBqtZeVkhN5f5OuB > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:60rem;position:relative;display:block; }#TzgbIL8KqFzgP6lAlPFl4eVuSJMhvwK1 { color:rgba(var(--color-secondary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.3624992370606rem;left:40.25rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dpxuKarS4wLT0FhsvX0D54VEsa5vNbgO { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.75);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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:24.8125rem;width:26.125rem;top:2.8374986648559rem;left:0rem;display:block; }
#A7IQQrLsDr52fNNBWlJVq1BDriIP3qcg { color:rgba(var(--color-secondary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.33749961853rem;left:6rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U6i7mJ7DmrPAKcLEABSmB3MDtkbblX1g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.125rem;left:36.3125rem; }
#r2qTT0UJIGO9t1L5qCXPfOg72KOy4mKm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.125rem;left:1.875rem; }
#CfFH5JTpX2SSTfTM8IUoNHAg94oZv9HK { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.75);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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:24.6875rem;width:26.125rem;top:2.9479150772095rem;left:33.875rem;display:block; }
#FO9vLeRLBWKMigdWte5gK0IPWEBuIgVJ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:9.8875007629394rem;left:2.53125rem;height:11.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#FO9vLeRLBWKMigdWte5gK0IPWEBuIgVJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FO9vLeRLBWKMigdWte5gK0IPWEBuIgVJ li:before{  }
#XPkD1hbVxGXB4WHAk08sN3Axs4lgeyKJ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:12.449999809265rem;left:36.4375rem;height:11.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XPkD1hbVxGXB4WHAk08sN3Axs4lgeyKJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XPkD1hbVxGXB4WHAk08sN3Axs4lgeyKJ li:before{  }
#H3Kf5AkPF0IKNhBcurh9H9Tzwre1rL8N { 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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:4.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:41.875rem;left:22.03125rem;display:block; }
#FM6yFI8ebTEHiwHQV9ba4KB6abCJIZfk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kuCstiuy877rT7oimK9wd8UUUXGgsJAR { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.75);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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:11.3125rem;width:60rem;top:28.749999046326rem;left:0rem;display:block; }
#VzaT5nHQxhRJgNU5aol7clymEzgdCBG3 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:31.59375rem;left:2.4375rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WArDXrBB7SPfM7NUXJlzWzJfUeUPWW8P { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:3.5rem;top:29.916666984558rem;left:2.5479164123535rem;overflow:hidden;display:block; }
#aWO9SyHfmE5nehSf3uPcGN46LFtQNP0C { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.8874988555906rem;left:40.25rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/pdRUUOnm/bg6.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL.adaptive-delivery-prevent-bg, #hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL.lazyload, #hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL.lazyloading { background-image: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container { background-color: transparent; background-image: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container > .video-iframe-container { display: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row > .video-iframe-container { display: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .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); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container { border-width: 0; border-radius: 0; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb { 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; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container { background-color: transparent; background-image: none; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container > .video-iframe-container { display: none; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row > .video-iframe-container { display: none; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .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); }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container { border-width: 0; border-radius: 0; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:60rem;position:relative;display:block; }#KG2shWCVRDzqetbrex9IaDvc2IZIaEBP { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.7687492370606rem;left:0rem;height:3.98125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r5yBafblynaPbbiLtV8zzAPGUENcJx6P { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4.375rem;top:2.5666666030884rem;left:25.0625rem;overflow:hidden;display:block; }
#LHZmrbztbTN3AXqSl3qmACQR4CzN808a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/357b820c-65e0-471e-ac96-ec4856f8b596/background2076336_1280.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a.adaptive-delivery-prevent-bg, #LHZmrbztbTN3AXqSl3qmACQR4CzN808a.lazyload, #LHZmrbztbTN3AXqSl3qmACQR4CzN808a.lazyloading { background-image: none; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { background-color: transparent; background-image: none; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container > .video-iframe-container { display: none; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row > .video-iframe-container { display: none; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .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); }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { border-width: 0; border-radius: 0; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:60rem;position:relative;display:block; }#tmNXFb1EN2mC691kSbiK9w6xmiEKOvqM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.0625rem;width:21.5rem;top:2.125rem;left:30.818748474121rem;overflow:hidden;display:block; }
#vbvXRsCbTXaXaU8TwkTV7ALt8q6VEAGD { color:rgba(var(--color-tertiary-3),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:2.125rem;left:2.53125rem;height:33.84375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SWdE5KHP30zEP3sEUn5b8e2ICi7XXFA0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:13.5625rem;left:25.46875rem;overflow:hidden;display:block; }
#B1ryaiISczFks5lRLTv5IUE961xhUo9Z { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:29.4375rem;left:25.46875rem;overflow:hidden;display:block; }
#bub2CBWxxf4H758yizbe94razKwUCLVi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eafbeb;background-image:url("https://images.assets-landingi.com/uc/065f6b76-0561-43ef-8302-81618637d106/lotus7287044_1280.jpg");background-position:top 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; }#bub2CBWxxf4H758yizbe94razKwUCLVi.adaptive-delivery-prevent-bg, #bub2CBWxxf4H758yizbe94razKwUCLVi.lazyload, #bub2CBWxxf4H758yizbe94razKwUCLVi.lazyloading { background-image: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { background-color: transparent; background-image: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container > .video-iframe-container { display: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container { display: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .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); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { border-width: 0; border-radius: 0; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#BbNL00ycXqy660BmcMZlzX7RbSVvqaAp { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.75);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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:27.6875rem;width:60rem;top:3.0624933242798rem;left:0rem;display:block; }
#S6RmWNysCdLsWg3D0AhcMeXFT3bkXlvf { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:5.6322917938233rem;left:34.25rem;overflow:hidden;display:block; }
#TsyPRq9UnoNEIVT03l3dTnUZ4NlFmsfs { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.1947917938231rem;left:34.25rem;height:3.98125rem;font-style:normal;display:block; }
#qxhMUgBBwSfBUDziKeIqOw8351aPE3sN { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.4375rem;left:34.09375rem;height:1.7875rem;font-style:normal;display:block; }
#fJRh7lFqfs2QyyLP26uNRg5QfXT10ST2 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:12.113541603088rem;left:34.25rem;height:4.05rem;font-style:normal;display:block; }
#bPr49LRT2h0W2GT4LuUVkB3TeXvfKNvT { color:rgba(var(--color-secondary-2),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.8;letter-spacing:0;top:19.22500038147rem;left:34.25rem;height:2.7rem;font-style:normal;display:block; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-form-header {  }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:#774c3e;width:25rem;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;text-align:center;text-align-last:center;overflow:hidden;line-height:1.7;font-style:normal; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-text { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:3.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-text {padding-top: 0; padding-bottom: 0;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-textarea { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .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:25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-select {padding-top: 0; padding-bottom: 0;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .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; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-button { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#005849;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:5.375rem;margin-bottom:0.25rem;margin-left:5.375rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#f2f9ff;width:14.1875rem;height:4.1875rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.875rem;font-weight:300;color:#774c3e;vertical-align:top;width:23.5625rem;overflow:hidden;font-style:normal; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .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; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .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; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-container { padding-top:0.6875rem;padding-right:0;padding-bottom:0.6875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-container:first-of-type{padding-top:0;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-container:last-of-type{padding-bottom:0;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.4124984741211rem;left:1.25rem; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga {display:block;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.4124984741211rem;left:1.25rem; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #ZJgpzT4n72hbIFXF1dZNRvDz9V0vGTPa { position:relative; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #vvzQtu4ypT0hoac8TVbrvGby4U57so9y { position:relative;display:block; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #fWnEiLIqt8cnFMrQvJDSqLRa7yLZ6IT6 { position:relative; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #Hn8BmOh08pGqQRzXRTbddUcPJrJRJPT8 { position:relative; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #uzXn7HBJbssNBL945aQbvTMCvUbdKNFS { position:relative;display:block; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #HXRsAng3uKrdNdgR4Qy7FSXIUdK8HRZU { position:relative; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #yaSH1lt3UP2MBQCewWye42TEKTH0EJqX { position:relative; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #Dm8XCA4WXlER9E8BZDiPSlM3G1BBULLg { position:relative;z-index:2; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #HUgdTc7rdQZQRMCL1MePNh9imqvXQk0t { position:relative; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #ZES3ME03pEtox4v89ymRuXUXxU8nJFXJ { position:relative; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #J6mIN1MS7QfOTPSq4wx1UCCEoTOE8fOK { position:relative;display:block; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #R8MUmk7aUpcctPqlx61MPV2EeXJ4dxto { position:relative; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #TWR320s7xpo0iAK1Vl9D7WdI3hJXKngF { position:relative; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #M0yfQwcQIMwSAph64humXRgp5asTBBn2 { position:relative; }
#cR8toZ2SzZnGsIzNiy7t5uKdFeISPmAf { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:23.137500762939rem;left:34.25rem;height:2.025rem;font-style:normal;display:block; }
#NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e0da;background-image:url("https://images.assets-landingi.com/pdRUUOnm/bg6.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4.adaptive-delivery-prevent-bg, #NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4.lazyload, #NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4.lazyloading { background-image: none; }#NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4 > .row .container { background-color: transparent; background-image: none; }#NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4 > .row .container > .video-iframe-container { display: none; }#NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4 > .row > .video-iframe-container { display: none; }#NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4 > .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); }#NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4 > .row .container { border-width: 0; border-radius: 0; }#NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z { display:block; }#ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0MMawMZfs08JANbXwUNHxKPFID8adEm { top:9.75rem;left:18rem;width:29.75rem;height:11.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU7X4skTuTZ33E1UoQ42Mtz9MHECWgR2 { top:7.5625rem;left:23.875rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUOMJIfPLV96Lre9TF2T11LMIEk6r8Rg { top:24.25rem;left:18.25rem;width:29.5rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBmBPg9lPHuUlAbMJnKhFCt6uROXMySS { top:27.4375rem;left:18.3125rem;width:29.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9la6lVaTIOm9N635WaaO34CmqtphlnE { width:15.9375rem;height:4.1875rem;top:58.9375rem;left:23.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgrET7TPJxAC1HtgkhuXFA5yVZmKVtcm { display:block; }
 }@media only screen and (max-width: 763px) { #pCzwTPTJ4buada9B7pikm4fFw3RvaKPU { top:31.6875rem;left:18.3125rem;width:29.125rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOI48qvgt24gdB582voPHSQpFCVJuSxe { top:39.125rem;left:18.3125rem;width:29.4375rem;height:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1Pb8Difng7hG7VzDUSTG6Xa6MEKlI0z { top:48.8125rem;left:18.3125rem;width:29.4375rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nw7a26R2SXAwRNh3DpOoCAV7LxQWV4lK { top:3.5625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2SQAf6Q5WpW5yk8dGuAPr0Tig8SsLJM { top:2.3125rem;left:8.09375rem;width:4.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqoP4CPf5lRpmPiUWkLuKGKP0kx2xw1R { display:block; }#FqoP4CPf5lRpmPiUWkLuKGKP0kx2xw1R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRwpTZW2kqWugTsnt60Cqpr10dxZCoGM { top:39.875rem;left:12.75rem;width:33.25rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvRwebLtxi2ZwOry8OCadIFCA1mJWomG { top:11.0625rem;left:5.2749996185303rem;width:35.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #rUddktwzaHSRzzKGDuJlVdkhzsvoiEy0 { top:7.25rem;left:5.2749996185303rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yezg1VfThFGufATEofKV9WIZAy1PRfAu { top:5.625rem;left:12.75rem;width:33rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFVkGzwcNpCfLNWHyLcshLEEE6voNsV4 { top:16.125rem;left:43.837501525879rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfCtcEotH73Kv4JTxebM2GGMQrK15NKH { top:19.9375rem;left:9.52499961853rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #wqcSCrzuKdq0cIUlFEnKoxDgrbV27Mmh { top:2.25rem;left:2.9312496185302rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnZyU6WhVTfqroWKaI9NV7b679IWhDgi { top:25.0625rem;left:5.2124996185303rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4vBLuZIiOkddJnEN8DsFxUuLPSDSwAz { top:28.875rem;left:5.2749996185303rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #nusc2cmAXSOJDkIvSGDMwoOp1qvzbKvy { top:11.0625rem;left:41.368751525879rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD6sWH2csdHcVO7Go5Ffi2bxwNQ5qpgt { top:20rem;left:2.9312496185302rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcOfEDGirlBea1iGOsi8C2VaRC57FkQu { top:28.9375rem;left:40.75rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEWXmhLblIFCmFy37THyX9bpWUSV6113 { top:34rem;left:43.21875rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOI9BT266AL0BFBRmeeFqs4T2yq8ilT1 { top:37.8125rem;left:8.78125rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #D11R3ge7nisnhLQCTUnbH0shfpWRmUSh { top:37.875rem;left:2.8062496185302rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSEP2Xf6rcI5pvGemD0R71ucodZeGvvR { top:5.625rem;left:12.625rem;width:33.25rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKDzsCpAnKHlRFONt8sBBNPMhoJ8OX8R { top:14.375rem;left:5.2749996185303rem;width:33.25rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrqlWNVeHiAyLCwf4kdbxiX1qIWhi6o6 { top:21.8125rem;left:12.6875rem;width:33.25rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssf9Fv2BAfrWCCHkak1b5gq24SxTcRf8 { top:30.875rem;left:5.2749996185303rem;width:33.25rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { top:3.4375rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHK9WTxypqflTJCg247N8QuSZTsNclV3 { top:2.25rem;left:0.65625rem;width:4.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATgTgqgGsEleDa1BDTTcOzWTXVmQXUbm { display:block; }#ATgTgqgGsEleDa1BDTTcOzWTXVmQXUbm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk { display:block; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl7NLSfpNkMwwlXv1hH2oIUZrtDJfZ63 { top:0rem;left:0rem;width:18.25rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWsGiGxb95R7dx1zNpWT7q1py6Etpu0l { top:2.125rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is1rQbBxZDbFe9TVSObn1z40yV7mWx3v { top:0rem;left:13.5rem;width:18.25rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXMZs7JHiPf2ozC8vmNnTNnKQEsEz1nz { top:2.125rem;left:16.562501907349rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPDo5gZ8pzDyK9QLg2TcqHXWMDODWzyR { top:9.8125rem;left:0rem;width:14.25rem;height:4.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUVFZB3yboy9kiwRnSEDLLll5pttTLzZ { top:9.8125rem;left:16.125rem;width:15.625rem;height:4.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKH6ofHDRE06V9tgV2uQ1Gqtu0OIZfzE { top:0rem;left:29.375rem;width:18.25rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmVAiCgkLA2G8ShJprIV3tJQyOeM3LNE { top:9.8125rem;left:32.3125rem;width:15.3125rem;height:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4EMng8T31ZPp91RaehdMK9Fc7XKoUSv { top:2.125rem;left:33.312501907349rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp { display:block; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T23lImt9lxXTprN6ku0QlNLTXW9HEDk0 { top:0rem;left:0rem;width:18.25rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwzm5JWgt8IEXGM2TVuMup4fZrZL18AJ { top:0rem;left:13.5rem;width:18.25rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNbMSCrxr802zWT13pe4Tn8XwtiNAzPc { top:2.25rem;left:16.562501907349rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7y9XZvJIhgfzNrxhVCG6uuoGeptZSr { top:0rem;left:29.375rem;width:18.25rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqQMfx5kq7hdP7axhpJXdogOC3TMsiHs { top:9.9375rem;left:16.562501907349rem;width:15.0625rem;height:4.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLB1QZuPeyAXlS3zpmWlNSShn3Ccghsi { top:9.9375rem;left:32.5rem;width:15.125rem;height:4.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeLyPTOMb4z30Hcml6BThyLlULdAJh6H { top:2.25rem;left:33.312501907349rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM1S8MvE3HRaWzUGq3vQXP9XHwV1KTrL { top:8.9375rem;left:0rem;width:14.1875rem;height:6.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysTH28koyQu0Dufn8TMVLrfgbDMpo0aE { width:15.9375rem;height:4.1875rem;top:18.3125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNZSPEesVeSXX1SU5XTEedy3Tkkd9rN0 { display:block; }
 }@media only screen and (max-width: 763px) { #eKztL1x9LiUOxOTfkWOKpkIQrJiCrVJ4 { top:2.5625rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB { display:block; }#PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dO8dUly1JnWGhMBVosrBnyUJ7zayMUGU { top:8.8125rem;left:1.0625rem;width:41.8125rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEVg3f1B47JPEVH6TByRFXKKAkDveiD8 { top:3.5rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h935rkqftl8gRi32lfEtL3rxpdWdTLX8 { top:19.25rem;left:1.0625rem;width:37.5rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xywgpl7lgoSCThoDeq9yyHA7n1oOAeST { top:27.9375rem;left:1.0625rem;width:36.8125rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixgLg8WzmVqJTeS1xhb50cGkFTPU2LdJ { top:36.8125rem;left:1.0625rem;width:37.375rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyI6nvw5R1NDcHHfnDR1y0liTLGQuQkT { top:16.6875rem;left:1.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciGdPa0cVamTNNzyfnKDzys9WksgDexH { top:25.1875rem;left:1.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7aKC3L5z3uGf5KgpzK0bCZ0z02qZXCf { top:34.375rem;left:1.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #taKMUwtwpIHf4DGJ3n8ToWvnFlF6tcQA { top:2.3125rem;left:1.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #koxXIfitLsKEzTiHW4gwmIkRIFMx7ntZ { display:block; }#koxXIfitLsKEzTiHW4gwmIkRIFMx7ntZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6mwGfczFnf0m2mDUXWJA0u4wbB1hwHg { top:3.4375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xczRFsmcNntmP5EUrvLybUvsyEHci3vi { top:2.1875rem;left:0rem;width:4.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN20sEs5l7TTL0bbmTNRNT9N2Dr0SuOB { display:block; }#IN20sEs5l7TTL0bbmTNRNT9N2Dr0SuOB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhXuTOeXywp2MonSyavxHuk0o83vk7Fw { top:4.5rem;left:0rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }#fhXuTOeXywp2MonSyavxHuk0o83vk7Fw li:before{  }
 }@media only screen and (max-width: 763px) { #VOE8GSBURv7yLD6aRA8XOf4VmRtpP0RW { top:9.25rem;left:0rem;width:14rem;height:2.875rem;font-size:1.125rem;display:block; }#VOE8GSBURv7yLD6aRA8XOf4VmRtpP0RW li:before{  }
 }@media only screen and (max-width: 763px) { #mqGJB5HDs4g84UzlZVUmlr0WRbpNbszk { top:4.5rem;left:32.875rem;width:14.875rem;height:2.875rem;font-size:1.125rem;display:block; }#mqGJB5HDs4g84UzlZVUmlr0WRbpNbszk li:before{  }
 }@media only screen and (max-width: 763px) { #KXc84yGDAlS5TpJCca33kFwDTQAbAINJ { top:5.25rem;left:16.875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }#KXc84yGDAlS5TpJCca33kFwDTQAbAINJ li:before{  }
 }@media only screen and (max-width: 763px) { #dHHmOkENmEn9XWNzM7Rw4nnRmtddi7QC { top:14.5rem;left:0rem;width:14.4375rem;height:2.875rem;font-size:1.125rem;display:block; }#dHHmOkENmEn9XWNzM7Rw4nnRmtddi7QC li:before{  }
 }@media only screen and (max-width: 763px) { #sBy1iGfw7rgurIs6PSkPgmKdTcuNZtpp { top:8.5rem;left:16.6875rem;width:12.875rem;height:4.375rem;font-size:1.125rem;display:block; }#sBy1iGfw7rgurIs6PSkPgmKdTcuNZtpp li:before{  }
 }@media only screen and (max-width: 763px) { #P3KVQ7xcUs9AXyi5aJPHaQBbv2ZpZBOz { top:13.1875rem;left:31.6875rem;width:14.75rem;height:6.9375rem;font-size:1.0625rem;display:block; }#P3KVQ7xcUs9AXyi5aJPHaQBbv2ZpZBOz li:before{  }
 }@media only screen and (max-width: 763px) { #n8un4ChxCKEw2AJukxeoAddohyTf0a8H { top:15.1875rem;left:16.875rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }#n8un4ChxCKEw2AJukxeoAddohyTf0a8H li:before{  }
 }@media only screen and (max-width: 763px) { #gcLHbXfTT3Gt8LGppxOMcashAdCaUfOd { top:9.25rem;left:33.75rem;width:14rem;height:2.875rem;font-size:1.125rem;display:block; }#gcLHbXfTT3Gt8LGppxOMcashAdCaUfOd li:before{  }
 }@media only screen and (max-width: 763px) { #Tzg7izfiVrA2VtEsbLF838PqmOsZXMJm { top:3.6875rem;left:0rem;width:16.0625rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBi8islKeoA5zPoJGUmJankSFxlBqf4P { top:3.6875rem;left:15.84375rem;width:16.0625rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZg1eucG8Fd20TWnHT3uu3KW4aIlAkn0 { top:3.625rem;left:31.6875rem;width:16.0625rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeapzzwJUrISP6m7545ZV90TosfQTuAr { top:-0.5625rem;left:28.375rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ansSIfsbiyk1fMsa64uWspc95Uos7Z1S { top:15.6875rem;left:8.8125rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaxhU6krfNURxg8y9Fb1l5SobQPqu3oT { top:17.4375rem;left:41.625rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhyDgIJ8XQWg87l7TiyFgzsfHCgdCLAi { top:0.75rem;left:0rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F13MwgTAaMLKrpkQv1DTb18tL3sy3nWu { width:15.9375rem;height:4.1875rem;top:23.5625rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDkyTpOaDcyk4rEOJukWUL3MdC5HKt3W { display:block; }
 }@media only screen and (max-width: 763px) { #QugfWgynGUvb1c6pdyu0NPAZHHTGqe1e { top:30.25rem;left:0rem;width:47.75rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGVki28DZnVTeTdNUwqZTkuTXVnOJBz9 { top:31.375rem;left:0rem;width:47.75rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmOXJrfIGsBgtzLCQHyZ4bga9Dwnpv9c { top:29.25rem;left:0rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRCr6UhkDHiwTDXtzyCZkVE5v2BORoBx { top:40rem;left:39.5rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyBIONX9rKqWJIfOvCu10yV8m4V7QC4F { display:block; }#LyBIONX9rKqWJIfOvCu10yV8m4V7QC4F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aO5kxgZiIPpmIagk4WTfBiRbUTST2P3H { top:3.4375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON6SKW7UA1ghXxqH3PQlikq531ClS7Rq { top:2.25rem;left:0rem;width:4.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqLKSaoHG53qLQ28Qv1bDsr9lOKm2r4R { display:block; }#sqLKSaoHG53qLQ28Qv1bDsr9lOKm2r4R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTo14Cywq6HQDBazJThhGs1x34e8w2bX { top:2.75rem;left:0rem;width:18.25rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfJnkyRtnI0U6AdxyGNrosIzVDT2gKHN { top:2.75rem;left:0rem;width:18.25rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWFPwVfFJDbziuVtgozGI4LZpLN0hSyg { top:9rem;left:0rem;width:14.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLQeVZN0PqHQWxsEpR3lFZutIlVTkUTs { top:13.5rem;left:0rem;width:14.25rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp90V7kTkFEXSRm3uLldcSd7vaCt3XBs { top:9rem;left:15.875rem;width:14.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #txdISvbsqTRViKdaNqtSrUzrWCXJeQUJ { top:2.75rem;left:13.5rem;width:18.25rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuCciauC1FZ0Pfcqp95dQMXTe6MtXmBp { top:9rem;left:31.75rem;width:14.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISCCuR5US4fSUUGQWuH1W2vhqbfEGEet { top:13.5rem;left:31.75rem;width:14.125rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTSJqp0qWhDQAmmHx0mJPZw8ihNybCK5 { top:3.75rem;left:16.53125rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlgLrFT3HDh3M83kw37NCOc7qC3M6Nc1 { top:3.8125rem;left:0rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMXAl1h4S9TfPbDkiN2cR1FwdDRhPRa5 { top:2.75rem;left:31.75rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVAi4KT7c4NogJTU3K7UdMGIiS64zKFk { top:20.75rem;left:0rem;width:47.75rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJDPR23nxVrZyryulKkdfg9nWdim5IT1 { top:23.75rem;left:0rem;width:47.75rem;height:15rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQZpA7X9OzmK20QDL6aWre4zZl8yf0mx { top:13.5rem;left:15.875rem;width:14.125rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1B7hmSXXreS7g6G4VW6mfA5miepVSbl { top:10.9375rem;left:0rem;width:14.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN53k56IKQI9c1Jr6cEiCQJNfPNNwCoQ { top:10.9375rem;left:15.875rem;width:14.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iibtEIKhX4tr00pcUBTr7qzwZsSsTfb6 { top:10.9375rem;left:31.75rem;width:14.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mtgne9KnhLtK5IghwZ7H6Enbnfmq7JbF { top:22.0625rem;left:0rem;width:3.5rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3HPOt9Maqbex5vzu3fWg7A7NEZNqwKl { top:31.5625rem;left:0rem;width:3.5rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGMZPb650zDnUO4X58NxDrcu88qtnalJ { display:block; }#ZGMZPb650zDnUO4X58NxDrcu88qtnalJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LizKA7F9aRzIhitNlgH8v6I0oKNQ31Id { top:3.4375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #immdq1yUugMvPyDuteSJVlQdOnh7l2Qz { top:2.1875rem;left:0rem;width:4.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw5MItOtaImdmaK8tBqtZeVkhN5f5OuB { display:block; }#yw5MItOtaImdmaK8tBqtZeVkhN5f5OuB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzgbIL8KqFzgP6lAlPFl4eVuSJMhvwK1 { width:8.75rem;height:3.875rem;top:5.3125rem;left:34.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpxuKarS4wLT0FhsvX0D54VEsa5vNbgO { width:26.125rem;height:24.8125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7IQQrLsDr52fNNBWlJVq1BDriIP3qcg { width:8.75rem;height:1.9375rem;top:6.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6i7mJ7DmrPAKcLEABSmB3MDtkbblX1g { top:4.125rem;left:30.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2qTT0UJIGO9t1L5qCXPfOg72KOy4mKm { top:4.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfFH5JTpX2SSTfTM8IUoNHAg94oZv9HK { width:26.125rem;height:24.6875rem;top:2.9375rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO9vLeRLBWKMigdWte5gK0IPWEBuIgVJ { top:9.875rem;left:0rem;width:21.0625rem;height:11.125rem;font-size:1.0625rem;display:block; }#FO9vLeRLBWKMigdWte5gK0IPWEBuIgVJ li:before{  }
 }@media only screen and (max-width: 763px) { #XPkD1hbVxGXB4WHAk08sN3Axs4lgeyKJ { top:12.4375rem;left:25.5625rem;width:22.1875rem;height:12.8125rem;font-size:1.0625rem;display:block; }#XPkD1hbVxGXB4WHAk08sN3Axs4lgeyKJ li:before{  }
 }@media only screen and (max-width: 763px) { #H3Kf5AkPF0IKNhBcurh9H9Tzwre1rL8N { width:15.9375rem;height:4.1875rem;top:41.875rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM6yFI8ebTEHiwHQV9ba4KB6abCJIZfk { display:block; }
 }@media only screen and (max-width: 763px) { #kuCstiuy877rT7oimK9wd8UUUXGgsJAR { top:28.6875rem;left:0rem;width:47.75rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzaT5nHQxhRJgNU5aol7clymEzgdCBG3 { top:31.5625rem;left:0rem;width:47.75rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WArDXrBB7SPfM7NUXJlzWzJfUeUPWW8P { top:29.875rem;left:0rem;width:3.5rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWO9SyHfmE5nehSf3uPcGN46LFtQNP0C { top:9.875rem;left:33.1875rem;width:14.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL { display:block; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb { display:block; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KG2shWCVRDzqetbrex9IaDvc2IZIaEBP { top:3.75rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5yBafblynaPbbiLtV8zzAPGUENcJx6P { top:2.5625rem;left:18.9375rem;width:4.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHZmrbztbTN3AXqSl3qmACQR4CzN808a { display:block; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmNXFb1EN2mC691kSbiK9w6xmiEKOvqM { top:2.125rem;left:23.875rem;width:21.5rem;height:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbvXRsCbTXaXaU8TwkTV7ALt8q6VEAGD { top:2.125rem;left:0rem;width:26.5625rem;height:37.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWdE5KHP30zEP3sEUn5b8e2ICi7XXFA0 { top:13.5625rem;left:20.1875rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1ryaiISczFks5lRLTv5IUE961xhUo9Z { top:29.4375rem;left:20.1875rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bub2CBWxxf4H758yizbe94razKwUCLVi { display:block; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbNL00ycXqy660BmcMZlzX7RbSVvqaAp { top:3rem;left:0rem;width:47.75rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6RmWNysCdLsWg3D0AhcMeXFT3bkXlvf { top:5.625rem;left:25.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsyPRq9UnoNEIVT03l3dTnUZ4NlFmsfs { top:7.1875rem;left:22.625rem;width:25.125rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxhMUgBBwSfBUDziKeIqOw8351aPE3sN { top:17.4375rem;left:24.90625rem;width:21.8125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJRh7lFqfs2QyyLP26uNRg5QfXT10ST2 { top:12.0625rem;left:23rem;width:24.75rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPr49LRT2h0W2GT4LuUVkB3TeXvfKNvT { top:19.1875rem;left:23rem;width:24.75rem;height:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-text {padding-top: 0; padding-bottom: 0;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-select {padding-top: 0; padding-bottom: 0;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-button { width:14.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.375rem; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-checkbox-label { width:23.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga  { width:25rem;height:auto;top:4.375rem;left:0rem; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga {display:block;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga { width:25rem;height:auto;top:4.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #ZJgpzT4n72hbIFXF1dZNRvDz9V0vGTPa {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #vvzQtu4ypT0hoac8TVbrvGby4U57so9y { display:block; }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #fWnEiLIqt8cnFMrQvJDSqLRa7yLZ6IT6 {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #Hn8BmOh08pGqQRzXRTbddUcPJrJRJPT8 {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #uzXn7HBJbssNBL945aQbvTMCvUbdKNFS { display:block; }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #HXRsAng3uKrdNdgR4Qy7FSXIUdK8HRZU {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #yaSH1lt3UP2MBQCewWye42TEKTH0EJqX {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #Dm8XCA4WXlER9E8BZDiPSlM3G1BBULLg {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #HUgdTc7rdQZQRMCL1MePNh9imqvXQk0t {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #ZES3ME03pEtox4v89ymRuXUXxU8nJFXJ {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #J6mIN1MS7QfOTPSq4wx1UCCEoTOE8fOK {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #R8MUmk7aUpcctPqlx61MPV2EeXJ4dxto {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #TWR320s7xpo0iAK1Vl9D7WdI3hJXKngF {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #M0yfQwcQIMwSAph64humXRgp5asTBBn2 {  }
 }@media only screen and (max-width: 763px) { #cR8toZ2SzZnGsIzNiy7t5uKdFeISPmAf { top:23.125rem;left:23rem;width:24.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4 { display:block; }#NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3b39c64f-9b08-4020-bdc0-c1c4fb686348/mandalabackground4428298_1280.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z.adaptive-delivery-prevent-bg, #ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z.lazyload, #ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z.lazyloading { background-image: none; }#ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z > .row .container { background-color: transparent; background-image: none; }#ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z > .row .container > .video-iframe-container { display: none; }#ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z > .row > .video-iframe-container { display: none; }#ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z > .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); }#ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z > .row .container { border-width: 0; border-radius: 0; }#ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ccJyJNnznL1uQPUdC8xtKCdDMsSIrE7Z > .row .container { width:20rem;height:74rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0MMawMZfs08JANbXwUNHxKPFID8adEm { width:20rem;height:7.8rem;top:7.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LU7X4skTuTZ33E1UoQ42Mtz9MHECWgR2 { width:3.6875rem;height:3.6875rem;top:6.362500190735rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUOMJIfPLV96Lre9TF2T11LMIEk6r8Rg { width:20rem;height:1.95rem;top:18.737500190735rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#5d1d2d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HBmBPg9lPHuUlAbMJnKhFCt6uROXMySS { width:20rem;height:3.6rem;top:22.262499809265rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#5d1d2d;display:block; }
 }@media only screen and (max-width: 763px) { #o9la6lVaTIOm9N635WaaO34CmqtphlnE { width:15.9375rem;height:4.1875rem;top:68.6125rem;left:2rem;background-color:#5d1d2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cgrET7TPJxAC1HtgkhuXFA5yVZmKVtcm { display:block; }
 }@media only screen and (max-width: 763px) { #pCzwTPTJ4buada9B7pikm4fFw3RvaKPU { width:20rem;height:8.1rem;top:27.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#5d1d2d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MOI48qvgt24gdB582voPHSQpFCVJuSxe { width:20rem;height:12.15rem;top:37.85000038147rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#5d1d2d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Q1Pb8Difng7hG7VzDUSTG6Xa6MEKlI0z { width:20rem;height:16.2rem;top:52.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#5d1d2d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nw7a26R2SXAwRNh3DpOoCAV7LxQWV4lK { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K2SQAf6Q5WpW5yk8dGuAPr0Tig8SsLJM { width:4.375rem;height:1.25rem;top:7.7rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqoP4CPf5lRpmPiUWkLuKGKP0kx2xw1R { display:block; }#FqoP4CPf5lRpmPiUWkLuKGKP0kx2xw1R > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRwpTZW2kqWugTsnt60Cqpr10dxZCoGM { width:20rem;height:9.2625rem;top:54.9375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tvRwebLtxi2ZwOry8OCadIFCA1mJWomG { width:19.875rem;height:0;top:11.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUddktwzaHSRzzKGDuJlVdkhzsvoiEy0 { width:0;height:3.75rem;top:7.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yezg1VfThFGufATEofKV9WIZAy1PRfAu { width:18.6875rem;height:1.4625rem;top:14.9875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NFVkGzwcNpCfLNWHyLcshLEEE6voNsV4 { width:0;height:3.75rem;top:16.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sfCtcEotH73Kv4JTxebM2GGMQrK15NKH { width:19.875rem;height:0;top:19.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqcSCrzuKdq0cIUlFEnKoxDgrbV27Mmh { display:flex;width:3.6875rem;height:3.6875rem;top:1.25rem;left:8.15625rem; }
 }@media only screen and (max-width: 763px) { #QnZyU6WhVTfqroWKaI9NV7b679IWhDgi { width:0;height:3.75rem;top:25.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4vBLuZIiOkddJnEN8DsFxUuLPSDSwAz { width:19.875rem;height:0;top:28.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nusc2cmAXSOJDkIvSGDMwoOp1qvzbKvy { display:flex;width:3.75rem;height:3.75rem;top:12.019791603088rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #lD6sWH2csdHcVO7Go5Ffi2bxwNQ5qpgt { display:flex;width:3.6875rem;height:3.6875rem;top:22.143751144409rem;left:8.15625rem; }
 }@media only screen and (max-width: 763px) { #RcOfEDGirlBea1iGOsi8C2VaRC57FkQu { display:flex;width:3.5rem;height:3.5rem;top:36.96875rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #zEWXmhLblIFCmFy37THyX9bpWUSV6113 { width:0;height:3.75rem;top:34rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MOI9BT266AL0BFBRmeeFqs4T2yq8ilT1 { width:19.875rem;height:0;top:37.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D11R3ge7nisnhLQCTUnbH0shfpWRmUSh { display:flex;width:3.6875rem;height:3.6875rem;top:50.749998092651rem;left:8.15625rem; }
 }@media only screen and (max-width: 763px) { #dSEP2Xf6rcI5pvGemD0R71ucodZeGvvR { width:20rem;height:6.175rem;top:4.9375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZKDzsCpAnKHlRFONt8sBBNPMhoJ8OX8R { width:20rem;height:4.63125rem;top:16.449998855591rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zrqlWNVeHiAyLCwf4kdbxiX1qIWhi6o6 { width:20rem;height:9.2625rem;top:26.643751144409rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ssf9Fv2BAfrWCCHkak1b5gq24SxTcRf8 { width:20rem;height:7.71875rem;top:41.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VHK9WTxypqflTJCg247N8QuSZTsNclV3 { width:4.375rem;height:1.25rem;top:7.7rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATgTgqgGsEleDa1BDTTcOzWTXVmQXUbm { display:block; }#ATgTgqgGsEleDa1BDTTcOzWTXVmQXUbm > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk { display:block; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { width:20rem;height:65.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl7NLSfpNkMwwlXv1hH2oIUZrtDJfZ63 { width:18.25rem;height:20.1875rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWsGiGxb95R7dx1zNpWT7q1py6Etpu0l { width:3.75rem;height:3.75rem;top:3.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is1rQbBxZDbFe9TVSObn1z40yV7mWx3v { width:18.25rem;height:20.1875rem;top:22.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXMZs7JHiPf2ozC8vmNnTNnKQEsEz1nz { width:3.75rem;height:3.75rem;top:24.8125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPDo5gZ8pzDyK9QLg2TcqHXWMDODWzyR { width:11.0625rem;height:4.05rem;top:11.0625rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUVFZB3yboy9kiwRnSEDLLll5pttTLzZ { width:11.0625rem;height:6.075rem;top:32.5rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKH6ofHDRE06V9tgV2uQ1Gqtu0OIZfzE { width:18.25rem;height:20.1875rem;top:44.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmVAiCgkLA2G8ShJprIV3tJQyOeM3LNE { width:11.0625rem;height:4.05rem;top:53.9375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4EMng8T31ZPp91RaehdMK9Fc7XKoUSv { width:3.75rem;height:3.75rem;top:46.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp { display:block; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T23lImt9lxXTprN6ku0QlNLTXW9HEDk0 { width:18.25rem;height:20.1875rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwzm5JWgt8IEXGM2TVuMup4fZrZL18AJ { width:18.25rem;height:20.1875rem;top:22.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNbMSCrxr802zWT13pe4Tn8XwtiNAzPc { width:3.75rem;height:3.75rem;top:24.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7y9XZvJIhgfzNrxhVCG6uuoGeptZSr { width:18.25rem;height:16.6875rem;top:44.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqQMfx5kq7hdP7axhpJXdogOC3TMsiHs { width:11.0625rem;height:4.05rem;top:32.625rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLB1QZuPeyAXlS3zpmWlNSShn3Ccghsi { width:11.0625rem;height:6.075rem;top:54.0625rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeLyPTOMb4z30Hcml6BThyLlULdAJh6H { width:3.75rem;height:3.75rem;top:46.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM1S8MvE3HRaWzUGq3vQXP9XHwV1KTrL { width:11.0625rem;height:6.075rem;top:11.375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysTH28koyQu0Dufn8TMVLrfgbDMpo0aE { width:15.9375rem;height:4.1875rem;top:65.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNZSPEesVeSXX1SU5XTEedy3Tkkd9rN0 { display:block; }
 }@media only screen and (max-width: 763px) { #eKztL1x9LiUOxOTfkWOKpkIQrJiCrVJ4 { display:flex;width:3.125rem;height:3.125rem;top:3.375rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f854ecc4-76dc-4d3a-b31b-1c59447225c0/topion.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB.adaptive-delivery-prevent-bg, #PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB.lazyload, #PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB.lazyloading { background-image: none; }#PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB > .row .container { background-color: transparent; background-image: none; }#PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB > .row .container > .video-iframe-container { display: none; }#PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB > .row > .video-iframe-container { display: none; }#PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB > .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); }#PgRWTJDEvJZFokBfIKFDAFD1D5Cg2GOB > .row .container { width:20rem;height:72.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dO8dUly1JnWGhMBVosrBnyUJ7zayMUGU { width:14.9375rem;height:12.15rem;top:7.6999969482425rem;left:2.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KEVg3f1B47JPEVH6TByRFXKKAkDveiD8 { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h935rkqftl8gRi32lfEtL3rxpdWdTLX8 { width:15.375rem;height:10.125rem;top:26.037506103516rem;left:2.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xywgpl7lgoSCThoDeq9yyHA7n1oOAeST { width:14.625rem;height:10.125rem;top:42.274993896484rem;left:2.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ixgLg8WzmVqJTeS1xhb50cGkFTPU2LdJ { width:16.875rem;height:10.125rem;top:56.575000762939rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JyI6nvw5R1NDcHHfnDR1y0liTLGQuQkT { width:3.6875rem;height:3.6875rem;top:38.64999961853rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciGdPa0cVamTNNzyfnKDzys9WksgDexH { width:3.6875rem;height:3.6875rem;top:53.950000762939rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7aKC3L5z3uGf5KgpzK0bCZ0z02qZXCf { width:3.6875rem;height:3.6875rem;top:23.349996566773rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #taKMUwtwpIHf4DGJ3n8ToWvnFlF6tcQA { width:3.6875rem;height:3.6875rem;top:69.099998474119rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #koxXIfitLsKEzTiHW4gwmIkRIFMx7ntZ { display:block; }#koxXIfitLsKEzTiHW4gwmIkRIFMx7ntZ > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6mwGfczFnf0m2mDUXWJA0u4wbB1hwHg { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xczRFsmcNntmP5EUrvLybUvsyEHci3vi { width:4.375rem;height:1.25rem;top:7.7rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN20sEs5l7TTL0bbmTNRNT9N2Dr0SuOB { display:block; }#IN20sEs5l7TTL0bbmTNRNT9N2Dr0SuOB > .row .container { width:20rem;height:116.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhXuTOeXywp2MonSyavxHuk0o83vk7Fw { width:12.5rem;height:3.0875rem;top:3.0062494277954rem;left:2.59375rem;font-size:1.1875rem;display:block; }#fhXuTOeXywp2MonSyavxHuk0o83vk7Fw li:before{  }
 }@media only screen and (max-width: 763px) { #VOE8GSBURv7yLD6aRA8XOf4VmRtpP0RW { width:14rem;height:3.0875rem;top:13.387499809265rem;left:2.59375rem;font-size:1.1875rem;display:block; }#VOE8GSBURv7yLD6aRA8XOf4VmRtpP0RW li:before{  }
 }@media only screen and (max-width: 763px) { #mqGJB5HDs4g84UzlZVUmlr0WRbpNbszk { width:14.875rem;height:3.0875rem;top:23.724999427796rem;left:2.5625rem;font-size:1.1875rem;display:block; }#mqGJB5HDs4g84UzlZVUmlr0WRbpNbszk li:before{  }
 }@media only screen and (max-width: 763px) { #KXc84yGDAlS5TpJCca33kFwDTQAbAINJ { width:12.5rem;height:1.54375rem;top:28.934374809265rem;left:2.59375rem;font-size:1.1875rem;display:block; }#KXc84yGDAlS5TpJCca33kFwDTQAbAINJ li:before{  }
 }@media only screen and (max-width: 763px) { #dHHmOkENmEn9XWNzM7Rw4nnRmtddi7QC { width:14.4375rem;height:3.0875rem;top:8.3145828247069rem;left:2.375rem;font-size:1.1875rem;display:block; }#dHHmOkENmEn9XWNzM7Rw4nnRmtddi7QC li:before{  }
 }@media only screen and (max-width: 763px) { #sBy1iGfw7rgurIs6PSkPgmKdTcuNZtpp { width:12.6875rem;height:4.63125rem;top:32.169799804688rem;left:2.59375rem;font-size:1.1875rem;display:block; }#sBy1iGfw7rgurIs6PSkPgmKdTcuNZtpp li:before{  }
 }@media only screen and (max-width: 763px) { #P3KVQ7xcUs9AXyi5aJPHaQBbv2ZpZBOz { width:15.0625rem;height:6.90625rem;top:47.267707824707rem;left:2.46875rem;font-size:1.0625rem;display:block; }#P3KVQ7xcUs9AXyi5aJPHaQBbv2ZpZBOz li:before{  }
 }@media only screen and (max-width: 763px) { #n8un4ChxCKEw2AJukxeoAddohyTf0a8H { width:12.5rem;height:3.0875rem;top:42.981248855591rem;left:2.59375rem;font-size:1.1875rem;display:block; }#n8un4ChxCKEw2AJukxeoAddohyTf0a8H li:before{  }
 }@media only screen and (max-width: 763px) { #gcLHbXfTT3Gt8LGppxOMcashAdCaUfOd { width:12.5rem;height:4.14375rem;top:54.851041793823rem;left:2.59375rem;font-size:1.0625rem;display:block; }#gcLHbXfTT3Gt8LGppxOMcashAdCaUfOd li:before{  }
 }@media only screen and (max-width: 763px) { #Tzg7izfiVrA2VtEsbLF838PqmOsZXMJm { width:16.0625rem;height:17.125rem;top:1.2958335876465rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBi8islKeoA5zPoJGUmJankSFxlBqf4P { width:16.0625rem;height:17.125rem;top:21.143762588501rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZg1eucG8Fd20TWnHT3uu3KW4aIlAkn0 { width:16.0625rem;height:19.1875rem;top:41.127088546753rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeapzzwJUrISP6m7545ZV90TosfQTuAr { display:flex;width:9.75rem;height:9.75rem;top:15.049994468689rem;left:10.25rem; }
 }@media only screen and (max-width: 763px) { #ansSIfsbiyk1fMsa64uWspc95Uos7Z1S { display:flex;width:9.75rem;height:9.75rem;top:54.173957824707rem;left:10.25rem; }
 }@media only screen and (max-width: 763px) { #MaxhU6krfNURxg8y9Fb1l5SobQPqu3oT { display:flex;width:6.125rem;height:6.125rem;top:0.61250114440918rem;left:0.56979084014893rem; }
 }@media only screen and (max-width: 763px) { #dhyDgIJ8XQWg87l7TiyFgzsfHCgdCLAi { display:flex;width:6.125rem;height:6.125rem;top:44.049993896484rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #F13MwgTAaMLKrpkQv1DTb18tL3sy3nWu { width:15.9375rem;height:4.1875rem;top:63.800006866456rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDkyTpOaDcyk4rEOJukWUL3MdC5HKt3W { display:block; }
 }@media only screen and (max-width: 763px) { #QugfWgynGUvb1c6pdyu0NPAZHHTGqe1e { width:20rem;height:45rem;top:69.237500190738rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGVki28DZnVTeTdNUwqZTkuTXVnOJBz9 { width:20rem;height:41.5625rem;top:70.587499618531rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmOXJrfIGsBgtzLCQHyZ4bga9Dwnpv9c { display:flex;width:8.25rem;height:8.25rem;top:69.237500190738rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uRCr6UhkDHiwTDXtzyCZkVE5v2BORoBx { display:flex;width:8.25rem;height:8.25rem;top:106.05000019074rem;left:11.75rem; }
 }@media only screen and (max-width: 763px) { #LyBIONX9rKqWJIfOvCu10yV8m4V7QC4F { display:block; }#LyBIONX9rKqWJIfOvCu10yV8m4V7QC4F > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aO5kxgZiIPpmIagk4WTfBiRbUTST2P3H { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ON6SKW7UA1ghXxqH3PQlikq531ClS7Rq { width:4.375rem;height:1.25rem;top:7.7rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqLKSaoHG53qLQ28Qv1bDsr9lOKm2r4R { display:block; }#sqLKSaoHG53qLQ28Qv1bDsr9lOKm2r4R > .row .container { width:20rem;height:105.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTo14Cywq6HQDBazJThhGs1x34e8w2bX { width:18.25rem;height:20.1875rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfJnkyRtnI0U6AdxyGNrosIzVDT2gKHN { width:18.25rem;height:20.1875rem;top:22.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWFPwVfFJDbziuVtgozGI4LZpLN0hSyg { width:14.5625rem;height:1.95rem;top:7.375rem;left:2.71875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLQeVZN0PqHQWxsEpR3lFZutIlVTkUTs { width:14.5625rem;height:5.4rem;top:13.3125rem;left:2.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp90V7kTkFEXSRm3uLldcSd7vaCt3XBs { width:14.5625rem;height:1.95rem;top:29.182291030884rem;left:2.71875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #txdISvbsqTRViKdaNqtSrUzrWCXJeQUJ { width:18.25rem;height:20.1875rem;top:44.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuCciauC1FZ0Pfcqp95dQMXTe6MtXmBp { width:14.5625rem;height:1.95rem;top:51.1875rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISCCuR5US4fSUUGQWuH1W2vhqbfEGEet { width:14.25rem;height:5.4rem;top:56.312511444092rem;left:2.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTSJqp0qWhDQAmmHx0mJPZw8ihNybCK5 { display:flex;width:5.25rem;height:5.25rem;top:23.932291030884rem;left:2.71875rem; }
 }@media only screen and (max-width: 763px) { #ZlgLrFT3HDh3M83kw37NCOc7qC3M6Nc1 { display:flex;width:5.125rem;height:5.125rem;top:2.2500200271606rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #zMXAl1h4S9TfPbDkiN2cR1FwdDRhPRa5 { display:flex;width:6.125rem;height:6.125rem;top:44.125rem;left:2.71875rem; }
 }@media only screen and (max-width: 763px) { #mVAi4KT7c4NogJTU3K7UdMGIiS64zKFk { width:19.0625rem;height:38.3125rem;top:65.849975585938rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJDPR23nxVrZyryulKkdfg9nWdim5IT1 { width:16.75rem;height:35.15625rem;top:68.912500381469rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQZpA7X9OzmK20QDL6aWre4zZl8yf0mx { width:14.125rem;height:5.4rem;top:34.832292556763rem;left:2.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1B7hmSXXreS7g6G4VW6mfA5miepVSbl { width:14.5625rem;height:1.7875rem;top:10.450000762939rem;left:2.71875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN53k56IKQI9c1Jr6cEiCQJNfPNNwCoQ { width:14.5625rem;height:1.7875rem;top:31.887500762939rem;left:2.71875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iibtEIKhX4tr00pcUBTr7qzwZsSsTfb6 { width:14.5625rem;height:1.7875rem;top:53.831250190735rem;left:2.71875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mtgne9KnhLtK5IghwZ7H6Enbnfmq7JbF { width:3.5rem;height:1.0625rem;top:67.225000381469rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3HPOt9Maqbex5vzu3fWg7A7NEZNqwKl { width:3.5rem;height:1.0625rem;top:86.850000381469rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGMZPb650zDnUO4X58NxDrcu88qtnalJ { display:block; }#ZGMZPb650zDnUO4X58NxDrcu88qtnalJ > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LizKA7F9aRzIhitNlgH8v6I0oKNQ31Id { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #immdq1yUugMvPyDuteSJVlQdOnh7l2Qz { width:4.375rem;height:1.25rem;top:7.7rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw5MItOtaImdmaK8tBqtZeVkhN5f5OuB { display:block; }#yw5MItOtaImdmaK8tBqtZeVkhN5f5OuB > .row .container { width:20rem;height:81.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzgbIL8KqFzgP6lAlPFl4eVuSJMhvwK1 { width:8.75rem;height:2.6rem;top:26.399998664856rem;left:6.78125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpxuKarS4wLT0FhsvX0D54VEsa5vNbgO { width:18.3125rem;height:18.4375rem;top:2.3125rem;left:0.94857011070112rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7IQQrLsDr52fNNBWlJVq1BDriIP3qcg { width:6.4375rem;height:1.3rem;top:5.3249998092651rem;left:6.78125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6i7mJ7DmrPAKcLEABSmB3MDtkbblX1g { display:flex;width:3.125rem;height:3.125rem;top:25.812500953674rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #r2qTT0UJIGO9t1L5qCXPfOg72KOy4mKm { display:flex;width:3.125rem;height:3.125rem;top:3.4375rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #CfFH5JTpX2SSTfTM8IUoNHAg94oZv9HK { width:18.25rem;height:27.25rem;top:22.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO9vLeRLBWKMigdWte5gK0IPWEBuIgVJ { width:17.625rem;height:11.7375rem;top:7.72500038147rem;left:1.6875rem;font-size:1.125rem;display:block; }#FO9vLeRLBWKMigdWte5gK0IPWEBuIgVJ li:before{  }
 }@media only screen and (max-width: 763px) { #XPkD1hbVxGXB4WHAk08sN3Axs4lgeyKJ { width:17.5rem;height:17.1375rem;top:31.924998283386rem;left:1.75rem;font-size:1.125rem;display:block; }#XPkD1hbVxGXB4WHAk08sN3Axs4lgeyKJ li:before{  }
 }@media only screen and (max-width: 763px) { #H3Kf5AkPF0IKNhBcurh9H9Tzwre1rL8N { width:15.9375rem;height:4.1875rem;top:51.218749046326rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM6yFI8ebTEHiwHQV9ba4KB6abCJIZfk { display:block; }
 }@media only screen and (max-width: 763px) { #kuCstiuy877rT7oimK9wd8UUUXGgsJAR { width:20rem;height:23.0625rem;top:57.447915077209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzaT5nHQxhRJgNU5aol7clymEzgdCBG3 { width:17.8125rem;height:18rem;top:61.562499046326rem;left:1.09375rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #WArDXrBB7SPfM7NUXJlzWzJfUeUPWW8P { width:3.5rem;height:1.0625rem;top:59.260415077209rem;left:0.94895839691162rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWO9SyHfmE5nehSf3uPcGN46LFtQNP0C { width:7.125rem;height:1.7875rem;top:29.687500953674rem;left:6.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL { background-color:#d4eabc;background-image:url("https://images.assets-landingi.com/pdRUUOnm/bg6.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL.adaptive-delivery-prevent-bg, #hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL.lazyload, #hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL.lazyloading { background-image: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container { background-color: transparent; background-image: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container > .video-iframe-container { display: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row > .video-iframe-container { display: none; }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .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); }#hHBECK7cOJ32ZePmHJrFdpkgvVm4IhIL > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb { display:block; }#NXtAkJLykUvkkCsXQaW0Uvg1rnkWswOb > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KG2shWCVRDzqetbrex9IaDvc2IZIaEBP { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5yBafblynaPbbiLtV8zzAPGUENcJx6P { width:4.375rem;height:1.25rem;top:5.1rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHZmrbztbTN3AXqSl3qmACQR4CzN808a { display:block; }#LHZmrbztbTN3AXqSl3qmACQR4CzN808a > .row .container { width:20rem;height:61.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmNXFb1EN2mC691kSbiK9w6xmiEKOvqM { width:12.5625rem;height:20.3125rem;top:37.862500190735rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbvXRsCbTXaXaU8TwkTV7ALt8q6VEAGD { width:20rem;height:36rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SWdE5KHP30zEP3sEUn5b8e2ICi7XXFA0 { width:3.6875rem;height:3.6875rem;top:13.737499237061rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1ryaiISczFks5lRLTv5IUE961xhUo9Z { width:3.6875rem;height:3.6875rem;top:28.906209945679rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bub2CBWxxf4H758yizbe94razKwUCLVi { background-color:#858f84;background-image:url("https://images.assets-landingi.com/uc/065f6b76-0561-43ef-8302-81618637d106/lotus7287044_1280.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bub2CBWxxf4H758yizbe94razKwUCLVi.adaptive-delivery-prevent-bg, #bub2CBWxxf4H758yizbe94razKwUCLVi.lazyload, #bub2CBWxxf4H758yizbe94razKwUCLVi.lazyloading { background-image: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { background-color: transparent; background-image: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container > .video-iframe-container { display: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row > .video-iframe-container { display: none; }#bub2CBWxxf4H758yizbe94razKwUCLVi > .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); }#bub2CBWxxf4H758yizbe94razKwUCLVi > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbNL00ycXqy660BmcMZlzX7RbSVvqaAp { width:17.4375rem;height:50.375rem;top:1.25rem;left:1.375rem;background-color:rgba(212,234,188,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #S6RmWNysCdLsWg3D0AhcMeXFT3bkXlvf { width:3.6875rem;height:3.6875rem;top:6.35000038147rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsyPRq9UnoNEIVT03l3dTnUZ4NlFmsfs { width:20rem;height:2.6rem;top:2.8125114440918rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#1d5d4d;display:block; }
 }@media only screen and (max-width: 763px) { #qxhMUgBBwSfBUDziKeIqOw8351aPE3sN { width:20rem;height:1.625rem;top:16.112535476684rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#1d5d4d;display:block; }
 }@media only screen and (max-width: 763px) { #fJRh7lFqfs2QyyLP26uNRg5QfXT10ST2 { width:20rem;height:6.075rem;top:9.03750038147rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#1d5d4d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bPr49LRT2h0W2GT4LuUVkB3TeXvfKNvT { width:20rem;height:2.475rem;top:18.437462806702rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-regular-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-text { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.9375rem; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-text {padding-top: 0; padding-bottom: 0;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-textarea { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-select { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-select {padding-top: 0; padding-bottom: 0;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-input-button { width:8.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.375rem; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-checkbox-label { width:14.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-container:first-of-type{padding-top:0;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .widget-container:last-of-type{padding-bottom:0;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga  { width:15.6875rem;height:auto;top:27.294790267944rem;left:0.90625rem; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga .radio-container { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga {display:block;}#JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga { width:15.6875rem;height:auto;top:27.294790267944rem;left:0.90625rem; }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #ZJgpzT4n72hbIFXF1dZNRvDz9V0vGTPa {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #vvzQtu4ypT0hoac8TVbrvGby4U57so9y { display:block; }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #fWnEiLIqt8cnFMrQvJDSqLRa7yLZ6IT6 {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #Hn8BmOh08pGqQRzXRTbddUcPJrJRJPT8 {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #uzXn7HBJbssNBL945aQbvTMCvUbdKNFS { display:block; }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #HXRsAng3uKrdNdgR4Qy7FSXIUdK8HRZU {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #yaSH1lt3UP2MBQCewWye42TEKTH0EJqX {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #Dm8XCA4WXlER9E8BZDiPSlM3G1BBULLg {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #HUgdTc7rdQZQRMCL1MePNh9imqvXQk0t {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #ZES3ME03pEtox4v89ymRuXUXxU8nJFXJ {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #J6mIN1MS7QfOTPSq4wx1UCCEoTOE8fOK {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #R8MUmk7aUpcctPqlx61MPV2EeXJ4dxto {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #TWR320s7xpo0iAK1Vl9D7WdI3hJXKngF {  }
 }@media only screen and (max-width: 763px) { #JX3C0ctqHG2SziGTJd2CT1TJuFTUK4Ga #M0yfQwcQIMwSAph64humXRgp5asTBBn2 {  }
 }@media only screen and (max-width: 763px) { #cR8toZ2SzZnGsIzNiy7t5uKdFeISPmAf { width:20rem;height:4.05rem;top:23.307291984558rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#1d5d4d;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4 { background-color:#e8e0da;background-image:url("https://images.assets-landingi.com/pdRUUOnm/bg6.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4.adaptive-delivery-prevent-bg, #NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4.lazyload, #NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4.lazyloading { background-image: none; }#NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4 > .row .container { background-color: transparent; background-image: none; }#NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4 > .row .container > .video-iframe-container { display: none; }#NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4 > .row > .video-iframe-container { display: none; }#NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4 > .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); }#NJO5QqsBTDtdBVITuGsH8ATifL4H0OZ4 > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }