.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,230,246;--color-primary-1:224,173,209;--color-primary-2:203,119,178;--color-primary-3:122,71,107;--color-primary-4:41,24,36;--color-secondary-0:235,217,255;--color-secondary-1:187,128,254;--color-secondary-2:119,0,253;--color-secondary-3:60,0,127;--color-secondary-4:18,0,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Georgia";--paragraphs-font-family:"Georgia"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA { background-color:transparent;background-image:url("https://images.assets-landingi.com/qHmIc1QrnJE/unsplash/inyoung-jung-qHmIc1QrnJE-photo-1680329012007-1f59c9e7baab.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA.adaptive-delivery-prevent-bg, #wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA.lazyload, #wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA.lazyloading { background-image: none; }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA > .row .container { background-color: transparent; background-image: none; }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,250,255,0.84); }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA > .row .container > .video-iframe-container { display: none; }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,250,255,0.84); }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA > .row > .video-iframe-container { display: none; }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA > .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); }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA > .row .container { border-width: 0; border-radius: 0; }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA > .row .container { font-size:0.875rem;font-family:lato;height:56.125rem;width:75rem;overflow:visible;position:relative;display:block; }#TuuVwFt0tH8SqDtxBPecnHLKuH7AH2oR { color:#040506;display:block;width:63.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.91015625rem;left:4.498046875rem;height:2.75rem;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; }
#PUvbSz4oPB3lwURqCsBEyDqc4UqZU4EE { position:absolute;display:block;z-index:15003;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);box-shadow: none;height:31.25rem;width:25rem;top:22.875rem;left:24.875rem;display:block; }
#Vp8DmKgdfVGFKADFF7keCdw411pggVc2 { color:rgba(var(--color-primary-3),1);display:block;width:44.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem #fdabfd;top:5.59765625rem;left:13.779296875rem;height:2.4375rem;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; }
#Z6V4yW0oPqxqDpA6IEgdg79RvPdOGJWJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:13.4990234375rem;left:35.9375rem; }
#iqZ852TfRWxPJirkkxgQiQNr67LnfBf5 { position:absolute;display:block;z-index:15011;height:5.6875rem;width:10.3125rem;top:16.6240234375rem;left:32.34375rem;display:block; }
#Wko0uxRXG3yfmNxl4nLf9PWhRgDCWusI { color:#000000;display:block;width:58.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem #fdabfd;top:8.6865234375rem;left:8.09375rem;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; }
#iAMeDUXtFKV212FQ0BB4adpfQDal8mwv { position:absolute;display:block;z-index:15012;height:5.6875rem;width:10.3125rem;top:17.2490234375rem;left:32.96875rem;display:none; }
#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row .container { background-color: transparent; background-image: none; }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row .container > .video-iframe-container { display: none; }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row > .video-iframe-container { display: none; }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .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); }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row .container { border-width: 0; border-radius: 0; }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row .container { font-size:0.875rem;font-family:lato;height:33.8125rem;width:75rem;position:relative;display:block; }#POv7ZtWsZFTG4D4Ts0USzCqyQxxlILFp { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:3.498046875rem;left:30.8125rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#POv7ZtWsZFTG4D4Ts0USzCqyQxxlILFp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#POv7ZtWsZFTG4D4Ts0USzCqyQxxlILFp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_adc2686a0ba306e5db2d8e803e2c378e.svg); }
#PmucFTdkdwcc4AVZzssS4xKnKGUN4ayP { color:rgba(var(--color-tertiary-0),1);display:block;width:67.99875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:6.40625rem;left:3.5rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vrIP25fXg9JC2D4U0pJKUcSGKNll7n6P { color:rgba(var(--color-tertiary-0),1);display:block;width:60.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:11.75rem;left:7.34375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#vrIP25fXg9JC2D4U0pJKUcSGKNll7n6P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vrIP25fXg9JC2D4U0pJKUcSGKNll7n6P li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_88b28ccbdf575356d0731a03c83a3f6a3caa4e40.svg); }
#bE3PTAs10BTFrhNhHKkQgi6P3fTyC6Ni { color:rgba(var(--color-tertiary-0),1);display:block;width:67.998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:23.46875rem;left:3.5rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pKac9bVVNJJaR0dGNSeClLeSg08SUSu8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:13.8125rem;width:13.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:20rem;left:57.748046875rem; }
#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { background-color: transparent; background-image: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container > .video-iframe-container { display: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row > .video-iframe-container { display: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .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); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { border-width: 0; border-radius: 0; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { font-size:0.875rem;font-family:lato;height:41.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#sHh8MmZmbZUGrNsvTdDb6zIDgxklVWIS { box-sizing:content-box;height:29.875rem;width:48.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),0.2);background-image:none;top:4.9375rem;left:22rem;border-top:0.125rem solid #6d19af;border-left:0.125rem solid #6d19af;border-right:0.125rem solid #6d19af;border-bottom:0.125rem solid #6d19af;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#JTaa8Ly1eHhCxtsyWBKJTKm1DuW0zuOZ { color:#000000;display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:6.9375rem;left:41.3125rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#JTaa8Ly1eHhCxtsyWBKJTKm1DuW0zuOZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JTaa8Ly1eHhCxtsyWBKJTKm1DuW0zuOZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_adc2686a0ba306e5db2d8e803e2c378e.svg); }
#mllHicOmyVEyRb0TQOL1FL9tSG7LWR3U { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:8.6875rem;left:27.6875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CypJ7Pq2MsV91rzCQRJq9OAi3p7uAAa7 { color:#000000;display:block;width:41.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:12.125rem;left:25.375rem;height:18.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CypJ7Pq2MsV91rzCQRJq9OAi3p7uAAa7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CypJ7Pq2MsV91rzCQRJq9OAi3p7uAAa7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_671621d55395e6a8f7eabc36cfcda5ae.svg); }
#ytfGuOzVGTifay3J8cH6FdgBvpxlhSxN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:18rem;width:18rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:23.3125rem;left:37.25rem; }
#bQJ4MdtMXsCUGhowF6Kb9ZJgs13khR6T { position:absolute;display:block;z-index:15010;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:22.625rem;width:22.625rem;top:8.625rem;left:1.6875rem;overflow:hidden;display:block; }
#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC { background-color:rgba(var(--color-primary-0),0.2);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row .container { background-color: transparent; background-image: none; }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row .container > .video-iframe-container { display: none; }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row > .video-iframe-container { display: none; }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .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); }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row .container { border-width: 0; border-radius: 0; }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row .container { font-size:0.875rem;font-family:lato;height:78.625rem;width:75rem;overflow:visible;position:relative;display:block; }#xU2J3fGAr7fOKSm2sF4Mx51exOgnsr8H { color:#040506;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:6.75rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VkJWrnAFTTNzCdT594ZT136zOMCyIriE { color:#040506;display:block;width:39.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:13.8349609375rem;left:30.90234375rem;height:22.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#VkJWrnAFTTNzCdT594ZT136zOMCyIriE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VkJWrnAFTTNzCdT594ZT136zOMCyIriE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cbe8f64445af244f113cc11058d91eac.svg); }
#or6r0ifOTmleKkW1AoTib0oeS35dgpV9 { box-sizing:content-box;height:27.3125rem;width:72.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.312400817871rem;left:-0.25010681152344rem;border-top:0.125rem solid #6d19af;border-left:0.125rem solid #6d19af;border-right:0.125rem solid #6d19af;border-bottom:0.125rem solid #6d19af;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#slNfUvKQaxo4OPK2dhtCNL3qZrL9u1kk { position:absolute;display:block;z-index:15007;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:24.8125rem;width:22.875rem;top:12.464191436767rem;left:5.8121738433838rem;overflow:hidden;display:block; }
#hsXxZb7H11coO4nCh1t0LDbabwmhEHDT { box-sizing:content-box;height:27.3125rem;width:72.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:44.75rem;left:0rem;border-top:0.125rem solid #6d19af;border-left:0.125rem solid #6d19af;border-right:0.125rem solid #6d19af;border-bottom:0.125rem solid #6d19af;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#C64qaH1wRbQzKpbCwJWgXqXbM7TRlRkm { position:absolute;display:block;z-index:15010;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:24.75rem;width:22.8125rem;top:46.068794250488rem;left:47.401800155639rem;overflow:hidden;display:block; }
#K2QBp7Ar9VS5zFWJpyFvG1vkr5CGpB3J { color:#040506;display:block;width:39.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:46.26247215271rem;left:5.8116321563721rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#K2QBp7Ar9VS5zFWJpyFvG1vkr5CGpB3J li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#K2QBp7Ar9VS5zFWJpyFvG1vkr5CGpB3J li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cbe8f64445af244f113cc11058d91eac.svg); }
#scNrUsmxUTzxWzmAiozgNdZmiIMNAl4t { color:#000000;display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:4.5rem;left:34.53125rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#scNrUsmxUTzxWzmAiozgNdZmiIMNAl4t li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#scNrUsmxUTzxWzmAiozgNdZmiIMNAl4t li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_adc2686a0ba306e5db2d8e803e2c378e.svg); }
#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt { background-color:rgba(var(--color-primary-3),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { background-color: transparent; background-image: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container > .video-iframe-container { display: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container { display: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .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); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { border-width: 0; border-radius: 0; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { font-size:0.875rem;font-family:lato;height:30.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#w6mki7TvSTbInJ0s1t3wAgS0VKXHt2mP { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:10.1875rem;left:15.625rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IZPA71ZiP6Bd6IpBsJHIZMaqx6UFGus0 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.0000057220459rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TK48CRfO1rR3KFMLsKPeSApJh2iCL5co { color:#ffffff;display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:2.6875rem;left:32rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TK48CRfO1rR3KFMLsKPeSApJh2iCL5co li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TK48CRfO1rR3KFMLsKPeSApJh2iCL5co li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_adc2686a0ba306e5db2d8e803e2c378e.svg); }
#T7dmAuED50y1qOh1QLLMnqT2EwJQg476 { color:rgba(var(--color-primary-0),1);display:block;width:57.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:23.59375rem;left:8.46875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iqKUszAq3FTlzJ3qqvGFrIBv7KVLkCUJ { color:#ffffff;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:13.78125rem;left:11.09375rem;height:6.5625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HUynU80hsJZzbo39mCzfKNzIGbO50f7f { color:#ffffff;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:13.65625rem;left:38.78125rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PzqfTD3VRD2zNG6uTEmG6sVRsO6M8z9c { color:rgba(var(--color-primary-1),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:13.78125rem;left:35.75rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }#PzqfTD3VRD2zNG6uTEmG6sVRsO6M8z9c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PzqfTD3VRD2zNG6uTEmG6sVRsO6M8z9c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_adc2686a0ba306e5db2d8e803e2c378e.svg); }
#TfzK9I98G6Ag6kDJtRC4UXSvB5kAcQIr { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TfzK9I98G6Ag6kDJtRC4UXSvB5kAcQIr > .row .container { background-color: transparent; background-image: none; }#TfzK9I98G6Ag6kDJtRC4UXSvB5kAcQIr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfzK9I98G6Ag6kDJtRC4UXSvB5kAcQIr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfzK9I98G6Ag6kDJtRC4UXSvB5kAcQIr > .row .container > .video-iframe-container { display: none; }#TfzK9I98G6Ag6kDJtRC4UXSvB5kAcQIr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfzK9I98G6Ag6kDJtRC4UXSvB5kAcQIr > .row > .video-iframe-container { display: none; }#TfzK9I98G6Ag6kDJtRC4UXSvB5kAcQIr > .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); }#TfzK9I98G6Ag6kDJtRC4UXSvB5kAcQIr > .row .container { border-width: 0; border-radius: 0; }#TfzK9I98G6Ag6kDJtRC4UXSvB5kAcQIr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TfzK9I98G6Ag6kDJtRC4UXSvB5kAcQIr > .row .container { font-size:0.875rem;font-family:lato;height:21.125rem;width:75rem;overflow:visible;position:relative;display:block; }#eIuNOh0qMG6JqDFbQI1VKEpSSvoctvKN { position:absolute;display:block;z-index:15013;height:5.6875rem;width:10.3125rem;top:11rem;left:32.375rem;display:block; }
#xKbeSBS7sAsmzTP2a4PKBnUisiE6hoBK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:7.1875rem;left:35.9375rem; }
#qKplli3eUfR7883eGG49lbpz877k7Io9 { color:#7f3bb3;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:3.8125rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MWmcWyzwb30A3uvhi6nQGq7JnsVpx8Ig { position:absolute;display:block;z-index:15014;height:5.6875rem;width:10.3125rem;top:11.625rem;left:33rem;display:none; }
#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row .container { background-color: transparent; background-image: none; }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row .container > .video-iframe-container { display: none; }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row > .video-iframe-container { display: none; }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .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); }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row .container { border-width: 0; border-radius: 0; }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row .container { font-size:0.875rem;font-family:lato;height:10.625rem;width:75rem;position:relative;display:block; }#FVi0aOyyaoBqFSIvSyOfRgzs34UByqbZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#040506;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:4.0625rem;left:65rem;display:block; }
#Q0ybQyPFJNvvAmiV3qAJCBpQQwVgx7Uw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UgUXQyrOdWs6v7lfT024ZC0NUWAuB4pl { 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:7.5rem;width:7.5rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#yO7fOrzsxlpbSTxLITwmRtzWDaxQTrRd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#040506;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:4rem;left:55.0625rem;display:block; }
#zTMlz6CQDNgeTsVTEGNWSLkwunMFlyLH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA { display:block; }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuuVwFt0tH8SqDtxBPecnHLKuH7AH2oR { top:1.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUvbSz4oPB3lwURqCsBEyDqc4UqZU4EE { top:22.875rem;left:11.25rem;width:25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp8DmKgdfVGFKADFF7keCdw411pggVc2 { top:5.5625rem;left:0.154296875rem;width:44.6875rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6V4yW0oPqxqDpA6IEgdg79RvPdOGJWJ { top:13.4375rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqZ852TfRWxPJirkkxgQiQNr67LnfBf5 { top:16.5625rem;left:18.71875rem;width:10.3125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wko0uxRXG3yfmNxl4nLf9PWhRgDCWusI { top:8.625rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAMeDUXtFKV212FQ0BB4adpfQDal8mwv { top:17.1875rem;left:19.34375rem;width:10.3125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS { display:block; }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POv7ZtWsZFTG4D4Ts0USzCqyQxxlILFp { top:3.4375rem;left:17.1875rem;width:13.375rem;height:1.75rem;font-size:1.25rem;display:block; }#POv7ZtWsZFTG4D4Ts0USzCqyQxxlILFp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_adc2686a0ba306e5db2d8e803e2c378e.svg); }
 }@media only screen and (max-width: 763px) { #PmucFTdkdwcc4AVZzssS4xKnKGUN4ayP { top:6.375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrIP25fXg9JC2D4U0pJKUcSGKNll7n6P { top:11.75rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#vrIP25fXg9JC2D4U0pJKUcSGKNll7n6P li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_88b28ccbdf575356d0731a03c83a3f6a3caa4e40.svg); }
 }@media only screen and (max-width: 763px) { #bE3PTAs10BTFrhNhHKkQgi6P3fTyC6Ni { top:23.4375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKac9bVVNJJaR0dGNSeClLeSg08SUSu8 { top:20rem;left:33.9375rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 { display:block; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHh8MmZmbZUGrNsvTdDb6zIDgxklVWIS { top:4.9375rem;left:0rem;width:47.5rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTaa8Ly1eHhCxtsyWBKJTKm1DuW0zuOZ { top:6.9375rem;left:27.6875rem;width:9.875rem;height:1.75rem;font-size:1.25rem;display:block; }#JTaa8Ly1eHhCxtsyWBKJTKm1DuW0zuOZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_adc2686a0ba306e5db2d8e803e2c378e.svg); }
 }@media only screen and (max-width: 763px) { #mllHicOmyVEyRb0TQOL1FL9tSG7LWR3U { top:8.6875rem;left:10.6875rem;width:37.0625rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CypJ7Pq2MsV91rzCQRJq9OAi3p7uAAa7 { top:12.125rem;left:6rem;width:41.75rem;height:18.125rem;font-size:1rem;display:block; }#CypJ7Pq2MsV91rzCQRJq9OAi3p7uAAa7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_671621d55395e6a8f7eabc36cfcda5ae.svg); }
 }@media only screen and (max-width: 763px) { #ytfGuOzVGTifay3J8cH6FdgBvpxlhSxN { top:23.3125rem;left:23.625rem;width:18rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQJ4MdtMXsCUGhowF6Kb9ZJgs13khR6T { top:8.625rem;left:0rem;width:22.625rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC { display:block; }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xU2J3fGAr7fOKSm2sF4Mx51exOgnsr8H { top:6.75rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkJWrnAFTTNzCdT594ZT136zOMCyIriE { top:13.8125rem;left:8.3125rem;width:39.4375rem;height:;font-size:1rem;display:block; }#VkJWrnAFTTNzCdT594ZT136zOMCyIriE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cbe8f64445af244f113cc11058d91eac.svg); }
 }@media only screen and (max-width: 763px) { #or6r0ifOTmleKkW1AoTib0oeS35dgpV9 { top:11.25rem;left:0rem;width:47.5rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #slNfUvKQaxo4OPK2dhtCNL3qZrL9u1kk { top:12.4375rem;left:0rem;width:22.875rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsXxZb7H11coO4nCh1t0LDbabwmhEHDT { top:44.75rem;left:0rem;width:47.5rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C64qaH1wRbQzKpbCwJWgXqXbM7TRlRkm { top:46.0625rem;left:24.8125rem;width:22.8125rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2QBp7Ar9VS5zFWJpyFvG1vkr5CGpB3J { top:46.25rem;left:0rem;width:39.4375rem;height:;font-size:1rem;display:block; }#K2QBp7Ar9VS5zFWJpyFvG1vkr5CGpB3J li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cbe8f64445af244f113cc11058d91eac.svg); }
 }@media only screen and (max-width: 763px) { #scNrUsmxUTzxWzmAiozgNdZmiIMNAl4t { top:4.5rem;left:20.90625rem;width:5.9375rem;height:1.75rem;font-size:1.25rem;display:block; }#scNrUsmxUTzxWzmAiozgNdZmiIMNAl4t li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_adc2686a0ba306e5db2d8e803e2c378e.svg); }
 }@media only screen and (max-width: 763px) { #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt { display:block; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6mki7TvSTbInJ0s1t3wAgS0VKXHt2mP { top:10.1875rem;left:2rem;width:43.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZPA71ZiP6Bd6IpBsJHIZMaqx6UFGus0 { top:5rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK48CRfO1rR3KFMLsKPeSApJh2iCL5co { top:2.6875rem;left:18.375rem;width:11rem;height:1.75rem;font-size:1.25rem;display:block; }#TK48CRfO1rR3KFMLsKPeSApJh2iCL5co li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_adc2686a0ba306e5db2d8e803e2c378e.svg); }
 }@media only screen and (max-width: 763px) { #T7dmAuED50y1qOh1QLLMnqT2EwJQg476 { top:23.5625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqKUszAq3FTlzJ3qqvGFrIBv7KVLkCUJ { top:13.75rem;left:0rem;width:25rem;height:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUynU80hsJZzbo39mCzfKNzIGbO50f7f { top:13.625rem;left:22.75rem;width:25rem;height:8.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzqfTD3VRD2zNG6uTEmG6sVRsO6M8z9c { top:13.75rem;left:22.125rem;width:3.5rem;height:5.25rem;font-size:3.75rem;display:block; }#PzqfTD3VRD2zNG6uTEmG6sVRsO6M8z9c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_adc2686a0ba306e5db2d8e803e2c378e.svg); }
 }@media only screen and (max-width: 763px) { #TfzK9I98G6Ag6kDJtRC4UXSvB5kAcQIr { display:block; }#TfzK9I98G6Ag6kDJtRC4UXSvB5kAcQIr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIuNOh0qMG6JqDFbQI1VKEpSSvoctvKN { top:11rem;left:18.75rem;width:10.3125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKbeSBS7sAsmzTP2a4PKBnUisiE6hoBK { top:7.1875rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKplli3eUfR7883eGG49lbpz877k7Io9 { top:3.8125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWmcWyzwb30A3uvhi6nQGq7JnsVpx8Ig { top:11.625rem;left:19.375rem;width:10.3125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hERsTfIF91CdX8tg4IT90PTsQfzgkrxf { display:block; }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVi0aOyyaoBqFSIvSyOfRgzs34UByqbZ { width:10rem;height:3rem;top:4.0625rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0ybQyPFJNvvAmiV3qAJCBpQQwVgx7Uw { display:block; }
 }@media only screen and (max-width: 763px) { #UgUXQyrOdWs6v7lfT024ZC0NUWAuB4pl { width:7.5rem;height:7.5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO7fOrzsxlpbSTxLITwmRtzWDaxQTrRd { width:10rem;height:3rem;top:4rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTMlz6CQDNgeTsVTEGNWSLkwunMFlyLH { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA { display:block; }#wB1fWHDImi6v9SuS8CFKXX86OGRrMTHA > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuuVwFt0tH8SqDtxBPecnHLKuH7AH2oR { width:19.4980625rem;height:3.75rem;top:1.25rem;left:0.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PUvbSz4oPB3lwURqCsBEyDqc4UqZU4EE { height:17.25rem;width:13.75rem;top:23.55859375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp8DmKgdfVGFKADFF7keCdw411pggVc2 { width:19.1230625rem;height:1.57470625rem;top:6.25rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Z6V4yW0oPqxqDpA6IEgdg79RvPdOGJWJ { display:flex;width:3.125rem;height:3.125rem;top:14.68359375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #iqZ852TfRWxPJirkkxgQiQNr67LnfBf5 { width:10.3125rem;height:5.6875rem;top:16.5625rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wko0uxRXG3yfmNxl4nLf9PWhRgDCWusI { width:20rem;height:6.2988125rem;top:8.38671875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iAMeDUXtFKV212FQ0BB4adpfQDal8mwv { width:10.3125rem;height:5.6875rem;top:17.125rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS { background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row .container { background-color: transparent; background-image: none; }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row .container > .video-iframe-container { display: none; }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row > .video-iframe-container { display: none; }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .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); }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POv7ZtWsZFTG4D4Ts0USzCqyQxxlILFp { width:13.875rem;height:1.75rem;top:1.25rem;left:3.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15035;color:#ffffff;display:block; }#POv7ZtWsZFTG4D4Ts0USzCqyQxxlILFp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_adc2686a0ba306e5db2d8e803e2c378e.svg); }
 }@media only screen and (max-width: 763px) { #PmucFTdkdwcc4AVZzssS4xKnKGUN4ayP { width:17.5rem;height:3.125rem;top:4.25rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vrIP25fXg9JC2D4U0pJKUcSGKNll7n6P { width:20rem;height:11.82425rem;top:8.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#vrIP25fXg9JC2D4U0pJKUcSGKNll7n6P li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_88b28ccbdf575356d0731a03c83a3f6a3caa4e40.svg); }
 }@media only screen and (max-width: 763px) { #bE3PTAs10BTFrhNhHKkQgi6P3fTyC6Ni { width:20rem;height:3.125rem;top:23.40725rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKac9bVVNJJaR0dGNSeClLeSg08SUSu8 { display:flex;width:9rem;height:9rem;top:29.0322265625rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 { display:block; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHh8MmZmbZUGrNsvTdDb6zIDgxklVWIS { width:19.75rem;height:32.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTaa8Ly1eHhCxtsyWBKJTKm1DuW0zuOZ { width:9.875rem;height:1.75rem;top:4.6875rem;left:5.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15035;color:#000000;display:block; }#JTaa8Ly1eHhCxtsyWBKJTKm1DuW0zuOZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_adc2686a0ba306e5db2d8e803e2c378e.svg); }
 }@media only screen and (max-width: 763px) { #mllHicOmyVEyRb0TQOL1FL9tSG7LWR3U { width:20rem;height:1.5625rem;top:7rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CypJ7Pq2MsV91rzCQRJq9OAi3p7uAAa7 { width:18.625rem;height:20.848625rem;top:9.75rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#CypJ7Pq2MsV91rzCQRJq9OAi3p7uAAa7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_671621d55395e6a8f7eabc36cfcda5ae.svg); }
 }@media only screen and (max-width: 763px) { #ytfGuOzVGTifay3J8cH6FdgBvpxlhSxN { display:flex;width:18rem;height:18rem;top:23.21875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #bQJ4MdtMXsCUGhowF6Kb9ZJgs13khR6T { width:13.5rem;height:13.5rem;top:33.6875rem;left:3.25rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC { display:block; }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row .container { width:20rem;height:87.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xU2J3fGAr7fOKSm2sF4Mx51exOgnsr8H { width:20rem;height:2.1875rem;top:4.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VkJWrnAFTTNzCdT594ZT136zOMCyIriE { width:18.4375rem;height:21.9375rem;top:18.625rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#VkJWrnAFTTNzCdT594ZT136zOMCyIriE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cbe8f64445af244f113cc11058d91eac.svg); }
 }@media only screen and (max-width: 763px) { #or6r0ifOTmleKkW1AoTib0oeS35dgpV9 { width:19.875rem;height:30.375rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #slNfUvKQaxo4OPK2dhtCNL3qZrL9u1kk { width:9.6245625rem;height:10.4996875rem;top:6.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsXxZb7H11coO4nCh1t0LDbabwmhEHDT { width:19.75rem;height:35.0625rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C64qaH1wRbQzKpbCwJWgXqXbM7TRlRkm { width:9.625rem;height:10.4375rem;top:44.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2QBp7Ar9VS5zFWJpyFvG1vkr5CGpB3J { width:18.187375rem;height:26.4375rem;top:56.1875rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#K2QBp7Ar9VS5zFWJpyFvG1vkr5CGpB3J li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cbe8f64445af244f113cc11058d91eac.svg); }
 }@media only screen and (max-width: 763px) { #scNrUsmxUTzxWzmAiozgNdZmiIMNAl4t { width:5.9375rem;height:1.75rem;top:2.1875rem;left:7.03125rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15035;color:#000000;display:block; }#scNrUsmxUTzxWzmAiozgNdZmiIMNAl4t li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_adc2686a0ba306e5db2d8e803e2c378e.svg); }
 }@media only screen and (max-width: 763px) { #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt { background-color:rgba(var(--color-primary-3),1);background-image:none;display:block; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { background-color: transparent; background-image: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container > .video-iframe-container { display: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container { display: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .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); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6mki7TvSTbInJ0s1t3wAgS0VKXHt2mP { width:20rem;height:2.79980625rem;top:9.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IZPA71ZiP6Bd6IpBsJHIZMaqx6UFGus0 { width:20rem;height:4rem;top:4.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TK48CRfO1rR3KFMLsKPeSApJh2iCL5co { width:11rem;height:1.75rem;top:1.25rem;left:4.5rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15035;color:#ffffff;display:block; }#TK48CRfO1rR3KFMLsKPeSApJh2iCL5co li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_adc2686a0ba306e5db2d8e803e2c378e.svg); }
 }@media only screen and (max-width: 763px) { #T7dmAuED50y1qOh1QLLMnqT2EwJQg476 { width:20rem;height:5.5996125rem;top:25.69335625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqKUszAq3FTlzJ3qqvGFrIBv7KVLkCUJ { width:19.75rem;height:4.19970625rem;top:13.54785rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HUynU80hsJZzbo39mCzfKNzIGbO50f7f { width:19.875rem;height:4.19970625rem;top:21.64550625rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PzqfTD3VRD2zNG6uTEmG6sVRsO6M8z9c { width:3.5rem;height:2.79980625rem;top:17.5957rem;left:8.25rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15035;color:#ffffff;display:block; }#PzqfTD3VRD2zNG6uTEmG6sVRsO6M8z9c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_adc2686a0ba306e5db2d8e803e2c378e.svg); }
 }@media only screen and (max-width: 763px) { #TfzK9I98G6Ag6kDJtRC4UXSvB5kAcQIr { background-color:#ffffff;background-image:none;display:block; }#TfzK9I98G6Ag6kDJtRC4UXSvB5kAcQIr > .row .container { background-color: transparent; background-image: none; }#TfzK9I98G6Ag6kDJtRC4UXSvB5kAcQIr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfzK9I98G6Ag6kDJtRC4UXSvB5kAcQIr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfzK9I98G6Ag6kDJtRC4UXSvB5kAcQIr > .row .container > .video-iframe-container { display: none; }#TfzK9I98G6Ag6kDJtRC4UXSvB5kAcQIr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfzK9I98G6Ag6kDJtRC4UXSvB5kAcQIr > .row > .video-iframe-container { display: none; }#TfzK9I98G6Ag6kDJtRC4UXSvB5kAcQIr > .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); }#TfzK9I98G6Ag6kDJtRC4UXSvB5kAcQIr > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIuNOh0qMG6JqDFbQI1VKEpSSvoctvKN { width:10.3125rem;height:5.6875rem;top:11rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKbeSBS7sAsmzTP2a4PKBnUisiE6hoBK { display:flex;width:3.125rem;height:3.125rem;top:7.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #qKplli3eUfR7883eGG49lbpz877k7Io9 { width:20rem;height:4.6875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MWmcWyzwb30A3uvhi6nQGq7JnsVpx8Ig { width:10.3125rem;height:5.6875rem;top:11.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hERsTfIF91CdX8tg4IT90PTsQfzgkrxf { display:block; }#hERsTfIF91CdX8tg4IT90PTsQfzgkrxf > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVi0aOyyaoBqFSIvSyOfRgzs34UByqbZ { width:10rem;height:3rem;top:8rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0ybQyPFJNvvAmiV3qAJCBpQQwVgx7Uw { display:block; }
 }@media only screen and (max-width: 763px) { #UgUXQyrOdWs6v7lfT024ZC0NUWAuB4pl { width:6.6875rem;height:6.6875rem;top:1.1875rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO7fOrzsxlpbSTxLITwmRtzWDaxQTrRd { width:10rem;height:3rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTMlz6CQDNgeTsVTEGNWSLkwunMFlyLH { display:block; }
 }