.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:232,221,255;--color-primary-1:186,152,255;--color-primary-2:140,84,255;--color-primary-3:214,71,255;--color-primary-4:28,17,51;--color-secondary-0:224,224,252;--color-secondary-1:161,163,247;--color-secondary-2:99,102,241;--color-secondary-3:59,61,145;--color-secondary-4:0,24,70;--color-tertiary-0:255,255,255;--color-tertiary-1:254,255,251;--color-tertiary-2:255,250,250;--color-tertiary-3:227,227,227;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/71c91d73-8e08-42fa-adc8-2aad13f9adc9/createpillars.preview.rotate_180.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq.adaptive-delivery-prevent-bg, #DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq.lazyload, #DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq.lazyloading { background-image: none; }#DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq > .row .container { background-color: transparent; background-image: none; }#DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.83); }#DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq > .row .container > .video-iframe-container { display: none; }#DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.83); }#DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq > .row > .video-iframe-container { display: none; }#DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq > .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); }#DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq > .row .container { border-width: 0; border-radius: 0; }#DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq > .row .container { font-size:0.875rem;font-family:arial;height:56.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#mw8g8KJFMER7rTfvD9VGHvKHcp4y8kGt { color:rgba(var(--color-tertiary-0),0.72);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.0625rem;left:0rem;height:12.6738125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QMHHU27u4uiRHAzEBAwfgvqxBPpSus1y { color:rgba(var(--color-tertiary-0),0.9);display:block;width:36.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:35.9375rem;left:12.375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MKA9yQeHIQU9ybzTlkfUmts6kifbSy1v { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(235,238,230,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:48.0625rem;left:20.9375rem;display:block; }
#DVy3I6lhWgqEzPFfT3MoZyp39E5hmoRA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ea40zgPxhPqoheBwT4i4RkzFa9Rl1vt4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:16.1875rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#gTp3NE1quXyGxa8LoIwGQk6uP61yAFor { color:rgba(var(--color-tertiary-2),0.8);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:27.625rem;left:14.125rem;height:;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zhT0E9ISfQWzGIw4qJkEQT592HO8HPdE { box-sizing:content-box;height:0.125rem;width:9.375rem;position:absolute;display:block;z-index:15007;background-color:#d647ff;background-image:none;top:33.75rem;left:25.3125rem;display:block; }
#zNuRz0C01KzzC1H6n5OBlfmxEbJTkTmZ { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(235,238,230,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.4375rem;left:47.5rem;display:block; }
#RfR2BUPU0rEzOHsR5FoF9ksTZBHwV7FV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N7KkHd4LpdZBWOteAsr7pAxS6PCTpud9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f4374167-8894-49e8-a9b9-fec134ffd9bc/createpillars.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N7KkHd4LpdZBWOteAsr7pAxS6PCTpud9.adaptive-delivery-prevent-bg, #N7KkHd4LpdZBWOteAsr7pAxS6PCTpud9.lazyload, #N7KkHd4LpdZBWOteAsr7pAxS6PCTpud9.lazyloading { background-image: none; }#N7KkHd4LpdZBWOteAsr7pAxS6PCTpud9 > .row .container { background-color: transparent; background-image: none; }#N7KkHd4LpdZBWOteAsr7pAxS6PCTpud9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.8); }#N7KkHd4LpdZBWOteAsr7pAxS6PCTpud9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7KkHd4LpdZBWOteAsr7pAxS6PCTpud9 > .row .container > .video-iframe-container { display: none; }#N7KkHd4LpdZBWOteAsr7pAxS6PCTpud9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.8); }#N7KkHd4LpdZBWOteAsr7pAxS6PCTpud9 > .row > .video-iframe-container { display: none; }#N7KkHd4LpdZBWOteAsr7pAxS6PCTpud9 > .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); }#N7KkHd4LpdZBWOteAsr7pAxS6PCTpud9 > .row .container { border-width: 0; border-radius: 0; }#N7KkHd4LpdZBWOteAsr7pAxS6PCTpud9::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; }#N7KkHd4LpdZBWOteAsr7pAxS6PCTpud9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N7KkHd4LpdZBWOteAsr7pAxS6PCTpud9 > .row .container { font-size:0.875rem;font-family:arial;height:57.75rem;width:60rem;position:relative;display:block; }#EIs1IN4bFPfuTky2UQF04ITak0PN85XV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.6875rem;width:17.5rem;top:3.75rem;left:40rem;overflow:hidden;display:block; }
#QVrSrZX6ux5y8tqvSfFSsvAwBH5pfJnw { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:18.75rem;top:7.5rem;left:0rem;display:block; }
#VwNcVBePRhbVzLPCQ5H6lwcQR0wk1sVE { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:10.59375rem;left:1.5625rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nPhi2ZdPyUFoZWQzD09HOyiMnobuOlnt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:18.5rem;width:18.125rem;top:26.625rem;left:0rem;overflow:hidden;display:block; }
#XhTTiatrTk10hzaBDndPxGPCE9vqD5sJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.5rem;width:18.4375rem;top:14.9375rem;left:20rem;overflow:hidden;display:block; }
#F5yM7CA5Elzd8ZC2fCzlW124TuhSERJ9 { color:rgba(var(--color-tertiary-0),0.72);display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:34.5rem;left:21.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#csx1BmnvHaZ9cn4OnufohP5abvuZE1uS { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:45.124242782593rem;left:21.284725189209rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tTtd0z5GXuRnDbN21s87yGgi2TsXTDi5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.8125rem;width:14.9375rem;top:22rem;left:45.0625rem;overflow:hidden;display:block; }
#TaKVXnHfgTxZTLMG6teC1Vqf0EOoxRPZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f4374167-8894-49e8-a9b9-fec134ffd9bc/createpillars.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TaKVXnHfgTxZTLMG6teC1Vqf0EOoxRPZ.adaptive-delivery-prevent-bg, #TaKVXnHfgTxZTLMG6teC1Vqf0EOoxRPZ.lazyload, #TaKVXnHfgTxZTLMG6teC1Vqf0EOoxRPZ.lazyloading { background-image: none; }#TaKVXnHfgTxZTLMG6teC1Vqf0EOoxRPZ > .row .container { background-color: transparent; background-image: none; }#TaKVXnHfgTxZTLMG6teC1Vqf0EOoxRPZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.8); }#TaKVXnHfgTxZTLMG6teC1Vqf0EOoxRPZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaKVXnHfgTxZTLMG6teC1Vqf0EOoxRPZ > .row .container > .video-iframe-container { display: none; }#TaKVXnHfgTxZTLMG6teC1Vqf0EOoxRPZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.8); }#TaKVXnHfgTxZTLMG6teC1Vqf0EOoxRPZ > .row > .video-iframe-container { display: none; }#TaKVXnHfgTxZTLMG6teC1Vqf0EOoxRPZ > .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); }#TaKVXnHfgTxZTLMG6teC1Vqf0EOoxRPZ > .row .container { border-width: 0; border-radius: 0; }#TaKVXnHfgTxZTLMG6teC1Vqf0EOoxRPZ::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; }#TaKVXnHfgTxZTLMG6teC1Vqf0EOoxRPZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TaKVXnHfgTxZTLMG6teC1Vqf0EOoxRPZ > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:60rem;position:relative;display:block; }#ZPFP7nnkbxIFwU6otCH8f3ehh8rG6O5Z { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:3.75rem;left:27.905818939209rem;height:6.7988125rem;font-style:normal;display:block; }
#HBMUGF0JwZXfRARllv0tsUGT0eCneJ3f { color:rgba(var(--color-tertiary-0),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:2.4;letter-spacing:0;top:13.120656967163rem;left:27.905818939209rem;height:8.2744375rem;font-style:normal;display:block; }#HBMUGF0JwZXfRARllv0tsUGT0eCneJ3f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HBMUGF0JwZXfRARllv0tsUGT0eCneJ3f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1459aed2fa90aa9f5fa9775f8f4bd1c78df617fc.svg); }
#ArVhMHtqi913USJkV4TLARlNkgg6BiS8 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3121875rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.25rem;left:27.9375rem;display:block; }
#MsxAWMvJwPyzU5x08TwgqLT2AvAHtvNp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W9n1zwBQb5dkiTLQwHNl3OclimoKGps7 { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:#d647ff;background-image:none;top:4.5625rem;left:7.34375rem;display:block; }
#ayhB6t5h6qshbfSwC2N8yTO98Mn5GOez { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:26.1875rem;width:16.875rem;top:8.75rem;left:5.625rem;overflow:hidden;display:block; }
#sgzbT09ZZrx7RX4SUxpOeMQM0ltyw7rr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/71c91d73-8e08-42fa-adc8-2aad13f9adc9/createpillars.preview.rotate_180.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sgzbT09ZZrx7RX4SUxpOeMQM0ltyw7rr.adaptive-delivery-prevent-bg, #sgzbT09ZZrx7RX4SUxpOeMQM0ltyw7rr.lazyload, #sgzbT09ZZrx7RX4SUxpOeMQM0ltyw7rr.lazyloading { background-image: none; }#sgzbT09ZZrx7RX4SUxpOeMQM0ltyw7rr > .row .container { background-color: transparent; background-image: none; }#sgzbT09ZZrx7RX4SUxpOeMQM0ltyw7rr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.8); }#sgzbT09ZZrx7RX4SUxpOeMQM0ltyw7rr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgzbT09ZZrx7RX4SUxpOeMQM0ltyw7rr > .row .container > .video-iframe-container { display: none; }#sgzbT09ZZrx7RX4SUxpOeMQM0ltyw7rr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.8); }#sgzbT09ZZrx7RX4SUxpOeMQM0ltyw7rr > .row > .video-iframe-container { display: none; }#sgzbT09ZZrx7RX4SUxpOeMQM0ltyw7rr > .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); }#sgzbT09ZZrx7RX4SUxpOeMQM0ltyw7rr > .row .container { border-width: 0; border-radius: 0; }#sgzbT09ZZrx7RX4SUxpOeMQM0ltyw7rr::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; }#sgzbT09ZZrx7RX4SUxpOeMQM0ltyw7rr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sgzbT09ZZrx7RX4SUxpOeMQM0ltyw7rr > .row .container { font-size:0.875rem;font-family:arial;height:55.0625rem;width:60rem;position:relative;display:block; }#Fv73SpVxSDL0hHyrm4R9PxIgu4qw9TNP { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:24.0546875rem;left:1.9375rem;height:8.49853125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cLgXm80WPm8HT8B4xnbm847SlM3uB7IS { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.75rem;width:11.875rem;top:4.375rem;left:42.884765625rem;overflow:hidden;display:block; }
#pgGLuAMu7pCRZb8OMIf11WkqIT1aT2UI { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:22.1875rem;left:1.9375rem;display:block; }
#aTq6MHwdAFf8HQGyL9wQTlplwEeQEap4 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:11.875rem;left:1.9375rem;height:3.29980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aesqITQhxQKfcRSIfPwfJTJFGwE8Qeai { color:rgba(var(--color-tertiary-2),0.72);display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:16.4375rem;left:1.9375rem;height:3.98730625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#McUbzoooTXkBNLGHuoxxEf2AeyWtgUEv { color:rgba(var(--color-tertiary-1),0.72);display:block;width:15.375rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:44rem;left:3.4375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sSdd1vo6qQCkyD1biFAKSOwxXUJXJTBc { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:39.625rem;left:1.9375rem;display:block; }
#HimQXzXyNMte5pGgKK0li2AKGsCwdagQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hAEdn5ybowWdqZdTRGmNE7xZowFDpkdG { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:18.375rem;left:35.6875rem;height:1.48730625rem;font-style:normal;display:block; }#hAEdn5ybowWdqZdTRGmNE7xZowFDpkdG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hAEdn5ybowWdqZdTRGmNE7xZowFDpkdG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c2f275e55cba07548b920fa9abf33ea4ebd9d39.svg); }
#yUNyLigylNe54TE7ZPBSn1CWidbZ6yid { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.25rem;width:10rem;top:33.5625rem;left:34.25rem;overflow:hidden;display:block; }
#rd7cMauJUSIoLFWrHISCIU4GGI1hWcJk { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.125rem;width:11.25rem;top:22.625rem;left:47.3125rem;overflow:hidden;display:block; }
#ZRKblT68TTruf9Xd2gokutA88ceAmrN0 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(267deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(267deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(267deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(267deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(267deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.75rem;width:18.125rem;top:17.75rem;left:34.625rem;display:block; }
#eUFSo7QsHTcT43rt6DwG1IB6NTLO7sQF { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:27.875rem;left:33.5625rem;height:1.48730625rem;font-style:normal;display:block; }#eUFSo7QsHTcT43rt6DwG1IB6NTLO7sQF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eUFSo7QsHTcT43rt6DwG1IB6NTLO7sQF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c2f275e55cba07548b920fa9abf33ea4ebd9d39.svg); }
#fAsgCburp8Lp4S93w27bGu8ym2uJ4tBE { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(267deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(267deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(267deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(267deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(267deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.75rem;width:21.375rem;top:27.3125rem;left:32.375rem;display:block; }
#syxZcNVPWqHAKcMlqXFvnHPJ30GTKM3R { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(267deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(267deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(267deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(267deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(267deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5rem;width:15.6875rem;top:42.249893665314rem;left:41.187068939209rem;display:block; }
#bkfCFzgPO0PZs0RehQQBcDIC7PUoB6nn { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:43.312176227569rem;left:42.249897003174rem;height:2.9746125rem;font-style:normal;display:block; }#bkfCFzgPO0PZs0RehQQBcDIC7PUoB6nn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bkfCFzgPO0PZs0RehQQBcDIC7PUoB6nn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c2f275e55cba07548b920fa9abf33ea4ebd9d39.svg); }
#nXZbKOkiyJNC4u5lPcKnUc4uNElekP0k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0d0b0e, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #0d0b0e, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #0d0b0e, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #0d0b0e, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0b0e', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0b0e', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #0d0b0e, 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; }#nXZbKOkiyJNC4u5lPcKnUc4uNElekP0k > .row .container { background-color: transparent; background-image: none; }#nXZbKOkiyJNC4u5lPcKnUc4uNElekP0k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXZbKOkiyJNC4u5lPcKnUc4uNElekP0k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXZbKOkiyJNC4u5lPcKnUc4uNElekP0k > .row .container > .video-iframe-container { display: none; }#nXZbKOkiyJNC4u5lPcKnUc4uNElekP0k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXZbKOkiyJNC4u5lPcKnUc4uNElekP0k > .row > .video-iframe-container { display: none; }#nXZbKOkiyJNC4u5lPcKnUc4uNElekP0k > .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); }#nXZbKOkiyJNC4u5lPcKnUc4uNElekP0k > .row .container { border-width: 0; border-radius: 0; }#nXZbKOkiyJNC4u5lPcKnUc4uNElekP0k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nXZbKOkiyJNC4u5lPcKnUc4uNElekP0k > .row .container { font-size:0.875rem;font-family:"open sans";height:64.375rem;width:60rem;position:relative;display:block; }#CFQNlmIXqNo2aL2NxlWz8uds24vy3iJA { color:rgba(var(--color-tertiary-1),1);display:block;width:32.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:9.5625rem;left:27.5625rem;height:6.599625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aGyIhTmqa6So0TyvxNs6H9HLTZnzu0kG { color:rgba(var(--color-tertiary-1),1);display:block;width:32.25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:28.125rem;left:27.5rem;height:3.3994125rem;font-style:normal;display:block; }
#XBsJITAaqCK06WaeJ9poZTmo9PgGQFio { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:22.5rem;top:7.8125rem;left:0rem;overflow:hidden;display:block; }
#Zt4QS98grqBIuxO9Ocgu3KxspMXeq3VG { color:rgba(var(--color-tertiary-2),0.72);display:block;width:32.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:19.375rem;left:27.5rem;height:4.94970625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pyB0NdV7u2utQZIvruyCuakM8qsMA7eb { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:26.1875rem;left:27.5rem;display:block; }
#aLskp9sA6tIUBk3TrGPS71phwhyHJXfN { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:22.5rem;top:18.4375rem;left:0rem;overflow:hidden;display:block; }
#I80tsez9sdpfDSEhsMQrBN6ETF1MAsw0 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:22.5rem;top:29.0625rem;left:0rem;overflow:hidden;display:block; }
#FqeVnyTivApPqBBp3JIFx08IBh1qSRqV { position:absolute;display:block;z-index:15002;background-color:#242424;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.3123125rem;width:18.9371875rem;top:33.75rem;left:30.625rem;display:block; }
#sooontAI2DsHzzIJkzez4uWlL2thZm1S { position:absolute;display:block;z-index:15005;background-color:#242424;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.249875rem;width:18.9371875rem;top:48rem;left:20.625rem;display:block; }
#wxsrnz2yUhPWp4bQFoh9xBTzTFb7eaZe { color:#d647ff;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:35.625rem;left:31rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oRuN3eJCDWi66Lhq6zza4k9ZMNUib8Po { color:#d647ff;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:49.75rem;left:21.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hLRFi0cPbN2emisoKs5L1pod5rdoxQ77 { position:absolute;display:block;z-index:15008;background-color:#242424;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(36,36,36,0.2) ;height:12.1875rem;width:18.9371875rem;top:48rem;left:40.625rem;display:block; }
#qMXzDSzHe8ftWcZhftsEoSSx5AmW2eil { color:#d647ff;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:49.75rem;left:41.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T0BRv9zVTkpfPQtJFfZfLWF0EuGgp0zv { color:#fffbfc;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:41.875rem;left:31rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w76Z8nTrNaHaQcpLmvHEJQlLoLyv7dgT { color:#fefffb;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:56rem;left:21.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E0bWUQ6hNKI86lX6rIVH1LI0EDnPTrIM { color:#fefffb;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:56rem;left:41.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhFkcIOF55GSOd0O6MJVU8mqIfFw8T3A { color:rgba(254,255,251,0.66);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:43.6875rem;left:31rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CaDcu2tlDSVQuFt8ONLTPeUDRqJGp7hQ { color:rgba(254,255,251,0.66);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:57.9375rem;left:21.0625rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mOZLattw1yEtJTuinh7AkCVm7HZcyQdU { color:rgba(254,255,251,0.66);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:57.9375rem;left:40.625rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GzBiTgE9rctrWlV4ZFZPUyPM08Se5bkz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070707;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; }#GzBiTgE9rctrWlV4ZFZPUyPM08Se5bkz > .row .container { background-color: transparent; background-image: none; }#GzBiTgE9rctrWlV4ZFZPUyPM08Se5bkz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzBiTgE9rctrWlV4ZFZPUyPM08Se5bkz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzBiTgE9rctrWlV4ZFZPUyPM08Se5bkz > .row .container > .video-iframe-container { display: none; }#GzBiTgE9rctrWlV4ZFZPUyPM08Se5bkz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzBiTgE9rctrWlV4ZFZPUyPM08Se5bkz > .row > .video-iframe-container { display: none; }#GzBiTgE9rctrWlV4ZFZPUyPM08Se5bkz > .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); }#GzBiTgE9rctrWlV4ZFZPUyPM08Se5bkz > .row .container { border-width: 0; border-radius: 0; }#GzBiTgE9rctrWlV4ZFZPUyPM08Se5bkz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GzBiTgE9rctrWlV4ZFZPUyPM08Se5bkz > .row .container { font-size:0.875rem;font-family:"open sans";height:43rem;width:60rem;position:relative;display:block; }#qyIrMTG0eDMIxzv1e1DtJfMqhVLndPdh { 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:34.75rem;width:54.625rem;top:3.75rem;left:2.6875rem;overflow:hidden;display:block; }
#Kfr69MtFSQzalng7EIKLPuttnqtPM87Q { color:rgba(var(--color-tertiary-1),0.72);display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:30.443359375rem;left:24.1875rem;height:0.9746125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#GT7UkkxlJa406C216idg75QOVdhpElu6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f4374167-8894-49e8-a9b9-fec134ffd9bc/createpillars.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GT7UkkxlJa406C216idg75QOVdhpElu6.adaptive-delivery-prevent-bg, #GT7UkkxlJa406C216idg75QOVdhpElu6.lazyload, #GT7UkkxlJa406C216idg75QOVdhpElu6.lazyloading { background-image: none; }#GT7UkkxlJa406C216idg75QOVdhpElu6 > .row .container { background-color: transparent; background-image: none; }#GT7UkkxlJa406C216idg75QOVdhpElu6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.9); }#GT7UkkxlJa406C216idg75QOVdhpElu6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT7UkkxlJa406C216idg75QOVdhpElu6 > .row .container > .video-iframe-container { display: none; }#GT7UkkxlJa406C216idg75QOVdhpElu6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.9); }#GT7UkkxlJa406C216idg75QOVdhpElu6 > .row > .video-iframe-container { display: none; }#GT7UkkxlJa406C216idg75QOVdhpElu6 > .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); }#GT7UkkxlJa406C216idg75QOVdhpElu6 > .row .container { border-width: 0; border-radius: 0; }#GT7UkkxlJa406C216idg75QOVdhpElu6::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; }#GT7UkkxlJa406C216idg75QOVdhpElu6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GT7UkkxlJa406C216idg75QOVdhpElu6 > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:60rem;position:relative;display:block; }#dVwOpCuvL2n4GuCz0rn10LmGsHeTSu21 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:3.75rem;left:3.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vx5AIahc9HtHbcEJ7CJAsW3FBp15DpCu { color:rgba(var(--color-tertiary-1),0.72);display:block;width:46.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:9.974609375rem;left:6.8125rem;height:1.9124375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eMFTm0wMutp15T8uT42EymH9Wx0AH1kT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4995625rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.697916030884rem;left:19.249134063721rem;display:block; }
#lHBrxV07iaUd2yD7BCeE65k1MxGCwsdW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #130d14, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #130d14, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #130d14, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #130d14, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#130d14', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#130d14', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #130d14, 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; }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc > .row .container { background-color: transparent; background-image: none; }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc > .row .container > .video-iframe-container { display: none; }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc > .row > .video-iframe-container { display: none; }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc > .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); }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc > .row .container { border-width: 0; border-radius: 0; }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:60rem;position:relative;display:block; }#TMBtPa7LlvgcyTKKMX3PUWqR8KtCwffc { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:16.125rem;width:18.9375rem;top:4.125rem;left:0rem;display:block; }
#V65dsGnS4ySevT3AVgFornv7qfuDDMyc { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:6.1875rem;left:0.75rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zhKwxq40OxMhPG7OUNbE33H0PrxTZS4V { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.625rem;left:5.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wFO8mdQFOZ95oFcTIPPVrrqBKwXq893X { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:24.8125rem;left:5.625rem;height:1.0563125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TIVhgymOcHLnLZwvPIUzbZrtxf3rdsCa { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/90ab30b9-120b-4bbe-8e74-8527ed1b92ce/PhilB.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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:21.9375rem;left:0rem;display:block; }#TIVhgymOcHLnLZwvPIUzbZrtxf3rdsCa.adaptive-delivery-prevent-bg, #TIVhgymOcHLnLZwvPIUzbZrtxf3rdsCa.lazyload, #TIVhgymOcHLnLZwvPIUzbZrtxf3rdsCa.lazyloading { background-image: none; }
#hAOxvZuCT1V1fCp4rlh67syThcHrJNJT { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.625rem;left:26.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gV83oToadaTa09LDEGksA6SOHQ5L3QHI { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:24.8125rem;left:26.1875rem;height:1.0563125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vhd1raxLUxeEGkqADsWwkSvM622T45ZT { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),0.51);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(7,7,7,0.2) ;height:16.0625rem;width:18.9375rem;top:4.125rem;left:20.5625rem;display:block; }
#DQFWa6twEsHNfpOE2IwblAqoxnouToS1 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/46b31422-8fe6-45d7-a0ab-ccf1af62fb61/AustinR.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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:21.9375rem;left:20.5625rem;display:block; }#DQFWa6twEsHNfpOE2IwblAqoxnouToS1.adaptive-delivery-prevent-bg, #DQFWa6twEsHNfpOE2IwblAqoxnouToS1.lazyload, #DQFWa6twEsHNfpOE2IwblAqoxnouToS1.lazyloading { background-image: none; }
#oBZoTFuyvFgSIASSXIOrfBufE9zykb9q { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.625rem;left:46.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KiMZuyn3WvpxWXuANikskeuiVLkNMNuk { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:24.8125rem;left:46.6875rem;height:1.0563125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LyZwB8CvGgGgdbHO1uPVHWQmp75GMUU1 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:16.125rem;width:18.9375rem;top:4.125rem;left:41.0625rem;display:block; }
#JR8rQW7CqHa5rZFl20q3NaWpO41oAuha { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/d0074366-9bee-4cc2-9a48-64d976d5e2b1/8.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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:21.9375rem;left:41.0625rem;display:block; }#JR8rQW7CqHa5rZFl20q3NaWpO41oAuha.adaptive-delivery-prevent-bg, #JR8rQW7CqHa5rZFl20q3NaWpO41oAuha.lazyload, #JR8rQW7CqHa5rZFl20q3NaWpO41oAuha.lazyloading { background-image: none; }
#cVWJa8MNN51PwI0E6a6nWOvZGG4BaQyf { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:2;letter-spacing:0;top:6.1875rem;left:21.25rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xa3kLAMX5QO5CGPyZOihFKop4RKOAFsB { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:2;letter-spacing:0;top:6.1875rem;left:41.8125rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f4374167-8894-49e8-a9b9-fec134ffd9bc/createpillars.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz.adaptive-delivery-prevent-bg, #RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz.lazyload, #RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz.lazyloading { background-image: none; }#RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz > .row .container { background-color: transparent; background-image: none; }#RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.8); }#RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz > .row .container > .video-iframe-container { display: none; }#RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.8); }#RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz > .row > .video-iframe-container { display: none; }#RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz > .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); }#RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz > .row .container { border-width: 0; border-radius: 0; }#RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz::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; }#RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz > .row .container { font-size:0.875rem;font-family:arial;height:87.5625rem;width:60rem;position:relative;display:block; }#qiuwAn0kbxgCKe1tCJuLUIoR6taSVWoz { color:#2a2a2a;display:block;width:10.437rem;position:absolute;font-family:"inter tight";font-size:1.625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:28.6875rem;left:4.75rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X987MrHQQrnE0FJ6FSgQDAuxwTcwg9NW { color:#2a2a2a;display:block;width:10.437rem;position:absolute;font-family:"inter tight";font-size:1.625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:28.6875rem;left:24.75rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JSlkZLh4AVKRJE5AqfKq6B74SgL6NdTV { color:#2a2a2a;display:block;width:16.5625rem;position:absolute;font-family:"inter tight";font-size:1.625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:28.6875rem;left:41.6875rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i9FK95gRpq0tHrB722Hgb0F5RnWLNZsV { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(248deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(248deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(248deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(248deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(248deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.32) ;height:24.8125rem;width:17.625rem;top:22.0625rem;left:1.25rem;display:block; }
#MWLM3rBtsXU0kp6Xtm6Iq8S46u4vs0QI { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(267deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(267deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(267deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(267deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(267deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.625rem;width:17.625rem;top:22.25rem;left:21.0625rem;display:block; }
#JbNxHXZaEh4XChIxaBmddMIHGfXfOWww { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(248deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(248deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(248deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(248deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(248deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.16) ;height:24.5625rem;width:17.625rem;top:22.3125rem;left:41.0625rem;display:block; }
#PREc87HtPyvaRDTEEHkr4XN55tXTFb86 { color:#2a2a2a;display:block;width:12.125rem;position:absolute;font-family:"inter tight";font-size:1.625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:55.125rem;left:3.875rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cCkiE7ybMuRupanRwbbBq62zB3OrTiHU { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(192deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(192deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(192deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(192deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(192deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(var(--color-tertiary-4),0.32) ;height:24.8125rem;width:17.625rem;top:49.25rem;left:1.25rem;display:block; }
#uh4ZuqDM9bfdX9RbOu3UyEITNXO3FvlZ { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(267deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(267deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(267deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(267deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(267deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.14) ;height:24.8125rem;width:17.625rem;top:49.25rem;left:21.0625rem;display:block; }
#ROp5KvTnPQ0lFxc1u9JQ1lma7lBISzfG { color:#2a2a2a;display:block;width:12.6875rem;position:absolute;font-family:"inter tight";font-size:1.625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:55.125rem;left:23.625rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LnhUtRcssfgG3Kc4dfzAZV3NpBNUq3R3 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.875rem;top:51rem;left:48.5rem;overflow:hidden;display:block; }
#GzTgKkv2cKbfd05FG3xqqtrMFIqde3Pn { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(192deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(192deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(192deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(192deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(192deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.16) ;height:24.8125rem;width:17.625rem;top:49.25rem;left:41.0625rem;display:block; }
#Ak8Ja9WUVUB2hMpGOApoFIfTlduRmaU5 { color:#2a2a2a;display:block;width:10.43725rem;position:absolute;font-family:"inter tight";font-size:1.625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:55.125rem;left:44.625rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KNNeT3UMJr87W8kaQggEnP3EkF1TJHEM { 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:15044;opacity:1;top:24.125rem;left:8.3125rem; }
#uqEVqL6P4dw9qsBIeJBqIqrBXgm5i74b { 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:15045;opacity:1;top:24.1875rem;left:28.9375rem; }
#SgXHHU2eSHemJ2lpzVOFVJAb321NQQCb { 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:15046;opacity:1;top:24.125rem;left:48.3125rem; }
#HPwoAKFPwnEIZ1Uq1fUwrcNTUwyuv9az { 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:15047;opacity:1;top:24.1875rem;left:27.75rem; }
#TsEVbalrUU9dp9hLv3gQx7CaCl15cd83 { 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:15048;opacity:1;top:50.75rem;left:8.4375rem; }
#rf7oeXwt3q0EVOcC1OB49rktcWxiy9gu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:50.1875rem;left:27.875rem; }
#CoN09TFcA00OlE3VQmV8wxPbauRfBhBn { color:#fafafa;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:12.224609375rem;left:8.53125rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WyKa2UJaRNKJWLTAhU5m7XvItUZo92K9 { position:absolute;display:block;z-index:15050;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:4.0625rem;width:4.0625rem;top:16.625rem;left:28rem;overflow:hidden;display:block; }
#PrzB1ZPuNH2AI2NIuAplQQtTWLy2nU4E { color:rgba(var(--color-tertiary-2),1);display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:3.75rem;left:4.875rem;height:6.599625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EvM32O9P7S7JHLxGXcDVbD0mB1dg5EaK { color:rgba(var(--color-primary-3),1);display:block;width:15.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:35.5625rem;left:2.25rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ul5O4FIOoCoTwRddhsf8wUvbfR3dbhIg { color:rgba(var(--color-tertiary-1),0.72);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:32.75rem;left:2.6875rem;height:5.8496125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wQS8JcpH2UIV4D7AruMZbEkOIGMKrJKW { color:rgba(var(--color-tertiary-1),0.72);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:32.75rem;left:22.6875rem;height:4.38720625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#xTEfbBmoNLUaZOgIas3WxhwDSADuT5EW { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:41.375rem;left:3.6875rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IF96kG9TO9yBKVuBqreHcdVxXNys4mzg { box-sizing:content-box;height:0.125rem;width:3.125rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-tertiary-2),0.8);background-image:none;top:39.84375rem;left:8.4375rem;display:block; }
#kFUkt7FgC7kypatgEwa599lUGx84PVpe { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:41.375rem;left:23.6875rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mZoBT1KQVZzeG4rAleA08oHUPGBJy7qf { color:rgba(var(--color-tertiary-1),0.72);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:32.75rem;left:42.4375rem;height:4.38720625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#zaJf3bkosJPxOp7KGnTgTAGAqQ7Wxq5A { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:41.375rem;left:43.5rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#szwwk515cVOwcON4Vht535AUiLxoE6sT { color:rgba(var(--color-tertiary-1),0.72);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:59.125rem;left:22.6875rem;height:4.38720625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#i7B9nRpOnxaOPawmh5uBCq2HzknQpMTm { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:67.75rem;left:23.75rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aRedDBRU7mHMKGoBk6Zxe25Vbr2vREM7 { color:rgba(var(--color-tertiary-1),0.72);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:59.125rem;left:2.875rem;height:4.38720625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#qOD1UF6sm6fkXFgPat9xriPvqySvuXfq { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:67.75rem;left:3.9375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jmu7qSLktcoCuT3SXd86AvlC0xmBp4TO { color:rgba(var(--color-tertiary-1),0.72);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:59.125rem;left:42.875rem;height:4.38720625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#oekWdmaCDleJabiZfaTr9Zplyp9Kb5xE { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:67.75rem;left:43.9375rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OZmbWWq1vA5hHpHuRid58DqHKOlucbIK { color:rgba(var(--color-tertiary-1),0.72);display:block;width:15.375rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:82.1875rem;left:22.3125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZAITGsUW9eS5Uvey96JoiPRVZMMAgMrb { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:77.8125rem;left:20.84375rem;display:block; }
#gAhyQS2T1h6RkQ17aI0615yDoU7TC4qL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KmkHFn8Xn9Ow9IdddlwxDxOy8DCKrGc9 { box-sizing:content-box;height:0.125rem;width:3.125rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-tertiary-2),0.8);background-image:none;top:39.84375rem;left:28.4375rem;display:block; }
#NE8991a2WlNCp6QWVCnz0bvLOGMZFE7P { box-sizing:content-box;height:0.125rem;width:3.125rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-2),0.8);background-image:none;top:39.84375rem;left:48.4375rem;display:block; }
#OWNrJMgIC3kUCUvBkBO5TWe0h9RiAp16 { box-sizing:content-box;height:0.125rem;width:3.125rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-tertiary-2),0.8);background-image:none;top:66.21875rem;left:8.4375rem;display:block; }
#qszqEM5Dh7xE2ycAKJaTKBFiVivHi1zf { box-sizing:content-box;height:0.125rem;width:3.125rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-2),0.8);background-image:none;top:66.21875rem;left:28.4375rem;display:block; }
#ZvC6pubkArTLTVoysfC3zZztqb7o7oG9 { box-sizing:content-box;height:0.125rem;width:3.125rem;position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-tertiary-2),0.8);background-image:none;top:66.21875rem;left:48.4375rem;display:block; }
#IsLs0I72omWgruuaUmGk57WFNIsG9TQs { box-sizing:content-box;height:4.3125rem;width:4.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),0.43);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.4375rem;left:27.625rem;display:block; }
#HHVHeabJJgnVvKZuBO6NrHt3sPDLfHDu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/71c91d73-8e08-42fa-adc8-2aad13f9adc9/createpillars.preview.rotate_180.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HHVHeabJJgnVvKZuBO6NrHt3sPDLfHDu.adaptive-delivery-prevent-bg, #HHVHeabJJgnVvKZuBO6NrHt3sPDLfHDu.lazyload, #HHVHeabJJgnVvKZuBO6NrHt3sPDLfHDu.lazyloading { background-image: none; }#HHVHeabJJgnVvKZuBO6NrHt3sPDLfHDu > .row .container { background-color: transparent; background-image: none; }#HHVHeabJJgnVvKZuBO6NrHt3sPDLfHDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.8); }#HHVHeabJJgnVvKZuBO6NrHt3sPDLfHDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHVHeabJJgnVvKZuBO6NrHt3sPDLfHDu > .row .container > .video-iframe-container { display: none; }#HHVHeabJJgnVvKZuBO6NrHt3sPDLfHDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.8); }#HHVHeabJJgnVvKZuBO6NrHt3sPDLfHDu > .row > .video-iframe-container { display: none; }#HHVHeabJJgnVvKZuBO6NrHt3sPDLfHDu > .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); }#HHVHeabJJgnVvKZuBO6NrHt3sPDLfHDu > .row .container { border-width: 0; border-radius: 0; }#HHVHeabJJgnVvKZuBO6NrHt3sPDLfHDu::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; }#HHVHeabJJgnVvKZuBO6NrHt3sPDLfHDu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HHVHeabJJgnVvKZuBO6NrHt3sPDLfHDu > .row .container { font-size:0.875rem;font-family:arial;height:56.125rem;width:60rem;position:relative;display:block; }#a0tAn5s0GtppNCDbTQ0frlKPh2ZMk3oG { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #79c3ba, #206159);background-image: -moz-linear-gradient(180deg, #79c3ba, #206159);background-image: -ms-linear-gradient(180deg, #79c3ba, #206159);background-image: -o-linear-gradient(180deg, #79c3ba, #206159);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#79c3ba', endColorstr='#206159' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#79c3ba', endColorstr='#206159' );";background-image: linear-gradient(180deg, #79c3ba, #206159);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.11) ;box-sizing:border-box;color:#f9f9f9;text-shadow:0.375rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.05);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:41rem;left:2.5625rem;display:block; }
#iwJVHhRSRwRyy0EL6VNR4ByL4l8nr3RU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l2HqiSEBlrgTOSeS4w6Fszx7Rv5SglW4 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:13.375rem;left:2.5625rem;height:25.19725625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AWIAazgQCiUSR14MXZzcK6GfRedgAFO5 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:4.75rem;left:2.5625rem;height:3.3002375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eNmGGT0PKmgrxG5celBo7K4KXWEGELKU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:33.0625rem;width:19.125rem;top:10.125rem;left:38.71875rem;overflow:hidden;display:block; }
#kyon6urvDl6VP0sU32lhPRI051e2BLk8 { color:rgba(var(--color-tertiary-2),0.8);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:8.58203125rem;left:2.625rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AFKzV876tznzCTUCFITE3fVSE8TDqGFG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/71c91d73-8e08-42fa-adc8-2aad13f9adc9/createpillars.preview.rotate_180.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AFKzV876tznzCTUCFITE3fVSE8TDqGFG.adaptive-delivery-prevent-bg, #AFKzV876tznzCTUCFITE3fVSE8TDqGFG.lazyload, #AFKzV876tznzCTUCFITE3fVSE8TDqGFG.lazyloading { background-image: none; }#AFKzV876tznzCTUCFITE3fVSE8TDqGFG > .row .container { background-color: transparent; background-image: none; }#AFKzV876tznzCTUCFITE3fVSE8TDqGFG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.8); }#AFKzV876tznzCTUCFITE3fVSE8TDqGFG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFKzV876tznzCTUCFITE3fVSE8TDqGFG > .row .container > .video-iframe-container { display: none; }#AFKzV876tznzCTUCFITE3fVSE8TDqGFG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.8); }#AFKzV876tznzCTUCFITE3fVSE8TDqGFG > .row > .video-iframe-container { display: none; }#AFKzV876tznzCTUCFITE3fVSE8TDqGFG > .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); }#AFKzV876tznzCTUCFITE3fVSE8TDqGFG > .row .container { border-width: 0; border-radius: 0; }#AFKzV876tznzCTUCFITE3fVSE8TDqGFG::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; }#AFKzV876tznzCTUCFITE3fVSE8TDqGFG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AFKzV876tznzCTUCFITE3fVSE8TDqGFG > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#NpQTRgQJ8BZQwDDAlFZ0lD62rdZxNTcW { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:3.90028125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DnT5REvbUX6d7cUdO0Xq2FLNgGF3qTvx { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:13.9375rem;left:7.9375rem;display:block; }
#BB9D7zCVnUbXuV4pBme3887umwauFOJu { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.5rem;left:8.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iIDHDG6nIT6uEycgMdIZLdAQWTNy0EAW { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:13.9375rem;left:28.5625rem;display:block; }
#taVXACRrgFsXkioZwkGGQurpTspddbR2 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:28.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qJ0Mhk3x0kpWeR7TvAKsATa3FoR0mvPT { position:absolute;display:block;z-index:15011;background-color:#afff41;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:13.9375rem;left:49.125rem;display:block; }
#tCVg2lH6eOkIJytKlwx873h5QJXi98te { color:#070707;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.5rem;left:49.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s54PC3og4a8RVfUJ0wN0ssg7Q841WWen { color:#fffdfd;display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:18.375rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NGzboIKdhVP9BtBmLdN9n5ZoBToLhO0n { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:20.6875rem;left:2.3125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FPoqTDruBxaz1SsHMS2mivwT6n7qiqqs { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;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:18.3125rem;left:21.625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OvnkWygkNPO9BlweUdrnNSeO43rvgX9u { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:20.6875rem;left:22.21875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vvmFIu7uMDlP54bQ5S073eTooTyDJlHk { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;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:18.3125rem;left:41.5625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zs9JXNSfBGbV8SWBTkcZIsxXpkih15Te { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:20.6875rem;left:42.8125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fKsTlbBhnEdb4z354oVSKBr1CMBZBZ16 { 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:15016;opacity:1;top:13.875rem;left:18.5625rem; }
#ZRGxsgaeeLqW6rZxOlNb0GP7ezqd8DP3 { 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:15017;opacity:1;top:13.875rem;left:39.4375rem; }
#xho5yT8yygUoGDrfwJPDF1cXQnHSPCzq { color:rgba(var(--color-tertiary-1),0.72);display:block;width:15.375rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:35.84375rem;left:22.3125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EEoczgTOiIh7aLm3fV9oo7yNzmEUAUfp { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.46875rem;left:20.84375rem;display:block; }
#NT83WtBpmP8kgEreTvB00VmswOgUfMmp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #130d14, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #130d14, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #130d14, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #130d14, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#130d14', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#130d14', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #130d14, 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; }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU > .row .container { background-color: transparent; background-image: none; }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU > .row .container > .video-iframe-container { display: none; }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU > .row > .video-iframe-container { display: none; }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU > .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); }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU > .row .container { border-width: 0; border-radius: 0; }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:60rem;position:relative;display:block; }#PLBtd9LXAmp75KQwQRqdGFuu1FDD1Elf { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:16.125rem;width:18.9375rem;top:4.125rem;left:0rem;display:block; }
#BJHwm317GDazMyISXuacCxHd8aLgVuP3 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:6.1875rem;left:0.75rem;height:10rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RkutTXbIhRiW8e5E8X5ImM4mEDmwLhew { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.625rem;left:5.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ThX7Kk6fdXxi6f8CReuzW8xlR9lKEKxS { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:24.8125rem;left:5.625rem;height:1.0563125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gpCt61mO5CI4csBFfpDDJ7J9lQP3toyD { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/b7fea64c-d36b-44bc-b7e3-e4f42c107104/AnnE.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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:21.9375rem;left:0rem;display:block; }#gpCt61mO5CI4csBFfpDDJ7J9lQP3toyD.adaptive-delivery-prevent-bg, #gpCt61mO5CI4csBFfpDDJ7J9lQP3toyD.lazyload, #gpCt61mO5CI4csBFfpDDJ7J9lQP3toyD.lazyloading { background-image: none; }
#hBgbEX5MPRCRfkyRWB5wKIkXh7XwHTf6 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.625rem;left:26.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eiqgcBEnV8TsSN4a0fG03IWkz2WG9uwI { color:rgba(var(--color-tertiary-1),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:24.8125rem;left:26.1875rem;height:1.0563125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x2ea9ZbxNdXexM3MLKJytPBuyIxfoq7d { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:16.0625rem;width:18.9375rem;top:4.125rem;left:20.5625rem;display:block; }
#QuaFyF8vTagppJuft7vxH6zeE9EBaoGn { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/e3e4cc14-26b5-41c8-9398-46255bdcecdb/TMG.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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:21.9375rem;left:20.5625rem;display:block; }#QuaFyF8vTagppJuft7vxH6zeE9EBaoGn.adaptive-delivery-prevent-bg, #QuaFyF8vTagppJuft7vxH6zeE9EBaoGn.lazyload, #QuaFyF8vTagppJuft7vxH6zeE9EBaoGn.lazyloading { background-image: none; }
#PXN5pDD24FXW2GTSOyZbGqPEiXFRoort { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.625rem;left:46.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SbIuNCfvoatNQIRrsrhOStB8Z4letyQH { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:24.8125rem;left:46.6875rem;height:1.0563125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sJJbfzHKFhQaIPddAeTPuf2Ok2seBZT0 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:16.125rem;width:18.9375rem;top:4.125rem;left:41.0625rem;display:block; }
#PxXczhQyNzvekIL1hQUckUCFwTdQGnLx { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/16e6aef1-4ef8-44de-899b-7b92b0d27e06/CreateMethodTaylorD.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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:21.9375rem;left:41.0625rem;display:block; }#PxXczhQyNzvekIL1hQUckUCFwTdQGnLx.adaptive-delivery-prevent-bg, #PxXczhQyNzvekIL1hQUckUCFwTdQGnLx.lazyload, #PxXczhQyNzvekIL1hQUckUCFwTdQGnLx.lazyloading { background-image: none; }
#xpwWZk1tdhbO8BBfFA88WRrH7csHMTeR { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:2;letter-spacing:0;top:6.1875rem;left:21.25rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oKUwAVyX55Ug1bNZOf32s7JS0dUlAaqa { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:2;letter-spacing:0;top:6.1875rem;left:41.8125rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f4374167-8894-49e8-a9b9-fec134ffd9bc/createpillars.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL.adaptive-delivery-prevent-bg, #ZWnxC338WVd868lf0TvgAMLOwgOQAsFL.lazyload, #ZWnxC338WVd868lf0TvgAMLOwgOQAsFL.lazyloading { background-image: none; }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL > .row .container { background-color: transparent; background-image: none; }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.9); }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL > .row .container > .video-iframe-container { display: none; }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.9); }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL > .row > .video-iframe-container { display: none; }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL > .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); }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL > .row .container { border-width: 0; border-radius: 0; }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL::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; }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#aqX8WSAbUVPIENRgKTw6lHRCi6Iykt0q { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:4rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZsQZiTHKKfDEGTE8J6GV4P6wq8nae9Tm { color:rgba(var(--color-tertiary-1),0.72);display:block;width:42.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:8.19921875rem;left:8.8125rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M8vsT64kZc6wRZORBzJ8Fay1Iod9SISm { color:rgba(var(--color-tertiary-1),0.72);display:block;width:15.375rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.625rem;left:22.3125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xN37tVA2T8HUew2UoaOzPceHzPsOoJEF { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:2.375rem;display:block; }
#pZg6NDq91v3NN6p5msk8BDrxIDonHyOF { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0.0625rem;left:2.375rem;display:block; }
#JsANEyRTxr1rfnpT36CUpVJ1WXhZ343R { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:2.375rem;display:block; }
#BBWM84Pm1lkUf9aXVAW9WZZ1Ovygf339 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:4.375rem;display:block; }
#iugHulNZqgdOdL3dzfVwzUt1nTf3OlwH { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:3.25rem;left:57.6875rem;display:block; }
#IxvXTBZ8Ded4Lm9Bw4i9P7Hc3dzkMDQN { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-3),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-3),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-3),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-3),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-primary-3),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-primary-3),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-3),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:3.25rem;left:57.6875rem;display:block; }
#Es6mVXtVTP2T2x0pytHOAxTUdWMe1Wnp { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-3),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-3),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-3),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-3),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-primary-3),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-primary-3),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-3),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:3.25rem;left:57.6875rem;display:block; }
#Z6ZHAlOqnowFT5nELboRESH6DzdXZDxs { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-3),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-3),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-3),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-3),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-primary-3),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-primary-3),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-primary-3),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:3.25rem;left:55.5625rem;display:block; }
#nlLQFsrLQuEmyn0fTHULPZJyLnLIdGPC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:14rem;left:20.84375rem;display:block; }
#WqzqTa1Sg97d9avM85TqeHhTgdlVs5mW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BTrmSM8Fqv9fsUWZ7wVL854f3GQckgDu { border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:#070707;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; }#BTrmSM8Fqv9fsUWZ7wVL854f3GQckgDu > .row .container { background-color: transparent; background-image: none; }#BTrmSM8Fqv9fsUWZ7wVL854f3GQckgDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTrmSM8Fqv9fsUWZ7wVL854f3GQckgDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTrmSM8Fqv9fsUWZ7wVL854f3GQckgDu > .row .container > .video-iframe-container { display: none; }#BTrmSM8Fqv9fsUWZ7wVL854f3GQckgDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTrmSM8Fqv9fsUWZ7wVL854f3GQckgDu > .row > .video-iframe-container { display: none; }#BTrmSM8Fqv9fsUWZ7wVL854f3GQckgDu > .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); }#BTrmSM8Fqv9fsUWZ7wVL854f3GQckgDu > .row .container { border-width: 0; border-radius: 0; }#BTrmSM8Fqv9fsUWZ7wVL854f3GQckgDu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTrmSM8Fqv9fsUWZ7wVL854f3GQckgDu > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:60rem;position:relative;display:block; }#MBPEgFEQV7nTWJBA3LfiKuXJTUkZPh3C { position:absolute;display:block;z-index:15003;background-color:#4d4d4d;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:27.6875rem;left:46.75rem;display:block; }
#cb4Sbcr1xh1wMbpNlO2rE8SmXKkGATlL { position:absolute;display:block;z-index:15005;background-color:#4d4d4d;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:27.6875rem;left:51.3125rem;display:block; }
#xkAEq4Zg77ZMWpT96FAPrxnDfLTeahxp { position:absolute;display:block;z-index:15007;background-color:#4d4d4d;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:27.6875rem;left:55.3125rem;display:block; }
#s99HX0m3TM09IsqIliAsA1uACaVLtBKC { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:16.0625rem;left:0rem;height:7.347625rem;font-style:normal;display:block; }
#ycf6aHGHT5P5vLIW4uz1AqCDXmyktNh0 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:26.5rem;left:24.375rem;display:block; }
#i2kS6fHT8XOz4MWHXbaWUNaxkJ0vzPw3 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:18.125rem;left:51rem;height:1.22504375rem;font-style:normal;display:block; }
#lfL6G8Vftd2tdykeXx6JlXMcOVZGy8Ts { color:#79c3ba;display:block;width:10.0625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:18.0625rem;left:37.1875rem;height:1.22504375rem;font-style:normal;display:block; }
#ZytoOyu9Vvb9vhC8nPp9WPUX3egZBlCr { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:"inter tight";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:16.0625rem;left:35.5rem;height:1.04980625rem;font-style:normal;display:block; }
#OBDJu68TJX26bxEVEtCitmfJb2hUNNKO { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:26.5rem;left:0rem;display:block; }
#Ae3GUH8wZK2IA7cZT8vbvvWCy4H5FHIU { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:17.9375rem;left:35.1875rem; }
#aIiZNSfzGs36DgLKiMZsFgesh5iLiWFI { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:18rem;left:49.0625rem; }
#f5pGK0PBrxv9H1CbXpqH6ZrD2QX7wVwX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:28.3125rem;left:47.375rem; }
#f5pGK0PBrxv9H1CbXpqH6ZrD2QX7wVwX > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#EG5ziUFVUXhe4LqaJH69pNbqzASivPN1 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:28.125rem;left:55.75rem; }
#EG5ziUFVUXhe4LqaJH69pNbqzASivPN1 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#lUqpQSNub8GMFiT6UP2H8zuxLhbilsht { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:12.5rem;top:10.0625rem;left:0rem;overflow:hidden;display:block; }
#OV58TkTwTC86pXIdZz3ET5LCTofMqyup { position:absolute;display:block;z-index:15034;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.875rem;width:1.875rem;top:28.3125rem;left:51.9375rem;overflow:hidden;display:block; }
#DPMgsx8g4pMG2APlGMKvTyxxWkCWnMEK { position:absolute;display:block;z-index:15035;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.12489375rem;width:8.3121875rem;top:42.3125rem;left:28.375rem;overflow:hidden;display:block; }
#aSTsquKBkDP32APxPFX0Pe9gyNMrT3cW { color:rgba(var(--color-tertiary-0),1);display:block;width:5.06239375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:44.1875rem;left:23.3125rem;height:1.22504375rem;font-style:normal;display:block; }
#sANVWcDmELsun07cftJ2DKAdL6mJ8FD5 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.8746875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:45.412328720093rem;left:33.312175750733rem;height:1.22504375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq { display:block; }#DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mw8g8KJFMER7rTfvD9VGHvKHcp4y8kGt { width:47.75rem;height:12.625rem;top:14.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMHHU27u4uiRHAzEBAwfgvqxBPpSus1y { width:36.75rem;height:;top:35.9375rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKA9yQeHIQU9ybzTlkfUmts6kifbSy1v { width:18.3125rem;height:3.75rem;top:48.0625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVy3I6lhWgqEzPFfT3MoZyp39E5hmoRA { display:block; }
 }@media only screen and (max-width: 763px) { #ea40zgPxhPqoheBwT4i4RkzFa9Rl1vt4 { width:16.1875rem;height:4rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTp3NE1quXyGxa8LoIwGQk6uP61yAFor { width:31.5rem;height:;top:27.625rem;left:8rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhT0E9ISfQWzGIw4qJkEQT592HO8HPdE { width:9.375rem;height:0.125rem;top:33.75rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNuRz0C01KzzC1H6n5OBlfmxEbJTkTmZ { width:12.5rem;height:2.125rem;top:2.4375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfR2BUPU0rEzOHsR5FoF9ksTZBHwV7FV { display:block; }
 }@media only screen and (max-width: 763px) { #N7KkHd4LpdZBWOteAsr7pAxS6PCTpud9 { display:block; }#N7KkHd4LpdZBWOteAsr7pAxS6PCTpud9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIs1IN4bFPfuTky2UQF04ITak0PN85XV { width:17.5rem;height:15.6875rem;top:3.75rem;left:30.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QVrSrZX6ux5y8tqvSfFSsvAwBH5pfJnw { width:18.75rem;height:12.1875rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwNcVBePRhbVzLPCQ5H6lwcQR0wk1sVE { width:15.625rem;height:6rem;top:10.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPhi2ZdPyUFoZWQzD09HOyiMnobuOlnt { width:18.125rem;height:18.5rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhTTiatrTk10hzaBDndPxGPCE9vqD5sJ { width:18.4375rem;height:14.5rem;top:14.9375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5yM7CA5Elzd8ZC2fCzlW124TuhSERJ9 { width:36.25rem;height:;top:34.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csx1BmnvHaZ9cn4OnufohP5abvuZE1uS { width:36.25rem;height:;top:45.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTtd0z5GXuRnDbN21s87yGgi2TsXTDi5 { width:14.9375rem;height:9.8125rem;top:22rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaKVXnHfgTxZTLMG6teC1Vqf0EOoxRPZ { display:block; }#TaKVXnHfgTxZTLMG6teC1Vqf0EOoxRPZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPFP7nnkbxIFwU6otCH8f3ehh8rG6O5Z { width:29.8125rem;height:6.75rem;top:3.75rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBMUGF0JwZXfRARllv0tsUGT0eCneJ3f { width:27.3125rem;height:8.25rem;top:13.0625rem;left:4.4375rem;font-size:0.875rem;display:block; }#HBMUGF0JwZXfRARllv0tsUGT0eCneJ3f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1459aed2fa90aa9f5fa9775f8f4bd1c78df617fc.svg); }
 }@media only screen and (max-width: 763px) { #ArVhMHtqi913USJkV4TLARlNkgg6BiS8 { width:18.25rem;height:3.75rem;top:25.25rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsxAWMvJwPyzU5x08TwgqLT2AvAHtvNp { display:block; }
 }@media only screen and (max-width: 763px) { #W9n1zwBQb5dkiTLQwHNl3OclimoKGps7 { width:18.75rem;height:0.125rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayhB6t5h6qshbfSwC2N8yTO98Mn5GOez { width:16.875rem;height:26.1875rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgzbT09ZZrx7RX4SUxpOeMQM0ltyw7rr { display:block; }#sgzbT09ZZrx7RX4SUxpOeMQM0ltyw7rr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fv73SpVxSDL0hHyrm4R9PxIgu4qw9TNP { width:25.4375rem;height:8.4375rem;top:24rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLgXm80WPm8HT8B4xnbm847SlM3uB7IS { top:4.375rem;left:35.875rem;width:11.875rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgGLuAMu7pCRZb8OMIf11WkqIT1aT2UI { top:22.1875rem;left:0rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTq6MHwdAFf8HQGyL9wQTlplwEeQEap4 { width:31.5rem;height:;top:11.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aesqITQhxQKfcRSIfPwfJTJFGwE8Qeai { width:26.1875rem;height:;top:16.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #McUbzoooTXkBNLGHuoxxEf2AeyWtgUEv { width:15.3125rem;height:;top:44rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSdd1vo6qQCkyD1biFAKSOwxXUJXJTBc { width:18.25rem;height:3.75rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HimQXzXyNMte5pGgKK0li2AKGsCwdagQ { display:block; }
 }@media only screen and (max-width: 763px) { #hAEdn5ybowWdqZdTRGmNE7xZowFDpkdG { width:16.125rem;height:1.4375rem;top:18.375rem;left:29.5625rem;font-size:1rem;display:block; }#hAEdn5ybowWdqZdTRGmNE7xZowFDpkdG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c2f275e55cba07548b920fa9abf33ea4ebd9d39.svg); }
 }@media only screen and (max-width: 763px) { #yUNyLigylNe54TE7ZPBSn1CWidbZ6yid { top:33.5625rem;left:28.125rem;width:10rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd7cMauJUSIoLFWrHISCIU4GGI1hWcJk { width:11.25rem;height:16.125rem;top:22.625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRKblT68TTruf9Xd2gokutA88ceAmrN0 { top:17.75rem;left:28.5rem;width:18.125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUFSo7QsHTcT43rt6DwG1IB6NTLO7sQF { width:19.0625rem;height:1.4375rem;top:27.875rem;left:27.4375rem;font-size:1rem;display:block; }#eUFSo7QsHTcT43rt6DwG1IB6NTLO7sQF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c2f275e55cba07548b920fa9abf33ea4ebd9d39.svg); }
 }@media only screen and (max-width: 763px) { #fAsgCburp8Lp4S93w27bGu8ym2uJ4tBE { top:27.3125rem;left:26.25rem;width:21.375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #syxZcNVPWqHAKcMlqXFvnHPJ30GTKM3R { top:42.1875rem;left:32.0625rem;width:15.6875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkfCFzgPO0PZs0RehQQBcDIC7PUoB6nn { width:14.3125rem;height:3rem;top:43.25rem;left:33.4375rem;font-size:1rem;display:block; }#bkfCFzgPO0PZs0RehQQBcDIC7PUoB6nn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c2f275e55cba07548b920fa9abf33ea4ebd9d39.svg); }
 }@media only screen and (max-width: 763px) { #nXZbKOkiyJNC4u5lPcKnUc4uNElekP0k { display:block; }#nXZbKOkiyJNC4u5lPcKnUc4uNElekP0k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFQNlmIXqNo2aL2NxlWz8uds24vy3iJA { width:32.4375rem;height:6.5625rem;top:9.5625rem;left:15.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGyIhTmqa6So0TyvxNs6H9HLTZnzu0kG { width:32.25rem;height:3.375rem;top:28.125rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBsJITAaqCK06WaeJ9poZTmo9PgGQFio { width:22.5rem;height:21.625rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt4QS98grqBIuxO9Ocgu3KxspMXeq3VG { width:32.4375rem;height:4.9375rem;top:19.375rem;left:15.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyB0NdV7u2utQZIvruyCuakM8qsMA7eb { top:26.1875rem;left:21.375rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLskp9sA6tIUBk3TrGPS71phwhyHJXfN { width:22.5rem;height:21.625rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I80tsez9sdpfDSEhsMQrBN6ETF1MAsw0 { width:22.5rem;height:21.625rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqeVnyTivApPqBBp3JIFx08IBh1qSRqV { width:18.875rem;height:12.25rem;top:33.75rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sooontAI2DsHzzIJkzez4uWlL2thZm1S { width:18.875rem;height:12.1875rem;top:48rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxsrnz2yUhPWp4bQFoh9xBTzTFb7eaZe { width:18.125rem;height:4.875rem;top:35.625rem;left:24.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRuN3eJCDWi66Lhq6zza4k9ZMNUib8Po { width:18.125rem;height:4.875rem;top:49.75rem;left:14.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLRFi0cPbN2emisoKs5L1pod5rdoxQ77 { width:18.875rem;height:12.1875rem;top:48rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMXzDSzHe8ftWcZhftsEoSSx5AmW2eil { width:18.125rem;height:4.875rem;top:49.75rem;left:29.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0BRv9zVTkpfPQtJFfZfLWF0EuGgp0zv { width:18.125rem;height:1.1875rem;top:41.875rem;left:24.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w76Z8nTrNaHaQcpLmvHEJQlLoLyv7dgT { width:18.125rem;height:1.1875rem;top:56rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0bWUQ6hNKI86lX6rIVH1LI0EDnPTrIM { width:18.125rem;height:1.1875rem;top:56rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhFkcIOF55GSOd0O6MJVU8mqIfFw8T3A { width:18.125rem;height:1rem;top:43.6875rem;left:24.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaDcu2tlDSVQuFt8ONLTPeUDRqJGp7hQ { width:18.125rem;height:1rem;top:57.9375rem;left:14.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOZLattw1yEtJTuinh7AkCVm7HZcyQdU { width:18.125rem;height:1rem;top:57.9375rem;left:29.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzBiTgE9rctrWlV4ZFZPUyPM08Se5bkz { display:block; }#GzBiTgE9rctrWlV4ZFZPUyPM08Se5bkz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyIrMTG0eDMIxzv1e1DtJfMqhVLndPdh { width:47.75rem;height:30.37643020595rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfr69MtFSQzalng7EIKLPuttnqtPM87Q { width:7.8125rem;height:0.9375rem;top:30.4375rem;left:18.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GT7UkkxlJa406C216idg75QOVdhpElu6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac8c9a25-05ab-4c6c-ad64-5c8c8d2b6b92/bg_placeholder.jpg");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;display:block; }#GT7UkkxlJa406C216idg75QOVdhpElu6.adaptive-delivery-prevent-bg, #GT7UkkxlJa406C216idg75QOVdhpElu6.lazyload, #GT7UkkxlJa406C216idg75QOVdhpElu6.lazyloading { background-image: none; }#GT7UkkxlJa406C216idg75QOVdhpElu6 > .row .container { background-color: transparent; background-image: none; }#GT7UkkxlJa406C216idg75QOVdhpElu6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#GT7UkkxlJa406C216idg75QOVdhpElu6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT7UkkxlJa406C216idg75QOVdhpElu6 > .row .container > .video-iframe-container { display: none; }#GT7UkkxlJa406C216idg75QOVdhpElu6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#GT7UkkxlJa406C216idg75QOVdhpElu6 > .row > .video-iframe-container { display: none; }#GT7UkkxlJa406C216idg75QOVdhpElu6 > .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); }#GT7UkkxlJa406C216idg75QOVdhpElu6 > .row .container { border-width: 0; border-radius: 0; }#GT7UkkxlJa406C216idg75QOVdhpElu6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVwOpCuvL2n4GuCz0rn10LmGsHeTSu21 { top:3.75rem;left:0rem;width:47.75rem;height:;font-size:1.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Vx5AIahc9HtHbcEJ7CJAsW3FBp15DpCu { top:9.9375rem;left:0.68706512451175rem;width:46.3125rem;height:1.875rem;font-size:1.125rem;color:#b5b5b5;display:block; }
 }@media only screen and (max-width: 763px) { #eMFTm0wMutp15T8uT42EymH9Wx0AH1kT { width:21.4375rem;height:3.75rem;top:13.6875rem;left:13.124134063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHBrxV07iaUd2yD7BCeE65k1MxGCwsdW { display:block; }
 }@media only screen and (max-width: 763px) { #DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc > .row .container { background-color: transparent; background-image: none; }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc > .row .container > .video-iframe-container { display: none; }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc > .row > .video-iframe-container { display: none; }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc > .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); }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc > .row .container { border-width: 0; border-radius: 0; }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMBtPa7LlvgcyTKKMX3PUWqR8KtCwffc { width:18.9375rem;height:16.125rem;top:4.125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #V65dsGnS4ySevT3AVgFornv7qfuDDMyc { width:17.5rem;height:12rem;top:6.1875rem;left:0rem;font-size:0.875rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #zhKwxq40OxMhPG7OUNbE33H0PrxTZS4V { width:11.25rem;height:1.625rem;top:22.625rem;left:0rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wFO8mdQFOZ95oFcTIPPVrrqBKwXq893X { width:11.25rem;height:1rem;top:24.8125rem;left:0rem;font-size:1rem;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #TIVhgymOcHLnLZwvPIUzbZrtxf3rdsCa { width:4.5625rem;height:4.5625rem;top:21.9375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/28okDpmG/05.jpg");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;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }#TIVhgymOcHLnLZwvPIUzbZrtxf3rdsCa.adaptive-delivery-prevent-bg, #TIVhgymOcHLnLZwvPIUzbZrtxf3rdsCa.lazyload, #TIVhgymOcHLnLZwvPIUzbZrtxf3rdsCa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hAOxvZuCT1V1fCp4rlh67syThcHrJNJT { width:11.25rem;height:1.625rem;top:22.625rem;left:20.0625rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gV83oToadaTa09LDEGksA6SOHQ5L3QHI { width:11.25rem;height:1rem;top:24.8125rem;left:20.0625rem;font-size:1rem;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #vhd1raxLUxeEGkqADsWwkSvM622T45ZT { width:18.9375rem;height:16.0625rem;top:4.125rem;left:14.4375rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #DQFWa6twEsHNfpOE2IwblAqoxnouToS1 { width:4.5625rem;height:4.5625rem;top:21.9375rem;left:14.4375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/kbEa7dN4/06.jpg");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;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }#DQFWa6twEsHNfpOE2IwblAqoxnouToS1.adaptive-delivery-prevent-bg, #DQFWa6twEsHNfpOE2IwblAqoxnouToS1.lazyload, #DQFWa6twEsHNfpOE2IwblAqoxnouToS1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oBZoTFuyvFgSIASSXIOrfBufE9zykb9q { width:11.25rem;height:1.625rem;top:22.625rem;left:36.5rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KiMZuyn3WvpxWXuANikskeuiVLkNMNuk { width:11.25rem;height:1rem;top:24.8125rem;left:36.5rem;font-size:1rem;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #LyZwB8CvGgGgdbHO1uPVHWQmp75GMUU1 { width:18.9375rem;height:16.125rem;top:4.125rem;left:28.8125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #JR8rQW7CqHa5rZFl20q3NaWpO41oAuha { width:4.5625rem;height:4.5625rem;top:21.9375rem;left:34.9375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/ddY0kc3W/07.jpg");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;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }#JR8rQW7CqHa5rZFl20q3NaWpO41oAuha.adaptive-delivery-prevent-bg, #JR8rQW7CqHa5rZFl20q3NaWpO41oAuha.lazyload, #JR8rQW7CqHa5rZFl20q3NaWpO41oAuha.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cVWJa8MNN51PwI0E6a6nWOvZGG4BaQyf { width:17.5rem;height:12rem;top:6.1875rem;left:15.125rem;font-size:0.875rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #Xa3kLAMX5QO5CGPyZOihFKop4RKOAFsB { width:17.5rem;height:12rem;top:6.1875rem;left:30.25rem;font-size:0.875rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz { display:block; }#RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qiuwAn0kbxgCKe1tCJuLUIoR6taSVWoz { top:28.6875rem;left:2.6875rem;width:10.375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X987MrHQQrnE0FJ6FSgQDAuxwTcwg9NW { top:28.6875rem;left:18.5625rem;width:10.375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSlkZLh4AVKRJE5AqfKq6B74SgL6NdTV { top:28.6875rem;left:31.0625rem;width:16.5625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9FK95gRpq0tHrB722Hgb0F5RnWLNZsV { top:22.0625rem;left:0rem;width:17.625rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWLM3rBtsXU0kp6Xtm6Iq8S46u4vs0QI { top:22.25rem;left:14.125rem;width:17.625rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbNxHXZaEh4XChIxaBmddMIHGfXfOWww { top:22.3125rem;left:30rem;width:17.625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PREc87HtPyvaRDTEEHkr4XN55tXTFb86 { top:55.125rem;left:1.8125rem;width:12.125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCkiE7ybMuRupanRwbbBq62zB3OrTiHU { top:49.25rem;left:0rem;width:17.625rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh4ZuqDM9bfdX9RbOu3UyEITNXO3FvlZ { top:49.25rem;left:14.125rem;width:17.625rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROp5KvTnPQ0lFxc1u9JQ1lma7lBISzfG { top:55.125rem;left:17.4375rem;width:12.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnhUtRcssfgG3Kc4dfzAZV3NpBNUq3R3 { top:51rem;left:38.1875rem;width:2.875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzTgKkv2cKbfd05FG3xqqtrMFIqde3Pn { top:49.25rem;left:30rem;width:17.625rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak8Ja9WUVUB2hMpGOApoFIfTlduRmaU5 { top:55.125rem;left:34.3125rem;width:10.375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNNeT3UMJr87W8kaQggEnP3EkF1TJHEM { width:3.125rem;height:3.125rem;top:24.125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqEVqL6P4dw9qsBIeJBqIqrBXgm5i74b { width:3.125rem;height:3.125rem;top:24.1875rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgXHHU2eSHemJ2lpzVOFVJAb321NQQCb { width:3.125rem;height:3.125rem;top:24.125rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPwoAKFPwnEIZ1Uq1fUwrcNTUwyuv9az { width:3.125rem;height:3.125rem;top:24.1875rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsEVbalrUU9dp9hLv3gQx7CaCl15cd83 { width:3.125rem;height:3.125rem;top:50.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf7oeXwt3q0EVOcC1OB49rktcWxiy9gu { width:4.25rem;height:4.25rem;top:50.1875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoN09TFcA00OlE3VQmV8wxPbauRfBhBn { width:43.875rem;height:3.625rem;top:12.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyKa2UJaRNKJWLTAhU5m7XvItUZo92K9 { width:4.0625rem;height:4.0625rem;top:16.625rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrzB1ZPuNH2AI2NIuAplQQtTWLy2nU4E { width:47.75rem;height:6.5625rem;top:3.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvM32O9P7S7JHLxGXcDVbD0mB1dg5EaK { top:35.5625rem;left:0.1875rem;width:15.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul5O4FIOoCoTwRddhsf8wUvbfR3dbhIg { width:14.5rem;height:5.8125rem;top:32.6875rem;left:0.62467384338379rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQS8JcpH2UIV4D7AruMZbEkOIGMKrJKW { width:14.5rem;height:4.375rem;top:32.6875rem;left:16.499675750733rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTEfbBmoNLUaZOgIas3WxhwDSADuT5EW { width:12.5rem;height:3.375rem;top:41.375rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF96kG9TO9yBKVuBqreHcdVxXNys4mzg { width:3.125rem;height:0.125rem;top:39.8125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFUkt7FgC7kypatgEwa599lUGx84PVpe { width:12.5rem;height:3.375rem;top:41.375rem;left:17.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZoBT1KQVZzeG4rAleA08oHUPGBJy7qf { width:14.5rem;height:4.375rem;top:32.6875rem;left:32.124568939209rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaJf3bkosJPxOp7KGnTgTAGAqQ7Wxq5A { width:12.5rem;height:3.375rem;top:41.375rem;left:33.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szwwk515cVOwcON4Vht535AUiLxoE6sT { width:14.5rem;height:4.375rem;top:59.0625rem;left:16.499675750733rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7B9nRpOnxaOPawmh5uBCq2HzknQpMTm { width:12.5rem;height:3.375rem;top:67.75rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRedDBRU7mHMKGoBk6Zxe25Vbr2vREM7 { width:14.5rem;height:4.375rem;top:59.0625rem;left:0.81239128112794rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOD1UF6sm6fkXFgPat9xriPvqySvuXfq { width:12.5rem;height:2.25rem;top:67.75rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmu7qSLktcoCuT3SXd86AvlC0xmBp4TO { width:14.5rem;height:4.375rem;top:59.0625rem;left:32.562397003174rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oekWdmaCDleJabiZfaTr9Zplyp9Kb5xE { width:12.5rem;height:3.375rem;top:67.75rem;left:33.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZmbWWq1vA5hHpHuRid58DqHKOlucbIK { width:15.375rem;height:;top:82.1875rem;left:16.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAITGsUW9eS5Uvey96JoiPRVZMMAgMrb { width:18.3125rem;height:3.75rem;top:77.8125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAhyQS2T1h6RkQ17aI0615yDoU7TC4qL { display:block; }
 }@media only screen and (max-width: 763px) { #KmkHFn8Xn9Ow9IdddlwxDxOy8DCKrGc9 { width:3.125rem;height:0.125rem;top:39.8125rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE8991a2WlNCp6QWVCnz0bvLOGMZFE7P { width:3.125rem;height:0.125rem;top:39.8125rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWNrJMgIC3kUCUvBkBO5TWe0h9RiAp16 { width:3.125rem;height:0.125rem;top:66.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qszqEM5Dh7xE2ycAKJaTKBFiVivHi1zf { width:3.125rem;height:0.125rem;top:66.1875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvC6pubkArTLTVoysfC3zZztqb7o7oG9 { width:3.125rem;height:0.125rem;top:66.1875rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsLs0I72omWgruuaUmGk57WFNIsG9TQs { width:4.75rem;height:4.3125rem;top:16.4375rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHVHeabJJgnVvKZuBO6NrHt3sPDLfHDu { display:block; }#HHVHeabJJgnVvKZuBO6NrHt3sPDLfHDu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0tAn5s0GtppNCDbTQ0frlKPh2ZMk3oG { width:17.5rem;height:3.75rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwJVHhRSRwRyy0EL6VNR4ByL4l8nr3RU { display:block; }
 }@media only screen and (max-width: 763px) { #l2HqiSEBlrgTOSeS4w6Fszx7Rv5SglW4 { top:13.375rem;left:0rem;width:33.875rem;height:25.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWIAazgQCiUSR14MXZzcK6GfRedgAFO5 { top:4.75rem;left:0rem;width:26.375rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNmGGT0PKmgrxG5celBo7K4KXWEGELKU { width:19.125rem;height:33.0625rem;top:10.125rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyon6urvDl6VP0sU32lhPRI051e2BLk8 { width:28.8125rem;height:1.8125rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFKzV876tznzCTUCFITE3fVSE8TDqGFG { display:block; }#AFKzV876tznzCTUCFITE3fVSE8TDqGFG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpQTRgQJ8BZQwDDAlFZ0lD62rdZxNTcW { top:6.25rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnT5REvbUX6d7cUdO0Xq2FLNgGF3qTvx { top:13.9375rem;left:1.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB9D7zCVnUbXuV4pBme3887umwauFOJu { top:14.5rem;left:2rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIDHDG6nIT6uEycgMdIZLdAQWTNy0EAW { top:13.9375rem;left:22.4375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #taVXACRrgFsXkioZwkGGQurpTspddbR2 { top:14.5rem;left:22.6875rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ0Mhk3x0kpWeR7TvAKsATa3FoR0mvPT { top:13.9375rem;left:43rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCVg2lH6eOkIJytKlwx873h5QJXi98te { top:14.5rem;left:43.25rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s54PC3og4a8RVfUJ0wN0ssg7Q841WWen { width:20.1875rem;height:1.4375rem;top:18.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGzboIKdhVP9BtBmLdN9n5ZoBToLhO0n { width:15.5625rem;height:3.875rem;top:20.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPoqTDruBxaz1SsHMS2mivwT6n7qiqqs { width:16.3125rem;height:1.4375rem;top:18.3125rem;left:15.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvnkWygkNPO9BlweUdrnNSeO43rvgX9u { width:15.5625rem;height:3.875rem;top:20.6875rem;left:16.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvmFIu7uMDlP54bQ5S073eTooTyDJlHk { width:18.4375rem;height:1.4375rem;top:18.3125rem;left:29.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs9JXNSfBGbV8SWBTkcZIsxXpkih15Te { width:15.5625rem;height:3.875rem;top:20.6875rem;left:32.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKsTlbBhnEdb4z354oVSKBr1CMBZBZ16 { width:3.125rem;height:3.125rem;top:13.875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRGxsgaeeLqW6rZxOlNb0GP7ezqd8DP3 { width:3.125rem;height:3.125rem;top:13.875rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xho5yT8yygUoGDrfwJPDF1cXQnHSPCzq { width:15.375rem;height:;top:35.8125rem;left:16.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEoczgTOiIh7aLm3fV9oo7yNzmEUAUfp { width:18.3125rem;height:3.75rem;top:31.4375rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT83WtBpmP8kgEreTvB00VmswOgUfMmp { display:block; }
 }@media only screen and (max-width: 763px) { #TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU > .row .container { background-color: transparent; background-image: none; }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU > .row .container > .video-iframe-container { display: none; }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU > .row > .video-iframe-container { display: none; }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU > .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); }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU > .row .container { border-width: 0; border-radius: 0; }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLBtd9LXAmp75KQwQRqdGFuu1FDD1Elf { width:18.9375rem;height:16.125rem;top:4.125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #BJHwm317GDazMyISXuacCxHd8aLgVuP3 { width:17.5rem;height:10rem;top:6.1875rem;left:0rem;font-size:0.875rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #RkutTXbIhRiW8e5E8X5ImM4mEDmwLhew { width:11.25rem;height:1.625rem;top:22.625rem;left:0rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ThX7Kk6fdXxi6f8CReuzW8xlR9lKEKxS { width:11.25rem;height:1rem;top:24.8125rem;left:0rem;font-size:1rem;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #gpCt61mO5CI4csBFfpDDJ7J9lQP3toyD { width:4.5625rem;height:4.5625rem;top:21.9375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/28okDpmG/05.jpg");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;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }#gpCt61mO5CI4csBFfpDDJ7J9lQP3toyD.adaptive-delivery-prevent-bg, #gpCt61mO5CI4csBFfpDDJ7J9lQP3toyD.lazyload, #gpCt61mO5CI4csBFfpDDJ7J9lQP3toyD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hBgbEX5MPRCRfkyRWB5wKIkXh7XwHTf6 { width:11.25rem;height:1.625rem;top:22.625rem;left:20.0625rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eiqgcBEnV8TsSN4a0fG03IWkz2WG9uwI { width:12.375rem;height:1.0625rem;top:24.8125rem;left:20.0625rem;font-size:1rem;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #x2ea9ZbxNdXexM3MLKJytPBuyIxfoq7d { width:18.9375rem;height:16.0625rem;top:4.125rem;left:14.4375rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #QuaFyF8vTagppJuft7vxH6zeE9EBaoGn { width:4.5625rem;height:4.5625rem;top:21.9375rem;left:14.4375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/kbEa7dN4/06.jpg");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;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }#QuaFyF8vTagppJuft7vxH6zeE9EBaoGn.adaptive-delivery-prevent-bg, #QuaFyF8vTagppJuft7vxH6zeE9EBaoGn.lazyload, #QuaFyF8vTagppJuft7vxH6zeE9EBaoGn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PXN5pDD24FXW2GTSOyZbGqPEiXFRoort { width:11.25rem;height:1.625rem;top:22.625rem;left:36.5rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #SbIuNCfvoatNQIRrsrhOStB8Z4letyQH { width:11.25rem;height:1rem;top:24.8125rem;left:36.5rem;font-size:1rem;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #sJJbfzHKFhQaIPddAeTPuf2Ok2seBZT0 { width:18.9375rem;height:16.125rem;top:4.125rem;left:28.8125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #PxXczhQyNzvekIL1hQUckUCFwTdQGnLx { width:4.5625rem;height:4.5625rem;top:21.9375rem;left:34.9375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/ddY0kc3W/07.jpg");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;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }#PxXczhQyNzvekIL1hQUckUCFwTdQGnLx.adaptive-delivery-prevent-bg, #PxXczhQyNzvekIL1hQUckUCFwTdQGnLx.lazyload, #PxXczhQyNzvekIL1hQUckUCFwTdQGnLx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xpwWZk1tdhbO8BBfFA88WRrH7csHMTeR { width:17.5rem;height:12rem;top:6.1875rem;left:15.125rem;font-size:0.875rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #oKUwAVyX55Ug1bNZOf32s7JS0dUlAaqa { width:17.5rem;height:8rem;top:6.1875rem;left:30.25rem;font-size:0.875rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #ZWnxC338WVd868lf0TvgAMLOwgOQAsFL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac8c9a25-05ab-4c6c-ad64-5c8c8d2b6b92/bg_placeholder.jpg");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;display:block; }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL.adaptive-delivery-prevent-bg, #ZWnxC338WVd868lf0TvgAMLOwgOQAsFL.lazyload, #ZWnxC338WVd868lf0TvgAMLOwgOQAsFL.lazyloading { background-image: none; }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL > .row .container { background-color: transparent; background-image: none; }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL > .row .container > .video-iframe-container { display: none; }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL > .row > .video-iframe-container { display: none; }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL > .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); }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL > .row .container { border-width: 0; border-radius: 0; }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqX8WSAbUVPIENRgKTw6lHRCi6Iykt0q { top:4rem;left:0rem;width:47.75rem;height:;font-size:1.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZsQZiTHKKfDEGTE8J6GV4P6wq8nae9Tm { top:8.1875rem;left:2.6875rem;width:42.375rem;height:3.5625rem;font-size:0.875rem;color:#b5b5b5;display:block; }
 }@media only screen and (max-width: 763px) { #M8vsT64kZc6wRZORBzJ8Fay1Iod9SISm { width:15.375rem;height:;top:18.625rem;left:16.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN37tVA2T8HUew2UoaOzPceHzPsOoJEF { width:0.5rem;height:20rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #pZg6NDq91v3NN6p5msk8BDrxIDonHyOF { width:0.5rem;height:20rem;top:0.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JsANEyRTxr1rfnpT36CUpVJ1WXhZ343R { width:0.5rem;height:20rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BBWM84Pm1lkUf9aXVAW9WZZ1Ovygf339 { width:0.5rem;height:20rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iugHulNZqgdOdL3dzfVwzUt1nTf3OlwH { width:0.5rem;height:20rem;top:3.25rem;left:47.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IxvXTBZ8Ded4Lm9Bw4i9P7Hc3dzkMDQN { width:0.5rem;height:20rem;top:3.25rem;left:47.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Es6mVXtVTP2T2x0pytHOAxTUdWMe1Wnp { width:0.5rem;height:20rem;top:3.25rem;left:47.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Z6ZHAlOqnowFT5nELboRESH6DzdXZDxs { width:0.5rem;height:20rem;top:3.25rem;left:47.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nlLQFsrLQuEmyn0fTHULPZJyLnLIdGPC { width:18.3125rem;height:3.75rem;top:14rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqzqTa1Sg97d9avM85TqeHhTgdlVs5mW { display:block; }
 }@media only screen and (max-width: 763px) { #BTrmSM8Fqv9fsUWZ7wVL854f3GQckgDu { display:block; }#BTrmSM8Fqv9fsUWZ7wVL854f3GQckgDu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBPEgFEQV7nTWJBA3LfiKuXJTUkZPh3C { top:27.6875rem;left:40.625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb4Sbcr1xh1wMbpNlO2rE8SmXKkGATlL { top:27.6875rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkAEq4Zg77ZMWpT96FAPrxnDfLTeahxp { top:27.6875rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s99HX0m3TM09IsqIliAsA1uACaVLtBKC { top:16.0625rem;left:0rem;width:19.875rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycf6aHGHT5P5vLIW4uz1AqCDXmyktNh0 { top:26.5rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2kS6fHT8XOz4MWHXbaWUNaxkJ0vzPw3 { top:18.125rem;left:40.4375rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfL6G8Vftd2tdykeXx6JlXMcOVZGy8Ts { top:18.0625rem;left:31.0625rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZytoOyu9Vvb9vhC8nPp9WPUX3egZBlCr { top:16.0625rem;left:29.375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBDJu68TJX26bxEVEtCitmfJb2hUNNKO { top:26.5rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae3GUH8wZK2IA7cZT8vbvvWCy4H5FHIU { top:17.9375rem;left:29.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIiZNSfzGs36DgLKiMZsFgesh5iLiWFI { top:18rem;left:42.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5pGK0PBrxv9H1CbXpqH6ZrD2QX7wVwX { top:28.3125rem;left:41.25rem;width:1.875rem;height:1.875rem;display:block; }
#f5pGK0PBrxv9H1CbXpqH6ZrD2QX7wVwX > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #EG5ziUFVUXhe4LqaJH69pNbqzASivPN1 { top:28.125rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#EG5ziUFVUXhe4LqaJH69pNbqzASivPN1 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #lUqpQSNub8GMFiT6UP2H8zuxLhbilsht { width:12.5rem;height:3.25rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV58TkTwTC86pXIdZz3ET5LCTofMqyup { width:1.875rem;height:1.875rem;top:28.3125rem;left:45.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPMgsx8g4pMG2APlGMKvTyxxWkCWnMEK { width:8.25rem;height:4.0940334223091rem;top:42.3125rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSTsquKBkDP32APxPFX0Pe9gyNMrT3cW { top:44.1875rem;left:17.1875rem;width:5rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sANVWcDmELsun07cftJ2DKAdL6mJ8FD5 { top:45.375rem;left:27.187175750733rem;width:19.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq { background-color:transparent;background-image:url("https://images.assets-landingi.com/nNSSLiPUOQs/unsplash/marek-piwnicki-nNSSLiPUOQs-photo-1654111105033-0e42e8cddc4e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq.adaptive-delivery-prevent-bg, #DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq.lazyload, #DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq.lazyloading { background-image: none; }#DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq > .row .container { background-color: transparent; background-image: none; }#DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.83); }#DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq > .row .container > .video-iframe-container { display: none; }#DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.83); }#DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq > .row > .video-iframe-container { display: none; }#DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq > .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); }#DcnlVcUbziMX7ViGvsETG6ne7h9s0ewq > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mw8g8KJFMER7rTfvD9VGHvKHcp4y8kGt { width:20rem;height:7.067875rem;top:9.49169921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMHHU27u4uiRHAzEBAwfgvqxBPpSus1y { width:16.187rem;height:9.7993125rem;top:22.875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#fefffb;display:block; }
 }@media only screen and (max-width: 763px) { #MKA9yQeHIQU9ybzTlkfUmts6kifbSy1v { width:10.8125rem;height:2.75rem;top:35.13720703125rem;left:4.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVy3I6lhWgqEzPFfT3MoZyp39E5hmoRA { display:block; }
 }@media only screen and (max-width: 763px) { #ea40zgPxhPqoheBwT4i4RkzFa9Rl1vt4 { width:9.625rem;height:2.5rem;top:1.25rem;left:4.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gTp3NE1quXyGxa8LoIwGQk6uP61yAFor { width:20rem;height:1.3066375rem;top:17.76513671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhT0E9ISfQWzGIw4qJkEQT592HO8HPdE { width:9.375rem;height:0.125rem;top:21.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNuRz0C01KzzC1H6n5OBlfmxEbJTkTmZ { width:15.1796875rem;height:2.0546875rem;top:5.0620125rem;left:2.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RfR2BUPU0rEzOHsR5FoF9ksTZBHwV7FV { display:block; }
 }@media only screen and (max-width: 763px) { #N7KkHd4LpdZBWOteAsr7pAxS6PCTpud9 { display:block; }#N7KkHd4LpdZBWOteAsr7pAxS6PCTpud9 > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIs1IN4bFPfuTky2UQF04ITak0PN85XV { width:9rem;height:13.5625rem;top:48.495125rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QVrSrZX6ux5y8tqvSfFSsvAwBH5pfJnw { width:16.6245rem;height:11.312rem;top:1.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwNcVBePRhbVzLPCQ5H6lwcQR0wk1sVE { width:12.062rem;height:4.8984375rem;top:4.34375rem;left:3.25rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nPhi2ZdPyUFoZWQzD09HOyiMnobuOlnt { width:8.1865rem;height:8.4375rem;top:13.68603515625rem;left:2.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #XhTTiatrTk10hzaBDndPxGPCE9vqD5sJ { width:12.0615rem;height:7.9365rem;top:21.12353515625rem;left:4.875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #F5yM7CA5Elzd8ZC2fCzlW124TuhSERJ9 { width:17.999rem;height:5.361325rem;top:32.49755859375rem;left:1.00048828125rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #csx1BmnvHaZ9cn4OnufohP5abvuZE1uS { width:20rem;height:3.98730625rem;top:38.55859375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tTtd0z5GXuRnDbN21s87yGgi2TsXTDi5 { width:14.9360625rem;height:9.8110625rem;top:44.89501953125rem;left:2.53173828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaKVXnHfgTxZTLMG6teC1Vqf0EOoxRPZ { display:block; }#TaKVXnHfgTxZTLMG6teC1Vqf0EOoxRPZ > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPFP7nnkbxIFwU6otCH8f3ehh8rG6O5Z { width:17.9995rem;height:8.9238125rem;top:2.624511875rem;left:1rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #HBMUGF0JwZXfRARllv0tsUGT0eCneJ3f { width:16.0615rem;height:9.5488125rem;top:14.41259765625rem;left:1.96875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.7;display:block; }#HBMUGF0JwZXfRARllv0tsUGT0eCneJ3f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1459aed2fa90aa9f5fa9775f8f4bd1c78df617fc.svg); }
 }@media only screen and (max-width: 763px) { #ArVhMHtqi913USJkV4TLARlNkgg6BiS8 { width:10.8125rem;height:3.75rem;top:27.23388671875rem;left:4.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsxAWMvJwPyzU5x08TwgqLT2AvAHtvNp { display:block; }
 }@media only screen and (max-width: 763px) { #W9n1zwBQb5dkiTLQwHNl3OclimoKGps7 { width:9.375rem;height:0.124511875rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayhB6t5h6qshbfSwC2N8yTO98Mn5GOez { width:16.875rem;height:26.1875rem;top:8.75rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sgzbT09ZZrx7RX4SUxpOeMQM0ltyw7rr { display:block; }#sgzbT09ZZrx7RX4SUxpOeMQM0ltyw7rr > .row .container { width:20rem;height:98.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fv73SpVxSDL0hHyrm4R9PxIgu4qw9TNP { width:20rem;height:9.59765625rem;top:77.02734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLgXm80WPm8HT8B4xnbm847SlM3uB7IS { width:11.25rem;height:13.8115rem;top:16.03515625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgGLuAMu7pCRZb8OMIf11WkqIT1aT2UI { width:9.375rem;height:0.124511875rem;top:72.40869140625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTq6MHwdAFf8HQGyL9wQTlplwEeQEap4 { width:20rem;height:1.99365rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aesqITQhxQKfcRSIfPwfJTJFGwE8Qeai { width:20rem;height:3.57421875rem;top:5.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #McUbzoooTXkBNLGHuoxxEf2AeyWtgUEv { width:13.1865rem;height:1.0996125rem;top:92.875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.6875rem;color:#e3e3e3;display:block; }
 }@media only screen and (max-width: 763px) { #sSdd1vo6qQCkyD1biFAKSOwxXUJXJTBc { width:12.5rem;height:3.75rem;top:88.5625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HimQXzXyNMte5pGgKK0li2AKGsCwdagQ { display:block; }
 }@media only screen and (max-width: 763px) { #hAEdn5ybowWdqZdTRGmNE7xZowFDpkdG { width:16.1245rem;height:1.4003875rem;top:12.34814375rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }#hAEdn5ybowWdqZdTRGmNE7xZowFDpkdG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c2f275e55cba07548b920fa9abf33ea4ebd9d39.svg); }
 }@media only screen and (max-width: 763px) { #yUNyLigylNe54TE7ZPBSn1CWidbZ6yid { width:10rem;height:15.1860625rem;top:59.69287109375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd7cMauJUSIoLFWrHISCIU4GGI1hWcJk { width:11.25rem;height:16.1235625rem;top:34.69189453125rem;left:7.93603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRKblT68TTruf9Xd2gokutA88ceAmrN0 { width:18.125rem;height:2.7495125rem;top:11.72314375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUFSo7QsHTcT43rt6DwG1IB6NTLO7sQF { width:19.0625rem;height:1.4003875rem;top:31.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }#eUFSo7QsHTcT43rt6DwG1IB6NTLO7sQF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c2f275e55cba07548b920fa9abf33ea4ebd9d39.svg); }
 }@media only screen and (max-width: 763px) { #fAsgCburp8Lp4S93w27bGu8ym2uJ4tBE { width:20rem;height:2.7495125rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #syxZcNVPWqHAKcMlqXFvnHPJ30GTKM3R { width:18.375rem;height:5rem;top:52.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkfCFzgPO0PZs0RehQQBcDIC7PUoB6nn { width:15.125rem;height:2.79980625rem;top:53.41259765625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }#bkfCFzgPO0PZs0RehQQBcDIC7PUoB6nn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c2f275e55cba07548b920fa9abf33ea4ebd9d39.svg); }
 }@media only screen and (max-width: 763px) { #nXZbKOkiyJNC4u5lPcKnUc4uNElekP0k { display:block; }#nXZbKOkiyJNC4u5lPcKnUc4uNElekP0k > .row .container { width:20rem;height:75.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFQNlmIXqNo2aL2NxlWz8uds24vy3iJA { width:20rem;height:3.98730625rem;top:19.87353515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGyIhTmqa6So0TyvxNs6H9HLTZnzu0kG { width:20rem;height:6.3984375rem;top:35.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XBsJITAaqCK06WaeJ9poZTmo9PgGQFio { width:9.375rem;height:8.9995rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt4QS98grqBIuxO9Ocgu3KxspMXeq3VG { width:20rem;height:6.32425rem;top:24.771484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyB0NdV7u2utQZIvruyCuakM8qsMA7eb { width:9.375rem;height:0.124511875rem;top:32.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLskp9sA6tIUBk3TrGPS71phwhyHJXfN { width:9.375rem;height:8.999rem;top:6.2099609375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I80tsez9sdpfDSEhsMQrBN6ETF1MAsw0 { width:9.375rem;height:8.9365rem;top:10.24853515625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqeVnyTivApPqBBp3JIFx08IBh1qSRqV { width:18.9375rem;height:8.75rem;top:44.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sooontAI2DsHzzIJkzez4uWlL2thZm1S { width:18.9375rem;height:8.75rem;top:54.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxsrnz2yUhPWp4bQFoh9xBTzTFb7eaZe { width:17.5rem;height:2.5996125rem;top:46.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRuN3eJCDWi66Lhq6zza4k9ZMNUib8Po { width:17.5rem;height:2.5996125rem;top:56.6875rem;left:1rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLRFi0cPbN2emisoKs5L1pod5rdoxQ77 { width:18.9375rem;height:8.75rem;top:65.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMXzDSzHe8ftWcZhftsEoSSx5AmW2eil { width:17.5rem;height:2.5996125rem;top:68.5rem;left:1rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0BRv9zVTkpfPQtJFfZfLWF0EuGgp0zv { width:17.5rem;height:1.29980625rem;top:49.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w76Z8nTrNaHaQcpLmvHEJQlLoLyv7dgT { width:17.5rem;height:1.29980625rem;top:60.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0bWUQ6hNKI86lX6rIVH1LI0EDnPTrIM { width:17.5rem;height:1.29980625rem;top:71rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhFkcIOF55GSOd0O6MJVU8mqIfFw8T3A { width:18.125rem;height:1.05615rem;top:51.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaDcu2tlDSVQuFt8ONLTPeUDRqJGp7hQ { width:18.125rem;height:1.05615rem;top:61.375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOZLattw1yEtJTuinh7AkCVm7HZcyQdU { width:18.125rem;height:1.05615rem;top:72.3125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzBiTgE9rctrWlV4ZFZPUyPM08Se5bkz { display:block; }#GzBiTgE9rctrWlV4ZFZPUyPM08Se5bkz > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyIrMTG0eDMIxzv1e1DtJfMqhVLndPdh { width:20rem;height:12.7211875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfr69MtFSQzalng7EIKLPuttnqtPM87Q { width:7.8125rem;height:0;top:27.943359375rem;left:12.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GT7UkkxlJa406C216idg75QOVdhpElu6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac8c9a25-05ab-4c6c-ad64-5c8c8d2b6b92/bg_placeholder.jpg");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;display:block; }#GT7UkkxlJa406C216idg75QOVdhpElu6.adaptive-delivery-prevent-bg, #GT7UkkxlJa406C216idg75QOVdhpElu6.lazyload, #GT7UkkxlJa406C216idg75QOVdhpElu6.lazyloading { background-image: none; }#GT7UkkxlJa406C216idg75QOVdhpElu6 > .row .container { background-color: transparent; background-image: none; }#GT7UkkxlJa406C216idg75QOVdhpElu6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.9); }#GT7UkkxlJa406C216idg75QOVdhpElu6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GT7UkkxlJa406C216idg75QOVdhpElu6 > .row .container > .video-iframe-container { display: none; }#GT7UkkxlJa406C216idg75QOVdhpElu6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.9); }#GT7UkkxlJa406C216idg75QOVdhpElu6 > .row > .video-iframe-container { display: none; }#GT7UkkxlJa406C216idg75QOVdhpElu6 > .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); }#GT7UkkxlJa406C216idg75QOVdhpElu6 > .row .container { border-width: 0; border-radius: 0; }#GT7UkkxlJa406C216idg75QOVdhpElu6 > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVwOpCuvL2n4GuCz0rn10LmGsHeTSu21 { width:20rem;height:15.223625rem;top:1.25rem;left:0rem;font-size:1.8125rem;z-index:15026;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Vx5AIahc9HtHbcEJ7CJAsW3FBp15DpCu { width:20rem;height:3.3994125rem;top:17.125rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:#b5b5b5;display:block; }
 }@media only screen and (max-width: 763px) { #eMFTm0wMutp15T8uT42EymH9Wx0AH1kT { width:16.9375rem;height:3.375rem;top:21.77392578125rem;left:1.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHBrxV07iaUd2yD7BCeE65k1MxGCwsdW { display:block; }
 }@media only screen and (max-width: 763px) { #DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #130d14, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #130d14, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #130d14, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #130d14, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#130d14', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#130d14', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #130d14, rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc > .row .container { background-color: transparent; background-image: none; }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc > .row .container > .video-iframe-container { display: none; }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc > .row > .video-iframe-container { display: none; }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc > .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); }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc > .row .container { border-width: 0; border-radius: 0; }#DhgQKVw9zoSxsBQTCuHsrGHpqXx7bESc > .row .container { width:20rem;height:90.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMBtPa7LlvgcyTKKMX3PUWqR8KtCwffc { width:18.9365rem;height:16.124rem;top:10.625rem;left:0.53125rem;background-color:#27193f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #V65dsGnS4ySevT3AVgFornv7qfuDDMyc { width:17.5rem;height:10.5rem;top:13.4365234375rem;left:1.25rem;text-align:center;text-align-last:center;color:#f5efff;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhKwxq40OxMhPG7OUNbE33H0PrxTZS4V { width:13.8110625rem;height:1.625rem;top:6.875rem;left:3.125rem;text-align:center;text-align-last:center;color:#fefffb;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFO8mdQFOZ95oFcTIPPVrrqBKwXq893X { width:13.8115rem;height:1.29980625rem;top:8.5rem;left:3.125rem;text-align:center;text-align-last:center;color:#b9b9b9;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIVhgymOcHLnLZwvPIUzbZrtxf3rdsCa { width:4.5620125rem;height:4.5620125rem;top:1.5625rem;left:7.75rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/90ab30b9-120b-4bbe-8e74-8527ed1b92ce/PhilB.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;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }#TIVhgymOcHLnLZwvPIUzbZrtxf3rdsCa.adaptive-delivery-prevent-bg, #TIVhgymOcHLnLZwvPIUzbZrtxf3rdsCa.lazyload, #TIVhgymOcHLnLZwvPIUzbZrtxf3rdsCa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hAOxvZuCT1V1fCp4rlh67syThcHrJNJT { width:13.187rem;height:1.625rem;top:63.3125rem;left:3.4375rem;text-align:center;text-align-last:center;color:#fefffb;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV83oToadaTa09LDEGksA6SOHQ5L3QHI { width:13.8115rem;height:1.29980625rem;top:64.9375rem;left:3.125rem;text-align:center;text-align-last:center;color:#b9b9b9;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhd1raxLUxeEGkqADsWwkSvM622T45ZT { width:18.937rem;height:16.1245rem;top:67.1875rem;left:0.5625rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #DQFWa6twEsHNfpOE2IwblAqoxnouToS1 { width:4.5620125rem;height:4.5620125rem;top:58rem;left:7.75rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/46b31422-8fe6-45d7-a0ab-ccf1af62fb61/AustinR.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;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }#DQFWa6twEsHNfpOE2IwblAqoxnouToS1.adaptive-delivery-prevent-bg, #DQFWa6twEsHNfpOE2IwblAqoxnouToS1.lazyload, #DQFWa6twEsHNfpOE2IwblAqoxnouToS1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oBZoTFuyvFgSIASSXIOrfBufE9zykb9q { width:12.749rem;height:1.625rem;top:35.5625rem;left:3.6875rem;text-align:center;text-align-last:center;color:#fefffb;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiMZuyn3WvpxWXuANikskeuiVLkNMNuk { width:13.8115rem;height:1.29980625rem;top:37.1875rem;left:3.125rem;text-align:center;text-align-last:center;color:#b9b9b9;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyZwB8CvGgGgdbHO1uPVHWQmp75GMUU1 { width:18.937rem;height:16.1245rem;top:39.1875rem;left:0.5625rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #JR8rQW7CqHa5rZFl20q3NaWpO41oAuha { width:4.5620125rem;height:4.5620125rem;top:30.25rem;left:7.75rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d0074366-9bee-4cc2-9a48-64d976d5e2b1/8.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;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }#JR8rQW7CqHa5rZFl20q3NaWpO41oAuha.adaptive-delivery-prevent-bg, #JR8rQW7CqHa5rZFl20q3NaWpO41oAuha.lazyload, #JR8rQW7CqHa5rZFl20q3NaWpO41oAuha.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cVWJa8MNN51PwI0E6a6nWOvZGG4BaQyf { width:17.5rem;height:10.5rem;top:69.9990234375rem;left:1.25rem;text-align:center;text-align-last:center;color:#fefffb;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa3kLAMX5QO5CGPyZOihFKop4RKOAFsB { width:17.5rem;height:10.5rem;top:41.9990234375rem;left:1.25rem;text-align:center;text-align-last:center;color:#fefffb;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz { background-color:#070707;background-image:none;display:block; }#RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz > .row .container { background-color: transparent; background-image: none; }#RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz > .row .container > .video-iframe-container { display: none; }#RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz > .row > .video-iframe-container { display: none; }#RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz > .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); }#RciCDe1N50C15Nfp6HJ5n70kfaKZQ2tz > .row .container { width:20rem;height:220.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qiuwAn0kbxgCKe1tCJuLUIoR6taSVWoz { width:10.3745rem;height:2.11230625rem;top:27.3125rem;left:4.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X987MrHQQrnE0FJ6FSgQDAuxwTcwg9NW { width:10.3745rem;height:2.11230625rem;top:57.125rem;left:4.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSlkZLh4AVKRJE5AqfKq6B74SgL6NdTV { width:10.374rem;height:2.11230625rem;top:88.25rem;left:2.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9FK95gRpq0tHrB722Hgb0F5RnWLNZsV { width:17.6245rem;height:28.125rem;top:20.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWLM3rBtsXU0kp6Xtm6Iq8S46u4vs0QI { width:17.6245rem;height:28.125rem;top:50.6875rem;left:1.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JbNxHXZaEh4XChIxaBmddMIHGfXfOWww { width:17.6245rem;height:28.125rem;top:81.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PREc87HtPyvaRDTEEHkr4XN55tXTFb86 { width:12.1245rem;height:2.11230625rem;top:119.125rem;left:3.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCkiE7ybMuRupanRwbbBq62zB3OrTiHU { width:17.6245rem;height:28.125rem;top:113.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh4ZuqDM9bfdX9RbOu3UyEITNXO3FvlZ { width:17.6245rem;height:28.125rem;top:144.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROp5KvTnPQ0lFxc1u9JQ1lma7lBISzfG { width:12.687rem;height:2.11230625rem;top:150.4375rem;left:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnhUtRcssfgG3Kc4dfzAZV3NpBNUq3R3 { width:2.8745125rem;height:2.6245125rem;top:178.25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzTgKkv2cKbfd05FG3xqqtrMFIqde3Pn { width:17.625rem;height:28.125rem;top:176.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak8Ja9WUVUB2hMpGOApoFIfTlduRmaU5 { width:10.3745rem;height:2.11230625rem;top:182.375rem;left:4.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNNeT3UMJr87W8kaQggEnP3EkF1TJHEM { display:flex;width:3.125rem;height:3.125rem;top:22.75rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #uqEVqL6P4dw9qsBIeJBqIqrBXgm5i74b { display:flex;width:3.125rem;height:3.125rem;top:52.625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #SgXHHU2eSHemJ2lpzVOFVJAb321NQQCb { display:flex;width:3.125rem;height:3.125rem;top:83.1875rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #HPwoAKFPwnEIZ1Uq1fUwrcNTUwyuv9az { display:flex;width:3.125rem;height:3.125rem;top:52.625rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #TsEVbalrUU9dp9hLv3gQx7CaCl15cd83 { display:flex;width:3.125rem;height:3.125rem;top:114.75rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #rf7oeXwt3q0EVOcC1OB49rktcWxiy9gu { display:flex;width:4.2495125rem;height:4.2495125rem;top:145.5rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #CoN09TFcA00OlE3VQmV8wxPbauRfBhBn { width:19.9995rem;height:5.5996125rem;top:13.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyKa2UJaRNKJWLTAhU5m7XvItUZo92K9 { width:2.6875rem;height:2.6875rem;top:1.25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrzB1ZPuNH2AI2NIuAplQQtTWLy2nU4E { width:19.9995rem;height:5.98095625rem;top:4.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvM32O9P7S7JHLxGXcDVbD0mB1dg5EaK { width:15.3125rem;height:1.13720625rem;top:34.1875rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul5O4FIOoCoTwRddhsf8wUvbfR3dbhIg { width:14.562rem;height:5.8496125rem;top:31.375rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQS8JcpH2UIV4D7AruMZbEkOIGMKrJKW { width:14.562rem;height:4.38720625rem;top:61.1875rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTEfbBmoNLUaZOgIas3WxhwDSADuT5EW { width:12.5rem;height:3.41161875rem;top:40rem;left:3.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IF96kG9TO9yBKVuBqreHcdVxXNys4mzg { width:8.4995rem;height:0.3125rem;top:38.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFUkt7FgC7kypatgEwa599lUGx84PVpe { width:12.5rem;height:3.41161875rem;top:69.8125rem;left:3.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZoBT1KQVZzeG4rAleA08oHUPGBJy7qf { width:14.562rem;height:4.38720625rem;top:91.8125rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaJf3bkosJPxOp7KGnTgTAGAqQ7Wxq5A { width:12.5rem;height:3.41161875rem;top:100.4375rem;left:3.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #szwwk515cVOwcON4Vht535AUiLxoE6sT { width:14.562rem;height:4.38720625rem;top:154.4375rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7B9nRpOnxaOPawmh5uBCq2HzknQpMTm { width:12.5rem;height:3.41161875rem;top:163.0625rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aRedDBRU7mHMKGoBk6Zxe25Vbr2vREM7 { width:14.562rem;height:4.38720625rem;top:123.125rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOD1UF6sm6fkXFgPat9xriPvqySvuXfq { width:12.5rem;height:2.2744125rem;top:131.75rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jmu7qSLktcoCuT3SXd86AvlC0xmBp4TO { width:14.562rem;height:4.38720625rem;top:186.375rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oekWdmaCDleJabiZfaTr9Zplyp9Kb5xE { width:12.5rem;height:3.41161875rem;top:195rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZmbWWq1vA5hHpHuRid58DqHKOlucbIK { width:15.3745rem;height:1.0996125rem;top:212.375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.6875rem;color:#e3e3e3;display:block; }
 }@media only screen and (max-width: 763px) { #ZAITGsUW9eS5Uvey96JoiPRVZMMAgMrb { width:14.4375rem;height:2.875rem;top:209rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAhyQS2T1h6RkQ17aI0615yDoU7TC4qL { display:block; }
 }@media only screen and (max-width: 763px) { #KmkHFn8Xn9Ow9IdddlwxDxOy8DCKrGc9 { width:3.125rem;height:0.124511875rem;top:68.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE8991a2WlNCp6QWVCnz0bvLOGMZFE7P { width:3.125rem;height:0.124511875rem;top:98.9375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWNrJMgIC3kUCUvBkBO5TWe0h9RiAp16 { width:3.125rem;height:0.124511875rem;top:130.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qszqEM5Dh7xE2ycAKJaTKBFiVivHi1zf { width:3.125rem;height:0.124511875rem;top:161.5625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvC6pubkArTLTVoysfC3zZztqb7o7oG9 { width:3.125rem;height:0.124511875rem;top:193.5rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsLs0I72omWgruuaUmGk57WFNIsG9TQs { width:4.75rem;height:4.3125rem;top:214.7246125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHVHeabJJgnVvKZuBO6NrHt3sPDLfHDu { display:block; }#HHVHeabJJgnVvKZuBO6NrHt3sPDLfHDu > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0tAn5s0GtppNCDbTQ0frlKPh2ZMk3oG { width:14.6875rem;height:3.0625rem;top:44.46875rem;left:2.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwJVHhRSRwRyy0EL6VNR4ByL4l8nr3RU { display:block; }
 }@media only screen and (max-width: 763px) { #l2HqiSEBlrgTOSeS4w6Fszx7Rv5SglW4 { width:20rem;height:25.19825625rem;top:17.61083984375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AWIAazgQCiUSR14MXZzcK6GfRedgAFO5 { width:10.8125rem;height:3.98730625rem;top:5.9375rem;left:9.1875rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eNmGGT0PKmgrxG5celBo7K4KXWEGELKU { width:8.6875rem;height:15.0625rem;top:1.25rem;left:0rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyon6urvDl6VP0sU32lhPRI051e2BLk8 { width:10.6875rem;height:1.0996125rem;top:10.9375rem;left:9.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFKzV876tznzCTUCFITE3fVSE8TDqGFG { display:block; }#AFKzV876tznzCTUCFITE3fVSE8TDqGFG > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpQTRgQJ8BZQwDDAlFZ0lD62rdZxNTcW { width:20rem;height:4.7119125rem;top:1.5625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DnT5REvbUX6d7cUdO0Xq2FLNgGF3qTvx { width:2.9370125rem;height:2.9370125rem;top:9.625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB9D7zCVnUbXuV4pBme3887umwauFOJu { width:2.5rem;height:1.625rem;top:10.1875rem;left:8.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIDHDG6nIT6uEycgMdIZLdAQWTNy0EAW { width:2.9370125rem;height:2.9370125rem;top:26.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #taVXACRrgFsXkioZwkGGQurpTspddbR2 { width:2.5rem;height:1.625rem;top:26.6875rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ0Mhk3x0kpWeR7TvAKsATa3FoR0mvPT { width:2.9370125rem;height:2.9370125rem;top:40.1875rem;left:8.5625rem;background-color:#afff41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tCVg2lH6eOkIJytKlwx873h5QJXi98te { width:2.5rem;height:1.625rem;top:40.75rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s54PC3og4a8RVfUJ0wN0ssg7Q841WWen { width:12.5rem;height:2.92480625rem;top:13.8125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGzboIKdhVP9BtBmLdN9n5ZoBToLhO0n { width:14.375rem;height:3.41161875rem;top:16.7373046875rem;left:3.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPoqTDruBxaz1SsHMS2mivwT6n7qiqqs { width:20rem;height:1.4624rem;top:30.2060546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvnkWygkNPO9BlweUdrnNSeO43rvgX9u { width:14.375rem;height:3.41161875rem;top:31.66748046875rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvmFIu7uMDlP54bQ5S073eTooTyDJlHk { width:20rem;height:1.4624rem;top:44.56201171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zs9JXNSfBGbV8SWBTkcZIsxXpkih15Te { width:13.75rem;height:3.41161875rem;top:46.02392578125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKsTlbBhnEdb4z354oVSKBr1CMBZBZ16 { display:flex;width:3.125rem;height:3.125rem;top:21.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ZRGxsgaeeLqW6rZxOlNb0GP7ezqd8DP3 { display:flex;width:3.125rem;height:3.125rem;top:35.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #xho5yT8yygUoGDrfwJPDF1cXQnHSPCzq { width:15.374rem;height:1.0996125rem;top:58.3125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;color:#e3e3e3;display:block; }
 }@media only screen and (max-width: 763px) { #EEoczgTOiIh7aLm3fV9oo7yNzmEUAUfp { width:14.0625rem;height:3.75rem;top:53.5rem;left:2.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT83WtBpmP8kgEreTvB00VmswOgUfMmp { display:block; }
 }@media only screen and (max-width: 763px) { #TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU > .row .container { background-color: transparent; background-image: none; }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU > .row .container > .video-iframe-container { display: none; }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU > .row > .video-iframe-container { display: none; }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU > .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); }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU > .row .container { border-width: 0; border-radius: 0; }#TKMVkvEEa6v1vduLkOJk3BskpVtvFBLU > .row .container { width:20rem;height:84.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLBtd9LXAmp75KQwQRqdGFuu1FDD1Elf { width:18.937rem;height:15.75rem;top:10.125rem;left:0.5625rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #BJHwm317GDazMyISXuacCxHd8aLgVuP3 { width:17.5rem;height:7rem;top:12.7490234375rem;left:1.25rem;text-align:center;text-align-last:center;color:#fefffb;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkutTXbIhRiW8e5E8X5ImM4mEDmwLhew { width:13.8115rem;height:1.625rem;top:6.0625rem;left:3.125rem;text-align:center;text-align-last:center;color:#fefffb;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThX7Kk6fdXxi6f8CReuzW8xlR9lKEKxS { width:13.8115rem;height:1.29980625rem;top:7.6875rem;left:3.125rem;text-align:center;text-align-last:center;color:#b9b9b9;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpCt61mO5CI4csBFfpDDJ7J9lQP3toyD { width:4.5620125rem;height:4.5620125rem;top:0.75rem;left:7.6875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b7fea64c-d36b-44bc-b7e3-e4f42c107104/AnnE.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;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }#gpCt61mO5CI4csBFfpDDJ7J9lQP3toyD.adaptive-delivery-prevent-bg, #gpCt61mO5CI4csBFfpDDJ7J9lQP3toyD.lazyload, #gpCt61mO5CI4csBFfpDDJ7J9lQP3toyD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hBgbEX5MPRCRfkyRWB5wKIkXh7XwHTf6 { width:13.1865rem;height:1.625rem;top:32.75rem;left:3.375rem;text-align:center;text-align-last:center;color:#fefffb;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiqgcBEnV8TsSN4a0fG03IWkz2WG9uwI { width:13.8115rem;height:2.5996125rem;top:34.375rem;left:3.0625rem;text-align:center;text-align-last:center;color:#b9b9b9;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2ea9ZbxNdXexM3MLKJytPBuyIxfoq7d { width:18.9375rem;height:15.75rem;top:38.125rem;left:0.5625rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #QuaFyF8vTagppJuft7vxH6zeE9EBaoGn { width:4.5620125rem;height:4.5620125rem;top:55.5625rem;left:7.75rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/16e6aef1-4ef8-44de-899b-7b92b0d27e06/CreateMethodTaylorD.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;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }#QuaFyF8vTagppJuft7vxH6zeE9EBaoGn.adaptive-delivery-prevent-bg, #QuaFyF8vTagppJuft7vxH6zeE9EBaoGn.lazyload, #QuaFyF8vTagppJuft7vxH6zeE9EBaoGn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PXN5pDD24FXW2GTSOyZbGqPEiXFRoort { width:12.749rem;height:1.625rem;top:60.8125rem;left:3.625rem;text-align:center;text-align-last:center;color:#fefffb;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbIuNCfvoatNQIRrsrhOStB8Z4letyQH { width:13.8115rem;height:1.29980625rem;top:62.4375rem;left:3.125rem;text-align:center;text-align-last:center;color:#b9b9b9;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJJbfzHKFhQaIPddAeTPuf2Ok2seBZT0 { width:18.937rem;height:15.75rem;top:65.5625rem;left:0.5625rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #PxXczhQyNzvekIL1hQUckUCFwTdQGnLx { width:4.5620125rem;height:4.5620125rem;top:27.125rem;left:7.6875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e3e4cc14-26b5-41c8-9398-46255bdcecdb/TMG.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;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }#PxXczhQyNzvekIL1hQUckUCFwTdQGnLx.adaptive-delivery-prevent-bg, #PxXczhQyNzvekIL1hQUckUCFwTdQGnLx.lazyload, #PxXczhQyNzvekIL1hQUckUCFwTdQGnLx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xpwWZk1tdhbO8BBfFA88WRrH7csHMTeR { width:17.5rem;height:8.75rem;top:41.625rem;left:1.25rem;text-align:center;text-align-last:center;color:#fefffb;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKUwAVyX55Ug1bNZOf32s7JS0dUlAaqa { width:17.5rem;height:7rem;top:69.9375rem;left:1.25rem;text-align:center;text-align-last:center;color:#fefffb;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWnxC338WVd868lf0TvgAMLOwgOQAsFL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac8c9a25-05ab-4c6c-ad64-5c8c8d2b6b92/bg_placeholder.jpg");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;display:block; }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL.adaptive-delivery-prevent-bg, #ZWnxC338WVd868lf0TvgAMLOwgOQAsFL.lazyload, #ZWnxC338WVd868lf0TvgAMLOwgOQAsFL.lazyloading { background-image: none; }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL > .row .container { background-color: transparent; background-image: none; }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),1); }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL > .row .container > .video-iframe-container { display: none; }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),1); }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL > .row > .video-iframe-container { display: none; }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL > .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); }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL > .row .container { border-width: 0; border-radius: 0; }#ZWnxC338WVd868lf0TvgAMLOwgOQAsFL > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqX8WSAbUVPIENRgKTw6lHRCi6Iykt0q { width:20rem;height:6.5244375rem;top:3.4375rem;left:0rem;font-size:1.8125rem;z-index:15026;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZsQZiTHKKfDEGTE8J6GV4P6wq8nae9Tm { width:20rem;height:2.79980625rem;top:11.375rem;left:0rem;font-size:0.875rem;z-index:15027;text-align:center;text-align-last:center;color:#b5b5b5;display:block; }
 }@media only screen and (max-width: 763px) { #M8vsT64kZc6wRZORBzJ8Fay1Iod9SISm { width:15.374rem;height:1.0996125rem;top:19.9375rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;color:#e3e3e3;display:block; }
 }@media only screen and (max-width: 763px) { #xN37tVA2T8HUew2UoaOzPceHzPsOoJEF { width:0.499511875rem;height:20rem;top:12.099625rem;left:9.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #pZg6NDq91v3NN6p5msk8BDrxIDonHyOF { width:0.499511875rem;height:20rem;top:33.349625rem;left:9.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #JsANEyRTxr1rfnpT36CUpVJ1WXhZ343R { width:0.499511875rem;height:20rem;top:54.599625rem;left:9.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #BBWM84Pm1lkUf9aXVAW9WZZ1Ovygf339 { width:0.499511875rem;height:20rem;top:75.849625rem;left:9.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #iugHulNZqgdOdL3dzfVwzUt1nTf3OlwH { width:0.499511875rem;height:20rem;top:131.747575rem;left:9.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #IxvXTBZ8Ded4Lm9Bw4i9P7Hc3dzkMDQN { width:0.499511875rem;height:20rem;top:152.997575rem;left:9.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Es6mVXtVTP2T2x0pytHOAxTUdWMe1Wnp { width:0.499511875rem;height:20rem;top:174.247575rem;left:9.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Z6ZHAlOqnowFT5nELboRESH6DzdXZDxs { width:0.499511875rem;height:20rem;top:110.497575rem;left:9.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #nlLQFsrLQuEmyn0fTHULPZJyLnLIdGPC { width:13.1875rem;height:2.625rem;top:16.4375rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqzqTa1Sg97d9avM85TqeHhTgdlVs5mW { display:block; }
 }@media only screen and (max-width: 763px) { #BTrmSM8Fqv9fsUWZ7wVL854f3GQckgDu { display:block; }#BTrmSM8Fqv9fsUWZ7wVL854f3GQckgDu > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBPEgFEQV7nTWJBA3LfiKuXJTUkZPh3C { width:3.0625rem;height:3.0625rem;top:27.6875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cb4Sbcr1xh1wMbpNlO2rE8SmXKkGATlL { width:3.0625rem;height:3.0625rem;top:27.4585125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xkAEq4Zg77ZMWpT96FAPrxnDfLTeahxp { width:3.0625rem;height:3.0625rem;top:27.6875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s99HX0m3TM09IsqIliAsA1uACaVLtBKC { width:14.6245rem;height:11.0215rem;top:6.6245125rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ycf6aHGHT5P5vLIW4uz1AqCDXmyktNh0 { width:20rem;height:0.0625rem;top:26.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i2kS6fHT8XOz4MWHXbaWUNaxkJ0vzPw3 { width:7.312rem;height:1.3999rem;top:27.9375rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfL6G8Vftd2tdykeXx6JlXMcOVZGy8Ts { width:11.3745rem;height:1.3999rem;top:22.4375rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZytoOyu9Vvb9vhC8nPp9WPUX3egZBlCr { width:11.8125rem;height:auto;top:16.0625rem;left:4.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OBDJu68TJX26bxEVEtCitmfJb2hUNNKO { width:18.75rem;height:0.06201175rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae3GUH8wZK2IA7cZT8vbvvWCy4H5FHIU { width:1.5625rem;height:1.5625rem;top:19.625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIiZNSfzGs36DgLKiMZsFgesh5iLiWFI { width:1.5625rem;height:1.5625rem;top:25.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5pGK0PBrxv9H1CbXpqH6ZrD2QX7wVwX { width:1.25rem;height:1.25rem;top:32.0625rem;left:6.5rem;font-size:0.875rem;display:block; }
#f5pGK0PBrxv9H1CbXpqH6ZrD2QX7wVwX > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #EG5ziUFVUXhe4LqaJH69pNbqzASivPN1 { width:1.25rem;height:1.25rem;top:32.0625rem;left:12.3125rem;font-size:0.875rem;display:block; }
#EG5ziUFVUXhe4LqaJH69pNbqzASivPN1 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #lUqpQSNub8GMFiT6UP2H8zuxLhbilsht { width:8.4375rem;height:2.1875rem;top:1.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV58TkTwTC86pXIdZz3ET5LCTofMqyup { width:1.25rem;height:1.25rem;top:32.0625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPMgsx8g4pMG2APlGMKvTyxxWkCWnMEK { width:3.75rem;height:1.8125rem;top:39.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSTsquKBkDP32APxPFX0Pe9gyNMrT3cW { width:5rem;height:1.2246125rem;top:37.8125rem;left:7.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sANVWcDmELsun07cftJ2DKAdL6mJ8FD5 { width:19.8115rem;height:1.2246125rem;top:40.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }