.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,217,233;--color-primary-1:254,129,181;--color-primary-2:253,2,107;--color-primary-3:127,1,54;--color-primary-4:38,0,16;--color-secondary-0:255,246,217;--color-secondary-1:255,225,128;--color-secondary-2:255,194,0;--color-secondary-3:128,97,0;--color-secondary-4:38,29,0;--color-tertiary-0:255,255,255;--color-tertiary-1:179,255,230;--color-tertiary-2:0,255,171;--color-tertiary-3:0,128,86;--color-tertiary-4:0,25,17;--headlines-font-family:"Anton";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_1eede47e96ee48b4b0ecb30141dff8c0c2ff1a0f.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS { 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;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS > .row .container { background-color: transparent; background-image: none; }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS > .row .container > .video-iframe-container { display: none; }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS > .row > .video-iframe-container { display: none; }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS > .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); }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS > .row .container { border-width: 0; border-radius: 0; }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS > .row .container { font-size:0.875rem;font-family:anton;height:4.375rem;width:75rem;overflow:visible;position:relative;display:block; }#UEkKWysZQHbWsQnQM5Rqu51b73VxDubB { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15089;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1rem;left:1.25rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WApzvFFnv37F4M125MTrCnovEy1TdkvN { color:rgba(var(--color-tertiary-0),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15088;line-height:1;letter-spacing:0;top:2.5rem;left:0.5625rem;height:0.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CyVEkTbUAPKAA6OPgywUPAeyM9yCi8ms { box-sizing:content-box;height:3.4375rem;width:8.75rem;position:absolute;border-top-left-radius:1.5625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.5625rem;display:block;z-index:15087;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0.5rem;left:0rem;display:block; }
#aVrR7BWhSQAVFU5iKFrDJiS067DAH38E { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.749125rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.93750005960463rem;left:56.465929031372rem;display:block; }
#ug6zXKntBgy87WQ5tywoidBWfvT93b4d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ > .row .container { background-color: transparent; background-image: none; }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ > .row .container > .video-iframe-container { display: none; }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ > .row > .video-iframe-container { display: none; }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ > .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); }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ > .row .container { border-width: 0; border-radius: 0; }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ > .row .container { font-size:0.875rem;font-family:anton;height:6.25rem;width:75rem;position:relative;display:block; }#KagPGnvBn2AZwhL2dHdMpwcS0TQOsAl2 { box-sizing:content-box;height:4.375rem;width:27.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.9375rem;left:47.6875rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
#VuFgcIlzFi8kqVphTBLLboUxVJaILA9K { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.875rem;left:67.6875rem;display:block; }
#Iv998PpUUO0vdVvZ4UTaszQEBT6Jpcvk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rhCsObfLcQsHTcPxGcSDEGNBbbmwdLtM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.875rem;left:60.875rem;display:block; }
#mC8i2lgZ7RTP2rtrZTPZ849KmHrX8ZS0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AcPJhHLy5IMV8cunr7vEz42wXGFpoTOg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.875rem;left:55.25rem;display:block; }
#OlUmc3FWscL1t9DPF2C7O5t2qXWanEI5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qh1dhRSr4qmF2VCV0l3s2MOdIpbHyFX4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.875rem;left:49.6875rem;display:block; }
#H6ZKCkJN4D56rkFSD1hLETdClNnrH4D2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IXQ83JfnNnSM60CqvKiGACtIrqTus3vs { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_519f68a9878a399e9b0345d4596f2fb8f25d9122.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IXQ83JfnNnSM60CqvKiGACtIrqTus3vs.adaptive-delivery-prevent-bg, #IXQ83JfnNnSM60CqvKiGACtIrqTus3vs.lazyload, #IXQ83JfnNnSM60CqvKiGACtIrqTus3vs.lazyloading { background-image: none; }#IXQ83JfnNnSM60CqvKiGACtIrqTus3vs > .row .container { background-color: transparent; background-image: none; }#IXQ83JfnNnSM60CqvKiGACtIrqTus3vs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXQ83JfnNnSM60CqvKiGACtIrqTus3vs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXQ83JfnNnSM60CqvKiGACtIrqTus3vs > .row .container > .video-iframe-container { display: none; }#IXQ83JfnNnSM60CqvKiGACtIrqTus3vs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXQ83JfnNnSM60CqvKiGACtIrqTus3vs > .row > .video-iframe-container { display: none; }#IXQ83JfnNnSM60CqvKiGACtIrqTus3vs > .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); }#IXQ83JfnNnSM60CqvKiGACtIrqTus3vs > .row .container { border-width: 0; border-radius: 0; }#IXQ83JfnNnSM60CqvKiGACtIrqTus3vs > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IXQ83JfnNnSM60CqvKiGACtIrqTus3vs > .row .container { font-size:0.875rem;font-family:anton;height:52.625rem;width:75rem;overflow:visible;position:relative;display:block; }#F98FP3lAKJBl6cXtegUbIxp0egdco0B2 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.749125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.125rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:11.435548782349rem;left:0rem;height:10.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cp6WdnwBucWGxBSgEHvBBH9uXGhbKTge { color:rgba(var(--color-tertiary-4),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:29.187499046326rem;left:0rem;height:23.39061875rem;font-style:normal;display:block; }
#hwBUUNoX3rmaH9Kl4mGb6y5HdRQDl9TV { 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:1.75rem;width:20.3125rem;top:5.25rem;left:0rem;overflow:hidden;display:block; }
#yAA3JMM1wQndkTH7ZfQC001S6p988cNB { color:rgba(var(--color-tertiary-4),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:22.7890625rem;left:0rem;height:5.7744125rem;font-style:normal;display:block; }
#Lfyt3yGdUPcx5gxbyGtFFlLigQBPKlNE { box-sizing:content-box;height:39.4375rem;width:31.6875rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/35082dc1-6324-4949-983b-a7cffefae6a0/AnnaPloskafotAWO34.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.187500238419rem;left:43.312501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;display:block; }#Lfyt3yGdUPcx5gxbyGtFFlLigQBPKlNE.adaptive-delivery-prevent-bg, #Lfyt3yGdUPcx5gxbyGtFFlLigQBPKlNE.lazyload, #Lfyt3yGdUPcx5gxbyGtFFlLigQBPKlNE.lazyloading { background-image: none; }
#vOM1KzJhKlkiircOiZBmBWSFRcvAROOS { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/13f4fd08-ddf2-4e4e-a40d-56c31b2e976a/for_who_3.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx.adaptive-delivery-prevent-bg, #CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx.lazyload, #CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx.lazyloading { background-image: none; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container { background-color: transparent; background-image: none; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container > .video-iframe-container { display: none; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row > .video-iframe-container { display: none; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .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); }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container { border-width: 0; border-radius: 0; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container { font-size:0.875rem;font-family:anton;height:136.125rem;width:75rem;overflow:visible;position:relative;display:block; }#D7gaDH2VmTPUAL8Cb0dzvLgQLfL5UVg9 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.9375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rX5yloTXiGZbiTDTZfQSZbMyZ8BDX533 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:15.1875rem;left:18.96875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ILo85cFftn5iKv92yb0XVqnFRt894HwZ { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.6875rem;left:19.21875rem;height:3.14886875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IgumCe5WcK6sxJunRt5m6PEUQ3bTBJKV { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:23.25rem;left:19.21875rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q6Kp1wyxZqa5i741ZyWC18HKlL91Xtu0 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.66357421875rem;left:23.65625rem;height:14.16796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K3rvxe5GObGVudiLWcr7lFEyPiApd6qb { color:rgba(var(--color-tertiary-4),1);display:block;width:37.062rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:51.87890625rem;left:18.966796875rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fv3TqVnCun00ffu6DhtRc8B0uFWilqlQ { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:57.5654296875rem;left:19.21875rem;height:6.29774375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AtRWQ2pvFWHzKmETXygGMf4uUg11NzWI { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:65.7197265625rem;left:19.21875rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RaCsD95FZPyMTCPcZKaRi18G0TN1iJmp { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:80.251953125rem;left:18.96875rem;height:4.72330625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yTUIFRdTPHthfGJcvacOZZNZhoSTqrtu { color:rgba(var(--color-tertiary-4),1);display:block;width:39.0600625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:86.15234375rem;left:18.96875rem;height:4.72330625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A0h2SEI4bKetqILWkvWOIQMGc77l1ZSl { color:rgba(var(--color-tertiary-4),1);display:block;width:37.0605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:94.62744140625rem;left:18.96826171875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M58k9GJRip2RVMzi9VJmCETmCqtTygrW { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:98.439453125rem;left:19.21875rem;height:17.31640625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KW6yaQRBTcS0mzABECG6acstk5Cg4Bgg { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:117.2802734375rem;left:20.186767578125rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fyuCFuqCKad0EoZ9mDZMkx3K4r4X6DO7 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:128.06298828125rem;left:20.185546875rem;height:4.72330625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NcNtEXMUmwC8BMgFPu3NQ4X4NFgo2wwG { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.5;letter-spacing:0;top:119.1650390625rem;left:19.99951171875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#NcNtEXMUmwC8BMgFPu3NQ4X4NFgo2wwG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NcNtEXMUmwC8BMgFPu3NQ4X4NFgo2wwG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a7c19d8c74907e436974d15fcb5d729180d8879.svg); }
#f0R7K77T5EeT5p8t8ywyTdedUTa7bMuM { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15068;line-height:1.5;letter-spacing:0;top:67.2939453125rem;left:18.96875rem;height:11.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#f0R7K77T5EeT5p8t8ywyTdedUTa7bMuM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f0R7K77T5EeT5p8t8ywyTdedUTa7bMuM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a7c19d8c74907e436974d15fcb5d729180d8879.svg); }
#fnzIgFnrEhDV32rvT8mR2AyxXvQIiHLH { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15069;line-height:1.5;letter-spacing:0;top:25.0625rem;left:19.21875rem;height:7.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#fnzIgFnrEhDV32rvT8mR2AyxXvQIiHLH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fnzIgFnrEhDV32rvT8mR2AyxXvQIiHLH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a7c19d8c74907e436974d15fcb5d729180d8879.svg); }
#mpcXJywLlC37GczJyLHTDmCWHIRXdZIB { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15070;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.025000572204rem;left:20.186719894409rem;display:block; }
#tNSX1a4JV1ZZ5vGt1xEOkL7woKQRHQ4s { box-sizing:content-box;height:2.37413125rem;width:2.37413125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15071;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.746095657349rem;left:20.186632156372rem;display:block; }
#EpRsTt6Mv3byuPgJtZfKqueNHpVN5OTk { box-sizing:content-box;height:2.375rem;width:2.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15072;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.0625rem;left:20.186719894409rem;display:block; }
#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe { background-color:rgba(var(--color-primary-0),1);background-image:url("https://icons.assets-landingi.com/icon_8dc75e02d25050004e4c210263609871b0f6dbb3.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe.adaptive-delivery-prevent-bg, #mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe.lazyload, #mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe.lazyloading { background-image: none; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row .container { background-color: transparent; background-image: none; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row .container > .video-iframe-container { display: none; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row > .video-iframe-container { display: none; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .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); }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row .container { border-width: 0; border-radius: 0; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row .container { font-size:0.875rem;font-family:anton;height:66.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#TWVGIm63tVheG8sMEQcO4ppi1BN63CVw { color:rgba(var(--color-tertiary-4),1);display:block;width:47.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:8.125rem;left:0rem;height:11.099625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DbKCZFgNeyIR5q7eKgyuwP5M9LTvml9c { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:21.062500953674rem;left:0rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S5QAxKcbWHT9Hqpy9oO595NrNNTrc2ET { color:rgba(var(--color-tertiary-4),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:24.229167222977rem;left:0rem;height:18.890625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h8luWedHeM5eoa7hTCN5WRuNqZzXznBc { color:rgba(var(--color-tertiary-4),1);display:block;width:38.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:53.041666984558rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lbrftbcyRClWAfhlT35LWM7aGOL2D48T { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60.375rem;width:37.875rem;top:5.7144291210938rem;left:36.622907386323rem;overflow:hidden;display:block; }
#wEmvBF2TUSmrt4LOuKJ4OyRnzOKUTBEf { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.7;letter-spacing:0;top:43.4375rem;left:0rem;height:8.5859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#wEmvBF2TUSmrt4LOuKJ4OyRnzOKUTBEf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wEmvBF2TUSmrt4LOuKJ4OyRnzOKUTBEf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a7c19d8c74907e436974d15fcb5d729180d8879.svg); }
#LDWsJyqQ03pAHsaz8F7myr5c6GQakSxb { background-color:rgba(var(--color-primary-0),1);background-image:url("https://icons.assets-landingi.com/icon_8dc75e02d25050004e4c210263609871b0f6dbb3.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#LDWsJyqQ03pAHsaz8F7myr5c6GQakSxb.adaptive-delivery-prevent-bg, #LDWsJyqQ03pAHsaz8F7myr5c6GQakSxb.lazyload, #LDWsJyqQ03pAHsaz8F7myr5c6GQakSxb.lazyloading { background-image: none; }#LDWsJyqQ03pAHsaz8F7myr5c6GQakSxb > .row .container { background-color: transparent; background-image: none; }#LDWsJyqQ03pAHsaz8F7myr5c6GQakSxb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDWsJyqQ03pAHsaz8F7myr5c6GQakSxb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDWsJyqQ03pAHsaz8F7myr5c6GQakSxb > .row .container > .video-iframe-container { display: none; }#LDWsJyqQ03pAHsaz8F7myr5c6GQakSxb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDWsJyqQ03pAHsaz8F7myr5c6GQakSxb > .row > .video-iframe-container { display: none; }#LDWsJyqQ03pAHsaz8F7myr5c6GQakSxb > .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); }#LDWsJyqQ03pAHsaz8F7myr5c6GQakSxb > .row .container { border-width: 0; border-radius: 0; }#LDWsJyqQ03pAHsaz8F7myr5c6GQakSxb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LDWsJyqQ03pAHsaz8F7myr5c6GQakSxb > .row .container { font-size:0.875rem;font-family:anton;height:51.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#eFIebDZZ1nyvqKhOGyEKiFIM0bZZ7Tsx { color:rgba(var(--color-tertiary-4),1);display:block;width:51.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.8125rem;left:0rem;height:5.3754375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MDi3HoQ4Rm2ncLPH02Xix5rKD4ncyiRp { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:20.125rem;top:17.16666662693rem;left:4.4375rem;overflow:hidden;display:block; }
#c6nRGEiWLATIpPEOWiuplDyEXFevbPH0 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:20.25rem;top:18.687500596046rem;left:27.375rem;overflow:hidden;display:block; }
#xx2ZtmPCF8zUz8cqdI9t1cXKRt0Df9HS { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:20.3125rem;top:17.16666662693rem;left:50.125rem;overflow:hidden;display:block; }
#S0TQMRrCzl2S49T7bJrlghxQZgnNirNA { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6244375rem;width:20.062125rem;top:33.74892616272rem;left:27.468534469604rem;overflow:hidden;display:block; }
#qsc7F5sC9DhiT1rSbtmS7tTPbEMgwcbT { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1243125rem;width:20.062125rem;top:30.999359130859rem;left:4.4683170318604rem;overflow:hidden;display:block; }
#q4X6S2GTh637tf4i5WXmSi7Aary3cGIi { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1868125rem;width:20.2494375rem;top:30.998769760132rem;left:50.155363082886rem;overflow:hidden;display:block; }
#HXozCxTFUpnGKkKCrVkXxXnb0xtIOGoI { background-color:rgba(var(--color-primary-0),1);background-image:url("https://icons.assets-landingi.com/icon_8dc75e02d25050004e4c210263609871b0f6dbb3.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HXozCxTFUpnGKkKCrVkXxXnb0xtIOGoI.adaptive-delivery-prevent-bg, #HXozCxTFUpnGKkKCrVkXxXnb0xtIOGoI.lazyload, #HXozCxTFUpnGKkKCrVkXxXnb0xtIOGoI.lazyloading { background-image: none; }#HXozCxTFUpnGKkKCrVkXxXnb0xtIOGoI > .row .container { background-color: transparent; background-image: none; }#HXozCxTFUpnGKkKCrVkXxXnb0xtIOGoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXozCxTFUpnGKkKCrVkXxXnb0xtIOGoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXozCxTFUpnGKkKCrVkXxXnb0xtIOGoI > .row .container > .video-iframe-container { display: none; }#HXozCxTFUpnGKkKCrVkXxXnb0xtIOGoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXozCxTFUpnGKkKCrVkXxXnb0xtIOGoI > .row > .video-iframe-container { display: none; }#HXozCxTFUpnGKkKCrVkXxXnb0xtIOGoI > .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); }#HXozCxTFUpnGKkKCrVkXxXnb0xtIOGoI > .row .container { border-width: 0; border-radius: 0; }#HXozCxTFUpnGKkKCrVkXxXnb0xtIOGoI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HXozCxTFUpnGKkKCrVkXxXnb0xtIOGoI > .row .container { font-size:0.875rem;font-family:anton;height:53.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#pwD9D12XaJWOp7mcg5VNfTK1gDFv8iU0 { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.75rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.6241436004639rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wz5ASBZWoTpDLO7iT5bprruDNSUVRiB0 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:25.0625rem;left:0rem;height:14.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#wz5ASBZWoTpDLO7iT5bprruDNSUVRiB0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wz5ASBZWoTpDLO7iT5bprruDNSUVRiB0 li:before{  }
#Dq830H9B9xV9bcT2UrP6JMhDzaKhvLFN { color:rgba(var(--color-tertiary-4),1);display:block;width:40.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:16.735027313233rem;left:0rem;height:7.87109375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WcTdQT756TkkpJShIAsIkKaSAICSOEgN { color:rgba(var(--color-tertiary-4),1);display:block;width:40.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:40.625rem;left:0rem;height:4.72330625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xp2Wgy4qHmz1gMnzvDulwLNvTmI3EXPQ { color:rgba(var(--color-tertiary-4),1);display:block;width:40.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:46.522354841232rem;left:0rem;height:3.8496125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI { background-color:rgba(var(--color-primary-0),1);background-image:url("https://icons.assets-landingi.com/icon_26aa9d8b915805816c6852bba747740ffc593d7e.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI.adaptive-delivery-prevent-bg, #CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI.lazyload, #CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI.lazyloading { background-image: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { background-color: transparent; background-image: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container > .video-iframe-container { display: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row > .video-iframe-container { display: none; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .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); }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { border-width: 0; border-radius: 0; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { font-size:0.875rem;font-family:anton;height:93.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#cbA7cGlU0R1MNEZSWxXvMmlQU8uPorJi { color:rgba(var(--color-tertiary-0),1);display:block;width:31.9361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5625rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:8.1250228881838rem;left:1.8971366882324rem;height:4.56271875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fC6v04kgGNvNVeAeGqRpuumvyWJDTV13 { box-sizing:content-box;height:10.5rem;width:36.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.1250009536744rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#rNHf5HyutQzzRFV2Gii1Opm7GUPn6udh { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:11.07666015625rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hBFBdP7kQ8I1v8DwgdMzGfm7qopF1zMu { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:14.1240234375rem;left:41.25rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pRXvUKWThbiqWP5DhC7JOtbwRbzvRXSJ { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:10.3271484375rem;left:69.8291015625rem; }
#L5zXC7xQ79mAErurqbSOEhverIT25d1r { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:31.937255859375rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UOl4BCl687vTTXAfKn84B4B9aeXTEUdc { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:35.06982421875rem;left:41.25rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RXFBrNToSpTDFb8RdlHSXcxU108E92VF { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.749025rem;width:2.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:31.265869140625rem;left:69.8291015625rem; }
#q105NbuEN6cbhmIiXs7GtBLKxBol8oX2 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:21.812255859375rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fEkzrmqU7tUwhFbRnMthrCR9Mwy1L5ni { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:24.991455078125rem;left:41.25rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sXBiEhoV5k5AG8XnmKdF75DCPOKTumi4 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.749025rem;width:2.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:21.138916015625rem;left:69.8291015625rem; }
#bRVTr0WvHkTpPJT99CsiFDw8ub0TiWWI { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:42.56103515625rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QwDB9dTJ90SFXcOlsE3MZsJG8zoab8AE { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.749025rem;width:2.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:41.8896484375rem;left:69.8291015625rem; }
#ZLcSldbIMwlpIiVrtgNy1T6fDAT5063h { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:45.623779296875rem;left:41.25rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OB0Hu21zIkVL9IGB9BEArTESV1yevXzM { box-sizing:content-box;height:25.1875rem;width:33.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#BSkrNrgJ4IMLbksey8KB9l29XulbB0kC { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51.4995625rem;width:33.75rem;top:20.571817874909rem;left:0rem;overflow:hidden;display:block; }
#OfmJndAv9pvPupMA0Ifc1405MwXGQulV { box-sizing:content-box;height:10.49925rem;width:36.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:29.12109375rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#icM0cQIbq4NVEiWw029G9a6N7o9v7gaI { box-sizing:content-box;height:10.4980625rem;width:36.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:50.1171875rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#F8h93hXewISDtkn7W2lhnmUILLTt2pri { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:53.203125rem;left:41.25rem;height:5.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kgzy6xulH2TewTb2TuH3Qtx5T6a7TtG2 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.749025rem;width:2.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:52.53173828125rem;left:69.8291015625rem; }
#Q0N83eP61TBlVBKNV0E4K1gc6ZWL8wKy { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:63.516845703125rem;left:41.25rem;height:5.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MhEAnEPRyu5IuckuUz3vWIdJdbdcpbw5 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.749025rem;width:2.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:62.845458984375rem;left:69.8291015625rem; }
#SWnp8mCu4H6I6sQZiLmP3w18ASu0CJ0Z { box-sizing:content-box;height:10.4980625rem;width:36.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:71.11328125rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#NTIUxHSqQaQub0B2mI1AKTViVLOevuGS { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:74.078369140625rem;left:41.25rem;height:5.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TnHKT5wOtbLSSBcddqFoo6haKmIhOs6M { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.749025rem;width:2.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:72.998046875rem;left:69.8134765625rem; }
#Gk3JFrfgGdsKnC4Ac9tymR9twwpaOSFI { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:84.173175811769rem;left:41.250001907349rem;height:5.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h3nQ1qr6hmE2MRovII79sVfkTrskTLPq { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.74848125rem;width:2.74848125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:84.174049377444rem;left:69.820970535281rem; }
#Vu2J4CZTWrEZADheisLDi9etSIhKCDTI { box-sizing:content-box;height:20.8125rem;width:33.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;top:71.4375rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#CiEZLEwRchXWkcOnX0cZXRSHazipZbt3 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:89.771049499513rem;left:41.250001907349rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { position:relative;display:block; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { background-color: transparent; background-image: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .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); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { border-width: 0; border-radius: 0; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .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; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:anton;height:53.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z7Jz1OnQK2500iKLAUQW1gZXT8HXTkeE { box-sizing:content-box;height:52.5rem;width:36.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#Me4dT6xs7F1SbWS4oihi7AXwhcewp2aA { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:8rem;left:41.875rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gzKMwEqR9IJ0t8xOndb9DlIpMdLmHmFW { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:20.875rem;left:41.875rem;height:1.575rem;font-style:normal;display:block; }
#rEhkGcR0DKP8zfTap2vzNwMur4siR7E9 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:23.9921875rem;left:41.875rem;height:21.703125rem;font-style:normal;display:block; }#rEhkGcR0DKP8zfTap2vzNwMur4siR7E9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rEhkGcR0DKP8zfTap2vzNwMur4siR7E9 li:before{  }
#D6khZZEU1W2ZLAVHMOTn2hpA4gCqqu8p { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.75rem;width:37.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VSTNDkmpN2P0Wdi2iqEeBSvD6ENClvAg { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_0244c0fd488a48ef05dbb956dbd3fdf4e52f462d.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VSTNDkmpN2P0Wdi2iqEeBSvD6ENClvAg.adaptive-delivery-prevent-bg, #VSTNDkmpN2P0Wdi2iqEeBSvD6ENClvAg.lazyload, #VSTNDkmpN2P0Wdi2iqEeBSvD6ENClvAg.lazyloading { background-image: none; }#VSTNDkmpN2P0Wdi2iqEeBSvD6ENClvAg > .row .container { background-color: transparent; background-image: none; }#VSTNDkmpN2P0Wdi2iqEeBSvD6ENClvAg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSTNDkmpN2P0Wdi2iqEeBSvD6ENClvAg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSTNDkmpN2P0Wdi2iqEeBSvD6ENClvAg > .row .container > .video-iframe-container { display: none; }#VSTNDkmpN2P0Wdi2iqEeBSvD6ENClvAg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSTNDkmpN2P0Wdi2iqEeBSvD6ENClvAg > .row > .video-iframe-container { display: none; }#VSTNDkmpN2P0Wdi2iqEeBSvD6ENClvAg > .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); }#VSTNDkmpN2P0Wdi2iqEeBSvD6ENClvAg > .row .container { border-width: 0; border-radius: 0; }#VSTNDkmpN2P0Wdi2iqEeBSvD6ENClvAg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VSTNDkmpN2P0Wdi2iqEeBSvD6ENClvAg > .row .container { font-size:0.875rem;font-family:anton;height:67.875rem;width:75rem;overflow:visible;position:relative;display:block; }#iaRaVxu0wco1zKqyvNFiioqVGiN4DbBL { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.9375rem;left:0rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pxOw2fMv3CJMpGsnoXmopgWvlhEoQDr5 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.99925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:25.60546875rem;left:19.937744140625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DCoQ2ETwhV7d3KGQc5UmHsCKgqX6s8XT { color:rgba(var(--color-tertiary-4),1);display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:12.33203125rem;left:12.34375rem;height:6.82325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AOqHrHRLLUGImmIrRQX7TCrtylBD4Plh { color:rgba(var(--color-tertiary-4),1);display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:20.509116172791rem;left:12.343751907349rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nQX68qHLdCNbOw5ntyJng1VtUHJKWdbG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:25.0927734375rem;left:15.335693359375rem; }
#rvsvqOvguTxDNM8vi7KtEDQisQmTCRpR { color:rgba(var(--color-tertiary-4),1);display:block;width:42.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:14998;line-height:1.4;letter-spacing:0;top:30.826416015625rem;left:19.937744140625rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q26UPgrEn8EOhCcVCVkzT6rztoXOhFLW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:31.363525390625rem;left:15.335693359375rem; }
#MDuVgwu1wGsao3V06O7DLh6c1f6OvqpB { 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:15021;opacity:1;top:37.696533203125rem;left:15.335693359375rem; }
#l4ftw2slea2CTbEveb0oC0nd3hTMJ6T4 { 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:15022;opacity:1;top:44.0087890625rem;left:15.335693359375rem; }
#qo0e8xD1a1c3iZkfsQmQiNyP0gFiqHIx { 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:15023;opacity:1;top:50.238037109375rem;left:15.335693359375rem; }
#OpScQNMcxDVo75xQTQbdFlkGTgWbVhSW { 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:15024;opacity:1;top:56.42578125rem;left:15.335693359375rem; }
#O9LxzSzVvB4rl5nkrSqQBZEdXtPqLLPu { color:rgba(var(--color-tertiary-4),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:38.209228515625rem;left:19.937744140625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eBIfH6CtL5FUqdDbW9RnTxu0nkcbkFa0 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:44.521484375rem;left:19.937744140625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eGCV7k6BuFeXiATfDyyZHgb52AbwKJuA { color:rgba(var(--color-tertiary-4),1);display:block;width:37.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:50.750732421875rem;left:19.937744140625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ip6sNq7fF6WkVptqT0zgacVNzZ4k13QT { color:rgba(var(--color-tertiary-4),1);display:block;width:37.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:56.9384765625rem;left:19.937744140625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gglHu66i6lUaTTPbvwG1ySMHqiChrdqf { box-sizing:content-box;height:67.5rem;width:11.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:-0.12543296813965rem;left:63.313371658325rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#H4k75sux2BfqIbkndez79XFx5TlXyUS7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_5d4a399fce499552e84c407567b1502d1530a616.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H4k75sux2BfqIbkndez79XFx5TlXyUS7.adaptive-delivery-prevent-bg, #H4k75sux2BfqIbkndez79XFx5TlXyUS7.lazyload, #H4k75sux2BfqIbkndez79XFx5TlXyUS7.lazyloading { background-image: none; }#H4k75sux2BfqIbkndez79XFx5TlXyUS7 > .row .container { background-color: transparent; background-image: none; }#H4k75sux2BfqIbkndez79XFx5TlXyUS7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4k75sux2BfqIbkndez79XFx5TlXyUS7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4k75sux2BfqIbkndez79XFx5TlXyUS7 > .row .container > .video-iframe-container { display: none; }#H4k75sux2BfqIbkndez79XFx5TlXyUS7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4k75sux2BfqIbkndez79XFx5TlXyUS7 > .row > .video-iframe-container { display: none; }#H4k75sux2BfqIbkndez79XFx5TlXyUS7 > .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); }#H4k75sux2BfqIbkndez79XFx5TlXyUS7 > .row .container { border-width: 0; border-radius: 0; }#H4k75sux2BfqIbkndez79XFx5TlXyUS7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H4k75sux2BfqIbkndez79XFx5TlXyUS7 > .row .container { font-size:0.875rem;font-family:anton;height:55.75rem;width:75rem;position:relative;display:block; }#y5nX7JNRq9S7XfQkHI1Xg09iOlct4x7c { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:9.5616378784181rem;left:40.000001907349rem;height:15.2988125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TBknX5HGqlP5IUfygRNhR252spu1ZSdn { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:25.748687744141rem;left:40.000001907349rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ooWMX0q5Bsk7IuWU52QfswKGEcHH1I4s { box-sizing:content-box;height:15.625rem;width:15.625rem;position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:40.06201171875rem;left:20.3115234375rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#xtrGfzFwH7Aqu0sf5oWwvSO4vx2ywmNG { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15065;line-height:1.7;letter-spacing:0;top:28.999542236328rem;left:40.000001907349rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#xtrGfzFwH7Aqu0sf5oWwvSO4vx2ywmNG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xtrGfzFwH7Aqu0sf5oWwvSO4vx2ywmNG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a7c19d8c74907e436974d15fcb5d729180d8879.svg); }
#UkAToa3eRUQ9Bvg0DZSfxNkorbckzNgW { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:48.8125rem;width:32.5rem;top:4.15625rem;left:0rem;overflow:hidden;display:block; }
#cn6AZ5i3ST8FHi1HTZR5TVzBhpq36iAL { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_239b75ed085f9661c90e60132ad8c71209ab6f08.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cn6AZ5i3ST8FHi1HTZR5TVzBhpq36iAL.adaptive-delivery-prevent-bg, #cn6AZ5i3ST8FHi1HTZR5TVzBhpq36iAL.lazyload, #cn6AZ5i3ST8FHi1HTZR5TVzBhpq36iAL.lazyloading { background-image: none; }#cn6AZ5i3ST8FHi1HTZR5TVzBhpq36iAL > .row .container { background-color: transparent; background-image: none; }#cn6AZ5i3ST8FHi1HTZR5TVzBhpq36iAL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cn6AZ5i3ST8FHi1HTZR5TVzBhpq36iAL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cn6AZ5i3ST8FHi1HTZR5TVzBhpq36iAL > .row .container > .video-iframe-container { display: none; }#cn6AZ5i3ST8FHi1HTZR5TVzBhpq36iAL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cn6AZ5i3ST8FHi1HTZR5TVzBhpq36iAL > .row > .video-iframe-container { display: none; }#cn6AZ5i3ST8FHi1HTZR5TVzBhpq36iAL > .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); }#cn6AZ5i3ST8FHi1HTZR5TVzBhpq36iAL > .row .container { border-width: 0; border-radius: 0; }#cn6AZ5i3ST8FHi1HTZR5TVzBhpq36iAL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cn6AZ5i3ST8FHi1HTZR5TVzBhpq36iAL > .row .container { font-size:0.875rem;font-family:anton;height:79.875rem;width:75rem;overflow:visible;position:relative;display:block; }#wvBgQ9IhlwtslP2r0TOem8KIbMFRQ5Sl { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yn89xHmH6rwSHPQx3TBnr90QeLQnD1N1 { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:17.27978515625rem;left:12.5rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xds6oWN1kdhLiEsPfXBaI5yTzGTyc1WM { z-index:15003;top:61.693794250488rem;left:27.819013595581rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9995625rem;height:4.49978125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nahRn5A6zgdPgugRAKfsAWImTb4Te1Ti { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m0FnelTJVWubpqTaP4JySk2ihOU4ADyC { color:rgba(var(--color-tertiary-4),1);display:block;width:21.749125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:68.123916625975rem;left:27.819013595581rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NzOybp4swxTvSHM5c9b90PoXlAeX95ik { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:56.561416625976rem;left:28.125001907349rem;height:4.12543125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FkvvQpAEIrrTC27WPL8D6Oag2GaJsdaU { box-sizing:content-box;height:5.1875rem;width:45.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:none;top:14.522705078125rem;left:14.561767578125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#TTdQfPQzdyD0oo0FgadnHtuLDslhcKBF { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:15.6083984375rem;left:28.125rem;height:1.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KJiKTDJLlCRLewGRQTsbyBUHwaKQ90qi { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:20.802490234375rem;left:28.125rem;height:1.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IaCNIaGmcA5XTXRL5ZJS5QSLswJV3Tcu { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:22.552001953125rem;left:12.5rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xFs021IeeIn4CPfRI16k2WSkAb9lzxTn { box-sizing:content-box;height:5.18676875rem;width:45.874rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:none;top:24.896240234375rem;left:14.561767578125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ZUqQul0JnW506HN3ZP1Wacz8HCKIBsHT { color:rgba(var(--color-tertiary-4),1);display:block;width:38.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:25.939670562744rem;left:18.280382156372rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mxbO5y4WIrRKh3PZMCWgWDe89ZiFhn1g { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:27.877197265625rem;left:12.5rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rTsccykvsxRQiSWFuDbzOVg0t6JPlfb2 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.62425rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:31.126708984375rem;left:18.18603515625rem;height:1.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wuMeZSQpPdhoGWR9PGhdiy8HUUkfRUBu { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:32.939697265625rem;left:12.5rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zhGhsicW6tCTPM7bQbOTXi0ARmDKPsa1 { box-sizing:content-box;height:5.18676875rem;width:45.8728125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;top:35.269775390625rem;left:14.56298828125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ZNA1VpETE6xO10PkFadFyyV0qKt353dx { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6853125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:36.2529296875rem;left:25.65673828125rem;height:1.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WJi1i8I9FTl5qDKteOhNQnh2kyH1tyux { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:38.097900390625rem;left:12.5859375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zXmiElQLvoQwWXu6r3BmAManQwcEJQzu { color:rgba(var(--color-tertiary-4),1);display:block;width:27.374125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:41.373678207397rem;left:23.811849594116rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eaVN1f3TeeTGmye5dAC8Mec1TCy738fL { color:rgba(var(--color-tertiary-4),1);display:block;width:18.499375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.6875rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:44.748245239257rem;left:28.249784469604rem;height:5.6879375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qvKg2QEAwOVXPqZByu1DNg1tzE5W3JAU { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1865rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:51.436767578125rem;left:21.905517578125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nros8Ik0VKRHrd3M88Zo8GOvO0WuBwrQ { box-sizing:content-box;height:21.1870625rem;width:45.7498125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.723308563233rem;left:14.624567031861rem;display:block; }
#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_97cc7f684efabb7ef36dfd2da1fbdab20a94eb72.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9.adaptive-delivery-prevent-bg, #N7LesFuS1wJIusErDBWTnVb8foTqBWg9.lazyload, #N7LesFuS1wJIusErDBWTnVb8foTqBWg9.lazyloading { background-image: none; }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row .container { background-color: transparent; background-image: none; }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row .container > .video-iframe-container { display: none; }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row > .video-iframe-container { display: none; }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .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); }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row .container { border-width: 0; border-radius: 0; }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row .container { font-size:0.875rem;font-family:anton;height:89rem;width:75rem;position:relative;display:block; }#OzVDk3WvblWl6AHRrMckoXCq8CSfXSSe { color:rgba(var(--color-tertiary-4),1);display:block;width:58.93675rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.372802734375rem;left:0rem;height:9.7504375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OGdbOZooZoqJrBtaKGF3uGDRfJ9MaWpJ { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.811875rem;width:23.3745625rem;top:68.27783203125rem;left:30.61376953125rem;overflow:hidden;display:block; }
#UKqFfUwROevZ9vHClup1b91ETNqy12Ng { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:23.375rem;top:27.312284469604rem;left:3.8953990936279rem;overflow:hidden;display:block; }
#MSpBcb5avxft2ABvIN971y79VzuTTolM { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:23.4375rem;top:33.348308563233rem;left:30.584856033325rem;overflow:hidden;display:block; }
#yHVdrpd70ypzOatBDtDmhWKn1rJ5Nede { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:23.375rem;top:16.469184875488rem;left:30.584856033325rem;overflow:hidden;display:block; }
#e2sGvl7Cc6BUlxfBdwHS4EOqTHNqVPHt { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:23.3125rem;top:67.574438095094rem;left:3.9246959686279rem;overflow:hidden;display:block; }
#wfI4smVWWncnea0itC1pT78ptRlifZAl { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:23.25rem;top:16.469184875488rem;left:3.9594211578369rem;overflow:hidden;display:block; }
#BPeRsipBTbILU0v6hNiMVxm6VGCIQHKr { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:23.3123125rem;top:48.831382751465rem;left:30.584856033325rem;overflow:hidden;display:block; }
#QyOaSoQz2Qc8JgWA8SGuMlQ9xp0Q50NE { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.87425rem;width:23.374rem;top:56.044706344604rem;left:3.8943157196045rem;overflow:hidden;display:block; }
#xDzXeeN21kpANx4FmJuvThquRuOamDlB { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_0244c0fd488a48ef05dbb956dbd3fdf4e52f462d.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB.adaptive-delivery-prevent-bg, #xDzXeeN21kpANx4FmJuvThquRuOamDlB.lazyload, #xDzXeeN21kpANx4FmJuvThquRuOamDlB.lazyloading { background-image: none; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container { background-color: transparent; background-image: none; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container > .video-iframe-container { display: none; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row > .video-iframe-container { display: none; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .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); }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container { border-width: 0; border-radius: 0; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container { font-size:0.875rem;font-family:anton;height:39.0625rem;width:75rem;overflow:visible;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#JN8ASbTc9BOsTlGS1b1J8IWZZGZ64IRO { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:9.4368829727175rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PzK88LySl4Cde3x91rUEvpLFNG2xHBaQ { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:28.141279220581rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-element-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-0),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.375rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--headlines-font-family);height:auto;line-height:1.4;overflow:hidden; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);height:auto;line-height:1.4;overflow:hidden; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_40df920843057a50b1451803c6c49c402b0f9f45.svg");background-size:contain !important; }#FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-trigger.adaptive-delivery-prevent-bg, #FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-trigger.lazyload, #FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-trigger.lazyloading { background-image: none; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC { box-sizing:content-box;height:auto;width:36.936875rem;position:absolute;display:flex;flex-direction:column;gap:1.875rem;z-index:15009;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:6.7491669114681rem;left:38.063150405884rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #sAHblGfEV4TLXaVNUEEl65N4X376GPGA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #ozapADszV2mbLMxCyAPiNkruyV9tl2KO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy { display:block;position:relative; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd { display:block;position:relative; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw { display:none; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 { display:block;position:relative; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH { display:none; }
#lEO8yaWmROIe0LTktTOS3y0bDWuxMLx9 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.186875rem;height:3.49935rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.647354602814rem;left:45.263673782349rem;display:block; }
#tmiEFMVihIgiUpMkX1pgQkf2OX0SSHgA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row .container { background-color: transparent; background-image: none; }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row .container > .video-iframe-container { display: none; }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row > .video-iframe-container { display: none; }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .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); }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row .container { border-width: 0; border-radius: 0; }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row .container { font-size:0.875rem;font-family:anton;height:18.75rem;width:75rem;position:relative;display:block; }#v0mC7qHHTXb6BJiTorTf7Ep3XQMpe3FL { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.125rem;left:37.46875rem;display:block; }
#n4EH5HqXp8IqSwToEtz0qXlvA9WCTJnR { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99978125rem;width:1.99978125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:8.3734779357913rem;left:21.124132156372rem; }
#n4EH5HqXp8IqSwToEtz0qXlvA9WCTJnR > img { max-width: 100%;max-height:100%; width:1.99978125rem; height:1.99978125rem; }#SNV1oWtHDlGRfZQqzt0pbHdo1BHkCq57 { 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:12.874375rem;top:8.75rem;left:6.8120670318606rem;overflow:hidden;display:block; }
#PhTTULaTf1nXnoU3nhL8W4fieTJBOGFi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:10.25rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:5.3819427490234rem;left:41.940103530884rem;display:block; }
#r0NITi58L3zTOFfImF4dUXTKRqRvnEQ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZdN9rAo0MSLnIvTTv5dUm178cb2Xu89J { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:12.375rem;height:3.25rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:7.8125rem;left:41.940103530884rem;display:block; }
#rTfRgNGFlQW31g7iTsT3BdnPmXvcycCR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ls8gnL7Dq5viB39c3Pg7JD2tg3rKeQHw { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9987rem;width:1.9987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:8.3734779357913rem;left:24.186201095581rem; }
#ls8gnL7Dq5viB39c3Pg7JD2tg3rKeQHw > img { max-width: 100%;max-height:100%; width:1.9987rem; height:1.9987rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS { background-color:#ffd476;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;box-shadow: none;display:block; }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS > .row .container { background-color: transparent; background-image: none; }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS > .row .container > .video-iframe-container { display: none; }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS > .row > .video-iframe-container { display: none; }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS > .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); }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS > .row .container { border-width: 0; border-radius: 0; }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEkKWysZQHbWsQnQM5Rqu51b73VxDubB { top:0.9375rem;left:0rem;width:6.4375rem;height:1.4375rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WApzvFFnv37F4M125MTrCnovEy1TdkvN { top:2.4375rem;left:0rem;width:7.75rem;height:0.75rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CyVEkTbUAPKAA6OPgywUPAeyM9yCi8ms { top:0.5rem;left:0rem;width:8.75rem;height:3.4375rem;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aVrR7BWhSQAVFU5iKFrDJiS067DAH38E { width:16.6875rem;height:2.5rem;top:0.9375rem;left:31.0625rem;background-color:#28887a;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ug6zXKntBgy87WQ5tywoidBWfvT93b4d { display:block; }
 }@media only screen and (max-width: 763px) { #CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ > .row .container { background-color: transparent; background-image: none; }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ > .row .container > .video-iframe-container { display: none; }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ > .row > .video-iframe-container { display: none; }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ > .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); }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ > .row .container { border-width: 0; border-radius: 0; }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KagPGnvBn2AZwhL2dHdMpwcS0TQOsAl2 { top:0.9375rem;left:10.5625rem;width:27.3125rem;height:4.375rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #VuFgcIlzFi8kqVphTBLLboUxVJaILA9K { width:5rem;height:2.5rem;top:1.875rem;left:42.75rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #Iv998PpUUO0vdVvZ4UTaszQEBT6Jpcvk { display:block; }
 }@media only screen and (max-width: 763px) { #rhCsObfLcQsHTcPxGcSDEGNBbbmwdLtM { width:6.875rem;height:2.5rem;top:1.875rem;left:40.875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #mC8i2lgZ7RTP2rtrZTPZ849KmHrX8ZS0 { display:block; }
 }@media only screen and (max-width: 763px) { #AcPJhHLy5IMV8cunr7vEz42wXGFpoTOg { width:5.625rem;height:2.5rem;top:1.875rem;left:41.625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #OlUmc3FWscL1t9DPF2C7O5t2qXWanEI5 { display:block; }
 }@media only screen and (max-width: 763px) { #Qh1dhRSr4qmF2VCV0l3s2MOdIpbHyFX4 { width:5.625rem;height:2.5rem;top:1.875rem;left:36.0625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #H6ZKCkJN4D56rkFSD1hLETdClNnrH4D2 { display:block; }
 }@media only screen and (max-width: 763px) { #IXQ83JfnNnSM60CqvKiGACtIrqTus3vs { display:block; }#IXQ83JfnNnSM60CqvKiGACtIrqTus3vs > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F98FP3lAKJBl6cXtegUbIxp0egdco0B2 { top:11.375rem;left:0rem;width:36.6875rem;height:10.1875rem;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp6WdnwBucWGxBSgEHvBBH9uXGhbKTge { top:29.125rem;left:0rem;width:31.8125rem;height:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwBUUNoX3rmaH9Kl4mGb6y5HdRQDl9TV { top:5.25rem;left:0rem;width:20.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAA3JMM1wQndkTH7ZfQC001S6p988cNB { top:22.75rem;left:0rem;width:37.0625rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfyt3yGdUPcx5gxbyGtFFlLigQBPKlNE { top:13.1875rem;left:16.0625rem;width:31.6875rem;height:39.4375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4add6515-3878-42ca-906d-342df49ecc2b/bg_placeholder.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Lfyt3yGdUPcx5gxbyGtFFlLigQBPKlNE.adaptive-delivery-prevent-bg, #Lfyt3yGdUPcx5gxbyGtFFlLigQBPKlNE.lazyload, #Lfyt3yGdUPcx5gxbyGtFFlLigQBPKlNE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vOM1KzJhKlkiircOiZBmBWSFRcvAROOS { display:none; }
 }@media only screen and (max-width: 763px) { #CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx { display:block; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7gaDH2VmTPUAL8Cb0dzvLgQLfL5UVg9 { top:6.9375rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX5yloTXiGZbiTDTZfQSZbMyZ8BDX533 { top:15.1875rem;left:5.34375rem;width:37.0625rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILo85cFftn5iKv92yb0XVqnFRt894HwZ { top:18.6875rem;left:5.59375rem;width:36.5625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgumCe5WcK6sxJunRt5m6PEUQ3bTBJKV { top:23.25rem;left:5.59375rem;width:36.5625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6Kp1wyxZqa5i741ZyWC18HKlL91Xtu0 { top:33.625rem;left:10.030599594116rem;width:31.375rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3rvxe5GObGVudiLWcr7lFEyPiApd6qb { top:51.875rem;left:5.3409290313721rem;width:37rem;height:5.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv3TqVnCun00ffu6DhtRc8B0uFWilqlQ { top:57.5625rem;left:5.59375rem;width:36.5625rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtRWQ2pvFWHzKmETXygGMf4uUg11NzWI { top:65.6875rem;left:5.59375rem;width:36.5625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaCsD95FZPyMTCPcZKaRi18G0TN1iJmp { top:80.25rem;left:5.34375rem;width:36.5625rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTUIFRdTPHthfGJcvacOZZNZhoSTqrtu { top:86.125rem;left:5.34375rem;width:39rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0h2SEI4bKetqILWkvWOIQMGc77l1ZSl { top:94.625rem;left:5.34326171875rem;width:37rem;height:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M58k9GJRip2RVMzi9VJmCETmCqtTygrW { top:98.4375rem;left:5.59375rem;width:36.5625rem;height:17.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW6yaQRBTcS0mzABECG6acstk5Cg4Bgg { top:117.25rem;left:6.561767578125rem;width:36.5625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyuCFuqCKad0EoZ9mDZMkx3K4r4X6DO7 { top:128.0625rem;left:6.560546875rem;width:36.5625rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcNtEXMUmwC8BMgFPu3NQ4X4NFgo2wwG { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#NcNtEXMUmwC8BMgFPu3NQ4X4NFgo2wwG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a7c19d8c74907e436974d15fcb5d729180d8879.svg); }
 }@media only screen and (max-width: 763px) { #f0R7K77T5EeT5p8t8ywyTdedUTa7bMuM { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#f0R7K77T5EeT5p8t8ywyTdedUTa7bMuM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a7c19d8c74907e436974d15fcb5d729180d8879.svg); }
 }@media only screen and (max-width: 763px) { #fnzIgFnrEhDV32rvT8mR2AyxXvQIiHLH { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#fnzIgFnrEhDV32rvT8mR2AyxXvQIiHLH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a7c19d8c74907e436974d15fcb5d729180d8879.svg); }
 }@media only screen and (max-width: 763px) { #mpcXJywLlC37GczJyLHTDmCWHIRXdZIB { top:34rem;left:6.5617198944094rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNSX1a4JV1ZZ5vGt1xEOkL7woKQRHQ4s { top:39.6875rem;left:6.5616321563719rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpRsTt6Mv3byuPgJtZfKqueNHpVN5OTk { top:45.0625rem;left:6.5617198944094rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe { display:block; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWVGIm63tVheG8sMEQcO4ppi1BN63CVw { top:8.125rem;left:0rem;width:47.6875rem;height:11.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbKCZFgNeyIR5q7eKgyuwP5M9LTvml9c { top:21.0625rem;left:0rem;width:36.25rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5QAxKcbWHT9Hqpy9oO595NrNNTrc2ET { top:24.1875rem;left:0rem;width:40.0625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8luWedHeM5eoa7hTCN5WRuNqZzXznBc { top:53rem;left:0rem;width:38.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbrftbcyRClWAfhlT35LWM7aGOL2D48T { top:5.6875rem;left:9.875rem;width:37.875rem;height:60.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEmvBF2TUSmrt4LOuKJ4OyRnzOKUTBEf { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#wEmvBF2TUSmrt4LOuKJ4OyRnzOKUTBEf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a7c19d8c74907e436974d15fcb5d729180d8879.svg); }
 }@media only screen and (max-width: 763px) { #LDWsJyqQ03pAHsaz8F7myr5c6GQakSxb { display:block; }#LDWsJyqQ03pAHsaz8F7myr5c6GQakSxb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eFIebDZZ1nyvqKhOGyEKiFIM0bZZ7Tsx { top:7.8125rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDi3HoQ4Rm2ncLPH02Xix5rKD4ncyiRp { top:17.125rem;left:0rem;width:20.125rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6nRGEiWLATIpPEOWiuplDyEXFevbPH0 { top:18.6875rem;left:13.75rem;width:20.25rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx2ZtmPCF8zUz8cqdI9t1cXKRt0Df9HS { top:17.125rem;left:27.4375rem;width:20.3125rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0TQMRrCzl2S49T7bJrlghxQZgnNirNA { top:33.6875rem;left:13.843534469604rem;width:20rem;height:9.5946341676168rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsc7F5sC9DhiT1rSbtmS7tTPbEMgwcbT { top:30.9375rem;left:0rem;width:20rem;height:15.077478083702rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4X6S2GTh637tf4i5WXmSi7Aary3cGIi { top:30.9375rem;left:27.5625rem;width:20.1875rem;height:14.143418914414rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXozCxTFUpnGKkKCrVkXxXnb0xtIOGoI { display:block; }#HXozCxTFUpnGKkKCrVkXxXnb0xtIOGoI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwD9D12XaJWOp7mcg5VNfTK1gDFv8iU0 { top:3.5625rem;left:0rem;width:47.75rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz5ASBZWoTpDLO7iT5bprruDNSUVRiB0 { top:25.0625rem;left:0rem;width:40rem;height:14.75rem;font-size:1rem;display:block; }#wz5ASBZWoTpDLO7iT5bprruDNSUVRiB0 li:before{  }
 }@media only screen and (max-width: 763px) { #Dq830H9B9xV9bcT2UrP6JMhDzaKhvLFN { top:16.6875rem;left:0rem;width:40rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcTdQT756TkkpJShIAsIkKaSAICSOEgN { top:40.625rem;left:0rem;width:40rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp2Wgy4qHmz1gMnzvDulwLNvTmI3EXPQ { top:46.5rem;left:0rem;width:40rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI { display:block; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbA7cGlU0R1MNEZSWxXvMmlQU8uPorJi { top:8.125rem;left:0rem;width:31.875rem;height:4.5625rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC6v04kgGNvNVeAeGqRpuumvyWJDTV13 { top:8.125rem;left:11.5rem;width:36.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNHf5HyutQzzRFV2Gii1Opm7GUPn6udh { top:11.0625rem;left:16.5rem;width:31.25rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBFBdP7kQ8I1v8DwgdMzGfm7qopF1zMu { top:14.0625rem;left:16.5rem;width:31.25rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRXvUKWThbiqWP5DhC7JOtbwRbzvRXSJ { top:10.3125rem;left:45rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5zXC7xQ79mAErurqbSOEhverIT25d1r { top:31.875rem;left:16.5rem;width:31.25rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOl4BCl687vTTXAfKn84B4B9aeXTEUdc { top:35.0625rem;left:16.5rem;width:31.25rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXFBrNToSpTDFb8RdlHSXcxU108E92VF { top:31.25rem;left:45rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q105NbuEN6cbhmIiXs7GtBLKxBol8oX2 { top:21.75rem;left:16.5rem;width:31.25rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEkzrmqU7tUwhFbRnMthrCR9Mwy1L5ni { top:24.9375rem;left:16.5rem;width:31.25rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXBiEhoV5k5AG8XnmKdF75DCPOKTumi4 { top:21.125rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRVTr0WvHkTpPJT99CsiFDw8ub0TiWWI { top:42.5rem;left:16.5rem;width:31.25rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwDB9dTJ90SFXcOlsE3MZsJG8zoab8AE { top:41.875rem;left:45rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLcSldbIMwlpIiVrtgNy1T6fDAT5063h { top:45.5625rem;left:16.5rem;width:31.25rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB0Hu21zIkVL9IGB9BEArTESV1yevXzM { top:0rem;left:0rem;width:33.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSkrNrgJ4IMLbksey8KB9l29XulbB0kC { top:20.5625rem;left:0rem;width:33.75rem;height:51.4995625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfmJndAv9pvPupMA0Ifc1405MwXGQulV { top:29.0625rem;left:11.5rem;width:36.25rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icM0cQIbq4NVEiWw029G9a6N7o9v7gaI { top:50.0625rem;left:11.5rem;width:36.25rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8h93hXewISDtkn7W2lhnmUILLTt2pri { top:53.1875rem;left:16.5rem;width:31.25rem;height:5.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgzy6xulH2TewTb2TuH3Qtx5T6a7TtG2 { top:52.5rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0N83eP61TBlVBKNV0E4K1gc6ZWL8wKy { top:63.5rem;left:16.5rem;width:31.25rem;height:5.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhEAnEPRyu5IuckuUz3vWIdJdbdcpbw5 { top:62.8125rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWnp8mCu4H6I6sQZiLmP3w18ASu0CJ0Z { top:71.0625rem;left:11.5rem;width:36.25rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTIUxHSqQaQub0B2mI1AKTViVLOevuGS { top:74.0625rem;left:16.5rem;width:31.25rem;height:5.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnHKT5wOtbLSSBcddqFoo6haKmIhOs6M { top:72.9375rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk3JFrfgGdsKnC4Ac9tymR9twwpaOSFI { top:84.125rem;left:16.5rem;width:31.25rem;height:5.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3nQ1qr6hmE2MRovII79sVfkTrskTLPq { top:84.125rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu2J4CZTWrEZADheisLDi9etSIhKCDTI { top:71.4375rem;left:0rem;width:33.75rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiEZLEwRchXWkcOnX0cZXRSHazipZbt3 { top:89.75rem;left:16.5rem;width:31.25rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #la7icl3TlvPTno1GTLW8O3Puu01hEn3e { display:block; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { background-color: transparent; background-image: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .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); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { border-width: 0; border-radius: 0; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7Jz1OnQK2500iKLAUQW1gZXT8HXTkeE { top:0rem;left:11.5rem;width:36.25rem;height:52.5rem;background-color:#ffeabb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Me4dT6xs7F1SbWS4oihi7AXwhcewp2aA { top:8rem;left:16.0625rem;width:31.6875rem;height:;font-size:2.625rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #gzKMwEqR9IJ0t8xOndb9DlIpMdLmHmFW { top:20.875rem;left:19rem;width:28.75rem;height:1.5625rem;font-size:1rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #rEhkGcR0DKP8zfTap2vzNwMur4siR7E9 { top:23.9375rem;left:19rem;width:28.75rem;height:;font-size:1rem;color:#0b0b0b;display:block; }#rEhkGcR0DKP8zfTap2vzNwMur4siR7E9 li:before{  }
 }@media only screen and (max-width: 763px) { #D6khZZEU1W2ZLAVHMOTn2hpA4gCqqu8p { top:0rem;left:0rem;width:37.375rem;height:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSTNDkmpN2P0Wdi2iqEeBSvD6ENClvAg { display:block; }#VSTNDkmpN2P0Wdi2iqEeBSvD6ENClvAg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iaRaVxu0wco1zKqyvNFiioqVGiN4DbBL { top:6.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxOw2fMv3CJMpGsnoXmopgWvlhEoQDr5 { top:25.5625rem;left:6.3120670318606rem;width:37.9375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCoQ2ETwhV7d3KGQc5UmHsCKgqX6s8XT { top:12.3125rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOqHrHRLLUGImmIrRQX7TCrtylBD4Plh { top:20.5rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQX68qHLdCNbOw5ntyJng1VtUHJKWdbG { top:25.0625rem;left:1.710693359375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvsvqOvguTxDNM8vi7KtEDQisQmTCRpR { top:30.8125rem;left:5.1875rem;width:42.5625rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q26UPgrEn8EOhCcVCVkzT6rztoXOhFLW { top:31.3125rem;left:1.710693359375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDuVgwu1wGsao3V06O7DLh6c1f6OvqpB { top:37.6875rem;left:1.710693359375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4ftw2slea2CTbEveb0oC0nd3hTMJ6T4 { top:44rem;left:1.710693359375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo0e8xD1a1c3iZkfsQmQiNyP0gFiqHIx { top:50.1875rem;left:1.710693359375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpScQNMcxDVo75xQTQbdFlkGTgWbVhSW { top:56.375rem;left:1.710693359375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9LxzSzVvB4rl5nkrSqQBZEdXtPqLLPu { top:38.1875rem;left:4.625rem;width:43.125rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBIfH6CtL5FUqdDbW9RnTxu0nkcbkFa0 { top:44.5rem;left:6.3120670318606rem;width:37.9375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGCV7k6BuFeXiATfDyyZHgb52AbwKJuA { top:50.6875rem;left:6.3120670318606rem;width:37.9375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip6sNq7fF6WkVptqT0zgacVNzZ4k13QT { top:56.9375rem;left:6.3120670318606rem;width:37.9375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gglHu66i6lUaTTPbvwG1ySMHqiChrdqf { top:-0.125rem;left:35.875rem;width:11.875rem;height:67.5rem;background-color:#ffeabb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #H4k75sux2BfqIbkndez79XFx5TlXyUS7 { display:block; }#H4k75sux2BfqIbkndez79XFx5TlXyUS7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5nX7JNRq9S7XfQkHI1Xg09iOlct4x7c { top:9.5rem;left:12.75rem;width:35rem;height:15.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBknX5HGqlP5IUfygRNhR252spu1ZSdn { top:25.6875rem;left:12.75rem;width:25.5rem;height:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooWMX0q5Bsk7IuWU52QfswKGEcHH1I4s { top:40rem;left:6.6865234375rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtrGfzFwH7Aqu0sf5oWwvSO4vx2ywmNG { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#xtrGfzFwH7Aqu0sf5oWwvSO4vx2ywmNG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a7c19d8c74907e436974d15fcb5d729180d8879.svg); }
 }@media only screen and (max-width: 763px) { #UkAToa3eRUQ9Bvg0DZSfxNkorbckzNgW { top:4.125rem;left:0rem;width:32.5rem;height:48.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn6AZ5i3ST8FHi1HTZR5TVzBhpq36iAL { display:block; }#cn6AZ5i3ST8FHi1HTZR5TVzBhpq36iAL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvBgQ9IhlwtslP2r0TOem8KIbMFRQ5Sl { top:7.3125rem;left:0rem;width:47.75rem;height:;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn89xHmH6rwSHPQx3TBnr90QeLQnD1N1 { top:17.25rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xds6oWN1kdhLiEsPfXBaI5yTzGTyc1WM { top:61.6875rem;left:14.194013595581rem;width:18.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nahRn5A6zgdPgugRAKfsAWImTb4Te1Ti { display:block; }
 }@media only screen and (max-width: 763px) { #m0FnelTJVWubpqTaP4JySk2ihOU4ADyC { top:68.0625rem;left:14.194013595581rem;width:21.6875rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzOybp4swxTvSHM5c9b90PoXlAeX95ik { top:56.5rem;left:14.500001907349rem;width:18.75rem;height:4.125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkvvQpAEIrrTC27WPL8D6Oag2GaJsdaU { top:14.5rem;left:0.936767578125rem;width:45.875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTdQfPQzdyD0oo0FgadnHtuLDslhcKBF { top:15.5625rem;left:14.5rem;width:18.75rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJiKTDJLlCRLewGRQTsbyBUHwaKQ90qi { top:20.75rem;left:14.5rem;width:18.75rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaCNIaGmcA5XTXRL5ZJS5QSLswJV3Tcu { top:22.5rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFs021IeeIn4CPfRI16k2WSkAb9lzxTn { top:24.875rem;left:0.936767578125rem;width:45.8125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUqQul0JnW506HN3ZP1Wacz8HCKIBsHT { top:25.9375rem;left:4.6553821563721rem;width:38.8125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxbO5y4WIrRKh3PZMCWgWDe89ZiFhn1g { top:27.875rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTsccykvsxRQiSWFuDbzOVg0t6JPlfb2 { top:31.125rem;left:4.56103515625rem;width:38.5625rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuMeZSQpPdhoGWR9PGhdiy8HUUkfRUBu { top:32.9375rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhGhsicW6tCTPM7bQbOTXi0ARmDKPsa1 { top:35.25rem;left:0.93798828125rem;width:45.8125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNA1VpETE6xO10PkFadFyyV0qKt353dx { top:36.25rem;left:12.03173828125rem;width:23.625rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJi1i8I9FTl5qDKteOhNQnh2kyH1tyux { top:38.0625rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXmiElQLvoQwWXu6r3BmAManQwcEJQzu { top:41.3125rem;left:10.186849594116rem;width:27.3125rem;height:1.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaVN1f3TeeTGmye5dAC8Mec1TCy738fL { top:44.6875rem;left:14.624784469604rem;width:18.4375rem;height:5.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvKg2QEAwOVXPqZByu1DNg1tzE5W3JAU { top:51.375rem;left:8.280517578125rem;width:31.125rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nros8Ik0VKRHrd3M88Zo8GOvO0WuBwrQ { top:54.6875rem;left:0.99956703186037rem;width:45.6875rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7LesFuS1wJIusErDBWTnVb8foTqBWg9 { display:block; }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzVDk3WvblWl6AHRrMckoXCq8CSfXSSe { top:3.3125rem;left:0rem;width:47.75rem;height:9.75rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGdbOZooZoqJrBtaKGF3uGDRfJ9MaWpJ { top:68.25rem;left:16.98876953125rem;width:23.3125rem;height:13.77520267759rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKqFfUwROevZ9vHClup1b91ETNqy12Ng { top:27.25rem;left:0rem;width:23.375rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSpBcb5avxft2ABvIN971y79VzuTTolM { top:33.3125rem;left:16.959856033325rem;width:23.4375rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHVdrpd70ypzOatBDtDmhWKn1rJ5Nede { top:16.4375rem;left:16.959856033325rem;width:23.375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2sGvl7Cc6BUlxfBdwHS4EOqTHNqVPHt { top:67.5625rem;left:0rem;width:23.3125rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfI4smVWWncnea0itC1pT78ptRlifZAl { top:16.4375rem;left:0rem;width:23.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPeRsipBTbILU0v6hNiMVxm6VGCIQHKr { top:48.8125rem;left:16.959856033325rem;width:23.25rem;height:17.764888189449rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyOaSoQz2Qc8JgWA8SGuMlQ9xp0Q50NE { top:56rem;left:0rem;width:23.3125rem;height:9.8482695783777rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDzXeeN21kpANx4FmJuvThquRuOamDlB { display:block; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JN8ASbTc9BOsTlGS1b1J8IWZZGZ64IRO { top:9.375rem;left:0rem;width:26.25rem;height:;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzK88LySl4Cde3x91rUEvpLFNG2xHBaQ { top:28.125rem;left:0rem;width:26.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC { display:flex;height:auto;width:27.8125rem;top:8.0625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH {  }
 }@media only screen and (max-width: 763px) { #lEO8yaWmROIe0LTktTOS3y0bDWuxMLx9 { width:18.125rem;height:3.4375rem;top:29.625rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmiEFMVihIgiUpMkX1pgQkf2OX0SSHgA { display:block; }
 }@media only screen and (max-width: 763px) { #TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd { display:block; }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0mC7qHHTXb6BJiTorTf7Ep3XQMpe3FL { top:3.125rem;left:23.875rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4EH5HqXp8IqSwToEtz0qXlvA9WCTJnR { top:8.3125rem;left:7.4991321563719rem;width:1.9375rem;height:1.9375rem;display:block; }
#n4EH5HqXp8IqSwToEtz0qXlvA9WCTJnR > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #SNV1oWtHDlGRfZQqzt0pbHdo1BHkCq57 { width:12.8125rem;height:1.2439924268168rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhTTULaTf1nXnoU3nhL8W4fieTJBOGFi { width:10.25rem;height:2.5rem;top:5.375rem;left:28.315103530884rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #r0NITi58L3zTOFfImF4dUXTKRqRvnEQ3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZdN9rAo0MSLnIvTTv5dUm178cb2Xu89J { width:12.375rem;height:3.25rem;top:7.8125rem;left:28.315103530884rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #rTfRgNGFlQW31g7iTsT3BdnPmXvcycCR { display:block; }
 }@media only screen and (max-width: 763px) { #ls8gnL7Dq5viB39c3Pg7JD2tg3rKeQHw { top:8.3125rem;left:10.561201095581rem;width:1.9375rem;height:1.9375rem;display:block; }
#ls8gnL7Dq5viB39c3Pg7JD2tg3rKeQHw > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS { background-color:#ffc200;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;box-shadow: none;display:block; }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS > .row .container { background-color: transparent; background-image: none; }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS > .row .container > .video-iframe-container { display: none; }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS > .row > .video-iframe-container { display: none; }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS > .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); }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS > .row .container { border-width: 0; border-radius: 0; }#qRLqMVN2N8ArfvtakTzHX7mWiVnJt2WS > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEkKWysZQHbWsQnQM5Rqu51b73VxDubB { width:6.5rem;height:1.5rem;top:1.0625rem;left:6.875rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WApzvFFnv37F4M125MTrCnovEy1TdkvN { width:7.8125rem;height:0.75rem;top:2.5625rem;left:6.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CyVEkTbUAPKAA6OPgywUPAeyM9yCi8ms { width:8.75rem;height:3.4375rem;top:0.5625rem;left:5.625rem;background-color:#fd026b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aVrR7BWhSQAVFU5iKFrDJiS067DAH38E { width:11.1875rem;height:2.5rem;top:7.1875rem;left:4.40625rem;background-color:#fd026b;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;box-shadow: none;color:#ffffff;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug6zXKntBgy87WQ5tywoidBWfvT93b4d { display:block; }
 }@media only screen and (max-width: 763px) { #CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ > .row .container { background-color: transparent; background-image: none; }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ > .row .container > .video-iframe-container { display: none; }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ > .row > .video-iframe-container { display: none; }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ > .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); }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ > .row .container { border-width: 0; border-radius: 0; }#CJwS1Wddg0eMrQgSUmRtRfvS1mZTBTgJ > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KagPGnvBn2AZwhL2dHdMpwcS0TQOsAl2 { width:18.8125rem;height:6.6875rem;top:0.9375rem;left:0.59375rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #VuFgcIlzFi8kqVphTBLLboUxVJaILA9K { width:5.4375rem;height:2.5rem;top:4.75rem;left:10.625rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #Iv998PpUUO0vdVvZ4UTaszQEBT6Jpcvk { display:block; }
 }@media only screen and (max-width: 763px) { #rhCsObfLcQsHTcPxGcSDEGNBbbmwdLtM { width:8.125rem;height:2.5rem;top:4.75rem;left:2.5rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #mC8i2lgZ7RTP2rtrZTPZ849KmHrX8ZS0 { display:block; }
 }@media only screen and (max-width: 763px) { #AcPJhHLy5IMV8cunr7vEz42wXGFpoTOg { width:5.625rem;height:2.5rem;top:2.25rem;left:10.3125rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #OlUmc3FWscL1t9DPF2C7O5t2qXWanEI5 { display:block; }
 }@media only screen and (max-width: 763px) { #Qh1dhRSr4qmF2VCV0l3s2MOdIpbHyFX4 { width:6.25rem;height:2.5rem;top:2.25rem;left:4.125rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #H6ZKCkJN4D56rkFSD1hLETdClNnrH4D2 { display:block; }
 }@media only screen and (max-width: 763px) { #IXQ83JfnNnSM60CqvKiGACtIrqTus3vs { background-color:rgba(var(--color-primary-0),1);background-image:url("https://icons.assets-landingi.com/icon_519f68a9878a399e9b0345d4596f2fb8f25d9122.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#IXQ83JfnNnSM60CqvKiGACtIrqTus3vs.adaptive-delivery-prevent-bg, #IXQ83JfnNnSM60CqvKiGACtIrqTus3vs.lazyload, #IXQ83JfnNnSM60CqvKiGACtIrqTus3vs.lazyloading { background-image: none; }#IXQ83JfnNnSM60CqvKiGACtIrqTus3vs > .row .container { background-color: transparent; background-image: none; }#IXQ83JfnNnSM60CqvKiGACtIrqTus3vs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXQ83JfnNnSM60CqvKiGACtIrqTus3vs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXQ83JfnNnSM60CqvKiGACtIrqTus3vs > .row .container > .video-iframe-container { display: none; }#IXQ83JfnNnSM60CqvKiGACtIrqTus3vs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXQ83JfnNnSM60CqvKiGACtIrqTus3vs > .row > .video-iframe-container { display: none; }#IXQ83JfnNnSM60CqvKiGACtIrqTus3vs > .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); }#IXQ83JfnNnSM60CqvKiGACtIrqTus3vs > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F98FP3lAKJBl6cXtegUbIxp0egdco0B2 { width:20rem;height:5.25rem;top:6.125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cp6WdnwBucWGxBSgEHvBBH9uXGhbKTge { width:20rem;height:25.9960875rem;top:12.9404296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #hwBUUNoX3rmaH9Kl4mGb6y5HdRQDl9TV { width:12.75rem;height:1.25rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAA3JMM1wQndkTH7ZfQC001S6p988cNB { width:15.0625rem;height:6.9970625rem;top:38.400390625rem;left:2.46875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Lfyt3yGdUPcx5gxbyGtFFlLigQBPKlNE { width:9.1875rem;height:8.375rem;top:38.935546875rem;left:4.783203125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4add6515-3878-42ca-906d-342df49ecc2b/bg_placeholder.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:14999;display:block; }#Lfyt3yGdUPcx5gxbyGtFFlLigQBPKlNE.adaptive-delivery-prevent-bg, #Lfyt3yGdUPcx5gxbyGtFFlLigQBPKlNE.lazyload, #Lfyt3yGdUPcx5gxbyGtFFlLigQBPKlNE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vOM1KzJhKlkiircOiZBmBWSFRcvAROOS { top:37.99609375rem;left:0rem;width:20rem;height:10rem;z-index:15036;background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx { display:block; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container { width:20rem;height:155.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7gaDH2VmTPUAL8Cb0dzvLgQLfL5UVg9 { width:17.5rem;height:5.25rem;top:2.8125rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rX5yloTXiGZbiTDTZfQSZbMyZ8BDX533 { width:17.5rem;height:3.50043125rem;top:10.061849594116rem;left:1.2500000596046rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ILo85cFftn5iKv92yb0XVqnFRt894HwZ { width:17.5rem;height:5.59765625rem;top:14.5rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IgumCe5WcK6sxJunRt5m6PEUQ3bTBJKV { width:20rem;height:1.4rem;top:21.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q6Kp1wyxZqa5i741ZyWC18HKlL91Xtu0 { width:17.9375rem;height:15.39355rem;top:36.875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K3rvxe5GObGVudiLWcr7lFEyPiApd6qb { width:20rem;height:6.82325rem;top:53.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fv3TqVnCun00ffu6DhtRc8B0uFWilqlQ { width:20rem;height:8.396475rem;top:60.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AtRWQ2pvFWHzKmETXygGMf4uUg11NzWI { width:20rem;height:1.3994125rem;top:70.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RaCsD95FZPyMTCPcZKaRi18G0TN1iJmp { width:20rem;height:6.9970625rem;top:90.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTUIFRdTPHthfGJcvacOZZNZhoSTqrtu { width:20rem;height:5.59765625rem;top:98.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A0h2SEI4bKetqILWkvWOIQMGc77l1ZSl { width:20rem;height:3.5rem;top:105.625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M58k9GJRip2RVMzi9VJmCETmCqtTygrW { width:20rem;height:23.79003125rem;top:110.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KW6yaQRBTcS0mzABECG6acstk5Cg4Bgg { width:20rem;height:1.3994125rem;top:135.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fyuCFuqCKad0EoZ9mDZMkx3K4r4X6DO7 { width:20rem;height:5.59765625rem;top:147.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NcNtEXMUmwC8BMgFPu3NQ4X4NFgo2wwG { width:20rem;height:8.4375rem;top:138.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#NcNtEXMUmwC8BMgFPu3NQ4X4NFgo2wwG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a7c19d8c74907e436974d15fcb5d729180d8879.svg); }
 }@media only screen and (max-width: 763px) { #f0R7K77T5EeT5p8t8ywyTdedUTa7bMuM { width:20rem;height:16.5625rem;top:72.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#f0R7K77T5EeT5p8t8ywyTdedUTa7bMuM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a7c19d8c74907e436974d15fcb5d729180d8879.svg); }
 }@media only screen and (max-width: 763px) { #fnzIgFnrEhDV32rvT8mR2AyxXvQIiHLH { width:20rem;height:11.4375rem;top:24rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#fnzIgFnrEhDV32rvT8mR2AyxXvQIiHLH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a7c19d8c74907e436974d15fcb5d729180d8879.svg); }
 }@media only screen and (max-width: 763px) { #mpcXJywLlC37GczJyLHTDmCWHIRXdZIB { width:1.3125rem;height:1.3125rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNSX1a4JV1ZZ5vGt1xEOkL7woKQRHQ4s { width:1.3125rem;height:1.3125rem;top:49.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpRsTt6Mv3byuPgJtZfKqueNHpVN5OTk { width:1.3125rem;height:1.3125rem;top:44.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe { display:block; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row .container { width:20rem;height:107.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWVGIm63tVheG8sMEQcO4ppi1BN63CVw { width:20rem;height:5.548825rem;top:1.3125rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DbKCZFgNeyIR5q7eKgyuwP5M9LTvml9c { width:20rem;height:1.4rem;top:8.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S5QAxKcbWHT9Hqpy9oO595NrNNTrc2ET { width:20rem;height:34.6328125rem;top:11.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h8luWedHeM5eoa7hTCN5WRuNqZzXznBc { width:20rem;height:15.7421875rem;top:59rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lbrftbcyRClWAfhlT35LWM7aGOL2D48T { width:20rem;height:31.813097736613rem;top:76rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEmvBF2TUSmrt4LOuKJ4OyRnzOKUTBEf { width:20rem;height:10.4980625rem;top:47.3125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#wEmvBF2TUSmrt4LOuKJ4OyRnzOKUTBEf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a7c19d8c74907e436974d15fcb5d729180d8879.svg); }
 }@media only screen and (max-width: 763px) { #LDWsJyqQ03pAHsaz8F7myr5c6GQakSxb { display:block; }#LDWsJyqQ03pAHsaz8F7myr5c6GQakSxb > .row .container { width:20rem;height:88.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eFIebDZZ1nyvqKhOGyEKiFIM0bZZ7Tsx { width:20rem;height:5.25rem;top:1.3125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MDi3HoQ4Rm2ncLPH02Xix5rKD4ncyiRp { width:20rem;height:10.869666487576rem;top:7.8114278808594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6nRGEiWLATIpPEOWiuplDyEXFevbPH0 { width:20rem;height:12.160571370369rem;top:19.930552880859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx2ZtmPCF8zUz8cqdI9t1cXKRt0Df9HS { width:20rem;height:10.399569230769rem;top:33.340927880859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0TQMRrCzl2S49T7bJrlghxQZgnNirNA { width:20rem;height:9.593819122091rem;top:61.317302880859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsc7F5sC9DhiT1rSbtmS7tTPbEMgwcbT { width:20rem;height:15.077042898533rem;top:44.990240380859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4X6S2GTh637tf4i5WXmSi7Aary3cGIi { width:20rem;height:14.01208731511rem;top:72.160427880856rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXozCxTFUpnGKkKCrVkXxXnb0xtIOGoI { display:block; }#HXozCxTFUpnGKkKCrVkXxXnb0xtIOGoI > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwD9D12XaJWOp7mcg5VNfTK1gDFv8iU0 { width:20rem;height:10.19925rem;top:1.3125rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wz5ASBZWoTpDLO7iT5bprruDNSUVRiB0 { width:20rem;height:20.379875rem;top:24.829179763794rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#wz5ASBZWoTpDLO7iT5bprruDNSUVRiB0 li:before{  }
 }@media only screen and (max-width: 763px) { #Dq830H9B9xV9bcT2UrP6JMhDzaKhvLFN { width:20rem;height:11.01953125rem;top:13.059914001465rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WcTdQT756TkkpJShIAsIkKaSAICSOEgN { width:20rem;height:8.3965rem;top:46.059375762939rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xp2Wgy4qHmz1gMnzvDulwLNvTmI3EXPQ { width:20rem;height:2.9746125rem;top:56.392709732056rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI { display:block; }#CIgZTk9uHTTHQ8clAZycJIanS6g9pMPI > .row .container { width:20rem;height:135.4599609375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbA7cGlU0R1MNEZSWxXvMmlQU8uPorJi { width:17.5rem;height:2.625rem;top:2.8125rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fC6v04kgGNvNVeAeGqRpuumvyWJDTV13 { width:20rem;height:10.25rem;top:13.250000476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNHf5HyutQzzRFV2Gii1Opm7GUPn6udh { width:17.5rem;height:3.25086875rem;top:16.875000953674rem;left:1.2500000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hBFBdP7kQ8I1v8DwgdMzGfm7qopF1zMu { width:17.5rem;height:2.625rem;top:20.125000417232rem;left:1.2500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRXvUKWThbiqWP5DhC7JOtbwRbzvRXSJ { display:flex;width:2.75rem;height:2.75rem;top:14.175000607967rem;left:8.6250005364419rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #L5zXC7xQ79mAErurqbSOEhverIT25d1r { width:17.5rem;height:3.25086875rem;top:37.156250476837rem;left:1.2500000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UOl4BCl687vTTXAfKn84B4B9aeXTEUdc { width:17.5rem;height:2.625rem;top:40.40625rem;left:1.2500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RXFBrNToSpTDFb8RdlHSXcxU108E92VF { display:flex;width:2.75rem;height:2.75rem;top:34.268750190735rem;left:8.6250005364419rem; }
 }@media only screen and (max-width: 763px) { #q105NbuEN6cbhmIiXs7GtBLKxBol8oX2 { width:17.5rem;height:1.62543125rem;top:27.875000953674rem;left:1.2500000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fEkzrmqU7tUwhFbRnMthrCR9Mwy1L5ni { width:17.5rem;height:2.625rem;top:29.500000953674rem;left:1.2500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sXBiEhoV5k5AG8XnmKdF75DCPOKTumi4 { display:flex;width:2.75rem;height:2.75rem;top:24.750000953674rem;left:8.6250005364419rem; }
 }@media only screen and (max-width: 763px) { #bRVTr0WvHkTpPJT99CsiFDw8ub0TiWWI { width:17.5rem;height:3.25086875rem;top:48.125001907349rem;left:1.2500000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QwDB9dTJ90SFXcOlsE3MZsJG8zoab8AE { display:flex;width:2.75rem;height:2.75rem;top:44.9375rem;left:8.6250005364419rem; }
 }@media only screen and (max-width: 763px) { #ZLcSldbIMwlpIiVrtgNy1T6fDAT5063h { width:17.5rem;height:1.3125rem;top:51.375001907349rem;left:1.2500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OB0Hu21zIkVL9IGB9BEArTESV1yevXzM { width:20rem;height:12.6875rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSkrNrgJ4IMLbksey8KB9l29XulbB0kC { width:20rem;height:30.5rem;top:98.522657871244rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OfmJndAv9pvPupMA0Ifc1405MwXGQulV { width:20rem;height:10.4375rem;top:33.500000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icM0cQIbq4NVEiWw029G9a6N7o9v7gaI { width:20rem;height:10.4375rem;top:54.362501144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8h93hXewISDtkn7W2lhnmUILLTt2pri { width:20rem;height:4.548825rem;top:58.250001907349rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kgzy6xulH2TewTb2TuH3Qtx5T6a7TtG2 { display:flex;width:2.6875rem;height:2.6875rem;top:55.562501907349rem;left:8.6562505364419rem; }
 }@media only screen and (max-width: 763px) { #Q0N83eP61TBlVBKNV0E4K1gc6ZWL8wKy { width:20rem;height:4.548825rem;top:68.81250190735rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MhEAnEPRyu5IuckuUz3vWIdJdbdcpbw5 { display:flex;width:2.6875rem;height:2.6875rem;top:66.12500190735rem;left:8.6562505364419rem; }
 }@media only screen and (max-width: 763px) { #SWnp8mCu4H6I6sQZiLmP3w18ASu0CJ0Z { width:20rem;height:10.4375rem;top:75.62500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTIUxHSqQaQub0B2mI1AKTViVLOevuGS { width:20rem;height:6.5625rem;top:78.606252670288rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnHKT5wOtbLSSBcddqFoo6haKmIhOs6M { display:flex;width:2.6875rem;height:2.6875rem;top:76.34375190735rem;left:8.6562505364419rem; }
 }@media only screen and (max-width: 763px) { #Gk3JFrfgGdsKnC4Ac9tymR9twwpaOSFI { width:20rem;height:4.548825rem;top:90.93750190735rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h3nQ1qr6hmE2MRovII79sVfkTrskTLPq { display:flex;width:2.6875rem;height:2.6875rem;top:87.31250190735rem;left:8.6562505364419rem; }
 }@media only screen and (max-width: 763px) { #Vu2J4CZTWrEZADheisLDi9etSIhKCDTI { width:20rem;height:6.4375rem;top:129.02265739441rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiEZLEwRchXWkcOnX0cZXRSHazipZbt3 { width:20rem;height:1.3125rem;top:95.837501525881rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #la7icl3TlvPTno1GTLW8O3Puu01hEn3e { display:block; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { background-color: transparent; background-image: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .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); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { border-width: 0; border-radius: 0; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container { width:20rem;height:66.875rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7Jz1OnQK2500iKLAUQW1gZXT8HXTkeE { width:20rem;height:14.625rem;top:0.06182861328125rem;left:0rem;background-color:#ffeabb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Me4dT6xs7F1SbWS4oihi7AXwhcewp2aA { width:17.5rem;height:5.25rem;top:3.0625rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #gzKMwEqR9IJ0t8xOndb9DlIpMdLmHmFW { width:17.5rem;height:1.4rem;top:10.4375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #rEhkGcR0DKP8zfTap2vzNwMur4siR7E9 { width:20rem;height:30.80075rem;top:35.499098777771rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;color:#0b0b0b;display:block; }#rEhkGcR0DKP8zfTap2vzNwMur4siR7E9 li:before{  }
 }@media only screen and (max-width: 763px) { #D6khZZEU1W2ZLAVHMOTn2hpA4gCqqu8p { width:20rem;height:19.6788125rem;top:14.684245109558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSTNDkmpN2P0Wdi2iqEeBSvD6ENClvAg { background-color:rgba(245,167,68,0.69);background-image:none;display:block; }#VSTNDkmpN2P0Wdi2iqEeBSvD6ENClvAg > .row .container { background-color: transparent; background-image: none; }#VSTNDkmpN2P0Wdi2iqEeBSvD6ENClvAg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSTNDkmpN2P0Wdi2iqEeBSvD6ENClvAg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSTNDkmpN2P0Wdi2iqEeBSvD6ENClvAg > .row .container > .video-iframe-container { display: none; }#VSTNDkmpN2P0Wdi2iqEeBSvD6ENClvAg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSTNDkmpN2P0Wdi2iqEeBSvD6ENClvAg > .row > .video-iframe-container { display: none; }#VSTNDkmpN2P0Wdi2iqEeBSvD6ENClvAg > .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); }#VSTNDkmpN2P0Wdi2iqEeBSvD6ENClvAg > .row .container { width:20rem;height:58.3095703125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iaRaVxu0wco1zKqyvNFiioqVGiN4DbBL { width:17.5rem;height:10.5rem;top:2.8125rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pxOw2fMv3CJMpGsnoXmopgWvlhEoQDr5 { width:18rem;height:2.798825rem;top:29.750000953674rem;left:2.0625001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DCoQ2ETwhV7d3KGQc5UmHsCKgqX6s8XT { width:20rem;height:10.5rem;top:14.486459255219rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AOqHrHRLLUGImmIrRQX7TCrtylBD4Plh { width:20rem;height:1.92480625rem;top:26.476042747498rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nQX68qHLdCNbOw5ntyJng1VtUHJKWdbG { display:flex;width:1.75rem;height:1.75rem;top:30.275568008423rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rvsvqOvguTxDNM8vi7KtEDQisQmTCRpR { width:17.75rem;height:2.798825rem;top:33.661932945251rem;left:2.1250001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q26UPgrEn8EOhCcVCVkzT6rztoXOhFLW { display:flex;width:1.75rem;height:1.75rem;top:34.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MDuVgwu1wGsao3V06O7DLh6c1f6OvqpB { display:flex;width:1.75rem;height:1.75rem;top:38.781251907349rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #l4ftw2slea2CTbEveb0oC0nd3hTMJ6T4 { display:flex;width:1.75rem;height:1.75rem;top:42.456678390503rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qo0e8xD1a1c3iZkfsQmQiNyP0gFiqHIx { display:flex;width:1.75rem;height:1.75rem;top:46.58736038208rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OpScQNMcxDVo75xQTQbdFlkGTgWbVhSW { display:flex;width:1.75rem;height:1.75rem;top:50.819604873657rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O9LxzSzVvB4rl5nkrSqQBZEdXtPqLLPu { width:17.8125rem;height:2.798825rem;top:37.776990890503rem;left:2.1875001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eBIfH6CtL5FUqdDbW9RnTxu0nkcbkFa0 { width:17.875rem;height:2.798825rem;top:41.931819915771rem;left:2.1250001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eGCV7k6BuFeXiATfDyyZHgb52AbwKJuA { width:17.8125rem;height:2.798825rem;top:46.062501907349rem;left:2.0625001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ip6sNq7fF6WkVptqT0zgacVNzZ4k13QT { width:17.625rem;height:2.798825rem;top:50.294746398926rem;left:2.2500001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gglHu66i6lUaTTPbvwG1ySMHqiChrdqf { width:20rem;height:4rem;top:54.309677124024rem;left:0rem;background-color:#ffeabb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #H4k75sux2BfqIbkndez79XFx5TlXyUS7 { display:block; }#H4k75sux2BfqIbkndez79XFx5TlXyUS7 > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5nX7JNRq9S7XfQkHI1Xg09iOlct4x7c { width:20rem;height:7.6494375rem;top:1.5333852767944rem;left:0rem;font-size:2.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TBknX5HGqlP5IUfygRNhR252spu1ZSdn { width:20rem;height:2.798825rem;top:10.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #ooWMX0q5Bsk7IuWU52QfswKGEcHH1I4s { width:10rem;height:10rem;top:46.129168510437rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtrGfzFwH7Aqu0sf5oWwvSO4vx2ywmNG { width:20rem;height:10.4980625rem;top:14.000000476837rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#xtrGfzFwH7Aqu0sf5oWwvSO4vx2ywmNG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a7c19d8c74907e436974d15fcb5d729180d8879.svg); }
 }@media only screen and (max-width: 763px) { #UkAToa3eRUQ9Bvg0DZSfxNkorbckzNgW { width:20rem;height:30.0625rem;top:26.000001430511rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #cn6AZ5i3ST8FHi1HTZR5TVzBhpq36iAL { display:block; }#cn6AZ5i3ST8FHi1HTZR5TVzBhpq36iAL > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvBgQ9IhlwtslP2r0TOem8KIbMFRQ5Sl { width:20rem;height:5.25rem;top:2.125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yn89xHmH6rwSHPQx3TBnr90QeLQnD1N1 { width:20rem;height:1.05rem;top:11.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xds6oWN1kdhLiEsPfXBaI5yTzGTyc1WM { top:52.937286376953rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nahRn5A6zgdPgugRAKfsAWImTb4Te1Ti { display:block; }
 }@media only screen and (max-width: 763px) { #m0FnelTJVWubpqTaP4JySk2ihOU4ADyC { width:17.5rem;height:2.0996125rem;top:49.888238906861rem;left:1.2500000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NzOybp4swxTvSHM5c9b90PoXlAeX95ik { width:17.5rem;height:2rem;top:47rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FkvvQpAEIrrTC27WPL8D6Oag2GaJsdaU { width:20rem;height:5.1875rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTdQfPQzdyD0oo0FgadnHtuLDslhcKBF { width:18.75rem;height:1.25rem;top:10.1875rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJiKTDJLlCRLewGRQTsbyBUHwaKQ90qi { width:18.75rem;height:1.25rem;top:15.4375rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IaCNIaGmcA5XTXRL5ZJS5QSLswJV3Tcu { width:20rem;height:1.05rem;top:17rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xFs021IeeIn4CPfRI16k2WSkAb9lzxTn { width:20rem;height:5.125rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUqQul0JnW506HN3ZP1Wacz8HCKIBsHT { width:17.75rem;height:2.5rem;top:20.125rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mxbO5y4WIrRKh3PZMCWgWDe89ZiFhn1g { width:20rem;height:1.05rem;top:22.82421875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rTsccykvsxRQiSWFuDbzOVg0t6JPlfb2 { width:19.4375rem;height:2.5rem;top:25.25rem;left:0.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wuMeZSQpPdhoGWR9PGhdiy8HUUkfRUBu { width:20rem;height:1.05rem;top:28rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zhGhsicW6tCTPM7bQbOTXi0ARmDKPsa1 { width:20rem;height:5.125rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNA1VpETE6xO10PkFadFyyV0qKt353dx { width:20rem;height:1.25rem;top:31.5244140625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WJi1i8I9FTl5qDKteOhNQnh2kyH1tyux { width:20rem;height:1.05rem;top:32.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zXmiElQLvoQwWXu6r3BmAManQwcEJQzu { width:20rem;height:1.62543125rem;top:36.75rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eaVN1f3TeeTGmye5dAC8Mec1TCy738fL { width:18.75rem;height:1.93793125rem;top:39.25rem;left:0.625rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qvKg2QEAwOVXPqZByu1DNg1tzE5W3JAU { width:20rem;height:3.125rem;top:42.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nros8Ik0VKRHrd3M88Zo8GOvO0WuBwrQ { width:20rem;height:11.5625rem;top:46.373701095581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7LesFuS1wJIusErDBWTnVb8foTqBWg9 { background-color:rgba(var(--color-secondary-1),1);background-image:none;display:block; }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row .container { background-color: transparent; background-image: none; }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row .container > .video-iframe-container { display: none; }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row > .video-iframe-container { display: none; }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .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); }#N7LesFuS1wJIusErDBWTnVb8foTqBWg9 > .row .container { width:20rem;height:126.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzVDk3WvblWl6AHRrMckoXCq8CSfXSSe { width:20rem;height:10.5rem;top:3.9375rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OGdbOZooZoqJrBtaKGF3uGDRfJ9MaWpJ { width:20rem;height:11.818405459174rem;top:113.65133300781rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKqFfUwROevZ9vHClup1b91ETNqy12Ng { width:20rem;height:23.101876238325rem;top:24.783020507812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSpBcb5avxft2ABvIN971y79VzuTTolM { width:20rem;height:11.83984rem;top:63.592708007812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHVdrpd70ypzOatBDtDmhWKn1rJ5Nede { width:20rem;height:13.208642942515rem;top:49.134145507812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2sGvl7Cc6BUlxfBdwHS4EOqTHNqVPHt { width:20rem;height:9.4908119875813rem;top:102.91133300781rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfI4smVWWncnea0itC1pT78ptRlifZAl { width:20rem;height:7.8489880294734rem;top:15.684708007812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPeRsipBTbILU0v6hNiMVxm6VGCIQHKr { width:20rem;height:15.282074930426rem;top:86.380270507812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyOaSoQz2Qc8JgWA8SGuMlQ9xp0Q50NE { width:20rem;height:8.4489913791259rem;top:76.681895507812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDzXeeN21kpANx4FmJuvThquRuOamDlB { background-color:#ffffff;background-image:none;display:block; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container { background-color: transparent; background-image: none; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container > .video-iframe-container { display: none; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row > .video-iframe-container { display: none; }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .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); }#xDzXeeN21kpANx4FmJuvThquRuOamDlB > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JN8ASbTc9BOsTlGS1b1J8IWZZGZ64IRO { width:20rem;height:5.25rem;top:1.20703125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PzK88LySl4Cde3x91rUEvpLFNG2xHBaQ { width:20rem;height:2.798825rem;top:10.83203125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC .accordion-heading-text { font-size:1.125rem;height:auto; }
#FH8t5t14AzcbTeooqcHHigqiADPOMcKC { display:flex;height:auto;width:20rem;top:8.95703125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
 }@media only screen and (max-width: 763px) { #FH8t5t14AzcbTeooqcHHigqiADPOMcKC #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH {  }
 }@media only screen and (max-width: 763px) { #lEO8yaWmROIe0LTktTOS3y0bDWuxMLx9 { width:11rem;height:3rem;top:36.3564453125rem;left:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmiEFMVihIgiUpMkX1pgQkf2OX0SSHgA { display:block; }
 }@media only screen and (max-width: 763px) { #TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd { display:block; }#TAmvZ7atbnf2WOVAb8THC19xnt4I9wfd > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0mC7qHHTXb6BJiTorTf7Ep3XQMpe3FL { width:12.5rem;height:0.0625rem;top:8.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4EH5HqXp8IqSwToEtz0qXlvA9WCTJnR { display:flex;width:2.375rem;height:2.375rem;top:4.5625rem;left:6.5625rem;font-size:1.625rem; }
#n4EH5HqXp8IqSwToEtz0qXlvA9WCTJnR > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #SNV1oWtHDlGRfZQqzt0pbHdo1BHkCq57 { width:12.0625rem;height:1.0625rem;top:2.0625rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhTTULaTf1nXnoU3nhL8W4fieTJBOGFi { width:10.25rem;height:2.5rem;top:9.8125rem;left:4.875rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #r0NITi58L3zTOFfImF4dUXTKRqRvnEQ3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZdN9rAo0MSLnIvTTv5dUm178cb2Xu89J { width:12.375rem;height:3.25rem;top:12.3125rem;left:4.875rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #rTfRgNGFlQW31g7iTsT3BdnPmXvcycCR { display:block; }
 }@media only screen and (max-width: 763px) { #ls8gnL7Dq5viB39c3Pg7JD2tg3rKeQHw { display:flex;width:2.5625rem;height:2.5625rem;top:4.4375rem;left:10.875rem;font-size:1.625rem; }
#ls8gnL7Dq5viB39c3Pg7JD2tg3rKeQHw > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }