.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,242,204;--color-primary-1:255,217,102;--color-primary-2:255,192,0;--color-primary-3:252,192,0;--color-primary-4:47,35,26;--color-secondary-0:217,229,236;--color-secondary-1:128,167,193;--color-secondary-2:0,79,131;--color-secondary-3:0,40,66;--color-secondary-4:0,12,20;--color-tertiary-0:255,255,255;--color-tertiary-1:248,248,248;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@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-4),1);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); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW { background-color:#0c1012;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:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { background-color: transparent; background-image: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .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); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { border-width: 0; border-radius: 0; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;overflow:visible;position:relative;display:block; }#fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { color:rgba(var(--color-primary-2),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:10.973958969116rem;left:0rem;height:5.1rem;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; }
#CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:40.375rem;left:0rem;display:block; }
#cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15063;line-height:1.7;letter-spacing:0;top:26.875rem;left:0rem;height:10.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
#x2NCMrRuJyx3kwgscFia8nazQp9NKSew { position:absolute;display:block;z-index:15078;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:10.875rem;width:26.5625rem;top:0rem;left:24.21875rem;overflow:hidden;display:block; }
#MWLsrnThJ5sreT7GBLIBMxuS0ZOz0irF { position:absolute;display:block;z-index:15079;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:28.375rem;width:45rem;top:12.0625rem;left:28.75rem;overflow:hidden;display:block; }
#Dzq7MnW2O9e0ndRzeyInRWfK1nKm6ic6 { position:absolute;display:block;z-index:15080;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:10.625rem;width:29.5625rem;top:16.25rem;left:0rem;overflow:hidden;display:block; }
#RXxVIg3wW8zRpSxZuBINrW92odKOR0gs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:75rem;top:17.145833969116rem;left:0rem;overflow:hidden;display:block; }
#SKTMMnoOAM4L2ZTbKd7trNGEbw07sFKW { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-size:auto !important;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:11.25rem;width:0.498046875rem;top:45.875rem;left:9.6875rem;display:block; }
#NHDTeae6zGzxB3S2OvywJNX8b4wwu50E { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-size:auto !important;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:11.25rem;width:0.498046875rem;top:45.875rem;left:7.3125rem;display:block; }
#n8ogwbB9KF4grLf7ch2r7Ieov0zV9w9t { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-size:auto !important;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:11.25rem;width:0.498046875rem;top:45.875rem;left:4.9375rem;display:block; }
#AWHmlLPT7cKPVOdpN97Wwp38t236K1NU { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-size:auto !important;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:11.25rem;width:0.498046875rem;top:45.875rem;left:2.5625rem;display:block; }
#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.44);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; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { background-color: transparent; background-image: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container > .video-iframe-container { display: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container { display: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .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); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { border-width: 0; border-radius: 0; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:75rem;position:relative;display:block; }#FpslhHlWaw7TxWug6iOZ4gaCg9VnJ341 { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-size:auto !important;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:11.25rem;width:0.498046875rem;top:47.75rem;left:64.875rem;display:block; }
#m13ACCNXMepub6Nv4Zd5m6y8FL9TRTUM { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-size:auto !important;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:11.25rem;width:0.498046875rem;top:47.75rem;left:67.25rem;display:block; }
#MVQxEvx9JWpoS2EmxzfCsTW6ZTbAHTu1 { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-size:auto !important;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:11.25rem;width:0.498046875rem;top:47.75rem;left:69.625rem;display:block; }
#o4BkGhFJFpvr6QKt3xe1Huh61d6iMNyD { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-size:auto !important;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:11.25rem;width:0.498046875rem;top:47.75rem;left:72rem;display:block; }
#ytFFyNLZkBuK0OcXQE1IxnOIBrWFX8oH { color:rgba(var(--color-tertiary-0),1);display:block;width:40.1248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:1.5256099700927rem;left:17.437068939209rem;height:4.4628875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pdx5DPHhfdid8fxMDn9VF0PZHSJmFK6H { position:absolute;display:block;z-index:15020;background-color:#363738;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;height:20.375rem;width:61.1875rem;top:13.5rem;left:6.90625rem;display:block; }
#laAQWJnoQKOHJZFBDRwDvW6DnLWO3zuS { color:rgba(var(--color-tertiary-0),1);display:block;width:56.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15067;line-height:1.7;letter-spacing:0;top:15.9375rem;left:9.28125rem;height:15.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#laAQWJnoQKOHJZFBDRwDvW6DnLWO3zuS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#laAQWJnoQKOHJZFBDRwDvW6DnLWO3zuS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/50f67b67-3580-4a18-9693-c1805ae69d86/2C0A8318.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p.adaptive-delivery-prevent-bg, #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p.lazyload, #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p.lazyloading { background-image: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { background-color: transparent; background-image: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.5); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.5); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .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); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { border-width: 0; border-radius: 0; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { color:rgba(var(--color-tertiary-0),1);display:block;width:43.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15068;line-height:1.4;letter-spacing:0;top:1.5rem;left:22.75rem;height:8.925rem;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:right;text-align-last:right;font-style:normal;display:block; }
#y0Mf4oVmJP0iiMyD0VVKTcszrnMPhln3 { position:absolute;display:block;z-index:15067;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:16.3125rem;width:29.0625rem;top:11.329211235046rem;left:41.787113189698rem;overflow:hidden;display:block; }
#v1DwxJ87F6hpxd72zTU1SD5FhWc7Nbed { position:absolute;display:block;z-index:15018;background-color:#363738;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;height:15rem;width:35rem;top:12.1875rem;left:2.625rem;display:block; }
#AM6Oc4Cd4ctU6NlsDBMa5q0mmN7AHGwq { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15066;line-height:1.7;letter-spacing:0;top:14.625rem;left:4.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#AM6Oc4Cd4ctU6NlsDBMa5q0mmN7AHGwq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AM6Oc4Cd4ctU6NlsDBMa5q0mmN7AHGwq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
#lSzoTr3bL5J036wbwKcDf7V3mZ1puvbe { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:13.4375rem;top:0.8125rem;left:9rem;overflow:hidden;display:block; }
#x5If4yXCPQtxretk45tpvKePpQQtwxMG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { background-color: transparent; background-image: none; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container > .video-iframe-container { display: none; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row > .video-iframe-container { display: none; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .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); }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { border-width: 0; border-radius: 0; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:block; }#WfhJNN5bFvJcEuKWS5AHSEQiwh3soEcF { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:35.5rem;top:16.086589813233rem;left:0.81597328186037rem;overflow:hidden;display:block; }
#WnbZuedgmKS9ri1gVnZ29BzlmUxqWVBe { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-size:auto !important;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:11.25rem;width:0.499131875rem;top:44.8125rem;left:71.75rem;display:block; }
#Tqy3BA05U6mGNHCeDGcz9zF6n7CLPyLG { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-size:auto !important;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:11.25rem;width:0.499131875rem;top:44.8125rem;left:69.375rem;display:block; }
#GxH7BLy5JQZlX9lgxTyzczzEAy8n1o3b { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-size:auto !important;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:11.25rem;width:0.499131875rem;top:44.8125rem;left:67rem;display:block; }
#SlXNEqazQ6fxdhfNUksqEuD2cL6TX9Xg { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-size:auto !important;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:11.25rem;width:0.499131875rem;top:44.8125rem;left:64.625rem;display:block; }
#cTxhCdp8ixTJZl6PLeiIMTqPVqTsWTJ4 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.4373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:1.4375rem;left:19.5rem;height:4.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hzHOERFtFcfB2flvg2hMFohDVctfk2oP { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:13.4375rem;top:0.8125rem;left:6.5rem;overflow:hidden;display:block; }
#tnkG8CuNFTF6cBDEE8r0lnrT09pVftic { position:absolute;display:block;z-index:15020;background-color:#363738;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;height:19.249125rem;width:35rem;top:14.115669250488rem;left:38.750003814698rem;display:block; }
#dw1gmFRVK1kliKQtlqQTG9VXOfzdlJpT { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15068;line-height:1.7;letter-spacing:0;top:15.462240219116rem;left:40.312503814698rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#dw1gmFRVK1kliKQtlqQTG9VXOfzdlJpT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dw1gmFRVK1kliKQtlqQTG9VXOfzdlJpT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
#kEiXBmTBvNaX2ifoKFAuTbxNEJFMdp3x { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-size:auto !important;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:11.25rem;width:0.498046875rem;top:0rem;left:9.6875rem;display:block; }
#G1eUCL2FwzNC6AUsPuaquAK9FrFW0XT8 { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-size:auto !important;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:11.25rem;width:0.498046875rem;top:0rem;left:7.3125rem;display:block; }
#ZiRgqWW6N0JoauPfUnA990qXEqifP79D { position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-size:auto !important;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:11.25rem;width:0.498046875rem;top:0rem;left:4.9375rem;display:block; }
#kAK5iTg6lU7vdUooHKUzJKi0IXEJBMy6 { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),0));background-size:auto !important;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:11.25rem;width:0.498046875rem;top:0rem;left:2.5625rem;display:block; }
#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/034e8097-5a53-4edd-afcd-01e799e8c242/2C0A8331.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK.adaptive-delivery-prevent-bg, #TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK.lazyload, #TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK.lazyloading { background-image: none; }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK > .row .container { background-color: transparent; background-image: none; }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK > .row .container > .video-iframe-container { display: none; }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK > .row > .video-iframe-container { display: none; }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK > .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); }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK > .row .container { border-width: 0; border-radius: 0; }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:75rem;position:relative;display:block; }#J9cJoTBB50G79vm2wX255lyGMuvBmaAE { position:absolute;display:block;z-index:15071;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:23.8125rem;width:28.6875rem;top:11.84375rem;left:39.5625rem;overflow:hidden;display:block; }
#Evsgdz8rKm88lSrbdJqsBPpqOsHoTKq2 { position:absolute;display:block;z-index:15020;background-color:#363738;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;height:27.875rem;width:65.625rem;top:9.8125rem;left:4.6875rem;display:block; }
#fTeSHKafkD7QTXseb8UqVILo9l2ZLXQ7 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15068;line-height:1.7;letter-spacing:0;top:15.46875rem;left:6.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#fTeSHKafkD7QTXseb8UqVILo9l2ZLXQ7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fTeSHKafkD7QTXseb8UqVILo9l2ZLXQ7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
#FZMvGnUZhhmAii26U8AS6dULVk6QEIdd { color:rgba(var(--color-tertiary-0),1);display:block;width:49.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15072;line-height:1.4;letter-spacing:0;top:1.25rem;left:18.5rem;height:4.4625rem;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:right;text-align-last:right;font-style:normal;display:block; }
#zVZPRkO1l8SrzSzXr5WWdETwdCSdIXLg { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:13.4375rem;top:0.625rem;left:6.8125rem;overflow:hidden;display:block; }
#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s { position:relative;display:block; }#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s { background-color: transparent; background-image: none; }#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s > .row .container > .video-iframe-container { display: none; }#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s > .row > .video-iframe-container { display: none; }#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s > .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); }#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s { border-width: 0; border-radius: 0; }#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0b0808;background-image:none;font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zntSlNT3Wt555tqFwoVhspkWBk9E3vvM { color:rgba(var(--color-tertiary-0),1);display:block;width:22.874375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:1.3125rem;left:33rem;height:4.4625rem;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:right;text-align-last:right;font-style:normal;display:block; }
#rVxx4bWzH93IQl335uy5z24Um5xS4y7x { position:absolute;display:block;z-index:15017;background-color:rgba(54,55,56,0.7);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;height:29.375rem;width:70.4375rem;top:7.9990234375rem;left:2.28125rem;display:block; }
#rLPxHDywdLSTdlSuNJ3AaPTw1VnWSOs9 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15065;line-height:1.7;letter-spacing:0;top:14.4052734375rem;left:40.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#rLPxHDywdLSTdlSuNJ3AaPTw1VnWSOs9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rLPxHDywdLSTdlSuNJ3AaPTw1VnWSOs9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
#J2T1GDTeKQFLuIuz0BNqefEbOEb0O08b { position:absolute;display:block;z-index:15070;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:26.1875rem;width:29.1875rem;top:8.90625rem;left:5.0625rem;overflow:hidden;display:block; }
#o6anN3Xq7MVJoeS34XBEHlepA2oviqcJ { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:13.4375rem;top:0.6875rem;left:19.125rem;overflow:hidden;display:block; }
#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c2e81f0-5cf8-4915-b789-6a4a8251aaff/_XMM3234a.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE.adaptive-delivery-prevent-bg, #bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE.lazyload, #bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE.lazyloading { background-image: none; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container { background-color: transparent; background-image: none; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.46); }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container > .video-iframe-container { display: none; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.46); }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row > .video-iframe-container { display: none; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .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); }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container { border-width: 0; border-radius: 0; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#Kgfx3EdrCl7iE7fx44SzDZdsDHRpIsVx { color:rgba(var(--color-tertiary-1),0.97);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:6.1875rem;left:3.125rem;height:1.7rem;font-style:normal;display:block; }
#Ngb4Sm5kId1M0qzZnZK6VVX53PXAuLVL { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:8.8125rem;left:3.125rem;height:3.675rem;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; }
#NKaZfDAMLKpKTpKebAQyUTUvPt9MTW26 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.7;letter-spacing:0;top:13.5rem;left:3.125rem;height:15.3rem;display:block; }
#f4uaITLq8TgWVx53syzAw1Z9asC0xw0W { position:absolute;display:block;z-index:15000;background-color:rgba(28,28,28,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.8125rem;width:37.5rem;top:0.65625rem;left:0rem;display:block; }
#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { background-color: transparent; background-image: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container > .video-iframe-container { display: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container { display: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .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); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { border-width: 0; border-radius: 0; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#oXiSfuCrdnq0l6eNWmgoGCRFZraTfpIq { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:28.125rem;left:22.375rem;height:;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;text-align:left;text-align-last:left;display:block; }
#IENtXnIMZpvlGdXSEutgVkkTiMpisFv7 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:33.0625rem;left:23.3125rem;height:4.4625rem;text-align:center;text-align-last:center;display:block; }
#IeZvyENN0KuGvoMaa5PAV78y0nLfzCrv { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.9375rem;left:31.125rem;display:block; }
#Bul5cAUA94sEQvUOXaT4QvHDn8za32wH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TUu54tI1c1fDqT7Xba6mfsWeuQ0cBJc2 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:60rem;top:24.6875rem;left:7.5rem;display:block; }
#tNPW7rL3vnnagkxLNLQrZrCsWvr3aL1y { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:9.1875rem;top:28.07421875rem;left:42.75rem;overflow:hidden;display:block; }
#cy05M8AktCduEcDVA26AUseSek7Voi7B { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:31.25rem;left:16.9375rem;height:0;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;text-align:center;text-align-last:center;display:block; }
#X7HQTPwRy36PvgbwtThaMd7PCCKy1zRq { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:60rem;top:2.25rem;left:7.5rem;display:block; }
#scvl2AKbqQFL6K7eNKMx3Qh6z3zPZGbE { color:rgba(var(--color-tertiary-0),1);display:block;width:40.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.6875rem;left:17.03125rem;height:3.15rem;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;text-align:center;text-align-last:center;display:block; }
#Gogh71MhW5MTOLd2JZZO2zwfg5ImaE1U { color:rgba(var(--color-tertiary-0),1);display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:9.9375rem;left:18.5625rem;height:4.4625rem;text-align:center;text-align-last:center;display:block; }
#F3eXaUPAlHorWUz1UHJyHu5GuMC9r5bT { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.9375rem;left:31.125rem;display:block; }
#pBtG6Alg79k1FAO5k0cvd01oy0baCvbN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { background-color: transparent; background-image: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .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); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { border-width: 0; border-radius: 0; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#hwtVzXzZLANzfrZSaBfaBxJRmITsWZqt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:16.375rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#nMkfNmFiU0DgWQibDZV7DBqzNZ4tzWlC { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:3rem;left:69.875rem; }
#nMkfNmFiU0DgWQibDZV7DBqzNZ4tzWlC > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; }#nzkQsOA0GpuusX1AfGapCWExbw0R3gTI { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:3rem;left:66.125rem; }
#nzkQsOA0GpuusX1AfGapCWExbw0R3gTI > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:3.0625rem;left:62.375rem; }
#TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; }#lXdn8vtfa0K8d8AbayN82T2TBvMP7gLT { color:rgba(var(--color-tertiary-0),1);display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:4.5rem;left:24.625rem;height:1.3rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { top:10.9375rem;left:0rem;width:33.125rem;height:;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block; }
 }@media only screen and (max-width: 763px) { #Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
 }@media only screen and (max-width: 763px) { #x2NCMrRuJyx3kwgscFia8nazQp9NKSew { top:0rem;left:10.59375rem;width:26.5625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWLsrnThJ5sreT7GBLIBMxuS0ZOz0irF { top:12.0625rem;left:2.75rem;width:45rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzq7MnW2O9e0ndRzeyInRWfK1nKm6ic6 { top:16.25rem;left:0rem;width:29.5625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXxVIg3wW8zRpSxZuBINrW92odKOR0gs { top:17.125rem;left:0rem;width:47.75rem;height:10.703958333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKTMMnoOAM4L2ZTbKd7trNGEbw07sFKW { width:0.4375rem;height:11.25rem;top:45.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHDTeae6zGzxB3S2OvywJNX8b4wwu50E { width:0.4375rem;height:11.25rem;top:45.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8ogwbB9KF4grLf7ch2r7Ieov0zV9w9t { width:0.4375rem;height:11.25rem;top:45.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWHmlLPT7cKPVOdpN97Wwp38t236K1NU { width:0.4375rem;height:11.25rem;top:45.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpslhHlWaw7TxWug6iOZ4gaCg9VnJ341 { width:0.4375rem;height:11.25rem;top:47.75rem;left:47.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m13ACCNXMepub6Nv4Zd5m6y8FL9TRTUM { width:0.4375rem;height:11.25rem;top:47.75rem;left:47.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVQxEvx9JWpoS2EmxzfCsTW6ZTbAHTu1 { width:0.4375rem;height:11.25rem;top:47.75rem;left:47.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4BkGhFJFpvr6QKt3xe1Huh61d6iMNyD { width:0.4375rem;height:11.25rem;top:47.75rem;left:47.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytFFyNLZkBuK0OcXQE1IxnOIBrWFX8oH { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pdx5DPHhfdid8fxMDn9VF0PZHSJmFK6H { width:47.75rem;height:20.375rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #laAQWJnoQKOHJZFBDRwDvW6DnLWO3zuS { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#laAQWJnoQKOHJZFBDRwDvW6DnLWO3zuS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
 }@media only screen and (max-width: 763px) { #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { display:block; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0Mf4oVmJP0iiMyD0VVKTcszrnMPhln3 { top:11.3125rem;left:18.6875rem;width:29.0625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1DwxJ87F6hpxd72zTU1SD5FhWc7Nbed { width:35rem;height:15rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM6Oc4Cd4ctU6NlsDBMa5q0mmN7AHGwq { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#AM6Oc4Cd4ctU6NlsDBMa5q0mmN7AHGwq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
 }@media only screen and (max-width: 763px) { #lSzoTr3bL5J036wbwKcDf7V3mZ1puvbe { top:0.8125rem;left:0rem;width:13.4375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5If4yXCPQtxretk45tpvKePpQQtwxMG { display:block; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfhJNN5bFvJcEuKWS5AHSEQiwh3soEcF { top:16.0625rem;left:0rem;width:35.5rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnbZuedgmKS9ri1gVnZ29BzlmUxqWVBe { width:0.4375rem;height:11.25rem;top:44.8125rem;left:47.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqy3BA05U6mGNHCeDGcz9zF6n7CLPyLG { width:0.4375rem;height:11.25rem;top:44.8125rem;left:47.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxH7BLy5JQZlX9lgxTyzczzEAy8n1o3b { width:0.4375rem;height:11.25rem;top:44.8125rem;left:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlXNEqazQ6fxdhfNUksqEuD2cL6TX9Xg { width:0.4375rem;height:11.25rem;top:44.8125rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTxhCdp8ixTJZl6PLeiIMTqPVqTsWTJ4 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzHOERFtFcfB2flvg2hMFohDVctfk2oP { top:0.8125rem;left:0rem;width:13.4375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnkG8CuNFTF6cBDEE8r0lnrT09pVftic { width:35rem;height:19.1875rem;top:14.0625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw1gmFRVK1kliKQtlqQTG9VXOfzdlJpT { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#dw1gmFRVK1kliKQtlqQTG9VXOfzdlJpT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
 }@media only screen and (max-width: 763px) { #kEiXBmTBvNaX2ifoKFAuTbxNEJFMdp3x { width:0.4375rem;height:11.25rem;top:0rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1eUCL2FwzNC6AUsPuaquAK9FrFW0XT8 { width:0.4375rem;height:11.25rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiRgqWW6N0JoauPfUnA990qXEqifP79D { width:0.4375rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAK5iTg6lU7vdUooHKUzJKi0IXEJBMy6 { width:0.4375rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK { display:block; }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9cJoTBB50G79vm2wX255lyGMuvBmaAE { top:11.8125rem;left:19.0625rem;width:28.6875rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evsgdz8rKm88lSrbdJqsBPpqOsHoTKq2 { width:47.75rem;height:27.8125rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTeSHKafkD7QTXseb8UqVILo9l2ZLXQ7 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#fTeSHKafkD7QTXseb8UqVILo9l2ZLXQ7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
 }@media only screen and (max-width: 763px) { #FZMvGnUZhhmAii26U8AS6dULVk6QEIdd { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVZPRkO1l8SrzSzXr5WWdETwdCSdIXLg { top:0.625rem;left:0rem;width:13.4375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s { display:block; }#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zntSlNT3Wt555tqFwoVhspkWBk9E3vvM { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVxx4bWzH93IQl335uy5z24Um5xS4y7x { width:47.75rem;height:29.375rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLPxHDywdLSTdlSuNJ3AaPTw1VnWSOs9 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#rLPxHDywdLSTdlSuNJ3AaPTw1VnWSOs9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
 }@media only screen and (max-width: 763px) { #J2T1GDTeKQFLuIuz0BNqefEbOEb0O08b { top:8.875rem;left:0rem;width:29.1875rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6anN3Xq7MVJoeS34XBEHlepA2oviqcJ { top:0.6875rem;left:5.5rem;width:13.4375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE { display:block; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kgfx3EdrCl7iE7fx44SzDZdsDHRpIsVx { top:6.1875rem;left:0rem;width:31.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngb4Sm5kId1M0qzZnZK6VVX53PXAuLVL { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKaZfDAMLKpKTpKebAQyUTUvPt9MTW26 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4uaITLq8TgWVx53syzAw1Z9asC0xw0W { width:37.5rem;height:37.8125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { display:block; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXiSfuCrdnq0l6eNWmgoGCRFZraTfpIq { top:28.125rem;left:8.75rem;width:35.625rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IENtXnIMZpvlGdXSEutgVkkTiMpisFv7 { top:33.0625rem;left:9.6875rem;width:28.4375rem;height:4.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeZvyENN0KuGvoMaa5PAV78y0nLfzCrv { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bul5cAUA94sEQvUOXaT4QvHDn8za32wH { display:block; }
 }@media only screen and (max-width: 763px) { #TUu54tI1c1fDqT7Xba6mfsWeuQ0cBJc2 { width:47.75rem;height:21.25rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNPW7rL3vnnagkxLNLQrZrCsWvr3aL1y { top:28.0625rem;left:29.125rem;width:9.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy05M8AktCduEcDVA26AUseSek7Voi7B { top:31.25rem;left:3.3125rem;width:33.3125rem;height:0;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7HQTPwRy36PvgbwtThaMd7PCCKy1zRq { width:47.75rem;height:21.25rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #scvl2AKbqQFL6K7eNKMx3Qh6z3zPZGbE { top:4.6875rem;left:3.40625rem;width:40.9375rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gogh71MhW5MTOLd2JZZO2zwfg5ImaE1U { top:9.9375rem;left:4.9375rem;width:37.875rem;height:4.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3eXaUPAlHorWUz1UHJyHu5GuMC9r5bT { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBtG6Alg79k1FAO5k0cvd01oy0baCvbN { display:block; }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwtVzXzZLANzfrZSaBfaBxJRmITsWZqt { width:16.375rem;height:6.6875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMkfNmFiU0DgWQibDZV7DBqzNZ4tzWlC { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
#nMkfNmFiU0DgWQibDZV7DBqzNZ4tzWlC > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #nzkQsOA0GpuusX1AfGapCWExbw0R3gTI { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
#nzkQsOA0GpuusX1AfGapCWExbw0R3gTI > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
#TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #lXdn8vtfa0K8d8AbayN82T2TBvMP7gLT { top:4.5rem;left:11rem;width:25.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { width:20rem;height:3.1494125rem;top:26.5751953125rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { width:12.75rem;height:3.75rem;top:46.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block; }
 }@media only screen and (max-width: 763px) { #Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { width:18.125rem;height:5.72265625rem;top:38.6875rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
 }@media only screen and (max-width: 763px) { #x2NCMrRuJyx3kwgscFia8nazQp9NKSew { width:20rem;height:8.1875rem;top:1.8564453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWLsrnThJ5sreT7GBLIBMxuS0ZOz0irF { width:20rem;height:12.610375rem;top:12.16796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzq7MnW2O9e0ndRzeyInRWfK1nKm6ic6 { width:20rem;height:7.1875rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXxVIg3wW8zRpSxZuBINrW92odKOR0gs { width:20rem;height:4.482425rem;top:15.3486328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKTMMnoOAM4L2ZTbKd7trNGEbw07sFKW { width:0.5rem;height:11.25rem;top:0rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHDTeae6zGzxB3S2OvywJNX8b4wwu50E { width:0.5rem;height:11.25rem;top:0rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8ogwbB9KF4grLf7ch2r7Ieov0zV9w9t { width:0.5rem;height:11.25rem;top:0rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWHmlLPT7cKPVOdpN97Wwp38t236K1NU { width:0.5rem;height:11.25rem;top:0rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpslhHlWaw7TxWug6iOZ4gaCg9VnJ341 { width:0.4375rem;height:11.25rem;top:0rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m13ACCNXMepub6Nv4Zd5m6y8FL9TRTUM { width:0.4375rem;height:11.25rem;top:0rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVQxEvx9JWpoS2EmxzfCsTW6ZTbAHTu1 { width:0.4375rem;height:11.25rem;top:0rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4BkGhFJFpvr6QKt3xe1Huh61d6iMNyD { width:0.4375rem;height:11.25rem;top:0rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytFFyNLZkBuK0OcXQE1IxnOIBrWFX8oH { width:20rem;height:5.5996125rem;top:1.25rem;left:0rem;font-size:2rem;z-index:15068;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pdx5DPHhfdid8fxMDn9VF0PZHSJmFK6H { width:20rem;height:20.375rem;top:8.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #laAQWJnoQKOHJZFBDRwDvW6DnLWO3zuS { width:20rem;height:16.09375rem;top:10.5371125rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }#laAQWJnoQKOHJZFBDRwDvW6DnLWO3zuS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
 }@media only screen and (max-width: 763px) { #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/50f67b67-3580-4a18-9693-c1805ae69d86/2C0A8318.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p.adaptive-delivery-prevent-bg, #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p.lazyload, #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p.lazyloading { background-image: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { background-color: transparent; background-image: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.5); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.5); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .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); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { width:20rem;height:5.5996125rem;top:5.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y0Mf4oVmJP0iiMyD0VVKTcszrnMPhln3 { width:16.875rem;height:9.4375rem;top:15.3994140625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1DwxJ87F6hpxd72zTU1SD5FhWc7Nbed { width:20rem;height:8.0625rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM6Oc4Cd4ctU6NlsDBMa5q0mmN7AHGwq { width:20rem;height:5.72265625rem;top:32.857421875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#AM6Oc4Cd4ctU6NlsDBMa5q0mmN7AHGwq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
 }@media only screen and (max-width: 763px) { #lSzoTr3bL5J036wbwKcDf7V3mZ1puvbe { width:13.4375rem;height:5rem;top:1.2451171875rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5If4yXCPQtxretk45tpvKePpQQtwxMG { display:block; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfhJNN5bFvJcEuKWS5AHSEQiwh3soEcF { width:20rem;height:9.55075rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnbZuedgmKS9ri1gVnZ29BzlmUxqWVBe { width:0.49902375rem;height:11.25rem;top:35.125rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqy3BA05U6mGNHCeDGcz9zF6n7CLPyLG { width:0.49902375rem;height:11.25rem;top:35.125rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxH7BLy5JQZlX9lgxTyzczzEAy8n1o3b { width:0.49902375rem;height:11.25rem;top:35.125rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlXNEqazQ6fxdhfNUksqEuD2cL6TX9Xg { width:0.49902375rem;height:11.25rem;top:35.125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTxhCdp8ixTJZl6PLeiIMTqPVqTsWTJ4 { width:20rem;height:5.5996125rem;top:7.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hzHOERFtFcfB2flvg2hMFohDVctfk2oP { width:13.4375rem;height:5rem;top:2.0625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnkG8CuNFTF6cBDEE8r0lnrT09pVftic { width:20rem;height:11.8125rem;top:29.5625rem;left:0rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #dw1gmFRVK1kliKQtlqQTG9VXOfzdlJpT { width:20rem;height:9.121125rem;top:30.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15073;display:block; }#dw1gmFRVK1kliKQtlqQTG9VXOfzdlJpT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
 }@media only screen and (max-width: 763px) { #kEiXBmTBvNaX2ifoKFAuTbxNEJFMdp3x { width:0.4375rem;height:11.25rem;top:0rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1eUCL2FwzNC6AUsPuaquAK9FrFW0XT8 { width:0.4375rem;height:11.25rem;top:0rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiRgqWW6N0JoauPfUnA990qXEqifP79D { width:0.4375rem;height:11.25rem;top:0rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAK5iTg6lU7vdUooHKUzJKi0IXEJBMy6 { width:0.4375rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK { display:block; }#TlKIWgtS1HePpvtanb6wAlJhBLJfAOyK > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9cJoTBB50G79vm2wX255lyGMuvBmaAE { width:20rem;height:16.6005625rem;top:14.287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evsgdz8rKm88lSrbdJqsBPpqOsHoTKq2 { width:20rem;height:13.25rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTeSHKafkD7QTXseb8UqVILo9l2ZLXQ7 { width:20rem;height:9.121125rem;top:35.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#fTeSHKafkD7QTXseb8UqVILo9l2ZLXQ7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
 }@media only screen and (max-width: 763px) { #FZMvGnUZhhmAii26U8AS6dULVk6QEIdd { width:20rem;height:5.5996125rem;top:6.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zVZPRkO1l8SrzSzXr5WWdETwdCSdIXLg { width:13.4375rem;height:5rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s { display:block; }#Z39NwkMPQRlfc8SkstSMPCGuaB1cVT5s > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zntSlNT3Wt555tqFwoVhspkWBk9E3vvM { width:20rem;height:2.79980625rem;top:5.5498046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rVxx4bWzH93IQl335uy5z24Um5xS4y7x { width:20rem;height:13.1875rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLPxHDywdLSTdlSuNJ3AaPTw1VnWSOs9 { width:20rem;height:9.121125rem;top:33rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#rLPxHDywdLSTdlSuNJ3AaPTw1VnWSOs9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_698506a525d5f5f533e4d5cd1c87b893d9309e6f.svg); }
 }@media only screen and (max-width: 763px) { #J2T1GDTeKQFLuIuz0BNqefEbOEb0O08b { width:20rem;height:17.943375rem;top:10.787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6anN3Xq7MVJoeS34XBEHlepA2oviqcJ { width:13.4375rem;height:5rem;top:0.5498046875rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE { display:block; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kgfx3EdrCl7iE7fx44SzDZdsDHRpIsVx { width:17.5rem;height:1.69921875rem;top:4.375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ngb4Sm5kId1M0qzZnZK6VVX53PXAuLVL { width:17.5rem;height:2.79980625rem;top:6.0625rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NKaZfDAMLKpKTpKebAQyUTUvPt9MTW26 { width:17.5rem;height:30.5859375rem;top:10.25390625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4uaITLq8TgWVx53syzAw1Z9asC0xw0W { width:20rem;height:29.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { display:block; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXiSfuCrdnq0l6eNWmgoGCRFZraTfpIq { width:17.5rem;height:5.69921875rem;top:26.375rem;left:1.25rem;font-size:2.375rem;z-index:15000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IENtXnIMZpvlGdXSEutgVkkTiMpisFv7 { width:17.5rem;height:5.736325rem;top:33.375rem;left:1.25rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #IeZvyENN0KuGvoMaa5PAV78y0nLfzCrv { width:12.75rem;height:3.75rem;top:41.125rem;left:3.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #Bul5cAUA94sEQvUOXaT4QvHDn8za32wH { display:block; }
 }@media only screen and (max-width: 763px) { #TUu54tI1c1fDqT7Xba6mfsWeuQ0cBJc2 { width:20rem;height:21.625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNPW7rL3vnnagkxLNLQrZrCsWvr3aL1y { width:8.4375rem;height:2.8125rem;top:29.3125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy05M8AktCduEcDVA26AUseSek7Voi7B { width:20rem;height:0;top:41.125rem;left:0rem;font-size:2rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #X7HQTPwRy36PvgbwtThaMd7PCCKy1zRq { width:20rem;height:22rem;top:25.25rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #scvl2AKbqQFL6K7eNKMx3Qh6z3zPZGbE { width:20rem;height:2.3994125rem;top:4rem;left:0rem;font-size:2rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Gogh71MhW5MTOLd2JZZO2zwfg5ImaE1U { width:20rem;height:7.6484375rem;top:8.375rem;left:0rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #F3eXaUPAlHorWUz1UHJyHu5GuMC9r5bT { width:12.75rem;height:3.75rem;top:17.9375rem;left:3.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #pBtG6Alg79k1FAO5k0cvd01oy0baCvbN { display:block; }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwtVzXzZLANzfrZSaBfaBxJRmITsWZqt { width:10.9375rem;height:4.375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMkfNmFiU0DgWQibDZV7DBqzNZ4tzWlC { display:flex;width:2.0625rem;height:2.0625rem;top:2.21875rem;left:17.125rem; }
#nMkfNmFiU0DgWQibDZV7DBqzNZ4tzWlC > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #nzkQsOA0GpuusX1AfGapCWExbw0R3gTI { display:flex;width:2rem;height:2rem;top:2.25rem;left:14.5rem; }
#nzkQsOA0GpuusX1AfGapCWExbw0R3gTI > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p { display:flex;width:2rem;height:2rem;top:2.25rem;left:11.8125rem; }
#TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #lXdn8vtfa0K8d8AbayN82T2TBvMP7gLT { width:20rem;height:2.5996125rem;top:6.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }