.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:249,242,228;--color-primary-1:235,212,167;--color-primary-2:215,168,78;--color-primary-3:108,84,39;--color-primary-4:32,25,12;--color-secondary-0:221,223,224;--color-secondary-1:143,148,153;--color-secondary-2:31,41,51;--color-secondary-3:16,21,26;--color-secondary-4:5,6,8;--color-tertiary-0:255,255,255;--color-tertiary-1:225,227,231;--color-tertiary-2:156,163,175;--color-tertiary-3:78,82,88;--color-tertiary-4:16,16,17;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .row .container { background-color: transparent; background-image: none; }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .row .container > .video-iframe-container { display: none; }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .row > .video-iframe-container { display: none; }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .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); }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .row .container { border-width: 0; border-radius: 0; }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#sewas6ZCE3TzJTPgeD5zC7XFsHZ7hqvq { background-color:transparent;background-image:none;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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.625rem;left:27.625rem;display:block; }
#CrppAnJgro5WRcwZimtLvR6rqSHUxB5E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QMGigR8bIKvuCb5dKaVWQPwebEmDfp7f { background-color:transparent;background-image:none;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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.875rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.625rem;left:35.4375rem;display:block; }
#x3FudMeOneRIWn2LyE1iXE272ZTvn8b6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MMg1QzfKbSSTikLFAv4OhU6azydHVa68 { background-color:transparent;background-image:none;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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.625rem;left:42.9375rem;display:block; }
#FyX0gEt8nEDo5dfDJak4NUnS5M2axtPO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yc1tevrRqJWz2NLHm9tNRbtX63rKc9Gc { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.8125rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
#NXvKyxgeh1HsqP2beV07KBL7wp9f9HWo { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:20.0625rem;top:1.875rem;left:54.9375rem;overflow:hidden;display:block; }
#y0WIRmUhiOcq3Lco9R86C88v5cwkUGBk { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5);top:4rem;left:57.0625rem;height:1.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mmxU5RX66MLE1LHDFcFRafTBrp2BRG7n { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:2.125rem;left:57.0625rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qqb5BMU5o8KLhoeqFnPEhzin3wA4NctS { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:5.75rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:0.78125rem;left:55.375rem;display:block; }
#pJRiISFA1IJUJ8OcZBCBUl96t39QucyU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aZIP8CFW7A95FxGkx9aBehxKQiVJtpwA { position:relative;display:none; }#aZIP8CFW7A95FxGkx9aBehxKQiVJtpwA { border-width: 0; border-radius: 0; }#aZIP8CFW7A95FxGkx9aBehxKQiVJtpwA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aZIP8CFW7A95FxGkx9aBehxKQiVJtpwA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#NR3UTd8b1EFcGMXGJp3R55MgDXhXWLC5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:1.84375rem;left:0rem;overflow:hidden;display:none; }
#gOUBvhohQnl4vrJL4QnJpn90CCPMgMCK { position:relative;display:none; }#gOUBvhohQnl4vrJL4QnJpn90CCPMgMCK { border-width: 0; border-radius: 0; }#gOUBvhohQnl4vrJL4QnJpn90CCPMgMCK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gOUBvhohQnl4vrJL4QnJpn90CCPMgMCK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#klgLPbXLD9kdc03Qsge7XOx3fF0rFxLO { background-color:#5d92ff;background-image:none;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Ts4hCV3rqJ0RNnDVAnN2nvkt3rf7J9bS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZDE5uQcdgGkEeGE448EEWS4tiTuKmxdw { color:rgba(var(--color-tertiary-4),1);display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);height:2.0625rem;top:1.6875rem;left:14.25rem;display:none; }
#SEm727SScTQmB4KFE2cQyBguS36os53C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Qpan3oP98bydxHnOGE2TMTMElbP3ZvR2 { background-color:#5d92ff;background-image:none;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#lthEpT7kE6wtgFgbrNJyWPGOT0vrVL6q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kPfImiogOvQcgIucBxNoUVL3ITaDhJuD { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);height:2.4375rem;top:1.5rem;left:3.125rem;display:none; }
#DrQQLAWWnuWlZGV0FVr4a7s6cGinaWz3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#bhSDtk2ufeE16ME4WdMrihHZxkZdn9w1 { background-color:#5d92ff;background-image:none;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#O4MMTeuD72sEBvhm0dTxqrutliBEh7XO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZASubfJElvfMD6Jpk5fDHUqtVUmrXISa { background-color:#5d92ff;background-image:none;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#C3JJ80m0ms5rmCT1sCITo1SaKOEMVt31 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG { border-top:0;border-left:0;border-right:0;border-bottom:0.4375rem solid #c1c1c1;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/50bf10a7-63af-4351-976b-bd60a604cf3f/herobg.png");background-position:top right !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; }#PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG.adaptive-delivery-prevent-bg, #PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG.lazyload, #PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG.lazyloading { background-image: none; }#PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG > .row .container { background-color: transparent; background-image: none; }#PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.26); }#PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG > .row .container > .video-iframe-container { display: none; }#PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.26); }#PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG > .row > .video-iframe-container { display: none; }#PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG > .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); }#PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG > .row .container { border-width: 0; border-radius: 0; }#PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG::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; }#PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;position:relative;display:block; }#PHEpFqJMvE8OOn2O3kReKDXBd71EiZn9 { color:rgba(var(--color-tertiary-0),1);display:block;width:47.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.77);top:9.0625rem;left:0rem;height:9.75rem;font-style:normal;display:block; }
#DFQ8Q9N06wwac9yTmMWAnxEWRbmKVhgo { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:19.65625rem;left:0rem;height:8.9375rem;overflow:hidden;display:block; }#DFQ8Q9N06wwac9yTmMWAnxEWRbmKVhgo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DFQ8Q9N06wwac9yTmMWAnxEWRbmKVhgo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9b553381f51e8deee421016c38fc0bc8acdad802.svg); }
#wdnX7fPV7sKbeFVeo2zC4Pw5SkseQNcV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#KocVAr7tyQM0oVy4UMhsABP7UZv1w0e9 { color:rgba(var(--color-tertiary-0),1);display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:5.25rem;left:0rem;height:1.7871125rem;font-style:normal;display:block; }#KocVAr7tyQM0oVy4UMhsABP7UZv1w0e9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KocVAr7tyQM0oVy4UMhsABP7UZv1w0e9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a611ccdcf2aa7bb2ebddfb1f934841f5637a792e.svg); }
#alQZxiot3edVD1rz1IZ1maxdNGdSqVEk { position:absolute;display:block;z-index:15060;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:24.5625rem;top:31.5rem;left:0rem;overflow:hidden;display:block; }
#Md5JWouCdPtVk8r1GcXbwZzsNzAsMO3R { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:31.75rem;left:6.5rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zHJXDoKLJBHX2JokIbHv85H6XEJ9tqZ5 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5);top:34.0625rem;left:5.625rem;height:2.2744125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EuQXKNcrzqMTkmL2t4F0y7BqAh7Uz6mU { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:5.75rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:31.46875rem;left:0rem;display:block; }
#w5CFMwS9cJitMP2zBXTdMA3T2XSSgOIh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K3u9bVLuWI4pnJdrFpvNalzEBTv4LdmF { background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -moz-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -ms-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -o-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );";background-image: linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:5.625rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:31.53125rem;left:25.65625rem;display:block; }
#L9PzasrIX9HR0gBfr0Wknuw1SXc8gTWv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WsGp8AVHt5LXorzD7fdFBFUbCKETc5PD { position:relative;display:none; }#WsGp8AVHt5LXorzD7fdFBFUbCKETc5PD { border-width: 0; border-radius: 0; }#WsGp8AVHt5LXorzD7fdFBFUbCKETc5PD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WsGp8AVHt5LXorzD7fdFBFUbCKETc5PD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#gqGmxmZNLJJA4lABAkkBG6mxw2eUgKXs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));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; }#gqGmxmZNLJJA4lABAkkBG6mxw2eUgKXs > .row .container { background-color: transparent; background-image: none; }#gqGmxmZNLJJA4lABAkkBG6mxw2eUgKXs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqGmxmZNLJJA4lABAkkBG6mxw2eUgKXs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqGmxmZNLJJA4lABAkkBG6mxw2eUgKXs > .row .container > .video-iframe-container { display: none; }#gqGmxmZNLJJA4lABAkkBG6mxw2eUgKXs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqGmxmZNLJJA4lABAkkBG6mxw2eUgKXs > .row > .video-iframe-container { display: none; }#gqGmxmZNLJJA4lABAkkBG6mxw2eUgKXs > .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); }#gqGmxmZNLJJA4lABAkkBG6mxw2eUgKXs > .row .container { border-width: 0; border-radius: 0; }#gqGmxmZNLJJA4lABAkkBG6mxw2eUgKXs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gqGmxmZNLJJA4lABAkkBG6mxw2eUgKXs > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#hguuDqTed9iFSoHscWtV5bNWyrHH94m3 { position:absolute;display:block;z-index:15010;background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.3125rem 0.3125rem 2.5rem rgba(30,30,30,0.65) ;height:33.1875rem;width:30rem;top:9.6875rem;left:22.5rem;display:block; }
#atBrMN52H0RlSJ4VAwPumgRfugPCgCKi { color:#c8c8c8;display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:6.5rem;left:25.0625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Muv4V5NB1CGGKOv2ymuDokWuJ0OGpUcX { position:absolute;display:block;z-index:15046;height:30rem;width:23.625rem;top:11.25rem;left:25.6875rem;display:block; }
#tH35gygG8oPT3J4HqHVbzOUC5wnSp8lg { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;top:4.125rem;left:26rem;height:2.44921875rem;text-align:center;text-align-last:center;display:block; }
#euVTzbGhT2V3M48i3ZgzQFiRxHpmDc42 { box-sizing:content-box;height:7.4375rem;width:30rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:2.25rem;left:22.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);display:block; }
#iVkc3uw7TppPrA9oQTesyxeE7gv1Fc8W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:8.5625rem;left:36.1875rem; }
#SLF1zQ60wDLVFGNgvfE1VTsOGFOwQ12H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SLF1zQ60wDLVFGNgvfE1VTsOGFOwQ12H > .row .container { background-color: transparent; background-image: none; }#SLF1zQ60wDLVFGNgvfE1VTsOGFOwQ12H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLF1zQ60wDLVFGNgvfE1VTsOGFOwQ12H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLF1zQ60wDLVFGNgvfE1VTsOGFOwQ12H > .row .container > .video-iframe-container { display: none; }#SLF1zQ60wDLVFGNgvfE1VTsOGFOwQ12H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLF1zQ60wDLVFGNgvfE1VTsOGFOwQ12H > .row > .video-iframe-container { display: none; }#SLF1zQ60wDLVFGNgvfE1VTsOGFOwQ12H > .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); }#SLF1zQ60wDLVFGNgvfE1VTsOGFOwQ12H > .row .container { border-width: 0; border-radius: 0; }#SLF1zQ60wDLVFGNgvfE1VTsOGFOwQ12H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SLF1zQ60wDLVFGNgvfE1VTsOGFOwQ12H > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#N2fhncqid07gBeeQwUk6RAT78TI0taEp { color:rgba(var(--color-primary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.5625rem;left:21.875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MSzSI509XK0TulKk7nJ3pgDr66NvzK4G { color:rgba(var(--color-secondary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:6.5rem;left:0rem;height:1.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#y2xmTWlu5qUOIp5UlgrCsNmzwGKMvtTQ { position:relative;display:block; }#y2xmTWlu5qUOIp5UlgrCsNmzwGKMvtTQ { background-color: transparent; background-image: none; }#y2xmTWlu5qUOIp5UlgrCsNmzwGKMvtTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2xmTWlu5qUOIp5UlgrCsNmzwGKMvtTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2xmTWlu5qUOIp5UlgrCsNmzwGKMvtTQ > .row .container > .video-iframe-container { display: none; }#y2xmTWlu5qUOIp5UlgrCsNmzwGKMvtTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2xmTWlu5qUOIp5UlgrCsNmzwGKMvtTQ > .row > .video-iframe-container { display: none; }#y2xmTWlu5qUOIp5UlgrCsNmzwGKMvtTQ > .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); }#y2xmTWlu5qUOIp5UlgrCsNmzwGKMvtTQ { border-width: 0; border-radius: 0; }#y2xmTWlu5qUOIp5UlgrCsNmzwGKMvtTQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#y2xmTWlu5qUOIp5UlgrCsNmzwGKMvtTQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cbtC64JUiSSxd2TKVQ5M9bO8FEiwkoX9 { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7585d95f-fefd-477c-8082-c0ebe303f6b0/garagedoorrepairsservice.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.125rem;width:17.5rem;top:4rem;left:0.625rem;display:block; }#cbtC64JUiSSxd2TKVQ5M9bO8FEiwkoX9.adaptive-delivery-prevent-bg, #cbtC64JUiSSxd2TKVQ5M9bO8FEiwkoX9.lazyload, #cbtC64JUiSSxd2TKVQ5M9bO8FEiwkoX9.lazyloading { background-image: none; }
#u7rlqrzXoSOLmgga3Q10mS3aGGRFMRq3 { position:absolute;display:block;z-index:15072;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;height:13.5625rem;width:15.375rem;top:18.125rem;left:1.6875rem;display:block; }
#oP1valzbTxNnCNCvxmlcN1seaIXlZpN4 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15074;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:14rem;left:4.25rem;height:3.298825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wBvVdTGJa15W2T1Q4Ne7SytIvIOMw9y7 { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15073;line-height:1.5;letter-spacing:0;top:19.125rem;left:2.8125rem;height:11.5rem;overflow:hidden;text-align:left;text-align-last:left;display:block; }#wBvVdTGJa15W2T1Q4Ne7SytIvIOMw9y7 li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#wBvVdTGJa15W2T1Q4Ne7SytIvIOMw9y7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e1435eb1e44a23793848f41cd891c6d5dcbbdb9.svg); }
#S3UIHlsnsueK2eOLzk8nzCqMHRWPnaEg { position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(202deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-3),1));background-image: -moz-linear-gradient(202deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-3),1));background-image: -ms-linear-gradient(202deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-3),1));background-image: -o-linear-gradient(202deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );";background-image: linear-gradient(202deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #d4af37;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;height:5rem;width:15.375rem;top:13.1875rem;left:1.6875rem;display:block; }
#dMBFiH5pZ7RTZmrcpnqXSJbxttHPqpxk { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c8e41b9c-70e4-40c5-a83d-4493a12f271d/openerrepairinstallation.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.125rem;width:17.5rem;top:4rem;left:19.375rem;display:block; }#dMBFiH5pZ7RTZmrcpnqXSJbxttHPqpxk.adaptive-delivery-prevent-bg, #dMBFiH5pZ7RTZmrcpnqXSJbxttHPqpxk.lazyload, #dMBFiH5pZ7RTZmrcpnqXSJbxttHPqpxk.lazyloading { background-image: none; }
#Qi1Fa3zR2HTEx07Htgg3nnIyLXnQVB9N { position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;height:13.5625rem;width:15.375rem;top:18.125rem;left:20.4375rem;display:block; }
#nLzbUSiSgg37m8eJVEFQchdd5ThasBgu { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.5;letter-spacing:0;top:19.1875rem;left:21.5625rem;height:11.5rem;overflow:hidden;text-align:left;text-align-last:left;display:block; }#nLzbUSiSgg37m8eJVEFQchdd5ThasBgu li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#nLzbUSiSgg37m8eJVEFQchdd5ThasBgu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e1435eb1e44a23793848f41cd891c6d5dcbbdb9.svg); }
#uSzi3hDHyrwLuSmV3CnoJdGDZoye4ddB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15079;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:14rem;left:22.6875rem;height:3.298825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ucGC6EG8EANJtqDiyv6ofez2h5JBkrsJ { position:absolute;display:block;z-index:15078;background-color:transparent;background-image: -webkit-linear-gradient(202deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-3),1));background-image: -moz-linear-gradient(202deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-3),1));background-image: -ms-linear-gradient(202deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-3),1));background-image: -o-linear-gradient(202deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );";background-image: linear-gradient(202deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #d4af37;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;height:5rem;width:15.375rem;top:13.1875rem;left:20.4375rem;display:block; }
#QVX2nHlLKo3shok9EKnMp29fblH25oOb { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dd67f578-218a-4f61-a0be-fe23be67ddd7/springsrepairreplacement.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.125rem;width:17.5rem;top:4rem;left:38.125rem;display:block; }#QVX2nHlLKo3shok9EKnMp29fblH25oOb.adaptive-delivery-prevent-bg, #QVX2nHlLKo3shok9EKnMp29fblH25oOb.lazyload, #QVX2nHlLKo3shok9EKnMp29fblH25oOb.lazyloading { background-image: none; }
#ad81T18hSwTe5o3MTTrT11kIbKJ2SePN { position:absolute;display:block;z-index:15082;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;height:13.5625rem;width:15.375rem;top:18.125rem;left:39.1875rem;display:block; }
#uxxBQJ46APXatJaPwI3HAHeTW6207lww { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15083;line-height:1.5;letter-spacing:0;top:19.1875rem;left:40.3125rem;height:11.5rem;overflow:hidden;text-align:left;text-align-last:left;display:block; }#uxxBQJ46APXatJaPwI3HAHeTW6207lww li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#uxxBQJ46APXatJaPwI3HAHeTW6207lww li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e1435eb1e44a23793848f41cd891c6d5dcbbdb9.svg); }
#ZKQ6l09vKcUVT1ENxtCNgSgioelI6EnN { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15084;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:13.9375rem;left:41rem;height:3.298825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wSMP2uBm4K2y8TSpAyzAMKsvZaqUIxdg { position:absolute;display:block;z-index:15083;background-color:transparent;background-image: -webkit-linear-gradient(202deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-3),1));background-image: -moz-linear-gradient(202deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-3),1));background-image: -ms-linear-gradient(202deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-3),1));background-image: -o-linear-gradient(202deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );";background-image: linear-gradient(202deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #d4af37;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;height:5rem;width:15.375rem;top:13.1875rem;left:39.1875rem;display:block; }
#W3TZomRyZgIhLtO57KaqpsUqionTeWnk { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/56f4d2aa-348e-46d2-9e54-2b9bef4159cd/tuneupmaintenance.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.125rem;width:17.5rem;top:4rem;left:56.875rem;display:block; }#W3TZomRyZgIhLtO57KaqpsUqionTeWnk.adaptive-delivery-prevent-bg, #W3TZomRyZgIhLtO57KaqpsUqionTeWnk.lazyload, #W3TZomRyZgIhLtO57KaqpsUqionTeWnk.lazyloading { background-image: none; }
#OSvPvoSMlKUWPNTp4GySsBpi18KDqdMf { position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;height:13.5625rem;width:15.375rem;top:18.125rem;left:57.9375rem;display:block; }
#uvu073PHlUsNgXigHNUavmdrIvoGGpOI { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15088;line-height:1.5;letter-spacing:0;top:19.1875rem;left:59.0625rem;height:11.5rem;overflow:hidden;text-align:left;text-align-last:left;display:block; }#uvu073PHlUsNgXigHNUavmdrIvoGGpOI li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#uvu073PHlUsNgXigHNUavmdrIvoGGpOI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e1435eb1e44a23793848f41cd891c6d5dcbbdb9.svg); }
#fxc6QdlT4EDIwVEZ42z3LBw3VmxUXnDU { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15089;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:14.0625rem;left:60.5rem;height:3.298825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;font-style:normal;display:block; }
#an5GTwtdTwQaO4k14KLqlIsRyHfodH4k { position:absolute;display:block;z-index:15088;background-color:transparent;background-image: -webkit-linear-gradient(202deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-3),1));background-image: -moz-linear-gradient(202deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-3),1));background-image: -ms-linear-gradient(202deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-3),1));background-image: -o-linear-gradient(202deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );";background-image: linear-gradient(202deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #d4af37;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.6) ;height:5rem;width:15.375rem;top:13.1875rem;left:57.9375rem;display:block; }
#IUFE6KO1XGhU2grE4X3tB8P7bPRyubtf { position:relative;display:block; }#IUFE6KO1XGhU2grE4X3tB8P7bPRyubtf { background-color: transparent; background-image: none; }#IUFE6KO1XGhU2grE4X3tB8P7bPRyubtf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUFE6KO1XGhU2grE4X3tB8P7bPRyubtf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUFE6KO1XGhU2grE4X3tB8P7bPRyubtf > .row .container > .video-iframe-container { display: none; }#IUFE6KO1XGhU2grE4X3tB8P7bPRyubtf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUFE6KO1XGhU2grE4X3tB8P7bPRyubtf > .row > .video-iframe-container { display: none; }#IUFE6KO1XGhU2grE4X3tB8P7bPRyubtf > .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); }#IUFE6KO1XGhU2grE4X3tB8P7bPRyubtf { border-width: 0; border-radius: 0; }#IUFE6KO1XGhU2grE4X3tB8P7bPRyubtf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IUFE6KO1XGhU2grE4X3tB8P7bPRyubtf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cK8kaS4Ch0sKiDqSUvAJ80fva8dd3pBe { background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -moz-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -ms-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -o-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );";background-image: linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:5.625rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:2.375rem;left:44.625rem;display:block; }
#UmizNDPK547QBuhslmPEunPEkPAaBWHC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lArar0RfLvtsCDJvCEAFBS5Bd4LsEmJH { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:24.5625rem;top:2.3125rem;left:18.375rem;overflow:hidden;display:block; }
#wgHcpRKvT1eBudsE5NfF12hzFdXeAQ6g { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5);top:4.875rem;left:24rem;height:2.2744125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rUbDNbNSL3cxMQd5TWrtD6mXILWL6i9F { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:5.75rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:2.3125rem;left:18.375rem;display:block; }
#RUtMdXiHb3pdoUMhPpL8fvVS2sTlMcoA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X10MhfXfNGoTDPFgZUTeZDDyBywxzqZf { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:2.5625rem;left:24.875rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dq9sEoPpZ4E2xAVK30eMnmqadSK4FqD2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#dq9sEoPpZ4E2xAVK30eMnmqadSK4FqD2 > .row .container { background-color: transparent; background-image: none; }#dq9sEoPpZ4E2xAVK30eMnmqadSK4FqD2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dq9sEoPpZ4E2xAVK30eMnmqadSK4FqD2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dq9sEoPpZ4E2xAVK30eMnmqadSK4FqD2 > .row .container > .video-iframe-container { display: none; }#dq9sEoPpZ4E2xAVK30eMnmqadSK4FqD2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dq9sEoPpZ4E2xAVK30eMnmqadSK4FqD2 > .row > .video-iframe-container { display: none; }#dq9sEoPpZ4E2xAVK30eMnmqadSK4FqD2 > .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); }#dq9sEoPpZ4E2xAVK30eMnmqadSK4FqD2 > .row .container { border-width: 0; border-radius: 0; }#dq9sEoPpZ4E2xAVK30eMnmqadSK4FqD2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dq9sEoPpZ4E2xAVK30eMnmqadSK4FqD2 > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#ktP5RTrDeoQQUpqzicJaFayTWHXzdJ8E { color:#1f2933;display:block;width:32.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:4.69921875rem;left:0.75rem;height:5.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#URDVEuWlzNdBZHQsUBf8PA4elVDDPmyd { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.5rem;top:3rem;left:38.1875rem;overflow:hidden;display:block; }
#BSK6Af4d3VWqV03TuegUKB1gNKwennUu { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:7.0625rem;top:3.3125rem;left:47.0625rem;overflow:hidden;display:block; }
#xJT4OKnr1ENuhofIZNebmFtJkTn6vk5e { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:6.375rem;top:3.125rem;left:55.6875rem;overflow:hidden;display:block; }
#w1sTgG1b5SnyyogpmUOCnnBcw1PCQk2E { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:9.375rem;top:3.75rem;left:64.125rem;overflow:hidden;display:block; }
#nXe3Ud5qQBm4dEGoh5F9IQrxTh94GZTf { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:8.625rem;top:8.625rem;left:37rem;overflow:hidden;display:block; }
#xskkG9I7Vl7hx3iWTQ35niolWzmzp6Nk { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:7.625rem;top:7.9375rem;left:47.875rem;overflow:hidden;display:block; }
#QM9ph9zatGzIkv3dDxFscwRN0QNR2i9T { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:7.375rem;top:8.125rem;left:57.5625rem;overflow:hidden;display:block; }
#zguLNuVNPoU8Mf4T4T3apunROGmeS4Cy { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:7.875rem;top:7.875rem;left:67.125rem;overflow:hidden;display:block; }
#CWAmkoZQ3RwXTAUQlqdSzolSLZ6eWgV4 { box-sizing:content-box;height:9rem;width:35rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0.3125rem solid #d7a84e;border-bottom:0;top:3rem;left:0rem;display:block; }
#zarOAuWfo6SfyDwq36nLtCgnzVCtHJqO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(222deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(222deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(222deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(222deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(222deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zarOAuWfo6SfyDwq36nLtCgnzVCtHJqO > .row .container { background-color: transparent; background-image: none; }#zarOAuWfo6SfyDwq36nLtCgnzVCtHJqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zarOAuWfo6SfyDwq36nLtCgnzVCtHJqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zarOAuWfo6SfyDwq36nLtCgnzVCtHJqO > .row .container > .video-iframe-container { display: none; }#zarOAuWfo6SfyDwq36nLtCgnzVCtHJqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zarOAuWfo6SfyDwq36nLtCgnzVCtHJqO > .row > .video-iframe-container { display: none; }#zarOAuWfo6SfyDwq36nLtCgnzVCtHJqO > .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); }#zarOAuWfo6SfyDwq36nLtCgnzVCtHJqO > .row .container { border-width: 0; border-radius: 0; }#zarOAuWfo6SfyDwq36nLtCgnzVCtHJqO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zarOAuWfo6SfyDwq36nLtCgnzVCtHJqO > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#C16TowFPwhuVyk7EJkJHhQ23JTPQ35ZH { color:rgba(var(--color-tertiary-0),1);display:block;width:33.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:6.25rem;left:37.375rem;height:5.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DxwVmCIRxNykTPJwKlVFQu6dH8wbbdah { color:rgba(var(--color-tertiary-0),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.25rem;left:37.375rem;height:6.26075rem;font-style:normal;display:block; }#DxwVmCIRxNykTPJwKlVFQu6dH8wbbdah li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#DxwVmCIRxNykTPJwKlVFQu6dH8wbbdah li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9a832a937326b9e69d0b8a6505cbd2b5faae507.svg); }
#s7Gy0QTaPrUDUrP3rn521asZSMtMvD04 { color:#bcbcbc;display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:12.5625rem;left:37.375rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nDwCtP4bvfMA700XlA95xMiS2HLKODyw { position:absolute;display:block;z-index:15037;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: 0.1875rem 0.1875rem 1.5625rem rgba(var(--color-tertiary-4),0.5) ;height:22.0625rem;width:33.3125rem;top:7.3125rem;left:0rem;overflow:hidden;display:block; }
#IgIRSx8WnKmagA4WRVzb5AHNKORzHQr3 { background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -moz-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -ms-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -o-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );";background-image: linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:5.625rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:25.75rem;left:63rem;display:block; }
#WPuMyBekgJeqRUGhHg64uy1l6Haq4iWH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EdF45snIpROUTmZT5iEVJwAt3fSqhglA { position:absolute;display:block;z-index:15074;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:24.5625rem;top:25.6875rem;left:36.75rem;overflow:hidden;display:block; }
#pEHs5PIb7soC4IRqp449Qbr90S41luVZ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5);top:28.25rem;left:42.375rem;height:2.2744125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FXh5XySLd8LDPmW9yOyWesi980NBrhzs { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:5.75rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:25.6875rem;left:36.84375rem;display:block; }
#NVlFL5Zd98F4y7aNJ6HJwpcaeamfnBuo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v9Bn8OuQK3Ue2wvhM81Bwsa6ixs38iKP { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:25.9375rem;left:43.25rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IhL2Kgw1toMxignqdvvX82gSyx0nFUyp { position:relative;display:block; }#IhL2Kgw1toMxignqdvvX82gSyx0nFUyp { background-color: transparent; background-image: none; }#IhL2Kgw1toMxignqdvvX82gSyx0nFUyp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhL2Kgw1toMxignqdvvX82gSyx0nFUyp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhL2Kgw1toMxignqdvvX82gSyx0nFUyp > .row .container > .video-iframe-container { display: none; }#IhL2Kgw1toMxignqdvvX82gSyx0nFUyp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhL2Kgw1toMxignqdvvX82gSyx0nFUyp > .row > .video-iframe-container { display: none; }#IhL2Kgw1toMxignqdvvX82gSyx0nFUyp > .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); }#IhL2Kgw1toMxignqdvvX82gSyx0nFUyp { border-width: 0; border-radius: 0; }#IhL2Kgw1toMxignqdvvX82gSyx0nFUyp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IhL2Kgw1toMxignqdvvX82gSyx0nFUyp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vGeEJOsa5fHFW9GLXhPQcI3nL03Ow8lG { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cgSNZGTk0AOx5OF3eyX5bBdJitHxphK3 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.3125rem 1.875rem rgba(var(--color-tertiary-4),0.54) ;height:21.25rem;width:31.875rem;top:4.8359375rem;left:43.125rem;overflow:hidden;display:block; }
#NlfFlClyrqqV49Z4mAvxgvGmtzTRa89D { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.150390625rem;left:0rem;height:5.63574375rem;font-style:normal;display:block; }#NlfFlClyrqqV49Z4mAvxgvGmtzTRa89D li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#NlfFlClyrqqV49Z4mAvxgvGmtzTRa89D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9a832a937326b9e69d0b8a6505cbd2b5faae507.svg); }
#detdQxqAdKnHUh7N0p44Ge8ADuLIRqvG { background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -moz-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -ms-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -o-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );";background-image: linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:5.625rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:21.25rem;left:26.25rem;display:block; }
#ZdF4rA7eiiCiqN3iy6wBlkUS11kV7vQ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fKbyRtBinUTlxHT45JHNSRsk3IwD0b68 { position:absolute;display:block;z-index:15069;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:24.5625rem;top:21.1875rem;left:0rem;overflow:hidden;display:block; }
#stJVFgUn5TQ6QvnpUvImFUnBQRNmQ3sJ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5);top:23.75rem;left:5.625rem;height:2.2744125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UTepWpT6Ip8M1R21279d8C8fazPcMzZB { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:5.75rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:21.1875rem;left:0rem;display:block; }
#q90QD96rmhf4X10e9qVqpb3BhVL00TBT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lGlTAWX9K4euwHaoGIcvWw2PKTeIfMmV { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:21.4375rem;left:6.5rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jz1XEuhm4xLeIoQsN7tgSfN0TppgIs2M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(269deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(269deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(269deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(269deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(269deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jz1XEuhm4xLeIoQsN7tgSfN0TppgIs2M > .row .container { background-color: transparent; background-image: none; }#Jz1XEuhm4xLeIoQsN7tgSfN0TppgIs2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jz1XEuhm4xLeIoQsN7tgSfN0TppgIs2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jz1XEuhm4xLeIoQsN7tgSfN0TppgIs2M > .row .container > .video-iframe-container { display: none; }#Jz1XEuhm4xLeIoQsN7tgSfN0TppgIs2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jz1XEuhm4xLeIoQsN7tgSfN0TppgIs2M > .row > .video-iframe-container { display: none; }#Jz1XEuhm4xLeIoQsN7tgSfN0TppgIs2M > .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); }#Jz1XEuhm4xLeIoQsN7tgSfN0TppgIs2M > .row .container { border-width: 0; border-radius: 0; }#Jz1XEuhm4xLeIoQsN7tgSfN0TppgIs2M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jz1XEuhm4xLeIoQsN7tgSfN0TppgIs2M > .row .container { font-size:0.875rem;font-family:arial;height:62.375rem;width:75rem;position:relative;display:block; }#Sldr26RJGHluMmrN2f1SDEDJEqwWgrJC { color:rgba(var(--color-primary-2),1);display:block;width:33.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.625rem;left:40.0625rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iMttL82V9fPAyxZ3hwi5wLGMaP1AnlfZ { color:rgba(var(--color-primary-0),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:22.5rem;left:40.0625rem;height:24.8125rem;overflow:hidden;display:block; }#iMttL82V9fPAyxZ3hwi5wLGMaP1AnlfZ li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#iMttL82V9fPAyxZ3hwi5wLGMaP1AnlfZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_12da55214cc406e2986c85f1e42c3842c9e5dff0.svg); }
#OEqx0UIU2nE5igkfgM14t8sURgpUVaET { color:rgba(var(--color-secondary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:22.5rem;left:53.9375rem;height:22.5rem;overflow:hidden;display:block; }#OEqx0UIU2nE5igkfgM14t8sURgpUVaET li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#OEqx0UIU2nE5igkfgM14t8sURgpUVaET li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_12da55214cc406e2986c85f1e42c3842c9e5dff0.svg); }
#sGILiANmf3ETW3wFQU5BHuWMy5gtobed { box-sizing:content-box;height:50.875rem;width:71.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.75rem;left:1.8125rem;display:block; }
#B98s7FH9AirA4nXFz25zXwcP2ibhetVA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.4375rem;width:26.625rem;top:11.96875rem;left:5.75rem;overflow:hidden;display:block; }
#ZppT4rRV0vO3fyQJ9aFn9pENzwbTLNbQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(246deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.77));background-image: -moz-linear-gradient(246deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.77));background-image: -ms-linear-gradient(246deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.77));background-image: -o-linear-gradient(246deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),0.77)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),0.77)' );";background-image: linear-gradient(246deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),0.77));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; }#ZppT4rRV0vO3fyQJ9aFn9pENzwbTLNbQ > .row .container { background-color: transparent; background-image: none; }#ZppT4rRV0vO3fyQJ9aFn9pENzwbTLNbQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZppT4rRV0vO3fyQJ9aFn9pENzwbTLNbQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZppT4rRV0vO3fyQJ9aFn9pENzwbTLNbQ > .row .container > .video-iframe-container { display: none; }#ZppT4rRV0vO3fyQJ9aFn9pENzwbTLNbQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZppT4rRV0vO3fyQJ9aFn9pENzwbTLNbQ > .row > .video-iframe-container { display: none; }#ZppT4rRV0vO3fyQJ9aFn9pENzwbTLNbQ > .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); }#ZppT4rRV0vO3fyQJ9aFn9pENzwbTLNbQ > .row .container { border-width: 0; border-radius: 0; }#ZppT4rRV0vO3fyQJ9aFn9pENzwbTLNbQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZppT4rRV0vO3fyQJ9aFn9pENzwbTLNbQ > .row .container { font-size:0.875rem;font-family:arial;height:73.875rem;width:75rem;position:relative;display:block; }#BnToiFRfcnWTtGoVMCgd6hNlnr1Ed2aA { color:rgba(var(--color-secondary-2),1);display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:10.8125rem;left:25.1875rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NMSwTvulCVEN5UIAOlqkw2IWCrvZpBLb { color:#5a5a5a;display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:14.5625rem;left:20.125rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#ASPT93H9IVDAc6l3AZTAhnkaF7E7bmhA { position:absolute;display:block;z-index:15047;height:50rem;width:31.25rem;top:18.75rem;left:22.0625rem;display:block; }
#UXP4288eTweDf3zwT7Tieq6fa2VQR4Cn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:5.4375rem;left:35.3125rem; }
#SeQ1OGOB2CdpC8Alott961SXP6GwP3aN { box-sizing:content-box;height:65.4375rem;width:46.125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem dashed rgba(var(--color-primary-2),1);border-left:0.1875rem dashed rgba(var(--color-primary-2),1);border-right:0.1875rem dashed rgba(var(--color-primary-2),1);border-bottom:0.1875rem dashed rgba(var(--color-primary-2),1);top:4.25rem;left:14.4375rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),1));background-size:auto !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 > .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(0,0,0,0); }#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(0,0,0,0); }#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 > .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:21.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#aEICFsSktO6IrzP6MAa32bErp2c1dtO3 { color:rgba(var(--color-tertiary-1),1);display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15058;line-height:1.5;letter-spacing:0;top:6.75rem;left:0rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }
#AwQ2P1gIP3t1udpyhaE0KdceaZcFE9BN { background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -moz-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -ms-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -o-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );";background-image: linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:4.625rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:12.25rem;left:46.6875rem;display:block; }
#KaC1Tx4qQgIlVcBDXFoB7CXM5w4bNUSs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wOfKiFVoDe1MJ6DGMuz2q5yTtaR5aZ1w { position:absolute;display:block;z-index:15074;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:24.5625rem;top:5.0625rem;left:46.6875rem;overflow:hidden;display:block; }
#rThTKHaBRsWog5P00tXZG6WNMbwKE4cQ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5);top:7.625rem;left:52.3125rem;height:2.2744125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ix5HrU0p4JpUVOsGUGckokNd9OgTEnML { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:5.75rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:5.03125rem;left:46.6875rem;display:block; }
#DIdweNMOymkCXLG7mz9s2MnmZwNRLlps { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xMiVaLEVlNlV6unfxW2XoogGxiDHPnUU { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:5.3125rem;left:53.1875rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kh7VH1BdfIA0o6u2VhIACETCixVJs1MV { position:relative;display:block; }#Kh7VH1BdfIA0o6u2VhIACETCixVJs1MV { background-color: transparent; background-image: none; }#Kh7VH1BdfIA0o6u2VhIACETCixVJs1MV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kh7VH1BdfIA0o6u2VhIACETCixVJs1MV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kh7VH1BdfIA0o6u2VhIACETCixVJs1MV > .row .container > .video-iframe-container { display: none; }#Kh7VH1BdfIA0o6u2VhIACETCixVJs1MV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kh7VH1BdfIA0o6u2VhIACETCixVJs1MV > .row > .video-iframe-container { display: none; }#Kh7VH1BdfIA0o6u2VhIACETCixVJs1MV > .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); }#Kh7VH1BdfIA0o6u2VhIACETCixVJs1MV { border-width: 0; border-radius: 0; }#Kh7VH1BdfIA0o6u2VhIACETCixVJs1MV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Kh7VH1BdfIA0o6u2VhIACETCixVJs1MV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TF5mBNoH7lBpCdQPngr61rAErErNAq5B { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#malyqktzHVvnm1ZHGUAh0ZPkpJEVVKHR { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.3125rem 1.875rem rgba(var(--color-tertiary-4),0.54) ;height:20.875rem;width:31.375rem;top:5.53125rem;left:43.625rem;overflow:hidden;display:block; }
#X0igir3G2bVcRkxy69EhzUmkDFTTRAMc { color:#313131;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:10.125rem;left:0rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w61V3X6EfTS8WnDZyhfqT0lGIOGXx9k3 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.375rem;left:0rem;height:6.26075rem;font-style:normal;display:block; }#w61V3X6EfTS8WnDZyhfqT0lGIOGXx9k3 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#w61V3X6EfTS8WnDZyhfqT0lGIOGXx9k3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9a832a937326b9e69d0b8a6505cbd2b5faae507.svg); }
#BgclyTA9oOTbB3SDDb3X9Xgb7XDivBoQ { background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -moz-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -ms-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -o-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );";background-image: linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:5.625rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:22.25rem;left:26.25rem;display:block; }
#XcxPMhpfbGUh8dv0pMmmZS130FITTOpO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bszepb6TPQGJk0lH6uRzFJGPhn3Xhr2C { position:absolute;display:block;z-index:15074;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:24.5625rem;top:22.1875rem;left:0rem;overflow:hidden;display:block; }
#wpxB4KcU7qbedXpqpMJwCxBmoBrNdvpk { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5);top:24.75rem;left:5.625rem;height:2.2744125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EbmN3ytERVwDglx1fEK0e0VXO5wwq7dU { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:5.75rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:22.1875rem;left:0rem;display:block; }
#KtLcKTM4ndNNdpfnkU3VoQdTy0M9WfBi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U8wl22PBp4JpPurFvTwgNt6OmBATkiSL { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:22.4375rem;left:6.5rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zMSWsTtbAkALfCU12OTBE4JkpMMtUig5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(258deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(258deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(258deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(258deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(258deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zMSWsTtbAkALfCU12OTBE4JkpMMtUig5 > .row .container { background-color: transparent; background-image: none; }#zMSWsTtbAkALfCU12OTBE4JkpMMtUig5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMSWsTtbAkALfCU12OTBE4JkpMMtUig5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMSWsTtbAkALfCU12OTBE4JkpMMtUig5 > .row .container > .video-iframe-container { display: none; }#zMSWsTtbAkALfCU12OTBE4JkpMMtUig5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMSWsTtbAkALfCU12OTBE4JkpMMtUig5 > .row > .video-iframe-container { display: none; }#zMSWsTtbAkALfCU12OTBE4JkpMMtUig5 > .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); }#zMSWsTtbAkALfCU12OTBE4JkpMMtUig5 > .row .container { border-width: 0; border-radius: 0; }#zMSWsTtbAkALfCU12OTBE4JkpMMtUig5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zMSWsTtbAkALfCU12OTBE4JkpMMtUig5 > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;position:relative;display:block; }#PsPxDCqVC2HoFHhkHhEFHBPc5y2rsRNa { color:rgba(var(--color-tertiary-0),1);display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:4.5625rem;left:36.75rem;height:5.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OoZWzHZMAI3UVWm7Nn0PJtkAMHIL3HLh { color:#d8d8d8;display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:11.5625rem;left:36.75rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zxEcF4ETOougwf9AFoddopciS31yvQF4 { position:absolute;display:block;z-index:15037;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: 0.1875rem 0.1875rem 1.5625rem rgba(var(--color-tertiary-4),0.5) ;height:19.3125rem;width:33.5rem;top:6.375rem;left:0rem;overflow:hidden;display:block; }
#ghKqgJQ692Ds5y8k6nTxAMxceGq8Fvl6 { background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -moz-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -ms-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -o-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );";background-image: linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:5.625rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:25.625rem;left:63rem;display:block; }
#KgRg6auP7LvetyGzXOQvJdSgi4RgxISg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iyuSw3lx47IU1aKUctZiurflXPIAGRQg { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:24.5625rem;top:25.5625rem;left:36.75rem;overflow:hidden;display:block; }
#Kp3shhhpf3MncreGtng4QlSGVRzQcVb7 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5);top:28.125rem;left:42.375rem;height:2.2744125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X85yTKSAicnG3mC0kVWAevK8coVMmkmS { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:5.75rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:25.5625rem;left:36.75rem;display:block; }
#UqT3Pw9n15El3X0h5hpOwRdzpMhobpcl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ik6VfuEcvrQV3g1uT9WCFMh4TiJJBrOl { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:25.8125rem;left:43.25rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wd5E12ZDUpvuxTvq4fHZpwpS3svQhseQ { color:rgba(var(--color-secondary-0),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.0625rem;left:37rem;height:6.26075rem;font-style:normal;display:block; }#wd5E12ZDUpvuxTvq4fHZpwpS3svQhseQ li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#wd5E12ZDUpvuxTvq4fHZpwpS3svQhseQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9a832a937326b9e69d0b8a6505cbd2b5faae507.svg); }
#oVvJ8eBGuEtuO0F51zAU81U3idpzbxPm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(232deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(232deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(232deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(232deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(232deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-0),1));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; }#oVvJ8eBGuEtuO0F51zAU81U3idpzbxPm > .row .container { background-color: transparent; background-image: none; }#oVvJ8eBGuEtuO0F51zAU81U3idpzbxPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVvJ8eBGuEtuO0F51zAU81U3idpzbxPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVvJ8eBGuEtuO0F51zAU81U3idpzbxPm > .row .container > .video-iframe-container { display: none; }#oVvJ8eBGuEtuO0F51zAU81U3idpzbxPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVvJ8eBGuEtuO0F51zAU81U3idpzbxPm > .row > .video-iframe-container { display: none; }#oVvJ8eBGuEtuO0F51zAU81U3idpzbxPm > .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); }#oVvJ8eBGuEtuO0F51zAU81U3idpzbxPm > .row .container { border-width: 0; border-radius: 0; }#oVvJ8eBGuEtuO0F51zAU81U3idpzbxPm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oVvJ8eBGuEtuO0F51zAU81U3idpzbxPm > .row .container { font-size:0.875rem;font-family:arial;height:48.25rem;width:75rem;position:relative;display:block; }#dpICm4GK7pvneUU4TJzdEF0Wlf3ZEAwF { position:absolute;display:block;z-index:15016;background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.3125rem 0.3125rem 2.5rem rgba(30,30,30,0.65) ;height:33.1875rem;width:30rem;top:11.25rem;left:22.5rem;display:block; }
#IBssQhbk6VuyGWGC8tCEEirGbywrkf9p { position:absolute;display:block;z-index:15052;height:30rem;width:23.625rem;top:12.8125rem;left:25.6875rem;display:block; }
#JGiPOP1xhDlOg1LULSQAMdckJpIv7HqK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:10.125rem;left:36.1875rem; }
#BEe4TUoZSvzgxFsyU3FNX5BrPdxa2C81 { box-sizing:content-box;height:7.4375rem;width:30rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:3.8125rem;left:22.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);display:block; }
#nLZ55lT7gXTrKVLrAkC6CzM7cU37E3bo { color:#c8c8c8;display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:8.0625rem;left:25.0625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wGdBvKgldqbZZ5z9yAQ5HkETELK8IRGi { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15065;line-height:1.4;letter-spacing:0;top:5.125rem;left:24.6875rem;height:2.44921875rem;text-align:center;text-align-last:center;display:block; }
#znCcgSauvctToSGFxOkwqNCKmDHPoX1a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d96f270-a043-4cea-bb00-bda38c5250f1/herobgdesktop.webp");background-position:center right !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; }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a.adaptive-delivery-prevent-bg, #znCcgSauvctToSGFxOkwqNCKmDHPoX1a.lazyload, #znCcgSauvctToSGFxOkwqNCKmDHPoX1a.lazyloading { background-image: none; }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .row .container { background-color: transparent; background-image: none; }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.73); }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .row .container > .video-iframe-container { display: none; }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.73); }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .row > .video-iframe-container { display: none; }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .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); }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .row .container { border-width: 0; border-radius: 0; }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a::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; }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;position:relative;display:block; }#JPnisyPEpKSTKCOAoooBJ7KbD1mxXGF7 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.4375rem;left:0rem;height:3.1494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#miiGyETf0XaTrwQKHblTNkgABv6lmVzP { color:rgba(var(--color-tertiary-1),1);display:block;width:44.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:9.4375rem;left:0rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QwQUUTvxtWaEP9tbSg3iosfuHQS5VJ62 { position:absolute;display:block;z-index:15065;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:3rem;width:8.75rem;top:10.25rem;left:42.4375rem;overflow:hidden;display:none; }
#UTUnnRJGvMHt1T5e3wLmtisirzVmUgxQ { background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -moz-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -ms-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -o-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );";background-image: linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:4.625rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:11.25rem;left:50.4375rem;display:block; }
#orImvVoedsxCHSvK78EORVZCT11gB7oT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l9CRpsEkrNqMfX8QtpViI66gDBDTd1s7 { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:24.5625rem;top:4.0625rem;left:50.4375rem;overflow:hidden;display:block; }
#c4s660d6D5dyrhEd52uQqCuWsceUt7zc { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5);top:6.625rem;left:56.0625rem;height:2.2744125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ILHPRpsCKM7VwGfMDi0T2e9n3s3zpIe5 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:5.75rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:4.13671875rem;left:50.625rem;display:block; }
#fbk7lSwbTQcHpKHBh2kT86PDxw3kzuTr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bXcDkKQpxNgrXv21Ai3wXZ7z6b5N0o9X { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:4.3125rem;left:56.9375rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dHXTB1n7Tdqkt0JwHvRhzxxnp1RVrHf2 { position:relative;display:block; }#dHXTB1n7Tdqkt0JwHvRhzxxnp1RVrHf2 { background-color: transparent; background-image: none; }#dHXTB1n7Tdqkt0JwHvRhzxxnp1RVrHf2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHXTB1n7Tdqkt0JwHvRhzxxnp1RVrHf2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHXTB1n7Tdqkt0JwHvRhzxxnp1RVrHf2 > .row .container > .video-iframe-container { display: none; }#dHXTB1n7Tdqkt0JwHvRhzxxnp1RVrHf2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHXTB1n7Tdqkt0JwHvRhzxxnp1RVrHf2 > .row > .video-iframe-container { display: none; }#dHXTB1n7Tdqkt0JwHvRhzxxnp1RVrHf2 > .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); }#dHXTB1n7Tdqkt0JwHvRhzxxnp1RVrHf2 { border-width: 0; border-radius: 0; }#dHXTB1n7Tdqkt0JwHvRhzxxnp1RVrHf2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dHXTB1n7Tdqkt0JwHvRhzxxnp1RVrHf2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MLVsbZDteN7RWxxc4isnuJbgOgP5uZuV { color:rgba(var(--color-tertiary-4),1);display:block;width:35.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DIaPIxg0cBDRtkBOqJ7EgoBQ8ZqcIgtq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.3125rem 1.875rem rgba(var(--color-tertiary-4),0.54) ;height:20.5625rem;width:34.5rem;top:3.5625rem;left:40.5rem;overflow:hidden;display:block; }
#XSsnAIorK2CIyd8bitl3Maa9o84StB1l { color:rgba(var(--color-tertiary-3),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:10.125rem;left:0rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eqH46f2Ap6vs5V1SFx7I027DiT7TkMJs { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.4609375rem;left:0rem;height:6.26075rem;font-style:normal;display:block; }#eqH46f2Ap6vs5V1SFx7I027DiT7TkMJs li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#eqH46f2Ap6vs5V1SFx7I027DiT7TkMJs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9a832a937326b9e69d0b8a6505cbd2b5faae507.svg); }
#I3P2sIrSDmsUraBVbETd01UP8BxaHqMZ { background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -moz-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -ms-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -o-linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );";background-image: linear-gradient(225deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:5.625rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:24.1875rem;left:26.25rem;display:block; }
#g84mre1NtJ8CtTAz8nhbNyUMg11O0ELz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oo1UhQ88RRP4KVCVycBBBURm2eTTJDn9 { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:24.5625rem;top:24.125rem;left:0rem;overflow:hidden;display:block; }
#hSOahGN7ftJ4AHgyp5o9pJfxhklSqJhd { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5);top:26.6875rem;left:5.625rem;height:2.2744125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ToTaatmgKWtdCNcAGigshTqoqtNsZ8bk { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:5.75rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:24.125rem;left:0rem;display:block; }
#RPZgd4hUFoaSwhB2RFbTOM1T3gyJBUwA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bDXWtIzQSrTorW5NMmHNqEc2pESLTarS { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:24.375rem;left:6.5rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cIfxIQgaT6VkcsVr5rDnkhTN8I1u9Tfz { 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; }#cIfxIQgaT6VkcsVr5rDnkhTN8I1u9Tfz > .row .container { background-color: transparent; background-image: none; }#cIfxIQgaT6VkcsVr5rDnkhTN8I1u9Tfz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIfxIQgaT6VkcsVr5rDnkhTN8I1u9Tfz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIfxIQgaT6VkcsVr5rDnkhTN8I1u9Tfz > .row .container > .video-iframe-container { display: none; }#cIfxIQgaT6VkcsVr5rDnkhTN8I1u9Tfz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIfxIQgaT6VkcsVr5rDnkhTN8I1u9Tfz > .row > .video-iframe-container { display: none; }#cIfxIQgaT6VkcsVr5rDnkhTN8I1u9Tfz > .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); }#cIfxIQgaT6VkcsVr5rDnkhTN8I1u9Tfz > .row .container { border-width: 0; border-radius: 0; }#cIfxIQgaT6VkcsVr5rDnkhTN8I1u9Tfz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cIfxIQgaT6VkcsVr5rDnkhTN8I1u9Tfz > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:75rem;position:relative;display:block; }#VFQngCo8ns2QKFN82E98UgMykvpkfk3s { color:#d4af37;display:block;width:27.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.375rem;left:7.6875rem;height:1.94921875rem;font-style:normal;display:block; }
#qUvShUht19Z0dAzPT5w13xuTTUlkWGhT { color:rgba(var(--color-tertiary-0),1);display:block;width:29.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:5.625rem;left:7.6875rem;height:5.07421875rem;font-style:normal;display:block; }
#PIkGqOEwGJutnRylpAAe97TvE7Occb1h { position:absolute;display:block;z-index:15024;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:11rem;width:9rem;top:1.5rem;left:42.9375rem;overflow:hidden;display:block; }
#O6W8Lu5SBaxGsdkfJyHmEW6NcmQ8wecD { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:9.6875rem;top:1.6875rem;left:52.6875rem;overflow:hidden;display:block; }
#IkPmff0bL7IgMauPmNCEVp3QOltQaqMf { position:relative;display:block; }#IkPmff0bL7IgMauPmNCEVp3QOltQaqMf { background-color: transparent; background-image: none; }#IkPmff0bL7IgMauPmNCEVp3QOltQaqMf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkPmff0bL7IgMauPmNCEVp3QOltQaqMf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkPmff0bL7IgMauPmNCEVp3QOltQaqMf > .row .container > .video-iframe-container { display: none; }#IkPmff0bL7IgMauPmNCEVp3QOltQaqMf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkPmff0bL7IgMauPmNCEVp3QOltQaqMf > .row > .video-iframe-container { display: none; }#IkPmff0bL7IgMauPmNCEVp3QOltQaqMf > .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); }#IkPmff0bL7IgMauPmNCEVp3QOltQaqMf { border-width: 0; border-radius: 0; }#IkPmff0bL7IgMauPmNCEVp3QOltQaqMf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IkPmff0bL7IgMauPmNCEVp3QOltQaqMf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#omuRLfS0xGylyMZZ7304cCOuvO7Vdg7D { color:rgba(var(--color-tertiary-4),1);display:block;width:54.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.25rem;left:10.375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hDcGn039EEPN1IIp9d4MSfTKv75ymxG3 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-2),0.5) ;height:19rem;width:21.6875rem;top:12.625rem;left:2.125rem;display:block; }
#ClmK0z9edD4TRornGECIoPIFHpZ1m2z7 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:15.125rem;left:3.6875rem;height:9.795875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#zHnekLCgK2cZPT8hmOuyXxr1a2cwpxiH { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:26.25rem;left:3.6875rem;height:1.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b29E9EVVMJTWD3C0f96CGrtJoGJAXvRN { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:9.625rem;top:28.375rem;left:3.6875rem;overflow:hidden;display:block; }
#sZpZt4t8JEyBeV8kMAVtws8scgyXDmJP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:11.25rem;left:3.6875rem; }
#xblR4FDvovX3361aCVTIR5Ww6Orqcarl { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-2),0.5) ;height:19rem;width:21.6875rem;top:12.625rem;left:26.625rem;display:block; }
#OJBXA1CE78EVf0btrVyQ6FRIVGmVsTwE { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:15.125rem;left:28.15625rem;height:9.795875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#IW36AcaoRUiqrt6OQ4U2VIsGgDaN3rN2 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:26.25rem;left:28.1875rem;height:1.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kfkTMW1SHMCAPv6FaZvIeiC5EooH370X { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:9.625rem;top:28.375rem;left:28.1875rem;overflow:hidden;display:block; }
#Z5IQa69TXLACWCF0qMO2OZHPvlb4fXMX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:11.25rem;left:28.1875rem; }
#SPA9wfDAJQJkOi2JSM0Rn9SGBf2uyBbx { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-2),0.5) ;height:19rem;width:21.6875rem;top:12.625rem;left:51.25rem;display:block; }
#TmmIEyHQcBX2mfKmyS2oJq7VUcCsgRit { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:15.39453125rem;left:52.8125rem;height:8.3965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#lTJcQzTuvTEpqWANBEyF7kJrSdtyLFtl { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:26.25rem;left:52.8125rem;height:1.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zDZevcdH12DwFbIL2caDBk3DkNyHk3kZ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:9.625rem;top:28.375rem;left:52.8125rem;overflow:hidden;display:block; }
#Hagx48ZoUPbAToAdtsLT56H8rPeayG0G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:11.25rem;left:52.8125rem; }
#JBIR28PDDCskPisNnLpMWE4uyXh0a6C6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-0),1));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; }#JBIR28PDDCskPisNnLpMWE4uyXh0a6C6 > .row .container { background-color: transparent; background-image: none; }#JBIR28PDDCskPisNnLpMWE4uyXh0a6C6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBIR28PDDCskPisNnLpMWE4uyXh0a6C6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBIR28PDDCskPisNnLpMWE4uyXh0a6C6 > .row .container > .video-iframe-container { display: none; }#JBIR28PDDCskPisNnLpMWE4uyXh0a6C6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBIR28PDDCskPisNnLpMWE4uyXh0a6C6 > .row > .video-iframe-container { display: none; }#JBIR28PDDCskPisNnLpMWE4uyXh0a6C6 > .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); }#JBIR28PDDCskPisNnLpMWE4uyXh0a6C6 > .row .container { border-width: 0; border-radius: 0; }#JBIR28PDDCskPisNnLpMWE4uyXh0a6C6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JBIR28PDDCskPisNnLpMWE4uyXh0a6C6 > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#sMbBnQ7zBN7yNcCuqkfczcFZrigB6Beu { position:absolute;display:block;z-index:15010;background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.3125rem 0.3125rem 2.5rem rgba(30,30,30,0.65) ;height:33.1875rem;width:30rem;top:9.6875rem;left:22.5rem;display:block; }
#GPr4DJvsuXvGAOTBlCLyE4LrgqVFtAOa { color:#c8c8c8;display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:6.5rem;left:25.0625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ye7etqEikO4WdTrNxadcHHiZsWCvrAD8 { position:absolute;display:block;z-index:15046;height:30rem;width:23.625rem;top:11.25rem;left:25.6875rem;display:block; }
#Kl2ILmmKw7RMV6DRskdq8B0UffTK7ZFc { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;top:3.5625rem;left:24.65625rem;height:2.44921875rem;text-align:center;text-align-last:center;display:block; }
#bZAiBisoC0NgW21Az1IO5vBfShUhLIPN { box-sizing:content-box;height:7.4375rem;width:30rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:2.25rem;left:22.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);display:block; }
#XCRDbTyXMmoONVewGKc4K389sTelaSuK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:8.5625rem;left:36.1875rem; }
#t0bU612V3bnRsRe3TRHKGgrBwOhg0Qpm { 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; }#t0bU612V3bnRsRe3TRHKGgrBwOhg0Qpm > .row .container { background-color: transparent; background-image: none; }#t0bU612V3bnRsRe3TRHKGgrBwOhg0Qpm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0bU612V3bnRsRe3TRHKGgrBwOhg0Qpm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0bU612V3bnRsRe3TRHKGgrBwOhg0Qpm > .row .container > .video-iframe-container { display: none; }#t0bU612V3bnRsRe3TRHKGgrBwOhg0Qpm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0bU612V3bnRsRe3TRHKGgrBwOhg0Qpm > .row > .video-iframe-container { display: none; }#t0bU612V3bnRsRe3TRHKGgrBwOhg0Qpm > .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); }#t0bU612V3bnRsRe3TRHKGgrBwOhg0Qpm > .row .container { border-width: 0; border-radius: 0; }#t0bU612V3bnRsRe3TRHKGgrBwOhg0Qpm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t0bU612V3bnRsRe3TRHKGgrBwOhg0Qpm > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#DHhTJq5HUAAbvsm0gyR5ALwEJTvp15am { color:rgba(var(--color-tertiary-4),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:1.15625rem;left:20.5rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr { position:relative;display:none; }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr { border-width: 0; border-radius: 0; }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ldI8anHougDQ8StTZczyVWqdPK2EbKfh { position:absolute;display:block;z-index:15069;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:24.5625rem;top:21.1875rem;left:0rem;overflow:hidden;display:none; }
#PptZWwfaxeafLmhOKLg31OGUZBUSWO4H { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5);top:23.75rem;left:5.625rem;height:2.2744125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TUIEaZWciwLE8XIky5ngFETwtElvXQry { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:5.75rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:21.1875rem;left:0rem;display:none; }
#GB1froNpJDXre9vbdPme9XAkKGUszGm0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dtAy10tAoiHzWU7HX4ElBDEnxTOZg9iE { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:21.4375rem;left:6.5rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QexZrUPvLFKBdHGfCAx1Kdlngh137M1F { display:block; }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sewas6ZCE3TzJTPgeD5zC7XFsHZ7hqvq { width:6.125rem;height:3.125rem;top:2.625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrppAnJgro5WRcwZimtLvR6rqSHUxB5E { display:block; }
 }@media only screen and (max-width: 763px) { #QMGigR8bIKvuCb5dKaVWQPwebEmDfp7f { width:5.875rem;height:3.125rem;top:2.625rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3FudMeOneRIWn2LyE1iXE272ZTvn8b6 { display:block; }
 }@media only screen and (max-width: 763px) { #MMg1QzfKbSSTikLFAv4OhU6azydHVa68 { width:9.125rem;height:3.125rem;top:2.625rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyX0gEt8nEDo5dfDJak4NUnS5M2axtPO { display:block; }
 }@media only screen and (max-width: 763px) { #yc1tevrRqJWz2NLHm9tNRbtX63rKc9Gc { top:0.75rem;left:0rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXvKyxgeh1HsqP2beV07KBL7wp9f9HWo { top:1.875rem;left:27.6875rem;width:20.0625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0WIRmUhiOcq3Lco9R86C88v5cwkUGBk { top:4rem;left:30.25rem;width:17.5rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmxU5RX66MLE1LHDFcFRafTBrp2BRG7n { top:2.125rem;left:30.25rem;width:17.5rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qqb5BMU5o8KLhoeqFnPEhzin3wA4NctS { width:19.625rem;height:5.75rem;top:0.75rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJRiISFA1IJUJ8OcZBCBUl96t39QucyU { display:block; }
 }@media only screen and (max-width: 763px) { #aZIP8CFW7A95FxGkx9aBehxKQiVJtpwA { display:none; }#aZIP8CFW7A95FxGkx9aBehxKQiVJtpwA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NR3UTd8b1EFcGMXGJp3R55MgDXhXWLC5 { top:1.8125rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOUBvhohQnl4vrJL4QnJpn90CCPMgMCK { display:none; }#gOUBvhohQnl4vrJL4QnJpn90CCPMgMCK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #klgLPbXLD9kdc03Qsge7XOx3fF0rFxLO { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Ts4hCV3rqJ0RNnDVAnN2nvkt3rf7J9bS { display:block; }
 }@media only screen and (max-width: 763px) { #ZDE5uQcdgGkEeGE448EEWS4tiTuKmxdw { top:1.6875rem;left:0.65625rem;width:3.375rem;height:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SEm727SScTQmB4KFE2cQyBguS36os53C { display:none; }
 }@media only screen and (max-width: 763px) { #Qpan3oP98bydxHnOGE2TMTMElbP3ZvR2 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #lthEpT7kE6wtgFgbrNJyWPGOT0vrVL6q { display:block; }
 }@media only screen and (max-width: 763px) { #kPfImiogOvQcgIucBxNoUVL3ITaDhJuD { top:1.5rem;left:0rem;width:4.75rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DrQQLAWWnuWlZGV0FVr4a7s6cGinaWz3 { display:none; }
 }@media only screen and (max-width: 763px) { #bhSDtk2ufeE16ME4WdMrihHZxkZdn9w1 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #O4MMTeuD72sEBvhm0dTxqrutliBEh7XO { display:block; }
 }@media only screen and (max-width: 763px) { #ZASubfJElvfMD6Jpk5fDHUqtVUmrXISa { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #C3JJ80m0ms5rmCT1sCITo1SaKOEMVt31 { display:block; }
 }@media only screen and (max-width: 763px) { #PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG { display:block; }#PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHEpFqJMvE8OOn2O3kReKDXBd71EiZn9 { top:9.0625rem;left:0rem;width:47.25rem;height:9.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFQ8Q9N06wwac9yTmMWAnxEWRbmKVhgo { top:19.625rem;left:0rem;width:21.625rem;height:8.9375rem;font-size:1.0625rem;display:block; }#DFQ8Q9N06wwac9yTmMWAnxEWRbmKVhgo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9b553381f51e8deee421016c38fc0bc8acdad802.svg); }
 }@media only screen and (max-width: 763px) { #wdnX7fPV7sKbeFVeo2zC4Pw5SkseQNcV { display:none; }
 }@media only screen and (max-width: 763px) { #KocVAr7tyQM0oVy4UMhsABP7UZv1w0e9 { top:5.25rem;left:0rem;width:36rem;height:1.8125rem;font-size:1.375rem;display:none; }#KocVAr7tyQM0oVy4UMhsABP7UZv1w0e9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a611ccdcf2aa7bb2ebddfb1f934841f5637a792e.svg); }
 }@media only screen and (max-width: 763px) { #alQZxiot3edVD1rz1IZ1maxdNGdSqVEk { top:31.5rem;left:0rem;width:24.5625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md5JWouCdPtVk8r1GcXbwZzsNzAsMO3R { top:31.75rem;left:0rem;width:17.5rem;height:1.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHJXDoKLJBHX2JokIbHv85H6XEJ9tqZ5 { top:34.0625rem;left:0rem;width:17.5rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EuQXKNcrzqMTkmL2t4F0y7BqAh7Uz6mU { width:24.375rem;height:5.75rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5CFMwS9cJitMP2zBXTdMA3T2XSSgOIh { display:block; }
 }@media only screen and (max-width: 763px) { #K3u9bVLuWI4pnJdrFpvNalzEBTv4LdmF { width:12rem;height:5.625rem;top:31.5rem;left:12.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9PzasrIX9HR0gBfr0Wknuw1SXc8gTWv { display:block; }
 }@media only screen and (max-width: 763px) { #WsGp8AVHt5LXorzD7fdFBFUbCKETc5PD { display:none; }#WsGp8AVHt5LXorzD7fdFBFUbCKETc5PD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gqGmxmZNLJJA4lABAkkBG6mxw2eUgKXs { display:block; }#gqGmxmZNLJJA4lABAkkBG6mxw2eUgKXs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hguuDqTed9iFSoHscWtV5bNWyrHH94m3 { width:30rem;height:33.1875rem;top:9.6875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atBrMN52H0RlSJ4VAwPumgRfugPCgCKi { top:6.5rem;left:11.4375rem;width:24.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Muv4V5NB1CGGKOv2ymuDokWuJ0OGpUcX { top:11.25rem;left:12.0625rem;width:23.625rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH35gygG8oPT3J4HqHVbzOUC5wnSp8lg { top:4.125rem;left:12.375rem;width:25.6875rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #euVTzbGhT2V3M48i3ZgzQFiRxHpmDc42 { top:2.25rem;left:8.875rem;width:30rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVkc3uw7TppPrA9oQTesyxeE7gv1Fc8W { top:8.5625rem;left:22.5625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLF1zQ60wDLVFGNgvfE1VTsOGFOwQ12H { display:block; }#SLF1zQ60wDLVFGNgvfE1VTsOGFOwQ12H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2fhncqid07gBeeQwUk6RAT78TI0taEp { top:2.5625rem;left:8.25rem;width:31.25rem;height:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSzSI509XK0TulKk7nJ3pgDr66NvzK4G { top:6.5rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2xmTWlu5qUOIp5UlgrCsNmzwGKMvtTQ { display:block; }#y2xmTWlu5qUOIp5UlgrCsNmzwGKMvtTQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbtC64JUiSSxd2TKVQ5M9bO8FEiwkoX9 { top:4rem;left:0rem;width:17.5rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7rlqrzXoSOLmgga3Q10mS3aGGRFMRq3 { top:18.125rem;left:0rem;width:15.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP1valzbTxNnCNCvxmlcN1seaIXlZpN4 { top:14rem;left:0.84375rem;width:10.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBvVdTGJa15W2T1Q4Ne7SytIvIOMw9y7 { top:19.125rem;left:0rem;width:13.125rem;height:11.5rem;font-size:1rem;display:block; }#wBvVdTGJa15W2T1Q4Ne7SytIvIOMw9y7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e1435eb1e44a23793848f41cd891c6d5dcbbdb9.svg); }
 }@media only screen and (max-width: 763px) { #S3UIHlsnsueK2eOLzk8nzCqMHRWPnaEg { top:13.1875rem;left:0rem;width:15.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMBFiH5pZ7RTZmrcpnqXSJbxttHPqpxk { top:4rem;left:6.375rem;width:17.5rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi1Fa3zR2HTEx07Htgg3nnIyLXnQVB9N { top:18.125rem;left:8.5rem;width:15.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLzbUSiSgg37m8eJVEFQchdd5ThasBgu { top:19.1875rem;left:10.75rem;width:13.125rem;height:11.5rem;font-size:1rem;display:block; }#nLzbUSiSgg37m8eJVEFQchdd5ThasBgu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e1435eb1e44a23793848f41cd891c6d5dcbbdb9.svg); }
 }@media only screen and (max-width: 763px) { #uSzi3hDHyrwLuSmV3CnoJdGDZoye4ddB { top:14rem;left:11.75rem;width:12.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucGC6EG8EANJtqDiyv6ofez2h5JBkrsJ { top:13.1875rem;left:8.5rem;width:15.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVX2nHlLKo3shok9EKnMp29fblH25oOb { top:4rem;left:18.3125rem;width:17.5rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad81T18hSwTe5o3MTTrT11kIbKJ2SePN { top:18.125rem;left:20.4375rem;width:15.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxxBQJ46APXatJaPwI3HAHeTW6207lww { top:19.1875rem;left:22.6875rem;width:13.125rem;height:11.5rem;font-size:1rem;display:block; }#uxxBQJ46APXatJaPwI3HAHeTW6207lww li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e1435eb1e44a23793848f41cd891c6d5dcbbdb9.svg); }
 }@media only screen and (max-width: 763px) { #ZKQ6l09vKcUVT1ENxtCNgSgioelI6EnN { top:13.9375rem;left:23.96875rem;width:11.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSMP2uBm4K2y8TSpAyzAMKsvZaqUIxdg { top:13.1875rem;left:20.4375rem;width:15.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3TZomRyZgIhLtO57KaqpsUqionTeWnk { top:4rem;left:30.25rem;width:17.5rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSvPvoSMlKUWPNTp4GySsBpi18KDqdMf { top:18.125rem;left:32.375rem;width:15.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvu073PHlUsNgXigHNUavmdrIvoGGpOI { top:19.1875rem;left:34.625rem;width:13.125rem;height:11.5rem;font-size:1rem;display:block; }#uvu073PHlUsNgXigHNUavmdrIvoGGpOI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e1435eb1e44a23793848f41cd891c6d5dcbbdb9.svg); }
 }@media only screen and (max-width: 763px) { #fxc6QdlT4EDIwVEZ42z3LBw3VmxUXnDU { top:14.0625rem;left:36.65625rem;width:10.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #an5GTwtdTwQaO4k14KLqlIsRyHfodH4k { top:13.1875rem;left:32.375rem;width:15.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUFE6KO1XGhU2grE4X3tB8P7bPRyubtf { display:block; }#IUFE6KO1XGhU2grE4X3tB8P7bPRyubtf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cK8kaS4Ch0sKiDqSUvAJ80fva8dd3pBe { width:12rem;height:5.625rem;top:2.375rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmizNDPK547QBuhslmPEunPEkPAaBWHC { display:block; }
 }@media only screen and (max-width: 763px) { #lArar0RfLvtsCDJvCEAFBS5Bd4LsEmJH { top:2.3125rem;left:4.75rem;width:24.5625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgHcpRKvT1eBudsE5NfF12hzFdXeAQ6g { top:4.875rem;left:10.375rem;width:17.5rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUbDNbNSL3cxMQd5TWrtD6mXILWL6i9F { width:24.375rem;height:5.75rem;top:2.3125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUtMdXiHb3pdoUMhPpL8fvVS2sTlMcoA { display:block; }
 }@media only screen and (max-width: 763px) { #X10MhfXfNGoTDPFgZUTeZDDyBywxzqZf { top:2.5625rem;left:11.25rem;width:17.5rem;height:1.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dq9sEoPpZ4E2xAVK30eMnmqadSK4FqD2 { display:block; }#dq9sEoPpZ4E2xAVK30eMnmqadSK4FqD2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktP5RTrDeoQQUpqzicJaFayTWHXzdJ8E { top:4.6875rem;left:0rem;width:32.9375rem;height:5.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #URDVEuWlzNdBZHQsUBf8PA4elVDDPmyd { top:3rem;left:24.5625rem;width:7.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSK6Af4d3VWqV03TuegUKB1gNKwennUu { top:3.3125rem;left:33.4375rem;width:7.0625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJT4OKnr1ENuhofIZNebmFtJkTn6vk5e { top:3.125rem;left:41.375rem;width:6.375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1sTgG1b5SnyyogpmUOCnnBcw1PCQk2E { top:3.75rem;left:38.375rem;width:9.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXe3Ud5qQBm4dEGoh5F9IQrxTh94GZTf { top:8.625rem;left:23.375rem;width:8.625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xskkG9I7Vl7hx3iWTQ35niolWzmzp6Nk { top:7.9375rem;left:34.25rem;width:7.625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM9ph9zatGzIkv3dDxFscwRN0QNR2i9T { top:8.125rem;left:40.375rem;width:7.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zguLNuVNPoU8Mf4T4T3apunROGmeS4Cy { top:7.875rem;left:39.875rem;width:7.875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWAmkoZQ3RwXTAUQlqdSzolSLZ6eWgV4 { top:3rem;left:0rem;width:35rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #zarOAuWfo6SfyDwq36nLtCgnzVCtHJqO { display:block; }#zarOAuWfo6SfyDwq36nLtCgnzVCtHJqO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C16TowFPwhuVyk7EJkJHhQ23JTPQ35ZH { top:6.25rem;left:13.9375rem;width:33.8125rem;height:5.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxwVmCIRxNykTPJwKlVFQu6dH8wbbdah { top:17.25rem;left:20.375rem;width:27.375rem;height:6.25rem;font-size:1rem;display:block; }#DxwVmCIRxNykTPJwKlVFQu6dH8wbbdah li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9a832a937326b9e69d0b8a6505cbd2b5faae507.svg); }
 }@media only screen and (max-width: 763px) { #s7Gy0QTaPrUDUrP3rn521asZSMtMvD04 { top:12.5625rem;left:16.5625rem;width:31.1875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDwCtP4bvfMA700XlA95xMiS2HLKODyw { top:7.3125rem;left:0rem;width:33.3125rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgIRSx8WnKmagA4WRVzb5AHNKORzHQr3 { width:12rem;height:5.625rem;top:25.75rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPuMyBekgJeqRUGhHg64uy1l6Haq4iWH { display:block; }
 }@media only screen and (max-width: 763px) { #EdF45snIpROUTmZT5iEVJwAt3fSqhglA { top:25.6875rem;left:23.125rem;width:24.5625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEHs5PIb7soC4IRqp449Qbr90S41luVZ { top:28.25rem;left:28.75rem;width:17.5rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FXh5XySLd8LDPmW9yOyWesi980NBrhzs { width:24.375rem;height:5.75rem;top:25.6875rem;left:23.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVlFL5Zd98F4y7aNJ6HJwpcaeamfnBuo { display:block; }
 }@media only screen and (max-width: 763px) { #v9Bn8OuQK3Ue2wvhM81Bwsa6ixs38iKP { top:25.9375rem;left:29.625rem;width:17.5rem;height:1.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IhL2Kgw1toMxignqdvvX82gSyx0nFUyp { display:block; }#IhL2Kgw1toMxignqdvvX82gSyx0nFUyp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGeEJOsa5fHFW9GLXhPQcI3nL03Ow8lG { top:5.625rem;left:0rem;width:40.9375rem;height:5.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgSNZGTk0AOx5OF3eyX5bBdJitHxphK3 { top:4.8125rem;left:15.875rem;width:31.875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlfFlClyrqqV49Z4mAvxgvGmtzTRa89D { top:13.125rem;left:0rem;width:25.1875rem;height:5.625rem;font-size:1rem;display:block; }#NlfFlClyrqqV49Z4mAvxgvGmtzTRa89D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9a832a937326b9e69d0b8a6505cbd2b5faae507.svg); }
 }@media only screen and (max-width: 763px) { #detdQxqAdKnHUh7N0p44Ge8ADuLIRqvG { width:12rem;height:5.625rem;top:21.25rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdF4rA7eiiCiqN3iy6wBlkUS11kV7vQ0 { display:block; }
 }@media only screen and (max-width: 763px) { #fKbyRtBinUTlxHT45JHNSRsk3IwD0b68 { top:21.1875rem;left:0rem;width:24.5625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stJVFgUn5TQ6QvnpUvImFUnBQRNmQ3sJ { top:23.75rem;left:0rem;width:17.5rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTepWpT6Ip8M1R21279d8C8fazPcMzZB { width:24.375rem;height:5.75rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q90QD96rmhf4X10e9qVqpb3BhVL00TBT { display:block; }
 }@media only screen and (max-width: 763px) { #lGlTAWX9K4euwHaoGIcvWw2PKTeIfMmV { top:21.4375rem;left:0rem;width:17.5rem;height:1.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jz1XEuhm4xLeIoQsN7tgSfN0TppgIs2M { display:block; }#Jz1XEuhm4xLeIoQsN7tgSfN0TppgIs2M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sldr26RJGHluMmrN2f1SDEDJEqwWgrJC { top:12.625rem;left:14.5rem;width:33.25rem;height:7.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMttL82V9fPAyxZ3hwi5wLGMaP1AnlfZ { top:22.5rem;left:26.4375rem;width:12.25rem;height:24.8125rem;font-size:1.125rem;display:block; }#iMttL82V9fPAyxZ3hwi5wLGMaP1AnlfZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_12da55214cc406e2986c85f1e42c3842c9e5dff0.svg); }
 }@media only screen and (max-width: 763px) { #OEqx0UIU2nE5igkfgM14t8sURgpUVaET { top:22.5rem;left:36.5rem;width:11.25rem;height:22.5rem;font-size:0.9375rem;display:block; }#OEqx0UIU2nE5igkfgM14t8sURgpUVaET li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_12da55214cc406e2986c85f1e42c3842c9e5dff0.svg); }
 }@media only screen and (max-width: 763px) { #sGILiANmf3ETW3wFQU5BHuWMy5gtobed { top:5.75rem;left:0rem;width:47.75rem;height:50.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B98s7FH9AirA4nXFz25zXwcP2ibhetVA { top:11.9375rem;left:0rem;width:26.625rem;height:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZppT4rRV0vO3fyQJ9aFn9pENzwbTLNbQ { display:block; }#ZppT4rRV0vO3fyQJ9aFn9pENzwbTLNbQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnToiFRfcnWTtGoVMCgd6hNlnr1Ed2aA { top:10.8125rem;left:11.5625rem;width:25.0625rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMSwTvulCVEN5UIAOlqkw2IWCrvZpBLb { top:14.5625rem;left:6.5rem;width:35.1875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASPT93H9IVDAc6l3AZTAhnkaF7E7bmhA { top:18.75rem;left:8.4375rem;width:31.25rem;height:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXP4288eTweDf3zwT7Tieq6fa2VQR4Cn { top:5.4375rem;left:21.6875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeQ1OGOB2CdpC8Alott961SXP6GwP3aN { top:4.25rem;left:0.8125rem;width:46.125rem;height:65.4375rem;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) { #aEICFsSktO6IrzP6MAa32bErp2c1dtO3 { top:6.75rem;left:0rem;width:40.4375rem;height:8.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwQ2P1gIP3t1udpyhaE0KdceaZcFE9BN { width:24.375rem;height:4.625rem;top:12.25rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaC1Tx4qQgIlVcBDXFoB7CXM5w4bNUSs { display:block; }
 }@media only screen and (max-width: 763px) { #wOfKiFVoDe1MJ6DGMuz2q5yTtaR5aZ1w { top:5.0625rem;left:23.1875rem;width:24.5625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rThTKHaBRsWog5P00tXZG6WNMbwKE4cQ { top:7.625rem;left:30.25rem;width:17.5rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ix5HrU0p4JpUVOsGUGckokNd9OgTEnML { width:24.375rem;height:5.75rem;top:5rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIdweNMOymkCXLG7mz9s2MnmZwNRLlps { display:block; }
 }@media only screen and (max-width: 763px) { #xMiVaLEVlNlV6unfxW2XoogGxiDHPnUU { top:5.3125rem;left:30.25rem;width:17.5rem;height:1.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kh7VH1BdfIA0o6u2VhIACETCixVJs1MV { display:block; }#Kh7VH1BdfIA0o6u2VhIACETCixVJs1MV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TF5mBNoH7lBpCdQPngr61rAErErNAq5B { top:2.6875rem;left:0rem;width:38.5625rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #malyqktzHVvnm1ZHGUAh0ZPkpJEVVKHR { top:5.5rem;left:16.375rem;width:31.375rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0igir3G2bVcRkxy69EhzUmkDFTTRAMc { top:10.125rem;left:0rem;width:35.625rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w61V3X6EfTS8WnDZyhfqT0lGIOGXx9k3 { top:14.375rem;left:0rem;width:27.375rem;height:6.25rem;font-size:1rem;display:block; }#w61V3X6EfTS8WnDZyhfqT0lGIOGXx9k3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9a832a937326b9e69d0b8a6505cbd2b5faae507.svg); }
 }@media only screen and (max-width: 763px) { #BgclyTA9oOTbB3SDDb3X9Xgb7XDivBoQ { width:12rem;height:5.625rem;top:22.25rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcxPMhpfbGUh8dv0pMmmZS130FITTOpO { display:block; }
 }@media only screen and (max-width: 763px) { #bszepb6TPQGJk0lH6uRzFJGPhn3Xhr2C { top:22.1875rem;left:0rem;width:24.5625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpxB4KcU7qbedXpqpMJwCxBmoBrNdvpk { top:24.75rem;left:0rem;width:17.5rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EbmN3ytERVwDglx1fEK0e0VXO5wwq7dU { width:24.375rem;height:5.75rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtLcKTM4ndNNdpfnkU3VoQdTy0M9WfBi { display:block; }
 }@media only screen and (max-width: 763px) { #U8wl22PBp4JpPurFvTwgNt6OmBATkiSL { top:22.4375rem;left:0rem;width:17.5rem;height:1.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zMSWsTtbAkALfCU12OTBE4JkpMMtUig5 { display:block; }#zMSWsTtbAkALfCU12OTBE4JkpMMtUig5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsPxDCqVC2HoFHhkHhEFHBPc5y2rsRNa { top:4.5625rem;left:12rem;width:35.75rem;height:5.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoZWzHZMAI3UVWm7Nn0PJtkAMHIL3HLh { top:11.5625rem;left:16.5625rem;width:31.1875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxEcF4ETOougwf9AFoddopciS31yvQF4 { top:6.375rem;left:0rem;width:33.5rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghKqgJQ692Ds5y8k6nTxAMxceGq8Fvl6 { width:12rem;height:5.625rem;top:25.625rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgRg6auP7LvetyGzXOQvJdSgi4RgxISg { display:block; }
 }@media only screen and (max-width: 763px) { #iyuSw3lx47IU1aKUctZiurflXPIAGRQg { top:25.5625rem;left:23.125rem;width:24.5625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp3shhhpf3MncreGtng4QlSGVRzQcVb7 { top:28.125rem;left:28.75rem;width:17.5rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X85yTKSAicnG3mC0kVWAevK8coVMmkmS { width:24.375rem;height:5.75rem;top:25.5625rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqT3Pw9n15El3X0h5hpOwRdzpMhobpcl { display:block; }
 }@media only screen and (max-width: 763px) { #Ik6VfuEcvrQV3g1uT9WCFMh4TiJJBrOl { top:25.8125rem;left:29.625rem;width:17.5rem;height:1.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wd5E12ZDUpvuxTvq4fHZpwpS3svQhseQ { top:16.0625rem;left:20.375rem;width:27.375rem;height:6.25rem;font-size:1rem;display:block; }#wd5E12ZDUpvuxTvq4fHZpwpS3svQhseQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9a832a937326b9e69d0b8a6505cbd2b5faae507.svg); }
 }@media only screen and (max-width: 763px) { #oVvJ8eBGuEtuO0F51zAU81U3idpzbxPm { display:block; }#oVvJ8eBGuEtuO0F51zAU81U3idpzbxPm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpICm4GK7pvneUU4TJzdEF0Wlf3ZEAwF { width:30rem;height:33.1875rem;top:11.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBssQhbk6VuyGWGC8tCEEirGbywrkf9p { top:12.8125rem;left:12.0625rem;width:23.625rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGiPOP1xhDlOg1LULSQAMdckJpIv7HqK { top:10.125rem;left:22.5625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEe4TUoZSvzgxFsyU3FNX5BrPdxa2C81 { top:3.8125rem;left:8.875rem;width:30rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLZ55lT7gXTrKVLrAkC6CzM7cU37E3bo { top:8.0625rem;left:11.4375rem;width:24.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGdBvKgldqbZZ5z9yAQ5HkETELK8IRGi { top:5.125rem;left:11.0625rem;width:25.6875rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znCcgSauvctToSGFxOkwqNCKmDHPoX1a { display:block; }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPnisyPEpKSTKCOAoooBJ7KbD1mxXGF7 { top:5.4375rem;left:0rem;width:46.125rem;height:3.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miiGyETf0XaTrwQKHblTNkgABv6lmVzP { top:9.4375rem;left:0rem;width:44.625rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwQUUTvxtWaEP9tbSg3iosfuHQS5VJ62 { top:10.25rem;left:28.8125rem;width:8.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTUnnRJGvMHt1T5e3wLmtisirzVmUgxQ { width:24.375rem;height:4.625rem;top:11.25rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orImvVoedsxCHSvK78EORVZCT11gB7oT { display:block; }
 }@media only screen and (max-width: 763px) { #l9CRpsEkrNqMfX8QtpViI66gDBDTd1s7 { top:4.0625rem;left:23.1875rem;width:24.5625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4s660d6D5dyrhEd52uQqCuWsceUt7zc { top:6.625rem;left:30.25rem;width:17.5rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ILHPRpsCKM7VwGfMDi0T2e9n3s3zpIe5 { width:24.375rem;height:5.75rem;top:4.125rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbk7lSwbTQcHpKHBh2kT86PDxw3kzuTr { display:block; }
 }@media only screen and (max-width: 763px) { #bXcDkKQpxNgrXv21Ai3wXZ7z6b5N0o9X { top:4.3125rem;left:30.25rem;width:17.5rem;height:1.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHXTB1n7Tdqkt0JwHvRhzxxnp1RVrHf2 { display:block; }#dHXTB1n7Tdqkt0JwHvRhzxxnp1RVrHf2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLVsbZDteN7RWxxc4isnuJbgOgP5uZuV { top:3.5625rem;left:0rem;width:35.875rem;height:5.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIaPIxg0cBDRtkBOqJ7EgoBQ8ZqcIgtq { top:3.5625rem;left:13.25rem;width:34.5rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSsnAIorK2CIyd8bitl3Maa9o84StB1l { top:10.125rem;left:0rem;width:35.625rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqH46f2Ap6vs5V1SFx7I027DiT7TkMJs { top:15.4375rem;left:0rem;width:27.375rem;height:6.25rem;font-size:1rem;display:block; }#eqH46f2Ap6vs5V1SFx7I027DiT7TkMJs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9a832a937326b9e69d0b8a6505cbd2b5faae507.svg); }
 }@media only screen and (max-width: 763px) { #I3P2sIrSDmsUraBVbETd01UP8BxaHqMZ { width:12rem;height:5.625rem;top:24.1875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g84mre1NtJ8CtTAz8nhbNyUMg11O0ELz { display:block; }
 }@media only screen and (max-width: 763px) { #oo1UhQ88RRP4KVCVycBBBURm2eTTJDn9 { top:24.125rem;left:0rem;width:24.5625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSOahGN7ftJ4AHgyp5o9pJfxhklSqJhd { top:26.6875rem;left:0rem;width:17.5rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ToTaatmgKWtdCNcAGigshTqoqtNsZ8bk { width:24.375rem;height:5.75rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPZgd4hUFoaSwhB2RFbTOM1T3gyJBUwA { display:block; }
 }@media only screen and (max-width: 763px) { #bDXWtIzQSrTorW5NMmHNqEc2pESLTarS { top:24.375rem;left:0rem;width:17.5rem;height:1.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIfxIQgaT6VkcsVr5rDnkhTN8I1u9Tfz { display:block; }#cIfxIQgaT6VkcsVr5rDnkhTN8I1u9Tfz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFQngCo8ns2QKFN82E98UgMykvpkfk3s { top:3.375rem;left:0rem;width:27.25rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUvShUht19Z0dAzPT5w13xuTTUlkWGhT { top:5.625rem;left:0rem;width:29.1875rem;height:5.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIkGqOEwGJutnRylpAAe97TvE7Occb1h { top:1.5rem;left:29.3125rem;width:9rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6W8Lu5SBaxGsdkfJyHmEW6NcmQ8wecD { top:1.6875rem;left:38.0625rem;width:9.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkPmff0bL7IgMauPmNCEVp3QOltQaqMf { display:block; }#IkPmff0bL7IgMauPmNCEVp3QOltQaqMf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omuRLfS0xGylyMZZ7304cCOuvO7Vdg7D { top:4.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDcGn039EEPN1IIp9d4MSfTKv75ymxG3 { top:12.625rem;left:0rem;width:21.6875rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClmK0z9edD4TRornGECIoPIFHpZ1m2z7 { top:15.125rem;left:0rem;width:18.6875rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHnekLCgK2cZPT8hmOuyXxr1a2cwpxiH { top:26.25rem;left:0rem;width:17rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b29E9EVVMJTWD3C0f96CGrtJoGJAXvRN { top:28.375rem;left:0rem;width:9.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZpZt4t8JEyBeV8kMAVtws8scgyXDmJP { top:11.25rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xblR4FDvovX3361aCVTIR5Ww6Orqcarl { top:12.625rem;left:13rem;width:21.6875rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJBXA1CE78EVf0btrVyQ6FRIVGmVsTwE { top:15.125rem;left:14.53125rem;width:18.6875rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW36AcaoRUiqrt6OQ4U2VIsGgDaN3rN2 { top:26.25rem;left:14.5625rem;width:17rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfkTMW1SHMCAPv6FaZvIeiC5EooH370X { top:28.375rem;left:14.5625rem;width:9.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5IQa69TXLACWCF0qMO2OZHPvlb4fXMX { top:11.25rem;left:14.5625rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPA9wfDAJQJkOi2JSM0Rn9SGBf2uyBbx { top:12.625rem;left:25.9375rem;width:21.6875rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmmIEyHQcBX2mfKmyS2oJq7VUcCsgRit { top:15.375rem;left:29.0625rem;width:18.6875rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTJcQzTuvTEpqWANBEyF7kJrSdtyLFtl { top:26.25rem;left:30.75rem;width:17rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDZevcdH12DwFbIL2caDBk3DkNyHk3kZ { top:28.375rem;left:38.125rem;width:9.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hagx48ZoUPbAToAdtsLT56H8rPeayG0G { top:11.25rem;left:39.1875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBIR28PDDCskPisNnLpMWE4uyXh0a6C6 { display:block; }#JBIR28PDDCskPisNnLpMWE4uyXh0a6C6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMbBnQ7zBN7yNcCuqkfczcFZrigB6Beu { width:30rem;height:33.1875rem;top:9.6875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPr4DJvsuXvGAOTBlCLyE4LrgqVFtAOa { top:6.5rem;left:11.4375rem;width:24.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye7etqEikO4WdTrNxadcHHiZsWCvrAD8 { top:11.25rem;left:12.0625rem;width:23.625rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl2ILmmKw7RMV6DRskdq8B0UffTK7ZFc { top:3.5625rem;left:11.03125rem;width:25.6875rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZAiBisoC0NgW21Az1IO5vBfShUhLIPN { top:2.25rem;left:8.875rem;width:30rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCRDbTyXMmoONVewGKc4K389sTelaSuK { top:8.5625rem;left:22.5625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0bU612V3bnRsRe3TRHKGgrBwOhg0Qpm { display:block; }#t0bU612V3bnRsRe3TRHKGgrBwOhg0Qpm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHhTJq5HUAAbvsm0gyR5ALwEJTvp15am { top:1.125rem;left:6.875rem;width:34rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr { display:none; }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ldI8anHougDQ8StTZczyVWqdPK2EbKfh { top:21.1875rem;left:0rem;width:24.5625rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PptZWwfaxeafLmhOKLg31OGUZBUSWO4H { top:23.75rem;left:0rem;width:17.5rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUIEaZWciwLE8XIky5ngFETwtElvXQry { width:24.375rem;height:5.75rem;top:21.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GB1froNpJDXre9vbdPme9XAkKGUszGm0 { display:block; }
 }@media only screen and (max-width: 763px) { #dtAy10tAoiHzWU7HX4ElBDEnxTOZg9iE { top:21.4375rem;left:0rem;width:17.5rem;height:1.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QexZrUPvLFKBdHGfCAx1Kdlngh137M1F { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:none; }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sewas6ZCE3TzJTPgeD5zC7XFsHZ7hqvq { width:6.125rem;height:3.125rem;top:2.625rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CrppAnJgro5WRcwZimtLvR6rqSHUxB5E { display:block; }
 }@media only screen and (max-width: 763px) { #QMGigR8bIKvuCb5dKaVWQPwebEmDfp7f { width:5.875rem;height:3.125rem;top:2.625rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3FudMeOneRIWn2LyE1iXE272ZTvn8b6 { display:block; }
 }@media only screen and (max-width: 763px) { #MMg1QzfKbSSTikLFAv4OhU6azydHVa68 { width:9.125rem;height:3.125rem;top:2.625rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FyX0gEt8nEDo5dfDJak4NUnS5M2axtPO { display:block; }
 }@media only screen and (max-width: 763px) { #yc1tevrRqJWz2NLHm9tNRbtX63rKc9Gc { width:2.5625rem;height:2.5625rem;top:1.03125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NXvKyxgeh1HsqP2beV07KBL7wp9f9HWo { width:20rem;height:4.5482866043614rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0WIRmUhiOcq3Lco9R86C88v5cwkUGBk { width:17.5rem;height:0;top:3.375rem;left:2.125rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15061;font-family:poppins;padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #mmxU5RX66MLE1LHDFcFRafTBrp2BRG7n { width:17.5rem;height:0;top:1.5rem;left:2.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15062;font-family:poppins;padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Qqb5BMU5o8KLhoeqFnPEhzin3wA4NctS { width:19.625rem;height:5.75rem;top:7.04785rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJRiISFA1IJUJ8OcZBCBUl96t39QucyU { display:block; }
 }@media only screen and (max-width: 763px) { #aZIP8CFW7A95FxGkx9aBehxKQiVJtpwA { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aZIP8CFW7A95FxGkx9aBehxKQiVJtpwA > .row .container { background-color: transparent; background-image: none; }#aZIP8CFW7A95FxGkx9aBehxKQiVJtpwA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZIP8CFW7A95FxGkx9aBehxKQiVJtpwA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZIP8CFW7A95FxGkx9aBehxKQiVJtpwA > .row .container > .video-iframe-container { display: none; }#aZIP8CFW7A95FxGkx9aBehxKQiVJtpwA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZIP8CFW7A95FxGkx9aBehxKQiVJtpwA > .row > .video-iframe-container { display: none; }#aZIP8CFW7A95FxGkx9aBehxKQiVJtpwA > .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); }#aZIP8CFW7A95FxGkx9aBehxKQiVJtpwA > .row .container { border-width: 0; border-radius: 0; }#aZIP8CFW7A95FxGkx9aBehxKQiVJtpwA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aZIP8CFW7A95FxGkx9aBehxKQiVJtpwA > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NR3UTd8b1EFcGMXGJp3R55MgDXhXWLC5 { width:4.5625rem;height:4.5625rem;top:0.46875rem;left:7.71875rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gOUBvhohQnl4vrJL4QnJpn90CCPMgMCK { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gOUBvhohQnl4vrJL4QnJpn90CCPMgMCK > .row .container { background-color: transparent; background-image: none; }#gOUBvhohQnl4vrJL4QnJpn90CCPMgMCK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOUBvhohQnl4vrJL4QnJpn90CCPMgMCK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOUBvhohQnl4vrJL4QnJpn90CCPMgMCK > .row .container > .video-iframe-container { display: none; }#gOUBvhohQnl4vrJL4QnJpn90CCPMgMCK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gOUBvhohQnl4vrJL4QnJpn90CCPMgMCK > .row > .video-iframe-container { display: none; }#gOUBvhohQnl4vrJL4QnJpn90CCPMgMCK > .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); }#gOUBvhohQnl4vrJL4QnJpn90CCPMgMCK > .row .container { border-width: 0; border-radius: 0; }#gOUBvhohQnl4vrJL4QnJpn90CCPMgMCK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gOUBvhohQnl4vrJL4QnJpn90CCPMgMCK > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klgLPbXLD9kdc03Qsge7XOx3fF0rFxLO { top:0.875rem;left:10.875rem;width:9.125rem;height:2.5rem;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-2),1), #d4af37);background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-2),1), #d4af37);background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-2),1), #d4af37);background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-2),1), #d4af37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#d4af37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#d4af37' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-2),1), #d4af37);background-size:auto !important;font-size:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Ts4hCV3rqJ0RNnDVAnN2nvkt3rf7J9bS { display:block; }
 }@media only screen and (max-width: 763px) { #ZDE5uQcdgGkEeGE448EEWS4tiTuKmxdw { top:1.484375rem;left:13.96875rem;width:4.75rem;height:1.21875rem;z-index:15060;color:#ffffff;font-size:0.9375rem;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #SEm727SScTQmB4KFE2cQyBguS36os53C { display:flex;top:1.40625rem;left:11.90625rem;width:1.375rem;height:1.375rem;z-index:15062;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
 }@media only screen and (max-width: 763px) { #Qpan3oP98bydxHnOGE2TMTMElbP3ZvR2 { top:0.875rem;left:0rem;width:9.125rem;height:2.5rem;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-secondary-1),1), rgba(var(--color-tertiary-3),1));background-size:auto !important;font-size:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #lthEpT7kE6wtgFgbrNJyWPGOT0vrVL6q { display:block; }
 }@media only screen and (max-width: 763px) { #kPfImiogOvQcgIucBxNoUVL3ITaDhJuD { top:1.5rem;left:2.3125rem;width:6.1875rem;height:1.21875rem;z-index:15064;color:#ffffff;font-size:0.9375rem;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #DrQQLAWWnuWlZGV0FVr4a7s6cGinaWz3 { display:flex;top:1.40625rem;left:0.375rem;width:1.375rem;height:1.375rem;z-index:15066;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
 }@media only screen and (max-width: 763px) { #bhSDtk2ufeE16ME4WdMrihHZxkZdn9w1 { top:0.8125rem;left:10.875rem;width:9.125rem;height:2.5625rem;z-index:15064;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #O4MMTeuD72sEBvhm0dTxqrutliBEh7XO { display:block; }
 }@media only screen and (max-width: 763px) { #ZASubfJElvfMD6Jpk5fDHUqtVUmrXISa { top:0.8125rem;left:0rem;width:9.125rem;height:2.5625rem;z-index:15068;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #C3JJ80m0ms5rmCT1sCITo1SaKOEMVt31 { display:block; }
 }@media only screen and (max-width: 763px) { #PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG { background-color:transparent;background-image: -webkit-linear-gradient(287deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(287deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(287deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(287deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(287deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-secondary-3),1));background-size:cover !important;display:block; }#PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG > .row .container { background-color: transparent; background-image: none; }#PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG > .row .container > .video-iframe-container { display: none; }#PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG > .row > .video-iframe-container { display: none; }#PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG > .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); }#PyrTDI6NrOXy64JvHmFP3RSypnUNKkGG > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHEpFqJMvE8OOn2O3kReKDXBd71EiZn9 { width:20rem;height:8.7744375rem;top:6.0625rem;left:0rem;font-size:2.25rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DFQ8Q9N06wwac9yTmMWAnxEWRbmKVhgo { width:15.3125rem;height:7.734375rem;top:17.0703125rem;left:0rem;font-size:1.0625rem;display:block; }#DFQ8Q9N06wwac9yTmMWAnxEWRbmKVhgo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9b553381f51e8deee421016c38fc0bc8acdad802.svg); }
 }@media only screen and (max-width: 763px) { #wdnX7fPV7sKbeFVeo2zC4Pw5SkseQNcV { display:flex;top:0.625rem;left:17.3125rem;width:1.5625rem;height:1.5625rem;z-index:15059;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KocVAr7tyQM0oVy4UMhsABP7UZv1w0e9 { width:20rem;height:2.5996125rem;top:2.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15057;font-family:poppins;display:block; }#KocVAr7tyQM0oVy4UMhsABP7UZv1w0e9 li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#KocVAr7tyQM0oVy4UMhsABP7UZv1w0e9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a611ccdcf2aa7bb2ebddfb1f934841f5637a792e.svg); }
 }@media only screen and (max-width: 763px) { #alQZxiot3edVD1rz1IZ1maxdNGdSqVEk { width:20rem;height:4.6310432569975rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md5JWouCdPtVk8r1GcXbwZzsNzAsMO3R { width:12.5rem;height:1.29980625rem;top:29.125rem;left:6.125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15062;font-family:poppins;padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #zHJXDoKLJBHX2JokIbHv85H6XEJ9tqZ5 { width:12.5rem;height:2.2744125rem;top:30.875rem;left:6.125rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15061;font-family:poppins;padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #EuQXKNcrzqMTkmL2t4F0y7BqAh7Uz6mU { width:20rem;height:5.4375rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5CFMwS9cJitMP2zBXTdMA3T2XSSgOIh { display:block; }
 }@media only screen and (max-width: 763px) { #K3u9bVLuWI4pnJdrFpvNalzEBTv4LdmF { width:20rem;height:3.6875rem;top:34.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9PzasrIX9HR0gBfr0Wknuw1SXc8gTWv { display:block; }
 }@media only screen and (max-width: 763px) { #WsGp8AVHt5LXorzD7fdFBFUbCKETc5PD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bd2012e5-ec27-49d1-93c0-8980449edb64/herobg.webp");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; }#WsGp8AVHt5LXorzD7fdFBFUbCKETc5PD.adaptive-delivery-prevent-bg, #WsGp8AVHt5LXorzD7fdFBFUbCKETc5PD.lazyload, #WsGp8AVHt5LXorzD7fdFBFUbCKETc5PD.lazyloading { background-image: none; }#WsGp8AVHt5LXorzD7fdFBFUbCKETc5PD > .row .container { background-color: transparent; background-image: none; }#WsGp8AVHt5LXorzD7fdFBFUbCKETc5PD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsGp8AVHt5LXorzD7fdFBFUbCKETc5PD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsGp8AVHt5LXorzD7fdFBFUbCKETc5PD > .row .container > .video-iframe-container { display: none; }#WsGp8AVHt5LXorzD7fdFBFUbCKETc5PD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsGp8AVHt5LXorzD7fdFBFUbCKETc5PD > .row > .video-iframe-container { display: none; }#WsGp8AVHt5LXorzD7fdFBFUbCKETc5PD > .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); }#WsGp8AVHt5LXorzD7fdFBFUbCKETc5PD > .row .container { border-width: 0; border-radius: 0; }#WsGp8AVHt5LXorzD7fdFBFUbCKETc5PD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WsGp8AVHt5LXorzD7fdFBFUbCKETc5PD > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqGmxmZNLJJA4lABAkkBG6mxw2eUgKXs { display:block; }#gqGmxmZNLJJA4lABAkkBG6mxw2eUgKXs > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hguuDqTed9iFSoHscWtV5bNWyrHH94m3 { width:20rem;height:31.375rem;top:10.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #atBrMN52H0RlSJ4VAwPumgRfugPCgCKi { width:20rem;height:1.29980625rem;top:7.2998046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Muv4V5NB1CGGKOv2ymuDokWuJ0OGpUcX { width:20rem;height:29.375rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH35gygG8oPT3J4HqHVbzOUC5wnSp8lg { width:20rem;height:1.92480625rem;top:5.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #euVTzbGhT2V3M48i3ZgzQFiRxHpmDc42 { width:20rem;height:6.1875rem;top:4rem;left:0rem;background-color:#151515;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iVkc3uw7TppPrA9oQTesyxeE7gv1Fc8W { display:flex;width:2.5rem;height:2.5rem;top:9.0625rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #SLF1zQ60wDLVFGNgvfE1VTsOGFOwQ12H { display:block; }#SLF1zQ60wDLVFGNgvfE1VTsOGFOwQ12H > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2fhncqid07gBeeQwUk6RAT78TI0taEp { width:20rem;height:2.3994125rem;top:2.0625rem;left:0rem;font-size:2rem;color:#d4af37;display:block; }
 }@media only screen and (max-width: 763px) { #MSzSI509XK0TulKk7nJ3pgDr66NvzK4G { width:20rem;height:3.9375rem;top:5.6484375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2xmTWlu5qUOIp5UlgrCsNmzwGKMvtTQ { display:block; }#y2xmTWlu5qUOIp5UlgrCsNmzwGKMvtTQ > .row .container { width:20rem;height:125.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbtC64JUiSSxd2TKVQ5M9bO8FEiwkoX9 { width:20rem;height:14.8125rem;top:3.1875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #u7rlqrzXoSOLmgga3Q10mS3aGGRFMRq3 { width:18.75rem;height:15.25rem;top:13.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP1valzbTxNnCNCvxmlcN1seaIXlZpN4 { width:15.9375rem;height:1.5rem;top:11.3125rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBvVdTGJa15W2T1Q4Ne7SytIvIOMw9y7 { width:10.9375rem;height:11.5rem;top:15.8125rem;left:4.5625rem;font-size:1rem;display:block; }#wBvVdTGJa15W2T1Q4Ne7SytIvIOMw9y7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e1435eb1e44a23793848f41cd891c6d5dcbbdb9.svg); }
 }@media only screen and (max-width: 763px) { #S3UIHlsnsueK2eOLzk8nzCqMHRWPnaEg { width:18.75rem;height:3.75rem;top:10.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMBFiH5pZ7RTZmrcpnqXSJbxttHPqpxk { width:20rem;height:16.125rem;top:31.625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Qi1Fa3zR2HTEx07Htgg3nnIyLXnQVB9N { width:18.75rem;height:13.5625rem;top:45.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLzbUSiSgg37m8eJVEFQchdd5ThasBgu { width:13.125rem;height:11.5rem;top:46.5625rem;left:3.4375rem;font-size:1rem;display:block; }#nLzbUSiSgg37m8eJVEFQchdd5ThasBgu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e1435eb1e44a23793848f41cd891c6d5dcbbdb9.svg); }
 }@media only screen and (max-width: 763px) { #uSzi3hDHyrwLuSmV3CnoJdGDZoye4ddB { width:12.125rem;height:3rem;top:41.5rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucGC6EG8EANJtqDiyv6ofez2h5JBkrsJ { width:18.75rem;height:5rem;top:40.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVX2nHlLKo3shok9EKnMp29fblH25oOb { width:20rem;height:14.125rem;top:63.1875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ad81T18hSwTe5o3MTTrT11kIbKJ2SePN { width:18.75rem;height:13.5625rem;top:75.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxxBQJ46APXatJaPwI3HAHeTW6207lww { width:13.125rem;height:11.5rem;top:76.9375rem;left:3.4375rem;font-size:1rem;display:block; }#uxxBQJ46APXatJaPwI3HAHeTW6207lww li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e1435eb1e44a23793848f41cd891c6d5dcbbdb9.svg); }
 }@media only screen and (max-width: 763px) { #ZKQ6l09vKcUVT1ENxtCNgSgioelI6EnN { width:15.625rem;height:3rem;top:71.875rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSMP2uBm4K2y8TSpAyzAMKsvZaqUIxdg { width:18.75rem;height:5rem;top:70.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3TZomRyZgIhLtO57KaqpsUqionTeWnk { width:20rem;height:16.125rem;top:93.3125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #OSvPvoSMlKUWPNTp4GySsBpi18KDqdMf { width:18.75rem;height:13.5625rem;top:106.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvu073PHlUsNgXigHNUavmdrIvoGGpOI { width:13.125rem;height:11.5rem;top:107.875rem;left:3.4375rem;font-size:1rem;display:block; }#uvu073PHlUsNgXigHNUavmdrIvoGGpOI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9e1435eb1e44a23793848f41cd891c6d5dcbbdb9.svg); }
 }@media only screen and (max-width: 763px) { #fxc6QdlT4EDIwVEZ42z3LBw3VmxUXnDU { width:10.3125rem;height:3rem;top:102.75rem;left:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #an5GTwtdTwQaO4k14KLqlIsRyHfodH4k { width:18.75rem;height:5rem;top:101.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUFE6KO1XGhU2grE4X3tB8P7bPRyubtf { display:block; }#IUFE6KO1XGhU2grE4X3tB8P7bPRyubtf > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cK8kaS4Ch0sKiDqSUvAJ80fva8dd3pBe { width:20rem;height:3.75rem;top:7.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmizNDPK547QBuhslmPEunPEkPAaBWHC { display:block; }
 }@media only screen and (max-width: 763px) { #lArar0RfLvtsCDJvCEAFBS5Bd4LsEmJH { width:20rem;height:4.6310432569975rem;top:1.6875rem;left:0rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #wgHcpRKvT1eBudsE5NfF12hzFdXeAQ6g { width:17.5rem;height:2.2744125rem;top:3.8125rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15061;font-family:poppins;padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #rUbDNbNSL3cxMQd5TWrtD6mXILWL6i9F { width:20rem;height:4.875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUtMdXiHb3pdoUMhPpL8fvVS2sTlMcoA { display:block; }
 }@media only screen and (max-width: 763px) { #X10MhfXfNGoTDPFgZUTeZDDyBywxzqZf { width:17.5rem;height:1.29980625rem;top:1.9375rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15062;font-family:poppins;padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #dq9sEoPpZ4E2xAVK30eMnmqadSK4FqD2 { display:block; }#dq9sEoPpZ4E2xAVK30eMnmqadSK4FqD2 > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktP5RTrDeoQQUpqzicJaFayTWHXzdJ8E { width:20rem;height:3.375rem;top:1.9375rem;left:0rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #URDVEuWlzNdBZHQsUBf8PA4elVDDPmyd { width:5.9375rem;height:3.4375rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSK6Af4d3VWqV03TuegUKB1gNKwennUu { width:6.25rem;height:3.375rem;top:7.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJT4OKnr1ENuhofIZNebmFtJkTn6vk5e { width:5.125rem;height:3.3125rem;top:7.5625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1sTgG1b5SnyyogpmUOCnnBcw1PCQk2E { width:8.4375rem;height:2.625rem;top:15.4375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXe3Ud5qQBm4dEGoh5F9IQrxTh94GZTf { width:7.3125rem;height:2.25rem;top:15.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xskkG9I7Vl7hx3iWTQ35niolWzmzp6Nk { width:5.9375rem;height:3.125rem;top:11.5rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM9ph9zatGzIkv3dDxFscwRN0QNR2i9T { width:5.3125rem;height:2.625rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zguLNuVNPoU8Mf4T4T3apunROGmeS4Cy { width:6.0625rem;height:3.1875rem;top:11.5rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWAmkoZQ3RwXTAUQlqdSzolSLZ6eWgV4 { width:19.6875rem;height:4.25rem;top:1.5rem;left:0rem;border-top:0;border-left:0.3125rem solid #d7a84e;border-right:0.3125rem solid #d7a84e;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zarOAuWfo6SfyDwq36nLtCgnzVCtHJqO { display:block; }#zarOAuWfo6SfyDwq36nLtCgnzVCtHJqO > .row .container { width:20rem;height:57.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C16TowFPwhuVyk7EJkJHhQ23JTPQ35ZH { width:20rem;height:8.3994375rem;top:2.75rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DxwVmCIRxNykTPJwKlVFQu6dH8wbbdah { width:15.9375rem;height:6.375rem;top:18.25rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }#DxwVmCIRxNykTPJwKlVFQu6dH8wbbdah li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9a832a937326b9e69d0b8a6505cbd2b5faae507.svg); }
 }@media only screen and (max-width: 763px) { #s7Gy0QTaPrUDUrP3rn521asZSMtMvD04 { width:20rem;height:4.19824375rem;top:12.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#dedede;display:block; }
 }@media only screen and (max-width: 763px) { #nDwCtP4bvfMA700XlA95xMiS2HLKODyw { width:19.875rem;height:13.25rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgIRSx8WnKmagA4WRVzb5AHNKORzHQr3 { width:20rem;height:3.375rem;top:32.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPuMyBekgJeqRUGhHg64uy1l6Haq4iWH { display:block; }
 }@media only screen and (max-width: 763px) { #EdF45snIpROUTmZT5iEVJwAt3fSqhglA { width:20rem;height:4.6310432569975rem;top:26.5625rem;left:0rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #pEHs5PIb7soC4IRqp449Qbr90S41luVZ { width:17.5rem;height:2.2744125rem;top:28.4375rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15061;font-family:poppins;padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #FXh5XySLd8LDPmW9yOyWesi980NBrhzs { width:20rem;height:4.75rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVlFL5Zd98F4y7aNJ6HJwpcaeamfnBuo { display:block; }
 }@media only screen and (max-width: 763px) { #v9Bn8OuQK3Ue2wvhM81Bwsa6ixs38iKP { width:17.5rem;height:1.29980625rem;top:26.8125rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15062;font-family:poppins;padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #IhL2Kgw1toMxignqdvvX82gSyx0nFUyp { display:block; }#IhL2Kgw1toMxignqdvvX82gSyx0nFUyp > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGeEJOsa5fHFW9GLXhPQcI3nL03Ow8lG { width:20rem;height:6.82325rem;top:4.1875rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cgSNZGTk0AOx5OF3eyX5bBdJitHxphK3 { width:20rem;height:13.3125rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlfFlClyrqqV49Z4mAvxgvGmtzTRa89D { width:20rem;height:8.75rem;top:12.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#NlfFlClyrqqV49Z4mAvxgvGmtzTRa89D li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#NlfFlClyrqqV49Z4mAvxgvGmtzTRa89D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9a832a937326b9e69d0b8a6505cbd2b5faae507.svg); }
 }@media only screen and (max-width: 763px) { #detdQxqAdKnHUh7N0p44Ge8ADuLIRqvG { width:20rem;height:3.8125rem;top:30.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdF4rA7eiiCiqN3iy6wBlkUS11kV7vQ0 { display:block; }
 }@media only screen and (max-width: 763px) { #fKbyRtBinUTlxHT45JHNSRsk3IwD0b68 { width:20rem;height:4.6310432569975rem;top:24.3125rem;left:0rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #stJVFgUn5TQ6QvnpUvImFUnBQRNmQ3sJ { width:17.5rem;height:2.2744125rem;top:26.25rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15061;font-family:poppins;padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #UTepWpT6Ip8M1R21279d8C8fazPcMzZB { width:20rem;height:5rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q90QD96rmhf4X10e9qVqpb3BhVL00TBT { display:block; }
 }@media only screen and (max-width: 763px) { #lGlTAWX9K4euwHaoGIcvWw2PKTeIfMmV { width:17.5rem;height:1.29980625rem;top:24.5625rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15062;font-family:poppins;padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Jz1XEuhm4xLeIoQsN7tgSfN0TppgIs2M { display:block; }#Jz1XEuhm4xLeIoQsN7tgSfN0TppgIs2M > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sldr26RJGHluMmrN2f1SDEDJEqwWgrJC { width:20rem;height:5.19921875rem;top:4.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMttL82V9fPAyxZ3hwi5wLGMaP1AnlfZ { width:9.9375rem;height:20.90625rem;top:11.8125rem;left:0rem;font-size:0.9375rem;line-height:1.3;display:block; }#iMttL82V9fPAyxZ3hwi5wLGMaP1AnlfZ li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#iMttL82V9fPAyxZ3hwi5wLGMaP1AnlfZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_12da55214cc406e2986c85f1e42c3842c9e5dff0.svg); }
 }@media only screen and (max-width: 763px) { #OEqx0UIU2nE5igkfgM14t8sURgpUVaET { width:9.125rem;height:20.15625rem;top:11.8125rem;left:10.875rem;font-size:0.9375rem;line-height:1.3;display:block; }#OEqx0UIU2nE5igkfgM14t8sURgpUVaET li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#OEqx0UIU2nE5igkfgM14t8sURgpUVaET li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_12da55214cc406e2986c85f1e42c3842c9e5dff0.svg); }
 }@media only screen and (max-width: 763px) { #sGILiANmf3ETW3wFQU5BHuWMy5gtobed { width:20rem;height:64.375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B98s7FH9AirA4nXFz25zXwcP2ibhetVA { width:20rem;height:28.875rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZppT4rRV0vO3fyQJ9aFn9pENzwbTLNbQ { display:block; }#ZppT4rRV0vO3fyQJ9aFn9pENzwbTLNbQ > .row .container { width:20rem;height:84.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnToiFRfcnWTtGoVMCgd6hNlnr1Ed2aA { width:17.875rem;height:2.0996125rem;top:8.5rem;left:1.0625rem;font-size:1.75rem;color:#151515;display:block; }
 }@media only screen and (max-width: 763px) { #NMSwTvulCVEN5UIAOlqkw2IWCrvZpBLb { width:16.1875rem;height:3.9375rem;top:10.5625rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASPT93H9IVDAc6l3AZTAhnkaF7E7bmhA { width:19.1875rem;height:62.5rem;top:15.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXP4288eTweDf3zwT7Tieq6fa2VQR4Cn { display:flex;width:2.9375rem;height:2.9375rem;top:4.375rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #SeQ1OGOB2CdpC8Alott961SXP6GwP3aN { width:19.625rem;height:77.375rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEICFsSktO6IrzP6MAa32bErp2c1dtO3 { width:20rem;height:7.125rem;top:4.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AwQ2P1gIP3t1udpyhaE0KdceaZcFE9BN { width:20rem;height:3.9375rem;top:21.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaC1Tx4qQgIlVcBDXFoB7CXM5w4bNUSs { display:block; }
 }@media only screen and (max-width: 763px) { #wOfKiFVoDe1MJ6DGMuz2q5yTtaR5aZ1w { width:20rem;height:4.6310432569975rem;top:15rem;left:0rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #rThTKHaBRsWog5P00tXZG6WNMbwKE4cQ { width:17.5rem;height:2.2744125rem;top:17rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15061;font-family:poppins;padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ix5HrU0p4JpUVOsGUGckokNd9OgTEnML { width:20rem;height:5.1875rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIdweNMOymkCXLG7mz9s2MnmZwNRLlps { display:block; }
 }@media only screen and (max-width: 763px) { #xMiVaLEVlNlV6unfxW2XoogGxiDHPnUU { width:17.5rem;height:1.29980625rem;top:15.25rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15062;font-family:poppins;padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Kh7VH1BdfIA0o6u2VhIACETCixVJs1MV { display:block; }#Kh7VH1BdfIA0o6u2VhIACETCixVJs1MV > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TF5mBNoH7lBpCdQPngr61rAErErNAq5B { width:20rem;height:4.19921875rem;top:3.375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #malyqktzHVvnm1ZHGUAh0ZPkpJEVVKHR { width:20rem;height:13.3125rem;top:38.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0igir3G2bVcRkxy69EhzUmkDFTTRAMc { width:20rem;height:5.59765625rem;top:8.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #w61V3X6EfTS8WnDZyhfqT0lGIOGXx9k3 { width:20rem;height:6.375rem;top:15.25rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }#w61V3X6EfTS8WnDZyhfqT0lGIOGXx9k3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9a832a937326b9e69d0b8a6505cbd2b5faae507.svg); }
 }@media only screen and (max-width: 763px) { #BgclyTA9oOTbB3SDDb3X9Xgb7XDivBoQ { width:20rem;height:3.6875rem;top:30.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcxPMhpfbGUh8dv0pMmmZS130FITTOpO { display:block; }
 }@media only screen and (max-width: 763px) { #bszepb6TPQGJk0lH6uRzFJGPhn3Xhr2C { width:20rem;height:4.6310432569975rem;top:25.0625rem;left:0rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #wpxB4KcU7qbedXpqpMJwCxBmoBrNdvpk { width:17.5rem;height:2.2744125rem;top:27.0625rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15061;font-family:poppins;padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #EbmN3ytERVwDglx1fEK0e0VXO5wwq7dU { width:20rem;height:4.75rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtLcKTM4ndNNdpfnkU3VoQdTy0M9WfBi { display:block; }
 }@media only screen and (max-width: 763px) { #U8wl22PBp4JpPurFvTwgNt6OmBATkiSL { width:17.5rem;height:1.29980625rem;top:25.3125rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15062;font-family:poppins;padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #zMSWsTtbAkALfCU12OTBE4JkpMMtUig5 { display:block; }#zMSWsTtbAkALfCU12OTBE4JkpMMtUig5 > .row .container { width:20rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsPxDCqVC2HoFHhkHhEFHBPc5y2rsRNa { width:20rem;height:6.2988125rem;top:4.6875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OoZWzHZMAI3UVWm7Nn0PJtkAMHIL3HLh { width:20rem;height:2.798825rem;top:12.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zxEcF4ETOougwf9AFoddopciS31yvQF4 { width:19.875rem;height:11.4375rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghKqgJQ692Ds5y8k6nTxAMxceGq8Fvl6 { width:20rem;height:4.375rem;top:49.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgRg6auP7LvetyGzXOQvJdSgi4RgxISg { display:block; }
 }@media only screen and (max-width: 763px) { #iyuSw3lx47IU1aKUctZiurflXPIAGRQg { width:20rem;height:4.6310432569975rem;top:43.375rem;left:0rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #Kp3shhhpf3MncreGtng4QlSGVRzQcVb7 { width:17.5rem;height:2.2744125rem;top:45.375rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15061;font-family:poppins;padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #X85yTKSAicnG3mC0kVWAevK8coVMmkmS { width:20rem;height:4.625rem;top:43.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqT3Pw9n15El3X0h5hpOwRdzpMhobpcl { display:block; }
 }@media only screen and (max-width: 763px) { #Ik6VfuEcvrQV3g1uT9WCFMh4TiJJBrOl { width:17.5rem;height:1.29980625rem;top:43.625rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15062;font-family:poppins;padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #wd5E12ZDUpvuxTvq4fHZpwpS3svQhseQ { width:20rem;height:7.875rem;top:32.75rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }#wd5E12ZDUpvuxTvq4fHZpwpS3svQhseQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9a832a937326b9e69d0b8a6505cbd2b5faae507.svg); }
 }@media only screen and (max-width: 763px) { #oVvJ8eBGuEtuO0F51zAU81U3idpzbxPm { display:block; }#oVvJ8eBGuEtuO0F51zAU81U3idpzbxPm > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpICm4GK7pvneUU4TJzdEF0Wlf3ZEAwF { width:20rem;height:33.1875rem;top:9.75rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #IBssQhbk6VuyGWGC8tCEEirGbywrkf9p { width:20rem;height:30rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGiPOP1xhDlOg1LULSQAMdckJpIv7HqK { display:flex;width:2.6875rem;height:2.6875rem;top:8.75rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #BEe4TUoZSvzgxFsyU3FNX5BrPdxa2C81 { width:20rem;height:5.75rem;top:3.6875rem;left:0rem;background-color:#151515;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nLZ55lT7gXTrKVLrAkC6CzM7cU37E3bo { width:20rem;height:1.29980625rem;top:6.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wGdBvKgldqbZZ5z9yAQ5HkETELK8IRGi { width:20rem;height:1.8369125rem;top:4.9375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #znCcgSauvctToSGFxOkwqNCKmDHPoX1a { background-color:transparent;background-image:url("https://images.assets-landingi.com/pyZM2RYCwKE/unsplash/ryunosuke-kikuno-pyZM2RYCwKE-photo-1606017116209-b1ed168465e8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a.adaptive-delivery-prevent-bg, #znCcgSauvctToSGFxOkwqNCKmDHPoX1a.lazyload, #znCcgSauvctToSGFxOkwqNCKmDHPoX1a.lazyloading { background-image: none; }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .row .container { background-color: transparent; background-image: none; }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,43,62,0.68); }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .row .container > .video-iframe-container { display: none; }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,43,62,0.68); }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .row > .video-iframe-container { display: none; }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .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); }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPnisyPEpKSTKCOAoooBJ7KbD1mxXGF7 { width:20rem;height:5.423825rem;top:3.0625rem;left:0rem;font-size:1.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #miiGyETf0XaTrwQKHblTNkgABv6lmVzP { width:20rem;height:4.78125rem;top:9.625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QwQUUTvxtWaEP9tbSg3iosfuHQS5VJ62 { width:7.6875rem;height:2.5625rem;top:17.09375rem;left:8.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTUnnRJGvMHt1T5e3wLmtisirzVmUgxQ { width:20rem;height:4.375rem;top:22.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #orImvVoedsxCHSvK78EORVZCT11gB7oT { display:block; }
 }@media only screen and (max-width: 763px) { #l9CRpsEkrNqMfX8QtpViI66gDBDTd1s7 { width:20rem;height:4.6310432569975rem;top:16.375rem;left:0rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #c4s660d6D5dyrhEd52uQqCuWsceUt7zc { width:17.5rem;height:2.2744125rem;top:18.25rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15061;font-family:poppins;padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ILHPRpsCKM7VwGfMDi0T2e9n3s3zpIe5 { width:20rem;height:4.6875rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbk7lSwbTQcHpKHBh2kT86PDxw3kzuTr { display:block; }
 }@media only screen and (max-width: 763px) { #bXcDkKQpxNgrXv21Ai3wXZ7z6b5N0o9X { width:17.5rem;height:1.29980625rem;top:16.625rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15062;font-family:poppins;padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #dHXTB1n7Tdqkt0JwHvRhzxxnp1RVrHf2 { display:block; }#dHXTB1n7Tdqkt0JwHvRhzxxnp1RVrHf2 > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLVsbZDteN7RWxxc4isnuJbgOgP5uZuV { width:20rem;height:6.5800625rem;top:2.875rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DIaPIxg0cBDRtkBOqJ7EgoBQ8ZqcIgtq { width:20rem;height:11.8125rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSsnAIorK2CIyd8bitl3Maa9o84StB1l { width:20rem;height:4.19824375rem;top:10.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eqH46f2Ap6vs5V1SFx7I027DiT7TkMJs { width:20rem;height:7.875rem;top:15.3125rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }#eqH46f2Ap6vs5V1SFx7I027DiT7TkMJs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c9a832a937326b9e69d0b8a6505cbd2b5faae507.svg); }
 }@media only screen and (max-width: 763px) { #I3P2sIrSDmsUraBVbETd01UP8BxaHqMZ { width:20rem;height:4.375rem;top:47.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g84mre1NtJ8CtTAz8nhbNyUMg11O0ELz { display:block; }
 }@media only screen and (max-width: 763px) { #oo1UhQ88RRP4KVCVycBBBURm2eTTJDn9 { width:20rem;height:4.6310432569975rem;top:41.0625rem;left:0rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #hSOahGN7ftJ4AHgyp5o9pJfxhklSqJhd { width:17.5rem;height:2.2744125rem;top:43.125rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15061;font-family:poppins;padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #ToTaatmgKWtdCNcAGigshTqoqtNsZ8bk { width:20rem;height:4.5625rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPZgd4hUFoaSwhB2RFbTOM1T3gyJBUwA { display:block; }
 }@media only screen and (max-width: 763px) { #bDXWtIzQSrTorW5NMmHNqEc2pESLTarS { width:17.5rem;height:1.29980625rem;top:41.3125rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15062;font-family:poppins;padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #cIfxIQgaT6VkcsVr5rDnkhTN8I1u9Tfz { display:block; }#cIfxIQgaT6VkcsVr5rDnkhTN8I1u9Tfz > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFQngCo8ns2QKFN82E98UgMykvpkfk3s { width:20rem;height:1.4619125rem;top:1.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qUvShUht19Z0dAzPT5w13xuTTUlkWGhT { width:20rem;height:6.2988125rem;top:3.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PIkGqOEwGJutnRylpAAe97TvE7Occb1h { width:5.0625rem;height:6.1875rem;top:10.8125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6W8Lu5SBaxGsdkfJyHmEW6NcmQ8wecD { width:5.25rem;height:5.8125rem;top:11rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkPmff0bL7IgMauPmNCEVp3QOltQaqMf { display:block; }#IkPmff0bL7IgMauPmNCEVp3QOltQaqMf > .row .container { width:20rem;height:80.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omuRLfS0xGylyMZZ7304cCOuvO7Vdg7D { width:20rem;height:4.798825rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hDcGn039EEPN1IIp9d4MSfTKv75ymxG3 { width:20rem;height:17.5rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClmK0z9edD4TRornGECIoPIFHpZ1m2z7 { width:17.5rem;height:11.1953125rem;top:14.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHnekLCgK2cZPT8hmOuyXxr1a2cwpxiH { width:14.5625rem;height:1.48730625rem;top:27.0625rem;left:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b29E9EVVMJTWD3C0f96CGrtJoGJAXvRN { width:9.375rem;height:1.5rem;top:27.0556640625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZpZt4t8JEyBeV8kMAVtws8scgyXDmJP { display:flex;width:3.875rem;height:3.875rem;top:11rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #xblR4FDvovX3361aCVTIR5Ww6Orqcarl { width:19.875rem;height:19rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJBXA1CE78EVf0btrVyQ6FRIVGmVsTwE { width:18.6875rem;height:9.795875rem;top:37.625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW36AcaoRUiqrt6OQ4U2VIsGgDaN3rN2 { width:17rem;height:1.48730625rem;top:49.25rem;left:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfkTMW1SHMCAPv6FaZvIeiC5EooH370X { width:9.375rem;height:1.625rem;top:49.1875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5IQa69TXLACWCF0qMO2OZHPvlb4fXMX { display:flex;width:3.875rem;height:3.875rem;top:32.6875rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #SPA9wfDAJQJkOi2JSM0Rn9SGBf2uyBbx { width:19.875rem;height:16.625rem;top:57.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmmIEyHQcBX2mfKmyS2oJq7VUcCsgRit { width:18.6875rem;height:8.3965rem;top:60.6875rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTJcQzTuvTEpqWANBEyF7kJrSdtyLFtl { width:17rem;height:1.48730625rem;top:70.9375rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDZevcdH12DwFbIL2caDBk3DkNyHk3kZ { width:9.375rem;height:1.625rem;top:70.8681640625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hagx48ZoUPbAToAdtsLT56H8rPeayG0G { display:flex;width:3.875rem;height:3.875rem;top:55.9375rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #JBIR28PDDCskPisNnLpMWE4uyXh0a6C6 { display:block; }#JBIR28PDDCskPisNnLpMWE4uyXh0a6C6 > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMbBnQ7zBN7yNcCuqkfczcFZrigB6Beu { width:20rem;height:33.0625rem;top:9.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #GPr4DJvsuXvGAOTBlCLyE4LrgqVFtAOa { width:20rem;height:1.29980625rem;top:6.9609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ye7etqEikO4WdTrNxadcHHiZsWCvrAD8 { width:20rem;height:29.375rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl2ILmmKw7RMV6DRskdq8B0UffTK7ZFc { width:20rem;height:1.8369125rem;top:5.125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZAiBisoC0NgW21Az1IO5vBfShUhLIPN { width:20rem;height:5.625rem;top:4rem;left:0rem;background-color:#151515;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XCRDbTyXMmoONVewGKc4K389sTelaSuK { display:flex;width:2.6875rem;height:2.6875rem;top:8.8232421875rem;left:8.65625rem; }
 }@media only screen and (max-width: 763px) { #t0bU612V3bnRsRe3TRHKGgrBwOhg0Qpm { display:block; }#t0bU612V3bnRsRe3TRHKGgrBwOhg0Qpm > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHhTJq5HUAAbvsm0gyR5ALwEJTvp15am { width:14.875rem;height:2.625rem;top:1rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr { background-color:#0c0c0c;background-image:none;border-top:0.25rem solid #ffffff;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;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr > .row .container { background-color: transparent; background-image: none; }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr > .row .container > .video-iframe-container { display: none; }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr > .row > .video-iframe-container { display: none; }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr > .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); }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr > .row .container { border-width: 0; border-radius: 0; }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldI8anHougDQ8StTZczyVWqdPK2EbKfh { width:20rem;height:4.6308625rem;top:0.75rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #PptZWwfaxeafLmhOKLg31OGUZBUSWO4H { width:17.5rem;height:2.2744125rem;top:2.6875rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15065;font-family:poppins;padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #TUIEaZWciwLE8XIky5ngFETwtElvXQry { width:20rem;height:5rem;top:0.5625rem;left:0rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #GB1froNpJDXre9vbdPme9XAkKGUszGm0 { display:block; }
 }@media only screen and (max-width: 763px) { #dtAy10tAoiHzWU7HX4ElBDEnxTOZg9iE { width:17.5rem;height:1.29980625rem;top:1rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15066;font-family:poppins;padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }