.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:243,221,221;--color-primary-1:217,143,143;--color-primary-2:178,30,30;--color-primary-3:89,15,15;--color-primary-4:27,5,5;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:255,254,254;--color-tertiary-2:153,152,152;--color-tertiary-3:92,91,91;--color-tertiary-4:34,34,34;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row .container { background-color: transparent; background-image: none; }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row .container > .video-iframe-container { display: none; }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row > .video-iframe-container { display: none; }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .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); }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row .container { border-width: 0; border-radius: 0; }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#fF0NDw3Rb1ve88RdNI8HD81eyRRl5ntw { 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:5.25rem;width:12.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zlEr46w11VP22zzE3Jh8RCyIax4O17qV { 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:2.0625rem;width:1.8125rem;top:1.4375rem;left:39.375rem;overflow:hidden;display:block; }
#qCBhhRBfCfZCT3bcMM706AalncmSKhg1 { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.375rem;left:42.3125rem;height:1.1375rem;font-style:normal;display:block; }
#zVATh2qXL3pMFRve1ZyHKwnNdzIGkb4K { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:1.5rem;left:51.0625rem;overflow:hidden;display:block; }
#tzvn6LTqgQJpz0OnoT6nls21oSIhSNo0 { color:rgba(var(--color-tertiary-0),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.2490234375rem;left:53.9326171875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KKOFP4dTheSBKoZk7S9DQiu25g7hHwnN { color:rgba(var(--color-primary-2),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5595703125rem;left:53.9326171875rem;height:1.1375rem;font-style:normal;display:block; }
#gfp17Fz7HC3yHqShfm4hnKlHBuUCMFcn { background-color:rgba(var(--color-secondary-0),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:1rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:2.5625rem;left:41.1875rem;display:block; }
#M2vT4SMFCWmX7TJrA3bfrNqxLrbNNozT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bab5dba4-ad6c-4b3b-b02d-34c8dde56eb1/439bf6bd362c4e8aad0987297d50f6fa.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,3,4,0.63); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,3,4,0.63); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#eQEVU6WQLDdMoRkTXNVRCKr48cVWyW8Q { color:rgba(var(--color-tertiary-0),1);display:block;width:42.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:11.25rem;left:0rem;height:6.25rem;font-style:normal;display:block; }
#C2JMPRz3u1H8S2l5I4HErc1HzUXXPbO7 { color:rgba(var(--color-tertiary-1),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:18.749784469604rem;left:0rem;height:3.1875rem;font-style:normal;display:block; }
#omKCV1kAKgrozxE5h7vMHnFpU2Bvm6fM { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.25rem;width:7.9375rem;top:23.499134063721rem;left:0rem;display:block; }
#KXsADkNFB0VRf7vHaOf1sdSp713INbeH { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-4),0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),0.3);border-left:0.0625rem solid rgba(var(--color-secondary-0),0.3);border-right:0.0625rem solid rgba(var(--color-secondary-0),0.3);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),0.3);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:60rem;top:33.499567747116rem;left:-0.0032558441162109rem;display:block; }
#aIQ3kAxUh7WoiVwumU4KiWU4WHRCSb9k { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:35.728300571442rem;left:0.9375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O3syADeXClHgZOWT31QShW5MRr8fNtnI { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:37.853518009186rem;left:0.9375rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sh1HTPMbO2pBA5v8uHEnXqcTIBLn4s2d { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),0.3);background-image:none;background-position:top left !important;background-repeat: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:7.5rem;width:0.0625rem;top:33.875rem;left:19.5625rem;display:block; }
#sFwbCwUcoGIr16KBRd4qgrs05EeCzUly { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:35.728083133698rem;left:21.187067031861rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tt9qzPG3tL0K2Vu3eKDyXyRxUSTNEOSr { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:37.875rem;left:21.187067031861rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PCxkQq2QXImC4piNWl2PRgtbkOiGm4vh { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),0.3);background-image:none;background-position:top left !important;background-repeat: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:7.5rem;width:0.0625rem;top:33.875rem;left:40.25rem;display:block; }
#lSdZKnaTEVuz3tOeLKaAxizE9H1fDltC { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:35.75rem;left:41.5rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NdwbO8CaO8DVzKaoIeVxE0grn1WGCBMw { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:37.875rem;left:41.5rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PLVbz91X7dHoOT6qSdgJ8CVOcP76C5MS { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0rem 0.125rem 0.4375rem rgba(var(--color-secondary-4),0.12) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0rem 0.0625rem 0.0625rem rgba(var(--color-secondary-4),0.15);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.5625rem;left:0rem;display:block; }
#mI7w31SxTCgMqR6KLHaxlTa8XSnQrXI0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container { background-color: transparent; background-image: none; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container > .video-iframe-container { display: none; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row > .video-iframe-container { display: none; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .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); }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container { border-width: 0; border-radius: 0; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:60rem;position:relative;display:block; }#RJuTZTbHLKrWdpIN9zMkKTbnRb0NbLoV { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:4.4992189407349rem;left:0rem;height:2.25rem;font-style:normal;display:block; }
#nhqV2tzuvvIitDLvzrm3R7GAdbhlwkUQ { color:rgba(var(--color-tertiary-4),0.8);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:10.37890625rem;left:0rem;height:9.7993125rem;font-style:normal;display:block; }
#T6TAw0wg0AExxx6EQdDSFDEO021evce1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:28.5625rem;top:3.25rem;left:31.245660781861rem;overflow:hidden;display:block; }
#ThA2JQ2bGV0ygvvfHBpvFiiz1EaJgohA { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:19.125rem;width:0.9375rem;top:6.4171009063719rem;left:30.277128219604rem;display:block; }
#k35JLBTmWzfOhdZWsGPyfPkdSAhSRTZF { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.9375rem;width:25.625rem;top:24.603733062744rem;left:30.25rem;display:block; }
#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container { background-color: transparent; background-image: none; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container > .video-iframe-container { display: none; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row > .video-iframe-container { display: none; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .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); }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container { border-width: 0; border-radius: 0; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:60rem;position:relative;display:block; }#xuyKTVodxcpx1fEgo3vPDShKQZRPl17U { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aL5bTnxNqJrwCwK8u6k6u9q9JWVriACI { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:5.5rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row .container { background-color: transparent; background-image: none; }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row .container > .video-iframe-container { display: none; }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row > .video-iframe-container { display: none; }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .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); }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row .container { border-width: 0; border-radius: 0; }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:60rem;position:relative;display:block; }#K5cTsbKxPBr1qxf2ETufPTgnKgZIHbxH { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 0.125rem rgba(var(--color-secondary-4),0.3) ;height:13.5rem;width:18.75rem;top:0rem;left:0rem;display:block; }
#TU0HTqLBcIVxJl0IevLb3OWHJxgkzcXA { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:9.25rem;left:1.71875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JEiZHePJV9NXEfigmXnEyulqPhT0Km6u { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.375rem;width:10.3125rem;top:13.374351501465rem;left:4.2491321563721rem;display:block; }
#PvcOsLZNCfxFpxsrQNEU20ezxAdgi17a { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.375rem;width:10.3125rem;top:13.375rem;left:24.875rem;display:block; }
#orFfm0B5o3HhsFnNtuGTBWiNlzlIml2x { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.25rem;left:22.34375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VQf7Bf5Tuy0LR1CmELzLhlIM9sZRJ5Hq { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.375rem;width:10.3125rem;top:13.375rem;left:45.5rem;display:block; }
#wXiTUsGBxcZTetelEzNHZVq2fHeE1iTx { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:9.25rem;left:43rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sESankobuEF3PneRurqsfTobgtBTJgDE { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 0.125rem rgba(var(--color-secondary-4),0.3) ;height:13.5rem;width:18.75rem;top:0.03038215637207rem;left:20.625001907349rem;display:block; }
#zA1OQzgbsuzOqWSPOq6hoM1E29DprXFl { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 0.125rem rgba(var(--color-secondary-4),0.3) ;height:13.5625rem;width:18.75rem;top:0rem;left:41.245660781861rem;display:block; }
#zcuwwwOs7x15wS1ZzxcLCKO4hqw1GvlI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.9250001907349rem;left:6.8125rem; }
#CyDH8A6XIOCcDsRTR0S12zSP2Rtf7bnB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.9250001907349rem;left:27.968751907349rem; }
#EcHTSdHVOK4xl9UUVD6J82ON3LcCLuCA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:3.7874999046326rem;left:47.874219894409rem; }
#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d9b1ef26-2774-4372-b405-b4ae8a024316/50c46e3e79964980aa80220f3b5dfc81.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; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk.adaptive-delivery-prevent-bg, #gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk.lazyload, #gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk.lazyloading { background-image: none; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container { background-color: transparent; background-image: none; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,3,3,0.63); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container > .video-iframe-container { display: none; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,3,3,0.63); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row > .video-iframe-container { display: none; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .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); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container { border-width: 0; border-radius: 0; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk::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; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;position:relative;display:block; }#lv1LrUMl3cIOS8sSlJWTgUk0EBqL1fMw { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uou9GTwSFwlNc3gA98VXpddAZhBggL3y { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:9.625rem;left:-0.0032558441162109rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NbBsZrXazUSWbMgFUDMbBR0JIOZ7rlUy { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0rem 0.125rem 0.4375rem rgba(var(--color-secondary-4),0.12) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0rem 0.0625rem 0.0625rem rgba(var(--color-secondary-4),0.15);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:14.75rem;left:22.650827407837rem;display:block; }
#w8HQigvIudPPODpIZP3drSAuNz9HsRi8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oXt8GgcKeGTXTrZtdDOe1y41unOWvDnX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#oXt8GgcKeGTXTrZtdDOe1y41unOWvDnX.adaptive-delivery-prevent-bg, #oXt8GgcKeGTXTrZtdDOe1y41unOWvDnX.lazyload, #oXt8GgcKeGTXTrZtdDOe1y41unOWvDnX.lazyloading { background-image: none; }#oXt8GgcKeGTXTrZtdDOe1y41unOWvDnX > .row .container { background-color: transparent; background-image: none; }#oXt8GgcKeGTXTrZtdDOe1y41unOWvDnX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXt8GgcKeGTXTrZtdDOe1y41unOWvDnX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXt8GgcKeGTXTrZtdDOe1y41unOWvDnX > .row .container > .video-iframe-container { display: none; }#oXt8GgcKeGTXTrZtdDOe1y41unOWvDnX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXt8GgcKeGTXTrZtdDOe1y41unOWvDnX > .row > .video-iframe-container { display: none; }#oXt8GgcKeGTXTrZtdDOe1y41unOWvDnX > .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); }#oXt8GgcKeGTXTrZtdDOe1y41unOWvDnX > .row .container { border-width: 0; border-radius: 0; }#oXt8GgcKeGTXTrZtdDOe1y41unOWvDnX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oXt8GgcKeGTXTrZtdDOe1y41unOWvDnX > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:60rem;position:relative;display:block; }#ADw6l5VP4aeqklkFdC717IWiDZaT3AGz { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.75rem;left:-0.0032558441162109rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kIFDpUqcebmgrc21qZJTDZeGuZZap1Dt { color:rgba(var(--color-tertiary-4),1);display:block;width:46.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:9.375rem;left:6.875rem;height:5.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yPOtkfqWgbgAChukkpfycTTUX7wokZGk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:9.375rem;left:3.375rem;overflow:hidden;display:block; }
#NmLxIt12G7pFiE31UOzTa44MbL0UVM4f { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:9.8125rem;left:54.625rem;overflow:hidden;display:block; }
#eTaWSbJ3Okzx6AyqFTZrZtV57t1yo9yd { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:15.3125rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tlTn1FoAKW8zQwCrCTKkSp0UPcFtzLTy { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:60rem;top:17.1875rem;left:-0.0032558441162109rem;display:block; }
#qzco0FAnV2aM3ugorbg2H8RaieKK0Jug { color:rgba(var(--color-tertiary-4),0.6);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:19.730035781861rem;left:0.62174415588379rem;height:5.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IOTMXMaQ1Sk8FM5nl8kR3wH5nu7ZCATm { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:26.1875rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RwAn1T9fGftCVP9FGQo54TvP1UL4A74T { color:rgba(var(--color-tertiary-4),0.6);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:19.75rem;left:30.625rem;height:5.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yvxTNzxgC2GU3kBnGEo09il828skudNH { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:26.1875rem;left:30.625001907349rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rrs66L5w3nJb8OZ5T8ihux0afJ5mhHNu { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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:7.5rem;width:0.125rem;top:17.75rem;left:30rem;display:block; }
#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy > .row .container { background-color: transparent; background-image: none; }#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy > .row .container > .video-iframe-container { display: none; }#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy > .row > .video-iframe-container { display: none; }#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy > .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); }#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy > .row .container { border-width: 0; border-radius: 0; }#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#eBkIs4rfnqAyQ1KoFkd0iy8rz6BNUKnS { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:5.5rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gimi76zqg5N4wVrigJsZTlQLS93muMLK { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NK3q52FT58lFOCCZieiGn7pniTfgBZbq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NK3q52FT58lFOCCZieiGn7pniTfgBZbq > .row .container { background-color: transparent; background-image: none; }#NK3q52FT58lFOCCZieiGn7pniTfgBZbq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NK3q52FT58lFOCCZieiGn7pniTfgBZbq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NK3q52FT58lFOCCZieiGn7pniTfgBZbq > .row .container > .video-iframe-container { display: none; }#NK3q52FT58lFOCCZieiGn7pniTfgBZbq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NK3q52FT58lFOCCZieiGn7pniTfgBZbq > .row > .video-iframe-container { display: none; }#NK3q52FT58lFOCCZieiGn7pniTfgBZbq > .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); }#NK3q52FT58lFOCCZieiGn7pniTfgBZbq > .row .container { border-width: 0; border-radius: 0; }#NK3q52FT58lFOCCZieiGn7pniTfgBZbq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NK3q52FT58lFOCCZieiGn7pniTfgBZbq > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:60rem;position:relative;display:block; }#T5zJi74h5TK30tqF7R7K25UyPppXlZ5d { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:14rem;left:1.25rem;height:1.7875rem;text-align:left;text-align-last:left;display:block; }
#O3i3vCQKgbaCT7nQe2LDPEVxkHA75z2U { color:rgba(var(--color-tertiary-4),0.6);display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:17rem;left:1.25rem;height:9.098625rem;font-style:normal;display:block; }
#GANBSh1QTZlAaH9WJbErU21zn6mgtXZn { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14rem;left:21.5625rem;height:1.7875rem;text-align:left;text-align-last:left;display:block; }
#IAW9H4BtkewgQA1EBGiWBzDfJvJMsqTd { color:rgba(var(--color-tertiary-4),0.6);display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17rem;left:21.5625rem;height:7.7988125rem;font-style:normal;display:block; }
#qozo9lNgtSi6qNexRbPZz5ZdTO9t9lVn { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14rem;left:42.500001907349rem;height:1.7875rem;text-align:left;text-align-last:left;display:block; }
#H4navn8h0b6zpvmPwoQrc5GphdLdJPcK { color:rgba(var(--color-tertiary-4),0.6);display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:17rem;left:41.875rem;height:7.7988125rem;font-style:normal;display:block; }
#aPNymPieeJXUdRHRHAHOyhM58Dxdc6KS { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 0.125rem rgba(var(--color-secondary-4),0.1) ;height:27.6875rem;width:19.375rem;top:0rem;left:40.620660781861rem;display:block; }
#BUWc9xQw58gUUeuV9Xx9PIX6MKMSfVQh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.625rem;width:17.5rem;top:1.1437501907349rem;left:41.312501907349rem;overflow:hidden;display:block; }
#f2023MfspWVULOUNTgPGRNCoT16ceKEG { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 0.125rem rgba(var(--color-secondary-4),0.1) ;height:27.75rem;width:19.375rem;top:0rem;left:-0.0032558441162109rem;display:block; }
#bmBC9aqupcXJ6XTO1Ou5EuD2oZ5fHaTM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.4375rem;width:18rem;top:0.70625019073488rem;left:1rem;overflow:hidden;display:block; }
#tuazITB2E6TxGIP17pq4J0WRZMVKkMbr { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0rem 0.125rem 0.4375rem rgba(var(--color-secondary-4),0.12) ;height:28.75rem;width:19.375rem;top:0rem;left:20.312501907349rem;display:block; }
#p0cNnZaiompTv3nLDBcpnhpawDgyEOP0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.875rem;width:17.875rem;top:0.98750019073488rem;left:21.062501907349rem;overflow:hidden;display:block; }
#bL15eNFclLdt8yEfs2rnVQ3gH748LRRN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4503735f-8688-40ce-aa96-5d328b413358/cf2f0f64329d410f93fff68585f15792.crop_1536x916_0,1132.preview.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; }#bL15eNFclLdt8yEfs2rnVQ3gH748LRRN.adaptive-delivery-prevent-bg, #bL15eNFclLdt8yEfs2rnVQ3gH748LRRN.lazyload, #bL15eNFclLdt8yEfs2rnVQ3gH748LRRN.lazyloading { background-image: none; }#bL15eNFclLdt8yEfs2rnVQ3gH748LRRN > .row .container { background-color: transparent; background-image: none; }#bL15eNFclLdt8yEfs2rnVQ3gH748LRRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,24,24,0.77); }#bL15eNFclLdt8yEfs2rnVQ3gH748LRRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bL15eNFclLdt8yEfs2rnVQ3gH748LRRN > .row .container > .video-iframe-container { display: none; }#bL15eNFclLdt8yEfs2rnVQ3gH748LRRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,24,24,0.77); }#bL15eNFclLdt8yEfs2rnVQ3gH748LRRN > .row > .video-iframe-container { display: none; }#bL15eNFclLdt8yEfs2rnVQ3gH748LRRN > .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); }#bL15eNFclLdt8yEfs2rnVQ3gH748LRRN > .row .container { border-width: 0; border-radius: 0; }#bL15eNFclLdt8yEfs2rnVQ3gH748LRRN::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; }#bL15eNFclLdt8yEfs2rnVQ3gH748LRRN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bL15eNFclLdt8yEfs2rnVQ3gH748LRRN > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;position:relative;display:block; }#ymnltCEntsOgZ3XSoheCbnvmGbR3nx7x { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oct2cqflL3t1ui4hgxTmTgxrdoTSkViI { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:9.625rem;left:-0.0032558441162109rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PQh7AeX0WNccb999Vfc00FNZiS9GcEdv { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0rem 0.125rem 0.4375rem rgba(var(--color-secondary-4),0.12) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0rem 0.0625rem 0.0625rem rgba(var(--color-secondary-4),0.15);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:14.75rem;left:22.650827407837rem;display:block; }
#DxOOEAt3u8X225CtVbgefq9K7ubc24Nf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ { display:block; }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fF0NDw3Rb1ve88RdNI8HD81eyRRl5ntw { width:12.8125rem;height:5.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlEr46w11VP22zzE3Jh8RCyIax4O17qV { width:1.8125rem;height:2.0625rem;top:1.4375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCBhhRBfCfZCT3bcMM706AalncmSKhg1 { width:7rem;height:1.125rem;top:1.375rem;left:36.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVATh2qXL3pMFRve1ZyHKwnNdzIGkb4K { width:2.0625rem;height:2.0625rem;top:1.5rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzvn6LTqgQJpz0OnoT6nls21oSIhSNo0 { width:6rem;height:1.125rem;top:1.1875rem;left:41.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKOFP4dTheSBKoZk7S9DQiu25g7hHwnN { width:6rem;height:1.125rem;top:2.5rem;left:41.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfp17Fz7HC3yHqShfm4hnKlHBuUCMFcn { width:8.25rem;height:1rem;top:2.5625rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2vT4SMFCWmX7TJrA3bfrNqxLrbNNozT { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQEVU6WQLDdMoRkTXNVRCKr48cVWyW8Q { width:42.375rem;height:6.25rem;top:11.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2JMPRz3u1H8S2l5I4HErc1HzUXXPbO7 { width:34.375rem;height:3.1875rem;top:18.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #omKCV1kAKgrozxE5h7vMHnFpU2Bvm6fM { width:7.9375rem;height:0.25rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXsADkNFB0VRf7vHaOf1sdSp713INbeH { width:47.625rem;height:8.25rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIQ3kAxUh7WoiVwumU4KiWU4WHRCSb9k { width:17.625rem;height:1.875rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3syADeXClHgZOWT31QShW5MRr8fNtnI { width:17.625rem;height:1.75rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh1HTPMbO2pBA5v8uHEnXqcTIBLn4s2d { width:0.0625rem;height:7.5rem;top:33.875rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFwbCwUcoGIr16KBRd4qgrs05EeCzUly { width:17.625rem;height:1.875rem;top:35.6875rem;left:15.061719894409rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt9qzPG3tL0K2Vu3eKDyXyRxUSTNEOSr { width:17.625rem;height:1.75rem;top:37.875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCxkQq2QXImC4piNWl2PRgtbkOiGm4vh { width:0.0625rem;height:7.5rem;top:33.875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSdZKnaTEVuz3tOeLKaAxizE9H1fDltC { width:17.625rem;height:1.875rem;top:35.75rem;left:30.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdwbO8CaO8DVzKaoIeVxE0grn1WGCBMw { width:17.625rem;height:1.75rem;top:37.875rem;left:30.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLVbz91X7dHoOT6qSdgJ8CVOcP76C5MS { width:12rem;height:3.875rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI7w31SxTCgMqR6KLHaxlTa8XSnQrXI0 { display:block; }
 }@media only screen and (max-width: 763px) { #GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw { display:block; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJuTZTbHLKrWdpIN9zMkKTbnRb0NbLoV { width:29.375rem;height:4.5rem;top:4.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhqV2tzuvvIitDLvzrm3R7GAdbhlwkUQ { width:29.375rem;height:11.1875rem;top:10.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6TAw0wg0AExxx6EQdDSFDEO021evce1 { width:28.5625rem;height:21.4375rem;top:3.25rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThA2JQ2bGV0ygvvfHBpvFiiz1EaJgohA { width:0.9375rem;height:19.125rem;top:6.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k35JLBTmWzfOhdZWsGPyfPkdSAhSRTZF { width:25.625rem;height:0.9375rem;top:24.625rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 { display:block; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuyKTVodxcpx1fEgo3vPDShKQZRPl17U { width:47.75rem;height:1.25rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL5bTnxNqJrwCwK8u6k6u9q9JWVriACI { width:47.75rem;height:2.25rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaorPQuB6uE89b3u1RCqO9z3BRBklx4b { display:block; }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5cTsbKxPBr1qxf2ETufPTgnKgZIHbxH { width:18.75rem;height:13.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU0HTqLBcIVxJl0IevLb3OWHJxgkzcXA { width:15.3125rem;height:1.25rem;top:9.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEiZHePJV9NXEfigmXnEyulqPhT0Km6u { width:10.3125rem;height:0.375rem;top:13.3125rem;left:2.1866321563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvcOsLZNCfxFpxsrQNEU20ezxAdgi17a { width:10.375rem;height:0.375rem;top:13.375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orFfm0B5o3HhsFnNtuGTBWiNlzlIml2x { width:15.3125rem;height:1.25rem;top:9.25rem;left:16.156251907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQf7Bf5Tuy0LR1CmELzLhlIM9sZRJ5Hq { width:10.375rem;height:0.375rem;top:13.375rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXiTUsGBxcZTetelEzNHZVq2fHeE1iTx { width:15.3125rem;height:1.25rem;top:9.25rem;left:32.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sESankobuEF3PneRurqsfTobgtBTJgDE { width:18.75rem;height:13.5rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA1OQzgbsuzOqWSPOq6hoM1E29DprXFl { width:18.75rem;height:13.5625rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcuwwwOs7x15wS1ZzxcLCKO4hqw1GvlI { top:3.875rem;left:4.75rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyDH8A6XIOCcDsRTR0S12zSP2Rtf7bnB { top:3.875rem;left:21.781251907349rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcHTSdHVOK4xl9UUVD6J82ON3LcCLuCA { top:3.75rem;left:37.561719894409rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk { display:block; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lv1LrUMl3cIOS8sSlJWTgUk0EBqL1fMw { width:47.75rem;height:2.4375rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uou9GTwSFwlNc3gA98VXpddAZhBggL3y { width:47.75rem;height:1.25rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbBsZrXazUSWbMgFUDMbBR0JIOZ7rlUy { width:12rem;height:3.875rem;top:14.75rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8HQigvIudPPODpIZP3drSAuNz9HsRi8 { display:block; }
 }@media only screen and (max-width: 763px) { #oXt8GgcKeGTXTrZtdDOe1y41unOWvDnX { display:block; }#oXt8GgcKeGTXTrZtdDOe1y41unOWvDnX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADw6l5VP4aeqklkFdC717IWiDZaT3AGz { width:47.75rem;height:2.25rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIFDpUqcebmgrc21qZJTDZeGuZZap1Dt { width:46.25rem;height:5.1875rem;top:9.375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPOtkfqWgbgAChukkpfycTTUX7wokZGk { width:2.8125rem;height:2rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmLxIt12G7pFiE31UOzTa44MbL0UVM4f { width:2.8125rem;height:2rem;top:9.8125rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTaWSbJ3Okzx6AyqFTZrZtV57t1yo9yd { width:47.75rem;height:1.25rem;top:15.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlTn1FoAKW8zQwCrCTKkSp0UPcFtzLTy { width:47.625rem;height:9.5rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzco0FAnV2aM3ugorbg2H8RaieKK0Jug { width:28.75rem;height:5.1875rem;top:19.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOTMXMaQ1Sk8FM5nl8kR3wH5nu7ZCATm { width:28.75rem;height:1.4375rem;top:26.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwAn1T9fGftCVP9FGQo54TvP1UL4A74T { width:28.75rem;height:5.1875rem;top:19.75rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvxTNzxgC2GU3kBnGEo09il828skudNH { width:28.75rem;height:1.4375rem;top:26.1875rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrs66L5w3nJb8OZ5T8ihux0afJ5mhHNu { width:0.125rem;height:7.5rem;top:17.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy { display:block; }#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBkIs4rfnqAyQ1KoFkd0iy8rz6BNUKnS { width:20rem;height:1.25rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gimi76zqg5N4wVrigJsZTlQLS93muMLK { width:47.75rem;height:1.25rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK3q52FT58lFOCCZieiGn7pniTfgBZbq { display:block; }#NK3q52FT58lFOCCZieiGn7pniTfgBZbq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5zJi74h5TK30tqF7R7K25UyPppXlZ5d { width:17.5rem;height:1.75rem;top:14rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3i3vCQKgbaCT7nQe2LDPEVxkHA75z2U { width:17.5rem;height:9.0625rem;top:17rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GANBSh1QTZlAaH9WJbErU21zn6mgtXZn { width:17.5rem;height:1.75rem;top:14rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAW9H4BtkewgQA1EBGiWBzDfJvJMsqTd { width:17.5rem;height:9.0625rem;top:17rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qozo9lNgtSi6qNexRbPZz5ZdTO9t9lVn { width:17.5rem;height:1.75rem;top:14rem;left:30.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4navn8h0b6zpvmPwoQrc5GphdLdJPcK { width:17.5rem;height:9.0625rem;top:17rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPNymPieeJXUdRHRHAHOyhM58Dxdc6KS { width:19.375rem;height:27.6875rem;top:0rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUWc9xQw58gUUeuV9Xx9PIX6MKMSfVQh { width:17.5rem;height:11.625rem;top:1.125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2023MfspWVULOUNTgPGRNCoT16ceKEG { width:19.375rem;height:27.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmBC9aqupcXJ6XTO1Ou5EuD2oZ5fHaTM { width:18rem;height:12.4375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuazITB2E6TxGIP17pq4J0WRZMVKkMbr { width:19.375rem;height:28.75rem;top:0rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0cNnZaiompTv3nLDBcpnhpawDgyEOP0 { width:17.875rem;height:11.875rem;top:0.9375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL15eNFclLdt8yEfs2rnVQ3gH748LRRN { display:block; }#bL15eNFclLdt8yEfs2rnVQ3gH748LRRN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymnltCEntsOgZ3XSoheCbnvmGbR3nx7x { width:47.75rem;height:2.4375rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oct2cqflL3t1ui4hgxTmTgxrdoTSkViI { width:47.75rem;height:1.25rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQh7AeX0WNccb999Vfc00FNZiS9GcEdv { width:12rem;height:3.875rem;top:14.75rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxOOEAt3u8X225CtVbgefq9K7ubc24Nf { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ { display:block; }#UeuMdZzxTgrlZ7F7gtP5UCh9ZxcizqzZ > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fF0NDw3Rb1ve88RdNI8HD81eyRRl5ntw { width:11.4375rem;height:4.6875rem;top:0.6875rem;left:4.2812498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlEr46w11VP22zzE3Jh8RCyIax4O17qV { width:1.8125rem;height:2.0625rem;top:6.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCBhhRBfCfZCT3bcMM706AalncmSKhg1 { width:6.9375rem;height:1.3rem;top:6.1875rem;left:8.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zVATh2qXL3pMFRve1ZyHKwnNdzIGkb4K { width:2.0625rem;height:2.0625rem;top:9.49978351593rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzvn6LTqgQJpz0OnoT6nls21oSIhSNo0 { width:8.5rem;height:1.3rem;top:9.4990234375rem;left:8.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KKOFP4dTheSBKoZk7S9DQiu25g7hHwnN { width:6rem;height:1.3rem;top:10.7490234375rem;left:8.53125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gfp17Fz7HC3yHqShfm4hnKlHBuUCMFcn { width:10.0625rem;height:1.1875rem;top:7.487500190735rem;left:7.1249998807906rem;font-size:1rem;font-weight:700;font-style:normal;color:#b21e1e;display:block; }
 }@media only screen and (max-width: 763px) { #M2vT4SMFCWmX7TJrA3bfrNqxLrbNNozT { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bab5dba4-ad6c-4b3b-b02d-34c8dde56eb1/439bf6bd362c4e8aad0987297d50f6fa.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,17,18,0.63); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,17,18,0.63); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQEVU6WQLDdMoRkTXNVRCKr48cVWyW8Q { width:20rem;height:5.625rem;top:3.3116321563721rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2JMPRz3u1H8S2l5I4HErc1HzUXXPbO7 { width:20rem;height:2.625rem;top:9.56093788147rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omKCV1kAKgrozxE5h7vMHnFpU2Bvm6fM { width:7.9375rem;height:0.25rem;top:12.999132156372rem;left:5.9993491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXsADkNFB0VRf7vHaOf1sdSp713INbeH { width:20.0625rem;height:23.1875rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIQ3kAxUh7WoiVwumU4KiWU4WHRCSb9k { width:17.625rem;height:1.875rem;top:23.4375rem;left:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O3syADeXClHgZOWT31QShW5MRr8fNtnI { width:17.625rem;height:1.75rem;top:25.625rem;left:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sh1HTPMbO2pBA5v8uHEnXqcTIBLn4s2d { width:0.0625rem;height:7.5rem;top:76.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sFwbCwUcoGIr16KBRd4qgrs05EeCzUly { width:17.625rem;height:1.875rem;top:30.3125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt9qzPG3tL0K2Vu3eKDyXyRxUSTNEOSr { width:17.625rem;height:1.75rem;top:32.625rem;left:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PCxkQq2QXImC4piNWl2PRgtbkOiGm4vh { width:0.0625rem;height:7.5rem;top:91.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lSdZKnaTEVuz3tOeLKaAxizE9H1fDltC { width:17.625rem;height:1.875rem;top:37.0625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdwbO8CaO8DVzKaoIeVxE0grn1WGCBMw { width:17.625rem;height:1.75rem;top:39.375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLVbz91X7dHoOT6qSdgJ8CVOcP76C5MS { width:12rem;height:3.875rem;top:15.56093788147rem;left:3.9999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI7w31SxTCgMqR6KLHaxlTa8XSnQrXI0 { display:block; }
 }@media only screen and (max-width: 763px) { #GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw { display:block; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJuTZTbHLKrWdpIN9zMkKTbnRb0NbLoV { width:20rem;height:3.25rem;top:5.5620651245117rem;left:-0.0032552480697632rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhqV2tzuvvIitDLvzrm3R7GAdbhlwkUQ { width:20rem;height:20.8rem;top:9.936718940735rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6TAw0wg0AExxx6EQdDSFDEO021evce1 { width:19.8125rem;height:14.875rem;top:26.216796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThA2JQ2bGV0ygvvfHBpvFiiz1EaJgohA { width:0.9375rem;height:19.125rem;top:19.875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #k35JLBTmWzfOhdZWsGPyfPkdSAhSRTZF { width:20rem;height:0.9375rem;top:17.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 { display:block; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuyKTVodxcpx1fEgo3vPDShKQZRPl17U { width:20rem;height:1.3rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aL5bTnxNqJrwCwK8u6k6u9q9JWVriACI { width:20rem;height:1.625rem;top:5.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaorPQuB6uE89b3u1RCqO9z3BRBklx4b { display:block; }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5cTsbKxPBr1qxf2ETufPTgnKgZIHbxH { width:18.75rem;height:13.5rem;top:0rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU0HTqLBcIVxJl0IevLb3OWHJxgkzcXA { width:18.75rem;height:1.3rem;top:8.9995613098144rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JEiZHePJV9NXEfigmXnEyulqPhT0Km6u { width:10.3125rem;height:0.375rem;top:13.310543060302rem;left:4.8741322159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvcOsLZNCfxFpxsrQNEU20ezxAdgi17a { width:10.375rem;height:0.375rem;top:30.748699188233rem;left:4.7808161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #orFfm0B5o3HhsFnNtuGTBWiNlzlIml2x { width:18.75rem;height:1.3rem;top:26.062282562256rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQf7Bf5Tuy0LR1CmELzLhlIM9sZRJ5Hq { width:10.375rem;height:0.375rem;top:48.246524810791rem;left:4.7808161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXiTUsGBxcZTetelEzNHZVq2fHeE1iTx { width:18.75rem;height:1.3rem;top:43.062068939209rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sESankobuEF3PneRurqsfTobgtBTJgDE { width:18.75rem;height:13.5rem;top:17.437068939209rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA1OQzgbsuzOqWSPOq6hoM1E29DprXFl { width:18.75rem;height:13.5625rem;top:34.874134063721rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcuwwwOs7x15wS1ZzxcLCKO4hqw1GvlI { display:flex;width:4.25rem;height:4.25rem;top:4.12109375rem;left:7.9687503576281rem; }
 }@media only screen and (max-width: 763px) { #CyDH8A6XIOCcDsRTR0S12zSP2Rtf7bnB { display:flex;width:4.4375rem;height:4.4375rem;top:20.43359375rem;left:7.8750003576281rem; }
 }@media only screen and (max-width: 763px) { #EcHTSdHVOK4xl9UUVD6J82ON3LcCLuCA { display:flex;width:4.5rem;height:4.5rem;top:36.62109375rem;left:7.7500003576281rem; }
 }@media only screen and (max-width: 763px) { #gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d9b1ef26-2774-4372-b405-b4ae8a024316/50c46e3e79964980aa80220f3b5dfc81.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk.adaptive-delivery-prevent-bg, #gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk.lazyload, #gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk.lazyloading { background-image: none; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container { background-color: transparent; background-image: none; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,7,8,0.54); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container > .video-iframe-container { display: none; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,7,8,0.54); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row > .video-iframe-container { display: none; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .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); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lv1LrUMl3cIOS8sSlJWTgUk0EBqL1fMw { width:20rem;height:3.25rem;top:4.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uou9GTwSFwlNc3gA98VXpddAZhBggL3y { width:20rem;height:2.6rem;top:8.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbBsZrXazUSWbMgFUDMbBR0JIOZ7rlUy { width:12rem;height:3.875rem;top:15.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8HQigvIudPPODpIZP3drSAuNz9HsRi8 { display:block; }
 }@media only screen and (max-width: 763px) { #oXt8GgcKeGTXTrZtdDOe1y41unOWvDnX { display:block; }#oXt8GgcKeGTXTrZtdDOe1y41unOWvDnX > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADw6l5VP4aeqklkFdC717IWiDZaT3AGz { width:20rem;height:1.25rem;top:2.6866340637207rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIFDpUqcebmgrc21qZJTDZeGuZZap1Dt { width:20rem;height:6.5rem;top:10.686849355698rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPOtkfqWgbgAChukkpfycTTUX7wokZGk { width:2.875rem;height:2rem;top:7.4370670318606rem;left:-0.0032552480697632rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmLxIt12G7pFiE31UOzTa44MbL0UVM4f { width:2.875rem;height:2rem;top:18.186850309372rem;left:17.121312201023rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTaWSbJ3Okzx6AyqFTZrZtV57t1yo9yd { width:20rem;height:1.25rem;top:20.874567747116rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlTn1FoAKW8zQwCrCTKkSp0UPcFtzLTy { width:20.0625rem;height:20.0625rem;top:24.375000715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzco0FAnV2aM3ugorbg2H8RaieKK0Jug { width:20rem;height:6.5rem;top:26.749132871627rem;left:-0.0032552480697632rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOTMXMaQ1Sk8FM5nl8kR3wH5nu7ZCATm { width:20rem;height:1.3rem;top:33.805463790894rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwAn1T9fGftCVP9FGQo54TvP1UL4A74T { width:20rem;height:6.5rem;top:38.086720466614rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvxTNzxgC2GU3kBnGEo09il828skudNH { width:20rem;height:1.3rem;top:46.249219417572rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrs66L5w3nJb8OZ5T8ihux0afJ5mhHNu { width:0.125rem;height:7.5rem;top:17.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy { display:block; }#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBkIs4rfnqAyQ1KoFkd0iy8rz6BNUKnS { width:20rem;height:1.25rem;top:5.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gimi76zqg5N4wVrigJsZTlQLS93muMLK { width:20rem;height:1.3rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NK3q52FT58lFOCCZieiGn7pniTfgBZbq { display:block; }#NK3q52FT58lFOCCZieiGn7pniTfgBZbq > .row .container { width:20rem;height:95rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5zJi74h5TK30tqF7R7K25UyPppXlZ5d { width:17.5rem;height:1.7875rem;top:13.75rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O3i3vCQKgbaCT7nQe2LDPEVxkHA75z2U { width:17.5rem;height:9.1rem;top:17rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GANBSh1QTZlAaH9WJbErU21zn6mgtXZn { width:17.5rem;height:1.3rem;top:44.8125rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IAW9H4BtkewgQA1EBGiWBzDfJvJMsqTd { width:17.5rem;height:9.1rem;top:48.25rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qozo9lNgtSi6qNexRbPZz5ZdTO9t9lVn { width:17.5rem;height:1.7875rem;top:77.1875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H4navn8h0b6zpvmPwoQrc5GphdLdJPcK { width:17.5rem;height:9.1rem;top:80.375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aPNymPieeJXUdRHRHAHOyhM58Dxdc6KS { width:19.375rem;height:27.75rem;top:63.373470306394rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUWc9xQw58gUUeuV9Xx9PIX6MKMSfVQh { width:17.875rem;height:11.9375rem;top:63.373437881469rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2023MfspWVULOUNTgPGRNCoT16ceKEG { width:19.375rem;height:27.75rem;top:0rem;left:0.3125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bmBC9aqupcXJ6XTO1Ou5EuD2oZ5fHaTM { width:17.1875rem;height:11.9375rem;top:0rem;left:1.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuazITB2E6TxGIP17pq4J0WRZMVKkMbr { width:19.375rem;height:28.75rem;top:31.125rem;left:0.3125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #p0cNnZaiompTv3nLDBcpnhpawDgyEOP0 { width:17.875rem;height:11.9375rem;top:31.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL15eNFclLdt8yEfs2rnVQ3gH748LRRN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4503735f-8688-40ce-aa96-5d328b413358/cf2f0f64329d410f93fff68585f15792.crop_1536x916_0,1132.preview.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#bL15eNFclLdt8yEfs2rnVQ3gH748LRRN.adaptive-delivery-prevent-bg, #bL15eNFclLdt8yEfs2rnVQ3gH748LRRN.lazyload, #bL15eNFclLdt8yEfs2rnVQ3gH748LRRN.lazyloading { background-image: none; }#bL15eNFclLdt8yEfs2rnVQ3gH748LRRN > .row .container { background-color: transparent; background-image: none; }#bL15eNFclLdt8yEfs2rnVQ3gH748LRRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,7,8,0.64); }#bL15eNFclLdt8yEfs2rnVQ3gH748LRRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bL15eNFclLdt8yEfs2rnVQ3gH748LRRN > .row .container > .video-iframe-container { display: none; }#bL15eNFclLdt8yEfs2rnVQ3gH748LRRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,7,8,0.64); }#bL15eNFclLdt8yEfs2rnVQ3gH748LRRN > .row > .video-iframe-container { display: none; }#bL15eNFclLdt8yEfs2rnVQ3gH748LRRN > .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); }#bL15eNFclLdt8yEfs2rnVQ3gH748LRRN > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymnltCEntsOgZ3XSoheCbnvmGbR3nx7x { width:20rem;height:3.25rem;top:4.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oct2cqflL3t1ui4hgxTmTgxrdoTSkViI { width:20rem;height:2.6rem;top:8.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQh7AeX0WNccb999Vfc00FNZiS9GcEdv { width:12rem;height:3.875rem;top:15.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxOOEAt3u8X225CtVbgefq9K7ubc24Nf { display:block; }
 }