.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#1c1d21;background-image:url("https://images.assets-landingi.com/uc/d37a8bc5-b5dc-45a6-97ef-a0e3e1abd40e/Obsidian_Dispersion_Light1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:49.25rem;width:75rem;overflow:visible;position:relative;display:block; }#N9bm2B9cJHlU0S7A2OKUeSFxIiC2nXAH { color:#f2f7fb;display:block;width:21.5625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:41.75rem;left:26.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s6uz6ZtXxgpvJSrWnSCq4lHvXELOABzy { color:#ffffff;display:block;width:37.56225rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:25rem;left:26.3125rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g7l9cnuN5dsVD7adMXBczpskNrTuS1GC { box-sizing:content-box;height:23.9375rem;width:50.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.12);background-image:none;top:22.125rem;left:24.875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#DcKz5I4nTo7CtVbzthI6oOWJhLhv9OPz { color:#ffffff;display:block;width:37.56225rem;position:absolute;font-family:inter;font-size:3rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:27rem;left:26.3125rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OiPK0AJ9UXzdXOzuL3E5fGdVR0ewEWqx { color:#ffffff;display:block;width:38.375rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:31.3125rem;left:26.3125rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TlpHOTtSleSB0m4FnfK73fUx34qm9HK7 { 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:3.874025rem;width:5.374025rem;top:40.625rem;left:67.6875rem;overflow:hidden;display:block; }
#N0sWqnBOtRAAT7fbELr8ThMTyTWVMtn5 { background-color:#18a148;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:624.9375rem;border-top-right-radius:624.9375rem;border-bottom-left-radius:624.9375rem;border-bottom-right-radius:624.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.810546875rem;left:57.5rem;display:block; }
#dVAmJQXfWg184TsZgZi9fP8N563U5plf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UTzkWSTXB96S5cL6qQacOA2fuGFu9SRW { position:absolute;display:block;z-index:15010;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.24975625rem;width:6.875rem;top:36.25rem;left:26.312255859375rem;overflow:hidden;display:block; }
#WvmnlKeEsryO6HcMlPUBsQ8KdxHbzf1N { position:absolute;display:block;z-index:15011;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.24975625rem;width:7.1875rem;top:36.25rem;left:33.90625rem;overflow:hidden;display:block; }
#dfcIDnotFrsDiFEndwzxklwkf7TSMieO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:10.625rem;top:36.25rem;left:41.749267578125rem;overflow:hidden;display:block; }
#s6eylZDAV9ZwbJDxfozVIORnDOuVsKCy { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.75rem;top:3.904296875rem;left:0rem;overflow:hidden;display:block; }
#GJdAW0zg7G5766TQIgIU9NVxZuMHtttL { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#GJdAW0zg7G5766TQIgIU9NVxZuMHtttL > .row .container { background-color: transparent; background-image: none; }#GJdAW0zg7G5766TQIgIU9NVxZuMHtttL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJdAW0zg7G5766TQIgIU9NVxZuMHtttL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJdAW0zg7G5766TQIgIU9NVxZuMHtttL > .row .container > .video-iframe-container { display: none; }#GJdAW0zg7G5766TQIgIU9NVxZuMHtttL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJdAW0zg7G5766TQIgIU9NVxZuMHtttL > .row > .video-iframe-container { display: none; }#GJdAW0zg7G5766TQIgIU9NVxZuMHtttL > .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); }#GJdAW0zg7G5766TQIgIU9NVxZuMHtttL > .row .container { border-width: 0; border-radius: 0; }#GJdAW0zg7G5766TQIgIU9NVxZuMHtttL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GJdAW0zg7G5766TQIgIU9NVxZuMHtttL > .row .container { font-size:0.875rem;font-family:arial;height:51.75rem;width:75rem;overflow:visible;position:relative;display:block; }#bZTyroo4IeETBNk9g98Ow9WEMzQWF3S4 { color:#1b1b1b;display:block;width:30.5615rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:16.749267578125rem;left:43.8916015625rem;height:25.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ci0KPfcSu5JKlv3N51BzZHEpe7FiBra9 { box-sizing:content-box;height:0.062255875rem;width:73.75rem;position:absolute;display:block;z-index:15005;background-color:#e8e8e8;background-image:none;top:51.060791015625rem;left:0.625rem;display:block; }
#khRTDb0TfFp6kFVZlPExsRmZwegCitqe { color:#1c1d21;display:block;width:24.6875rem;position:absolute;font-family:inter;font-size:2.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.0625rem;left:0.625rem;height:5.5234375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#bx3z6QfazMFgrSdRU8PTdirltNhUuZt2 { box-sizing:content-box;height:3.375rem;width:40.0625rem;position:absolute;display:block;z-index:15007;background-color:#5247e2;background-image:none;top:16.75rem;left:0.625rem;border-top-right-radius:624.9375rem;border-bottom-right-radius:624.9375rem;border-bottom-left-radius:624.9375rem;border-top-left-radius:624.9375rem;display:block; }
#bzLdRyfTannQI14ZIisfKThtbOihbCUT { color:#ffffff;display:block;width:33.1875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:17.561767578125rem;left:5.499267578125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#A6LoGEmlxkUfniRMQy2WL2aUgkz49WyA { position:absolute;display:block;z-index:15016;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.5rem;width:1.6875rem;top:26.936767578125rem;left:2.7490234375rem;overflow:hidden;display:block; }
#VARaQiALELqUvVffDhS8hM4qVnOpzbmI { box-sizing:content-box;height:3.375rem;width:34.1875rem;position:absolute;display:block;z-index:15010;background-color:#5247e2;background-image:none;top:21.3740234375rem;left:0.625rem;border-top-right-radius:624.9375rem;border-bottom-right-radius:624.9375rem;border-bottom-left-radius:624.9375rem;border-top-left-radius:624.9375rem;display:block; }
#s0kbZBC8E0tR0T0U8uEIGlCKTUfVobQM { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:22.18701171875rem;left:5.499267578125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Trx5usBvhxtiClbBmhhfo2I61DMqBK39 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.6875rem;top:17.6875rem;left:2.7490234375rem;overflow:hidden;display:block; }
#OC8zxmnu53Whham7S9BEKx0m9f0BabrK { box-sizing:content-box;height:3.375rem;width:24.875rem;position:absolute;display:block;z-index:15013;background-color:#5247e2;background-image:none;top:25.999267578125rem;left:0.625rem;border-top-right-radius:624.9375rem;border-bottom-right-radius:624.9375rem;border-bottom-left-radius:624.9375rem;border-top-left-radius:624.9375rem;display:block; }
#qzyhutaTXUP8kR2HwVEWyJd9y1EsHP1t { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:26.812255859375rem;left:5.499267578125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#LHiZrVVruVpTzhw6yKXPWg5XbvW1D1dq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.6875rem;top:22.3115234375rem;left:2.7490234375rem;overflow:hidden;display:block; }
#bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/86461c6d-595c-42df-a20b-f55624759843/bgtimeline.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl.adaptive-delivery-prevent-bg, #bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl.lazyload, #bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl.lazyloading { background-image: none; }#bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl > .row .container { background-color: transparent; background-image: none; }#bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl > .row .container > .video-iframe-container { display: none; }#bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl > .row > .video-iframe-container { display: none; }#bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl > .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); }#bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl > .row .container { border-width: 0; border-radius: 0; }#bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl > .row .container { font-size:0.875rem;font-family:arial;height:108.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#X85CcZH3Gl2WqyxMa3tqTuylNJMr42zS { color:#1b1b1b;display:block;width:18.0625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:27.4375rem;left:13.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NgoWP6u49y1SG57IECfg6AEWRTckIZlO { color:#5247e2;display:block;width:18.1875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:29rem;left:13.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v2AJZJ35HKyVyyccWwNF1XnffXZpWhqR { position:absolute;display:block;z-index:15021;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: none;height:10.8125rem;width:10.8125rem;top:82.25rem;left:1.0625rem;overflow:hidden;display:block; }
#diWTk4TwIan0xvHTWBaTBNUkWmNo5N6k { position:absolute;display:block;z-index:15022;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: none;height:10.8125rem;width:10.8125rem;top:52.0625rem;left:1.0625rem;overflow:hidden;display:block; }
#DImp6f2g3S88hQMyZg4QqdBGd8BhSHcc { position:absolute;display:block;z-index:15023;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: none;height:10.8125rem;width:10.8125rem;top:21.125rem;left:1.0625rem;overflow:hidden;display:block; }
#pkLEl4NmtdxPiFoTr3Pstv7HrOn7Tc74 { color:#1c1d21;display:block;width:24.6875rem;position:absolute;font-family:inter;font-size:3.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.0625rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ypcyxvw9LrzfsVyoSETK4Nf7GQZif9Ii { color:#5247e2;display:block;width:14.0625rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.0625rem;left:1.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#cx0OFoevah8Aa5HxrJXZrAdo2Vl6wBmu { color:#1b1b1b;display:block;width:57.1875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:10.5rem;left:1.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U1g9ZTEHorKuOf4eGhs6LyLlcDJbLbyT { box-sizing:content-box;height:3.75rem;width:0.125rem;position:absolute;display:block;z-index:15026;background-color:#5247e2;background-image:none;top:13.375rem;left:1.1875rem;display:block; }
#iMLn7soNhVMEhTS9dTxOGnnDJAZlDdwC { color:#1b1b1b;display:block;width:57.1875rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.0625rem;left:13.125rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OIHHMRP7159UR3AGTwaIJg34GGi63nyV { color:#5247e2;display:block;width:14.0625rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:18.375rem;left:1.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ucPFIKv99O6Mai2ItKD1ECuN8z3rOmvV { color:#5247e2;display:block;width:14.0625rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:49rem;left:1.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#FvycbVfUW0eKfV6hlk1Nhr0simKVR1ib { color:#1b1b1b;display:block;width:44.9375rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:52.6875rem;left:13.3125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eHTIUtJi30Fq0uVPl20cvflqCn3MglUO { color:#1b1b1b;display:block;width:18.0625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:58.0625rem;left:13.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hA5F936LfrGdNsI1Vlqp6TrpUPHL789q { color:#5247e2;display:block;width:18.1875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:59.625rem;left:13.3125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qOyd6DeGng1GcmzvL8TceSaT0Mib8IBu { box-sizing:content-box;height:3.75rem;width:0.125rem;position:absolute;display:block;z-index:15033;background-color:#5247e2;background-image:none;top:64.1875rem;left:1.1875rem;display:block; }
#twbTd7woSZ82sT6ff0soiJDuIiTmJk7s { box-sizing:content-box;height:3.75rem;width:0.125rem;position:absolute;display:block;z-index:15029;background-color:#5247e2;background-image:none;top:74.5rem;left:1.1875rem;display:block; }
#FpIXFqitHiqvp0wlHvV0z6wdrMciih64 { color:#1b1b1b;display:block;width:57.1875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:71.625rem;left:1.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wwATSNBkgnuFCOyKghlwBmSHQMoiD28t { color:#5247e2;display:block;width:14.0625rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:69.1875rem;left:1.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#xihKTL7nIEUhRR8diUyBT50xw1hglsPQ { color:#5247e2;display:block;width:18.1875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:90.125rem;left:13.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Av9hsoiWLPtsfukghwBIzRAwhXNZt8Ks { color:#1b1b1b;display:block;width:18.0625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:88.5625rem;left:13.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pwTTh1SM5WBSiItTr5LTAPPlksQCREWp { color:#1b1b1b;display:block;width:57.1875rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:83.1875rem;left:13.125rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yf6y6F4kTyeGERmetaH3xMn104KGAtck { color:#5247e2;display:block;width:14.0625rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:79.5rem;left:1.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#JrKagfA38ouU8r7GyARDRwyckIfgn6Gh { box-sizing:content-box;height:3.75rem;width:0.125rem;position:absolute;display:block;z-index:15033;background-color:#5247e2;background-image:none;top:44rem;left:1.1875rem;display:block; }
#tSryNTO28HmiRXCWOGMHJyhRiIr9AWfU { color:#1b1b1b;display:block;width:57.1875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:41.125rem;left:1.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BqmkEiM8cv8w5odP6qmrBEML7BwcLRMp { color:#5247e2;display:block;width:14.0625rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:38.6875rem;left:1.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#gmcq2bJ0EKt3r08pLTyepsR8udH3iX1v { box-sizing:content-box;height:3.75rem;width:0.125rem;position:absolute;display:block;z-index:15037;background-color:#5247e2;background-image:none;top:33.6875rem;left:1.1875rem;display:block; }
#VlX94gp8GmrpUACgRwVZqbWWDTaNTHbo { box-sizing:content-box;height:3.75rem;width:0.125rem;position:absolute;display:block;z-index:15036;background-color:#5247e2;background-image:none;top:94.6875rem;left:1.1875rem;display:block; }
#NfFJCJhVl7P7CdP4hid9rKgkftWiXOlJ { color:#5247e2;display:block;width:14.0625rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:99.6875rem;left:1.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Bpz8TkJt31Ife5V0PkdqhwayIhlBTIfh { color:#1b1b1b;display:block;width:57.1875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:102.125rem;left:1.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QvD7o0hPigcxkCC1X5b3vLPOy2DABCk5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1d21;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; }#QvD7o0hPigcxkCC1X5b3vLPOy2DABCk5 > .row .container { background-color: transparent; background-image: none; }#QvD7o0hPigcxkCC1X5b3vLPOy2DABCk5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvD7o0hPigcxkCC1X5b3vLPOy2DABCk5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvD7o0hPigcxkCC1X5b3vLPOy2DABCk5 > .row .container > .video-iframe-container { display: none; }#QvD7o0hPigcxkCC1X5b3vLPOy2DABCk5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvD7o0hPigcxkCC1X5b3vLPOy2DABCk5 > .row > .video-iframe-container { display: none; }#QvD7o0hPigcxkCC1X5b3vLPOy2DABCk5 > .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); }#QvD7o0hPigcxkCC1X5b3vLPOy2DABCk5 > .row .container { border-width: 0; border-radius: 0; }#QvD7o0hPigcxkCC1X5b3vLPOy2DABCk5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvD7o0hPigcxkCC1X5b3vLPOy2DABCk5 > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:75rem;position:relative;display:block; }#bc6iNqWpZ8EZoWCOzPG5yw7002MRCc6g { color:#f2f7fb;display:block;width:24.6875rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0.65625rem;height:3.08715625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PDPrLGCiha3G2dWu1Gzzu7vCLmE44JUA { 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:7.9375rem;width:32.5625rem;top:40.505859375rem;left:0.03125rem;overflow:hidden;display:block; }
#dCzix0kUp1m3DqqcEM27Ma98eHGHEKAP { position:absolute;display:block;z-index:15007;height:28.125rem;width:34rem;top:5.7783203125rem;left:39.25rem;display:block; }
#iQQi1g1wOPAL1OB2gc6COCzgsVyuIkE2 { color:#5247e2;display:block;width:28.3125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:47.369140625rem;left:44.65625rem;height:1.05615rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#a7c5WPzgaEF7hmHTH3Tlzgemniw37CkV { color:#f2f7fb;display:block;width:26.8115rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.725341796875rem;left:0.655517578125rem;height:10.2333875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xmy2i4IPZsZ5xEW9S96nysiCSOTATRkx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5247e2;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; }#xmy2i4IPZsZ5xEW9S96nysiCSOTATRkx > .row .container { background-color: transparent; background-image: none; }#xmy2i4IPZsZ5xEW9S96nysiCSOTATRkx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmy2i4IPZsZ5xEW9S96nysiCSOTATRkx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmy2i4IPZsZ5xEW9S96nysiCSOTATRkx > .row .container > .video-iframe-container { display: none; }#xmy2i4IPZsZ5xEW9S96nysiCSOTATRkx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xmy2i4IPZsZ5xEW9S96nysiCSOTATRkx > .row > .video-iframe-container { display: none; }#xmy2i4IPZsZ5xEW9S96nysiCSOTATRkx > .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); }#xmy2i4IPZsZ5xEW9S96nysiCSOTATRkx > .row .container { border-width: 0; border-radius: 0; }#xmy2i4IPZsZ5xEW9S96nysiCSOTATRkx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xmy2i4IPZsZ5xEW9S96nysiCSOTATRkx > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9bm2B9cJHlU0S7A2OKUeSFxIiC2nXAH { top:41.75rem;left:12.6875rem;width:21.5625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6uz6ZtXxgpvJSrWnSCq4lHvXELOABzy { top:25rem;left:10.25rem;width:37.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7l9cnuN5dsVD7adMXBczpskNrTuS1GC { top:22.125rem;left:0rem;width:47.75rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcKz5I4nTo7CtVbzthI6oOWJhLhv9OPz { top:27rem;left:10.25rem;width:37.5rem;height:3.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiPK0AJ9UXzdXOzuL3E5fGdVR0ewEWqx { top:31.25rem;left:9.375rem;width:38.3125rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlpHOTtSleSB0m4FnfK73fUx34qm9HK7 { top:40.625rem;left:42.4375rem;width:5.3125rem;height:3.8296728825229rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0sWqnBOtRAAT7fbELr8ThMTyTWVMtn5 { width:17.5rem;height:3.4375rem;top:2.75rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVAmJQXfWg184TsZgZi9fP8N563U5plf { display:block; }
 }@media only screen and (max-width: 763px) { #UTzkWSTXB96S5cL6qQacOA2fuGFu9SRW { top:36.25rem;left:12.687255859375rem;width:6.875rem;height:2.24975625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvmnlKeEsryO6HcMlPUBsQ8KdxHbzf1N { top:36.25rem;left:20.28125rem;width:7.1875rem;height:2.24975625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfcIDnotFrsDiFEndwzxklwkf7TSMieO { top:36.25rem;left:28.124267578125rem;width:10.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6eylZDAV9ZwbJDxfozVIORnDOuVsKCy { top:3.875rem;left:0rem;width:6.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJdAW0zg7G5766TQIgIU9NVxZuMHtttL { display:block; }#GJdAW0zg7G5766TQIgIU9NVxZuMHtttL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZTyroo4IeETBNk9g98Ow9WEMzQWF3S4 { top:16.6875rem;left:17.25rem;width:30.5rem;height:25.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci0KPfcSu5JKlv3N51BzZHEpe7FiBra9 { top:51rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #khRTDb0TfFp6kFVZlPExsRmZwegCitqe { top:8.0625rem;left:0rem;width:24.6875rem;height:5.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx3z6QfazMFgrSdRU8PTdirltNhUuZt2 { top:16.75rem;left:0rem;width:40.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzLdRyfTannQI14ZIisfKThtbOihbCUT { top:17.5rem;left:0rem;width:33.125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6LoGEmlxkUfniRMQy2WL2aUgkz49WyA { top:26.875rem;left:0rem;width:1.6875rem;height:1.4994581768066rem;display:block; }
 }@media only screen and (max-width: 763px) { #VARaQiALELqUvVffDhS8hM4qVnOpzbmI { top:21.3125rem;left:0rem;width:34.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0kbZBC8E0tR0T0U8uEIGlCKTUfVobQM { top:22.125rem;left:0rem;width:26.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trx5usBvhxtiClbBmhhfo2I61DMqBK39 { top:17.6875rem;left:0rem;width:1.6875rem;height:1.4994581768066rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC8zxmnu53Whham7S9BEKx0m9f0BabrK { top:25.9375rem;left:0rem;width:24.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzyhutaTXUP8kR2HwVEWyJd9y1EsHP1t { top:26.75rem;left:0rem;width:17.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHiZrVVruVpTzhw6yKXPWg5XbvW1D1dq { top:22.25rem;left:0rem;width:1.6875rem;height:1.4994581768066rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl { display:block; }#bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X85CcZH3Gl2WqyxMa3tqTuylNJMr42zS { top:27.4375rem;left:0rem;width:18rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgoWP6u49y1SG57IECfg6AEWRTckIZlO { top:29rem;left:0rem;width:18.125rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2AJZJ35HKyVyyccWwNF1XnffXZpWhqR { top:82.25rem;left:0rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diWTk4TwIan0xvHTWBaTBNUkWmNo5N6k { top:52.0625rem;left:0rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DImp6f2g3S88hQMyZg4QqdBGd8BhSHcc { top:21.125rem;left:0rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkLEl4NmtdxPiFoTr3Pstv7HrOn7Tc74 { top:1.5625rem;left:0rem;width:24.6875rem;height:4.1875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypcyxvw9LrzfsVyoSETK4Nf7GQZif9Ii { top:8rem;left:0rem;width:14.0625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx0OFoevah8Aa5HxrJXZrAdo2Vl6wBmu { top:10.5rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1g9ZTEHorKuOf4eGhs6LyLlcDJbLbyT { top:13.375rem;left:0rem;width:0.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMLn7soNhVMEhTS9dTxOGnnDJAZlDdwC { top:22.0625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIHHMRP7159UR3AGTwaIJg34GGi63nyV { top:18.3125rem;left:0rem;width:14.0625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucPFIKv99O6Mai2ItKD1ECuN8z3rOmvV { top:48.9375rem;left:0rem;width:14.0625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvycbVfUW0eKfV6hlk1Nhr0simKVR1ib { top:52.6875rem;left:0rem;width:44.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHTIUtJi30Fq0uVPl20cvflqCn3MglUO { top:58.0625rem;left:0rem;width:18rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA5F936LfrGdNsI1Vlqp6TrpUPHL789q { top:59.625rem;left:0rem;width:18.125rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOyd6DeGng1GcmzvL8TceSaT0Mib8IBu { top:64.1875rem;left:0rem;width:0.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #twbTd7woSZ82sT6ff0soiJDuIiTmJk7s { top:74.5rem;left:0rem;width:0.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpIXFqitHiqvp0wlHvV0z6wdrMciih64 { top:71.625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwATSNBkgnuFCOyKghlwBmSHQMoiD28t { top:69.125rem;left:0rem;width:14.0625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xihKTL7nIEUhRR8diUyBT50xw1hglsPQ { top:90.125rem;left:0rem;width:18.125rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av9hsoiWLPtsfukghwBIzRAwhXNZt8Ks { top:88.5625rem;left:0rem;width:18rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwTTh1SM5WBSiItTr5LTAPPlksQCREWp { top:83.1875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf6y6F4kTyeGERmetaH3xMn104KGAtck { top:79.4375rem;left:0rem;width:14.0625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrKagfA38ouU8r7GyARDRwyckIfgn6Gh { top:44rem;left:0rem;width:0.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSryNTO28HmiRXCWOGMHJyhRiIr9AWfU { top:41.125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqmkEiM8cv8w5odP6qmrBEML7BwcLRMp { top:38.625rem;left:0rem;width:14.0625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmcq2bJ0EKt3r08pLTyepsR8udH3iX1v { top:33.6875rem;left:0rem;width:0.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlX94gp8GmrpUACgRwVZqbWWDTaNTHbo { top:94.6875rem;left:0rem;width:0.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfFJCJhVl7P7CdP4hid9rKgkftWiXOlJ { top:99.6875rem;left:0rem;width:14.0625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bpz8TkJt31Ife5V0PkdqhwayIhlBTIfh { top:102.125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvD7o0hPigcxkCC1X5b3vLPOy2DABCk5 { display:block; }#QvD7o0hPigcxkCC1X5b3vLPOy2DABCk5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bc6iNqWpZ8EZoWCOzPG5yw7002MRCc6g { top:7rem;left:0rem;width:24.6875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDPrLGCiha3G2dWu1Gzzu7vCLmE44JUA { top:40.5rem;left:0rem;width:32.5625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCzix0kUp1m3DqqcEM27Ma98eHGHEKAP { top:5.75rem;left:13.75rem;width:34rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQQi1g1wOPAL1OB2gc6COCzgsVyuIkE2 { top:47.3125rem;left:19.4375rem;width:28.3125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7c5WPzgaEF7hmHTH3Tlzgemniw37CkV { top:14.6875rem;left:0rem;width:26.75rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmy2i4IPZsZ5xEW9S96nysiCSOTATRkx { display:block; }#xmy2i4IPZsZ5xEW9S96nysiCSOTATRkx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#1c1d21;background-image:url("https://images.assets-landingi.com/uc/fd918119-d552-4d09-ba99-caa5d18b80af/Obsidian_Dispersion_Light1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9bm2B9cJHlU0S7A2OKUeSFxIiC2nXAH { width:16rem;height:1.29980625rem;top:28.90234375rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6uz6ZtXxgpvJSrWnSCq4lHvXELOABzy { width:15.625rem;height:1.3496125rem;top:11.1494140625rem;left:0.71875rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #g7l9cnuN5dsVD7adMXBczpskNrTuS1GC { width:20rem;height:22.9375rem;top:9.125rem;left:0rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DcKz5I4nTo7CtVbzthI6oOWJhLhv9OPz { width:18.9375rem;height:5.3984375rem;top:12.4990234375rem;left:0.53125rem;font-size:2.25rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OiPK0AJ9UXzdXOzuL3E5fGdVR0ewEWqx { width:15.5rem;height:2.5996125rem;top:17.8974609375rem;left:0.78125rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TlpHOTtSleSB0m4FnfK73fUx34qm9HK7 { width:5.3125rem;height:3.8291rem;top:3rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0sWqnBOtRAAT7fbELr8ThMTyTWVMtn5 { width:17.5rem;height:3.4375rem;top:37rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVAmJQXfWg184TsZgZi9fP8N563U5plf { display:block; }
 }@media only screen and (max-width: 763px) { #UTzkWSTXB96S5cL6qQacOA2fuGFu9SRW { width:6.75rem;height:2rem;top:21.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvmnlKeEsryO6HcMlPUBsQ8KdxHbzf1N { width:7.0625rem;height:2rem;top:21.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfcIDnotFrsDiFEndwzxklwkf7TSMieO { width:9.4375rem;height:2rem;top:24.75rem;left:0.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #s6eylZDAV9ZwbJDxfozVIORnDOuVsKCy { width:6.75rem;height:1.25rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJdAW0zg7G5766TQIgIU9NVxZuMHtttL { display:block; }#GJdAW0zg7G5766TQIgIU9NVxZuMHtttL > .row .container { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZTyroo4IeETBNk9g98Ow9WEMzQWF3S4 { width:20rem;height:24.9375rem;top:27.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci0KPfcSu5JKlv3N51BzZHEpe7FiBra9 { width:20rem;height:0.0625rem;top:54.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #khRTDb0TfFp6kFVZlPExsRmZwegCitqe { width:17.4375rem;height:4.38671875rem;top:6.14111328125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx3z6QfazMFgrSdRU8PTdirltNhUuZt2 { width:20rem;height:3.375rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzLdRyfTannQI14ZIisfKThtbOihbCUT { width:14.25rem;height:2.4375rem;top:13.625rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6LoGEmlxkUfniRMQy2WL2aUgkz49WyA { width:1.6875rem;height:1.5rem;top:22.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VARaQiALELqUvVffDhS8hM4qVnOpzbmI { width:20rem;height:3.375rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0kbZBC8E0tR0T0U8uEIGlCKTUfVobQM { width:14.1875rem;height:2.4375rem;top:17.78125rem;left:3.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trx5usBvhxtiClbBmhhfo2I61DMqBK39 { width:1.6875rem;height:1.5rem;top:14.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC8zxmnu53Whham7S9BEKx0m9f0BabrK { width:20rem;height:3.375rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzyhutaTXUP8kR2HwVEWyJd9y1EsHP1t { width:14.4375rem;height:1.21875rem;top:22.578125rem;left:3.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHiZrVVruVpTzhw6yKXPWg5XbvW1D1dq { width:1.6875rem;height:1.5rem;top:18.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/86461c6d-595c-42df-a20b-f55624759843/bgtimeline.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl.adaptive-delivery-prevent-bg, #bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl.lazyload, #bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl.lazyloading { background-image: none; }#bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl > .row .container { background-color: transparent; background-image: none; }#bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl > .row .container > .video-iframe-container { display: none; }#bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl > .row > .video-iframe-container { display: none; }#bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl > .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); }#bKsvLNQB3pyelgro3KBhDIuZhv9mvrnl > .row .container { width:20rem;height:157.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X85CcZH3Gl2WqyxMa3tqTuylNJMr42zS { width:18.0625rem;height:1.29980625rem;top:43.3125rem;left:0.0625rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NgoWP6u49y1SG57IECfg6AEWRTckIZlO { width:18.1875rem;height:2.5996125rem;top:44.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2AJZJ35HKyVyyccWwNF1XnffXZpWhqR { width:10.875rem;height:10.875rem;top:110.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #diWTk4TwIan0xvHTWBaTBNUkWmNo5N6k { width:10.875rem;height:10.875rem;top:68.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DImp6f2g3S88hQMyZg4QqdBGd8BhSHcc { width:10.875rem;height:10.875rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkLEl4NmtdxPiFoTr3Pstv7HrOn7Tc74 { width:20rem;height:3.16796875rem;top:3.75rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypcyxvw9LrzfsVyoSETK4Nf7GQZif9Ii { width:14.0625rem;height:2.4375rem;top:11.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx0OFoevah8Aa5HxrJXZrAdo2Vl6wBmu { width:17.5rem;height:1.4619125rem;top:13.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1g9ZTEHorKuOf4eGhs6LyLlcDJbLbyT { width:0.125rem;height:3.75rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMLn7soNhVMEhTS9dTxOGnnDJAZlDdwC { width:20rem;height:4.875rem;top:37rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIHHMRP7159UR3AGTwaIJg34GGi63nyV { width:14.0625rem;height:2.4375rem;top:22.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucPFIKv99O6Mai2ItKD1ECuN8z3rOmvV { width:14.0625rem;height:2.4375rem;top:65.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvycbVfUW0eKfV6hlk1Nhr0simKVR1ib { width:19.4375rem;height:3.25rem;top:80rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHTIUtJi30Fq0uVPl20cvflqCn3MglUO { width:18.0625rem;height:1.29980625rem;top:85.375rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hA5F936LfrGdNsI1Vlqp6TrpUPHL789q { width:18.1875rem;height:2.5996125rem;top:86.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOyd6DeGng1GcmzvL8TceSaT0Mib8IBu { width:0.125rem;height:3.75rem;top:90.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #twbTd7woSZ82sT6ff0soiJDuIiTmJk7s { width:0.125rem;height:3.75rem;top:101.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpIXFqitHiqvp0wlHvV0z6wdrMciih64 { width:20rem;height:1.4619125rem;top:98.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwATSNBkgnuFCOyKghlwBmSHQMoiD28t { width:14.0625rem;height:2.4375rem;top:96.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xihKTL7nIEUhRR8diUyBT50xw1hglsPQ { width:18.1875rem;height:2.5996125rem;top:129.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av9hsoiWLPtsfukghwBIzRAwhXNZt8Ks { width:18.0625rem;height:1.29980625rem;top:132.125rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pwTTh1SM5WBSiItTr5LTAPPlksQCREWp { width:20rem;height:6.5rem;top:122.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf6y6F4kTyeGERmetaH3xMn104KGAtck { width:14.0625rem;height:2.4375rem;top:107.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrKagfA38ouU8r7GyARDRwyckIfgn6Gh { width:0.125rem;height:3.75rem;top:48.9482421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSryNTO28HmiRXCWOGMHJyhRiIr9AWfU { width:20rem;height:1.4619125rem;top:56.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqmkEiM8cv8w5odP6qmrBEML7BwcLRMp { width:14.0625rem;height:2.4375rem;top:53.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmcq2bJ0EKt3r08pLTyepsR8udH3iX1v { width:0.125rem;height:3.75rem;top:134.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlX94gp8GmrpUACgRwVZqbWWDTaNTHbo { width:0.125rem;height:3.75rem;top:60.2607421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfFJCJhVl7P7CdP4hid9rKgkftWiXOlJ { width:14.0625rem;height:2.4375rem;top:139.9482421875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bpz8TkJt31Ife5V0PkdqhwayIhlBTIfh { width:20rem;height:1.4619125rem;top:143.5107421875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvD7o0hPigcxkCC1X5b3vLPOy2DABCk5 { display:block; }#QvD7o0hPigcxkCC1X5b3vLPOy2DABCk5 > .row .container { width:20rem;height:72.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bc6iNqWpZ8EZoWCOzPG5yw7002MRCc6g { width:18.75rem;height:2.03125rem;top:4.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDPrLGCiha3G2dWu1Gzzu7vCLmE44JUA { width:20rem;height:4.9375rem;top:59.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCzix0kUp1m3DqqcEM27Ma98eHGHEKAP { width:20rem;height:28.125rem;top:18.9462890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQQi1g1wOPAL1OB2gc6COCzgsVyuIkE2 { width:20rem;height:0.9746125rem;top:68.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a7c5WPzgaEF7hmHTH3Tlzgemniw37CkV { width:20rem;height:9.09864375rem;top:8.099609375rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xmy2i4IPZsZ5xEW9S96nysiCSOTATRkx { display:block; }#xmy2i4IPZsZ5xEW9S96nysiCSOTATRkx > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }