.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,251,239;--color-primary-1:251,241,203;--color-primary-2:247,227,151;--color-primary-3:124,114,76;--color-primary-4:37,34,23;--color-secondary-0:244,241,255;--color-secondary-1:220,211,239;--color-secondary-2:199,185,255;--color-secondary-3:119,111,153;--color-secondary-4:40,37,51;--color-tertiary-0:255,255,255;--color-tertiary-1:181,181,181;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter Tight";--paragraphs-font-family:"inter tight"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f7f3ed;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.82);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 > .row .container { background-color: transparent; background-image: none; }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 > .row .container > .video-iframe-container { display: none; }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 > .row > .video-iframe-container { display: none; }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 > .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); }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 > .row .container { border-width: 0; border-radius: 0; }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#i0kTN64iXUbmoKGZnTJdC3wo29lnTfi4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:0.21875rem;left:0rem;overflow:hidden;display:block; }
#BGFnxhKUrWVsXAFAdvaRklyK9ar3f5bM { 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.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);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.1875rem 0.1875rem 0rem rgba(var(--color-tertiary-4),1) ;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.625rem;left:41.25rem;display:block; }
#REEkfTE95ObLfHbTQt8OHgAX6aVGQMPx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JoCZieUZcy84q1M6541zpoOemP3NtHR5 { background-color:#f7f3ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);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.1875rem 0.1875rem 0rem rgba(var(--color-tertiary-4),1) ;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.625rem;left:48.4375rem;display:block; }
#n0cbVZ72mq96w7Bin8HdTBUBxR9GKdyn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Aw9D4pxEthNg8JmduzigM9nVPAEvOZDr { position:absolute;display:block;z-index:15007;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:2.75rem;width:2.75rem;top:0.75rem;left:3.8125rem;overflow:hidden;display:block; }
#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF { position:relative;display:block; }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF { background-color: transparent; background-image: none; }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .row .container > .video-iframe-container { display: none; }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .row > .video-iframe-container { display: none; }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .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); }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF { border-width: 0; border-radius: 0; }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .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; }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .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:arial;height:6.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hg1SqlBTqMGK5UEL74vkx0y5FWcVSNyn { position:relative;display:block; }#hg1SqlBTqMGK5UEL74vkx0y5FWcVSNyn { background-color: transparent; background-image: none; }#hg1SqlBTqMGK5UEL74vkx0y5FWcVSNyn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hg1SqlBTqMGK5UEL74vkx0y5FWcVSNyn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hg1SqlBTqMGK5UEL74vkx0y5FWcVSNyn > .row .container > .video-iframe-container { display: none; }#hg1SqlBTqMGK5UEL74vkx0y5FWcVSNyn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hg1SqlBTqMGK5UEL74vkx0y5FWcVSNyn > .row > .video-iframe-container { display: none; }#hg1SqlBTqMGK5UEL74vkx0y5FWcVSNyn > .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); }#hg1SqlBTqMGK5UEL74vkx0y5FWcVSNyn { border-width: 0; border-radius: 0; }#hg1SqlBTqMGK5UEL74vkx0y5FWcVSNyn > .row .container > .video-iframe-container { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem; }#hg1SqlBTqMGK5UEL74vkx0y5FWcVSNyn > .row .container { border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:52.3125rem;width:60rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:relative;display:block; }#LovTMQTCmLlxOdwxQIAhmKQqJ163376i { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8125rem;left:2.34375rem;height:11.3745rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vKnXk4Nf69SNMPZiRMs88xk4bAk2241L { position:absolute;display:block;z-index:15002;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0rem rgba(var(--color-tertiary-4),1) ;height:25rem;width:25rem;top:4.0146484375rem;left:32.25rem;overflow:hidden;display:block; }
#tv6PfUJHdQ5AHtxc5N1iWhOcuGtxRmi8 { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26.375rem;left:2.5625rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MdnPapyTarN9bqhOuwyld8ms3RrzLRmE { 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.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: 0.3125rem 0.4375rem 0rem rgba(var(--color-tertiary-4),1) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:4.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:42.1875rem;left:2.34375rem;display:block; }
#AEpWIq6De0vtRnut4yrcGe8gcEfPRJ14 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hUBLCRNTZBAG72dJ86EAMm3CSFOW5ChT { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:29.0625rem;left:2.5625rem;height:10.5244375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#hUBLCRNTZBAG72dJ86EAMm3CSFOW5ChT li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#hUBLCRNTZBAG72dJ86EAMm3CSFOW5ChT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fc26bef54da9565c1ab80e5be25d890c.svg); }
#pk7d2fIiCKb4eaMesbF1oefkQLrBSVkw { position:absolute;display:block;z-index:15011;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);box-shadow: 0.3125rem 0.3125rem 0rem #e2c34e ;height:22.5625rem;width:40.3125rem;top:0rem;left:9.65625rem;display:none; }
#Nf5TmTwbTtENPF4NXexvnLoLKzLQXNVO { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.1875rem;left:2.25rem;height:8.44925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wHOoB0ZCQX2naaDzCOmeNHTeDDca3HvV { background-color:#00ff88;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: 0.3125rem 0.4375rem 0rem rgba(var(--color-tertiary-4),1) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:4.1875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:42.25rem;left:34.8125rem;display:block; }
#bQAaoGoZ6xyvnrSsIwRwagn2JxRKCuXN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#giql8kklQrLtakLanHyTPMyoV6DzFa1P { position:absolute;display:block;z-index:15020;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;height:13.25rem;width:23.625rem;top:30.4375rem;left:33.1875rem;overflow:hidden;display:block; }
#JfSnaR3Q4wzaV2iqesHGnKnLEtACw6Xr { position:relative;display:block; }#JfSnaR3Q4wzaV2iqesHGnKnLEtACw6Xr { background-color: transparent; background-image: none; }#JfSnaR3Q4wzaV2iqesHGnKnLEtACw6Xr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfSnaR3Q4wzaV2iqesHGnKnLEtACw6Xr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfSnaR3Q4wzaV2iqesHGnKnLEtACw6Xr > .row .container > .video-iframe-container { display: none; }#JfSnaR3Q4wzaV2iqesHGnKnLEtACw6Xr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfSnaR3Q4wzaV2iqesHGnKnLEtACw6Xr > .row > .video-iframe-container { display: none; }#JfSnaR3Q4wzaV2iqesHGnKnLEtACw6Xr > .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); }#JfSnaR3Q4wzaV2iqesHGnKnLEtACw6Xr { border-width: 0; border-radius: 0; }#JfSnaR3Q4wzaV2iqesHGnKnLEtACw6Xr > .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; }#JfSnaR3Q4wzaV2iqesHGnKnLEtACw6Xr > .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:arial;height:2.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gLXtbuSuDunGZnzOocEiDAeHMhbTWIVJ { position:relative;display:block; }#gLXtbuSuDunGZnzOocEiDAeHMhbTWIVJ { background-color: transparent; background-image: none; }#gLXtbuSuDunGZnzOocEiDAeHMhbTWIVJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLXtbuSuDunGZnzOocEiDAeHMhbTWIVJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLXtbuSuDunGZnzOocEiDAeHMhbTWIVJ > .row .container > .video-iframe-container { display: none; }#gLXtbuSuDunGZnzOocEiDAeHMhbTWIVJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLXtbuSuDunGZnzOocEiDAeHMhbTWIVJ > .row > .video-iframe-container { display: none; }#gLXtbuSuDunGZnzOocEiDAeHMhbTWIVJ > .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); }#gLXtbuSuDunGZnzOocEiDAeHMhbTWIVJ { border-width: 0; border-radius: 0; }#gLXtbuSuDunGZnzOocEiDAeHMhbTWIVJ > .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; }#gLXtbuSuDunGZnzOocEiDAeHMhbTWIVJ > .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:arial;height:23.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r1SR6UoTnhr44JVPtQgJtSJr2pnimlqE { position:absolute;display:block;z-index:15011;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);box-shadow: 0.3125rem 0.3125rem 0rem #e2c34e ;height:22.5625rem;width:40.3125rem;top:0rem;left:9.65625rem;display:block; }
#BbTNMnp52RmGGVC8MAa0A0TSooWNkXtN { position:relative;display:block; }#BbTNMnp52RmGGVC8MAa0A0TSooWNkXtN { background-color: transparent; background-image: none; }#BbTNMnp52RmGGVC8MAa0A0TSooWNkXtN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbTNMnp52RmGGVC8MAa0A0TSooWNkXtN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbTNMnp52RmGGVC8MAa0A0TSooWNkXtN > .row .container > .video-iframe-container { display: none; }#BbTNMnp52RmGGVC8MAa0A0TSooWNkXtN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbTNMnp52RmGGVC8MAa0A0TSooWNkXtN > .row > .video-iframe-container { display: none; }#BbTNMnp52RmGGVC8MAa0A0TSooWNkXtN > .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); }#BbTNMnp52RmGGVC8MAa0A0TSooWNkXtN { border-width: 0; border-radius: 0; }#BbTNMnp52RmGGVC8MAa0A0TSooWNkXtN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BbTNMnp52RmGGVC8MAa0A0TSooWNkXtN > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#bFiRTFDvqwEcmxAN0SOKAJKnT0gTCVq8 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:1.2314453125rem;left:9.09375rem;height:4.3496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Gbu0ESexv0bIAwSHUiCCymD0LXqRbKgD { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:6.19970703125rem;left:9.65625rem;height:5.51220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bFg6n8MKNcGBu1y6nzKw2l6sTldA9uRb { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:15.54931640625rem;left:10.0625rem;height:5.51220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cMhrFR8HaQunu9IAoH6xtT3RDO2CPH50 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:24.88720703125rem;left:15.15625rem;height:4.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nwBDNCX3TMuVPUhbu7g7NTVl1fldMCny { box-sizing:content-box;height:9.4375rem;width:44.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.33642578125rem;left:7.5625rem;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);display:block; }
#hUm8l0kEEr8J8MaE0OhhnCfipvJt0FgK { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:29.12451171875rem;left:15.15625rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lexKJ5DK2Th3MqvI2SFIuNVpcOZJdQma { position:relative;display:block; }#lexKJ5DK2Th3MqvI2SFIuNVpcOZJdQma { background-color: transparent; background-image: none; }#lexKJ5DK2Th3MqvI2SFIuNVpcOZJdQma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lexKJ5DK2Th3MqvI2SFIuNVpcOZJdQma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lexKJ5DK2Th3MqvI2SFIuNVpcOZJdQma > .row .container > .video-iframe-container { display: none; }#lexKJ5DK2Th3MqvI2SFIuNVpcOZJdQma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lexKJ5DK2Th3MqvI2SFIuNVpcOZJdQma > .row > .video-iframe-container { display: none; }#lexKJ5DK2Th3MqvI2SFIuNVpcOZJdQma > .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); }#lexKJ5DK2Th3MqvI2SFIuNVpcOZJdQma { border-width: 0; border-radius: 0; }#lexKJ5DK2Th3MqvI2SFIuNVpcOZJdQma > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lexKJ5DK2Th3MqvI2SFIuNVpcOZJdQma > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#OlmcBuvkbPn7wCqiXbVkN1Ig69IscQPH { position:absolute;display:block;z-index:15004;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0rem rgba(var(--color-tertiary-4),1) ;height:28rem;width:49.8125rem;top:0rem;left:4.84375rem;overflow:hidden;display:block; }
#ODULbQkbZbF3gp5eJBgtvOgCwKZRmA5b { position:absolute;display:block;z-index:15004;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0rem #6537c3 ;height:28rem;width:25.375rem;top:0rem;left:4.84375rem;overflow:hidden;display:none; }
#grQgByFe7AkOBL2RVVh1IlXKgHhZH7Rf { position:relative;display:block; }#grQgByFe7AkOBL2RVVh1IlXKgHhZH7Rf { background-color: transparent; background-image: none; }#grQgByFe7AkOBL2RVVh1IlXKgHhZH7Rf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grQgByFe7AkOBL2RVVh1IlXKgHhZH7Rf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grQgByFe7AkOBL2RVVh1IlXKgHhZH7Rf > .row .container > .video-iframe-container { display: none; }#grQgByFe7AkOBL2RVVh1IlXKgHhZH7Rf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grQgByFe7AkOBL2RVVh1IlXKgHhZH7Rf > .row > .video-iframe-container { display: none; }#grQgByFe7AkOBL2RVVh1IlXKgHhZH7Rf > .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); }#grQgByFe7AkOBL2RVVh1IlXKgHhZH7Rf { border-width: 0; border-radius: 0; }#grQgByFe7AkOBL2RVVh1IlXKgHhZH7Rf > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#grQgByFe7AkOBL2RVVh1IlXKgHhZH7Rf > .row .container { border-top:0.3125rem solid rgba(var(--color-primary-2),1);border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.8125rem;width:60rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#pinuVAgLK0MnF4KXWyEm63XRdDK9k7yt { color:rgba(var(--color-primary-2),1);display:block;width:27.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.875rem;left:3rem;height:9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HoqRHfgZBp0UrTibXxEw4loKNVC2n03m { color:rgba(var(--color-primary-2),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:28.5rem;left:3.3125rem;height:2.0996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NVtume7gnepW4Mmz3OqAEACuv96V9Z9i { color:rgba(var(--color-tertiary-0),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:12.71875rem;left:3.0625rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lTdGDBd8biqiDvWPhOHKTnNC6maV3abp { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.76513671875rem;left:32.15625rem;height:27.28075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#lTdGDBd8biqiDvWPhOHKTnNC6maV3abp li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#lTdGDBd8biqiDvWPhOHKTnNC6maV3abp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80d5671a064f9384df8bebb5cc783b53b4500443.svg); }
#eHQxp61JPlOOsuqWbtoRcOXbMyIkK8hN { box-sizing:content-box;height:32.8125rem;width:29.125rem;position:absolute;display:block;z-index:15001;background-color:#efcde5;background-image:none;top:0rem;left:30.9375rem;border-top-left-radius:0rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.375rem;display:block; }
#KM5B5JFGioH9xUWpsxO35P6C91lRwSyl { position:relative;display:block; }#KM5B5JFGioH9xUWpsxO35P6C91lRwSyl { background-color: transparent; background-image: none; }#KM5B5JFGioH9xUWpsxO35P6C91lRwSyl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KM5B5JFGioH9xUWpsxO35P6C91lRwSyl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KM5B5JFGioH9xUWpsxO35P6C91lRwSyl > .row .container > .video-iframe-container { display: none; }#KM5B5JFGioH9xUWpsxO35P6C91lRwSyl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KM5B5JFGioH9xUWpsxO35P6C91lRwSyl > .row > .video-iframe-container { display: none; }#KM5B5JFGioH9xUWpsxO35P6C91lRwSyl > .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); }#KM5B5JFGioH9xUWpsxO35P6C91lRwSyl { border-width: 0; border-radius: 0; }#KM5B5JFGioH9xUWpsxO35P6C91lRwSyl > .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; }#KM5B5JFGioH9xUWpsxO35P6C91lRwSyl > .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:arial;height:1.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kNlfKy3Kw50s9bifPexBvd1T6EA4lx4l { position:relative;display:block; }#kNlfKy3Kw50s9bifPexBvd1T6EA4lx4l { background-color: transparent; background-image: none; }#kNlfKy3Kw50s9bifPexBvd1T6EA4lx4l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNlfKy3Kw50s9bifPexBvd1T6EA4lx4l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNlfKy3Kw50s9bifPexBvd1T6EA4lx4l > .row .container > .video-iframe-container { display: none; }#kNlfKy3Kw50s9bifPexBvd1T6EA4lx4l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNlfKy3Kw50s9bifPexBvd1T6EA4lx4l > .row > .video-iframe-container { display: none; }#kNlfKy3Kw50s9bifPexBvd1T6EA4lx4l > .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); }#kNlfKy3Kw50s9bifPexBvd1T6EA4lx4l { border-width: 0; border-radius: 0; }#kNlfKy3Kw50s9bifPexBvd1T6EA4lx4l > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#kNlfKy3Kw50s9bifPexBvd1T6EA4lx4l > .row .container { border-top:0.3125rem solid rgba(var(--color-primary-2),1);border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;width:60rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#oScWmTTDJ40TcX5uAr0nzghT9dgmVXHn { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:36.25rem;width:30rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#T5075OWnrWbT6sqqqt55n7sA1KvL3DuU { position:absolute;display:block;z-index:15010;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);box-shadow: 0.3125rem 0.3125rem 0rem #e2c34e ;height:14.625rem;width:26.0625rem;top:1.71875rem;left:1.96875rem;display:block; }
#uFczHiOze6wVwLlAoNnFyPECzI5rPW3N { color:rgba(var(--color-primary-2),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:18.375rem;left:2.71875rem;height:5.84911875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bT3x0vXZ1gsbyltmHTFZrbyb3EonaFsT { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:24.66064453125rem;left:2.71875rem;height:5.9985375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W3H7P3ElPk2zvXgmhqdirOwt6iHsnCMJ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);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: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:2.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.5rem;left:2.65625rem;display:block; }
#VqvKIFyTG1uFqWsRZ8AstHQv4EQ3woPD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AIlVEhBwO0dexipRDAy6W92N0qipkTcm { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#r7xF3wq9y6nqyNweaiTE7JuyXvJnsUVU { position:relative;display:block; }#r7xF3wq9y6nqyNweaiTE7JuyXvJnsUVU { background-color: transparent; background-image: none; }#r7xF3wq9y6nqyNweaiTE7JuyXvJnsUVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7xF3wq9y6nqyNweaiTE7JuyXvJnsUVU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7xF3wq9y6nqyNweaiTE7JuyXvJnsUVU > .row .container > .video-iframe-container { display: none; }#r7xF3wq9y6nqyNweaiTE7JuyXvJnsUVU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7xF3wq9y6nqyNweaiTE7JuyXvJnsUVU > .row > .video-iframe-container { display: none; }#r7xF3wq9y6nqyNweaiTE7JuyXvJnsUVU > .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); }#r7xF3wq9y6nqyNweaiTE7JuyXvJnsUVU { border-width: 0; border-radius: 0; }#r7xF3wq9y6nqyNweaiTE7JuyXvJnsUVU > .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; }#r7xF3wq9y6nqyNweaiTE7JuyXvJnsUVU > .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:arial;height:1.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aPhowKHV6BqZet6PbLa7TCguy230sgF3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#864df9;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; }#aPhowKHV6BqZet6PbLa7TCguy230sgF3 > .row .container { background-color: transparent; background-image: none; }#aPhowKHV6BqZet6PbLa7TCguy230sgF3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPhowKHV6BqZet6PbLa7TCguy230sgF3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPhowKHV6BqZet6PbLa7TCguy230sgF3 > .row .container > .video-iframe-container { display: none; }#aPhowKHV6BqZet6PbLa7TCguy230sgF3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPhowKHV6BqZet6PbLa7TCguy230sgF3 > .row > .video-iframe-container { display: none; }#aPhowKHV6BqZet6PbLa7TCguy230sgF3 > .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); }#aPhowKHV6BqZet6PbLa7TCguy230sgF3 > .row .container { border-width: 0; border-radius: 0; }#aPhowKHV6BqZet6PbLa7TCguy230sgF3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aPhowKHV6BqZet6PbLa7TCguy230sgF3 > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:60rem;position:relative;display:block; }#wczJyCapc1CPFBDeTkN9ZxpgG8yrnmmT { color:#f7e397;display:block;width:44.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:3.3125rem;left:7.8125rem;height:2.2749rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NdXTW109n2PAwDm5wmab7walQJRUCQqG { color:#f7e397;display:block;width:44.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.6875rem;left:7.8125rem;height:5.60595625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nii5TMiJRm1q8Toey8C40uNWHnXnnuWE { position:relative;display:block; }#nii5TMiJRm1q8Toey8C40uNWHnXnnuWE { background-color: transparent; background-image: none; }#nii5TMiJRm1q8Toey8C40uNWHnXnnuWE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nii5TMiJRm1q8Toey8C40uNWHnXnnuWE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nii5TMiJRm1q8Toey8C40uNWHnXnnuWE > .row .container > .video-iframe-container { display: none; }#nii5TMiJRm1q8Toey8C40uNWHnXnnuWE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nii5TMiJRm1q8Toey8C40uNWHnXnnuWE > .row > .video-iframe-container { display: none; }#nii5TMiJRm1q8Toey8C40uNWHnXnnuWE > .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); }#nii5TMiJRm1q8Toey8C40uNWHnXnnuWE { border-width: 0; border-radius: 0; }#nii5TMiJRm1q8Toey8C40uNWHnXnnuWE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nii5TMiJRm1q8Toey8C40uNWHnXnnuWE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#aTR7eEaTiJGBgMPcVNgCfeE89p8swmNl { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:1.2939453125rem;left:0rem;height:2.32470625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DubutFk16XnukxpKe10DmTAJG4wC0H2q { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:3.6806640625rem;left:0rem;height:2.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zDO8EzTPLzbL46aNA8LzvCJKouoi48A1 { position:relative;display:block; }#zDO8EzTPLzbL46aNA8LzvCJKouoi48A1 { background-color: transparent; background-image: none; }#zDO8EzTPLzbL46aNA8LzvCJKouoi48A1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDO8EzTPLzbL46aNA8LzvCJKouoi48A1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDO8EzTPLzbL46aNA8LzvCJKouoi48A1 > .row .container > .video-iframe-container { display: none; }#zDO8EzTPLzbL46aNA8LzvCJKouoi48A1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDO8EzTPLzbL46aNA8LzvCJKouoi48A1 > .row > .video-iframe-container { display: none; }#zDO8EzTPLzbL46aNA8LzvCJKouoi48A1 > .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); }#zDO8EzTPLzbL46aNA8LzvCJKouoi48A1 { border-width: 0; border-radius: 0; }#zDO8EzTPLzbL46aNA8LzvCJKouoi48A1 > .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; }#zDO8EzTPLzbL46aNA8LzvCJKouoi48A1 > .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:arial;height:14.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K7qSXz865B3WLeWE4O8rqg1xJH926JgW { position:absolute;display:block;z-index:15016;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:12rem;width:18.5625rem;top:0rem;left:20.46875rem;overflow:hidden;display:block; }
#frxO18BBDcgGknOEld7VzDwJKFE4K8Ka { position:absolute;display:block;z-index:15018;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:11.9375rem;width:18.5625rem;top:0rem;left:40.9375rem;overflow:hidden;display:block; }
#f5P45rKNHwxDm5g4ROn32pwFgsITwBDW { position:absolute;display:block;z-index:15017;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:12rem;width:18.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#sBismQuhTRrbszWOVsxN4dt2tCzUoU6F { position:absolute;display:block;z-index:15018;border-top:0.25rem solid #b0e4da;border-left:0.25rem solid #b0e4da;border-right:0.25rem solid #b0e4da;border-bottom:0.25rem solid #b0e4da;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:19.25rem;width:28.8125rem;top:0rem;left:30.6875rem;overflow:hidden;display:none; }
#Zg8A7ecw6LZBhBOE9h4e8LVtgpbIp68r { position:absolute;display:block;z-index:15011;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);box-shadow: 0.3125rem 0.3125rem 0rem #e2c34e ;height:16.25rem;width:29.0625rem;top:2rem;left:0rem;display:none; }
#qoXuAiVEd1hUFOnGVKseOdVw100hHcEA { position:relative;display:block; }#qoXuAiVEd1hUFOnGVKseOdVw100hHcEA { background-color: transparent; background-image: none; }#qoXuAiVEd1hUFOnGVKseOdVw100hHcEA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoXuAiVEd1hUFOnGVKseOdVw100hHcEA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoXuAiVEd1hUFOnGVKseOdVw100hHcEA > .row .container > .video-iframe-container { display: none; }#qoXuAiVEd1hUFOnGVKseOdVw100hHcEA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoXuAiVEd1hUFOnGVKseOdVw100hHcEA > .row > .video-iframe-container { display: none; }#qoXuAiVEd1hUFOnGVKseOdVw100hHcEA > .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); }#qoXuAiVEd1hUFOnGVKseOdVw100hHcEA { border-width: 0; border-radius: 0; }#qoXuAiVEd1hUFOnGVKseOdVw100hHcEA > .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; }#qoXuAiVEd1hUFOnGVKseOdVw100hHcEA > .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:arial;height:11.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DihIlweuw42yvd63sT0o39O6x6tPzfod { position:absolute;display:block;z-index:15013;border-top:0.25rem solid #864df9;border-left:0.25rem solid #864df9;border-right:0.25rem solid #864df9;border-bottom:0.25rem solid #864df9;box-shadow: none;height:10.4375rem;width:19.125rem;top:0rem;left:0rem;display:block; }
#TteSgSA99F9ia0lNNVRB8H12OtISGTXS { position:absolute;display:block;z-index:15014;border-top:0.25rem solid #864df9;border-left:0.25rem solid #864df9;border-right:0.25rem solid #864df9;border-bottom:0.25rem solid #864df9;box-shadow: none;height:10.4375rem;width:19.125rem;top:0rem;left:20rem;display:block; }
#WtAHkF28BZdEq9cTloMgIRRv7huMiQIq { position:absolute;display:block;z-index:15015;border-top:0.25rem solid #864df9;border-left:0.25rem solid #864df9;border-right:0.25rem solid #864df9;border-bottom:0.25rem solid #864df9;box-shadow: none;height:10.4375rem;width:19.125rem;top:0rem;left:40rem;display:block; }
#hK3LH3JZBKrEhv1Ih6z28298Ob3d1A0w { position:relative;display:block; }#hK3LH3JZBKrEhv1Ih6z28298Ob3d1A0w { background-color: transparent; background-image: none; }#hK3LH3JZBKrEhv1Ih6z28298Ob3d1A0w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hK3LH3JZBKrEhv1Ih6z28298Ob3d1A0w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hK3LH3JZBKrEhv1Ih6z28298Ob3d1A0w > .row .container > .video-iframe-container { display: none; }#hK3LH3JZBKrEhv1Ih6z28298Ob3d1A0w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hK3LH3JZBKrEhv1Ih6z28298Ob3d1A0w > .row > .video-iframe-container { display: none; }#hK3LH3JZBKrEhv1Ih6z28298Ob3d1A0w > .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); }#hK3LH3JZBKrEhv1Ih6z28298Ob3d1A0w { border-width: 0; border-radius: 0; }#hK3LH3JZBKrEhv1Ih6z28298Ob3d1A0w > .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; }#hK3LH3JZBKrEhv1Ih6z28298Ob3d1A0w > .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:arial;height:20.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n6IARWH4SpnhleAmfvPzbTA0tRc7H2vl { position:absolute;display:block;z-index:15018;border-top:0.25rem solid #b0e4da;border-left:0.25rem solid #b0e4da;border-right:0.25rem solid #b0e4da;border-bottom:0.25rem solid #b0e4da;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:19.25rem;width:28.8125rem;top:0rem;left:30.6875rem;overflow:hidden;display:block; }
#AQIqFGIUF5rSSMOQPeU7zWxR8ARq8d37 { position:absolute;display:block;z-index:15011;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);box-shadow: 0.3125rem 0.3125rem 0rem #e2c34e ;height:16.25rem;width:29.0625rem;top:1.5625rem;left:0rem;display:block; }
#EKERi7XK3MPl5sk1lofBpx71wAhzPnT6 { position:absolute;display:block;z-index:15000;border-top:0.1875rem solid #864df9;border-left:0.1875rem solid #864df9;border-right:0.1875rem solid #864df9;border-bottom:0.1875rem solid #864df9;box-shadow: 0.3125rem 0.3125rem 0rem #6537c3 ;height:35.1875rem;width:19.625rem;top:0.78125rem;left:35rem;display:none; }
#C7isVIE6sgBIQ8AdK7br9uG89C3zHkPK { position:relative;display:block; }#C7isVIE6sgBIQ8AdK7br9uG89C3zHkPK { background-color: transparent; background-image: none; }#C7isVIE6sgBIQ8AdK7br9uG89C3zHkPK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7isVIE6sgBIQ8AdK7br9uG89C3zHkPK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7isVIE6sgBIQ8AdK7br9uG89C3zHkPK > .row .container > .video-iframe-container { display: none; }#C7isVIE6sgBIQ8AdK7br9uG89C3zHkPK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7isVIE6sgBIQ8AdK7br9uG89C3zHkPK > .row > .video-iframe-container { display: none; }#C7isVIE6sgBIQ8AdK7br9uG89C3zHkPK > .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); }#C7isVIE6sgBIQ8AdK7br9uG89C3zHkPK { border-width: 0; border-radius: 0; }#C7isVIE6sgBIQ8AdK7br9uG89C3zHkPK > .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; }#C7isVIE6sgBIQ8AdK7br9uG89C3zHkPK > .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:arial;height:37.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xR68kctDxRxIbR5H0aIiEMhL9aLx6BfH { position:absolute;display:block;z-index:15000;border-top:0.1875rem solid #864df9;border-left:0.1875rem solid #864df9;border-right:0.1875rem solid #864df9;border-bottom:0.1875rem solid #864df9;box-shadow: 0.3125rem 0.3125rem 0rem #6537c3 ;height:35.1875rem;width:19.625rem;top:0.78125rem;left:35rem;display:block; }
#HT322qyBgzrrT0q7z3mwI9AKA8zb3Bhm { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.4375rem;left:0rem;height:12.8984375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EDXrqQQEtob3mn4DOtTJOHgegCLLSry0 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:28.375rem;left:0rem;height:6.2998125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#q7cEBWzT2nJ07KSPGru4gPbbg0bFS12L { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:16.3125rem;left:0rem;height:3.75rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yG9ld90Xc8ywS1Z4zTIXtnb9NtJr5MCV { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:21.375rem;left:0rem;height:5.625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AWMxOWfOhdLdmQWgp8tpt4sbSw1NLKTH { position:relative;display:block; }#AWMxOWfOhdLdmQWgp8tpt4sbSw1NLKTH { background-color: transparent; background-image: none; }#AWMxOWfOhdLdmQWgp8tpt4sbSw1NLKTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWMxOWfOhdLdmQWgp8tpt4sbSw1NLKTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWMxOWfOhdLdmQWgp8tpt4sbSw1NLKTH > .row .container > .video-iframe-container { display: none; }#AWMxOWfOhdLdmQWgp8tpt4sbSw1NLKTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWMxOWfOhdLdmQWgp8tpt4sbSw1NLKTH > .row > .video-iframe-container { display: none; }#AWMxOWfOhdLdmQWgp8tpt4sbSw1NLKTH > .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); }#AWMxOWfOhdLdmQWgp8tpt4sbSw1NLKTH { border-width: 0; border-radius: 0; }#AWMxOWfOhdLdmQWgp8tpt4sbSw1NLKTH > .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; }#AWMxOWfOhdLdmQWgp8tpt4sbSw1NLKTH > .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:arial;height:1.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r7U2kgvy7Iyydwum5ia02Th7R9OPdUw1 { position:relative;display:block; }#r7U2kgvy7Iyydwum5ia02Th7R9OPdUw1 { background-color: transparent; background-image: none; }#r7U2kgvy7Iyydwum5ia02Th7R9OPdUw1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7U2kgvy7Iyydwum5ia02Th7R9OPdUw1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7U2kgvy7Iyydwum5ia02Th7R9OPdUw1 > .row .container > .video-iframe-container { display: none; }#r7U2kgvy7Iyydwum5ia02Th7R9OPdUw1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7U2kgvy7Iyydwum5ia02Th7R9OPdUw1 > .row > .video-iframe-container { display: none; }#r7U2kgvy7Iyydwum5ia02Th7R9OPdUw1 > .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); }#r7U2kgvy7Iyydwum5ia02Th7R9OPdUw1 { border-width: 0; border-radius: 0; }#r7U2kgvy7Iyydwum5ia02Th7R9OPdUw1 > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#r7U2kgvy7Iyydwum5ia02Th7R9OPdUw1 > .row .container { border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.9375rem;width:60rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#igvEaiisuQDBA0SEGbrMyIbC6rDSzECZ { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.5625rem;left:14.6875rem;height:5.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EuKhP7kKUL20lnC6gel2Wcs98hDWkuZP { color:rgba(var(--color-tertiary-4),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.5869140625rem;left:15.375rem;height:5.60595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IfLiXLisnuyqz3iGyQTxfhWSxSZOWuBV { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:8.412109375rem;left:14.6875rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BRsHMhhaWHQgHgvtalT7XFyToiIe6XpM { position:relative;display:block; }#BRsHMhhaWHQgHgvtalT7XFyToiIe6XpM { background-color: transparent; background-image: none; }#BRsHMhhaWHQgHgvtalT7XFyToiIe6XpM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRsHMhhaWHQgHgvtalT7XFyToiIe6XpM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRsHMhhaWHQgHgvtalT7XFyToiIe6XpM > .row .container > .video-iframe-container { display: none; }#BRsHMhhaWHQgHgvtalT7XFyToiIe6XpM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRsHMhhaWHQgHgvtalT7XFyToiIe6XpM > .row > .video-iframe-container { display: none; }#BRsHMhhaWHQgHgvtalT7XFyToiIe6XpM > .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); }#BRsHMhhaWHQgHgvtalT7XFyToiIe6XpM { border-width: 0; border-radius: 0; }#BRsHMhhaWHQgHgvtalT7XFyToiIe6XpM > .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; }#BRsHMhhaWHQgHgvtalT7XFyToiIe6XpM > .row .container { border-top:0;border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nIhq7Qhp9dPBWS8zepyQkIQ8IZI8C9Bw { position:absolute;display:block;z-index:15008;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:13rem;width:13rem;top:0.1875rem;left:30.5rem;overflow:hidden;display:block; }
#mUJE3AlRGy4VWCTslMvFh9icVDG6bCFn { position:absolute;display:block;z-index:15007;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:13rem;width:13rem;top:0.1875rem;left:16.5rem;overflow:hidden;display:block; }
#rimo9OcvmbvapX9ADTDEq8UF4fIKrdxC { position:relative;display:block; }#rimo9OcvmbvapX9ADTDEq8UF4fIKrdxC { background-color: transparent; background-image: none; }#rimo9OcvmbvapX9ADTDEq8UF4fIKrdxC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rimo9OcvmbvapX9ADTDEq8UF4fIKrdxC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rimo9OcvmbvapX9ADTDEq8UF4fIKrdxC > .row .container > .video-iframe-container { display: none; }#rimo9OcvmbvapX9ADTDEq8UF4fIKrdxC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rimo9OcvmbvapX9ADTDEq8UF4fIKrdxC > .row > .video-iframe-container { display: none; }#rimo9OcvmbvapX9ADTDEq8UF4fIKrdxC > .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); }#rimo9OcvmbvapX9ADTDEq8UF4fIKrdxC { border-width: 0; border-radius: 0; }#rimo9OcvmbvapX9ADTDEq8UF4fIKrdxC > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#rimo9OcvmbvapX9ADTDEq8UF4fIKrdxC > .row .container { border-top:0;border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:60rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#Xy6DLpmFOvBcdoFyZX3nnRdMgk3izdl9 { position:relative;display:block; }#Xy6DLpmFOvBcdoFyZX3nnRdMgk3izdl9 { background-color: transparent; background-image: none; }#Xy6DLpmFOvBcdoFyZX3nnRdMgk3izdl9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xy6DLpmFOvBcdoFyZX3nnRdMgk3izdl9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xy6DLpmFOvBcdoFyZX3nnRdMgk3izdl9 > .row .container > .video-iframe-container { display: none; }#Xy6DLpmFOvBcdoFyZX3nnRdMgk3izdl9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xy6DLpmFOvBcdoFyZX3nnRdMgk3izdl9 > .row > .video-iframe-container { display: none; }#Xy6DLpmFOvBcdoFyZX3nnRdMgk3izdl9 > .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); }#Xy6DLpmFOvBcdoFyZX3nnRdMgk3izdl9 { border-width: 0; border-radius: 0; }#Xy6DLpmFOvBcdoFyZX3nnRdMgk3izdl9 > .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; }#Xy6DLpmFOvBcdoFyZX3nnRdMgk3izdl9 > .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:arial;height:9.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hpFEKnTU4cGUsNR5120Tu702T5L9rZ40 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.60595703125rem;left:11.8125rem;height:5.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NLFQmNLdvinaoLrmlwNbgHmWmMqLBrAv { position:relative;display:block; }#NLFQmNLdvinaoLrmlwNbgHmWmMqLBrAv { background-color: transparent; background-image: none; }#NLFQmNLdvinaoLrmlwNbgHmWmMqLBrAv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLFQmNLdvinaoLrmlwNbgHmWmMqLBrAv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLFQmNLdvinaoLrmlwNbgHmWmMqLBrAv > .row .container > .video-iframe-container { display: none; }#NLFQmNLdvinaoLrmlwNbgHmWmMqLBrAv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLFQmNLdvinaoLrmlwNbgHmWmMqLBrAv > .row > .video-iframe-container { display: none; }#NLFQmNLdvinaoLrmlwNbgHmWmMqLBrAv > .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); }#NLFQmNLdvinaoLrmlwNbgHmWmMqLBrAv { border-width: 0; border-radius: 0; }#NLFQmNLdvinaoLrmlwNbgHmWmMqLBrAv > .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; }#NLFQmNLdvinaoLrmlwNbgHmWmMqLBrAv > .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:arial;height:31.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EIn3LqRz2rKMHEO2WURvqltTVflUAoBF { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:29.75rem;width:29.1875rem;top:0rem;left:0rem;display:block; }
#WXBTEEsOmpnFwM93XxOSvOcHWgKD3Jqw { position:absolute;display:block;z-index:15006;background-color:#b0e4da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:29.75rem;width:29.1875rem;top:0rem;left:30.3125rem;display:block; }
#ob8NQpvs649wQ9Mu9J6DS5RHGSRTTVEl { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:12.1875rem;left:6.25rem;height:12.8984375rem;font-style:normal;display:block; }#ob8NQpvs649wQ9Mu9J6DS5RHGSRTTVEl li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#ob8NQpvs649wQ9Mu9J6DS5RHGSRTTVEl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
#CBXZmIu4l0yTQF35wwPsBoZae5MGuGtD { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:9.625rem;left:0rem;height:1.94970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QqJE1MvFRlnLZDGPORyrWwFdkC9rypfK { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:9.625rem;left:31.875rem;height:1.94970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ztQEw188nW1Mg55s70vkwxPuwNTc8oqN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:12.1875rem;left:35.75rem;height:13.6484375rem;font-style:normal;display:block; }#ztQEw188nW1Mg55s70vkwxPuwNTc8oqN li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#ztQEw188nW1Mg55s70vkwxPuwNTc8oqN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
#WIQRn5i5Cn9wiquyx0B4sockynKOA3un { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.8125rem;left:12.625rem; }
#KboXQEAd3TqmJCkQ9OfToxN1xS2UK8Ak { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.8125rem;left:42.625rem; }
#ntUoTNNMc3ZxqZs8lo6VidtXcMgXO28C { position:relative;display:block; }#ntUoTNNMc3ZxqZs8lo6VidtXcMgXO28C { background-color: transparent; background-image: none; }#ntUoTNNMc3ZxqZs8lo6VidtXcMgXO28C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntUoTNNMc3ZxqZs8lo6VidtXcMgXO28C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntUoTNNMc3ZxqZs8lo6VidtXcMgXO28C > .row .container > .video-iframe-container { display: none; }#ntUoTNNMc3ZxqZs8lo6VidtXcMgXO28C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntUoTNNMc3ZxqZs8lo6VidtXcMgXO28C > .row > .video-iframe-container { display: none; }#ntUoTNNMc3ZxqZs8lo6VidtXcMgXO28C > .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); }#ntUoTNNMc3ZxqZs8lo6VidtXcMgXO28C { border-width: 0; border-radius: 0; }#ntUoTNNMc3ZxqZs8lo6VidtXcMgXO28C > .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; }#ntUoTNNMc3ZxqZs8lo6VidtXcMgXO28C > .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:arial;height:31.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JhSzmyiJIfkn4wZkIokbk4dWa6wzAxrs { position:absolute;display:block;z-index:15005;background-color:#f7e397;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:29.75rem;width:29.1875rem;top:0rem;left:0rem;display:block; }
#SIgI6S67QMFPVo2pMi6T0yNGnPDN8GPW { position:absolute;display:block;z-index:15006;background-color:#c7b9ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:29.75rem;width:29.1875rem;top:0rem;left:30.3125rem;display:block; }
#dpU1CWvodxdGbDT0HJCKo4fp799KNTAd { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:10.306640625rem;left:6.21875rem;height:16.4980625rem;font-style:normal;display:block; }#dpU1CWvodxdGbDT0HJCKo4fp799KNTAd li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#dpU1CWvodxdGbDT0HJCKo4fp799KNTAd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
#sp6p1HCh9s5DDw0CAxkRW69TtaVTcTOI { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:7.70654296875rem;left:0rem;height:1.94970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PXNwSSpB73DTO0UPFmDStyqH9a1clEbP { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:7.6875rem;left:31.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FhmQdDo38TR1llJNWLVpqqPpVxCaAR0v { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:10.4375rem;left:37.0625rem;height:15.7480625rem;font-style:normal;display:block; }#FhmQdDo38TR1llJNWLVpqqPpVxCaAR0v li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#FhmQdDo38TR1llJNWLVpqqPpVxCaAR0v li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
#kG6rPCy476qyIzzBDSHMW4sBMPVOreK7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.89404296875rem;left:12.625rem; }
#FRmt5cxDI6N9URvlLZ5tvwdiIvVs8ov7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.89404296875rem;left:42.625rem; }
#kDUyb5qctpUILHqIhTKV9GPgdS1ZLG4n { border-top:0.125rem solid rgba(var(--color-tertiary-3),0.24);border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#kDUyb5qctpUILHqIhTKV9GPgdS1ZLG4n > .row .container { background-color: transparent; background-image: none; }#kDUyb5qctpUILHqIhTKV9GPgdS1ZLG4n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDUyb5qctpUILHqIhTKV9GPgdS1ZLG4n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDUyb5qctpUILHqIhTKV9GPgdS1ZLG4n > .row .container > .video-iframe-container { display: none; }#kDUyb5qctpUILHqIhTKV9GPgdS1ZLG4n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDUyb5qctpUILHqIhTKV9GPgdS1ZLG4n > .row > .video-iframe-container { display: none; }#kDUyb5qctpUILHqIhTKV9GPgdS1ZLG4n > .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); }#kDUyb5qctpUILHqIhTKV9GPgdS1ZLG4n > .row .container { border-width: 0; border-radius: 0; }#kDUyb5qctpUILHqIhTKV9GPgdS1ZLG4n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kDUyb5qctpUILHqIhTKV9GPgdS1ZLG4n > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:60rem;position:relative;display:block; }#dGyfnsH9hSWquFkIOcHCfEwrGgVPa6es { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.3125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.21240234375rem;left:0rem;height:10.349625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ei6tt8uw6TPgTU9BPAQ3aFh5oXH92l9D { color:rgba(var(--color-tertiary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:13.11181640625rem;left:0.875rem;height:2.7749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IQhnFPTNtCK0sVZ1OT0mPVWd3TRyZLf2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#IQhnFPTNtCK0sVZ1OT0mPVWd3TRyZLf2 > .row .container { background-color: transparent; background-image: none; }#IQhnFPTNtCK0sVZ1OT0mPVWd3TRyZLf2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQhnFPTNtCK0sVZ1OT0mPVWd3TRyZLf2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQhnFPTNtCK0sVZ1OT0mPVWd3TRyZLf2 > .row .container > .video-iframe-container { display: none; }#IQhnFPTNtCK0sVZ1OT0mPVWd3TRyZLf2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQhnFPTNtCK0sVZ1OT0mPVWd3TRyZLf2 > .row > .video-iframe-container { display: none; }#IQhnFPTNtCK0sVZ1OT0mPVWd3TRyZLf2 > .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); }#IQhnFPTNtCK0sVZ1OT0mPVWd3TRyZLf2 > .row .container { border-width: 0; border-radius: 0; }#IQhnFPTNtCK0sVZ1OT0mPVWd3TRyZLf2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IQhnFPTNtCK0sVZ1OT0mPVWd3TRyZLf2 > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:60rem;position:relative;display:block; }#e485ooynxU6vCcirrfe2NhMLFbsRAFkb { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.130859375rem;left:4.1875rem;height:12.472625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#e485ooynxU6vCcirrfe2NhMLFbsRAFkb li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#e485ooynxU6vCcirrfe2NhMLFbsRAFkb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fe3cd1895980c6d71ac8cc4ef25aaf91.svg); }
#g0PpgTHtg5FuaTDHBwI8JsXB6xcNwNTB { position:absolute;display:block;z-index:15007;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:9.75rem;width:6.25rem;top:0.53125rem;left:4.6875rem;overflow:hidden;display:block; }
#DnJn6eJLaqhprU3Xq8sKDQTtLTa8LqoF { position:absolute;display:block;z-index:15008;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:9.75rem;width:7.875rem;top:0.53125rem;left:11.6875rem;overflow:hidden;display:block; }
#X21wcKeVfEzqADus3v6Ap3DKCKXTPpoQ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:6.0625rem;top:0.53125rem;left:20.25rem;overflow:hidden;display:block; }
#bvcnaWqBo828aXeeFU0VwFcmtQFLGR96 { position:absolute;display:block;z-index:15010;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:9.75rem;width:6.4375rem;top:0.53125rem;left:23.5625rem;overflow:hidden;display:block; }
#CUe0nOLrnW2pHM2JCX3Bw4TVmnKcfzot { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:3.41552734375rem;left:33.46875rem;height:22rem;font-style:normal;display:block; }#CUe0nOLrnW2pHM2JCX3Bw4TVmnKcfzot li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#CUe0nOLrnW2pHM2JCX3Bw4TVmnKcfzot li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_966531fc398d79afa87498549ac4207ee7a07f68.svg); }
#yIJrVTDtiL9AXgkcGpxk7F86BivsvBea { box-sizing:content-box;height:26.125rem;width:27rem;position:absolute;display:block;z-index:15007;background-color:#efcde5;background-image:none;top:0.40625rem;left:31.8125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);box-shadow: 0.3125rem 0.3125rem 0rem rgba(var(--color-tertiary-4),1) ;display:block; }
#DrwOEtXHdM2uQy0aIsPKHvvXyVViQtNC { box-sizing:content-box;height:3.125rem;width:3.125rem;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:15021;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/50549b34-9867-48e4-8c82-8b1943979616/CopywritingstepsbyJosephSugarman.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.130859375rem;left:11.125rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }#DrwOEtXHdM2uQy0aIsPKHvvXyVViQtNC.adaptive-delivery-prevent-bg, #DrwOEtXHdM2uQy0aIsPKHvvXyVViQtNC.lazyload, #DrwOEtXHdM2uQy0aIsPKHvvXyVViQtNC.lazyloading { background-image: none; }
#p3hIVCh4rul7C8nT2nCi0nBHpnafRlwT { box-sizing:content-box;height:3.125rem;width:3.125rem;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:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6acd79b6-4eef-4e6c-8b13-4922d76a0103/images3.preview.grayscale.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.130859375rem;left:20.1875rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }#p3hIVCh4rul7C8nT2nCi0nBHpnafRlwT.adaptive-delivery-prevent-bg, #p3hIVCh4rul7C8nT2nCi0nBHpnafRlwT.lazyload, #p3hIVCh4rul7C8nT2nCi0nBHpnafRlwT.lazyloading { background-image: none; }
#NhH2QTckK45AdrTD5JSz3JF7x1ZDWbsf { box-sizing:content-box;height:3.125rem;width:3.125rem;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:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/54b0814c-b18b-4a2b-b9ab-bd0d5c16df17/thumbseugene3.preview.grayscale.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.130859375rem;left:15.625rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }#NhH2QTckK45AdrTD5JSz3JF7x1ZDWbsf.adaptive-delivery-prevent-bg, #NhH2QTckK45AdrTD5JSz3JF7x1ZDWbsf.lazyload, #NhH2QTckK45AdrTD5JSz3JF7x1ZDWbsf.lazyloading { background-image: none; }
#F6MPUAA8FRiBKmrJxA3KWoUwH0EJvRtZ { box-sizing:content-box;height:3.125rem;width:3.125rem;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:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6446c951-71ac-4dea-b8ae-9f1464b9fddc/1ClaudeCHopkins.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.130859375rem;left:6.6875rem;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);display:block; }#F6MPUAA8FRiBKmrJxA3KWoUwH0EJvRtZ.adaptive-delivery-prevent-bg, #F6MPUAA8FRiBKmrJxA3KWoUwH0EJvRtZ.lazyload, #F6MPUAA8FRiBKmrJxA3KWoUwH0EJvRtZ.lazyloading { background-image: none; }
#BRuVIPhqDg2zsHXA5W67ucyIXUGrxfWT { position:relative;display:block; }#BRuVIPhqDg2zsHXA5W67ucyIXUGrxfWT { background-color: transparent; background-image: none; }#BRuVIPhqDg2zsHXA5W67ucyIXUGrxfWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRuVIPhqDg2zsHXA5W67ucyIXUGrxfWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRuVIPhqDg2zsHXA5W67ucyIXUGrxfWT > .row .container > .video-iframe-container { display: none; }#BRuVIPhqDg2zsHXA5W67ucyIXUGrxfWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRuVIPhqDg2zsHXA5W67ucyIXUGrxfWT > .row > .video-iframe-container { display: none; }#BRuVIPhqDg2zsHXA5W67ucyIXUGrxfWT > .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); }#BRuVIPhqDg2zsHXA5W67ucyIXUGrxfWT { border-width: 0; border-radius: 0; }#BRuVIPhqDg2zsHXA5W67ucyIXUGrxfWT > .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; }#BRuVIPhqDg2zsHXA5W67ucyIXUGrxfWT > .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:arial;height:28.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#psJhLe4NzOOWTTlyLPx0KAkRmhb9KxCy { position:absolute;display:block;z-index:15019;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;height:24.625rem;width:43.8125rem;top:1.1875rem;left:0.25rem;overflow:hidden;display:block; }
#zNMHHcGJ5CJ3vrbvE6hS83rVfIFlupyv { position:absolute;display:block;z-index:15021;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;height:24.25rem;width:11.5rem;top:1.375rem;left:44.5rem;overflow:hidden;display:block; }
#U1yCAqOCxvIqniWoeKKRWzHmZkNMLPNA { position:absolute;display:block;z-index:15019;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;height:24.625rem;width:42.9375rem;top:1.1875rem;left:2.125rem;overflow:hidden;display:none; }
#G8FEvpTTXaDlu64aIKeGzZC2JvB06RFU { position:relative;display:block; }#G8FEvpTTXaDlu64aIKeGzZC2JvB06RFU { background-color: transparent; background-image: none; }#G8FEvpTTXaDlu64aIKeGzZC2JvB06RFU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8FEvpTTXaDlu64aIKeGzZC2JvB06RFU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8FEvpTTXaDlu64aIKeGzZC2JvB06RFU > .row .container > .video-iframe-container { display: none; }#G8FEvpTTXaDlu64aIKeGzZC2JvB06RFU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8FEvpTTXaDlu64aIKeGzZC2JvB06RFU > .row > .video-iframe-container { display: none; }#G8FEvpTTXaDlu64aIKeGzZC2JvB06RFU > .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); }#G8FEvpTTXaDlu64aIKeGzZC2JvB06RFU { border-width: 0; border-radius: 0; }#G8FEvpTTXaDlu64aIKeGzZC2JvB06RFU > .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; }#G8FEvpTTXaDlu64aIKeGzZC2JvB06RFU > .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:arial;height:27rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mNgvc2sShQuOANO9nUL0LKpXTKtpWsMD { position:absolute;display:block;z-index:15012;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);box-shadow: none;height:25.75rem;width:46.375rem;top:0rem;left:6.5625rem;display:block; }
#ZnfUGSNBRtRx4pqTdaTNhRmAhwVTkbyw { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#rqTC71DAMSlzraKNf8M9KNkIuIE2QpSS { position:relative;display:block; }#rqTC71DAMSlzraKNf8M9KNkIuIE2QpSS { background-color: transparent; background-image: none; }#rqTC71DAMSlzraKNf8M9KNkIuIE2QpSS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqTC71DAMSlzraKNf8M9KNkIuIE2QpSS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqTC71DAMSlzraKNf8M9KNkIuIE2QpSS > .row .container > .video-iframe-container { display: none; }#rqTC71DAMSlzraKNf8M9KNkIuIE2QpSS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqTC71DAMSlzraKNf8M9KNkIuIE2QpSS > .row > .video-iframe-container { display: none; }#rqTC71DAMSlzraKNf8M9KNkIuIE2QpSS > .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); }#rqTC71DAMSlzraKNf8M9KNkIuIE2QpSS { border-width: 0; border-radius: 0; }#rqTC71DAMSlzraKNf8M9KNkIuIE2QpSS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rqTC71DAMSlzraKNf8M9KNkIuIE2QpSS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fl9HOLq7c7vka3us5bZCkF0dXOmphNv3 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:0.7314453125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IBMlSmPJrIbaQamnQSWwqKgfCCDGx7Oh { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:2.8125rem;left:0rem;height:2.36230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e87BOTOLEHokuske5idMb1TIPafpeeAE { position:relative;display:block; }#e87BOTOLEHokuske5idMb1TIPafpeeAE { background-color: transparent; background-image: none; }#e87BOTOLEHokuske5idMb1TIPafpeeAE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e87BOTOLEHokuske5idMb1TIPafpeeAE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e87BOTOLEHokuske5idMb1TIPafpeeAE > .row .container > .video-iframe-container { display: none; }#e87BOTOLEHokuske5idMb1TIPafpeeAE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e87BOTOLEHokuske5idMb1TIPafpeeAE > .row > .video-iframe-container { display: none; }#e87BOTOLEHokuske5idMb1TIPafpeeAE > .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); }#e87BOTOLEHokuske5idMb1TIPafpeeAE { border-width: 0; border-radius: 0; }#e87BOTOLEHokuske5idMb1TIPafpeeAE > .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; }#e87BOTOLEHokuske5idMb1TIPafpeeAE > .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:arial;height:15.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qcVTgvKgKQBO8bgbg20vyZ2xr7dTJ4k1 { position:absolute;display:block;z-index:15000;border-top:0.25rem solid #864df9;border-left:0.25rem solid #864df9;border-right:0.25rem solid #864df9;border-bottom:0.25rem solid #864df9;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:6.6875rem;width:22.4375rem;top:0.625rem;left:18rem;overflow:hidden;display:block; }
#xQFPPoUE3ITcaVEqlMEpmPacW3rMSmGl { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:12.8125rem;left:0rem;height:2.01220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HgaV6XvkSvfKtTWFAHUxudAPyGf8NhDt { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;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:8.4375rem;left:0rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KZih9HKTqQIElTvPpzNOEEJsu5fScpc1 { position:relative;display:block; }#KZih9HKTqQIElTvPpzNOEEJsu5fScpc1 { background-color: transparent; background-image: none; }#KZih9HKTqQIElTvPpzNOEEJsu5fScpc1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZih9HKTqQIElTvPpzNOEEJsu5fScpc1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZih9HKTqQIElTvPpzNOEEJsu5fScpc1 > .row .container > .video-iframe-container { display: none; }#KZih9HKTqQIElTvPpzNOEEJsu5fScpc1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZih9HKTqQIElTvPpzNOEEJsu5fScpc1 > .row > .video-iframe-container { display: none; }#KZih9HKTqQIElTvPpzNOEEJsu5fScpc1 > .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); }#KZih9HKTqQIElTvPpzNOEEJsu5fScpc1 { border-width: 0; border-radius: 0; }#KZih9HKTqQIElTvPpzNOEEJsu5fScpc1 > .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; }#KZih9HKTqQIElTvPpzNOEEJsu5fScpc1 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E2AREtl6QrGtxJ6e5AT2TsgZDiELb3HO { 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.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: 0.3125rem 0.4375rem 0rem rgba(var(--color-tertiary-4),1) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:4.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0rem;left:19.78125rem;display:block; }
#kpunOTGmrRm604BRAhhHdmXf0K9XVca2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lE5gkUnHSGu4lrlGrK6NerwpTTZ8zLRZ { position:relative;display:block; }#lE5gkUnHSGu4lrlGrK6NerwpTTZ8zLRZ { background-color: transparent; background-image: none; }#lE5gkUnHSGu4lrlGrK6NerwpTTZ8zLRZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lE5gkUnHSGu4lrlGrK6NerwpTTZ8zLRZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lE5gkUnHSGu4lrlGrK6NerwpTTZ8zLRZ > .row .container > .video-iframe-container { display: none; }#lE5gkUnHSGu4lrlGrK6NerwpTTZ8zLRZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lE5gkUnHSGu4lrlGrK6NerwpTTZ8zLRZ > .row > .video-iframe-container { display: none; }#lE5gkUnHSGu4lrlGrK6NerwpTTZ8zLRZ > .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); }#lE5gkUnHSGu4lrlGrK6NerwpTTZ8zLRZ { border-width: 0; border-radius: 0; }#lE5gkUnHSGu4lrlGrK6NerwpTTZ8zLRZ > .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; }#lE5gkUnHSGu4lrlGrK6NerwpTTZ8zLRZ > .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:arial;height:44.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AgPN5pHg4l8oc7SJM6RkrwFNmJr14Vcw { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.625rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1); }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg .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; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);line-height:1.3;overflow:hidden;height:auto; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#h0WhRhVi35CfyiReyxBwJzhRURz19FSg .accordion-trigger.adaptive-delivery-prevent-bg, #h0WhRhVi35CfyiReyxBwJzhRURz19FSg .accordion-trigger.lazyload, #h0WhRhVi35CfyiReyxBwJzhRURz19FSg .accordion-trigger.lazyloading { background-image: none; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg { box-sizing:content-box;height:auto;width:34.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15003;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.57421875rem;left:11.65625rem;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; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #WiZeiiWUqxLuqC1yWUmw89cQO5ytMlsK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #Cc7JFaPv1JZSTDdmt6hDRBmQhK46Grqf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #kmnwE1mbA9ZOB68Zq5U4TG50WCmMt0qa { display:block;position:relative; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #XgndfQIJyyuv3GTUi4XIl5pcaAMxTl1G {  }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #lyfE887cSflc6ClMQ8NsClAZD6EQVZpI {  }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #MBr1eaTT4bS4doGKbn0NdE78GEGGQyOT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #llXTETPSRVHJPleUpWWalXnHI7Z0cNXS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #qyDcwT9kxHwKqwJ37hHoArXHBrKOeNl3 { display:block;position:relative; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #B7syIOzqX9TQHrVMCufLyR1viLkTkTDk {  }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #KUTsahczTVC8tsMRxdTGIJLSRT09hnwQ { display:none; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #bsLD0s3XJ0JVTxT2D1lmrCbtk8AqJChI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #hELXzEyad16sei8X4vTPK3vfXvDc43U3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #Xg0oRx9DU8ioxAIIGamWf9sUvusIByIk { display:block;position:relative; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #h7MoOOl7vTtvkyIWBbdLg785hg9cEUpy {  }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #LSZL32hqmiETSZNzxRIodOWbPLMOZGED { display:none; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #mtAd3TaUgH1ecJ5keNwtQZxdmsVoewJB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #lzcg0a310070dhGSiBUPGCRmc3iQk26q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #GTs2wrHDJ6UosT0mmeHloZLTzp7ENJvF { display:block;position:relative; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #KufsDc2le6EpdvlZwGfQKaq3hdFAAGz3 {  }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #NbTTBzB52MEGAHsWcra9hZfOQeVIVoKK { display:none; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #ow9cL4KtWEndIMzP1e8OfLFJpkxnTemX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #epu8BToZiCRGBgCkg8L61It3ZAKNTNeB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #E1yxgzTtIfI8KF5qeb23Aq4NxbD7OeF5 { display:block;position:relative; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #TCiT6nOxEFo4uOhItT7RUNliIc6kHV4I {  }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #ub9MyrI4ALV6n5VNoUJQSWJmBvBwWzmK { display:none; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #GXsRdvheAh0nsyv4Mn4zcFbh7y4cdPog { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #uKe3m4zLMrG0Lh97TL5PDQfCQ0dqUJxp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #nxbQcnv0STV2d8xNW07ggJH4KDrbklZ9 { display:block;position:relative; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #LCnFH0Wxl6kNEE26QTWUAGOuAbyfCBGJ {  }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #kg9fL5s4BIp4mkbi8yfQqFrT3XmOntlF { display:none; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #cdPKtBBfcmJU4MXMmJS4sy6kahqRUr0g { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #JccyicT5rZROoy3bmOGZXqzdGQkqf2dL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #Ts6IkpKTVZcStIUgZO3o1ivu363TJRlK { display:block;position:relative; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #yXAPIENS2yJzT6OJQR2ueDdZ4f3R2Tl9 {  }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #vxQohK8eEgFS3U8KSXqTPMS81VyZ1mRa { display:none; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #hEWAJvXvIMOhd8fxPIQJEnK3F90Uols2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #bryTDTSSoBgZJLpd4eaiU66VcGFaow2c { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #ZDn6AKFocoNxd8tKVIck82umwrVJ32ur { display:block;position:relative; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #zurUw9cHRuy3PEy02Iyo3sDiXHHg2dgP {  }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg #P4ATaZuWStGaVLbME3wwXf1gAdxqTo60 { display:none; }
#X4xFavEkmkHx4CEUFyfxzvsTbcirh6is { position:relative;display:block; }#X4xFavEkmkHx4CEUFyfxzvsTbcirh6is { background-color: transparent; background-image: none; }#X4xFavEkmkHx4CEUFyfxzvsTbcirh6is::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4xFavEkmkHx4CEUFyfxzvsTbcirh6is > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4xFavEkmkHx4CEUFyfxzvsTbcirh6is > .row .container > .video-iframe-container { display: none; }#X4xFavEkmkHx4CEUFyfxzvsTbcirh6is > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4xFavEkmkHx4CEUFyfxzvsTbcirh6is > .row > .video-iframe-container { display: none; }#X4xFavEkmkHx4CEUFyfxzvsTbcirh6is > .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); }#X4xFavEkmkHx4CEUFyfxzvsTbcirh6is { border-width: 0; border-radius: 0; }#X4xFavEkmkHx4CEUFyfxzvsTbcirh6is > .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; }#X4xFavEkmkHx4CEUFyfxzvsTbcirh6is > .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:arial;height:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qLZgriqfzRcd03RipSpe8rgIe6eUqErF { 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.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);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.3125rem 0.4375rem 0rem rgba(var(--color-tertiary-4),1) ;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:4.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:19.78125rem;display:block; }
#E9GE4F3CC5qqntDPCbVKn3eZ0HwROIzB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JOC0DAXam93wC1gVci3iXMHFONv3plR2 { position:relative;display:block; }#JOC0DAXam93wC1gVci3iXMHFONv3plR2 { background-color: transparent; background-image: none; }#JOC0DAXam93wC1gVci3iXMHFONv3plR2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOC0DAXam93wC1gVci3iXMHFONv3plR2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOC0DAXam93wC1gVci3iXMHFONv3plR2 > .row .container > .video-iframe-container { display: none; }#JOC0DAXam93wC1gVci3iXMHFONv3plR2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOC0DAXam93wC1gVci3iXMHFONv3plR2 > .row > .video-iframe-container { display: none; }#JOC0DAXam93wC1gVci3iXMHFONv3plR2 > .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); }#JOC0DAXam93wC1gVci3iXMHFONv3plR2 { border-width: 0; border-radius: 0; }#JOC0DAXam93wC1gVci3iXMHFONv3plR2 > .row .container > .video-iframe-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#JOC0DAXam93wC1gVci3iXMHFONv3plR2 > .row .container { border-top:0.125rem solid #6537c3;border-left:0.125rem solid #6537c3;border-right:0.125rem solid #6537c3;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#xsA4TkVRERPnK7wlsBLcDOXL6HV97kZC { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.3564453125rem;left:0rem;height:1.94970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aBAkSGgRTs25DNasp06Xmfh59kUNwx81 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:4.1875rem;left:0rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M3ynFhdA6hCNTLdNPgxkTrPkX95yJ5s7 { position:relative;display:block; }#M3ynFhdA6hCNTLdNPgxkTrPkX95yJ5s7 { background-color: transparent; background-image: none; }#M3ynFhdA6hCNTLdNPgxkTrPkX95yJ5s7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3ynFhdA6hCNTLdNPgxkTrPkX95yJ5s7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3ynFhdA6hCNTLdNPgxkTrPkX95yJ5s7 > .row .container > .video-iframe-container { display: none; }#M3ynFhdA6hCNTLdNPgxkTrPkX95yJ5s7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3ynFhdA6hCNTLdNPgxkTrPkX95yJ5s7 > .row > .video-iframe-container { display: none; }#M3ynFhdA6hCNTLdNPgxkTrPkX95yJ5s7 > .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); }#M3ynFhdA6hCNTLdNPgxkTrPkX95yJ5s7 { border-width: 0; border-radius: 0; }#M3ynFhdA6hCNTLdNPgxkTrPkX95yJ5s7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M3ynFhdA6hCNTLdNPgxkTrPkX95yJ5s7 > .row .container { border-top:0;border-left:0.125rem solid #6537c3;border-right:0.125rem solid #6537c3;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FkIdoUoixJ03XVH4ciaRfJ1szIGmaTCv { position:absolute;display:block;z-index:15012;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);box-shadow: none;height:23.75rem;width:42.6875rem;top:0rem;left:8.40625rem;display:block; }
#GpEuhTEMi5czR6D51VLJ8eM5rVyZEHKt { position:relative;display:block; }#GpEuhTEMi5czR6D51VLJ8eM5rVyZEHKt { background-color: transparent; background-image: none; }#GpEuhTEMi5czR6D51VLJ8eM5rVyZEHKt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpEuhTEMi5czR6D51VLJ8eM5rVyZEHKt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpEuhTEMi5czR6D51VLJ8eM5rVyZEHKt > .row .container > .video-iframe-container { display: none; }#GpEuhTEMi5czR6D51VLJ8eM5rVyZEHKt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpEuhTEMi5czR6D51VLJ8eM5rVyZEHKt > .row > .video-iframe-container { display: none; }#GpEuhTEMi5czR6D51VLJ8eM5rVyZEHKt > .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); }#GpEuhTEMi5czR6D51VLJ8eM5rVyZEHKt { border-width: 0; border-radius: 0; }#GpEuhTEMi5czR6D51VLJ8eM5rVyZEHKt > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#GpEuhTEMi5czR6D51VLJ8eM5rVyZEHKt > .row .container { border-top:0;border-left:0.125rem solid #6537c3;border-right:0.125rem solid #6537c3;border-bottom:0.125rem solid #6537c3;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#tr6opmnxCwC9Tn1asA8L8WXnsdHIdSU3 { position:absolute;display:block;z-index:15013;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);box-shadow: none;height:10.4375rem;width:19.125rem;top:0rem;left:0.1875rem;display:block; }
#psbHeGQPbpbAalJERTOEUHF91RXlBBtz { position:absolute;display:block;z-index:15014;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);box-shadow: none;height:10.4375rem;width:19.125rem;top:0rem;left:20.1875rem;display:block; }
#imvKTvP8HJ7FNL46MNqn6MHlsnlA1TaQ { position:absolute;display:block;z-index:15015;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);box-shadow: none;height:10.4375rem;width:19.125rem;top:0rem;left:40.1875rem;display:block; }
#WbxdQhh9T42M4ox8qsc2nHKCEOronIPn { position:relative;display:block; }#WbxdQhh9T42M4ox8qsc2nHKCEOronIPn { background-color: transparent; background-image: none; }#WbxdQhh9T42M4ox8qsc2nHKCEOronIPn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbxdQhh9T42M4ox8qsc2nHKCEOronIPn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbxdQhh9T42M4ox8qsc2nHKCEOronIPn > .row .container > .video-iframe-container { display: none; }#WbxdQhh9T42M4ox8qsc2nHKCEOronIPn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbxdQhh9T42M4ox8qsc2nHKCEOronIPn > .row > .video-iframe-container { display: none; }#WbxdQhh9T42M4ox8qsc2nHKCEOronIPn > .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); }#WbxdQhh9T42M4ox8qsc2nHKCEOronIPn { border-width: 0; border-radius: 0; }#WbxdQhh9T42M4ox8qsc2nHKCEOronIPn > .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; }#WbxdQhh9T42M4ox8qsc2nHKCEOronIPn > .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:arial;height:2.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MEhzIunXfoRwACNywEV59in4nn7hT43X { position:relative;display:block; }#MEhzIunXfoRwACNywEV59in4nn7hT43X { background-color: transparent; background-image: none; }#MEhzIunXfoRwACNywEV59in4nn7hT43X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEhzIunXfoRwACNywEV59in4nn7hT43X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEhzIunXfoRwACNywEV59in4nn7hT43X > .row .container > .video-iframe-container { display: none; }#MEhzIunXfoRwACNywEV59in4nn7hT43X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEhzIunXfoRwACNywEV59in4nn7hT43X > .row > .video-iframe-container { display: none; }#MEhzIunXfoRwACNywEV59in4nn7hT43X > .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); }#MEhzIunXfoRwACNywEV59in4nn7hT43X { border-width: 0; border-radius: 0; }#MEhzIunXfoRwACNywEV59in4nn7hT43X > .row .container > .video-iframe-container { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#MEhzIunXfoRwACNywEV59in4nn7hT43X > .row .container { border-top:0.375rem solid #e2c34e;border-left:0.375rem solid #e2c34e;border-right:0.375rem solid #e2c34e;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.8125rem;width:60rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#XLaOgAVcLKcByKwNbaDpyTW5SHL4ZNaq { color:rgba(var(--color-tertiary-4),1);display:block;width:31.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.52490234375rem;left:14.4375rem;height:4.3496125rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zFWxZGFmle6vmFnFWuwkuiXtkvVFC5sx { color:rgba(var(--color-tertiary-4),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:8.875rem;left:15.4375rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U1fZI5dfhTTJKJkuKy6dPH3Go8HX93dA { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:13rem;top:13.875rem;left:23.5rem;overflow:hidden;display:block; }
#ZqQbhICUGWgULML3rfeWT4la3yL7WKNe { color:rgba(var(--color-tertiary-4),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:28.25rem;left:15.4375rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rCocFVtwmLoyZrKFH5xNAa1OLrpEsOpx { border-top:0.3125rem solid #864df9;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rCocFVtwmLoyZrKFH5xNAa1OLrpEsOpx > .row .container { background-color: transparent; background-image: none; }#rCocFVtwmLoyZrKFH5xNAa1OLrpEsOpx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCocFVtwmLoyZrKFH5xNAa1OLrpEsOpx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCocFVtwmLoyZrKFH5xNAa1OLrpEsOpx > .row .container > .video-iframe-container { display: none; }#rCocFVtwmLoyZrKFH5xNAa1OLrpEsOpx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCocFVtwmLoyZrKFH5xNAa1OLrpEsOpx > .row > .video-iframe-container { display: none; }#rCocFVtwmLoyZrKFH5xNAa1OLrpEsOpx > .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); }#rCocFVtwmLoyZrKFH5xNAa1OLrpEsOpx > .row .container { border-width: 0; border-radius: 0; }#rCocFVtwmLoyZrKFH5xNAa1OLrpEsOpx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rCocFVtwmLoyZrKFH5xNAa1OLrpEsOpx > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:60rem;position:relative;display:block; }#NPnE4NVy7vXkTvoAZBVmT1sTQD1SCqPS { position:absolute;display:block;z-index:15000;border-top:0.3125rem solid rgba(var(--color-primary-2),1);border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);box-shadow: 0.3125rem 0.3125rem 0rem #e2c34e ;height:29.9375rem;width:16.75rem;top:2.8125rem;left:10.25rem;display:block; }
#OFJoAdLaX3cFZNoLmB6EGFCJK9Z6GOiE { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:"barlow semi condensed";font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.6826171875rem;left:30rem;height:2.1308625rem;font-style:normal;display:block; }
#JzbS2058R93UK58gPdsqrKV3Fu0EoD5d { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:6.3740234375rem;left:30rem;height:1.3125rem;font-style:normal;display:block; }
#wX8yqlzFiXIRssthCJsUtKdkGANRKdZy { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:8.75rem;left:30rem;height:6.75rem;font-style:normal;display:block; }
#Iwy2o2hJu4xaAh9tz4hNaxPOgcX0b62b { box-sizing:content-box;height:13.5rem;width:22.3125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.5rem;left:30rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.3125rem solid #e2c34e;border-left:0.3125rem solid #e2c34e;border-right:0.3125rem solid #e2c34e;border-bottom:0.3125rem solid #e2c34e;box-shadow: 0.3125rem 0.3125rem 0rem rgba(var(--color-tertiary-4),1) ;display:block; }
#U5MTxqAM05C1TqQqXMLD1bf434avllW8 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:19rem;left:31.875rem;height:11.125rem;font-style:normal;display:block; }#U5MTxqAM05C1TqQqXMLD1bf434avllW8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U5MTxqAM05C1TqQqXMLD1bf434avllW8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_114507fffb658bc41780bd3f6f3909f4.svg); }
#VEIh2EPgoNmtJlktlQk0uSUWUSkhHLii { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:32.9375rem;left:30rem;height:3.1875rem;font-style:normal;display:block; }
#zraFs7LTbRHwvCpv6q2TlbLa1fqPmOq1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:10.1875rem;top:15.0625rem;left:1.0625rem;overflow:hidden;display:block; }
#dwq8bm98wM7uuA3ToMTAMTvav61lVMLV { position:absolute;display:block;z-index:15007;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:9.5rem;width:9.5rem;top:5.9990234375rem;left:1.6875rem;overflow:hidden;display:block; }
#alTQO3gAxiWxwOGfntq0zmPPgyZvDsBJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:10.1875rem;top:28.9375rem;left:1.0625rem;overflow:hidden;display:block; }
#AE1kVIQadurxkwwPZtvqKeouOcTdkmml { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AE1kVIQadurxkwwPZtvqKeouOcTdkmml > .row .container { background-color: transparent; background-image: none; }#AE1kVIQadurxkwwPZtvqKeouOcTdkmml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AE1kVIQadurxkwwPZtvqKeouOcTdkmml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AE1kVIQadurxkwwPZtvqKeouOcTdkmml > .row .container > .video-iframe-container { display: none; }#AE1kVIQadurxkwwPZtvqKeouOcTdkmml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AE1kVIQadurxkwwPZtvqKeouOcTdkmml > .row > .video-iframe-container { display: none; }#AE1kVIQadurxkwwPZtvqKeouOcTdkmml > .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); }#AE1kVIQadurxkwwPZtvqKeouOcTdkmml > .row .container { border-width: 0; border-radius: 0; }#AE1kVIQadurxkwwPZtvqKeouOcTdkmml > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AE1kVIQadurxkwwPZtvqKeouOcTdkmml > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#hsVsxRiI4xTaqhhFlcSl9f8KXT4sHggm { position:absolute;display:block;z-index:15000;border-top:0.125rem solid rgba(var(--color-tertiary-0),0.15);border-left:0.125rem solid rgba(var(--color-tertiary-0),0.15);border-right:0.125rem solid rgba(var(--color-tertiary-0),0.15);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),0.15);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: none;height:7.0625rem;width:9.25rem;top:0.625rem;left:0.1875rem;overflow:hidden;display:block; }
#DiPXFK1UcaURg9ZhrDbZt1KgRrnzsqKC { position:absolute;display:block;z-index:15001;border-top:0.125rem solid rgba(var(--color-tertiary-0),0.15);border-left:0.125rem solid rgba(var(--color-tertiary-0),0.15);border-right:0.125rem solid rgba(var(--color-tertiary-0),0.15);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),0.15);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: none;height:7rem;width:9.25rem;top:0.5625rem;left:10.375rem;overflow:hidden;display:block; }
#L7M3ggWXkPQQVQz6QL7VbDHEzM0wsVhN { position:absolute;display:block;z-index:15002;border-top:0.125rem solid rgba(var(--color-tertiary-0),0.15);border-left:0.125rem solid rgba(var(--color-tertiary-0),0.15);border-right:0.125rem solid rgba(var(--color-tertiary-0),0.15);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),0.15);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: none;height:7rem;width:9.25rem;top:0.5625rem;left:20.5rem;overflow:hidden;display:block; }
#FR4mftWUvAvt0wF14qBeqJUTNQnGHoe8 { position:absolute;display:block;z-index:15003;border-top:0.125rem solid rgba(var(--color-tertiary-0),0.15);border-left:0.125rem solid rgba(var(--color-tertiary-0),0.15);border-right:0.125rem solid rgba(var(--color-tertiary-0),0.15);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),0.15);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: none;height:7rem;width:9.25rem;top:0.5625rem;left:30.5625rem;overflow:hidden;display:block; }
#LWM26qqa41HNqiKeRHV4b0hTEwr6wqQq { position:absolute;display:block;z-index:15004;border-top:0.125rem solid rgba(var(--color-tertiary-0),0.15);border-left:0.125rem solid rgba(var(--color-tertiary-0),0.15);border-right:0.125rem solid rgba(var(--color-tertiary-0),0.15);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),0.15);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: none;height:7rem;width:9.25rem;top:0.5625rem;left:40.5625rem;overflow:hidden;display:block; }
#RGHyHwoODCInBaDeHpAIMfpleCpJy9Ga { position:absolute;display:block;z-index:15005;border-top:0.125rem solid rgba(var(--color-tertiary-0),0.15);border-left:0.125rem solid rgba(var(--color-tertiary-0),0.15);border-right:0.125rem solid rgba(var(--color-tertiary-0),0.15);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),0.15);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: none;height:7rem;width:9.25rem;top:0.5625rem;left:50.5rem;overflow:hidden;display:block; }
#KyQhm2NF0k99xxypS9UAhv8aRalOc4pJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KyQhm2NF0k99xxypS9UAhv8aRalOc4pJ > .row .container { background-color: transparent; background-image: none; }#KyQhm2NF0k99xxypS9UAhv8aRalOc4pJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyQhm2NF0k99xxypS9UAhv8aRalOc4pJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyQhm2NF0k99xxypS9UAhv8aRalOc4pJ > .row .container > .video-iframe-container { display: none; }#KyQhm2NF0k99xxypS9UAhv8aRalOc4pJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyQhm2NF0k99xxypS9UAhv8aRalOc4pJ > .row > .video-iframe-container { display: none; }#KyQhm2NF0k99xxypS9UAhv8aRalOc4pJ > .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); }#KyQhm2NF0k99xxypS9UAhv8aRalOc4pJ > .row .container { border-width: 0; border-radius: 0; }#KyQhm2NF0k99xxypS9UAhv8aRalOc4pJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KyQhm2NF0k99xxypS9UAhv8aRalOc4pJ > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:block; }#QNKDcSxB0L7McOO1WtbSJZnamsbcuvqu { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.0625rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MONZevn7oDTV0JTrMvEV50TDEyuB9Eo4 { position:absolute;display:block;z-index:15020;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:0.6875rem;width:9.375rem;top:3.5rem;left:30.0625rem;overflow:hidden;display:block; }
#eCMr5TGLqPX3rGU3nT8x9LFOBVROuQUS { position:absolute;display:block;z-index:15023;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.375rem;width:7.75rem;top:6rem;left:10.875rem;overflow:hidden;display:block; }
#UwUxQa4oS2qL2C1J5Q7lDUqs2Eie11b3 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:7.5rem;top:2.8125rem;left:40.4375rem;overflow:hidden;display:block; }
#ITPM2ZQ6xOaCVgeNDWk0EcP958xmUQum { position:absolute;display:block;z-index:15026;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.4375rem;width:9.5625rem;top:3.125rem;left:20.5625rem;overflow:hidden;display:block; }
#Z6QtiLz3nLFHcaGiFdDtsWBPhOW28Nwk { position:absolute;display:block;z-index:15029;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.9375rem;width:7.3125rem;top:5.75rem;left:35.21875rem;overflow:hidden;display:block; }
#yIMXs61lJGH3ENEprOPeWPGBD4knUwQb { position:absolute;display:block;z-index:15028;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.875rem;width:4.9375rem;top:5.84375rem;left:44rem;overflow:hidden;display:block; }
#VF4mZusPHTdJTsFu58D5ekSZNT4qdpIW { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:7.5rem;top:2rem;left:12.0625rem;overflow:hidden;display:block; }
#GqnRbNxG2JOyav9nDKPaQA242ycbas1r { position:absolute;display:block;z-index:15029;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:2.1875rem;width:3.625rem;top:5.71875rem;left:30.375rem;overflow:hidden;display:block; }
#oMdDZDBGkQEcmzMUHctpMJAsUlmHUTAt { position:absolute;display:block;z-index:15030;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.875rem;width:9.375rem;top:5.78125rem;left:19.8125rem;overflow:hidden;display:block; }
#echbefFoEt6bLlMuXKaQVP54AtLsVhDQ { border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #864df9;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#echbefFoEt6bLlMuXKaQVP54AtLsVhDQ > .row .container { background-color: transparent; background-image: none; }#echbefFoEt6bLlMuXKaQVP54AtLsVhDQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#echbefFoEt6bLlMuXKaQVP54AtLsVhDQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#echbefFoEt6bLlMuXKaQVP54AtLsVhDQ > .row .container > .video-iframe-container { display: none; }#echbefFoEt6bLlMuXKaQVP54AtLsVhDQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#echbefFoEt6bLlMuXKaQVP54AtLsVhDQ > .row > .video-iframe-container { display: none; }#echbefFoEt6bLlMuXKaQVP54AtLsVhDQ > .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); }#echbefFoEt6bLlMuXKaQVP54AtLsVhDQ > .row .container { border-width: 0; border-radius: 0; }#echbefFoEt6bLlMuXKaQVP54AtLsVhDQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#echbefFoEt6bLlMuXKaQVP54AtLsVhDQ > .row .container { font-size:0.875rem;font-family:arial;height:1.0625rem;width:60rem;position:relative;display:block; }#wWzqSUIcdqtGvaPzG3FgFDwaOeC6evcM { position:relative;display:block; }#wWzqSUIcdqtGvaPzG3FgFDwaOeC6evcM { background-color: transparent; background-image: none; }#wWzqSUIcdqtGvaPzG3FgFDwaOeC6evcM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWzqSUIcdqtGvaPzG3FgFDwaOeC6evcM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWzqSUIcdqtGvaPzG3FgFDwaOeC6evcM > .row .container > .video-iframe-container { display: none; }#wWzqSUIcdqtGvaPzG3FgFDwaOeC6evcM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWzqSUIcdqtGvaPzG3FgFDwaOeC6evcM > .row > .video-iframe-container { display: none; }#wWzqSUIcdqtGvaPzG3FgFDwaOeC6evcM > .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); }#wWzqSUIcdqtGvaPzG3FgFDwaOeC6evcM { border-width: 0; border-radius: 0; }#wWzqSUIcdqtGvaPzG3FgFDwaOeC6evcM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wWzqSUIcdqtGvaPzG3FgFDwaOeC6evcM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:22.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VXDot30vT4aVIfL3CG1HmRMMsyGO3LAA { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:3rem;left:12.40625rem;height:10.5746875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#daKb3ypNJQE0VFKHbnmNT89MWktFkoHV { 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.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: 0.3125rem 0.4375rem 0rem rgba(var(--color-tertiary-4),1) ;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:4.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.1875rem;left:19.78125rem;display:block; }
#u52AwPFQBATMARmRqM3JpeH1uZmFSktv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZpntmFGD9DSShStcTb6kong1V7xv8HT3 { border-top:0.3125rem solid #864df9;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#ZpntmFGD9DSShStcTb6kong1V7xv8HT3 > .row .container { background-color: transparent; background-image: none; }#ZpntmFGD9DSShStcTb6kong1V7xv8HT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpntmFGD9DSShStcTb6kong1V7xv8HT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpntmFGD9DSShStcTb6kong1V7xv8HT3 > .row .container > .video-iframe-container { display: none; }#ZpntmFGD9DSShStcTb6kong1V7xv8HT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpntmFGD9DSShStcTb6kong1V7xv8HT3 > .row > .video-iframe-container { display: none; }#ZpntmFGD9DSShStcTb6kong1V7xv8HT3 > .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); }#ZpntmFGD9DSShStcTb6kong1V7xv8HT3 > .row .container { border-width: 0; border-radius: 0; }#ZpntmFGD9DSShStcTb6kong1V7xv8HT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZpntmFGD9DSShStcTb6kong1V7xv8HT3 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:block; }#U5UWhs9wH4Tm4FmH4DS8J943AkvlFIG6 { color:rgba(var(--color-tertiary-4),1);display:block;width:58.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:2.39990234375rem;left:0.875rem;height:3.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gvlXAeCa6ybfm2EzTUzlBTnPFodwBRLg { color:rgba(var(--color-tertiary-4),1);display:block;width:58.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:2.39990234375rem;left:0.875rem;height:3.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#XvdZn1BRnTxyt9on0iXKbR01qHBVPKJJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#aBuTRnWg8pQUIwLTIkwXcUHJ1qz1QAd1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#aBuTRnWg8pQUIwLTIkwXcUHJ1qz1QAd1 > .row .container { background-color: transparent; background-image: none; }#aBuTRnWg8pQUIwLTIkwXcUHJ1qz1QAd1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBuTRnWg8pQUIwLTIkwXcUHJ1qz1QAd1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBuTRnWg8pQUIwLTIkwXcUHJ1qz1QAd1 > .row .container > .video-iframe-container { display: none; }#aBuTRnWg8pQUIwLTIkwXcUHJ1qz1QAd1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBuTRnWg8pQUIwLTIkwXcUHJ1qz1QAd1 > .row > .video-iframe-container { display: none; }#aBuTRnWg8pQUIwLTIkwXcUHJ1qz1QAd1 > .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); }#aBuTRnWg8pQUIwLTIkwXcUHJ1qz1QAd1 > .row .container { border-width: 0; border-radius: 0; }#aBuTRnWg8pQUIwLTIkwXcUHJ1qz1QAd1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aBuTRnWg8pQUIwLTIkwXcUHJ1qz1QAd1 > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:60rem;position:relative;display:block; }#pVoaRh2szisKITm3lT83NWXyIpwRFZvt { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8.75rem;top:1.640625rem;left:6.1875rem;overflow:hidden;display:block; }
#LCJNF9XNOTDshOzeCTie9qWtRVMUWuLN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:18.625rem;top:1.0625rem;left:10.1875rem;overflow:hidden;display:block; }
#euu1rxGw3lmQINf72OhqaVphtp6WHNqm { color:#000000;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.90625rem;left:30rem;height:15.9375rem;font-style:normal;display:block; }
#WiGQT9TheMNw6NuwZmesGQAgTZb6adS6 { position:absolute;display:block;z-index:15008;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:7.1875rem;width:7.1875rem;top:9.640625rem;left:7rem;overflow:hidden;display:block; }
#IfDmx7c2yhHJTFDrlt6TH6z3h80DX8dE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:7.9375rem;top:16.15625rem;left:20.9375rem;overflow:hidden;display:block; }
#tMTP9tnH8gysVh1hDpi8C24ISvpUBt3T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#tMTP9tnH8gysVh1hDpi8C24ISvpUBt3T > .row .container { background-color: transparent; background-image: none; }#tMTP9tnH8gysVh1hDpi8C24ISvpUBt3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMTP9tnH8gysVh1hDpi8C24ISvpUBt3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMTP9tnH8gysVh1hDpi8C24ISvpUBt3T > .row .container > .video-iframe-container { display: none; }#tMTP9tnH8gysVh1hDpi8C24ISvpUBt3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMTP9tnH8gysVh1hDpi8C24ISvpUBt3T > .row > .video-iframe-container { display: none; }#tMTP9tnH8gysVh1hDpi8C24ISvpUBt3T > .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); }#tMTP9tnH8gysVh1hDpi8C24ISvpUBt3T > .row .container { border-width: 0; border-radius: 0; }#tMTP9tnH8gysVh1hDpi8C24ISvpUBt3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tMTP9tnH8gysVh1hDpi8C24ISvpUBt3T > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:60rem;position:relative;display:block; }#WNbhmpShmmos7Xwd4o6iGZ9L8BTIvaSr { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.4375rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A22LciyCCJOsiEApcrndsJqszcyCFsiX { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.0625rem;left:0.625rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qpAfiNiTsBNBFPCeR3T7Mht9dy5nK6BM { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.0615234375rem;left:20.9375rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aapQ9bJtui3EorekEun6d11lc0HV4qMq { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.4375rem;left:20rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w2mO7gDCnPPlNaZccW4szcSPE4yJ8Teb { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:10.0615234375rem;left:41.9375rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TvprPAG5hKI7orCWaNMlDDsxCZLfJIVb { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.4375rem;left:40rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r5fEmukC2w0lhvpGW8xbQ04Jl1ioC13v { position:absolute;display:block;z-index:15008;height:6.25rem;width:6.25rem;top:0rem;left:46.875rem;display:block; }
#HSWLc6itxlmp37tfNlMQHMiBoEAp6aHG { position:absolute;display:block;z-index:15009;height:6.25rem;width:6.25rem;top:0rem;left:26.875rem;display:block; }
#L77hX5NrNVwb9ftFDEibthaFk478TLnI { position:absolute;display:block;z-index:15010;height:6.25rem;width:6.25rem;top:0rem;left:6.875rem;display:block; }
#aM9KkcO049AWO22gQFgQqtOBTx1gbvdX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#aM9KkcO049AWO22gQFgQqtOBTx1gbvdX > .row .container { background-color: transparent; background-image: none; }#aM9KkcO049AWO22gQFgQqtOBTx1gbvdX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aM9KkcO049AWO22gQFgQqtOBTx1gbvdX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aM9KkcO049AWO22gQFgQqtOBTx1gbvdX > .row .container > .video-iframe-container { display: none; }#aM9KkcO049AWO22gQFgQqtOBTx1gbvdX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aM9KkcO049AWO22gQFgQqtOBTx1gbvdX > .row > .video-iframe-container { display: none; }#aM9KkcO049AWO22gQFgQqtOBTx1gbvdX > .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); }#aM9KkcO049AWO22gQFgQqtOBTx1gbvdX > .row .container { border-width: 0; border-radius: 0; }#aM9KkcO049AWO22gQFgQqtOBTx1gbvdX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aM9KkcO049AWO22gQFgQqtOBTx1gbvdX > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:60rem;position:relative;display:block; }#qHKe2VTVqa4zg0pAMvZdIVyIFi5FIGUv { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:11.3115234375rem;left:0.46875rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oba2MfKnTKDZx1zOurxnLykCwAtCHC6l { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:15.25rem;left:1.375rem;height:9.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qyxFq9UKGyDsFfgCww70hmu3pCum3ole { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5ef9ce33-8811-449e-8d2d-bd69924c2bdd/cbr5k18ocvix52lwi2ha.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:6.875rem;display:block; }#qyxFq9UKGyDsFfgCww70hmu3pCum3ole.adaptive-delivery-prevent-bg, #qyxFq9UKGyDsFfgCww70hmu3pCum3ole.lazyload, #qyxFq9UKGyDsFfgCww70hmu3pCum3ole.lazyloading { background-image: none; }
#BaeoJpHEM87Ku6rbqPGe366WwzOLRTrZ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:14.3427734375rem;left:21.6875rem;height:9.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gFuDaIg3UTZzk1sQMs9VUNQ8C0UBwyIC { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:11.2490234375rem;left:22.8125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uQxxl9aObd9pSU1VbJWuLwnA13d1TTTF { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ae0f3f9a-c8cb-4611-b75b-ca29b25512bd/pdxxhp1qaxt64p6snkvg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:5.9375rem;width:5.9375rem;top:3.03125rem;left:46.75rem;display:block; }#uQxxl9aObd9pSU1VbJWuLwnA13d1TTTF.adaptive-delivery-prevent-bg, #uQxxl9aObd9pSU1VbJWuLwnA13d1TTTF.lazyload, #uQxxl9aObd9pSU1VbJWuLwnA13d1TTTF.lazyloading { background-image: none; }
#fbPRIWZncBTowyCHqBmNV9AEqVPXbln1 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:15.25rem;left:41.6875rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TSXqg4RmcLURhWT6E7ubo7wough046UX { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:11.2490234375rem;left:41.875rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N2gVVVeUIuIRwOpQMkNWCpUvkqs49xrz { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8ea6cb46-eb67-451c-b0ab-fce0b7cb8a46/lqa6tbvnqiobx67ch5ar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:6.25rem;width:6.25rem;top:3.125rem;left:26.875rem;display:block; }#N2gVVVeUIuIRwOpQMkNWCpUvkqs49xrz.adaptive-delivery-prevent-bg, #N2gVVVeUIuIRwOpQMkNWCpUvkqs49xrz.lazyload, #N2gVVVeUIuIRwOpQMkNWCpUvkqs49xrz.lazyloading { background-image: none; }
#VEKPnXXAB9PKgs7BfDwzC2R54Citby6T { position:absolute;display:block;z-index:15003;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:5.9375rem;display:block; }
#GdpUt4QzrbVoxi5TbgmnTF3yDz5FNwHs { position:absolute;display:block;z-index:15004;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:25.9375rem;display:block; }
#OgPTn69Kmu1IeZKhnkNtUQfHTmBbQssJ { position:absolute;display:block;z-index:15005;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:45.9375rem;display:block; }
#hIV6VpbbQ4TpsILwuZ7ozW3AwzRJIM8N { box-sizing:content-box;height:26.125rem;width:19rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.9052734375rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);box-shadow: 0.3125rem 0.4375rem 0rem rgba(var(--color-tertiary-4),1) ;display:block; }
#ESki4DMFt2daT7HATpKb6mqgK36FwDH9 { box-sizing:content-box;height:26.125rem;width:19rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.9052734375rem;left:20rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);box-shadow: 0.3125rem 0.4375rem 0rem rgba(var(--color-tertiary-4),1) ;display:block; }
#mAB8H7RTaIvxpfuABqiQJaNyhGQr5XJ3 { box-sizing:content-box;height:26.125rem;width:19rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.9052734375rem;left:40.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);box-shadow: 0.3125rem 0.4375rem 0rem rgba(var(--color-tertiary-4),1) ;display:block; }
#OgKTXEWgAT4FdXpQmX1kTuAcenZWicfD { position:relative;display:block; }#OgKTXEWgAT4FdXpQmX1kTuAcenZWicfD { background-color: transparent; background-image: none; }#OgKTXEWgAT4FdXpQmX1kTuAcenZWicfD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgKTXEWgAT4FdXpQmX1kTuAcenZWicfD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgKTXEWgAT4FdXpQmX1kTuAcenZWicfD > .row .container > .video-iframe-container { display: none; }#OgKTXEWgAT4FdXpQmX1kTuAcenZWicfD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgKTXEWgAT4FdXpQmX1kTuAcenZWicfD > .row > .video-iframe-container { display: none; }#OgKTXEWgAT4FdXpQmX1kTuAcenZWicfD > .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); }#OgKTXEWgAT4FdXpQmX1kTuAcenZWicfD { border-width: 0; border-radius: 0; }#OgKTXEWgAT4FdXpQmX1kTuAcenZWicfD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgKTXEWgAT4FdXpQmX1kTuAcenZWicfD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TubvKx7om5nEWoXiX9TogR1tvCy9phqs { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:11.2490234375rem;left:0.6875rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ve0fW0ksUZZApyL4gGZ8UlbuAbi9gE8X { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14.3388671875rem;left:2rem;height:7.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L5n8TrUOZX64MkLNJyomVxbT4kZt56Tl { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:14.3388671875rem;left:21.5rem;height:8.44925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XI9fEiRiNV6PL41keibMxOoH7DNexwd6 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:11.2490234375rem;left:22.8125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SJI6JXmuS6CGLUQfNnHuHPXcQUQTAUGr { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:14.3388671875rem;left:41.625rem;height:7.9604375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cMtLKRgXswTinTTS2ODwoSJrK8p2GdOK { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:11.2490234375rem;left:43.0625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CGMWxOoG3l57UeikeUwpdVlMklptsDqi { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d788ce1e-9c1f-4fc2-8f72-2bb89500e024/Ricardo1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: 0.125rem 0.1875rem 0rem rgba(var(--color-tertiary-4),1) ;height:6.25rem;width:6.25rem;top:3rem;left:46.75rem;display:block; }#CGMWxOoG3l57UeikeUwpdVlMklptsDqi.adaptive-delivery-prevent-bg, #CGMWxOoG3l57UeikeUwpdVlMklptsDqi.lazyload, #CGMWxOoG3l57UeikeUwpdVlMklptsDqi.lazyloading { background-image: none; }
#ryeFwtif4lQtNA8z7Ea0BfxHkRR9sg9V { position:absolute;display:block;z-index:15003;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:5.9375rem;display:block; }
#q3lMbEfqkdinlKLlJh70E1OgGHt4LwK4 { position:absolute;display:block;z-index:15004;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:25.9375rem;display:block; }
#FtplUAqTBspz36W0JcU6QHVvxB5lJkuy { position:absolute;display:block;z-index:15005;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:45.9375rem;display:block; }
#GbTp7ZmN8eJyDzgNUCnPRAoOiTUpTTET { box-sizing:content-box;height:22.0625rem;width:19rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.5146484375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);box-shadow: 0.3125rem 0.4375rem 0rem rgba(var(--color-tertiary-4),1) ;display:block; }
#Celn564kbxhBstGtkN0DZozqUtpNW2XX { box-sizing:content-box;height:22.0625rem;width:19rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.5146484375rem;left:20.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);box-shadow: 0.3125rem 0.4375rem 0rem rgba(var(--color-tertiary-4),1) ;display:block; }
#hLuxKVbvsSTkVOcGDZ7Uczp0aoKynd9U { box-sizing:content-box;height:22.0625rem;width:19rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.5146484375rem;left:40.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);box-shadow: 0.3125rem 0.4375rem 0rem rgba(var(--color-tertiary-4),1) ;display:block; }
#CZuGWZF2NEA0HA8SvoDelxLAW8kmbPQu { position:absolute;display:block;z-index:15016;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.125rem 0.1875rem 0rem rgba(var(--color-tertiary-4),1) ;height:6.25rem;width:6.25rem;top:3.0625rem;left:6.75rem;overflow:hidden;display:block; }
#ZlSRW9b2b5oB3we2sTfhOxbOetUNWdFl { position:absolute;display:block;z-index:15022;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.125rem 0.1875rem 0rem rgba(var(--color-tertiary-4),1) ;height:6.25rem;width:6.25rem;top:3.0625rem;left:26.75rem;overflow:hidden;display:block; }
#O5b0mgAFFAWx0q9bZsuvJhBT7xe4eDIV { border-top:0.125rem solid rgba(var(--color-tertiary-3),0.24);border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#O5b0mgAFFAWx0q9bZsuvJhBT7xe4eDIV > .row .container { background-color: transparent; background-image: none; }#O5b0mgAFFAWx0q9bZsuvJhBT7xe4eDIV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5b0mgAFFAWx0q9bZsuvJhBT7xe4eDIV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5b0mgAFFAWx0q9bZsuvJhBT7xe4eDIV > .row .container > .video-iframe-container { display: none; }#O5b0mgAFFAWx0q9bZsuvJhBT7xe4eDIV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5b0mgAFFAWx0q9bZsuvJhBT7xe4eDIV > .row > .video-iframe-container { display: none; }#O5b0mgAFFAWx0q9bZsuvJhBT7xe4eDIV > .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); }#O5b0mgAFFAWx0q9bZsuvJhBT7xe4eDIV > .row .container { border-width: 0; border-radius: 0; }#O5b0mgAFFAWx0q9bZsuvJhBT7xe4eDIV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O5b0mgAFFAWx0q9bZsuvJhBT7xe4eDIV > .row .container { font-size:0.875rem;font-family:arial;height:157.4375rem;width:60rem;position:relative;display:block; }#i0IbesfIIFeDIi9bTXMxkRJfp2Dyr9WU { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.97509765625rem;left:0rem;height:4.30615rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dbhwp6FHiWo0SGHPETKorUrDWo3umnPm { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:7.2802734375rem;left:12.8125rem;height:6.6484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Zx0PhKONSc8uUEc7ndMDTPM29N4aTgXF { box-sizing:content-box;height:142rem;width:49.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:15.0625rem;left:5.0625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid rgba(var(--color-primary-2),1);border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0;box-shadow: 0.3125rem 0.4375rem 0rem rgba(var(--color-tertiary-4),1) ;display:block; }
#qQT78JPqfc44F74yQbSprx1oba3TcN4I { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:65.25rem;left:0rem;height:1.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#MylLeGEtL4Zo9UHqHEq0tQxbtbuvsGI9 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:34.5126953125rem;left:14.75rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fWKwS6HEoH1qaLNJK03ZCgn3GVKMUhcK { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:37.8876953125rem;left:11.1875rem;height:;text-align:left;text-align-last:left;display:block; }#fWKwS6HEoH1qaLNJK03ZCgn3GVKMUhcK li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#fWKwS6HEoH1qaLNJK03ZCgn3GVKMUhcK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8a9f3db9fdcb7b001cf469306e5ccae28b4325e2.svg); }
#z2Vhnt2MFO47izB02Z4Md4Obx7gdDf3X { color:#00ffae;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:62.96875rem;left:0rem;height:1.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JMdRBWACzR6tFOwdwJziCOlTWWcB4ETJ { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:83.58203125rem;left:16.25rem;height:;text-align:left;text-align-last:left;overflow:hidden;display:block; }#JMdRBWACzR6tFOwdwJziCOlTWWcB4ETJ li:not(:first-child){ padding-top:1.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#JMdRBWACzR6tFOwdwJziCOlTWWcB4ETJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
#tipQnDDTTVv7WUrsb9VVG23GodWFkya4 { box-sizing:content-box;height:4.5625rem;width:49.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:56.25rem;left:5.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#QOe5JUZr8W1xrsJabupxQ3ThKNsFd5OT { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:56.875rem;left:12.3125rem;height:3.32421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#l6A6oaohIBmhXbO9sGUEo9XiAXwCJPF7 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:16.98095703125rem;left:0rem;height:2.5371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HL8Txk065myTBebX1NCu9DJG8UWiTXzE { box-sizing:content-box;height:2.875rem;width:11.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.8125rem;left:24.125rem;display:block; }
#ACWqRf0DaHERtnNGencolAoOJtJyPAhr { position:absolute;display:block;z-index:15002;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.4375rem 0.375rem 0rem rgba(var(--color-primary-2),1) ;height:14.5625rem;width:26.25rem;top:18.46875rem;left:16.625rem;overflow:hidden;display:block; }
#RKFQzSR0Bia7AT17faVxrhp0WwhPRJsV { position:absolute;display:block;z-index:15003;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;height:14.5625rem;width:9.75rem;top:19.51806640625rem;left:40.625rem;overflow:hidden;display:block; }
#aXig3Inh1OLeIHsQTI5T3w907Dsx3NyL { position:absolute;display:block;z-index:15004;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;height:14.5625rem;width:7.0625rem;top:19.51806640625rem;left:10.3125rem;overflow:hidden;display:block; }
#cqezodmBW1sEFsGRfrQ2tnFcUKTO35Iy { color:rgba(var(--color-tertiary-3),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:7.2802734375rem;left:12.8125rem;height:6.6484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#gdyTKnt1La2oF70QHWyRBzJ65bqCe27u { position:absolute;display:block;z-index:15015;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:14.5625rem;width:22.4375rem;top:67.96875rem;left:18.5rem;overflow:hidden;display:block; }
#FhzoXlqKaadSlz6gKtK6uuMbFV2KTq2M { box-sizing:content-box;height:9.375rem;width:30.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);background-image:none;top:82.09375rem;left:14.75rem;display:block; }
#yFgBs5wPlsBBZM8tStZu7VK3RIUzu5tc { position:absolute;display:block;z-index:15016;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:14.5rem;width:22.4375rem;top:96.09375rem;left:18.5rem;overflow:hidden;display:block; }
#Dhc7wXr36KHEPJJkUm1ZXDdBpxrHF7C2 { box-sizing:content-box;height:10.1875rem;width:30.1875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:109.28125rem;left:14.875rem;display:block; }
#PAM0Bl7ZEXn886GxJfbC8I3RJUg0ixDq { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:111.65625rem;left:16.25rem;height:;text-align:left;text-align-last:left;overflow:hidden;display:block; }#PAM0Bl7ZEXn886GxJfbC8I3RJUg0ixDq li:not(:first-child){ padding-top:1.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#PAM0Bl7ZEXn886GxJfbC8I3RJUg0ixDq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
#KkKdSA616TVOaO52AAIXDBGxDWGW607c { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:90.23046875rem;left:0rem;height:6.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#srQOTT07qctT0JOPbESkT1e0ucefWRVr { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:118.21875rem;left:0rem;height:6.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#u2cvID9GHTzSZz1IUmZhn1DUf0eprblZ { position:absolute;display:block;z-index:15017;border-top:0.25rem solid #c7b9ff;border-left:0.25rem solid #c7b9ff;border-right:0.25rem solid #c7b9ff;border-bottom:0.25rem solid #c7b9ff;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:14.5rem;width:22.4375rem;top:124.40625rem;left:18.5rem;overflow:hidden;display:block; }
#FWWdVGfLWIQytorABiwca6nXmapetpqJ { box-sizing:content-box;height:19.1875rem;width:30.1875rem;position:absolute;display:block;z-index:15006;background-color:#dcd3ef;background-image:none;top:137.09375rem;left:14.875rem;display:block; }
#nJhXStzHKHTN1L1bQUPeSGws2943LDE1 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:139.96875rem;left:16.25rem;height:14.959rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#nJhXStzHKHTN1L1bQUPeSGws2943LDE1 li:not(:first-child){ padding-top:1.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#nJhXStzHKHTN1L1bQUPeSGws2943LDE1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
#VmDXINh43T6CTutA6FNlxCMsaAdd3tvL { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:84.40625rem;left:12.3125rem;overflow:hidden;display:block; }
#gaZCDDGZR2FUZr0XbegWIAJzGGrUv7s8 { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:112.48046875rem;left:12.3125rem;overflow:hidden;display:block; }
#hTqtzTRtgIh3mk95lBRTFDLt6OgP6peD { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:144.1875rem;left:12.3125rem;overflow:hidden;display:block; }
#T0MJQS1ACkNtPIOVkrDr4EhMqJ1JMBxA { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.33837890625rem;left:0rem;height:1.94970625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bm22QpdrxHomIbV8HD85drAznEXdMfHv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bm22QpdrxHomIbV8HD85drAznEXdMfHv > .row .container { background-color: transparent; background-image: none; }#bm22QpdrxHomIbV8HD85drAznEXdMfHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bm22QpdrxHomIbV8HD85drAznEXdMfHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bm22QpdrxHomIbV8HD85drAznEXdMfHv > .row .container > .video-iframe-container { display: none; }#bm22QpdrxHomIbV8HD85drAznEXdMfHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bm22QpdrxHomIbV8HD85drAznEXdMfHv > .row > .video-iframe-container { display: none; }#bm22QpdrxHomIbV8HD85drAznEXdMfHv > .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); }#bm22QpdrxHomIbV8HD85drAznEXdMfHv > .row .container { border-width: 0; border-radius: 0; }#bm22QpdrxHomIbV8HD85drAznEXdMfHv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bm22QpdrxHomIbV8HD85drAznEXdMfHv > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#uTB6wNUn3f9vtq2dsPSZmcRk517MT6TT { position:absolute;display:block;z-index:15006;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.4375rem 0.375rem 0rem rgba(var(--color-primary-2),1) ;height:14.5625rem;width:26.25rem;top:2rem;left:16.125rem;overflow:hidden;display:block; }
#qE4UOF3CWfE8rl8cxpaFqkuRwGuW3b7L { position:absolute;display:block;z-index:15004;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.4375rem 0.375rem 0rem rgba(var(--color-primary-2),1) ;height:14.5625rem;width:19.375rem;top:3.3125rem;left:40.125rem;overflow:hidden;display:block; }
#VGHpA18akTyDod4uWGe8A40Vz5AXAwHh { position:absolute;display:block;z-index:15005;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.4375rem 0.375rem 0rem rgba(var(--color-primary-2),1) ;height:14.5rem;width:19.375rem;top:3.3125rem;left:0rem;overflow:hidden;display:block; }
#u0C25W4OyZ8ntHA3E163Tf9IfuelzSPQ { position:absolute;display:block;z-index:15007;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:2.125rem;width:9.375rem;top:0.8125rem;left:25.3125rem;overflow:hidden;display:block; }
#S4HWicTV0MEUe0KtmtFdnvJTPwUgaFqC { position:absolute;display:block;z-index:15016;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:9.3125rem;width:14.5rem;top:15.75rem;left:7rem;overflow:hidden;display:block; }
#Wt0ZXeJePiaVWJOwTUD3bVcLiytRBTN0 { position:absolute;display:block;z-index:15017;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:9.3125rem;width:14.375rem;top:15.75rem;left:38.0625rem;overflow:hidden;display:block; }
#CuDDRkJ6Q5JAmgeXq8N2zXhIgJUmhyCR { position:absolute;display:block;z-index:15018;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:9.3125rem;width:14.375rem;top:15.75rem;left:22.5625rem;overflow:hidden;display:block; }
#ChCR50f6AAKKHUOxq4fKMcLxaxswb2FI { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:11.3125rem;left:27.9375rem;overflow:hidden;display:block; }
#Leo8v8WeJrgWdgVxe4GshwU6AAZsxz0Q { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:24.65625rem;left:13.0625rem;overflow:hidden;display:block; }
#uN7Jr00T9P7twITO035ZkBIlNhF8oqkT { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:24.65625rem;left:28.4375rem;overflow:hidden;display:block; }
#oTwREfiz8Qpm4WWcZs8sFx7EaQbN2eXd { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:24.65625rem;left:43.9375rem;overflow:hidden;display:block; }
#FmNneqJlTzWD47sN9kB2oynHbr6UErZp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FmNneqJlTzWD47sN9kB2oynHbr6UErZp > .row .container { background-color: transparent; background-image: none; }#FmNneqJlTzWD47sN9kB2oynHbr6UErZp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmNneqJlTzWD47sN9kB2oynHbr6UErZp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmNneqJlTzWD47sN9kB2oynHbr6UErZp > .row .container > .video-iframe-container { display: none; }#FmNneqJlTzWD47sN9kB2oynHbr6UErZp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmNneqJlTzWD47sN9kB2oynHbr6UErZp > .row > .video-iframe-container { display: none; }#FmNneqJlTzWD47sN9kB2oynHbr6UErZp > .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); }#FmNneqJlTzWD47sN9kB2oynHbr6UErZp > .row .container { border-width: 0; border-radius: 0; }#FmNneqJlTzWD47sN9kB2oynHbr6UErZp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FmNneqJlTzWD47sN9kB2oynHbr6UErZp > .row .container { font-size:0.875rem;font-family:arial;height:53.25rem;width:60rem;position:relative;display:block; }#aQcatcGCiiAGQF18W185HzDGHqyw7wck { color:#f7e397;display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:28.375rem;left:16rem;height:22.661125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#aQcatcGCiiAGQF18W185HzDGHqyw7wck li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#aQcatcGCiiAGQF18W185HzDGHqyw7wck li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a761c1f39dabe80b97883249d92e9583acb6da7e.svg); }
#LQf3Tb8hBihRqw8DIsPQdwXqundKBt9T { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:0rem;left:0rem;height:6.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WsmFbFPclcACmRdLNZDVzq4DkXIzZqEF { position:absolute;display:block;z-index:15011;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);box-shadow: 0.3125rem 0.3125rem 0rem #e2c34e ;height:19.3125rem;width:34.4375rem;top:6.9375rem;left:12.59375rem;display:block; }
#sZ4k31Ct1lJ6k4lQE0SAeLxWTH1q2Di0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sZ4k31Ct1lJ6k4lQE0SAeLxWTH1q2Di0 > .row .container { background-color: transparent; background-image: none; }#sZ4k31Ct1lJ6k4lQE0SAeLxWTH1q2Di0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZ4k31Ct1lJ6k4lQE0SAeLxWTH1q2Di0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZ4k31Ct1lJ6k4lQE0SAeLxWTH1q2Di0 > .row .container > .video-iframe-container { display: none; }#sZ4k31Ct1lJ6k4lQE0SAeLxWTH1q2Di0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZ4k31Ct1lJ6k4lQE0SAeLxWTH1q2Di0 > .row > .video-iframe-container { display: none; }#sZ4k31Ct1lJ6k4lQE0SAeLxWTH1q2Di0 > .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); }#sZ4k31Ct1lJ6k4lQE0SAeLxWTH1q2Di0 > .row .container { border-width: 0; border-radius: 0; }#sZ4k31Ct1lJ6k4lQE0SAeLxWTH1q2Di0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sZ4k31Ct1lJ6k4lQE0SAeLxWTH1q2Di0 > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:60rem;position:relative;display:block; }#z3ye9MPRoeFg0b4xeSTQrOfM4n96au0Z { color:rgba(var(--color-tertiary-0),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.64990234375rem;left:7.875rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KKRGGfk20C978Z68dFg28dMEShrDN1va { color:rgba(var(--color-tertiary-0),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.224609375rem;left:7.875rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qMctqTGftbc6JDUn2urK9nF84EG74fmS { color:rgba(var(--color-tertiary-0),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:22.9560546875rem;left:7.875rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d0AUpy2qT70T4WI9tTQ9Bg8B0GdrP3B2 { 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.1875rem solid #f7e397;border-left:0.1875rem solid #f7e397;border-right:0.1875rem solid #f7e397;border-bottom:0.1875rem solid #f7e397;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.3125rem 0.4375rem 0rem #e2c34e ;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.875rem;height:4.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.71875rem;left:6.0625rem;display:block; }
#AZXLOe3mlTx0i80KpXQ4GKGpWQC5RnTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fiHzrSigiq1oAswOSmTGpTvGBPIsD2iO { color:#a6a6a6;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:33.78125rem;left:21.6875rem;height:1.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#fiHzrSigiq1oAswOSmTGpTvGBPIsD2iO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fiHzrSigiq1oAswOSmTGpTvGBPIsD2iO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a46434fdc9b812c00d14ac2070752e7be8306e94.svg); }
#TzfRG1F131hHRMmH73EVqPWWWmAPLdE6 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:0.77490234375rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aEobTf6SJTEEDmb5QmgSVzNTLWXnPOL1 { 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.1875rem solid rgba(var(--color-tertiary-3),1);border-left:0.1875rem solid rgba(var(--color-tertiary-3),1);border-right:0.1875rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-3),1);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.3125rem 0.4375rem 0rem rgba(var(--color-tertiary-4),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.875rem;height:4.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.09375rem;left:6.0625rem;display:none; }
#dfZIdFhCElBCxQ2MaDhiJgGxk0c5a0xE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FHnC56KR5Ss44bUwC7zBUCkx6i5q9vDe { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.14990234375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DOVeU5bGodNg2sRlwiqZwnTvhfnOHWMf { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.14990234375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XTFy6llEUy1NE4xF2C7mJhMIXVgAoOBG { position:absolute;display:block;z-index:15001;border-top:0.25rem solid #864df9;border-left:0.25rem solid #864df9;border-right:0.25rem solid #864df9;border-bottom:0.25rem solid #864df9;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:6.6875rem;width:22.4375rem;top:14.40625rem;left:18.53125rem;overflow:hidden;display:block; }
#L9OpiEHFSuM45ybWIuMWd4TRKnvr728O { position:relative;display:block; }#L9OpiEHFSuM45ybWIuMWd4TRKnvr728O { background-color: transparent; background-image: none; }#L9OpiEHFSuM45ybWIuMWd4TRKnvr728O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9OpiEHFSuM45ybWIuMWd4TRKnvr728O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9OpiEHFSuM45ybWIuMWd4TRKnvr728O > .row .container > .video-iframe-container { display: none; }#L9OpiEHFSuM45ybWIuMWd4TRKnvr728O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9OpiEHFSuM45ybWIuMWd4TRKnvr728O > .row > .video-iframe-container { display: none; }#L9OpiEHFSuM45ybWIuMWd4TRKnvr728O > .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); }#L9OpiEHFSuM45ybWIuMWd4TRKnvr728O { border-width: 0; border-radius: 0; }#L9OpiEHFSuM45ybWIuMWd4TRKnvr728O > .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; }#L9OpiEHFSuM45ybWIuMWd4TRKnvr728O > .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:arial;height:1.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EVuMcDd8eIXwu2zv9nUFqDrxAEaI14Tt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3ed;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; }#EVuMcDd8eIXwu2zv9nUFqDrxAEaI14Tt > .row .container { background-color: transparent; background-image: none; }#EVuMcDd8eIXwu2zv9nUFqDrxAEaI14Tt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVuMcDd8eIXwu2zv9nUFqDrxAEaI14Tt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVuMcDd8eIXwu2zv9nUFqDrxAEaI14Tt > .row .container > .video-iframe-container { display: none; }#EVuMcDd8eIXwu2zv9nUFqDrxAEaI14Tt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVuMcDd8eIXwu2zv9nUFqDrxAEaI14Tt > .row > .video-iframe-container { display: none; }#EVuMcDd8eIXwu2zv9nUFqDrxAEaI14Tt > .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); }#EVuMcDd8eIXwu2zv9nUFqDrxAEaI14Tt > .row .container { border-width: 0; border-radius: 0; }#EVuMcDd8eIXwu2zv9nUFqDrxAEaI14Tt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EVuMcDd8eIXwu2zv9nUFqDrxAEaI14Tt > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:block; }#zK7a72ncx8MwbpB8o94XhaS0Q3XJ1lHQ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:2.125rem;left:32.25rem;height:19.6875rem;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; }
#nT1DGxpovaSq5n8wikNRFxr8PgUTnZw7 { box-sizing:content-box;height:19.6875rem;width:0.3125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:2.125rem;left:29.6875rem;display:block; }
#DqndJe2gDAv8dsVe2lmyPmTlz8xOoOi0 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:15.80078125rem;left:10.25rem;height:6.07470625rem;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; }
#flJl3UOv9eTxMshrlbGy1JLJN36UnFsJ { 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.1875rem solid rgba(var(--color-tertiary-3),1);border-left:0.1875rem solid rgba(var(--color-tertiary-3),1);border-right:0.1875rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-3),1);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.3125rem 0.4375rem 0rem rgba(var(--color-tertiary-3),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30rem;height:4.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.09375rem;left:0rem;display:none; }
#M4sXzxsrJz1ETVwhuWCztqEWrdiNxD7i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#erwdolA5qZWpZbXFJLyL4dChPtSmDd35 { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.25rem;left:0rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yBqgDMnwSgXIPpfh7TBKoDcE0OGCTbZ5 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ZT9zHmIe9V6tZdCc64dEiUiNRdpdzmxA { color:rgba(var(--color-tertiary-0),0.77);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:60.01171875rem;left:14.0625rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#ZT9zHmIe9V6tZdCc64dEiUiNRdpdzmxA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZT9zHmIe9V6tZdCc64dEiUiNRdpdzmxA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4a93a2dbfedca703532dd43f885a9968ef91c5f.svg); }
#fyQAEQCn9HN03lvnRa8bF0b4nHrAzST2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:0rem;left:10.25rem;overflow:hidden;display:block; }
#eosp5prOCZ8nTMJvip3U49gLkTMJ6WwP { border-top:0.3125rem solid #864df9;border-left:0;border-right:0;border-bottom:0;background-color:#0b0b0b;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; }#eosp5prOCZ8nTMJvip3U49gLkTMJ6WwP > .row .container { background-color: transparent; background-image: none; }#eosp5prOCZ8nTMJvip3U49gLkTMJ6WwP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eosp5prOCZ8nTMJvip3U49gLkTMJ6WwP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eosp5prOCZ8nTMJvip3U49gLkTMJ6WwP > .row .container > .video-iframe-container { display: none; }#eosp5prOCZ8nTMJvip3U49gLkTMJ6WwP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eosp5prOCZ8nTMJvip3U49gLkTMJ6WwP > .row > .video-iframe-container { display: none; }#eosp5prOCZ8nTMJvip3U49gLkTMJ6WwP > .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); }#eosp5prOCZ8nTMJvip3U49gLkTMJ6WwP > .row .container { border-width: 0; border-radius: 0; }#eosp5prOCZ8nTMJvip3U49gLkTMJ6WwP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eosp5prOCZ8nTMJvip3U49gLkTMJ6WwP > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:60rem;position:relative;display:block; }#NmD78iCumKeS3EEsU1Wr5mMoTvemar6e { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.125rem;top:1.3125rem;left:25.9375rem;overflow:hidden;display:block; }
#by6RAbKCLP4zg1bWVqHrxB2XTMRAvxFL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0b0b;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; }#by6RAbKCLP4zg1bWVqHrxB2XTMRAvxFL > .row .container { background-color: transparent; background-image: none; }#by6RAbKCLP4zg1bWVqHrxB2XTMRAvxFL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by6RAbKCLP4zg1bWVqHrxB2XTMRAvxFL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by6RAbKCLP4zg1bWVqHrxB2XTMRAvxFL > .row .container > .video-iframe-container { display: none; }#by6RAbKCLP4zg1bWVqHrxB2XTMRAvxFL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by6RAbKCLP4zg1bWVqHrxB2XTMRAvxFL > .row > .video-iframe-container { display: none; }#by6RAbKCLP4zg1bWVqHrxB2XTMRAvxFL > .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); }#by6RAbKCLP4zg1bWVqHrxB2XTMRAvxFL > .row .container { border-width: 0; border-radius: 0; }#by6RAbKCLP4zg1bWVqHrxB2XTMRAvxFL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#by6RAbKCLP4zg1bWVqHrxB2XTMRAvxFL > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:60rem;position:relative;display:block; }#L7so6TxUy17p7aXSQJHdhIiIVAASINJD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:0.71875rem;left:22.25rem;height:7.78125rem;display:block; }#L7so6TxUy17p7aXSQJHdhIiIVAASINJD li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#L7so6TxUy17p7aXSQJHdhIiIVAASINJD li:before{  }
#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai > .row .container { background-color: transparent; background-image: none; }#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai > .row .container > .video-iframe-container { display: none; }#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai > .row > .video-iframe-container { display: none; }#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai > .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); }#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai > .row .container { border-width: 0; border-radius: 0; }#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#RV2xu6abnRGh3ui7n3BfEeGlOgKC0eeD { color:rgba(var(--color-tertiary-1),1);display:block;width:53.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.318359375rem;left:3.3125rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#fZrWPQg8T3QWGx2u38vidCmlgRKya2fO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fZrWPQg8T3QWGx2u38vidCmlgRKya2fO > .row .container { background-color: transparent; background-image: none; }#fZrWPQg8T3QWGx2u38vidCmlgRKya2fO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZrWPQg8T3QWGx2u38vidCmlgRKya2fO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZrWPQg8T3QWGx2u38vidCmlgRKya2fO > .row .container > .video-iframe-container { display: none; }#fZrWPQg8T3QWGx2u38vidCmlgRKya2fO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZrWPQg8T3QWGx2u38vidCmlgRKya2fO > .row > .video-iframe-container { display: none; }#fZrWPQg8T3QWGx2u38vidCmlgRKya2fO > .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); }#fZrWPQg8T3QWGx2u38vidCmlgRKya2fO > .row .container { border-width: 0; border-radius: 0; }#fZrWPQg8T3QWGx2u38vidCmlgRKya2fO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fZrWPQg8T3QWGx2u38vidCmlgRKya2fO > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;position:relative;display:block; }#EMHUd0SXePTlwIqbGSi7qUPRcxp4QOTN { color:rgba(var(--color-tertiary-0),0.38);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 { display:block; }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0kTN64iXUbmoKGZnTJdC3wo29lnTfi4 { top:0.1875rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGFnxhKUrWVsXAFAdvaRklyK9ar3f5bM { width:6.0625rem;height:2.5rem;top:0.625rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REEkfTE95ObLfHbTQt8OHgAX6aVGQMPx { display:block; }
 }@media only screen and (max-width: 763px) { #JoCZieUZcy84q1M6541zpoOemP3NtHR5 { width:11.5625rem;height:2.5rem;top:0.625rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0cbVZ72mq96w7Bin8HdTBUBxR9GKdyn { display:block; }
 }@media only screen and (max-width: 763px) { #Aw9D4pxEthNg8JmduzigM9nVPAEvOZDr { top:0.75rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnANMTSTsTosAz5p46nhUynPAQ3x4rcF { display:block; }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hg1SqlBTqMGK5UEL74vkx0y5FWcVSNyn { display:block; }#hg1SqlBTqMGK5UEL74vkx0y5FWcVSNyn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LovTMQTCmLlxOdwxQIAhmKQqJ163376i { top:4.8125rem;left:0rem;width:26.8125rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKnXk4Nf69SNMPZiRMs88xk4bAk2241L { top:4rem;left:22.25rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv6PfUJHdQ5AHtxc5N1iWhOcuGtxRmi8 { top:26.375rem;left:0rem;width:27rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdnPapyTarN9bqhOuwyld8ms3RrzLRmE { width:20.4375rem;height:4.1875rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEpWIq6De0vtRnut4yrcGe8gcEfPRJ14 { display:block; }
 }@media only screen and (max-width: 763px) { #hUBLCRNTZBAG72dJ86EAMm3CSFOW5ChT { top:29.0625rem;left:0rem;width:25.6875rem;height:10.5rem;font-size:1.125rem;display:block; }#hUBLCRNTZBAG72dJ86EAMm3CSFOW5ChT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fc26bef54da9565c1ab80e5be25d890c.svg); }
 }@media only screen and (max-width: 763px) { #pk7d2fIiCKb4eaMesbF1oefkQLrBSVkw { top:0rem;left:3.53125rem;width:40.3125rem;height:22.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nf5TmTwbTtENPF4NXexvnLoLKzLQXNVO { top:17.1875rem;left:0rem;width:27rem;height:8.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHOoB0ZCQX2naaDzCOmeNHTeDDca3HvV { width:20.4375rem;height:4.1875rem;top:42.25rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQAaoGoZ6xyvnrSsIwRwagn2JxRKCuXN { display:block; }
 }@media only screen and (max-width: 763px) { #giql8kklQrLtakLanHyTPMyoV6DzFa1P { top:30.4375rem;left:24rem;width:23.625rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfSnaR3Q4wzaV2iqesHGnKnLEtACw6Xr { display:block; }#JfSnaR3Q4wzaV2iqesHGnKnLEtACw6Xr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLXtbuSuDunGZnzOocEiDAeHMhbTWIVJ { display:block; }#gLXtbuSuDunGZnzOocEiDAeHMhbTWIVJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1SR6UoTnhr44JVPtQgJtSJr2pnimlqE { top:0rem;left:3.53125rem;width:40.3125rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbTNMnp52RmGGVC8MAa0A0TSooWNkXtN { display:block; }#BbTNMnp52RmGGVC8MAa0A0TSooWNkXtN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFiRTFDvqwEcmxAN0SOKAJKnT0gTCVq8 { top:1.1875rem;left:2.96875rem;width:41.8125rem;height:4.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbu0ESexv0bIAwSHUiCCymD0LXqRbKgD { top:6.1875rem;left:3.53125rem;width:40.6875rem;height:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFg6n8MKNcGBu1y6nzKw2l6sTldA9uRb { top:15.5rem;left:3.9375rem;width:39.875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMhrFR8HaQunu9IAoH6xtT3RDO2CPH50 { top:24.875rem;left:9.03125rem;width:29.6875rem;height:4rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwBDNCX3TMuVPUhbu7g7NTVl1fldMCny { top:13.3125rem;left:1.4375rem;width:44.375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUm8l0kEEr8J8MaE0OhhnCfipvJt0FgK { top:29.0625rem;left:9.03125rem;width:29.6875rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lexKJ5DK2Th3MqvI2SFIuNVpcOZJdQma { display:block; }#lexKJ5DK2Th3MqvI2SFIuNVpcOZJdQma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlmcBuvkbPn7wCqiXbVkN1Ig69IscQPH { top:0rem;left:0rem;width:47.25rem;height:26.559598494354rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODULbQkbZbF3gp5eJBgtvOgCwKZRmA5b { top:0rem;left:0rem;width:25.375rem;height:28rem;display:none; }
 }@media only screen and (max-width: 763px) { #grQgByFe7AkOBL2RVVh1IlXKgHhZH7Rf { display:block; }#grQgByFe7AkOBL2RVVh1IlXKgHhZH7Rf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pinuVAgLK0MnF4KXWyEm63XRdDK9k7yt { top:2.875rem;left:0rem;width:27.0625rem;height:9rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoqRHfgZBp0UrTibXxEw4loKNVC2n03m { top:28.5rem;left:0.25rem;width:11.0625rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVtume7gnepW4Mmz3OqAEACuv96V9Z9i { top:12.6875rem;left:0rem;width:23.875rem;height:15rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTdGDBd8biqiDvWPhOHKTnNC6maV3abp { top:2.75rem;left:22.0625rem;width:25.6875rem;height:27.25rem;font-size:0.875rem;display:block; }#lTdGDBd8biqiDvWPhOHKTnNC6maV3abp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80d5671a064f9384df8bebb5cc783b53b4500443.svg); }
 }@media only screen and (max-width: 763px) { #eHQxp61JPlOOsuqWbtoRcOXbMyIkK8hN { top:0rem;left:17.6875rem;width:29.125rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM5B5JFGioH9xUWpsxO35P6C91lRwSyl { display:block; }#KM5B5JFGioH9xUWpsxO35P6C91lRwSyl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNlfKy3Kw50s9bifPexBvd1T6EA4lx4l { display:block; }#kNlfKy3Kw50s9bifPexBvd1T6EA4lx4l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oScWmTTDJ40TcX5uAr0nzghT9dgmVXHn { top:0rem;left:17.75rem;width:30rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5075OWnrWbT6sqqqt55n7sA1KvL3DuU { top:1.6875rem;left:0rem;width:26.0625rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFczHiOze6wVwLlAoNnFyPECzI5rPW3N { top:18.375rem;left:0rem;width:24.5625rem;height:5.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT3x0vXZ1gsbyltmHTFZrbyb3EonaFsT { top:24.625rem;left:0rem;width:20.25rem;height:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3H7P3ElPk2zvXgmhqdirOwt6iHsnCMJ { width:14.1875rem;height:2.6875rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqvKIFyTG1uFqWsRZ8AstHQv4EQ3woPD { display:block; }
 }@media only screen and (max-width: 763px) { #AIlVEhBwO0dexipRDAy6W92N0qipkTcm { display:none; }
 }@media only screen and (max-width: 763px) { #r7xF3wq9y6nqyNweaiTE7JuyXvJnsUVU { display:block; }#r7xF3wq9y6nqyNweaiTE7JuyXvJnsUVU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPhowKHV6BqZet6PbLa7TCguy230sgF3 { display:block; }#aPhowKHV6BqZet6PbLa7TCguy230sgF3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wczJyCapc1CPFBDeTkN9ZxpgG8yrnmmT { top:3.3125rem;left:1.6875rem;width:44.4375rem;height:2.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdXTW109n2PAwDm5wmab7walQJRUCQqG { top:5.6875rem;left:1.6875rem;width:44.4375rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nii5TMiJRm1q8Toey8C40uNWHnXnnuWE { display:block; }#nii5TMiJRm1q8Toey8C40uNWHnXnnuWE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTR7eEaTiJGBgMPcVNgCfeE89p8swmNl { top:1.25rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DubutFk16XnukxpKe10DmTAJG4wC0H2q { top:3.625rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDO8EzTPLzbL46aNA8LzvCJKouoi48A1 { display:block; }#zDO8EzTPLzbL46aNA8LzvCJKouoi48A1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7qSXz865B3WLeWE4O8rqg1xJH926JgW { top:0rem;left:12.6875rem;width:18.5625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #frxO18BBDcgGknOEld7VzDwJKFE4K8Ka { top:0rem;left:28.5625rem;width:18.5625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5P45rKNHwxDm5g4ROn32pwFgsITwBDW { top:0rem;left:0rem;width:18.5625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBismQuhTRrbszWOVsxN4dt2tCzUoU6F { top:0rem;left:18.4375rem;width:28.8125rem;height:19.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zg8A7ecw6LZBhBOE9h4e8LVtgpbIp68r { top:2rem;left:0rem;width:29.0625rem;height:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qoXuAiVEd1hUFOnGVKseOdVw100hHcEA { display:block; }#qoXuAiVEd1hUFOnGVKseOdVw100hHcEA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DihIlweuw42yvd63sT0o39O6x6tPzfod { top:0rem;left:0rem;width:19.125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TteSgSA99F9ia0lNNVRB8H12OtISGTXS { top:0rem;left:12.125rem;width:19.125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtAHkF28BZdEq9cTloMgIRRv7huMiQIq { top:0rem;left:28rem;width:19.125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK3LH3JZBKrEhv1Ih6z28298Ob3d1A0w { display:block; }#hK3LH3JZBKrEhv1Ih6z28298Ob3d1A0w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6IARWH4SpnhleAmfvPzbTA0tRc7H2vl { top:0rem;left:18.4375rem;width:28.8125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQIqFGIUF5rSSMOQPeU7zWxR8ARq8d37 { top:1.5625rem;left:0rem;width:29.0625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKERi7XK3MPl5sk1lofBpx71wAhzPnT6 { top:0.75rem;left:25.8125rem;width:19.625rem;height:35.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C7isVIE6sgBIQ8AdK7br9uG89C3zHkPK { display:block; }#C7isVIE6sgBIQ8AdK7br9uG89C3zHkPK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xR68kctDxRxIbR5H0aIiEMhL9aLx6BfH { top:0.75rem;left:25.8125rem;width:19.625rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT322qyBgzrrT0q7z3mwI9AKA8zb3Bhm { top:2.4375rem;left:0rem;width:29.75rem;height:12.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDXrqQQEtob3mn4DOtTJOHgegCLLSry0 { top:28.375rem;left:0rem;width:23.25rem;height:6.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7cEBWzT2nJ07KSPGru4gPbbg0bFS12L { top:16.3125rem;left:0rem;width:19.6875rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG9ld90Xc8ywS1Z4zTIXtnb9NtJr5MCV { top:21.375rem;left:0rem;width:22.1875rem;height:5.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWMxOWfOhdLdmQWgp8tpt4sbSw1NLKTH { display:block; }#AWMxOWfOhdLdmQWgp8tpt4sbSw1NLKTH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7U2kgvy7Iyydwum5ia02Th7R9OPdUw1 { display:block; }#r7U2kgvy7Iyydwum5ia02Th7R9OPdUw1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igvEaiisuQDBA0SEGbrMyIbC6rDSzECZ { top:2.5625rem;left:8.5625rem;width:30.625rem;height:5.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuKhP7kKUL20lnC6gel2Wcs98hDWkuZP { top:11.5625rem;left:9.25rem;width:29.25rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfLiXLisnuyqz3iGyQTxfhWSxSZOWuBV { top:8.375rem;left:8.5625rem;width:30.625rem;height:;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRsHMhhaWHQgHgvtalT7XFyToiIe6XpM { display:block; }#BRsHMhhaWHQgHgvtalT7XFyToiIe6XpM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nIhq7Qhp9dPBWS8zepyQkIQ8IZI8C9Bw { top:0.1875rem;left:24.375rem;width:13rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUJE3AlRGy4VWCTslMvFh9icVDG6bCFn { top:0.1875rem;left:10.375rem;width:13rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #rimo9OcvmbvapX9ADTDEq8UF4fIKrdxC { display:block; }#rimo9OcvmbvapX9ADTDEq8UF4fIKrdxC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xy6DLpmFOvBcdoFyZX3nnRdMgk3izdl9 { display:block; }#Xy6DLpmFOvBcdoFyZX3nnRdMgk3izdl9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpFEKnTU4cGUsNR5120Tu702T5L9rZ40 { top:1.5625rem;left:5.6875rem;width:36.375rem;height:5.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLFQmNLdvinaoLrmlwNbgHmWmMqLBrAv { display:block; }#NLFQmNLdvinaoLrmlwNbgHmWmMqLBrAv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIn3LqRz2rKMHEO2WURvqltTVflUAoBF { width:23.4375rem;height:18.1875rem;top:2.1247177124024rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXBTEEsOmpnFwM93XxOSvOcHWgKD3Jqw { width:23.25rem;height:18.1875rem;top:2.1869354248047rem;left:24.312214553356rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ob8NQpvs649wQ9Mu9J6DS5RHGSRTTVEl { width:22.75rem;height:11.8125rem;top:6.9375rem;left:0.5625rem;font-size:0.875rem;line-height:1.5;display:block; }#ob8NQpvs649wQ9Mu9J6DS5RHGSRTTVEl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #CBXZmIu4l0yTQF35wwPsBoZae5MGuGtD { top:9.625rem;left:0rem;width:29.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqJE1MvFRlnLZDGPORyrWwFdkC9rypfK { top:9.625rem;left:21.5rem;width:26.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztQEw188nW1Mg55s70vkwxPuwNTc8oqN { width:22.75rem;height:11.8125rem;top:6.9375rem;left:0.5625rem;font-size:0.875rem;line-height:1.5;display:block; }#ztQEw188nW1Mg55s70vkwxPuwNTc8oqN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #WIQRn5i5Cn9wiquyx0B4sockynKOA3un { top:3.8125rem;left:9.5625rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KboXQEAd3TqmJCkQ9OfToxN1xS2UK8Ak { top:3.8125rem;left:33.4375rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntUoTNNMc3ZxqZs8lo6VidtXcMgXO28C { display:block; }#ntUoTNNMc3ZxqZs8lo6VidtXcMgXO28C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhSzmyiJIfkn4wZkIokbk4dWa6wzAxrs { width:23.4375rem;height:18.1875rem;top:2.1247177124024rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIgI6S67QMFPVo2pMi6T0yNGnPDN8GPW { width:23.25rem;height:18.1875rem;top:2.1869354248047rem;left:24.312214553356rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #dpU1CWvodxdGbDT0HJCKo4fp799KNTAd { width:22.75rem;height:11.8125rem;top:6.9375rem;left:0.5625rem;font-size:0.875rem;line-height:1.5;display:block; }#dpU1CWvodxdGbDT0HJCKo4fp799KNTAd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #sp6p1HCh9s5DDw0CAxkRW69TtaVTcTOI { top:7.6875rem;left:0rem;width:29.625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXNwSSpB73DTO0UPFmDStyqH9a1clEbP { top:7.6875rem;left:21.5rem;width:26.25rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhmQdDo38TR1llJNWLVpqqPpVxCaAR0v { width:22.75rem;height:11.8125rem;top:6.9375rem;left:0.5625rem;font-size:0.875rem;line-height:1.5;display:block; }#FhmQdDo38TR1llJNWLVpqqPpVxCaAR0v li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #kG6rPCy476qyIzzBDSHMW4sBMPVOreK7 { top:1.875rem;left:9.5625rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRmt5cxDI6N9URvlLZ5tvwdiIvVs8ov7 { top:1.875rem;left:33.4375rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDUyb5qctpUILHqIhTKV9GPgdS1ZLG4n { display:block; }#kDUyb5qctpUILHqIhTKV9GPgdS1ZLG4n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGyfnsH9hSWquFkIOcHCfEwrGgVPa6es { width:47.75rem;height:10.3125rem;top:2.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei6tt8uw6TPgTU9BPAQ3aFh5oXH92l9D { width:32.625rem;height:2.75rem;top:13.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQhnFPTNtCK0sVZ1OT0mPVWd3TRyZLf2 { display:block; }#IQhnFPTNtCK0sVZ1OT0mPVWd3TRyZLf2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e485ooynxU6vCcirrfe2NhMLFbsRAFkb { width:25.8125rem;height:12.4375rem;top:11.125rem;left:0rem;font-size:1.25rem;display:block; }#e485ooynxU6vCcirrfe2NhMLFbsRAFkb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fe3cd1895980c6d71ac8cc4ef25aaf91.svg); }
 }@media only screen and (max-width: 763px) { #g0PpgTHtg5FuaTDHBwI8JsXB6xcNwNTB { top:0.5rem;left:1.625rem;width:6.25rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnJn6eJLaqhprU3Xq8sKDQTtLTa8LqoF { top:0.5rem;left:8.625rem;width:7.875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X21wcKeVfEzqADus3v6Ap3DKCKXTPpoQ { top:0.5rem;left:17.1875rem;width:6.0625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvcnaWqBo828aXeeFU0VwFcmtQFLGR96 { top:0.5rem;left:17.4375rem;width:6.4375rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUe0nOLrnW2pHM2JCX3Bw4TVmnKcfzot { width:24.3125rem;height:;top:3.375rem;left:23.4375rem;font-size:1.125rem;display:block; }#CUe0nOLrnW2pHM2JCX3Bw4TVmnKcfzot li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_966531fc398d79afa87498549ac4207ee7a07f68.svg); }
 }@media only screen and (max-width: 763px) { #yIJrVTDtiL9AXgkcGpxk7F86BivsvBea { top:0.375rem;left:18.3125rem;width:27rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrwOEtXHdM2uQy0aIsPKHvvXyVViQtNC { top:24.125rem;left:8.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3hIVCh4rul7C8nT2nCi0nBHpnafRlwT { top:24.125rem;left:17.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhH2QTckK45AdrTD5JSz3JF7x1ZDWbsf { top:24.125rem;left:12.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6MPUAA8FRiBKmrJxA3KWoUwH0EJvRtZ { top:24.125rem;left:3.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRuVIPhqDg2zsHXA5W67ucyIXUGrxfWT { display:block; }#BRuVIPhqDg2zsHXA5W67ucyIXUGrxfWT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psJhLe4NzOOWTTlyLPx0KAkRmhb9KxCy { top:1.1875rem;left:0rem;width:43.8125rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNMHHcGJ5CJ3vrbvE6hS83rVfIFlupyv { top:1.375rem;left:34.1875rem;width:11.5rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1yCAqOCxvIqniWoeKKRWzHmZkNMLPNA { top:1.1875rem;left:0rem;width:42.9375rem;height:24.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G8FEvpTTXaDlu64aIKeGzZC2JvB06RFU { display:block; }#G8FEvpTTXaDlu64aIKeGzZC2JvB06RFU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNgvc2sShQuOANO9nUL0LKpXTKtpWsMD { top:0rem;left:0.4375rem;width:46.375rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnfUGSNBRtRx4pqTdaTNhRmAhwVTkbyw { display:none; }
 }@media only screen and (max-width: 763px) { #rqTC71DAMSlzraKNf8M9KNkIuIE2QpSS { display:block; }#rqTC71DAMSlzraKNf8M9KNkIuIE2QpSS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fl9HOLq7c7vka3us5bZCkF0dXOmphNv3 { top:0.6875rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBMlSmPJrIbaQamnQSWwqKgfCCDGx7Oh { top:2.8125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e87BOTOLEHokuske5idMb1TIPafpeeAE { display:block; }#e87BOTOLEHokuske5idMb1TIPafpeeAE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcVTgvKgKQBO8bgbg20vyZ2xr7dTJ4k1 { top:0.625rem;left:11.875rem;width:22.4375rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQFPPoUE3ITcaVEqlMEpmPacW3rMSmGl { top:12.8125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgaV6XvkSvfKtTWFAHUxudAPyGf8NhDt { top:8.4375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZih9HKTqQIElTvPpzNOEEJsu5fScpc1 { display:block; }#KZih9HKTqQIElTvPpzNOEEJsu5fScpc1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2AREtl6QrGtxJ6e5AT2TsgZDiELb3HO { width:20.4375rem;height:4.1875rem;top:0rem;left:13.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpunOTGmrRm604BRAhhHdmXf0K9XVca2 { display:block; }
 }@media only screen and (max-width: 763px) { #lE5gkUnHSGu4lrlGrK6NerwpTTZ8zLRZ { display:block; }#lE5gkUnHSGu4lrlGrK6NerwpTTZ8zLRZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgPN5pHg4l8oc7SJM6RkrwFNmJr14Vcw { top:2.625rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg { display:flex;height:auto;width:27.8125rem;top:6.25rem;left:8.71875rem; }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #WiZeiiWUqxLuqC1yWUmw89cQO5ytMlsK {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #Cc7JFaPv1JZSTDdmt6hDRBmQhK46Grqf {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #kmnwE1mbA9ZOB68Zq5U4TG50WCmMt0qa {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #XgndfQIJyyuv3GTUi4XIl5pcaAMxTl1G {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #lyfE887cSflc6ClMQ8NsClAZD6EQVZpI {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #MBr1eaTT4bS4doGKbn0NdE78GEGGQyOT {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #llXTETPSRVHJPleUpWWalXnHI7Z0cNXS {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #qyDcwT9kxHwKqwJ37hHoArXHBrKOeNl3 {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #B7syIOzqX9TQHrVMCufLyR1viLkTkTDk {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #KUTsahczTVC8tsMRxdTGIJLSRT09hnwQ {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #bsLD0s3XJ0JVTxT2D1lmrCbtk8AqJChI {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #hELXzEyad16sei8X4vTPK3vfXvDc43U3 {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #Xg0oRx9DU8ioxAIIGamWf9sUvusIByIk {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #h7MoOOl7vTtvkyIWBbdLg785hg9cEUpy {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #LSZL32hqmiETSZNzxRIodOWbPLMOZGED {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #mtAd3TaUgH1ecJ5keNwtQZxdmsVoewJB {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #lzcg0a310070dhGSiBUPGCRmc3iQk26q {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #GTs2wrHDJ6UosT0mmeHloZLTzp7ENJvF {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #KufsDc2le6EpdvlZwGfQKaq3hdFAAGz3 {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #NbTTBzB52MEGAHsWcra9hZfOQeVIVoKK {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #ow9cL4KtWEndIMzP1e8OfLFJpkxnTemX {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #epu8BToZiCRGBgCkg8L61It3ZAKNTNeB {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #E1yxgzTtIfI8KF5qeb23Aq4NxbD7OeF5 {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #TCiT6nOxEFo4uOhItT7RUNliIc6kHV4I {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #ub9MyrI4ALV6n5VNoUJQSWJmBvBwWzmK {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #GXsRdvheAh0nsyv4Mn4zcFbh7y4cdPog {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #uKe3m4zLMrG0Lh97TL5PDQfCQ0dqUJxp {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #nxbQcnv0STV2d8xNW07ggJH4KDrbklZ9 {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #LCnFH0Wxl6kNEE26QTWUAGOuAbyfCBGJ {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #kg9fL5s4BIp4mkbi8yfQqFrT3XmOntlF {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #cdPKtBBfcmJU4MXMmJS4sy6kahqRUr0g {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #JccyicT5rZROoy3bmOGZXqzdGQkqf2dL {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #Ts6IkpKTVZcStIUgZO3o1ivu363TJRlK {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #yXAPIENS2yJzT6OJQR2ueDdZ4f3R2Tl9 {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #vxQohK8eEgFS3U8KSXqTPMS81VyZ1mRa {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #hEWAJvXvIMOhd8fxPIQJEnK3F90Uols2 {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #bryTDTSSoBgZJLpd4eaiU66VcGFaow2c {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #ZDn6AKFocoNxd8tKVIck82umwrVJ32ur {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #zurUw9cHRuy3PEy02Iyo3sDiXHHg2dgP {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #P4ATaZuWStGaVLbME3wwXf1gAdxqTo60 {  }
 }@media only screen and (max-width: 763px) { #X4xFavEkmkHx4CEUFyfxzvsTbcirh6is { display:block; }#X4xFavEkmkHx4CEUFyfxzvsTbcirh6is > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLZgriqfzRcd03RipSpe8rgIe6eUqErF { width:20.4375rem;height:4.1875rem;top:0rem;left:13.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9GE4F3CC5qqntDPCbVKn3eZ0HwROIzB { display:block; }
 }@media only screen and (max-width: 763px) { #JOC0DAXam93wC1gVci3iXMHFONv3plR2 { display:block; }#JOC0DAXam93wC1gVci3iXMHFONv3plR2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsA4TkVRERPnK7wlsBLcDOXL6HV97kZC { top:2.3125rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBAkSGgRTs25DNasp06Xmfh59kUNwx81 { top:4.1875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3ynFhdA6hCNTLdNPgxkTrPkX95yJ5s7 { display:block; }#M3ynFhdA6hCNTLdNPgxkTrPkX95yJ5s7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkIdoUoixJ03XVH4ciaRfJ1szIGmaTCv { top:0rem;left:2.28125rem;width:42.6875rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpEuhTEMi5czR6D51VLJ8eM5rVyZEHKt { display:block; }#GpEuhTEMi5czR6D51VLJ8eM5rVyZEHKt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tr6opmnxCwC9Tn1asA8L8WXnsdHIdSU3 { top:0rem;left:0rem;width:19.125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #psbHeGQPbpbAalJERTOEUHF91RXlBBtz { top:0rem;left:12.125rem;width:19.125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imvKTvP8HJ7FNL46MNqn6MHlsnlA1TaQ { top:0rem;left:28rem;width:19.125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbxdQhh9T42M4ox8qsc2nHKCEOronIPn { display:block; }#WbxdQhh9T42M4ox8qsc2nHKCEOronIPn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEhzIunXfoRwACNywEV59in4nn7hT43X { display:block; }#MEhzIunXfoRwACNywEV59in4nn7hT43X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLaOgAVcLKcByKwNbaDpyTW5SHL4ZNaq { top:3.5rem;left:8.3125rem;width:31.125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFWxZGFmle6vmFnFWuwkuiXtkvVFC5sx { top:8.875rem;left:9.3125rem;width:29.125rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1fZI5dfhTTJKJkuKy6dPH3Go8HX93dA { top:13.875rem;left:17.375rem;width:13rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqQbhICUGWgULML3rfeWT4la3yL7WKNe { top:28.25rem;left:9.3125rem;width:29.125rem;height:10.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCocFVtwmLoyZrKFH5xNAa1OLrpEsOpx { display:block; }#rCocFVtwmLoyZrKFH5xNAa1OLrpEsOpx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPnE4NVy7vXkTvoAZBVmT1sTQD1SCqPS { top:2.8125rem;left:6.5rem;width:16.75rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFJoAdLaX3cFZNoLmB6EGFCJK9Z6GOiE { width:30rem;height:2.125rem;top:3.625rem;left:17.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzbS2058R93UK58gPdsqrKV3Fu0EoD5d { width:30rem;height:1.3125rem;top:6.3125rem;left:17.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX8yqlzFiXIRssthCJsUtKdkGANRKdZy { width:27.3125rem;height:6.75rem;top:8.75rem;left:19.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwy2o2hJu4xaAh9tz4hNaxPOgcX0b62b { top:17.5rem;left:23.875rem;width:22.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5MTxqAM05C1TqQqXMLD1bf434avllW8 { width:19.1875rem;height:11.125rem;top:19rem;left:23.875rem;font-size:1rem;display:block; }#U5MTxqAM05C1TqQqXMLD1bf434avllW8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_114507fffb658bc41780bd3f6f3909f4.svg); }
 }@media only screen and (max-width: 763px) { #VEIh2EPgoNmtJlktlQk0uSUWUSkhHLii { width:22.75rem;height:3.1875rem;top:32.9375rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zraFs7LTbRHwvCpv6q2TlbLa1fqPmOq1 { top:15.0625rem;left:0rem;width:10.1875rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwq8bm98wM7uuA3ToMTAMTvav61lVMLV { top:5.9375rem;left:0rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #alTQO3gAxiWxwOGfntq0zmPPgyZvDsBJ { top:28.9375rem;left:0rem;width:10.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE1kVIQadurxkwwPZtvqKeouOcTdkmml { display:block; }#AE1kVIQadurxkwwPZtvqKeouOcTdkmml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsVsxRiI4xTaqhhFlcSl9f8KXT4sHggm { top:0.625rem;left:0rem;width:9.25rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiPXFK1UcaURg9ZhrDbZt1KgRrnzsqKC { top:0.5625rem;left:4.25rem;width:9.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7M3ggWXkPQQVQz6QL7VbDHEzM0wsVhN { top:0.5625rem;left:14.375rem;width:9.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR4mftWUvAvt0wF14qBeqJUTNQnGHoe8 { top:0.5625rem;left:24.4375rem;width:9.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWM26qqa41HNqiKeRHV4b0hTEwr6wqQq { top:0.5625rem;left:34.4375rem;width:9.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGHyHwoODCInBaDeHpAIMfpleCpJy9Ga { top:0.5625rem;left:38.25rem;width:9.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyQhm2NF0k99xxypS9UAhv8aRalOc4pJ { display:block; }#KyQhm2NF0k99xxypS9UAhv8aRalOc4pJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNKDcSxB0L7McOO1WtbSJZnamsbcuvqu { top:0.0625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MONZevn7oDTV0JTrMvEV50TDEyuB9Eo4 { top:3.5rem;left:23.9375rem;width:9.375rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCMr5TGLqPX3rGU3nT8x9LFOBVROuQUS { top:6rem;left:4.75rem;width:7.75rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwUxQa4oS2qL2C1J5Q7lDUqs2Eie11b3 { top:2.8125rem;left:34.3125rem;width:7.5rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITPM2ZQ6xOaCVgeNDWk0EcP958xmUQum { top:3.125rem;left:14.4375rem;width:9.5625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6QtiLz3nLFHcaGiFdDtsWBPhOW28Nwk { top:5.75rem;left:29.09375rem;width:7.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIMXs61lJGH3ENEprOPeWPGBD4knUwQb { top:5.8125rem;left:37.875rem;width:4.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF4mZusPHTdJTsFu58D5ekSZNT4qdpIW { top:2rem;left:5.9375rem;width:7.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqnRbNxG2JOyav9nDKPaQA242ycbas1r { top:5.6875rem;left:24.25rem;width:3.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMdDZDBGkQEcmzMUHctpMJAsUlmHUTAt { top:5.75rem;left:13.6875rem;width:9.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #echbefFoEt6bLlMuXKaQVP54AtLsVhDQ { display:block; }#echbefFoEt6bLlMuXKaQVP54AtLsVhDQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWzqSUIcdqtGvaPzG3FgFDwaOeC6evcM { display:block; }#wWzqSUIcdqtGvaPzG3FgFDwaOeC6evcM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXDot30vT4aVIfL3CG1HmRMMsyGO3LAA { top:3rem;left:6.28125rem;width:35.1875rem;height:10.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #daKb3ypNJQE0VFKHbnmNT89MWktFkoHV { width:20.4375rem;height:4.1875rem;top:15.1875rem;left:13.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u52AwPFQBATMARmRqM3JpeH1uZmFSktv { display:block; }
 }@media only screen and (max-width: 763px) { #ZpntmFGD9DSShStcTb6kong1V7xv8HT3 { display:block; }#ZpntmFGD9DSShStcTb6kong1V7xv8HT3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5UWhs9wH4Tm4FmH4DS8J943AkvlFIG6 { width:47.75rem;height:3.8125rem;top:2.375rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvlXAeCa6ybfm2EzTUzlBTnPFodwBRLg { width:17.5625rem;height:7.375rem;top:2.375rem;left:0rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XvdZn1BRnTxyt9on0iXKbR01qHBVPKJJ { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #aBuTRnWg8pQUIwLTIkwXcUHJ1qz1QAd1 { display:block; }#aBuTRnWg8pQUIwLTIkwXcUHJ1qz1QAd1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVoaRh2szisKITm3lT83NWXyIpwRFZvt { top:1.625rem;left:3.125rem;width:8.75rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCJNF9XNOTDshOzeCTie9qWtRVMUWuLN { top:1.0625rem;left:5.25rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #euu1rxGw3lmQINf72OhqaVphtp6WHNqm { width:30rem;height:15.9375rem;top:1.875rem;left:13.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiGQT9TheMNw6NuwZmesGQAgTZb6adS6 { top:9.625rem;left:3.9375rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfDmx7c2yhHJTFDrlt6TH6z3h80DX8dE { top:16.125rem;left:15.9375rem;width:7.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMTP9tnH8gysVh1hDpi8C24ISvpUBt3T { display:block; }#tMTP9tnH8gysVh1hDpi8C24ISvpUBt3T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNbhmpShmmos7Xwd4o6iGZ9L8BTIvaSr { width:24.375rem;height:2.4375rem;top:7.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A22LciyCCJOsiEApcrndsJqszcyCFsiX { width:18.75rem;height:2.875rem;top:10.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpAfiNiTsBNBFPCeR3T7Mht9dy5nK6BM { width:18.0625rem;height:2.75rem;top:10rem;left:13.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aapQ9bJtui3EorekEun6d11lc0HV4qMq { width:24.375rem;height:2.4375rem;top:7.4375rem;left:7.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2mO7gDCnPPlNaZccW4szcSPE4yJ8Teb { width:16.125rem;height:4.125rem;top:10rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvprPAG5hKI7orCWaNMlDDsxCZLfJIVb { width:24.375rem;height:2.4375rem;top:7.4375rem;left:23.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5fEmukC2w0lhvpGW8xbQ04Jl1ioC13v { width:6.25rem;height:6.25rem;top:0rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSWLc6itxlmp37tfNlMQHMiBoEAp6aHG { width:6.25rem;height:6.25rem;top:0rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L77hX5NrNVwb9ftFDEibthaFk478TLnI { width:6.25rem;height:6.25rem;top:0rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM9KkcO049AWO22gQFgQqtOBTx1gbvdX { display:block; }#aM9KkcO049AWO22gQFgQqtOBTx1gbvdX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHKe2VTVqa4zg0pAMvZdIVyIFi5FIGUv { width:18.5625rem;height:3.0625rem;top:11.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oba2MfKnTKDZx1zOurxnLykCwAtCHC6l { width:16.625rem;height:9.8125rem;top:15.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyxFq9UKGyDsFfgCww70hmu3pCum3ole { width:6.25rem;height:6.25rem;top:3.125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaeoJpHEM87Ku6rbqPGe366WwzOLRTrZ { width:16.625rem;height:9.8125rem;top:14.3125rem;left:15.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFuDaIg3UTZzk1sQMs9VUNQ8C0UBwyIC { width:14.3125rem;height:2.0625rem;top:11.1875rem;left:16.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQxxl9aObd9pSU1VbJWuLwnA13d1TTTF { width:5.9375rem;height:5.9375rem;top:3rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbPRIWZncBTowyCHqBmNV9AEqVPXbln1 { width:16.625rem;height:8.4375rem;top:15.25rem;left:31rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSXqg4RmcLURhWT6E7ubo7wough046UX { width:16.1875rem;height:3.0625rem;top:11.1875rem;left:31.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2gVVVeUIuIRwOpQMkNWCpUvkqs49xrz { width:6.25rem;height:6.25rem;top:3.125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEKPnXXAB9PKgs7BfDwzC2R54Citby6T { width:8.125rem;height:8.125rem;top:2.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdpUt4QzrbVoxi5TbgmnTF3yDz5FNwHs { width:8.125rem;height:8.125rem;top:2.1875rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgPTn69Kmu1IeZKhnkNtUQfHTmBbQssJ { width:8.125rem;height:8.125rem;top:2.1875rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIV6VpbbQ4TpsILwuZ7ozW3AwzRJIM8N { top:0.875rem;left:0rem;width:19rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESki4DMFt2daT7HATpKb6mqgK36FwDH9 { top:0.875rem;left:8.6875rem;width:19rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAB8H7RTaIvxpfuABqiQJaNyhGQr5XJ3 { top:0.875rem;left:28.125rem;width:19rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgKTXEWgAT4FdXpQmX1kTuAcenZWicfD { display:block; }#OgKTXEWgAT4FdXpQmX1kTuAcenZWicfD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TubvKx7om5nEWoXiX9TogR1tvCy9phqs { width:18.5625rem;height:2.0625rem;top:11.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve0fW0ksUZZApyL4gGZ8UlbuAbi9gE8X { width:16rem;height:7.75rem;top:14.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5n8TrUOZX64MkLNJyomVxbT4kZt56Tl { width:16.9375rem;height:8.4375rem;top:14.3125rem;left:14.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI9fEiRiNV6PL41keibMxOoH7DNexwd6 { width:14.3125rem;height:2.0625rem;top:11.1875rem;left:16.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJI6JXmuS6CGLUQfNnHuHPXcQUQTAUGr { width:16.75rem;height:7.9375rem;top:14.3125rem;left:30.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMtLKRgXswTinTTS2ODwoSJrK8p2GdOK { width:13.875rem;height:2.0625rem;top:11.1875rem;left:32.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGMWxOoG3l57UeikeUwpdVlMklptsDqi { width:6.25rem;height:6.25rem;top:3rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryeFwtif4lQtNA8z7Ea0BfxHkRR9sg9V { width:8.125rem;height:8.125rem;top:2.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3lMbEfqkdinlKLlJh70E1OgGHt4LwK4 { width:8.125rem;height:8.125rem;top:2.1875rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtplUAqTBspz36W0JcU6QHVvxB5lJkuy { width:8.125rem;height:8.125rem;top:2.1875rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbTp7ZmN8eJyDzgNUCnPRAoOiTUpTTET { top:1.5rem;left:0rem;width:19rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Celn564kbxhBstGtkN0DZozqUtpNW2XX { top:1.5rem;left:12.25rem;width:19rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLuxKVbvsSTkVOcGDZ7Uczp0aoKynd9U { top:1.5rem;left:28.125rem;width:19rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZuGWZF2NEA0HA8SvoDelxLAW8kmbPQu { width:3.9375rem;height:3.875rem;top:32.3125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlSRW9b2b5oB3we2sTfhOxbOetUNWdFl { width:3.9375rem;height:3.9375rem;top:32.3125rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5b0mgAFFAWx0q9bZsuvJhBT7xe4eDIV { display:block; }#O5b0mgAFFAWx0q9bZsuvJhBT7xe4eDIV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0IbesfIIFeDIi9bTXMxkRJfp2Dyr9WU { top:2.9375rem;left:0rem;width:47.75rem;height:4.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbhwp6FHiWo0SGHPETKorUrDWo3umnPm { top:7.25rem;left:6.6875rem;width:34.3125rem;height:6.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx0PhKONSc8uUEc7ndMDTPM29N4aTgXF { top:15.0625rem;left:0rem;width:47.125rem;height:142rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQT78JPqfc44F74yQbSprx1oba3TcN4I { top:65.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MylLeGEtL4Zo9UHqHEq0tQxbtbuvsGI9 { top:34.5rem;left:8.625rem;width:30.4375rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWKwS6HEoH1qaLNJK03ZCgn3GVKMUhcK { top:37.875rem;left:5.0625rem;width:37.5625rem;height:;font-size:1rem;display:block; }#fWKwS6HEoH1qaLNJK03ZCgn3GVKMUhcK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8a9f3db9fdcb7b001cf469306e5ccae28b4325e2.svg); }
 }@media only screen and (max-width: 763px) { #z2Vhnt2MFO47izB02Z4Md4Obx7gdDf3X { top:62.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMdRBWACzR6tFOwdwJziCOlTWWcB4ETJ { top:83.5625rem;left:10.125rem;width:27.5rem;height:;font-size:0.9375rem;display:block; }#JMdRBWACzR6tFOwdwJziCOlTWWcB4ETJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
 }@media only screen and (max-width: 763px) { #tipQnDDTTVv7WUrsb9VVG23GodWFkya4 { top:56.25rem;left:0rem;width:47.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOe5JUZr8W1xrsJabupxQ3ThKNsFd5OT { top:56.875rem;left:6.1875rem;width:36.375rem;height:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6A6oaohIBmhXbO9sGUEo9XiAXwCJPF7 { width:47.75rem;height:2.5rem;top:16.9375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL8Txk065myTBebX1NCu9DJG8UWiTXzE { top:16.8125rem;left:18rem;width:11.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACWqRf0DaHERtnNGencolAoOJtJyPAhr { top:18.4375rem;left:10.5rem;width:26.25rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKFQzSR0Bia7AT17faVxrhp0WwhPRJsV { top:19.5rem;left:34.5rem;width:11.625rem;height:17.362980769231rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXig3Inh1OLeIHsQTI5T3w907Dsx3NyL { top:19.5rem;left:4.1875rem;width:7.0625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqezodmBW1sEFsGRfrQ2tnFcUKTO35Iy { top:7.375rem;left:0rem;width:18.4375rem;height:3.3125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdyTKnt1La2oF70QHWyRBzJ65bqCe27u { top:67.9375rem;left:12.375rem;width:22.4375rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhzoXlqKaadSlz6gKtK6uuMbFV2KTq2M { top:82.0625rem;left:8.625rem;width:30.1875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFgBs5wPlsBBZM8tStZu7VK3RIUzu5tc { top:96.0625rem;left:12.375rem;width:22.4375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhc7wXr36KHEPJJkUm1ZXDdBpxrHF7C2 { top:109.25rem;left:8.75rem;width:30.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAM0Bl7ZEXn886GxJfbC8I3RJUg0ixDq { top:111.625rem;left:10.125rem;width:27.5rem;height:;font-size:0.9375rem;display:block; }#PAM0Bl7ZEXn886GxJfbC8I3RJUg0ixDq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
 }@media only screen and (max-width: 763px) { #KkKdSA616TVOaO52AAIXDBGxDWGW607c { top:90.1875rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srQOTT07qctT0JOPbESkT1e0ucefWRVr { top:118.1875rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2cvID9GHTzSZz1IUmZhn1DUf0eprblZ { top:124.375rem;left:12.375rem;width:22.4375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWWdVGfLWIQytorABiwca6nXmapetpqJ { top:137.0625rem;left:8.75rem;width:30.1875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJhXStzHKHTN1L1bQUPeSGws2943LDE1 { top:139.9375rem;left:10.125rem;width:27.5rem;height:;font-size:0.9375rem;display:block; }#nJhXStzHKHTN1L1bQUPeSGws2943LDE1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
 }@media only screen and (max-width: 763px) { #VmDXINh43T6CTutA6FNlxCMsaAdd3tvL { top:84.375rem;left:6.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaZCDDGZR2FUZr0XbegWIAJzGGrUv7s8 { top:112.4375rem;left:6.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTqtzTRtgIh3mk95lBRTFDLt6OgP6peD { top:144.1875rem;left:6.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0MJQS1ACkNtPIOVkrDr4EhMqJ1JMBxA { top:1.3125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm22QpdrxHomIbV8HD85drAznEXdMfHv { display:block; }#bm22QpdrxHomIbV8HD85drAznEXdMfHv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTB6wNUn3f9vtq2dsPSZmcRk517MT6TT { top:2rem;left:10rem;width:26.25rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE4UOF3CWfE8rl8cxpaFqkuRwGuW3b7L { top:3.3125rem;left:27.875rem;width:19.375rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGHpA18akTyDod4uWGe8A40Vz5AXAwHh { top:3.3125rem;left:0rem;width:19.375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0C25W4OyZ8ntHA3E163Tf9IfuelzSPQ { top:0.8125rem;left:19.1875rem;width:9.375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4HWicTV0MEUe0KtmtFdnvJTPwUgaFqC { top:15.75rem;left:0.875rem;width:14.5rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt0ZXeJePiaVWJOwTUD3bVcLiytRBTN0 { top:15.75rem;left:31.9375rem;width:14.375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuDDRkJ6Q5JAmgeXq8N2zXhIgJUmhyCR { top:15.75rem;left:16.4375rem;width:14.375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChCR50f6AAKKHUOxq4fKMcLxaxswb2FI { top:11.3125rem;left:21.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Leo8v8WeJrgWdgVxe4GshwU6AAZsxz0Q { top:24.625rem;left:6.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN7Jr00T9P7twITO035ZkBIlNhF8oqkT { top:24.625rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTwREfiz8Qpm4WWcZs8sFx7EaQbN2eXd { top:24.625rem;left:37.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmNneqJlTzWD47sN9kB2oynHbr6UErZp { display:block; }#FmNneqJlTzWD47sN9kB2oynHbr6UErZp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQcatcGCiiAGQF18W185HzDGHqyw7wck { top:28.375rem;left:9.875rem;width:28rem;height:22.625rem;font-size:1.0625rem;display:block; }#aQcatcGCiiAGQF18W185HzDGHqyw7wck li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a761c1f39dabe80b97883249d92e9583acb6da7e.svg); }
 }@media only screen and (max-width: 763px) { #LQf3Tb8hBihRqw8DIsPQdwXqundKBt9T { top:0rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsmFbFPclcACmRdLNZDVzq4DkXIzZqEF { top:6.9375rem;left:6.46875rem;width:34.4375rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ4k31Ct1lJ6k4lQE0SAeLxWTH1q2Di0 { display:block; }#sZ4k31Ct1lJ6k4lQE0SAeLxWTH1q2Di0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3ye9MPRoeFg0b4xeSTQrOfM4n96au0Z { width:44.25rem;height:4.5rem;top:4.625rem;left:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKRGGfk20C978Z68dFg28dMEShrDN1va { width:44.25rem;height:2.5rem;top:11.1875rem;left:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMctqTGftbc6JDUn2urK9nF84EG74fmS { width:44.25rem;height:2.875rem;top:22.9375rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0AUpy2qT70T4WI9tTQ9Bg8B0GdrP3B2 { width:46.375rem;height:4.5625rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZXLOe3mlTx0i80KpXQ4GKGpWQC5RnTT { display:block; }
 }@media only screen and (max-width: 763px) { #fiHzrSigiq1oAswOSmTGpTvGBPIsD2iO { top:33.75rem;left:15.5625rem;width:16.625rem;height:1.1875rem;font-size:1.1875rem;display:block; }#fiHzrSigiq1oAswOSmTGpTvGBPIsD2iO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a46434fdc9b812c00d14ac2070752e7be8306e94.svg); }
 }@media only screen and (max-width: 763px) { #TzfRG1F131hHRMmH73EVqPWWWmAPLdE6 { width:47.75rem;height:3.375rem;top:0.75rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEobTf6SJTEEDmb5QmgSVzNTLWXnPOL1 { width:46.375rem;height:4.5625rem;top:20.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dfZIdFhCElBCxQ2MaDhiJgGxk0c5a0xE { display:block; }
 }@media only screen and (max-width: 763px) { #FHnC56KR5Ss44bUwC7zBUCkx6i5q9vDe { width:19.9375rem;height:2.1875rem;top:3.125rem;left:0rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOVeU5bGodNg2sRlwiqZwnTvhfnOHWMf { width:19.9375rem;height:2.1875rem;top:3.125rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTFy6llEUy1NE4xF2C7mJhMIXVgAoOBG { top:14.375rem;left:12.40625rem;width:22.4375rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9OpiEHFSuM45ybWIuMWd4TRKnvr728O { display:block; }#L9OpiEHFSuM45ybWIuMWd4TRKnvr728O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVuMcDd8eIXwu2zv9nUFqDrxAEaI14Tt { display:block; }#EVuMcDd8eIXwu2zv9nUFqDrxAEaI14Tt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zK7a72ncx8MwbpB8o94XhaS0Q3XJ1lHQ { width:21.5rem;height:19.6875rem;top:2.125rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT1DGxpovaSq5n8wikNRFxr8PgUTnZw7 { top:2.125rem;left:23.5625rem;width:0.3125rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqndJe2gDAv8dsVe2lmyPmTlz8xOoOi0 { width:15.625rem;height:6.0625rem;top:15.75rem;left:7.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flJl3UOv9eTxMshrlbGy1JLJN36UnFsJ { width:46.375rem;height:4.5625rem;top:20.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M4sXzxsrJz1ETVwhuWCztqEWrdiNxD7i { display:block; }
 }@media only screen and (max-width: 763px) { #erwdolA5qZWpZbXFJLyL4dChPtSmDd35 { width:44.25rem;height:2.5rem;top:25.25rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yBqgDMnwSgXIPpfh7TBKoDcE0OGCTbZ5 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ZT9zHmIe9V6tZdCc64dEiUiNRdpdzmxA { top:60rem;left:7.9375rem;width:15.9375rem;height:1.125rem;font-size:1.125rem;display:none; }#ZT9zHmIe9V6tZdCc64dEiUiNRdpdzmxA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4a93a2dbfedca703532dd43f885a9968ef91c5f.svg); }
 }@media only screen and (max-width: 763px) { #fyQAEQCn9HN03lvnRa8bF0b4nHrAzST2 { top:0rem;left:7.1875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eosp5prOCZ8nTMJvip3U49gLkTMJ6WwP { display:block; }#eosp5prOCZ8nTMJvip3U49gLkTMJ6WwP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmD78iCumKeS3EEsU1Wr5mMoTvemar6e { top:1.3125rem;left:19.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #by6RAbKCLP4zg1bWVqHrxB2XTMRAvxFL { display:block; }#by6RAbKCLP4zg1bWVqHrxB2XTMRAvxFL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7so6TxUy17p7aXSQJHdhIiIVAASINJD { top:0.6875rem;left:16.125rem;width:16.8125rem;height:;font-size:0.9375rem;display:block; }#L7so6TxUy17p7aXSQJHdhIiIVAASINJD li:before{  }
 }@media only screen and (max-width: 763px) { #K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai { display:block; }#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RV2xu6abnRGh3ui7n3BfEeGlOgKC0eeD { top:1.3125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZrWPQg8T3QWGx2u38vidCmlgRKya2fO { display:block; }#fZrWPQg8T3QWGx2u38vidCmlgRKya2fO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMHUd0SXePTlwIqbGSi7qUPRcxp4QOTN { width:47.75rem;height:3.25rem;top:0.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#gyT2oBLoxrky8a1BG7xFcAZQbUXU0629 > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0kTN64iXUbmoKGZnTJdC3wo29lnTfi4 { width:3.8125rem;height:3.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGFnxhKUrWVsXAFAdvaRklyK9ar3f5bM { width:6rem;height:2.5rem;top:0.5625rem;left:6.875rem;box-shadow: 0.1875rem 0.1875rem 0rem #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #REEkfTE95ObLfHbTQt8OHgAX6aVGQMPx { display:block; }
 }@media only screen and (max-width: 763px) { #JoCZieUZcy84q1M6541zpoOemP3NtHR5 { width:6.5rem;height:2.5rem;top:0.5625rem;left:13.5rem;box-shadow: 0.1875rem 0.1875rem 0rem #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #n0cbVZ72mq96w7Bin8HdTBUBxR9GKdyn { display:block; }
 }@media only screen and (max-width: 763px) { #Aw9D4pxEthNg8JmduzigM9nVPAEvOZDr { width:2.5625rem;height:2.5625rem;top:0.625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnANMTSTsTosAz5p46nhUynPAQ3x4rcF { display:block; }#fnANMTSTsTosAz5p46nhUynPAQ3x4rcF > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hg1SqlBTqMGK5UEL74vkx0y5FWcVSNyn { display:block; }#hg1SqlBTqMGK5UEL74vkx0y5FWcVSNyn > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#hg1SqlBTqMGK5UEL74vkx0y5FWcVSNyn > .row .container { width:20rem;height:94.5625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LovTMQTCmLlxOdwxQIAhmKQqJ163376i { width:17.5rem;height:12.50975rem;top:2.07666015625rem;left:1.21875rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vKnXk4Nf69SNMPZiRMs88xk4bAk2241L { width:14.375rem;height:14.375rem;top:62.841796875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv6PfUJHdQ5AHtxc5N1iWhOcuGtxRmi8 { width:13.9375rem;height:1.70605625rem;top:37.6396484375rem;left:2.1875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MdnPapyTarN9bqhOuwyld8ms3RrzLRmE { width:17.875rem;height:3.6875rem;top:57.5146484375rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEpWIq6De0vtRnut4yrcGe8gcEfPRJ14 { display:block; }
 }@media only screen and (max-width: 763px) { #hUBLCRNTZBAG72dJ86EAMm3CSFOW5ChT { width:17.875rem;height:16.374rem;top:39.8896484375rem;left:1.25rem;font-size:1.125rem;display:block; }#hUBLCRNTZBAG72dJ86EAMm3CSFOW5ChT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fc26bef54da9565c1ab80e5be25d890c.svg); }
 }@media only screen and (max-width: 763px) { #pk7d2fIiCKb4eaMesbF1oefkQLrBSVkw { height:10.5rem;width:19rem;top:25.31591796875rem;left:0.3125rem;z-index:15012;box-shadow: 0.1875rem 0.25rem 0rem #6537c3 ;border-top:0.1875rem solid #864df9;border-left:0.1875rem solid #864df9;border-right:0.1875rem solid #864df9;border-bottom:0.1875rem solid #864df9;display:block; }
 }@media only screen and (max-width: 763px) { #Nf5TmTwbTtENPF4NXexvnLoLKzLQXNVO { width:17.25rem;height:8.9355625rem;top:15.3896484375rem;left:1.375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wHOoB0ZCQX2naaDzCOmeNHTeDDca3HvV { width:15.625rem;height:3.375rem;top:88.375rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQAaoGoZ6xyvnrSsIwRwagn2JxRKCuXN { display:block; }
 }@media only screen and (max-width: 763px) { #giql8kklQrLtakLanHyTPMyoV6DzFa1P { width:17.8125rem;height:9.9375rem;top:79.5625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfSnaR3Q4wzaV2iqesHGnKnLEtACw6Xr { display:block; }#JfSnaR3Q4wzaV2iqesHGnKnLEtACw6Xr > .row .container { width:20rem;height:2.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLXtbuSuDunGZnzOocEiDAeHMhbTWIVJ { display:block; }#gLXtbuSuDunGZnzOocEiDAeHMhbTWIVJ > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1SR6UoTnhr44JVPtQgJtSJr2pnimlqE { height:10.983914728682rem;width:19.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbTNMnp52RmGGVC8MAa0A0TSooWNkXtN { display:block; }#BbTNMnp52RmGGVC8MAa0A0TSooWNkXtN > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFiRTFDvqwEcmxAN0SOKAJKnT0gTCVq8 { width:17.6875rem;height:7.5rem;top:1.34375rem;left:1.15625rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Gbu0ESexv0bIAwSHUiCCymD0LXqRbKgD { width:18.125rem;height:10.125rem;top:9.53125rem;left:0.9375rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bFg6n8MKNcGBu1y6nzKw2l6sTldA9uRb { width:17rem;height:9.5625rem;top:23.53125rem;left:1.5rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cMhrFR8HaQunu9IAoH6xtT3RDO2CPH50 { width:20rem;height:6.5800625rem;top:36.875rem;left:0rem;font-size:1.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nwBDNCX3TMuVPUhbu7g7NTVl1fldMCny { width:19.5rem;height:13.75rem;top:21.1875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUm8l0kEEr8J8MaE0OhhnCfipvJt0FgK { width:20rem;height:3rem;top:44.75rem;left:0rem;font-size:2rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lexKJ5DK2Th3MqvI2SFIuNVpcOZJdQma { display:block; }#lexKJ5DK2Th3MqvI2SFIuNVpcOZJdQma > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlmcBuvkbPn7wCqiXbVkN1Ig69IscQPH { width:19.5rem;height:10.961104140527rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ODULbQkbZbF3gp5eJBgtvOgCwKZRmA5b { width:19.0625rem;height:21.0625rem;top:1.65625rem;left:0.15625rem;z-index:15005;overflow:hidden;border-top:0.25rem solid #864df9;border-left:0.25rem solid #864df9;border-right:0.25rem solid #864df9;border-bottom:0.25rem solid #864df9;box-shadow: 0.3125rem 0.3125rem 0rem #6537c3 ;display:block; }
 }@media only screen and (max-width: 763px) { #grQgByFe7AkOBL2RVVh1IlXKgHhZH7Rf { display:block; }#grQgByFe7AkOBL2RVVh1IlXKgHhZH7Rf > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pinuVAgLK0MnF4KXWyEm63XRdDK9k7yt { width:17.5625rem;height:5.84911875rem;top:1.875rem;left:1.28125rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HoqRHfgZBp0UrTibXxEw4loKNVC2n03m { width:14rem;height:2.4746125rem;top:22.03125rem;left:1.28125rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NVtume7gnepW4Mmz3OqAEACuv96V9Z9i { width:16.9375rem;height:12.34765rem;top:8.25rem;left:1.34375rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lTdGDBd8biqiDvWPhOHKTnNC6maV3abp { width:19.3125rem;height:37.515625rem;top:27.23388671875rem;left:0.34375rem;font-size:0.875rem;display:block; }#lTdGDBd8biqiDvWPhOHKTnNC6maV3abp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_80d5671a064f9384df8bebb5cc783b53b4500443.svg); }
 }@media only screen and (max-width: 763px) { #eHQxp61JPlOOsuqWbtoRcOXbMyIkK8hN { width:20rem;height:41.4375rem;top:26.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM5B5JFGioH9xUWpsxO35P6C91lRwSyl { display:block; }#KM5B5JFGioH9xUWpsxO35P6C91lRwSyl > .row .container { width:20rem;height:1.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNlfKy3Kw50s9bifPexBvd1T6EA4lx4l { display:block; }#kNlfKy3Kw50s9bifPexBvd1T6EA4lx4l > .row .container { width:20rem;height:91.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oScWmTTDJ40TcX5uAr0nzghT9dgmVXHn { width:20rem;height:24.1665rem;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5075OWnrWbT6sqqqt55n7sA1KvL3DuU { height:11.0121875rem;width:19.625rem;top:38.4375rem;left:0rem;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #uFczHiOze6wVwLlAoNnFyPECzI5rPW3N { width:16.5625rem;height:10.4980625rem;top:26.01171875rem;left:1.71875rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bT3x0vXZ1gsbyltmHTFZrbyb3EonaFsT { width:17rem;height:9.5625rem;top:74.6875rem;left:1.5rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #W3H7P3ElPk2zvXgmhqdirOwt6iHsnCMJ { width:16.6875rem;height:2.875rem;top:85.5625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqvKIFyTG1uFqWsRZ8AstHQv4EQ3woPD { display:block; }
 }@media only screen and (max-width: 763px) { #AIlVEhBwO0dexipRDAy6W92N0qipkTcm { top:37.6875rem;left:0rem;width:19.625rem;height:34.9375rem;z-index:15011;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #r7xF3wq9y6nqyNweaiTE7JuyXvJnsUVU { display:block; }#r7xF3wq9y6nqyNweaiTE7JuyXvJnsUVU > .row .container { width:20rem;height:1.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPhowKHV6BqZet6PbLa7TCguy230sgF3 { display:block; }#aPhowKHV6BqZet6PbLa7TCguy230sgF3 > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wczJyCapc1CPFBDeTkN9ZxpgG8yrnmmT { width:20rem;height:9.8984375rem;top:2.625rem;left:0rem;font-size:2.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NdXTW109n2PAwDm5wmab7walQJRUCQqG { width:18.5625rem;height:16.097625rem;top:13.25rem;left:0.75rem;font-size:1.4375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nii5TMiJRm1q8Toey8C40uNWHnXnnuWE { display:block; }#nii5TMiJRm1q8Toey8C40uNWHnXnnuWE > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTR7eEaTiJGBgMPcVNgCfeE89p8swmNl { width:17.6875rem;height:4.6494125rem;top:1.34375rem;left:1.15625rem;font-size:1.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DubutFk16XnukxpKe10DmTAJG4wC0H2q { width:17.25rem;height:6rem;top:6.1171875rem;left:1.375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zDO8EzTPLzbL46aNA8LzvCJKouoi48A1 { display:block; }#zDO8EzTPLzbL46aNA8LzvCJKouoi48A1 > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7qSXz865B3WLeWE4O8rqg1xJH926JgW { width:18.5625rem;height:12rem;top:14.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frxO18BBDcgGknOEld7VzDwJKFE4K8Ka { width:18.5625rem;height:11.9375rem;top:28.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5P45rKNHwxDm5g4ROn32pwFgsITwBDW { width:18.5625rem;height:12rem;top:42.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBismQuhTRrbszWOVsxN4dt2tCzUoU6F { width:19.5rem;height:13.0625rem;top:0rem;left:0rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Zg8A7ecw6LZBhBOE9h4e8LVtgpbIp68r { height:10.9721875rem;width:19.625rem;top:0rem;left:0rem;box-shadow: none;border-top:0.1875rem solid #6537c3;border-left:0.1875rem solid #6537c3;border-right:0.1875rem solid #6537c3;border-bottom:0.1875rem solid #6537c3;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #qoXuAiVEd1hUFOnGVKseOdVw100hHcEA { display:block; }#qoXuAiVEd1hUFOnGVKseOdVw100hHcEA > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DihIlweuw42yvd63sT0o39O6x6tPzfod { height:10.4375rem;width:19.125rem;top:1.25rem;left:0.25rem;box-shadow: none;border-top:0.1875rem solid #6537c3;border-left:0.1875rem solid #6537c3;border-right:0.1875rem solid #6537c3;border-bottom:0.1875rem solid #6537c3;display:block; }
 }@media only screen and (max-width: 763px) { #TteSgSA99F9ia0lNNVRB8H12OtISGTXS { height:10.4375rem;width:19.125rem;top:13.3125rem;left:0.25rem;box-shadow: none;border-top:0.1875rem solid #6537c3;border-left:0.1875rem solid #6537c3;border-right:0.1875rem solid #6537c3;border-bottom:0.1875rem solid #6537c3;display:block; }
 }@media only screen and (max-width: 763px) { #WtAHkF28BZdEq9cTloMgIRRv7huMiQIq { height:10.4375rem;width:19.125rem;top:25.375rem;left:0.25rem;box-shadow: none;border-top:0.1875rem solid #6537c3;border-left:0.1875rem solid #6537c3;border-right:0.1875rem solid #6537c3;border-bottom:0.1875rem solid #6537c3;display:block; }
 }@media only screen and (max-width: 763px) { #hK3LH3JZBKrEhv1Ih6z28298Ob3d1A0w { display:block; }#hK3LH3JZBKrEhv1Ih6z28298Ob3d1A0w > .row .container { width:20rem;height:32rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6IARWH4SpnhleAmfvPzbTA0tRc7H2vl { width:19.375rem;height:12.9375rem;top:13.847625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQIqFGIUF5rSSMOQPeU7zWxR8ARq8d37 { height:10.972625rem;width:19.625rem;top:1.3125rem;left:0rem;box-shadow: none;border-top:0.1875rem solid #6537c3;border-left:0.1875rem solid #6537c3;border-right:0.1875rem solid #6537c3;border-bottom:0.1875rem solid #6537c3;display:none; }
 }@media only screen and (max-width: 763px) { #EKERi7XK3MPl5sk1lofBpx71wAhzPnT6 { width:16.3125rem;height:29.4375rem;top:1.0625rem;left:1.65625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #C7isVIE6sgBIQ8AdK7br9uG89C3zHkPK { display:block; }#C7isVIE6sgBIQ8AdK7br9uG89C3zHkPK > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xR68kctDxRxIbR5H0aIiEMhL9aLx6BfH { width:19.625rem;height:35.1875rem;top:33.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HT322qyBgzrrT0q7z3mwI9AKA8zb3Bhm { width:17.6875rem;height:10.4980625rem;top:1.25rem;left:1.15625rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EDXrqQQEtob3mn4DOtTJOHgegCLLSry0 { width:17.6875rem;height:4rem;top:28.6875rem;left:1.15625rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #q7cEBWzT2nJ07KSPGru4gPbbg0bFS12L { width:14.4375rem;height:5.625rem;top:12.625rem;left:1.15625rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yG9ld90Xc8ywS1Z4zTIXtnb9NtJr5MCV { width:15.1875rem;height:8.125rem;top:19.4375rem;left:1.15625rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AWMxOWfOhdLdmQWgp8tpt4sbSw1NLKTH { display:block; }#AWMxOWfOhdLdmQWgp8tpt4sbSw1NLKTH > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7U2kgvy7Iyydwum5ia02Th7R9OPdUw1 { display:block; }#r7U2kgvy7Iyydwum5ia02Th7R9OPdUw1 > .row .container { width:20rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igvEaiisuQDBA0SEGbrMyIbC6rDSzECZ { width:17.75rem;height:3.44921875rem;top:2.3125rem;left:1.125rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EuKhP7kKUL20lnC6gel2Wcs98hDWkuZP { width:18.1875rem;height:6.173825rem;top:6.3125rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfLiXLisnuyqz3iGyQTxfhWSxSZOWuBV { width:20rem;height:1.94970625rem;top:13.75rem;left:0rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BRsHMhhaWHQgHgvtalT7XFyToiIe6XpM { display:block; }#BRsHMhhaWHQgHgvtalT7XFyToiIe6XpM > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nIhq7Qhp9dPBWS8zepyQkIQ8IZI8C9Bw { width:11.75rem;height:11.75rem;top:14.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUJE3AlRGy4VWCTslMvFh9icVDG6bCFn { width:13rem;height:13rem;top:1.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rimo9OcvmbvapX9ADTDEq8UF4fIKrdxC { display:block; }#rimo9OcvmbvapX9ADTDEq8UF4fIKrdxC > .row .container { width:20rem;height:1.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xy6DLpmFOvBcdoFyZX3nnRdMgk3izdl9 { display:block; }#Xy6DLpmFOvBcdoFyZX3nnRdMgk3izdl9 > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpFEKnTU4cGUsNR5120Tu702T5L9rZ40 { width:18.4375rem;height:8.099625rem;top:2.806640625rem;left:0.78125rem;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NLFQmNLdvinaoLrmlwNbgHmWmMqLBrAv { display:block; }#NLFQmNLdvinaoLrmlwNbgHmWmMqLBrAv > .row .container { width:20rem;height:63.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIn3LqRz2rKMHEO2WURvqltTVflUAoBF { width:19.5rem;height:29.75rem;top:0rem;left:0rem;background-color:#b0e4da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WXBTEEsOmpnFwM93XxOSvOcHWgKD3Jqw { width:19.5rem;height:29.75rem;top:31.681640625rem;left:0rem;z-index:15002;background-color:#c7b9ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ob8NQpvs649wQ9Mu9J6DS5RHGSRTTVEl { width:16.875rem;height:14.25rem;top:11.119140625rem;left:1.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:400;font-style:normal;display:block; }#ob8NQpvs649wQ9Mu9J6DS5RHGSRTTVEl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #CBXZmIu4l0yTQF35wwPsBoZae5MGuGtD { width:20rem;height:1.79980625rem;top:8.39404296875rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QqJE1MvFRlnLZDGPORyrWwFdkC9rypfK { width:20rem;height:1.79980625rem;top:40.01318359375rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ztQEw188nW1Mg55s70vkwxPuwNTc8oqN { width:16.75rem;height:15rem;top:42.48828125rem;left:1.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:400;font-style:normal;display:block; }#ztQEw188nW1Mg55s70vkwxPuwNTc8oqN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #WIQRn5i5Cn9wiquyx0B4sockynKOA3un { display:flex;width:4.75rem;height:4.75rem;top:2.45654296875rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #KboXQEAd3TqmJCkQ9OfToxN1xS2UK8Ak { display:flex;width:4.75rem;height:4.75rem;top:34.13818359375rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #ntUoTNNMc3ZxqZs8lo6VidtXcMgXO28C { display:block; }#ntUoTNNMc3ZxqZs8lo6VidtXcMgXO28C > .row .container { width:20rem;height:66.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhSzmyiJIfkn4wZkIokbk4dWa6wzAxrs { width:19.5rem;height:31.25rem;top:0rem;left:0rem;background-color:#dcd3ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SIgI6S67QMFPVo2pMi6T0yNGnPDN8GPW { width:19.5rem;height:29.75rem;top:33.181640625rem;left:0rem;z-index:15002;background-color:#b0e4da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dpU1CWvodxdGbDT0HJCKo4fp799KNTAd { width:16.875rem;height:18.1875rem;top:11.119140625rem;left:1.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:400;font-style:normal;display:block; }#dpU1CWvodxdGbDT0HJCKo4fp799KNTAd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #sp6p1HCh9s5DDw0CAxkRW69TtaVTcTOI { width:20rem;height:1.79980625rem;top:8.39404296875rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PXNwSSpB73DTO0UPFmDStyqH9a1clEbP { width:20rem;height:1.79980625rem;top:41.51318359375rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FhmQdDo38TR1llJNWLVpqqPpVxCaAR0v { width:16.75rem;height:17.4375rem;top:43.98828125rem;left:1.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:400;font-style:normal;display:block; }#FhmQdDo38TR1llJNWLVpqqPpVxCaAR0v li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #kG6rPCy476qyIzzBDSHMW4sBMPVOreK7 { display:flex;width:4.75rem;height:4.75rem;top:2.45654296875rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #FRmt5cxDI6N9URvlLZ5tvwdiIvVs8ov7 { display:flex;width:4.75rem;height:4.75rem;top:35.63818359375rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #kDUyb5qctpUILHqIhTKV9GPgdS1ZLG4n { background-color:#f7f3ed;background-image:none;display:block; }#kDUyb5qctpUILHqIhTKV9GPgdS1ZLG4n > .row .container { background-color: transparent; background-image: none; }#kDUyb5qctpUILHqIhTKV9GPgdS1ZLG4n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDUyb5qctpUILHqIhTKV9GPgdS1ZLG4n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDUyb5qctpUILHqIhTKV9GPgdS1ZLG4n > .row .container > .video-iframe-container { display: none; }#kDUyb5qctpUILHqIhTKV9GPgdS1ZLG4n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDUyb5qctpUILHqIhTKV9GPgdS1ZLG4n > .row > .video-iframe-container { display: none; }#kDUyb5qctpUILHqIhTKV9GPgdS1ZLG4n > .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); }#kDUyb5qctpUILHqIhTKV9GPgdS1ZLG4n > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGyfnsH9hSWquFkIOcHCfEwrGgVPa6es { width:18.1875rem;height:12rem;top:1.77734375rem;left:0.90625rem;font-size:2.5rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ei6tt8uw6TPgTU9BPAQ3aFh5oXH92l9D { width:17.6875rem;height:1.375rem;top:14.650390625rem;left:0.90625rem;font-size:1.25rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IQhnFPTNtCK0sVZ1OT0mPVWd3TRyZLf2 { display:block; }#IQhnFPTNtCK0sVZ1OT0mPVWd3TRyZLf2 > .row .container { width:20rem;height:78.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e485ooynxU6vCcirrfe2NhMLFbsRAFkb { width:18.0625rem;height:16.375rem;top:60.15771484375rem;left:0.96875rem;font-size:1.25rem;display:block; }#e485ooynxU6vCcirrfe2NhMLFbsRAFkb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fe3cd1895980c6d71ac8cc4ef25aaf91.svg); }
 }@media only screen and (max-width: 763px) { #g0PpgTHtg5FuaTDHBwI8JsXB6xcNwNTB { width:6.25rem;height:9.75rem;top:38.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnJn6eJLaqhprU3Xq8sKDQTtLTa8LqoF { width:7.875rem;height:9.75rem;top:38.125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X21wcKeVfEzqADus3v6Ap3DKCKXTPpoQ { width:6.0625rem;height:9.75rem;top:48.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvcnaWqBo828aXeeFU0VwFcmtQFLGR96 { width:6.4375rem;height:9.75rem;top:48.6875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUe0nOLrnW2pHM2JCX3Bw4TVmnKcfzot { width:18.375rem;height:26.1953125rem;top:6.91455078125rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#CUe0nOLrnW2pHM2JCX3Bw4TVmnKcfzot li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_966531fc398d79afa87498549ac4207ee7a07f68.svg); }
 }@media only screen and (max-width: 763px) { #yIJrVTDtiL9AXgkcGpxk7F86BivsvBea { width:19.375rem;height:29.875rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrwOEtXHdM2uQy0aIsPKHvvXyVViQtNC { width:3.125rem;height:3.125rem;top:0.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3hIVCh4rul7C8nT2nCi0nBHpnafRlwT { width:3.125rem;height:3.125rem;top:0.6875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhH2QTckK45AdrTD5JSz3JF7x1ZDWbsf { width:3.125rem;height:3.125rem;top:0.6875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6MPUAA8FRiBKmrJxA3KWoUwH0EJvRtZ { width:3.125rem;height:3.125rem;top:0.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRuVIPhqDg2zsHXA5W67ucyIXUGrxfWT { display:block; }#BRuVIPhqDg2zsHXA5W67ucyIXUGrxfWT > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psJhLe4NzOOWTTlyLPx0KAkRmhb9KxCy { width:20rem;height:11.241084165478rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNMHHcGJ5CJ3vrbvE6hS83rVfIFlupyv { width:4.625rem;height:9.875rem;top:14.61572265625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1yCAqOCxvIqniWoeKKRWzHmZkNMLPNA { width:19.5625rem;height:11.1875rem;top:11.99072265625rem;left:0rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #G8FEvpTTXaDlu64aIKeGzZC2JvB06RFU { display:block; }#G8FEvpTTXaDlu64aIKeGzZC2JvB06RFU > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNgvc2sShQuOANO9nUL0LKpXTKtpWsMD { height:10.918900184843rem;width:19.625rem;top:1.25rem;left:0rem;box-shadow: none;border-top:0.1875rem solid #6537c3;border-left:0.1875rem solid #6537c3;border-right:0.1875rem solid #6537c3;border-bottom:0.1875rem solid #6537c3;display:none; }
 }@media only screen and (max-width: 763px) { #ZnfUGSNBRtRx4pqTdaTNhRmAhwVTkbyw { top:1.5625rem;left:0rem;width:19.625rem;height:34.9375rem;z-index:15013;border-top:0.1875rem solid #864df9;border-left:0.1875rem solid #864df9;border-right:0.1875rem solid #864df9;border-bottom:0.1875rem solid #864df9;box-shadow: 0.3125rem 0.3125rem 0rem #6537c3 ;display:block; }
 }@media only screen and (max-width: 763px) { #rqTC71DAMSlzraKNf8M9KNkIuIE2QpSS { display:block; }#rqTC71DAMSlzraKNf8M9KNkIuIE2QpSS > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fl9HOLq7c7vka3us5bZCkF0dXOmphNv3 { width:17.6875rem;height:5.625rem;top:1.09375rem;left:1.15625rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IBMlSmPJrIbaQamnQSWwqKgfCCDGx7Oh { width:18.3125rem;height:4.04980625rem;top:7.96875rem;left:0.84375rem;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e87BOTOLEHokuske5idMb1TIPafpeeAE { display:block; }#e87BOTOLEHokuske5idMb1TIPafpeeAE > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcVTgvKgKQBO8bgbg20vyZ2xr7dTJ4k1 { width:16.25rem;height:4.8125rem;top:1.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQFPPoUE3ITcaVEqlMEpmPacW3rMSmGl { width:20rem;height:1.96875rem;top:11.21044921875rem;left:0rem;font-size:1.3125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HgaV6XvkSvfKtTWFAHUxudAPyGf8NhDt { width:18.6875rem;height:2.761725rem;top:7.60595703125rem;left:0.65625rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KZih9HKTqQIElTvPpzNOEEJsu5fScpc1 { display:block; }#KZih9HKTqQIElTvPpzNOEEJsu5fScpc1 > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2AREtl6QrGtxJ6e5AT2TsgZDiELb3HO { width:18.625rem;height:4.1875rem;top:1.25rem;left:0.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpunOTGmrRm604BRAhhHdmXf0K9XVca2 { display:block; }
 }@media only screen and (max-width: 763px) { #lE5gkUnHSGu4lrlGrK6NerwpTTZ8zLRZ { display:block; }#lE5gkUnHSGu4lrlGrK6NerwpTTZ8zLRZ > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgPN5pHg4l8oc7SJM6RkrwFNmJr14Vcw { width:20rem;height:3.75rem;top:2.2734375rem;left:0rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h0WhRhVi35CfyiReyxBwJzhRURz19FSg { display:flex;height:auto;width:17.5rem;top:5.88671875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #WiZeiiWUqxLuqC1yWUmw89cQO5ytMlsK {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #Cc7JFaPv1JZSTDdmt6hDRBmQhK46Grqf {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #kmnwE1mbA9ZOB68Zq5U4TG50WCmMt0qa {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #XgndfQIJyyuv3GTUi4XIl5pcaAMxTl1G {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #lyfE887cSflc6ClMQ8NsClAZD6EQVZpI {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #MBr1eaTT4bS4doGKbn0NdE78GEGGQyOT {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #llXTETPSRVHJPleUpWWalXnHI7Z0cNXS {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #qyDcwT9kxHwKqwJ37hHoArXHBrKOeNl3 {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #B7syIOzqX9TQHrVMCufLyR1viLkTkTDk {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #KUTsahczTVC8tsMRxdTGIJLSRT09hnwQ {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #bsLD0s3XJ0JVTxT2D1lmrCbtk8AqJChI {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #hELXzEyad16sei8X4vTPK3vfXvDc43U3 {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #Xg0oRx9DU8ioxAIIGamWf9sUvusIByIk {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #h7MoOOl7vTtvkyIWBbdLg785hg9cEUpy {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #LSZL32hqmiETSZNzxRIodOWbPLMOZGED {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #mtAd3TaUgH1ecJ5keNwtQZxdmsVoewJB {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #lzcg0a310070dhGSiBUPGCRmc3iQk26q {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #GTs2wrHDJ6UosT0mmeHloZLTzp7ENJvF {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #KufsDc2le6EpdvlZwGfQKaq3hdFAAGz3 {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #NbTTBzB52MEGAHsWcra9hZfOQeVIVoKK {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #ow9cL4KtWEndIMzP1e8OfLFJpkxnTemX {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #epu8BToZiCRGBgCkg8L61It3ZAKNTNeB {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #E1yxgzTtIfI8KF5qeb23Aq4NxbD7OeF5 {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #TCiT6nOxEFo4uOhItT7RUNliIc6kHV4I {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #ub9MyrI4ALV6n5VNoUJQSWJmBvBwWzmK {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #GXsRdvheAh0nsyv4Mn4zcFbh7y4cdPog {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #uKe3m4zLMrG0Lh97TL5PDQfCQ0dqUJxp {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #nxbQcnv0STV2d8xNW07ggJH4KDrbklZ9 {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #LCnFH0Wxl6kNEE26QTWUAGOuAbyfCBGJ {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #kg9fL5s4BIp4mkbi8yfQqFrT3XmOntlF {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #cdPKtBBfcmJU4MXMmJS4sy6kahqRUr0g {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #JccyicT5rZROoy3bmOGZXqzdGQkqf2dL {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #Ts6IkpKTVZcStIUgZO3o1ivu363TJRlK {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #yXAPIENS2yJzT6OJQR2ueDdZ4f3R2Tl9 {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #vxQohK8eEgFS3U8KSXqTPMS81VyZ1mRa {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #hEWAJvXvIMOhd8fxPIQJEnK3F90Uols2 {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #bryTDTSSoBgZJLpd4eaiU66VcGFaow2c {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #ZDn6AKFocoNxd8tKVIck82umwrVJ32ur {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #zurUw9cHRuy3PEy02Iyo3sDiXHHg2dgP {  }
 }@media only screen and (max-width: 763px) { #h0WhRhVi35CfyiReyxBwJzhRURz19FSg #P4ATaZuWStGaVLbME3wwXf1gAdxqTo60 {  }
 }@media only screen and (max-width: 763px) { #X4xFavEkmkHx4CEUFyfxzvsTbcirh6is { display:block; }#X4xFavEkmkHx4CEUFyfxzvsTbcirh6is > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLZgriqfzRcd03RipSpe8rgIe6eUqErF { width:18.625rem;height:4.1875rem;top:1.25rem;left:0.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9GE4F3CC5qqntDPCbVKn3eZ0HwROIzB { display:block; }
 }@media only screen and (max-width: 763px) { #JOC0DAXam93wC1gVci3iXMHFONv3plR2 { display:block; }#JOC0DAXam93wC1gVci3iXMHFONv3plR2 > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsA4TkVRERPnK7wlsBLcDOXL6HV97kZC { width:17.6875rem;height:3.75rem;top:1.96875rem;left:1.15625rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aBAkSGgRTs25DNasp06Xmfh59kUNwx81 { width:18.3125rem;height:3.5996125rem;top:5.90625rem;left:0.84375rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #M3ynFhdA6hCNTLdNPgxkTrPkX95yJ5s7 { display:block; }#M3ynFhdA6hCNTLdNPgxkTrPkX95yJ5s7 > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkIdoUoixJ03XVH4ciaRfJ1szIGmaTCv { height:10.918900184843rem;width:19.625rem;top:1.25rem;left:0rem;box-shadow: none;border-top:0.1875rem solid #6537c3;border-left:0.1875rem solid #6537c3;border-right:0.1875rem solid #6537c3;border-bottom:0.1875rem solid #6537c3;display:block; }
 }@media only screen and (max-width: 763px) { #GpEuhTEMi5czR6D51VLJ8eM5rVyZEHKt { display:block; }#GpEuhTEMi5czR6D51VLJ8eM5rVyZEHKt > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tr6opmnxCwC9Tn1asA8L8WXnsdHIdSU3 { height:10.4375rem;width:19.125rem;top:1.25rem;left:0.25rem;box-shadow: none;border-top:0.1875rem solid #6537c3;border-left:0.1875rem solid #6537c3;border-right:0.1875rem solid #6537c3;border-bottom:0.1875rem solid #6537c3;display:block; }
 }@media only screen and (max-width: 763px) { #psbHeGQPbpbAalJERTOEUHF91RXlBBtz { height:10.4375rem;width:19.125rem;top:13.3125rem;left:0.25rem;box-shadow: none;border-top:0.1875rem solid #6537c3;border-left:0.1875rem solid #6537c3;border-right:0.1875rem solid #6537c3;border-bottom:0.1875rem solid #6537c3;display:block; }
 }@media only screen and (max-width: 763px) { #imvKTvP8HJ7FNL46MNqn6MHlsnlA1TaQ { height:10.4375rem;width:19.125rem;top:25.375rem;left:0.25rem;box-shadow: none;border-top:0.1875rem solid #6537c3;border-left:0.1875rem solid #6537c3;border-right:0.1875rem solid #6537c3;border-bottom:0.1875rem solid #6537c3;display:block; }
 }@media only screen and (max-width: 763px) { #WbxdQhh9T42M4ox8qsc2nHKCEOronIPn { display:block; }#WbxdQhh9T42M4ox8qsc2nHKCEOronIPn > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEhzIunXfoRwACNywEV59in4nn7hT43X { display:block; }#MEhzIunXfoRwACNywEV59in4nn7hT43X > .row .container { width:20rem;height:43.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLaOgAVcLKcByKwNbaDpyTW5SHL4ZNaq { width:20rem;height:4.94970625rem;top:2.25rem;left:0rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zFWxZGFmle6vmFnFWuwkuiXtkvVFC5sx { width:14.625rem;height:5.625rem;top:8.25rem;left:2.6875rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #U1fZI5dfhTTJKJkuKy6dPH3Go8HX93dA { width:13rem;height:13rem;top:15.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqQbhICUGWgULML3rfeWT4la3yL7WKNe { width:20rem;height:13.125rem;top:29.25rem;left:0rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rCocFVtwmLoyZrKFH5xNAa1OLrpEsOpx { display:block; }#rCocFVtwmLoyZrKFH5xNAa1OLrpEsOpx > .row .container { width:20rem;height:91.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPnE4NVy7vXkTvoAZBVmT1sTQD1SCqPS { width:16.25rem;height:29.25rem;top:12.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFJoAdLaX3cFZNoLmB6EGFCJK9Z6GOiE { width:20rem;height:4.67480625rem;top:2.0625rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JzbS2058R93UK58gPdsqrKV3Fu0EoD5d { width:17.9375rem;height:4.78125rem;top:7.0859375rem;left:1.03125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wX8yqlzFiXIRssthCJsUtKdkGANRKdZy { width:18.6875rem;height:9.972675rem;top:43.46142578125rem;left:0.65625rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Iwy2o2hJu4xaAh9tz4hNaxPOgcX0b62b { width:19.375rem;height:14.6875rem;top:54.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5MTxqAM05C1TqQqXMLD1bf434avllW8 { width:18.0625rem;height:11.1875rem;top:56.6875rem;left:0.96875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#U5MTxqAM05C1TqQqXMLD1bf434avllW8 li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#U5MTxqAM05C1TqQqXMLD1bf434avllW8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_114507fffb658bc41780bd3f6f3909f4.svg); }
 }@media only screen and (max-width: 763px) { #VEIh2EPgoNmtJlktlQk0uSUWUSkhHLii { width:17.5625rem;height:4.78125rem;top:85.24267578125rem;left:1.21875rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zraFs7LTbRHwvCpv6q2TlbLa1fqPmOq1 { width:9.8125rem;height:12.375rem;top:71.61767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwq8bm98wM7uuA3ToMTAMTvav61lVMLV { width:9.375rem;height:9.375rem;top:71.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #alTQO3gAxiWxwOGfntq0zmPPgyZvDsBJ { width:9.125rem;height:2.875rem;top:80.75rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE1kVIQadurxkwwPZtvqKeouOcTdkmml { display:block; }#AE1kVIQadurxkwwPZtvqKeouOcTdkmml > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsVsxRiI4xTaqhhFlcSl9f8KXT4sHggm { width:9.25rem;height:7.0625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiPXFK1UcaURg9ZhrDbZt1KgRrnzsqKC { width:9.25rem;height:7rem;top:0.34375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7M3ggWXkPQQVQz6QL7VbDHEzM0wsVhN { width:9.25rem;height:7rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR4mftWUvAvt0wF14qBeqJUTNQnGHoe8 { width:9.25rem;height:7rem;top:8.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWM26qqa41HNqiKeRHV4b0hTEwr6wqQq { width:9.25rem;height:7rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGHyHwoODCInBaDeHpAIMfpleCpJy9Ga { width:9.25rem;height:7rem;top:15.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyQhm2NF0k99xxypS9UAhv8aRalOc4pJ { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KyQhm2NF0k99xxypS9UAhv8aRalOc4pJ > .row .container { background-color: transparent; background-image: none; }#KyQhm2NF0k99xxypS9UAhv8aRalOc4pJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyQhm2NF0k99xxypS9UAhv8aRalOc4pJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyQhm2NF0k99xxypS9UAhv8aRalOc4pJ > .row .container > .video-iframe-container { display: none; }#KyQhm2NF0k99xxypS9UAhv8aRalOc4pJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyQhm2NF0k99xxypS9UAhv8aRalOc4pJ > .row > .video-iframe-container { display: none; }#KyQhm2NF0k99xxypS9UAhv8aRalOc4pJ > .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); }#KyQhm2NF0k99xxypS9UAhv8aRalOc4pJ > .row .container { border-width: 0; border-radius: 0; }#KyQhm2NF0k99xxypS9UAhv8aRalOc4pJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KyQhm2NF0k99xxypS9UAhv8aRalOc4pJ > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNKDcSxB0L7McOO1WtbSJZnamsbcuvqu { width:20rem;height:1.21875rem;top:0.96240234375rem;left:0rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MONZevn7oDTV0JTrMvEV50TDEyuB9Eo4 { width:8.25rem;height:0.6875rem;top:7.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCMr5TGLqPX3rGU3nT8x9LFOBVROuQUS { width:7.75rem;height:1.375rem;top:9.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwUxQa4oS2qL2C1J5Q7lDUqs2Eie11b3 { width:7.6875rem;height:2rem;top:6.5625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITPM2ZQ6xOaCVgeNDWk0EcP958xmUQum { width:9.5625rem;height:1.4375rem;top:4.125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6QtiLz3nLFHcaGiFdDtsWBPhOW28Nwk { width:6.125rem;height:1.625rem;top:12.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIMXs61lJGH3ENEprOPeWPGBD4knUwQb { width:4.9375rem;height:1.875rem;top:11.8125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF4mZusPHTdJTsFu58D5ekSZNT4qdpIW { width:7.5rem;height:3.1875rem;top:2.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqnRbNxG2JOyav9nDKPaQA242ycbas1r { width:3.625rem;height:2.25rem;top:11.75rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMdDZDBGkQEcmzMUHctpMJAsUlmHUTAt { width:9.375rem;height:1.875rem;top:9.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #echbefFoEt6bLlMuXKaQVP54AtLsVhDQ { display:block; }#echbefFoEt6bLlMuXKaQVP54AtLsVhDQ > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWzqSUIcdqtGvaPzG3FgFDwaOeC6evcM { display:block; }#wWzqSUIcdqtGvaPzG3FgFDwaOeC6evcM > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXDot30vT4aVIfL3CG1HmRMMsyGO3LAA { width:20rem;height:7.03125rem;top:2.640625rem;left:0rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #daKb3ypNJQE0VFKHbnmNT89MWktFkoHV { width:15.25rem;height:3.75rem;top:10.984375rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u52AwPFQBATMARmRqM3JpeH1uZmFSktv { display:block; }
 }@media only screen and (max-width: 763px) { #ZpntmFGD9DSShStcTb6kong1V7xv8HT3 { background-color:#f7f3ed;background-image:none;display:block; }#ZpntmFGD9DSShStcTb6kong1V7xv8HT3 > .row .container { background-color: transparent; background-image: none; }#ZpntmFGD9DSShStcTb6kong1V7xv8HT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpntmFGD9DSShStcTb6kong1V7xv8HT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpntmFGD9DSShStcTb6kong1V7xv8HT3 > .row .container > .video-iframe-container { display: none; }#ZpntmFGD9DSShStcTb6kong1V7xv8HT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpntmFGD9DSShStcTb6kong1V7xv8HT3 > .row > .video-iframe-container { display: none; }#ZpntmFGD9DSShStcTb6kong1V7xv8HT3 > .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); }#ZpntmFGD9DSShStcTb6kong1V7xv8HT3 > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5UWhs9wH4Tm4FmH4DS8J943AkvlFIG6 { width:17.5625rem;height:0;top:1.75634765625rem;left:1.21875rem;font-size:2.25rem;line-height:1.1;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #gvlXAeCa6ybfm2EzTUzlBTnPFodwBRLg { width:17.5625rem;height:7.4238125rem;top:1.72509765625rem;left:1.21875rem;font-size:2.25rem;line-height:1.1;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #XvdZn1BRnTxyt9on0iXKbR01qHBVPKJJ { top:10.09375rem;left:0.96875rem;width:17.6875rem;height:31.625rem;z-index:15019;border-top:0.1875rem solid #864df9;border-left:0.1875rem solid #864df9;border-right:0.1875rem solid #864df9;border-bottom:0.1875rem solid #864df9;box-shadow: 0.3125rem 0.4375rem 0rem #6537c3 ;display:block; }
 }@media only screen and (max-width: 763px) { #aBuTRnWg8pQUIwLTIkwXcUHJ1qz1QAd1 { display:block; }#aBuTRnWg8pQUIwLTIkwXcUHJ1qz1QAd1 > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVoaRh2szisKITm3lT83NWXyIpwRFZvt { width:8.75rem;height:8rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCJNF9XNOTDshOzeCTie9qWtRVMUWuLN { width:18.625rem;height:18.625rem;top:0.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euu1rxGw3lmQINf72OhqaVphtp6WHNqm { width:19.5rem;height:23.90625rem;top:21.9375rem;left:0.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WiGQT9TheMNw6NuwZmesGQAgTZb6adS6 { width:7.1875rem;height:7.1875rem;top:12.75rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfDmx7c2yhHJTFDrlt6TH6z3h80DX8dE { width:7.9375rem;height:2.5625rem;top:18.40625rem;left:6.71875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #tMTP9tnH8gysVh1hDpi8C24ISvpUBt3T { background-color:#f7f3ed;background-image:none;display:block; }#tMTP9tnH8gysVh1hDpi8C24ISvpUBt3T > .row .container { background-color: transparent; background-image: none; }#tMTP9tnH8gysVh1hDpi8C24ISvpUBt3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMTP9tnH8gysVh1hDpi8C24ISvpUBt3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMTP9tnH8gysVh1hDpi8C24ISvpUBt3T > .row .container > .video-iframe-container { display: none; }#tMTP9tnH8gysVh1hDpi8C24ISvpUBt3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMTP9tnH8gysVh1hDpi8C24ISvpUBt3T > .row > .video-iframe-container { display: none; }#tMTP9tnH8gysVh1hDpi8C24ISvpUBt3T > .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); }#tMTP9tnH8gysVh1hDpi8C24ISvpUBt3T > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNbhmpShmmos7Xwd4o6iGZ9L8BTIvaSr { width:20rem;height:2.1937125rem;top:8.7500057220456rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A22LciyCCJOsiEApcrndsJqszcyCFsiX { width:20rem;height:1.13720625rem;top:10.943359375rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qpAfiNiTsBNBFPCeR3T7Mht9dy5nK6BM { width:20rem;height:1.13720625rem;top:22.880859375rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aapQ9bJtui3EorekEun6d11lc0HV4qMq { width:20rem;height:2.1937125rem;top:20.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2mO7gDCnPPlNaZccW4szcSPE4yJ8Teb { width:13.75rem;height:2.2744125rem;top:34.755859375rem;left:3.125rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TvprPAG5hKI7orCWaNMlDDsxCZLfJIVb { width:20rem;height:2.1933625rem;top:32.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5fEmukC2w0lhvpGW8xbQ04Jl1ioC13v { width:6.25rem;height:6.25rem;top:25.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSWLc6itxlmp37tfNlMQHMiBoEAp6aHG { width:6.25rem;height:6.25rem;top:13.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L77hX5NrNVwb9ftFDEibthaFk478TLnI { width:6.25rem;height:6.25rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM9KkcO049AWO22gQFgQqtOBTx1gbvdX { background-color:#f7f3ed;background-image:none;display:block; }#aM9KkcO049AWO22gQFgQqtOBTx1gbvdX > .row .container { background-color: transparent; background-image: none; }#aM9KkcO049AWO22gQFgQqtOBTx1gbvdX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aM9KkcO049AWO22gQFgQqtOBTx1gbvdX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aM9KkcO049AWO22gQFgQqtOBTx1gbvdX > .row .container > .video-iframe-container { display: none; }#aM9KkcO049AWO22gQFgQqtOBTx1gbvdX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aM9KkcO049AWO22gQFgQqtOBTx1gbvdX > .row > .video-iframe-container { display: none; }#aM9KkcO049AWO22gQFgQqtOBTx1gbvdX > .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); }#aM9KkcO049AWO22gQFgQqtOBTx1gbvdX > .row .container { width:20rem;height:80.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHKe2VTVqa4zg0pAMvZdIVyIFi5FIGUv { width:15.9375rem;height:3.09375rem;top:9.75rem;left:2.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oba2MfKnTKDZx1zOurxnLykCwAtCHC6l { width:16.625rem;height:9.84375rem;top:13.97119140625rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyxFq9UKGyDsFfgCww70hmu3pCum3ole { width:6.25rem;height:6.25rem;top:1.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaeoJpHEM87Ku6rbqPGe366WwzOLRTrZ { width:16.625rem;height:9.84375rem;top:40.9375rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFuDaIg3UTZzk1sQMs9VUNQ8C0UBwyIC { width:16.3125rem;height:2.0625rem;top:37.4375rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQxxl9aObd9pSU1VbJWuLwnA13d1TTTF { width:6.25rem;height:6.25rem;top:55.5rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbPRIWZncBTowyCHqBmNV9AEqVPXbln1 { width:16.625rem;height:8.4375rem;top:68.9375rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSXqg4RmcLURhWT6E7ubo7wough046UX { width:10.9375rem;height:4.125rem;top:63.875rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2gVVVeUIuIRwOpQMkNWCpUvkqs49xrz { width:6.25rem;height:6.25rem;top:29.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEKPnXXAB9PKgs7BfDwzC2R54Citby6T { width:8.125rem;height:8.125rem;top:0.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdpUt4QzrbVoxi5TbgmnTF3yDz5FNwHs { width:8.125rem;height:8.125rem;top:28.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgPTn69Kmu1IeZKhnkNtUQfHTmBbQssJ { width:8.125rem;height:8.125rem;top:54.8125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIV6VpbbQ4TpsILwuZ7ozW3AwzRJIM8N { width:19.5rem;height:25.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESki4DMFt2daT7HATpKb6mqgK36FwDH9 { width:19.5rem;height:24.25rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAB8H7RTaIvxpfuABqiQJaNyhGQr5XJ3 { width:19.5rem;height:24.625rem;top:54.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgKTXEWgAT4FdXpQmX1kTuAcenZWicfD { display:block; }#OgKTXEWgAT4FdXpQmX1kTuAcenZWicfD > .row .container { width:20rem;height:73.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TubvKx7om5nEWoXiX9TogR1tvCy9phqs { width:15.375rem;height:1.9248rem;top:9.98388671875rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve0fW0ksUZZApyL4gGZ8UlbuAbi9gE8X { width:16.5rem;height:8.44925rem;top:12.53369140625rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5n8TrUOZX64MkLNJyomVxbT4kZt56Tl { width:15.75rem;height:7.796875rem;top:37.1875rem;left:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI9fEiRiNV6PL41keibMxOoH7DNexwd6 { width:16.3125rem;height:1.9248rem;top:34.57080078125rem;left:1.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJI6JXmuS6CGLUQfNnHuHPXcQUQTAUGr { width:18.125rem;height:6.82325rem;top:61.375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMtLKRgXswTinTTS2ODwoSJrK8p2GdOK { width:11.5625rem;height:1.9248rem;top:58.75830078125rem;left:4.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGMWxOoG3l57UeikeUwpdVlMklptsDqi { width:6.25rem;height:6.25rem;top:50.6875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryeFwtif4lQtNA8z7Ea0BfxHkRR9sg9V { width:8.125rem;height:8.125rem;top:1rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3lMbEfqkdinlKLlJh70E1OgGHt4LwK4 { width:8.125rem;height:8.125rem;top:25.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtplUAqTBspz36W0JcU6QHVvxB5lJkuy { width:8.125rem;height:8.125rem;top:49.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbTp7ZmN8eJyDzgNUCnPRAoOiTUpTTET { width:19rem;height:22.0625rem;top:0rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Celn564kbxhBstGtkN0DZozqUtpNW2XX { width:19rem;height:22.0625rem;top:24.251953125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLuxKVbvsSTkVOcGDZ7Uczp0aoKynd9U { width:19rem;height:22.0625rem;top:48.439453125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZuGWZF2NEA0HA8SvoDelxLAW8kmbPQu { width:6.25rem;height:6.25rem;top:1.8125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlSRW9b2b5oB3we2sTfhOxbOetUNWdFl { width:6.25rem;height:6.25rem;top:26.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5b0mgAFFAWx0q9bZsuvJhBT7xe4eDIV { display:block; }#O5b0mgAFFAWx0q9bZsuvJhBT7xe4eDIV > .row .container { width:20rem;height:166.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0IbesfIIFeDIi9bTXMxkRJfp2Dyr9WU { width:18.1875rem;height:5.5rem;top:5.13671875rem;left:0.90625rem;font-size:2.5rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dbhwp6FHiWo0SGHPETKorUrDWo3umnPm { width:18.25rem;height:0;top:7.375rem;left:0.875rem;font-size:1.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Zx0PhKONSc8uUEc7ndMDTPM29N4aTgXF { width:19.375rem;height:150.9375rem;top:15.625rem;left:0rem;background-color:#000000;background-image:none;border-top:0.3125rem solid #f7e397;border-left:0.3125rem solid #f7e397;border-right:0.3125rem solid #f7e397;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQT78JPqfc44F74yQbSprx1oba3TcN4I { width:18.0625rem;height:1.5rem;top:74.68212890625rem;left:0.96875rem;font-size:1.25rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MylLeGEtL4Zo9UHqHEq0tQxbtbuvsGI9 { width:17.1875rem;height:4.3994125rem;top:30.25rem;left:1.5625rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fWKwS6HEoH1qaLNJK03ZCgn3GVKMUhcK { width:17.625rem;height:23.5625rem;top:35.5rem;left:1.25rem;font-size:1rem;line-height:1.5;display:block; }#fWKwS6HEoH1qaLNJK03ZCgn3GVKMUhcK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8a9f3db9fdcb7b001cf469306e5ccae28b4325e2.svg); }
 }@media only screen and (max-width: 763px) { #z2Vhnt2MFO47izB02Z4Md4Obx7gdDf3X { width:18rem;height:3.1494125rem;top:71.158203125rem;left:0.9375rem;font-size:1.3125rem;line-height:1.2;text-align:left;text-align-last:left;color:#00ffae;display:block; }
 }@media only screen and (max-width: 763px) { #JMdRBWACzR6tFOwdwJziCOlTWWcB4ETJ { width:17.875rem;height:7.96875rem;top:91.63525390625rem;left:1.0625rem;font-size:0.9375rem;line-height:1.7;display:block; }#JMdRBWACzR6tFOwdwJziCOlTWWcB4ETJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
 }@media only screen and (max-width: 763px) { #tipQnDDTTVv7WUrsb9VVG23GodWFkya4 { width:19.6875rem;height:7.5625rem;top:61.693359375rem;left:0.21875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QOe5JUZr8W1xrsJabupxQ3ThKNsFd5OT { width:18.0625rem;height:5.94921875rem;top:62.5rem;left:1.21875rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #l6A6oaohIBmhXbO9sGUEo9XiAXwCJPF7 { width:20rem;height:1.8374rem;top:17.4375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HL8Txk065myTBebX1NCu9DJG8UWiTXzE { width:9.125rem;height:2.3125rem;top:17.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACWqRf0DaHERtnNGencolAoOJtJyPAhr { width:17.4375rem;height:9.625rem;top:18.4609375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKFQzSR0Bia7AT17faVxrhp0WwhPRJsV { width:14.375rem;height:21.5rem;top:149.0625rem;left:2.8125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #aXig3Inh1OLeIHsQTI5T3w907Dsx3NyL { width:13.875rem;height:29.0625rem;top:23.3984375rem;left:3.0625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #cqezodmBW1sEFsGRfrQ2tnFcUKTO35Iy { width:18.4375rem;height:3.324225rem;top:11.07421875rem;left:0.90625rem;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;z-index:15012;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #gdyTKnt1La2oF70QHWyRBzJ65bqCe27u { width:19.375rem;height:12.5rem;top:77.908203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhzoXlqKaadSlz6gKtK6uuMbFV2KTq2M { width:19.4375rem;height:11.5625rem;top:89.71337890625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFgBs5wPlsBBZM8tStZu7VK3RIUzu5tc { width:19.375rem;height:12.5rem;top:107.173828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhc7wXr36KHEPJJkUm1ZXDdBpxrHF7C2 { width:19.5rem;height:9.8125rem;top:119.1494140625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAM0Bl7ZEXn886GxJfbC8I3RJUg0ixDq { width:17.875rem;height:7.5rem;top:120.64990234375rem;left:1.1875rem;font-size:0.9375rem;line-height:1.6;display:block; }#PAM0Bl7ZEXn886GxJfbC8I3RJUg0ixDq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
 }@media only screen and (max-width: 763px) { #KkKdSA616TVOaO52AAIXDBGxDWGW607c { width:20rem;height:6.75rem;top:100.423828125rem;left:0rem;font-size:5.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #srQOTT07qctT0JOPbESkT1e0ucefWRVr { width:20rem;height:6.75rem;top:127.75rem;left:0rem;font-size:5.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u2cvID9GHTzSZz1IUmZhn1DUf0eprblZ { width:19.375rem;height:12.5rem;top:134rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWWdVGfLWIQytorABiwca6nXmapetpqJ { width:19.375rem;height:24rem;top:142.8369140625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJhXStzHKHTN1L1bQUPeSGws2943LDE1 { width:17.875rem;height:15.9375rem;top:147.8134765625rem;left:1.1875rem;font-size:0.9375rem;line-height:1.7;display:block; }#nJhXStzHKHTN1L1bQUPeSGws2943LDE1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a476a5af-cae7-4619-a107-ca789cf4ac41/wrappedpresent_1f381.png); }
 }@media only screen and (max-width: 763px) { #VmDXINh43T6CTutA6FNlxCMsaAdd3tvL { width:3.75rem;height:3.75rem;top:76.875rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaZCDDGZR2FUZr0XbegWIAJzGGrUv7s8 { width:3.75rem;height:3.75rem;top:105.5625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTqtzTRtgIh3mk95lBRTFDLt6OgP6peD { width:3.75rem;height:3.75rem;top:132.1875rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0MJQS1ACkNtPIOVkrDr4EhMqJ1JMBxA { width:17.5625rem;height:1.375rem;top:2.875rem;left:0.96875rem;font-size:1.25rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bm22QpdrxHomIbV8HD85drAznEXdMfHv { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bm22QpdrxHomIbV8HD85drAznEXdMfHv > .row .container { background-color: transparent; background-image: none; }#bm22QpdrxHomIbV8HD85drAznEXdMfHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bm22QpdrxHomIbV8HD85drAznEXdMfHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bm22QpdrxHomIbV8HD85drAznEXdMfHv > .row .container > .video-iframe-container { display: none; }#bm22QpdrxHomIbV8HD85drAznEXdMfHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bm22QpdrxHomIbV8HD85drAznEXdMfHv > .row > .video-iframe-container { display: none; }#bm22QpdrxHomIbV8HD85drAznEXdMfHv > .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); }#bm22QpdrxHomIbV8HD85drAznEXdMfHv > .row .container { border-width: 0; border-radius: 0; }#bm22QpdrxHomIbV8HD85drAznEXdMfHv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bm22QpdrxHomIbV8HD85drAznEXdMfHv > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTB6wNUn3f9vtq2dsPSZmcRk517MT6TT { width:19.5rem;height:10.817857142857rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE4UOF3CWfE8rl8cxpaFqkuRwGuW3b7L { width:9.375rem;height:6.75rem;top:12.25rem;left:10.125rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VGHpA18akTyDod4uWGe8A40Vz5AXAwHh { width:9.375rem;height:6.875rem;top:12.1875rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #u0C25W4OyZ8ntHA3E163Tf9IfuelzSPQ { width:9.375rem;height:2.125rem;top:0.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4HWicTV0MEUe0KtmtFdnvJTPwUgaFqC { width:9.375rem;height:5.875rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt0ZXeJePiaVWJOwTUD3bVcLiytRBTN0 { width:9.375rem;height:6.0625rem;top:20.21875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuDDRkJ6Q5JAmgeXq8N2zXhIgJUmhyCR { width:9.375rem;height:6.0625rem;top:26.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChCR50f6AAKKHUOxq4fKMcLxaxswb2FI { width:3.125rem;height:3.125rem;top:11.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Leo8v8WeJrgWdgVxe4GshwU6AAZsxz0Q { width:3.125rem;height:3.125rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN7Jr00T9P7twITO035ZkBIlNhF8oqkT { width:3.125rem;height:3.125rem;top:26.125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTwREfiz8Qpm4WWcZs8sFx7EaQbN2eXd { width:3.125rem;height:3.125rem;top:32.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmNneqJlTzWD47sN9kB2oynHbr6UErZp { display:block; }#FmNneqJlTzWD47sN9kB2oynHbr6UErZp > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQcatcGCiiAGQF18W185HzDGHqyw7wck { width:18.9375rem;height:32.566375rem;top:19.83642578125rem;left:0.5625rem;font-size:1.0625rem;display:block; }#aQcatcGCiiAGQF18W185HzDGHqyw7wck li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a761c1f39dabe80b97883249d92e9583acb6da7e.svg); }
 }@media only screen and (max-width: 763px) { #LQf3Tb8hBihRqw8DIsPQdwXqundKBt9T { width:20rem;height:6.75rem;top:0rem;left:0rem;font-size:5.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WsmFbFPclcACmRdLNZDVzq4DkXIzZqEF { height:11.005671506352rem;width:19.625rem;top:7.33642578125rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sZ4k31Ct1lJ6k4lQE0SAeLxWTH1q2Di0 { background-color:#000000;background-image:none;display:block; }#sZ4k31Ct1lJ6k4lQE0SAeLxWTH1q2Di0 > .row .container { background-color: transparent; background-image: none; }#sZ4k31Ct1lJ6k4lQE0SAeLxWTH1q2Di0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZ4k31Ct1lJ6k4lQE0SAeLxWTH1q2Di0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZ4k31Ct1lJ6k4lQE0SAeLxWTH1q2Di0 > .row .container > .video-iframe-container { display: none; }#sZ4k31Ct1lJ6k4lQE0SAeLxWTH1q2Di0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZ4k31Ct1lJ6k4lQE0SAeLxWTH1q2Di0 > .row > .video-iframe-container { display: none; }#sZ4k31Ct1lJ6k4lQE0SAeLxWTH1q2Di0 > .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); }#sZ4k31Ct1lJ6k4lQE0SAeLxWTH1q2Di0 > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3ye9MPRoeFg0b4xeSTQrOfM4n96au0Z { width:18.625rem;height:11.3745rem;top:9.65234375rem;left:0.6875rem;font-size:1.625rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KKRGGfk20C978Z68dFg28dMEShrDN1va { width:18.375rem;height:7.349125rem;top:22.43505859375rem;left:0.8125rem;font-size:1.75rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qMctqTGftbc6JDUn2urK9nF84EG74fmS { width:15.9375rem;height:5.8496125rem;top:40.375rem;left:2.03125rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d0AUpy2qT70T4WI9tTQ9Bg8B0GdrP3B2 { width:18.625rem;height:4.5625rem;top:35.24658203125rem;left:0.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZXLOe3mlTx0i80KpXQ4GKGpWQC5RnTT { display:block; }
 }@media only screen and (max-width: 763px) { #fiHzrSigiq1oAswOSmTGpTvGBPIsD2iO { width:16.75rem;height:1.1875rem;top:53.75rem;left:1.6875rem;font-size:1.1875rem;line-height:1;text-align:left;text-align-last:left;display:block; }#fiHzrSigiq1oAswOSmTGpTvGBPIsD2iO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a46434fdc9b812c00d14ac2070752e7be8306e94.svg); }
 }@media only screen and (max-width: 763px) { #TzfRG1F131hHRMmH73EVqPWWWmAPLdE6 { width:20rem;height:0;top:3.5859375rem;left:0rem;font-size:1.625rem;line-height:1.1;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #aEobTf6SJTEEDmb5QmgSVzNTLWXnPOL1 { width:19.1875rem;height:4.5625rem;top:47.8125rem;left:0.40625rem;font-size:1.375rem;z-index:15008;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);box-shadow: 0.3125rem 0.4375rem 0rem rgba(var(--color-tertiary-4),1) ;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #dfZIdFhCElBCxQ2MaDhiJgGxk0c5a0xE { display:block; }
 }@media only screen and (max-width: 763px) { #FHnC56KR5Ss44bUwC7zBUCkx6i5q9vDe { width:19.9375rem;height:3.0058625rem;top:5.875rem;left:0rem;font-size:2.3125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15008;color:#f44336;display:block; }
 }@media only screen and (max-width: 763px) { #DOVeU5bGodNg2sRlwiqZwnTvhfnOHWMf { width:13.9375rem;height:4.8125rem;top:0.9375rem;left:3.03125rem;font-size:2.1875rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #XTFy6llEUy1NE4xF2C7mJhMIXVgAoOBG { width:19.5rem;height:5.811525rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9OpiEHFSuM45ybWIuMWd4TRKnvr728O { display:block; }#L9OpiEHFSuM45ybWIuMWd4TRKnvr728O > .row .container { width:20rem;height:1.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVuMcDd8eIXwu2zv9nUFqDrxAEaI14Tt { display:block; }#EVuMcDd8eIXwu2zv9nUFqDrxAEaI14Tt > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zK7a72ncx8MwbpB8o94XhaS0Q3XJ1lHQ { width:18rem;height:22.5rem;top:24.34375rem;left:1rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nT1DGxpovaSq5n8wikNRFxr8PgUTnZw7 { width:0.3125rem;height:7.4375rem;top:0rem;left:9.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqndJe2gDAv8dsVe2lmyPmTlz8xOoOi0 { width:16.8125rem;height:5.98095625rem;top:15.3125rem;left:1.59375rem;font-size:1.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #flJl3UOv9eTxMshrlbGy1JLJN36UnFsJ { width:18.1875rem;height:4.5625rem;top:19.8125rem;left:0.9375rem;font-size:1.5rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #M4sXzxsrJz1ETVwhuWCztqEWrdiNxD7i { display:block; }
 }@media only screen and (max-width: 763px) { #erwdolA5qZWpZbXFJLyL4dChPtSmDd35 { width:19.0625rem;height:0;top:14.4375rem;left:0.46875rem;font-size:1.75rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #yBqgDMnwSgXIPpfh7TBKoDcE0OGCTbZ5 { top:22.9375rem;left:0rem;width:20rem;height:0.3125rem;z-index:15011;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZT9zHmIe9V6tZdCc64dEiUiNRdpdzmxA { width:15.9375rem;height:0;top:25.3125rem;left:2.03125rem;font-size:1.125rem;line-height:1;text-align:left;text-align-last:left;z-index:15007;display:none; }#ZT9zHmIe9V6tZdCc64dEiUiNRdpdzmxA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4a93a2dbfedca703532dd43f885a9968ef91c5f.svg); }
 }@media only screen and (max-width: 763px) { #fyQAEQCn9HN03lvnRa8bF0b4nHrAzST2 { width:15.625rem;height:15.625rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eosp5prOCZ8nTMJvip3U49gLkTMJ6WwP { display:block; }#eosp5prOCZ8nTMJvip3U49gLkTMJ6WwP > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmD78iCumKeS3EEsU1Wr5mMoTvemar6e { width:8.125rem;height:8.125rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #by6RAbKCLP4zg1bWVqHrxB2XTMRAvxFL { display:block; }#by6RAbKCLP4zg1bWVqHrxB2XTMRAvxFL > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7so6TxUy17p7aXSQJHdhIiIVAASINJD { width:16.8125rem;height:7.78125rem;top:1.25rem;left:1.5625rem;font-size:0.9375rem;display:block; }#L7so6TxUy17p7aXSQJHdhIiIVAASINJD li:before{  }
 }@media only screen and (max-width: 763px) { #K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai { display:block; }#K162mi1RHW4r4XBySFNmiRNAzEd6l5Ai > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RV2xu6abnRGh3ui7n3BfEeGlOgKC0eeD { width:18.8125rem;height:6.3369375rem;top:0.52392578125rem;left:0.59375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZrWPQg8T3QWGx2u38vidCmlgRKya2fO { display:block; }#fZrWPQg8T3QWGx2u38vidCmlgRKya2fO > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMHUd0SXePTlwIqbGSi7qUPRcxp4QOTN { width:20rem;height:11.375rem;top:1.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }