.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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/b889466a-7a34-4617-a676-67ffa4e883d3/herobg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(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.375rem;width:75rem;overflow:visible;position:relative;display:block; }#WFDRtCT7i2LI8VtTDFtccXyTMupds4re { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:34.3125rem;top:4.8125rem;left:1.4375rem;overflow:hidden;display:block; }
#N9bm2B9cJHlU0S7A2OKUeSFxIiC2nXAH { color:#92a3ed;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:37.375rem;left:1.875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s6uz6ZtXxgpvJSrWnSCq4lHvXELOABzy { color:#ffffff;display:block;width:37.5625rem;position:absolute;font-family:inter;font-size:2.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:28rem;left:1.875rem;height:8.042rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g7l9cnuN5dsVD7adMXBczpskNrTuS1GC { box-sizing:content-box;height:18.5rem;width:40.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.12);background-image:none;top:26.25rem;left:0rem;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; }
#D39dR6cHrLG4AoUQPav0hbzhF7ZXtCeb { 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:6.75rem;width:9.375rem;top:37.9375rem;left:65.625rem;overflow:hidden;display:block; }
#RtBTxx3345eVXAGXSu2FCXuM9kEGR05o { background-color:#5247e2;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:38.75rem;left:20.875rem;display:block; }
#SdoU5zF2y3CnH2uuHHlNyn9R6HkEwh3K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xmrNBgH8od0vXeXne4oz8TUdl8bJLb6R { color:#f2f7fb;display:block;width:21.875rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.5625rem;left:1.875rem;height:5.1181625rem;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:43.125rem;width:75rem;overflow:visible;position:relative;display:block; }#bZTyroo4IeETBNk9g98Ow9WEMzQWF3S4 { color:#1b1b1b;display:block;width:25.4375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:22.375rem;left:49rem;height:12.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ci0KPfcSu5JKlv3N51BzZHEpe7FiBra9 { box-sizing:content-box;height:0.0625rem;width:73.75rem;position:absolute;display:block;z-index:15005;background-color:#e8e8e8;background-image:none;top:39.9375rem;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.5244125rem;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:21.5625rem;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:22.375rem;left:5.5rem;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:31.75rem;left:2.75rem;overflow:hidden;display:block; }
#VARaQiALELqUvVffDhS8hM4qVnOpzbmI { box-sizing:content-box;height:3.375rem;width:30.125rem;position:absolute;display:block;z-index:15010;background-color:#5247e2;background-image:none;top:26.1875rem;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:23.4375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:27rem;left:5.5rem;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:22.5rem;left:2.75rem;overflow:hidden;display:block; }
#OC8zxmnu53Whham7S9BEKx0m9f0BabrK { box-sizing:content-box;height:3.375rem;width:34.9375rem;position:absolute;display:block;z-index:15013;background-color:#5247e2;background-image:none;top:30.8125rem;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:28.3125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:31.625rem;left:5.5rem;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:27.125rem;left:2.75rem;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:118rem;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:31.4375rem;left:12.75rem;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:33rem;left:12.6875rem;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.875rem;width:10.875rem;top:75.5rem;left:0.625rem;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.875rem;width:10.875rem;top:45.3125rem;left:0.625rem;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.875rem;width:10.875rem;top:25.125rem;left:0.625rem;overflow:hidden;display:block; }
#kbTNAHE5OTb2HAn5cdN9AH6KnPTTEPQ0 { position:absolute;display:block;z-index:15024;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.875rem;width:10.875rem;top:95.375rem;left:12.125rem;overflow:hidden;display:block; }
#wGvUTwgGbqnQCfyyMKFHStU2FrRcWqBl { position:absolute;display:block;z-index:15025;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.875rem;top:95.40625rem;left:0.625rem;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:2.375rem;left:0.625rem;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:12.0625rem;left:0.625rem;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:14.5rem;left:0.625rem;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:17.375rem;left:0.75rem;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:26.0625rem;left:12.6875rem;height:1.7871125rem;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:22.375rem;left:0.625rem;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:42.25rem;left:0.8125rem;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:45.9375rem;left:12.875rem;height:3.57421875rem;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:51.3125rem;left:12.9375rem;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:52.875rem;left:12.875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kF883wirCToQmQqzg2MxsrmNdEXa3ZAe { box-sizing:content-box;height:3.75rem;width:0.125rem;position:absolute;display:block;z-index:15032;background-color:#5247e2;background-image:none;top:37.25rem;left:0.9375rem;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:57.4375rem;left:0.75rem;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:67.75rem;left:0.75rem;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:64.875rem;left:0.625rem;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:62.4375rem;left:0.625rem;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:83.375rem;left:12.6875rem;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:81.8125rem;left:12.75rem;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:76.4375rem;left:12.6875rem;height:1.7871125rem;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:72.75rem;left:0.625rem;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; }
#cqWrfBtTQmIf1OFFrOTvg1akT7fmIwcM { color:#5247e2;display:block;width:18.1875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:103.25rem;left:24.1875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XAsTc1gQ4xdysXM4Py6XKWD8FgBUtJBl { color:#1b1b1b;display:block;width:27.5625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:101.6875rem;left:24.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lEFw6vSduvslFF44cPvBgr1HP3PkpZm1 { color:#1b1b1b;display:block;width:42.75rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:96.3125rem;left:24.1875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XUIRtLtQ4r5cdLTFow5gDvQBzIgwzFCx { color:#5247e2;display:block;width:14.0625rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:92.625rem;left:0.625rem;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; }
#FRe6iS540trkCekreINEmrnRTudwNMdf { box-sizing:content-box;height:3.75rem;width:0.125rem;position:absolute;display:block;z-index:15035;background-color:#5247e2;background-image:none;top:87.625rem;left:0.75rem;display:block; }
#SmfUkeNwabC1egf9fT7xSFmTklpWV2Vd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c8d2fd;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; }#SmfUkeNwabC1egf9fT7xSFmTklpWV2Vd > .row .container { background-color: transparent; background-image: none; }#SmfUkeNwabC1egf9fT7xSFmTklpWV2Vd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmfUkeNwabC1egf9fT7xSFmTklpWV2Vd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmfUkeNwabC1egf9fT7xSFmTklpWV2Vd > .row .container > .video-iframe-container { display: none; }#SmfUkeNwabC1egf9fT7xSFmTklpWV2Vd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmfUkeNwabC1egf9fT7xSFmTklpWV2Vd > .row > .video-iframe-container { display: none; }#SmfUkeNwabC1egf9fT7xSFmTklpWV2Vd > .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); }#SmfUkeNwabC1egf9fT7xSFmTklpWV2Vd > .row .container { border-width: 0; border-radius: 0; }#SmfUkeNwabC1egf9fT7xSFmTklpWV2Vd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SmfUkeNwabC1egf9fT7xSFmTklpWV2Vd > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#ET7czGhXBEmZwSfDhSpJ9ng3lOP7L1Lv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.625rem;width:44rem;top:8.9375rem;left:30.258463541667rem;display:block; }
#zdVkOHo8pTvlnhwtoKFaNbSITE7Xxlu0 { color:#1c1d21;display:block;width:25.5rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.9375rem;left:0.625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bS1ELgTxGnZpM9aqvHmepRDTDdvP5qHA { color:#1c1d21;display:block;width:26.8125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.77392578125rem;left:0.625rem;height:7.3095625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Slev1pJQ2n43hl7qMXO4TFvwH6crPPMG { background-color:#5247e2;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:15007;text-align:center;text-align-last:center;top:30.1875rem;left:0.625rem;display:block; }
#TyShyZigfAfnJdb55kTJ8alO4MKQ80Ea { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PrSsCL3vqcGGPIeJI5TCnbAf1i4NpqHT { position:relative;display:block; }#PrSsCL3vqcGGPIeJI5TCnbAf1i4NpqHT { background-color: transparent; background-image: none; }#PrSsCL3vqcGGPIeJI5TCnbAf1i4NpqHT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrSsCL3vqcGGPIeJI5TCnbAf1i4NpqHT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrSsCL3vqcGGPIeJI5TCnbAf1i4NpqHT > .row .container > .video-iframe-container { display: none; }#PrSsCL3vqcGGPIeJI5TCnbAf1i4NpqHT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrSsCL3vqcGGPIeJI5TCnbAf1i4NpqHT > .row > .video-iframe-container { display: none; }#PrSsCL3vqcGGPIeJI5TCnbAf1i4NpqHT > .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); }#PrSsCL3vqcGGPIeJI5TCnbAf1i4NpqHT { border-width: 0; border-radius: 0; }#PrSsCL3vqcGGPIeJI5TCnbAf1i4NpqHT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PrSsCL3vqcGGPIeJI5TCnbAf1i4NpqHT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:64.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#icEPA2XLyfXn9dnyeCTKdniZidOskhb0 { color:#1c1d21;display:block;width:27.5rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0.625rem;height:5.8496125rem;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; }
#M3g7znGsgPP5dyndocyl3a4my4XbwPtX { box-sizing:content-box;height:3.375rem;width:33.3125rem;position:absolute;display:block;z-index:15009;background-color:#daf3db;background-image:none;top:18.9375rem;left:0.625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#TnSzVTqX13LWAJ4tU89tIT4MbrZBPpR8 { color:#1c1d21;display:block;width:31.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:19.8935546875rem;left:1.875rem;height:1.4624rem;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; }
#CWNkeqfT8nPkDnxaW9sv69kOLHNqe2ra { box-sizing:content-box;height:6.4375rem;width:37.5625rem;position:absolute;display:block;z-index:15011;background-color:#daf3db;background-image:none;top:22.875rem;left:0.625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#LUG02LCPoFPv5cf67KObE9uhZNNkQl1J { color:#1c1d21;display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:23.8125rem;left:1.875rem;height:4.38574375rem;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; }
#FHZTLJGs6gEbI8SnUanhzocGoLHT7lkJ { box-sizing:content-box;height:3.375rem;width:39.75rem;position:absolute;display:block;z-index:15011;background-color:#daf3db;background-image:none;top:30rem;left:0.625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#wU5OV6anzGiT7TTsyV3yKq6yre89akvh { color:#1c1d21;display:block;width:37.125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:30.9375rem;left:1.875rem;height:1.4624rem;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; }
#Fylma9y9u6hIc3siLztUGuOyu5FpeWko { box-sizing:content-box;height:9.75rem;width:37.25rem;position:absolute;display:block;z-index:15013;background-color:#daf3db;background-image:none;top:34.0625rem;left:0.625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#U8cKbhMkwxd8SB4W4bVUcGR3zhha9zrt { color:#1c1d21;display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:35rem;left:1.875rem;height:7.3095625rem;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; }
#cxWPJbivPzo65Lb7KBAwf4gclvVRIzC3 { box-sizing:content-box;height:2.25rem;width:16.3125rem;position:absolute;display:block;z-index:15009;background-color:#5247e2;background-image:none;top:52.9375rem;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; }
#CbvopUMQcsotcOh77a11tyuXWFu4w44K { color:#ffffff;display:block;width:14rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:53.4375rem;left:1.875rem;height:1.21875rem;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; }
#wZJ4ZutsvXbdrvXnFGc4Fm5NDNeosO0C { color:#1c1d21;display:block;width:13.125rem;position:absolute;font-family:inter;font-size:3.375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:47.8125rem;left:0.625rem;height:4.38720625rem;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; }
#SzDQPaUq51b61gnahyuSMWbSneSgW0vH { 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:2.5rem;width:2.5625rem;top:48.755859375rem;left:13.71875rem;overflow:hidden;display:block; }
#DmByzZAeO6H5k89ZIbicLKG13zZUduB3 { 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:36.4375rem;width:31.9375rem;top:18.9375rem;left:43.0625rem;overflow:hidden;display:block; }
#feLo7iOOKNwvhafNNuxtqCcO1aGDVhfw { box-sizing:content-box;height:0.0625rem;width:73.75rem;position:absolute;display:block;z-index:15006;background-color:#e8e8e8;background-image:none;top:62.9375rem;left:0.625rem;display:block; }
#fkK2wHMWeUBvJti9H4UgScPmxpMhExU1 { position:relative;display:block; }#fkK2wHMWeUBvJti9H4UgScPmxpMhExU1 { background-color: transparent; background-image: none; }#fkK2wHMWeUBvJti9H4UgScPmxpMhExU1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkK2wHMWeUBvJti9H4UgScPmxpMhExU1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkK2wHMWeUBvJti9H4UgScPmxpMhExU1 > .row .container > .video-iframe-container { display: none; }#fkK2wHMWeUBvJti9H4UgScPmxpMhExU1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkK2wHMWeUBvJti9H4UgScPmxpMhExU1 > .row > .video-iframe-container { display: none; }#fkK2wHMWeUBvJti9H4UgScPmxpMhExU1 > .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); }#fkK2wHMWeUBvJti9H4UgScPmxpMhExU1 { border-width: 0; border-radius: 0; }#fkK2wHMWeUBvJti9H4UgScPmxpMhExU1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fkK2wHMWeUBvJti9H4UgScPmxpMhExU1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TXX3JxJDUu2gv8IPlog3SrJihta64uyF { color:#1c1d21;display:block;width:34.1875rem;position:absolute;font-family:inter;font-size:2rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0.625rem;height:2.5996125rem;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; }
#u57ZOm3ri7Rd7H0GwBnqFeXkT5AXUPSG { position:relative;display:block; }#u57ZOm3ri7Rd7H0GwBnqFeXkT5AXUPSG { background-color: transparent; background-image: none; }#u57ZOm3ri7Rd7H0GwBnqFeXkT5AXUPSG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u57ZOm3ri7Rd7H0GwBnqFeXkT5AXUPSG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u57ZOm3ri7Rd7H0GwBnqFeXkT5AXUPSG > .row .container > .video-iframe-container { display: none; }#u57ZOm3ri7Rd7H0GwBnqFeXkT5AXUPSG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u57ZOm3ri7Rd7H0GwBnqFeXkT5AXUPSG > .row > .video-iframe-container { display: none; }#u57ZOm3ri7Rd7H0GwBnqFeXkT5AXUPSG > .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); }#u57ZOm3ri7Rd7H0GwBnqFeXkT5AXUPSG { border-width: 0; border-radius: 0; }#u57ZOm3ri7Rd7H0GwBnqFeXkT5AXUPSG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#u57ZOm3ri7Rd7H0GwBnqFeXkT5AXUPSG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VpTqVXU4GRuZy8p8SxHg0NbG2NxpkUS1 { box-sizing:content-box;height:18.8125rem;width:23.75rem;position:absolute;display:block;z-index:15011;background-color:#5247e2;background-image:url("https://images.assets-landingi.com/uc/435a5c50-f800-490f-a49b-8f7af4695acb/cardbg.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:0rem;left:0.625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }#VpTqVXU4GRuZy8p8SxHg0NbG2NxpkUS1.adaptive-delivery-prevent-bg, #VpTqVXU4GRuZy8p8SxHg0NbG2NxpkUS1.lazyload, #VpTqVXU4GRuZy8p8SxHg0NbG2NxpkUS1.lazyloading { background-image: none; }
#ys40r9wMmxvMZds6AC9lNiU0qfWFiL1O { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:9.62451171875rem;left:1.78125rem;height:2.76171875rem;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; }
#vg3gcThOxLfJgGS4M9Pb1kbwrbw4KC25 { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.875rem;left:1.875rem;height:1.7871125rem;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; }
#TXc8NyIHeZGRS1pcASkAo2Ti2V4DQnyh { box-sizing:content-box;height:18.8125rem;width:23.75rem;position:absolute;display:block;z-index:15014;background-color:#5247e2;background-image:url("https://images.assets-landingi.com/uc/435a5c50-f800-490f-a49b-8f7af4695acb/cardbg.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:0rem;left:25.625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }#TXc8NyIHeZGRS1pcASkAo2Ti2V4DQnyh.adaptive-delivery-prevent-bg, #TXc8NyIHeZGRS1pcASkAo2Ti2V4DQnyh.lazyload, #TXc8NyIHeZGRS1pcASkAo2Ti2V4DQnyh.lazyloading { background-image: none; }
#VDx3Tbb9e13aNo4PPnWctig6rDoPscFT { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.6240234375rem;left:26.78125rem;height:6.9043125rem;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; }
#V4gpeaRTgWNnoUZT99xKzqmRWw4aSb8g { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:1.875rem;left:26.875rem;height:3.57421875rem;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; }
#ONgdTGTcXJkEtXZRbuZk36BbJezTFH1R { box-sizing:content-box;height:18.8125rem;width:23.75rem;position:absolute;display:block;z-index:15014;background-color:#5247e2;background-image:url("https://images.assets-landingi.com/uc/435a5c50-f800-490f-a49b-8f7af4695acb/cardbg.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:0rem;left:50.625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }#ONgdTGTcXJkEtXZRbuZk36BbJezTFH1R.adaptive-delivery-prevent-bg, #ONgdTGTcXJkEtXZRbuZk36BbJezTFH1R.lazyload, #ONgdTGTcXJkEtXZRbuZk36BbJezTFH1R.lazyloading { background-image: none; }
#k03zJfTTMIRZV74OASLlTflmw1udVmoP { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.599609375rem;left:51.78125rem;height:2.76171875rem;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; }
#XLEvt1Uhxd5ksO0v4S2XKQNHEqkbZkkE { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:1.875rem;left:51.875rem;height:3.57421875rem;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; }
#VhRtLB5D7t8C8Z6EvciD5iCv7STmTV9b { position:relative;display:none; }#VhRtLB5D7t8C8Z6EvciD5iCv7STmTV9b { border-width: 0; border-radius: 0; }#VhRtLB5D7t8C8Z6EvciD5iCv7STmTV9b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VhRtLB5D7t8C8Z6EvciD5iCv7STmTV9b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JVdNTUOshOOx4FlGBC2E1J8GVWFkVmNf { 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:15.75rem;width:19.875rem;display:none; }
#QAKsNQsV3nNlMx80hZin8pDw9uON79sB { 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:15.75rem;width:19.75rem;display:none; }
#ZuA4iuXO3RZRpGelb4c6TvD4sHllNVeo { 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:15.75rem;width:19.75rem;display:none; }
#lbJqngte7XnlcHWzwX9lCR1nZ97flzl8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a0edc5e4-b70a-4261-b7ec-e2b34dd74a53/imagesbg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#lbJqngte7XnlcHWzwX9lCR1nZ97flzl8.adaptive-delivery-prevent-bg, #lbJqngte7XnlcHWzwX9lCR1nZ97flzl8.lazyload, #lbJqngte7XnlcHWzwX9lCR1nZ97flzl8.lazyloading { background-image: none; }#lbJqngte7XnlcHWzwX9lCR1nZ97flzl8 > .row .container { background-color: transparent; background-image: none; }#lbJqngte7XnlcHWzwX9lCR1nZ97flzl8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbJqngte7XnlcHWzwX9lCR1nZ97flzl8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbJqngte7XnlcHWzwX9lCR1nZ97flzl8 > .row .container > .video-iframe-container { display: none; }#lbJqngte7XnlcHWzwX9lCR1nZ97flzl8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbJqngte7XnlcHWzwX9lCR1nZ97flzl8 > .row > .video-iframe-container { display: none; }#lbJqngte7XnlcHWzwX9lCR1nZ97flzl8 > .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); }#lbJqngte7XnlcHWzwX9lCR1nZ97flzl8 > .row .container { border-width: 0; border-radius: 0; }#lbJqngte7XnlcHWzwX9lCR1nZ97flzl8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lbJqngte7XnlcHWzwX9lCR1nZ97flzl8 > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;position:relative;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.875rem;width:75rem;position:relative;display:block; }#bc6iNqWpZ8EZoWCOzPG5yw7002MRCc6g { color:#5247e2;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:6.173825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t14dKkgx9EOGaHnX9PQsitB3XakZTTSB { color:#ffffff;display:block;width:30.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15rem;left:0.65625rem;height:2.5996125rem;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:28.125rem;top:5.78125rem;left:44.75rem;display:block; }
#CMTlnxZZd9AGX32SDrNOi6X7vmi7RkMl { color:#ffffff;display:block;width:28.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:18.2998046875rem;left:0.625rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#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) { #WFDRtCT7i2LI8VtTDFtccXyTMupds4re { top:4.8125rem;left:0rem;width:34.3125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9bm2B9cJHlU0S7A2OKUeSFxIiC2nXAH { top:37.375rem;left:0rem;width:21.5625rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6uz6ZtXxgpvJSrWnSCq4lHvXELOABzy { top:28rem;left:0rem;width:37.5625rem;height:8rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7l9cnuN5dsVD7adMXBczpskNrTuS1GC { top:26.25rem;left:0rem;width:40.625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D39dR6cHrLG4AoUQPav0hbzhF7ZXtCeb { top:37.9375rem;left:38.375rem;width:9.375rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtBTxx3345eVXAGXSu2FCXuM9kEGR05o { width:17.5rem;height:3.4375rem;top:38.75rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdoU5zF2y3CnH2uuHHlNyn9R6HkEwh3K { display:block; }
 }@media only screen and (max-width: 763px) { #xmrNBgH8od0vXeXne4oz8TUdl8bJLb6R { top:11.5625rem;left:0rem;width:21.875rem;height:5.0625rem;font-size:1.3125rem;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:22.375rem;left:22.3125rem;width:25.4375rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci0KPfcSu5JKlv3N51BzZHEpe7FiBra9 { top:39.9375rem;left:0rem;width:47.75rem;height:0.0625rem;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:21.5625rem;left:0rem;width:40.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzLdRyfTannQI14ZIisfKThtbOihbCUT { top:22.375rem;left:0rem;width:33.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6LoGEmlxkUfniRMQy2WL2aUgkz49WyA { top:31.75rem;left:0rem;width:1.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VARaQiALELqUvVffDhS8hM4qVnOpzbmI { top:26.1875rem;left:0rem;width:30.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0kbZBC8E0tR0T0U8uEIGlCKTUfVobQM { top:27rem;left:0rem;width:23.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trx5usBvhxtiClbBmhhfo2I61DMqBK39 { top:22.5rem;left:0rem;width:1.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC8zxmnu53Whham7S9BEKx0m9f0BabrK { top:30.8125rem;left:0rem;width:34.9375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzyhutaTXUP8kR2HwVEWyJd9y1EsHP1t { top:31.625rem;left:0rem;width:28.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHiZrVVruVpTzhw6yKXPWg5XbvW1D1dq { top:27.125rem;left:0rem;width:1.6875rem;height:1.5rem;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:31.4375rem;left:0rem;width:18.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgoWP6u49y1SG57IECfg6AEWRTckIZlO { top:33rem;left:0rem;width:18.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2AJZJ35HKyVyyccWwNF1XnffXZpWhqR { top:75.5rem;left:0rem;width:10.875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diWTk4TwIan0xvHTWBaTBNUkWmNo5N6k { top:45.3125rem;left:0rem;width:10.875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DImp6f2g3S88hQMyZg4QqdBGd8BhSHcc { top:25.125rem;left:0rem;width:10.875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbTNAHE5OTb2HAn5cdN9AH6KnPTTEPQ0 { top:95.375rem;left:0rem;width:10.875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGvUTwgGbqnQCfyyMKFHStU2FrRcWqBl { top:95.375rem;left:0rem;width:10.875rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkLEl4NmtdxPiFoTr3Pstv7HrOn7Tc74 { top:2.375rem;left:0rem;width:24.6875rem;height:4.1875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypcyxvw9LrzfsVyoSETK4Nf7GQZif9Ii { top:12.0625rem;left:0rem;width:14.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx0OFoevah8Aa5HxrJXZrAdo2Vl6wBmu { top:14.5rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1g9ZTEHorKuOf4eGhs6LyLlcDJbLbyT { top:17.375rem;left:0rem;width:0.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMLn7soNhVMEhTS9dTxOGnnDJAZlDdwC { top:26.0625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIHHMRP7159UR3AGTwaIJg34GGi63nyV { top:22.375rem;left:0rem;width:14.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucPFIKv99O6Mai2ItKD1ECuN8z3rOmvV { top:42.25rem;left:0rem;width:14.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvycbVfUW0eKfV6hlk1Nhr0simKVR1ib { top:45.9375rem;left:0rem;width:44.9375rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHTIUtJi30Fq0uVPl20cvflqCn3MglUO { top:51.3125rem;left:0rem;width:18.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA5F936LfrGdNsI1Vlqp6TrpUPHL789q { top:52.875rem;left:0rem;width:18.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF883wirCToQmQqzg2MxsrmNdEXa3ZAe { top:37.25rem;left:0rem;width:0.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOyd6DeGng1GcmzvL8TceSaT0Mib8IBu { top:57.4375rem;left:0rem;width:0.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #twbTd7woSZ82sT6ff0soiJDuIiTmJk7s { top:67.75rem;left:0rem;width:0.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpIXFqitHiqvp0wlHvV0z6wdrMciih64 { top:64.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwATSNBkgnuFCOyKghlwBmSHQMoiD28t { top:62.4375rem;left:0rem;width:14.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xihKTL7nIEUhRR8diUyBT50xw1hglsPQ { top:83.375rem;left:0rem;width:18.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av9hsoiWLPtsfukghwBIzRAwhXNZt8Ks { top:81.8125rem;left:0rem;width:18.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwTTh1SM5WBSiItTr5LTAPPlksQCREWp { top:76.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf6y6F4kTyeGERmetaH3xMn104KGAtck { top:72.75rem;left:0rem;width:14.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqWrfBtTQmIf1OFFrOTvg1akT7fmIwcM { top:103.25rem;left:10.5625rem;width:18.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAsTc1gQ4xdysXM4Py6XKWD8FgBUtJBl { top:101.6875rem;left:10.625rem;width:27.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEFw6vSduvslFF44cPvBgr1HP3PkpZm1 { top:96.3125rem;left:5rem;width:42.75rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUIRtLtQ4r5cdLTFow5gDvQBzIgwzFCx { top:92.625rem;left:0rem;width:14.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRe6iS540trkCekreINEmrnRTudwNMdf { top:87.625rem;left:0rem;width:0.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmfUkeNwabC1egf9fT7xSFmTklpWV2Vd { display:block; }#SmfUkeNwabC1egf9fT7xSFmTklpWV2Vd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ET7czGhXBEmZwSfDhSpJ9ng3lOP7L1Lv { top:8.9375rem;left:3.75rem;width:44rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdVkOHo8pTvlnhwtoKFaNbSITE7Xxlu0 { top:8.9375rem;left:0rem;width:25.5rem;height:3.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS1ELgTxGnZpM9aqvHmepRDTDdvP5qHA { top:15.75rem;left:0rem;width:26.8125rem;height:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Slev1pJQ2n43hl7qMXO4TFvwH6crPPMG { width:17.5rem;height:3.4375rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyShyZigfAfnJdb55kTJ8alO4MKQ80Ea { display:block; }
 }@media only screen and (max-width: 763px) { #PrSsCL3vqcGGPIeJI5TCnbAf1i4NpqHT { display:block; }#PrSsCL3vqcGGPIeJI5TCnbAf1i4NpqHT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #icEPA2XLyfXn9dnyeCTKdniZidOskhb0 { top:7.6875rem;left:0rem;width:27.5rem;height:5.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3g7znGsgPP5dyndocyl3a4my4XbwPtX { top:18.9375rem;left:0rem;width:33.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnSzVTqX13LWAJ4tU89tIT4MbrZBPpR8 { top:19.875rem;left:0rem;width:31.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWNkeqfT8nPkDnxaW9sv69kOLHNqe2ra { top:22.875rem;left:0rem;width:37.5625rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUG02LCPoFPv5cf67KObE9uhZNNkQl1J { top:23.8125rem;left:0rem;width:34.9375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHZTLJGs6gEbI8SnUanhzocGoLHT7lkJ { top:30rem;left:0rem;width:39.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU5OV6anzGiT7TTsyV3yKq6yre89akvh { top:30.9375rem;left:0rem;width:37.125rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fylma9y9u6hIc3siLztUGuOyu5FpeWko { top:34.0625rem;left:0rem;width:37.25rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8cKbhMkwxd8SB4W4bVUcGR3zhha9zrt { top:35rem;left:0rem;width:34.9375rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxWPJbivPzo65Lb7KBAwf4gclvVRIzC3 { top:52.9375rem;left:0rem;width:16.3125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbvopUMQcsotcOh77a11tyuXWFu4w44K { top:53.4375rem;left:0rem;width:14rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZJ4ZutsvXbdrvXnFGc4Fm5NDNeosO0C { top:47.8125rem;left:0rem;width:13.125rem;height:4.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzDQPaUq51b61gnahyuSMWbSneSgW0vH { top:48.75rem;left:0.09375rem;width:2.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmByzZAeO6H5k89ZIbicLKG13zZUduB3 { top:18.9375rem;left:15.8125rem;width:31.9375rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #feLo7iOOKNwvhafNNuxtqCcO1aGDVhfw { top:62.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkK2wHMWeUBvJti9H4UgScPmxpMhExU1 { display:block; }#fkK2wHMWeUBvJti9H4UgScPmxpMhExU1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXX3JxJDUu2gv8IPlog3SrJihta64uyF { top:2.5625rem;left:0rem;width:34.1875rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u57ZOm3ri7Rd7H0GwBnqFeXkT5AXUPSG { display:block; }#u57ZOm3ri7Rd7H0GwBnqFeXkT5AXUPSG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpTqVXU4GRuZy8p8SxHg0NbG2NxpkUS1 { top:0rem;left:0rem;width:23.75rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys40r9wMmxvMZds6AC9lNiU0qfWFiL1O { top:9.5625rem;left:0rem;width:17.8125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg3gcThOxLfJgGS4M9Pb1kbwrbw4KC25 { top:1.875rem;left:0rem;width:19.8125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXc8NyIHeZGRS1pcASkAo2Ti2V4DQnyh { top:0rem;left:8rem;width:23.75rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDx3Tbb9e13aNo4PPnWctig6rDoPscFT { top:9.5625rem;left:10.3125rem;width:20.8125rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4gpeaRTgWNnoUZT99xKzqmRWw4aSb8g { top:1.875rem;left:11.9375rem;width:19.8125rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONgdTGTcXJkEtXZRbuZk36BbJezTFH1R { top:0rem;left:23.875rem;width:23.75rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k03zJfTTMIRZV74OASLlTflmw1udVmoP { top:9.5625rem;left:26.1875rem;width:21.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLEvt1Uhxd5ksO0v4S2XKQNHEqkbZkkE { top:1.875rem;left:27.8125rem;width:19.8125rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhRtLB5D7t8C8Z6EvciD5iCv7STmTV9b { display:none; }#VhRtLB5D7t8C8Z6EvciD5iCv7STmTV9b > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JVdNTUOshOOx4FlGBC2E1J8GVWFkVmNf { width:19.875rem;height:15.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAKsNQsV3nNlMx80hZin8pDw9uON79sB { width:19.75rem;height:15.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZuA4iuXO3RZRpGelb4c6TvD4sHllNVeo { width:19.75rem;height:15.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lbJqngte7XnlcHWzwX9lCR1nZ97flzl8 { display:block; }#lbJqngte7XnlcHWzwX9lCR1nZ97flzl8 > .row .container { width:47.75rem;position:relative;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:7.0625rem;left:0rem;width:24.6875rem;height:6.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t14dKkgx9EOGaHnX9PQsitB3XakZTTSB { top:15rem;left:0rem;width:30.8125rem;height:2.5625rem;font-size:1rem;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:19.625rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMTlnxZZd9AGX32SDrNOi6X7vmi7RkMl { top:18.25rem;left:0rem;width:28.3125rem;height:5.1875rem;font-size:0.9375rem;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) { #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/3529fac6-6fa4-497d-94f5-08436ff60f08/bgmob.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:57.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFDRtCT7i2LI8VtTDFtccXyTMupds4re { width:19.25rem;height:3.5rem;top:2.21484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9bm2B9cJHlU0S7A2OKUeSFxIiC2nXAH { width:16rem;height:4.1425875rem;top:39.02734375rem;left:0.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6uz6ZtXxgpvJSrWnSCq4lHvXELOABzy { width:17.0625rem;height:9.3408125rem;top:7.75rem;left:0rem;font-size:1.4375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #g7l9cnuN5dsVD7adMXBczpskNrTuS1GC { width:20rem;height:42.9375rem;top:7.1875rem;left:0rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #D39dR6cHrLG4AoUQPav0hbzhF7ZXtCeb { width:9.375rem;height:6.75rem;top:55.5625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RtBTxx3345eVXAGXSu2FCXuM9kEGR05o { width:14.0625rem;height:3.0625rem;top:44.25rem;left:0.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdoU5zF2y3CnH2uuHHlNyn9R6HkEwh3K { display:block; }
 }@media only screen and (max-width: 763px) { #xmrNBgH8od0vXeXne4oz8TUdl8bJLb6R { width:20rem;height:5.1181625rem;top:51.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJdAW0zg7G5766TQIgIU9NVxZuMHtttL { display:block; }#GJdAW0zg7G5766TQIgIU9NVxZuMHtttL > .row .container { width:20rem;height:46.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZTyroo4IeETBNk9g98Ow9WEMzQWF3S4 { width:18.375rem;height:11.8125rem;top:28rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci0KPfcSu5JKlv3N51BzZHEpe7FiBra9 { width:20rem;height:0.0625rem;top:44.1875rem;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:18.6875rem;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:18.0625rem;height:3.375rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0kbZBC8E0tR0T0U8uEIGlCKTUfVobQM { width:12.8125rem;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:2.4375rem;top:21.96875rem;left:3.40625rem;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:41.5rem;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:43.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2AJZJ35HKyVyyccWwNF1XnffXZpWhqR { width:10.875rem;height:10.875rem;top:97.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #diWTk4TwIan0xvHTWBaTBNUkWmNo5N6k { width:10.875rem;height:10.875rem;top:54.125rem;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) { #kbTNAHE5OTb2HAn5cdN9AH6KnPTTEPQ0 { width:10.875rem;height:10.875rem;top:128.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGvUTwgGbqnQCfyyMKFHStU2FrRcWqBl { width:10.875rem;height:10.8125rem;top:129.6875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkLEl4NmtdxPiFoTr3Pstv7HrOn7Tc74 { width:20rem;height:3.16845625rem;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:2.923825rem;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.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMLn7soNhVMEhTS9dTxOGnnDJAZlDdwC { width:20rem;height:3.25rem;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:51.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvycbVfUW0eKfV6hlk1Nhr0simKVR1ib { width:19.4375rem;height:6.5rem;top:65.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHTIUtJi30Fq0uVPl20cvflqCn3MglUO { width:18.0625rem;height:1.29980625rem;top:73.3125rem;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:74.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF883wirCToQmQqzg2MxsrmNdEXa3ZAe { width:0.125rem;height:3.75rem;top:47rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOyd6DeGng1GcmzvL8TceSaT0Mib8IBu { width:0.125rem;height:3.75rem;top:78.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #twbTd7woSZ82sT6ff0soiJDuIiTmJk7s { width:0.125rem;height:3.75rem;top:89.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpIXFqitHiqvp0wlHvV0z6wdrMciih64 { width:20rem;height:2.923825rem;top:85.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwATSNBkgnuFCOyKghlwBmSHQMoiD28t { width:14.0625rem;height:2.4375rem;top:83.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xihKTL7nIEUhRR8diUyBT50xw1hglsPQ { width:18.1875rem;height:2.5996125rem;top:115.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av9hsoiWLPtsfukghwBIzRAwhXNZt8Ks { width:18.0625rem;height:1.29980625rem;top:117.75rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pwTTh1SM5WBSiItTr5LTAPPlksQCREWp { width:20rem;height:4.875rem;top:109.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf6y6F4kTyeGERmetaH3xMn104KGAtck { width:14.0625rem;height:2.4375rem;top:94.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqWrfBtTQmIf1OFFrOTvg1akT7fmIwcM { width:18.1875rem;height:2.5996125rem;top:146.9248046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAsTc1gQ4xdysXM4Py6XKWD8FgBUtJBl { width:20rem;height:1.29980625rem;top:145.625rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lEFw6vSduvslFF44cPvBgr1HP3PkpZm1 { width:20rem;height:3.25rem;top:141.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUIRtLtQ4r5cdLTFow5gDvQBzIgwzFCx { width:14.0625rem;height:2.4375rem;top:125.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRe6iS540trkCekreINEmrnRTudwNMdf { width:0.125rem;height:3.75rem;top:120.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmfUkeNwabC1egf9fT7xSFmTklpWV2Vd { display:block; }#SmfUkeNwabC1egf9fT7xSFmTklpWV2Vd > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ET7czGhXBEmZwSfDhSpJ9ng3lOP7L1Lv { height:11.192875rem;width:20rem;top:21.77294921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdVkOHo8pTvlnhwtoKFaNbSITE7Xxlu0 { width:19.1875rem;height:6.173825rem;top:2.537109375rem;left:0rem;font-size:2.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bS1ELgTxGnZpM9aqvHmepRDTDdvP5qHA { width:20rem;height:9.098625rem;top:9.974609375rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Slev1pJQ2n43hl7qMXO4TFvwH6crPPMG { width:17.5rem;height:3.4375rem;top:34.2158203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyShyZigfAfnJdb55kTJ8alO4MKQ80Ea { display:block; }
 }@media only screen and (max-width: 763px) { #PrSsCL3vqcGGPIeJI5TCnbAf1i4NpqHT { display:block; }#PrSsCL3vqcGGPIeJI5TCnbAf1i4NpqHT > .row .container { width:20rem;height:91.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #icEPA2XLyfXn9dnyeCTKdniZidOskhb0 { width:20rem;height:4.548825rem;top:5.81005859375rem;left:0rem;font-size:1.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M3g7znGsgPP5dyndocyl3a4my4XbwPtX { width:19.25rem;height:4.75rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnSzVTqX13LWAJ4tU89tIT4MbrZBPpR8 { width:17.625rem;height:2.923825rem;top:13.125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWNkeqfT8nPkDnxaW9sv69kOLHNqe2ra { width:20rem;height:10.9375rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUG02LCPoFPv5cf67KObE9uhZNNkQl1J { width:18.125rem;height:8.7715rem;top:18.4375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHZTLJGs6gEbI8SnUanhzocGoLHT7lkJ { width:17.0625rem;height:6.3125rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU5OV6anzGiT7TTsyV3yKq6yre89akvh { width:16.5625rem;height:4.38574375rem;top:30.25rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fylma9y9u6hIc3siLztUGuOyu5FpeWko { width:20rem;height:16.625rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8cKbhMkwxd8SB4W4bVUcGR3zhha9zrt { width:19rem;height:14.619125rem;top:37.5625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxWPJbivPzo65Lb7KBAwf4gclvVRIzC3 { width:15rem;height:2rem;top:84.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbvopUMQcsotcOh77a11tyuXWFu4w44K { width:13.25rem;height:1.13720625rem;top:84.8125rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZJ4ZutsvXbdrvXnFGc4Fm5NDNeosO0C { width:13.125rem;height:3.4121125rem;top:80.8125rem;left:0.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzDQPaUq51b61gnahyuSMWbSneSgW0vH { width:2.125rem;height:2.0625rem;top:81.4375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmByzZAeO6H5k89ZIbicLKG13zZUduB3 { width:20rem;height:22.817875rem;top:54.125rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #feLo7iOOKNwvhafNNuxtqCcO1aGDVhfw { width:20rem;height:0.0625rem;top:91.14501953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkK2wHMWeUBvJti9H4UgScPmxpMhExU1 { display:block; }#fkK2wHMWeUBvJti9H4UgScPmxpMhExU1 > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXX3JxJDUu2gv8IPlog3SrJihta64uyF { width:17.875rem;height:4.38671875rem;top:3.431640625rem;left:0rem;font-size:1.6875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u57ZOm3ri7Rd7H0GwBnqFeXkT5AXUPSG { display:block; }#u57ZOm3ri7Rd7H0GwBnqFeXkT5AXUPSG > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpTqVXU4GRuZy8p8SxHg0NbG2NxpkUS1 { width:20rem;height:12.5rem;top:1.25rem;left:0rem;background-color:#5247e2;background-image:url("https://images.assets-landingi.com/uc/435a5c50-f800-490f-a49b-8f7af4695acb/cardbg.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VpTqVXU4GRuZy8p8SxHg0NbG2NxpkUS1.adaptive-delivery-prevent-bg, #VpTqVXU4GRuZy8p8SxHg0NbG2NxpkUS1.lazyload, #VpTqVXU4GRuZy8p8SxHg0NbG2NxpkUS1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ys40r9wMmxvMZds6AC9lNiU0qfWFiL1O { width:17.8125rem;height:2.76171875rem;top:8.31201171875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg3gcThOxLfJgGS4M9Pb1kbwrbw4KC25 { width:17.75rem;height:1.625rem;top:3.125rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXc8NyIHeZGRS1pcASkAo2Ti2V4DQnyh { width:20rem;height:17.625rem;top:14.5rem;left:0rem;background-color:#5247e2;background-image:url("https://images.assets-landingi.com/uc/435a5c50-f800-490f-a49b-8f7af4695acb/cardbg.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TXc8NyIHeZGRS1pcASkAo2Ti2V4DQnyh.adaptive-delivery-prevent-bg, #TXc8NyIHeZGRS1pcASkAo2Ti2V4DQnyh.lazyload, #TXc8NyIHeZGRS1pcASkAo2Ti2V4DQnyh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VDx3Tbb9e13aNo4PPnWctig6rDoPscFT { width:19.1875rem;height:6.9043125rem;top:23.0625rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4gpeaRTgWNnoUZT99xKzqmRWw4aSb8g { width:17.5625rem;height:3.25rem;top:17rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONgdTGTcXJkEtXZRbuZk36BbJezTFH1R { width:20rem;height:13.375rem;top:32.875rem;left:0rem;background-color:#5247e2;background-image:url("https://images.assets-landingi.com/uc/435a5c50-f800-490f-a49b-8f7af4695acb/cardbg.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ONgdTGTcXJkEtXZRbuZk36BbJezTFH1R.adaptive-delivery-prevent-bg, #ONgdTGTcXJkEtXZRbuZk36BbJezTFH1R.lazyload, #ONgdTGTcXJkEtXZRbuZk36BbJezTFH1R.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #k03zJfTTMIRZV74OASLlTflmw1udVmoP { width:17.75rem;height:2.76171875rem;top:40.875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLEvt1Uhxd5ksO0v4S2XKQNHEqkbZkkE { width:17.6875rem;height:3.25rem;top:34.75rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhRtLB5D7t8C8Z6EvciD5iCv7STmTV9b { display:block; }#VhRtLB5D7t8C8Z6EvciD5iCv7STmTV9b > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVdNTUOshOOx4FlGBC2E1J8GVWFkVmNf { top:0rem;left:0rem;width:20rem;height:15.75rem;z-index:15000;overflow:hidden;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAKsNQsV3nNlMx80hZin8pDw9uON79sB { top:16.6875rem;left:0rem;width:19.75rem;height:15.75rem;z-index:15001;overflow:hidden;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuA4iuXO3RZRpGelb4c6TvD4sHllNVeo { top:33.3125rem;left:0rem;width:19.75rem;height:15.75rem;z-index:15002;overflow:hidden;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbJqngte7XnlcHWzwX9lCR1nZ97flzl8 { display:none; }#lbJqngte7XnlcHWzwX9lCR1nZ97flzl8 > .row .container { width:20rem;height:31.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QvD7o0hPigcxkCC1X5b3vLPOy2DABCk5 { display:block; }#QvD7o0hPigcxkCC1X5b3vLPOy2DABCk5 > .row .container { width:20rem;height:75.75rem;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) { #t14dKkgx9EOGaHnX9PQsitB3XakZTTSB { width:16.4375rem;height:5.19921875rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDPrLGCiha3G2dWu1Gzzu7vCLmE44JUA { width:20rem;height:4.9375rem;top:66.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCzix0kUp1m3DqqcEM27Ma98eHGHEKAP { width:20rem;height:28.125rem;top:17.7587890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMTlnxZZd9AGX32SDrNOi6X7vmi7RkMl { width:20rem;height:7.3125rem;top:50.9736328125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQQi1g1wOPAL1OB2gc6COCzgsVyuIkE2 { width:20rem;height:0.9746125rem;top:73.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xmy2i4IPZsZ5xEW9S96nysiCSOTATRkx { display:block; }#xmy2i4IPZsZ5xEW9S96nysiCSOTATRkx > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }