.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,254,253;--color-primary-1:253,253,249;--color-primary-2:251,250,243;--color-primary-3:126,125,122;--color-primary-4:38,38,36;--color-secondary-0:217,217,217;--color-secondary-1:128,128,128;--color-secondary-2:0,0,0;--color-secondary-3:0,0,0;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:179,215,255;--color-tertiary-2:0,123,255;--color-tertiary-3:0,62,128;--color-tertiary-4:0,12,25;--headlines-font-family:Fira Sans;--paragraphs-font-family:imessage; }@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),0.78);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISEFr83gsO3hqME09TO6Sw5Uoo5lt9ce { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ISEFr83gsO3hqME09TO6Sw5Uoo5lt9ce > .row .container { background-color: transparent; background-image: none; }#ISEFr83gsO3hqME09TO6Sw5Uoo5lt9ce::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISEFr83gsO3hqME09TO6Sw5Uoo5lt9ce > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISEFr83gsO3hqME09TO6Sw5Uoo5lt9ce > .row .container > .video-iframe-container { display: none; }#ISEFr83gsO3hqME09TO6Sw5Uoo5lt9ce > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISEFr83gsO3hqME09TO6Sw5Uoo5lt9ce > .row > .video-iframe-container { display: none; }#ISEFr83gsO3hqME09TO6Sw5Uoo5lt9ce > .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); }#ISEFr83gsO3hqME09TO6Sw5Uoo5lt9ce > .row .container { border-width: 0; border-radius: 0; }#ISEFr83gsO3hqME09TO6Sw5Uoo5lt9ce > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ISEFr83gsO3hqME09TO6Sw5Uoo5lt9ce > .row .container { font-size:0.875rem;font-family:arial;height:51.4375rem;width:75rem;position:relative;display:block; }#uhC2isGgo2fUrN9TNSRzTEfNHJXzwiwK { color:#fbfaf3;display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:6.25rem;left:12.125rem;height:8.0001875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OPzUW0dM9vf4viXQdCyNQw3RiKhFXyf2 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:15.5rem;left:22.90625rem;height:7.06869375rem;text-align:center;text-align-last:center;display:block; }
#pH5obaJXVWORRRZ6chIvae4zm2SdMfLf { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.0625rem;top:27.8125rem;left:28.5625rem;display:block; }
#Do8Tlnx4lM5MPtBUcKi21gLTDKT4ZFqF { color:rgba(var(--color-primary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;height:4.0625rem;top:27.8125rem;left:37.75rem;font-style:normal;display:block; }
#Cr92bXiG71UNMUmRNcdyDr9i5LPOEKaI { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.75rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:40.5rem;left:27.6875rem;display:block; }
#pMTCTSae9NmSB4RlS4BvvOdGceN7icUT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EhEGXRpS6fln3Ukr5oS5pGH9qIMEoG4q { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:33.375rem;left:27.6875rem;display:block; }
#fsNZaL99tv808TPcWaLKReIgrpMFDy69 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RB1wKBHiXHlqyiq7kXr9i7KyAaqBgR9Q { color:#c10909;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:37.125rem;left:28.59375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#hxBWmaCXUq4ZmS9WEPdOWmcG3chC7MWa { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:8.5625rem;top:28.9375rem;left:28rem;overflow:hidden;display:block; }
#NvV4Hgz5MeFZHviMksBHRbHUcQ4or6yH { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:8.5625rem;top:28.9375rem;left:28rem;overflow:hidden;display:none; }
#TXqZ2Bf7yhTUCgrHghp0uQ77TlW9p4nV { color:rgba(var(--color-tertiary-0),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:15.5rem;left:22.90625rem;height:7.06786875rem;text-align:center;text-align-last:center;display:none; }
#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { border-width: 0; border-radius: 0; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { font-size:0.875rem;font-family:arial;height:53.625rem;width:75rem;overflow:visible;position:relative;display:none; }#LIBPy1LfPtf9o4dQXHuCAT6iTh88LKR2 { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.1875rem;left:0rem;height:3.75rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#sDzknfs89lI8kOC2XdqMhu60NV37ONNd { color:#fbfaf3;display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:5.875rem;left:10.90625rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NamhLNPUTqz1KgorZuKARnfwUw9zXvTg { color:#fbfaf3;display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:25.625rem;left:10.9375rem;height:4.67480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xqt4ZTVTsaRexbU3aNca5230L4DKwWBf { color:rgba(var(--color-primary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:26.6875rem;left:52.3125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#P3OwMrDgWlHoydoBFTvXEZdDeVk1ow6L { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:8.4375rem;top:27.75rem;left:53.5rem;overflow:hidden;display:block; }
#fIGnPaN01KMnLrNBXxsFVo0H9HexNPGc { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:19.75rem;top:21.0625rem;left:34.8125rem;overflow:hidden;display:block; }
#fRbs795g3s2vgQd9Mg3cHNLLdZrNlivT { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:36.125rem;left:18.125rem;display:block; }
#f1ZvZAcR11GAuQNDXcB9amb6xZtEh0D6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bm42Ztwsv4TptoXAgBVqMrJa1L1HJdNf { color:#c10909;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:40.25rem;left:21.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Xgk0LbPg0UL1w0ByqZWQL98JmpXd4Tsa { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.75rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:36.125rem;left:39.3125rem;display:block; }
#aAITqrtlx3XZOSNwgKnqMOKtWlyrqEf8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x1bAkWVqxz4MmAGkLBzrLTw6XEllTW9P { color:#fbfaf3;display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:25.625rem;left:10.3125rem;height:4.67480625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#t7Qfzgveeyl8tivM0TeVwmJTDPmzt5Uh { box-sizing:content-box;height:3.3125rem;width:14rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),0.14);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.37);border-left:0.0625rem solid rgba(var(--color-primary-2),0.37);border-right:0.0625rem solid rgba(var(--color-primary-2),0.37);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.37);top:17.0625rem;left:12rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#zPhMreO1MVwFOnWMp6ymLM0BTH9U77OO { box-sizing:content-box;height:3.3125rem;width:14rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),0.14);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.37);border-left:0.0625rem solid rgba(var(--color-primary-2),0.37);border-right:0.0625rem solid rgba(var(--color-primary-2),0.37);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.37);top:17.0625rem;left:12rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
#xsOVTV3fDiihAS6QzzArs3cgNHV5rAU9 { color:#c10909;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:40.25rem;left:21.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:none; }
#JmI03VSia6wtv44mOE4IhrIhXKEMSyKV { color:rgba(var(--color-tertiary-0),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:14.625rem;left:21.6875rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD > .row .container { background-color: transparent; background-image: none; }#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD > .row .container > .video-iframe-container { display: none; }#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD > .row > .video-iframe-container { display: none; }#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD > .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); }#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD > .row .container { border-width: 0; border-radius: 0; }#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD > .row .container { font-size:0.875rem;font-family:arial;height:86.5rem;width:75rem;position:relative;display:block; }#WKAbA18KfddZxSnIcWQp9fSihklOrzN7 { color:#fbfaf3;display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:5.8125rem;left:16.6875rem;height:5.99935rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AOhdTGskTTdlWL5lW6KDfMkBFWhtUHff { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:22.5rem;top:18.9375rem;left:40.25rem;overflow:hidden;display:block; }
#akO3mwW3K1oiSQWFJxtprtFLyZbT5tea { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:22.5rem;top:39.6875rem;left:40.25rem;overflow:hidden;display:block; }
#og95vgkXgf9NoAmZuvwPbcWegqWRDasV { color:rgba(var(--color-primary-0),1);display:block;width:22.1875rem;position:absolute;font-family:"fira sans";font-size:1.3125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:25.6875rem;left:40.25rem;height:3.41145625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ben3oM1TyrPaRuqCdVGnuR71bv94IMa8 { position:absolute;display:block;z-index:15016;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: none;height:13.8125rem;width:24.625rem;top:16.75rem;left:13.125rem;display:block; }
#qP6D1bQTX3yhPW8H2T914Dntd6To0GKl { color:rgba(var(--color-primary-0),1);display:block;width:22.1875rem;position:absolute;font-family:"fira sans";font-size:1.3125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:46.5rem;left:40.25rem;height:3.41145625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#A3KTlWodMrHdCB8WQh92LNPSr6BRufPo { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: none;height:13.8125rem;width:24.625rem;top:37.90576171875rem;left:13.125rem;display:block; }
#F9l9eta7KgaeSyfJ7gO18BJdZZCO8bg9 { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: none;height:13.8125rem;width:24.625rem;top:59.46826171875rem;left:13.125rem;display:block; }
#Qz72HamT93FBvvOmd7BA56GhPpOFLiTU { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:18.375rem;top:60.0625rem;left:40.375rem;overflow:hidden;display:block; }
#o2ifTPHli1N7VPUiB1oEZATdtlc7T3xg { color:rgba(var(--color-primary-0),1);display:block;width:22.1875rem;position:absolute;font-family:"fira sans";font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:66.9375rem;left:40.40625rem;height:3.41145625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row .container { background-color: transparent; background-image: none; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row .container > .video-iframe-container { display: none; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row > .video-iframe-container { display: none; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .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); }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row .container { border-width: 0; border-radius: 0; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row .container { font-size:0.875rem;font-family:arial;height:82.8125rem;width:75rem;position:relative;display:block; }#goTR8hV3fIHTzdOw9KouqgPAZ4xQ8FwG { color:#fbfaf3;display:block;width:25.9375rem;position:absolute;font-family:imessage;font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:2.4375rem;left:24.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IU7FDOftTVT1VPrsHT9A5WWxZwO9IMCV { color:#fbfaf3;display:block;width:18.375rem;position:absolute;font-family:imessage;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:16.084rem;top:12.5rem;left:30.75rem;display:block; }#IU7FDOftTVT1VPrsHT9A5WWxZwO9IMCV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#HbcmQROWf2QHgTaQUenKAFeD5IE7nPrc { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.8125rem;top:12.5rem;left:10.28125rem;overflow:hidden;display:block; }
#hZDaAostyX3dvdwLdMV7GG66i75CrSys { color:#fbfaf3;display:block;width:18.375rem;position:absolute;font-family:imessage;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:10.722625rem;top:33.78125rem;left:30.75rem;display:block; }#hZDaAostyX3dvdwLdMV7GG66i75CrSys li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#IVK4tlCUTHfkfwOa1ipk4lCzcyHdHW9q { color:#fbfaf3;display:block;width:16.5625rem;position:absolute;font-family:imessage;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:5.361325rem;top:33.78125rem;left:51.9375rem;display:block; }#IVK4tlCUTHfkfwOa1ipk4lCzcyHdHW9q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
#sQgENE7cnx28AzbmJrDacnid0NOSHSCn { color:#fbfaf3;display:block;width:16.5625rem;position:absolute;font-family:imessage;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:;top:12.5rem;left:51.9375rem;display:block; }#sQgENE7cnx28AzbmJrDacnid0NOSHSCn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
#THmhonp90uIShC3d583EwHegTvZ4wlDT { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:13.25rem;top:33.78125rem;left:10.0625rem;overflow:hidden;display:block; }
#wPMTLJAitAWNJ9HqWrdXekVzB3LrfzKh { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.0625rem;top:49.15625rem;left:10.28125rem;overflow:hidden;display:block; }
#SlzR0tBGFHPug4QqkWNTiyJ2FdB8zDAQ { color:#fbfaf3;display:block;width:27.6875rem;position:absolute;font-family:imessage;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:25.0195rem;top:49.15625rem;left:30.75rem;display:block; }#SlzR0tBGFHPug4QqkWNTiyJ2FdB8zDAQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#bpLNiNAluSC9FSQT5gTXStlWbworOldh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bpLNiNAluSC9FSQT5gTXStlWbworOldh > .row .container { background-color: transparent; background-image: none; }#bpLNiNAluSC9FSQT5gTXStlWbworOldh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpLNiNAluSC9FSQT5gTXStlWbworOldh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpLNiNAluSC9FSQT5gTXStlWbworOldh > .row .container > .video-iframe-container { display: none; }#bpLNiNAluSC9FSQT5gTXStlWbworOldh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpLNiNAluSC9FSQT5gTXStlWbworOldh > .row > .video-iframe-container { display: none; }#bpLNiNAluSC9FSQT5gTXStlWbworOldh > .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); }#bpLNiNAluSC9FSQT5gTXStlWbworOldh > .row .container { border-width: 0; border-radius: 0; }#bpLNiNAluSC9FSQT5gTXStlWbworOldh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bpLNiNAluSC9FSQT5gTXStlWbworOldh > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#NHzQxvAPS1vTZUJEVrTNVFQJrVSZTU5e { color:rgba(var(--color-primary-2),1);display:block;width:38.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:18.1875rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BxRr9J9BR6gsNTxpyxx3KwyLaztF2ZK2 { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.625rem;left:26.75rem;height:;display:block; }#BxRr9J9BR6gsNTxpyxx3KwyLaztF2ZK2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BxRr9J9BR6gsNTxpyxx3KwyLaztF2ZK2 li:before{  }
#u4qqrTeoupJ0vWSLTR1DiapBs6Fomhq9 { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:22.25rem;left:28.75rem;display:block; }
#J2WqmsfZJVQMmPATSRqg2FyvUJNs6e84 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
body { position:relative;display:block; }
#ISEFr83gsO3hqME09TO6Sw5Uoo5lt9ce { display:none; }#ISEFr83gsO3hqME09TO6Sw5Uoo5lt9ce > .row .container { width:47.75rem;position:relative;display:none; }#uhC2isGgo2fUrN9TNSRzTEfNHJXzwiwK { width:47.75rem;height:8rem;top:6.25rem;left:0rem;font-size:2.4375rem;display:none; }
#OPzUW0dM9vf4viXQdCyNQw3RiKhFXyf2 { width:29.1875rem;height:7.0625rem;top:15.5rem;left:9.28125rem;font-size:1.8125rem;display:none; }
#pH5obaJXVWORRRZ6chIvae4zm2SdMfLf { width:12.5rem;height:4.0625rem;top:27.8125rem;left:14.9375rem;font-size:3.125rem;display:none; }
#Do8Tlnx4lM5MPtBUcKi21gLTDKT4ZFqF { width:9.25rem;height:4.0625rem;top:27.8125rem;left:24.125rem;font-size:3.125rem;display:none; }
#Cr92bXiG71UNMUmRNcdyDr9i5LPOEKaI { width:19.6875rem;height:3.75rem;top:40.5rem;left:14.0625rem;display:none; }
#pMTCTSae9NmSB4RlS4BvvOdGceN7icUT { display:block; }
#EhEGXRpS6fln3Ukr5oS5pGH9qIMEoG4q { width:19.6875rem;height:3.75rem;top:33.375rem;left:14.0625rem;display:none; }
#fsNZaL99tv808TPcWaLKReIgrpMFDy69 { display:block; }
#RB1wKBHiXHlqyiq7kXr9i7KyAaqBgR9Q { width:17.8125rem;height:1.25rem;top:37.125rem;left:14.96875rem;font-size:0.75rem;display:none; }
#hxBWmaCXUq4ZmS9WEPdOWmcG3chC7MWa { width:8.5625rem;height:1.75rem;top:28.9375rem;left:14.375rem;display:none; }
#NvV4Hgz5MeFZHviMksBHRbHUcQ4or6yH { width:8.5625rem;height:1.75rem;top:28.9375rem;left:14.375rem;display:none; }
#TXqZ2Bf7yhTUCgrHghp0uQ77TlW9p4nV { width:19.6875rem;height:4.625rem;top:18rem;left:0rem;font-size:1.8125rem;display:none; }
#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { display:none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:35.4375rem;width:47.75rem;position:relative;display:none; }#LIBPy1LfPtf9o4dQXHuCAT6iTh88LKR2 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
#sDzknfs89lI8kOC2XdqMhu60NV37ONNd { width:47.75rem;height:8rem;top:5.875rem;left:0rem;font-size:1.5625rem;display:block; }
#NamhLNPUTqz1KgorZuKARnfwUw9zXvTg { width:26.3125rem;height:4.625rem;top:25.625rem;left:0rem;font-size:1.375rem;display:block; }
#xqt4ZTVTsaRexbU3aNca5230L4DKwWBf { width:11.125rem;height:4.0625rem;top:26.6875rem;left:36.625rem;font-size:3.125rem;display:block; }
#P3OwMrDgWlHoydoBFTvXEZdDeVk1ow6L { width:8.4375rem;height:1.8125rem;top:27.75rem;left:39.3125rem;display:block; }
#fIGnPaN01KMnLrNBXxsFVo0H9HexNPGc { width:19.75rem;height:11.5rem;top:21.0625rem;left:21.1875rem;display:block; }
#fRbs795g3s2vgQd9Mg3cHNLLdZrNlivT { width:19.6875rem;height:3.75rem;top:36.125rem;left:4.5rem;display:block; }
#f1ZvZAcR11GAuQNDXcB9amb6xZtEh0D6 { display:block; }
#Bm42Ztwsv4TptoXAgBVqMrJa1L1HJdNf { width:12.5rem;height:2.5625rem;top:40.25rem;left:8.0625rem;font-size:0.75rem;display:block; }
#Xgk0LbPg0UL1w0ByqZWQL98JmpXd4Tsa { width:19.6875rem;height:3.75rem;top:36.125rem;left:25.6875rem;display:block; }
#aAITqrtlx3XZOSNwgKnqMOKtWlyrqEf8 { display:block; }
#x1bAkWVqxz4MmAGkLBzrLTw6XEllTW9P { width:20rem;height:;top:33.75rem;left:0rem;font-size:1.375rem;display:none; }
#t7Qfzgveeyl8tivM0TeVwmJTDPmzt5Uh { width:14rem;height:3.3125rem;top:17.0625rem;left:0rem;display:none; }
#zPhMreO1MVwFOnWMp6ymLM0BTH9U77OO { width:14rem;height:3.3125rem;top:17.0625rem;left:0rem;display:none; }
#xsOVTV3fDiihAS6QzzArs3cgNHV5rAU9 { width:12.5rem;height:0.9375rem;top:58.125rem;left:0rem;font-size:0.75rem;display:none; }
#JmI03VSia6wtv44mOE4IhrIhXKEMSyKV { width:29.1875rem;height:3.0625rem;top:14.625rem;left:8.0625rem;font-size:1.1875rem;display:block; }
#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD { display:block; }#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD > .row .container { width:47.75rem;position:relative;display:block; }#WKAbA18KfddZxSnIcWQp9fSihklOrzN7 { width:41.625rem;height:6rem;top:5.8125rem;left:3.0625rem;font-size:1.375rem;display:block; }
#AOhdTGskTTdlWL5lW6KDfMkBFWhtUHff { width:22.5rem;height:6.125rem;top:18.9375rem;left:25.25rem;display:block; }
#akO3mwW3K1oiSQWFJxtprtFLyZbT5tea { width:22.5rem;height:5.9375rem;top:39.6875rem;left:25.25rem;display:block; }
#og95vgkXgf9NoAmZuvwPbcWegqWRDasV { width:22.1875rem;height:3.375rem;top:25.6875rem;left:25.5625rem;font-size:1rem;display:block; }
#Ben3oM1TyrPaRuqCdVGnuR71bv94IMa8 { width:24.625rem;height:13.8125rem;top:16.75rem;left:0rem;display:block; }
#qP6D1bQTX3yhPW8H2T914Dntd6To0GKl { width:22.1875rem;height:3.375rem;top:46.5rem;left:25.5625rem;font-size:1rem;display:block; }
#A3KTlWodMrHdCB8WQh92LNPSr6BRufPo { width:24.625rem;height:13.8125rem;top:37.875rem;left:0rem;display:block; }
#F9l9eta7KgaeSyfJ7gO18BJdZZCO8bg9 { width:24.625rem;height:13.8125rem;top:59.4375rem;left:0rem;display:block; }
#Qz72HamT93FBvvOmd7BA56GhPpOFLiTU { width:18.375rem;height:5.9375rem;top:60.0625rem;left:26.75rem;display:block; }
#o2ifTPHli1N7VPUiB1oEZATdtlc7T3xg { width:22.1875rem;height:3.375rem;top:66.9375rem;left:25.5625rem;font-size:1rem;display:block; }
#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row .container { border-width: 0; border-radius: 0; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row .container { width:47.75rem;position:relative;display:none; }#goTR8hV3fIHTzdOw9KouqgPAZ4xQ8FwG { width:25.9375rem;height:;top:2.4375rem;left:10.90625rem;font-size:2.25rem;color:#fbfaf3;display:none; }
#IU7FDOftTVT1VPrsHT9A5WWxZwO9IMCV { width:18.375rem;height:16.0625rem;top:12.5rem;left:17.125rem;font-size:1rem;color:#fbfaf3;display:none; }#IU7FDOftTVT1VPrsHT9A5WWxZwO9IMCV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#HbcmQROWf2QHgTaQUenKAFeD5IE7nPrc { width:12.8125rem;height:3.4375rem;top:12.5rem;left:0rem;display:block; }
#hZDaAostyX3dvdwLdMV7GG66i75CrSys { width:18.375rem;height:;top:33.75rem;left:17.125rem;font-size:1rem;color:#fbfaf3;display:none; }#hZDaAostyX3dvdwLdMV7GG66i75CrSys li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#IVK4tlCUTHfkfwOa1ipk4lCzcyHdHW9q { width:16.5625rem;height:;top:33.75rem;left:31.1875rem;font-size:1rem;color:#fbfaf3;display:none; }#IVK4tlCUTHfkfwOa1ipk4lCzcyHdHW9q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
#sQgENE7cnx28AzbmJrDacnid0NOSHSCn { width:16.5625rem;height:;top:12.5rem;left:31.1875rem;font-size:1rem;color:#fbfaf3;display:none; }#sQgENE7cnx28AzbmJrDacnid0NOSHSCn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
#THmhonp90uIShC3d583EwHegTvZ4wlDT { width:13.25rem;height:3.4375rem;top:33.75rem;left:0rem;display:block; }
#wPMTLJAitAWNJ9HqWrdXekVzB3LrfzKh { width:10.0625rem;height:3.125rem;top:49.125rem;left:0rem;display:block; }
#SlzR0tBGFHPug4QqkWNTiyJ2FdB8zDAQ { width:27.6875rem;height:;top:49.125rem;left:17.125rem;font-size:1rem;color:#fbfaf3;display:none; }#SlzR0tBGFHPug4QqkWNTiyJ2FdB8zDAQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#bpLNiNAluSC9FSQT5gTXStlWbworOldh { display:block; }#bpLNiNAluSC9FSQT5gTXStlWbworOldh > .row .container { width:47.75rem;position:relative;display:block; }#NHzQxvAPS1vTZUJEVrTNVFQJrVSZTU5e { width:38.625rem;height:5rem;top:3.5625rem;left:4.5625rem;font-size:3.875rem;display:block; }
#BxRr9J9BR6gsNTxpyxx3KwyLaztF2ZK2 { width:21.5625rem;height:;top:10.625rem;left:13.125rem;font-size:1.125rem;display:block; }#BxRr9J9BR6gsNTxpyxx3KwyLaztF2ZK2 li:before{  }
#u4qqrTeoupJ0vWSLTR1DiapBs6Fomhq9 { width:17.5rem;height:3.4375rem;top:22.25rem;left:15.125rem;display:block; }
#J2WqmsfZJVQMmPATSRqg2FyvUJNs6e84 { display:block; }
body { position:relative;background-color:rgba(255,255,255,0.51);background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISEFr83gsO3hqME09TO6Sw5Uoo5lt9ce { background-color:rgba(var(--color-secondary-2),1);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; }#ISEFr83gsO3hqME09TO6Sw5Uoo5lt9ce > .row .container { background-color: transparent; background-image: none; }#ISEFr83gsO3hqME09TO6Sw5Uoo5lt9ce::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISEFr83gsO3hqME09TO6Sw5Uoo5lt9ce > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISEFr83gsO3hqME09TO6Sw5Uoo5lt9ce > .row .container > .video-iframe-container { display: none; }#ISEFr83gsO3hqME09TO6Sw5Uoo5lt9ce > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISEFr83gsO3hqME09TO6Sw5Uoo5lt9ce > .row > .video-iframe-container { display: none; }#ISEFr83gsO3hqME09TO6Sw5Uoo5lt9ce > .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); }#ISEFr83gsO3hqME09TO6Sw5Uoo5lt9ce > .row .container { border-width: 0; border-radius: 0; }#ISEFr83gsO3hqME09TO6Sw5Uoo5lt9ce > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ISEFr83gsO3hqME09TO6Sw5Uoo5lt9ce > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; }#uhC2isGgo2fUrN9TNSRzTEfNHJXzwiwK { width:20rem;height:7.3128125rem;top:8.75rem;left:0rem;font-size:2.4375rem;z-index:15012;display:block; }
#OPzUW0dM9vf4viXQdCyNQw3RiKhFXyf2 { width:19.6875rem;height:0;top:17.75rem;left:0.125rem;font-size:1.1875rem;z-index:15027;display:none; }
#pH5obaJXVWORRRZ6chIvae4zm2SdMfLf { top:24.5625rem;left:4.625rem;width:4.8125rem;height:2.4375rem;z-index:15011;color:#fbfaf3;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;display:block; }
#Do8Tlnx4lM5MPtBUcKi21gLTDKT4ZFqF { top:24.5625rem;left:9.75rem;width:5.75rem;height:2.4375rem;z-index:15012;color:#fbfaf3;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:300;font-style:normal;display:block; }
#Cr92bXiG71UNMUmRNcdyDr9i5LPOEKaI { width:14.3125rem;height:3.25rem;top:33.5rem;left:2.84375rem;font-size:1.125rem;z-index:15027;font-weight:400;font-style:normal;display:block; }
#pMTCTSae9NmSB4RlS4BvvOdGceN7icUT { display:block; }
#EhEGXRpS6fln3Ukr5oS5pGH9qIMEoG4q { width:14.3125rem;height:3.25rem;top:27.875rem;left:2.875rem;font-size:1.125rem;z-index:15025;font-weight:400;font-style:normal;display:block; }
#fsNZaL99tv808TPcWaLKReIgrpMFDy69 { display:block; }
#RB1wKBHiXHlqyiq7kXr9i7KyAaqBgR9Q { width:13.1875rem;height:0.9746125rem;top:31.125rem;left:3.40625rem;font-size:0.75rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
#hxBWmaCXUq4ZmS9WEPdOWmcG3chC7MWa { width:8.5625rem;height:1.75rem;top:38rem;left:5.6875rem;display:none; }
#NvV4Hgz5MeFZHviMksBHRbHUcQ4or6yH { width:4.9375rem;height:0.8125rem;top:25.3125rem;left:4.5rem;z-index:15028;display:block; }
#TXqZ2Bf7yhTUCgrHghp0uQ77TlW9p4nV { width:19.6875rem;height:4.6305375rem;top:18.0576171875rem;left:0.125rem;font-size:1.1875rem;z-index:15028;display:block; }
#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:#000000;background-image:none;display:none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:64.1875rem;width:20rem;position:relative;display:none; }#LIBPy1LfPtf9o4dQXHuCAT6iTh88LKR2 { width:20rem;height:0;top:13.061079025269rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15002;display:none; }
#sDzknfs89lI8kOC2XdqMhu60NV37ONNd { width:20rem;height:3.125rem;top:6.21142578125rem;left:0rem;font-size:1.5625rem;display:block; }
#NamhLNPUTqz1KgorZuKARnfwUw9zXvTg { width:20rem;height:0;top:28.64892578125rem;left:0rem;font-size:1.375rem;display:none; }
#xqt4ZTVTsaRexbU3aNca5230L4DKwWBf { width:5.5625rem;height:2.5996125rem;top:34.02685546875rem;left:7.21875rem;font-size:2rem;display:block; }
#P3OwMrDgWlHoydoBFTvXEZdDeVk1ow6L { width:6rem;height:1.3125rem;top:34.57666015625rem;left:6.7705078125rem;overflow:hidden;display:block; }
#fIGnPaN01KMnLrNBXxsFVo0H9HexNPGc { width:12.125rem;height:7rem;top:28.5478515625rem;left:3.9375rem;overflow:hidden;display:block; }
#fRbs795g3s2vgQd9Mg3cHNLLdZrNlivT { width:14.3125rem;height:3.25rem;top:41.81396484375rem;left:2.84375rem;font-size:1.375rem;display:block; }
#f1ZvZAcR11GAuQNDXcB9amb6xZtEh0D6 { display:block; }
#Bm42Ztwsv4TptoXAgBVqMrJa1L1HJdNf { width:12.5rem;height:1.94921875rem;top:37.25146484375rem;left:3.75rem;font-size:0.75rem;display:block; }
#Xgk0LbPg0UL1w0ByqZWQL98JmpXd4Tsa { width:14.3125rem;height:3.25rem;top:46.50146484375rem;left:2.84375rem;font-size:1.375rem;display:block; }
#aAITqrtlx3XZOSNwgKnqMOKtWlyrqEf8 { display:block; }
#x1bAkWVqxz4MmAGkLBzrLTw6XEllTW9P { width:20rem;height:3.0244125rem;top:25.52392578125rem;left:0rem;font-size:1.375rem;z-index:15013;display:block; }
#t7Qfzgveeyl8tivM0TeVwmJTDPmzt5Uh { width:15.25rem;height:2.75rem;top:16.0673828125rem;left:2.34375rem;z-index:14998;display:block; }
#zPhMreO1MVwFOnWMp6ymLM0BTH9U77OO { width:14.5rem;height:2.75rem;top:20.48095703125rem;left:2.6875rem;z-index:14999;display:block; }
#xsOVTV3fDiihAS6QzzArs3cgNHV5rAU9 { width:12.5rem;height:0.9746125rem;top:54.56396484375rem;left:3.75rem;font-size:0.75rem;z-index:15026;color:rgba(255,255,255,0.52);display:block; }
#JmI03VSia6wtv44mOE4IhrIhXKEMSyKV { width:20rem;height:6.173825rem;top:56.78857734375rem;left:0rem;font-size:1.1875rem;display:block; }
#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD { display:block; }#Sx2b1saaVFZbgn9dFdmkNXMpEVIX0DuD > .row .container { width:20rem;height:83.1875rem;position:relative;display:block; }#WKAbA18KfddZxSnIcWQp9fSihklOrzN7 { width:20rem;height:3.298825rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
#AOhdTGskTTdlWL5lW6KDfMkBFWhtUHff { width:12.875rem;height:3.4375rem;top:12rem;left:3.5625rem;display:block; }
#akO3mwW3K1oiSQWFJxtprtFLyZbT5tea { width:13.5625rem;height:3.4375rem;top:33.83984375rem;left:3.21875rem;display:block; }
#og95vgkXgf9NoAmZuvwPbcWegqWRDasV { width:15.5rem;height:2.59874375rem;top:15.625rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#Ben3oM1TyrPaRuqCdVGnuR71bv94IMa8 { height:10.5625rem;width:18.9375rem;top:18.97900390625rem;left:0.53125rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#qP6D1bQTX3yhPW8H2T914Dntd6To0GKl { width:18rem;height:2.59874375rem;top:37.9375rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#A3KTlWodMrHdCB8WQh92LNPSr6BRufPo { height:10.4375rem;width:18.8125rem;top:41.52392578125rem;left:0.6259765625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#F9l9eta7KgaeSyfJ7gO18BJdZZCO8bg9 { height:10.5625rem;width:19.1875rem;top:63.32470703125rem;left:0.40625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#Qz72HamT93FBvvOmd7BA56GhPpOFLiTU { width:11rem;height:3.4375rem;top:55.875rem;left:3.9521484375rem;display:block; }
#o2ifTPHli1N7VPUiB1oEZATdtlc7T3xg { width:20rem;height:2.59874375rem;top:59.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 { 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; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row .container { background-color: transparent; background-image: none; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row .container > .video-iframe-container { display: none; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row > .video-iframe-container { display: none; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .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); }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row .container { border-width: 0; border-radius: 0; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uAv18MVh10QskBEAPaasL2J5kTgaAGA9 > .row .container { width:20rem;height:90rem;position:relative;display:block; }#goTR8hV3fIHTzdOw9KouqgPAZ4xQ8FwG { top:2.375rem;left:0rem;width:20rem;height:4.0625rem;z-index:15000;font-family:imessage;color:#fbfaf3;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
#IU7FDOftTVT1VPrsHT9A5WWxZwO9IMCV { top:11.75rem;left:2.3125rem;width:15.625rem;height:14.1943125rem;z-index:15001;color:#fbfaf3;font-size:1rem;display:block; }#IU7FDOftTVT1VPrsHT9A5WWxZwO9IMCV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IU7FDOftTVT1VPrsHT9A5WWxZwO9IMCV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#HbcmQROWf2QHgTaQUenKAFeD5IE7nPrc { width:6.6875rem;height:1.75rem;top:8.9375rem;left:6.65625rem;display:block; }
#hZDaAostyX3dvdwLdMV7GG66i75CrSys { top:37.27392578125rem;left:2.3125rem;width:15rem;height:9.35875rem;z-index:15001;color:#fbfaf3;font-size:1rem;display:block; }#hZDaAostyX3dvdwLdMV7GG66i75CrSys li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hZDaAostyX3dvdwLdMV7GG66i75CrSys li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#IVK4tlCUTHfkfwOa1ipk4lCzcyHdHW9q { top:46.931640625rem;left:2.34375rem;width:15.4375rem;height:4.5231125rem;z-index:15002;color:#fbfaf3;font-size:1rem;display:block; }#IVK4tlCUTHfkfwOa1ipk4lCzcyHdHW9q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IVK4tlCUTHfkfwOa1ipk4lCzcyHdHW9q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
#sQgENE7cnx28AzbmJrDacnid0NOSHSCn { top:26.25rem;left:2.375rem;width:15.8125rem;height:2.91124375rem;z-index:15002;color:#fbfaf3;font-size:1rem;display:block; }#sQgENE7cnx28AzbmJrDacnid0NOSHSCn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sQgENE7cnx28AzbmJrDacnid0NOSHSCn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
#THmhonp90uIShC3d583EwHegTvZ4wlDT { width:8.4375rem;height:2.125rem;top:33.27392578125rem;left:5.78125rem;display:block; }
#wPMTLJAitAWNJ9HqWrdXekVzB3LrfzKh { width:7.0625rem;height:2.125rem;top:55.49755859375rem;left:6.46875rem;display:block; }
#SlzR0tBGFHPug4QqkWNTiyJ2FdB8zDAQ { top:59.24755859375rem;left:2.3125rem;width:16.5rem;height:23.5530625rem;z-index:15001;color:#fbfaf3;font-size:1rem;display:block; }#SlzR0tBGFHPug4QqkWNTiyJ2FdB8zDAQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SlzR0tBGFHPug4QqkWNTiyJ2FdB8zDAQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#bpLNiNAluSC9FSQT5gTXStlWbworOldh { display:block; }#bpLNiNAluSC9FSQT5gTXStlWbworOldh > .row .container { width:20rem;height:31.875rem;position:relative;display:block; }#NHzQxvAPS1vTZUJEVrTNVFQJrVSZTU5e { width:20rem;height:2.5996125rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
#BxRr9J9BR6gsNTxpyxx3KwyLaztF2ZK2 { width:17.875rem;height:6.4756875rem;top:5.912109375rem;left:1.0625rem;font-size:1.125rem;display:block; }#BxRr9J9BR6gsNTxpyxx3KwyLaztF2ZK2 li:before{  }
#u4qqrTeoupJ0vWSLTR1DiapBs6Fomhq9 { width:17.5rem;height:3.4375rem;top:14.28125rem;left:1.25rem;display:block; }
#J2WqmsfZJVQMmPATSRqg2FyvUJNs6e84 { display:block; }
