.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:64,64,115;--color-primary-1:37,37,72;--color-primary-2:30,30,67;--color-primary-3:32,32,55;--color-primary-4:5,11,47;--color-secondary-0:250,222,225;--color-secondary-1:237,146,156;--color-secondary-2:219,36,56;--color-secondary-3:110,18,28;--color-secondary-4:33,5,8;--color-tertiary-0:255,255,255;--color-tertiary-1:186,186,186;--color-tertiary-2:119,119,119;--color-tertiary-3:118,118,118;--color-tertiary-4:0,0,0;--headlines-font-family:"work sans";--paragraphs-font-family:"work sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU > .row > .video-iframe-container { display: none; }#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU > .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); }#mUz24eMxxTTJwSMHqHq7iTWTmXTa6cH5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#mUz24eMxxTTJwSMHqHq7iTWTmXTa6cH5 > .row .container { background-color: transparent; background-image: none; }#mUz24eMxxTTJwSMHqHq7iTWTmXTa6cH5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUz24eMxxTTJwSMHqHq7iTWTmXTa6cH5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUz24eMxxTTJwSMHqHq7iTWTmXTa6cH5 > .row .container > .video-iframe-container { display: none; }#mUz24eMxxTTJwSMHqHq7iTWTmXTa6cH5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUz24eMxxTTJwSMHqHq7iTWTmXTa6cH5 > .row > .video-iframe-container { display: none; }#mUz24eMxxTTJwSMHqHq7iTWTmXTa6cH5 > .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); }#mUz24eMxxTTJwSMHqHq7iTWTmXTa6cH5 > .row .container { border-width: 0; border-radius: 0; }#mUz24eMxxTTJwSMHqHq7iTWTmXTa6cH5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mUz24eMxxTTJwSMHqHq7iTWTmXTa6cH5 > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#KlpTnChbDlEKeDmp0W2rxn0aNabXc6Jl { position:absolute;display:block;z-index:15013;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.0625rem;width:6.5rem;top:0.59375rem;left:0.75rem;overflow:hidden;display:block; }
#QCcTwQ6er1U561UTxfgTSmOl9uTz219m { position:absolute;display:block;z-index:15014;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.0625rem;width:18.5rem;top:0.625rem;left:56.5rem;overflow:hidden;display:block; }
#ehdinBthFutgODTe0c2KfHmKBa2hDZ83 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:2.9375rem;left:62.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#Gose22nAgJKx3SpsI8c5KHLUgfE5fL5g { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:5.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.93641567230225rem;left:56.562501907349rem;display:block; }
#d96TLsc4HkBVOz1upT0L3CgbG7oHaTbd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IIWV7enJeoJg62P432BeKS9T88zAza2h { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:1.5625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:3.125rem;left:16.4375rem;display:block; }
#wHePKwc7Tfz2ep5HrU5UJCfOfvhaigLX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pkmDRZsQMGtG1e3cBmd88IxO7xKb8t1t { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:1.5625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:3.125rem;left:24.625rem;display:block; }
#z0cnBKB8zDPTT03QFcOp7Pe1356HuVt3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O88fk7ZAAkxpid5Cqp7WXUpU6heVqb4a { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:1.5625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:3.125rem;left:32.8125rem;display:block; }
#q8JpO7g2CtI4yFCtvHT83IzZJGnWanP5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3P7Hn5SryyVNyFTRlyZilcvw3PuUTBE { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.25rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:2.28125rem;left:42.5rem;display:block; }
#D7KesbWrEUm4iJ8XNlTXIMmhO3l2k7a4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G9Wgu54xuDhWpUfFnc4CAiskUwD32FyX { position:absolute;display:block;z-index:15030;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.75rem;width:4.375rem;top:32.875rem;left:60.5625rem;overflow:hidden;display:none; }
#E7miGbC6vv5bMXd1yO22L8zkx5ye9liT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;display:none; }
#OOLTcirOrzVsF91kuez2QXDirIyec4I8 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#MSGsiKT073ezXUZBbGDzNJqOyMhKNuzP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NWe9oz3IIRliskVWKZGPw4amuDsmVPWu { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#F5HJondwTilubkaOtZ4g1T4OyT5SSSzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PDkfkfV8JXiffRsZs3xHlRqsnImgqMP0 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);height:1.9375rem;top:1.25rem;left:7.4375rem;display:none; }
#iB8dWFWWmJGVUpb2SRZsrytSwM5CnLmX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d47d21f-d0f5-4eef-b0c1-56ced1d77637/herobg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB.adaptive-delivery-prevent-bg, #Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB.lazyload, #Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB.lazyloading { background-image: none; }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB > .row .container { background-color: transparent; background-image: none; }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,43,83,0.36); }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB > .row .container > .video-iframe-container { display: none; }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,43,83,0.36); }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB > .row > .video-iframe-container { display: none; }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB > .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); }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB > .row .container { border-width: 0; border-radius: 0; }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB > .row .container { width:75rem;height:42.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#S2qu7W0HTdThbV0LtnHoNstATle8Bfl6 { 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: 0rem 0rem 3.75rem rgba(0,0,0,0.65) ;height:26.9375rem;width:26.9375rem;top:4.75rem;left:48.0625rem;overflow:hidden;display:block; }
#pD5nRrcWv8T317CvurayOOm2dyr3oMgi { background-color:#db2438;background-image:none;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;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:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:4.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:31.625rem;left:0rem;display:block; }
#TssAvqW6TvUZHA8gHdX9NuiO5D208Cky { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tT9fochHyaNDGDdXFV4QTsNxa4JaunzL { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:10.75rem;top:32.875rem;left:60.5625rem;overflow:hidden;display:block; }
#QNL5LIvLBecWJlsoPWUaSaWzafE4QwHK { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:32.4375rem;left:51.875rem;overflow:hidden;display:block; }
#q85kVX7dccT92o4gLa0s70C7HfrN9OFn { box-sizing:content-box;height:6.625rem;width:26.875rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(64,64,115,0.79), #1e1e43);background-image: -moz-linear-gradient(360deg, rgba(64,64,115,0.79), #1e1e43);background-image: -ms-linear-gradient(360deg, rgba(64,64,115,0.79), #1e1e43);background-image: -o-linear-gradient(360deg, rgba(64,64,115,0.79), #1e1e43);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#404073c9', endColorstr='#1e1e43' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#404073c9', endColorstr='#1e1e43' );";background-image: linear-gradient(360deg, rgba(64,64,115,0.79), #1e1e43);background-size:auto !important;top:31.5625rem;left:48.125rem;display:block; }
#N6IAvNtEmJRdalIokfQyUtG4ssfJz4Vv { color:#ffffff;display:block;width:39.9370625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:10.562066555023rem;left:0rem;height:10.5rem;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; }
#wxJ7vkNSUKsZASn0APVo7TUw3iuvuy65 { color:#dbdfe1;display:block;width:37.999125rem;position:absolute;font-family:"work sans";font-size:1.9375rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:6.7491326332094rem;left:0rem;height:2.13125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#wxJ7vkNSUKsZASn0APVo7TUw3iuvuy65 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wxJ7vkNSUKsZASn0APVo7TUw3iuvuy65 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7dec3c795e8f8fd8a8c2466d10f59566417ee980.svg); }
#HRr3JkXzLDwdTnofkMlHOgOL4nbzOkuv { color:#d0d0d0;display:block;width:19.125rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.9;letter-spacing:0;top:21.5625rem;left:22.3125rem;height:4.5859375rem;text-align:left;text-align-last:left;display:block; }#HRr3JkXzLDwdTnofkMlHOgOL4nbzOkuv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HRr3JkXzLDwdTnofkMlHOgOL4nbzOkuv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0af5317ac51ea3809a7a13439071ca3bfe8b70b1.svg); }
#Ehbl4QbBnl21bTIWayVQKdebKVBdTBdP { color:#d0d0d0;display:block;width:21.125rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.9;letter-spacing:0;top:21.5625rem;left:0rem;height:4.5859375rem;text-align:left;text-align-last:left;display:block; }#Ehbl4QbBnl21bTIWayVQKdebKVBdTBdP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ehbl4QbBnl21bTIWayVQKdebKVBdTBdP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0af5317ac51ea3809a7a13439071ca3bfe8b70b1.svg); }
#SZWtw6mkxtgzx5d53wT7x5Zbqn5emZaW { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:4.0625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:31.625rem;left:22.75rem;display:block; }
#bpRS31yS9TOxmuofkIgAQfFLlb2zn8LZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i8FxuWIIdGi8CR1wvFVpQZu63XWKHgyB { position:relative;display:block; }#i8FxuWIIdGi8CR1wvFVpQZu63XWKHgyB { background-color: transparent; background-image: none; }#i8FxuWIIdGi8CR1wvFVpQZu63XWKHgyB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8FxuWIIdGi8CR1wvFVpQZu63XWKHgyB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8FxuWIIdGi8CR1wvFVpQZu63XWKHgyB > .row .container > .video-iframe-container { display: none; }#i8FxuWIIdGi8CR1wvFVpQZu63XWKHgyB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8FxuWIIdGi8CR1wvFVpQZu63XWKHgyB > .row > .video-iframe-container { display: none; }#i8FxuWIIdGi8CR1wvFVpQZu63XWKHgyB > .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); }#i8FxuWIIdGi8CR1wvFVpQZu63XWKHgyB { border-width: 0; border-radius: 0; }#i8FxuWIIdGi8CR1wvFVpQZu63XWKHgyB > .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; }#i8FxuWIIdGi8CR1wvFVpQZu63XWKHgyB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.4375rem;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; }#r0HBNB87EKhkcmkJX4iWFuJSQi5hNE2u { color:#999999;display:block;width:62.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.5625rem;left:6.0625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K3UBzlsy34yacnKvtzToQbO7bpzSuUZI { 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:5.5rem;width:70.9375rem;top:10.3125rem;left:2.0625rem;overflow:hidden;display:block; }
#GoJOsAXTeHJIH1USMM6PdGhqt4Otkas5 { 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:5.4375rem;width:69.5rem;top:4.25rem;left:2.75rem;overflow:hidden;display:block; }
#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe { position:relative;display:block; }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe { background-color: transparent; background-image: none; }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe > .row .container > .video-iframe-container { display: none; }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe > .row > .video-iframe-container { display: none; }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe > .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); }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe { border-width: 0; border-radius: 0; }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe > .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; }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe > .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:58.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GkQ8MpeZppnBgusuuUC8kbMOTqbfVd6h { box-sizing:content-box;height:51.4375rem;width:37.5rem;position:absolute;display:block;z-index:14998;background-color:#404073;background-image:none;top:4.6240234375rem;left:18.75rem;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(64,64,115,0.5) ;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#MMtBTqG5S84DXk3uQELtr30OwDmanVUi { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:"work sans";font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.3125rem 1.5625rem rgba(0,0,0,0.63);top:5.5625rem;left:24.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#nwy4UKherstOWJwew0wXHvMIfhlq7sdu { position:absolute;display:block;z-index:15015;height:29.375rem;width:33.875rem;top:12.34375rem;left:20.5625rem;display:block; }
#mytZdZThbgXSx17UrXk2Xxuuz7kaFPFT { color:#fdfdfd;display:block;width:25.625rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.6875rem;left:24.6875rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#Ne6IaLzbkUTANiBT5TM1oreKuZyRUOHD { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:43.3125rem;left:21.3125rem;height:6.499rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#gdVxJCGRPyTk7HvWF8A2h5uO3sRLLggp { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:50.9619140625rem;left:29.375rem;overflow:hidden;display:block; }
#zRtb3HRA4tOvzAnQOs3qTQXFhKJnVkJX { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:52.125rem;left:34.0625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/PbdFjVd9/bg_3.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy.adaptive-delivery-prevent-bg, #yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy.lazyload, #yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy.lazyloading { background-image: none; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container { background-color: transparent; background-image: none; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-0),0.88); }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container > .video-iframe-container { display: none; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-0),0.88); }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row > .video-iframe-container { display: none; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .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); }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container { border-width: 0; border-radius: 0; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:75rem;position:relative;display:block; }#zcK12278mXb4V9py0aJXJudw4PMXd64h { color:#ff7d8b;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.375rem;left:6.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#JQ1SUo7gkfgzHtJIhDGgRCT0oFq5rHU7 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.3125rem 1.5625rem rgba(var(--color-tertiary-4),0.63);top:10.9375rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#osFU70GcSMpMfg1g7ogLKPR4HWimSShn { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:15.5625rem;left:15.0625rem;height:21.933625rem;overflow:hidden;display:block; }#osFU70GcSMpMfg1g7ogLKPR4HWimSShn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#osFU70GcSMpMfg1g7ogLKPR4HWimSShn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_899288751acd5e27cb51007bf2e7b8ce1c74475e.svg); }
#lTkdEfaNQQnxIKu2kqFP4sHlDFqH63Ji { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:15.5625rem;left:2.6875rem;height:21.933625rem;overflow:hidden;display:block; }#lTkdEfaNQQnxIKu2kqFP4sHlDFqH63Ji li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lTkdEfaNQQnxIKu2kqFP4sHlDFqH63Ji li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_899288751acd5e27cb51007bf2e7b8ce1c74475e.svg); }
#TaleoAoVpKAGr16aQki0NnmTfKgU3vp8 { position:absolute;display:block;z-index:15008;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:37.5rem;width:52.5rem;top:4.6875rem;left:22.5rem;overflow:hidden;display:block; }
#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/432aebec-848b-439e-ba36-1854a848237d/midsectionbg.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP.adaptive-delivery-prevent-bg, #a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP.lazyload, #a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP.lazyloading { background-image: none; }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP > .row .container { background-color: transparent; background-image: none; }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(64,64,115,0.63); }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP > .row .container > .video-iframe-container { display: none; }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(64,64,115,0.63); }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP > .row > .video-iframe-container { display: none; }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP > .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); }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP > .row .container { border-width: 0; border-radius: 0; }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP > .row .container { font-size:0.875rem;font-family:arial;height:100.8125rem;width:75rem;position:relative;display:block; }#lV2LwyeWvXD979sRyyqvuSZqlukTbEf8 { box-sizing:content-box;height:20.5rem;width:32.125rem;position:absolute;display:block;z-index:15034;background-color:#1e1e43;background-image:none;top:62.6875rem;left:40.875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.2) ;display:block; }
#DWZ69Px53hIDVQU5u55kyvb4E8TDK08Z { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(51,97,193,0.75) ;height:10.5625rem;width:10.5625rem;top:69.9375rem;left:60.4375rem;overflow:hidden;display:block; }
#aS48FDuZT6sZvEkVOBA5t4DZ5XX8X2z9 { color:#bababa;display:block;width:16.875rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:400;z-index:15076;line-height:1.5;letter-spacing:0;top:69.9375rem;left:42.625rem;height:11.875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#aS48FDuZT6sZvEkVOBA5t4DZ5XX8X2z9 li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#aS48FDuZT6sZvEkVOBA5t4DZ5XX8X2z9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
#LEliT6oafJyZhq0FMKaUlQav04T7xkJD { box-sizing:content-box;height:20.4375rem;width:32.125rem;position:absolute;display:block;z-index:15030;background-color:#1e1e43;background-image:none;top:62.6875rem;left:2.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.2) ;display:block; }
#vSXaMQrWkgKXx3JEvODr88Fh3LFCrPnQ { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(51,97,193,0.75) ;height:10.5625rem;width:10.5625rem;top:69.9375rem;left:21.40625rem;overflow:hidden;display:block; }
#Cuelru117P2GaZ14ShPGVH2StJ3vtiOF { color:#ffffff;display:block;width:28.0625rem;position:absolute;font-family:"work sans";font-size:1.375rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:64.587890625rem;left:42.90625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#KKZvzC5B5mBV1tpvewb3fdk1pEKuVTd5 { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:"work sans";font-size:1.375rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:64.587890625rem;left:9.40625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#OBt69lvuFvV5RaFEWZeKFeSk9chNsJuq { color:#bababa;display:block;width:16.875rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:400;z-index:15072;line-height:1.5;letter-spacing:0;top:69.9375rem;left:3.625rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#OBt69lvuFvV5RaFEWZeKFeSk9chNsJuq li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#OBt69lvuFvV5RaFEWZeKFeSk9chNsJuq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
#I2zoKD4ZikBPxSBPk8zq4drSNyl0BEg5 { box-sizing:content-box;height:20.9375rem;width:32.125rem;position:absolute;display:block;z-index:15022;background-color:#1e1e43;background-image:none;top:36.6875rem;left:2.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.21) ;display:block; }
#Rgrqqh6FrO8DWNJXGi88WQfhIRUCM2ML { box-sizing:content-box;height:20.9375rem;width:32.125rem;position:absolute;display:block;z-index:15026;background-color:#1e1e43;background-image:none;top:36.6875rem;left:40.875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.2) ;display:block; }
#u6Tkhdi3mAOoTH22Vtnk3kTRnE7p2M0q { color:#bababa;display:block;width:16.875rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:400;z-index:15068;line-height:1.5;letter-spacing:0;top:44rem;left:54.8125rem;height:11.875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#u6Tkhdi3mAOoTH22Vtnk3kTRnE7p2M0q li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#u6Tkhdi3mAOoTH22Vtnk3kTRnE7p2M0q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
#vDdfSmOkCv8EXcn3LoAB4dE8e3FRSNib { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(51,97,193,0.75) ;height:10.5625rem;width:10.5625rem;top:44.3125rem;left:3.625rem;overflow:hidden;display:block; }
#IKdCXN4pw5gxOcGpMFsxN4zkTIW7NIwz { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(51,97,193,0.75) ;height:10.5625rem;width:10.5625rem;top:44.3125rem;left:42.625rem;overflow:hidden;display:block; }
#MFbpkepH66f6FW2OSogEE2RyBkFLBCuO { color:#bababa;display:block;width:16.875rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:400;z-index:15064;line-height:1.5;letter-spacing:0;top:44.125rem;left:15.5rem;height:11.875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#MFbpkepH66f6FW2OSogEE2RyBkFLBCuO li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#MFbpkepH66f6FW2OSogEE2RyBkFLBCuO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
#acTpZDhmruSMu86w9MZvRgrqHdLtLxcK { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:"work sans";font-size:1.375rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:38.662109375rem;left:6.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#mK8nlUtWFWDntrsAizu9adt2D8soXdDG { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:"work sans";font-size:1.375rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:38.662109375rem;left:43.5625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#OfrMltdvvOKBt8zuxmCz0pBTcd66emSr { box-sizing:content-box;height:18.75rem;width:32.125rem;position:absolute;display:block;z-index:15014;background-color:#1e1e43;background-image:none;top:13.8125rem;left:2.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.2) ;display:block; }
#x08LD8c8TenozHBxuxDbeB7l1mHSZL8b { box-sizing:content-box;height:18.75rem;width:32.125rem;position:absolute;display:block;z-index:15018;background-color:#1e1e43;background-image:none;top:13.8125rem;left:40.875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.2) ;display:block; }
#wE6KvGNyqnzZDZTWfEgsniTUMOpc3OuH { color:#bababa;display:block;width:16.875rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:400;z-index:15056;line-height:1.5;letter-spacing:0;top:19.25rem;left:3.625rem;height:11.875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#wE6KvGNyqnzZDZTWfEgsniTUMOpc3OuH li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#wE6KvGNyqnzZDZTWfEgsniTUMOpc3OuH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
#hFdgnAUVKWooCPeeJmTGzLlSDo36MEhF { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(51,97,193,0.75) ;height:10.5625rem;width:10.5625rem;top:19.25rem;left:21.40625rem;overflow:hidden;display:block; }
#FJ8ITBBnAMCQcv7vUZdt1dv0n7Owmnl0 { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(51,97,193,0.75) ;height:10.5625rem;width:10.5625rem;top:19.25rem;left:60.75rem;overflow:hidden;display:block; }
#glLkr7dXr3hK7M8JaK70DW7D70KSWBS1 { color:#bababa;display:block;width:16.875rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:400;z-index:15060;line-height:1.5;letter-spacing:0;top:19.25rem;left:42.875rem;height:10.375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#glLkr7dXr3hK7M8JaK70DW7D70KSWBS1 li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#glLkr7dXr3hK7M8JaK70DW7D70KSWBS1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
#fKi0IfR2roKB6Z87SQTfQc52WTCDi9UP { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"work sans";font-size:1.375rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:15.75rem;left:10.6875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#aw89TTkVaWPKGSlWGnJSxcP6ubX4sBLx { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:"work sans";font-size:1.375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:15.75rem;left:45.78125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#RK3Q2XmsTRsRGIlZAHDTLtwWwfafVTXB { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:"work sans";font-size:2.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5);top:5rem;left:49.3125rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#u7TPRUXt8J15HCI7CZaegOOnsoZCH0VZ { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2438e2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2438e2', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:7.25rem;width:7.25rem;top:96.3125rem;left:35.75rem;display:block; }
#Gh4LuphG5KIOOFoL8MaXeWhf5Wk3gCXm { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #252548, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #252548, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #252548, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #252548, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#252548', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#252548', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #252548, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:5.5rem;width:5.5rem;top:97.1875rem;left:36.625rem;display:block; }
#EmClVJefvzcNlsapTHlNlaFUhv5HVaWU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:98.8125rem;left:38.25rem; }
#IfNJSoS7yaf4vEDTQyGWKxoyna1I2C47 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Z0dSoeBAbPxcscqdl0I0I3cTZwDPsQrh { box-sizing:content-box;height:3.4375rem;width:29.4375rem;position:absolute;display:block;z-index:15085;background-color:rgba(var(--color-secondary-2),0.79);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:63.7626953125rem;left:3.40625rem;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; }
#N2K7tUaZfQzewK7I63F6xvxUJIcFf3cB { box-sizing:content-box;height:3.4375rem;width:29.4375rem;position:absolute;display:block;z-index:15086;background-color:rgba(var(--color-secondary-2),0.79);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:63.7626953125rem;left:42.21875rem;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; }
#k8urzHKtm1ttbnsQFVooq12izOJTKVxD { box-sizing:content-box;height:3.4375rem;width:29.4375rem;position:absolute;display:block;z-index:15086;background-color:rgba(var(--color-secondary-2),0.79);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.8369140625rem;left:3.40625rem;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; }
#DATIErknTVpvfZE4QgLf8Nom7OqytHHw { box-sizing:content-box;height:3.4375rem;width:29.4375rem;position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-secondary-2),0.79);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.8369140625rem;left:42.21875rem;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; }
#WXJpOMhkPT04laI3Lx4o4A2Fzz5UL7nB { box-sizing:content-box;height:3.4375rem;width:29.4375rem;position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-secondary-2),0.79);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.9248046875rem;left:3.40625rem;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; }
#sAE12MLNtKZbP0DXQI4ufrwLdSxKUXs7 { box-sizing:content-box;height:3.4375rem;width:29.4375rem;position:absolute;display:block;z-index:15088;background-color:rgba(var(--color-secondary-2),0.79);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.9248046875rem;left:42.21875rem;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; }
#aZfBWH2MDdR1aNcZg8OXBhAOBhFW83NW { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:4.0625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:87.6875rem;left:41.8125rem;display:block; }
#JRrsNrEJExdepFGFPKHoCSzlrTzmqTdS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mJ2LMAIxJ8SdP3iMmAZngd3UGnp4ycZL { background-color:#db2438;background-image:none;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;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:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:87.6875rem;left:19.0625rem;display:block; }
#TQpoQ0dTJqCECdgRLaArD1ewAuKS3XJz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NevZz7LPwpm7UKuMXWqnpy5bRz2po2iq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#NevZz7LPwpm7UKuMXWqnpy5bRz2po2iq > .row .container { background-color: transparent; background-image: none; }#NevZz7LPwpm7UKuMXWqnpy5bRz2po2iq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NevZz7LPwpm7UKuMXWqnpy5bRz2po2iq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NevZz7LPwpm7UKuMXWqnpy5bRz2po2iq > .row .container > .video-iframe-container { display: none; }#NevZz7LPwpm7UKuMXWqnpy5bRz2po2iq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NevZz7LPwpm7UKuMXWqnpy5bRz2po2iq > .row > .video-iframe-container { display: none; }#NevZz7LPwpm7UKuMXWqnpy5bRz2po2iq > .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); }#NevZz7LPwpm7UKuMXWqnpy5bRz2po2iq > .row .container { border-width: 0; border-radius: 0; }#NevZz7LPwpm7UKuMXWqnpy5bRz2po2iq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NevZz7LPwpm7UKuMXWqnpy5bRz2po2iq > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#NJTp2418STh18surhIOaG9Rz0woTIACu { position:absolute;display:block;z-index:15039;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(128,81,181,0.4) ;height:22.875rem;width:24.5625rem;top:4.75rem;left:46.4375rem;overflow:hidden;display:block; }
#e5QXTD3RyImF4pDglxCE4ZDh6B2req9o { color:rgba(var(--color-primary-2),1);display:block;width:39.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:4.9375rem;left:4rem;height:5.8496125rem;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; }
#DcXiLLqJDkvbdJrqtnbZAacbptyXTRNw { color:#202037;display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:12.5rem;left:4rem;height:6.25rem;display:block; }#DcXiLLqJDkvbdJrqtnbZAacbptyXTRNw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DcXiLLqJDkvbdJrqtnbZAacbptyXTRNw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_061c577d13cf7f61c81a91702eaef30f2044197e.svg); }
#WArNKwEXT6eVQ7A88xKJZRNTodJuNr26 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:3.75rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:21.875rem;left:26rem;display:block; }
#hhGGxD4vKNfZ2lmNDDOTZrzZA82oCZKF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E7IRNwDSg7U6bD0HTiH8rnyBrhq8EJBO { background-color:#db2438;background-image:none;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;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:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:4.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:21.6875rem;left:4rem;display:block; }
#VFUn8U0bkvo60IwQpRuMWmpoBrZHKReX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XD44X8QyP0pu5TutDQcgnNR6f5DWtGUZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#252548;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; }#XD44X8QyP0pu5TutDQcgnNR6f5DWtGUZ > .row .container { background-color: transparent; background-image: none; }#XD44X8QyP0pu5TutDQcgnNR6f5DWtGUZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XD44X8QyP0pu5TutDQcgnNR6f5DWtGUZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XD44X8QyP0pu5TutDQcgnNR6f5DWtGUZ > .row .container > .video-iframe-container { display: none; }#XD44X8QyP0pu5TutDQcgnNR6f5DWtGUZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XD44X8QyP0pu5TutDQcgnNR6f5DWtGUZ > .row > .video-iframe-container { display: none; }#XD44X8QyP0pu5TutDQcgnNR6f5DWtGUZ > .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); }#XD44X8QyP0pu5TutDQcgnNR6f5DWtGUZ > .row .container { border-width: 0; border-radius: 0; }#XD44X8QyP0pu5TutDQcgnNR6f5DWtGUZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XD44X8QyP0pu5TutDQcgnNR6f5DWtGUZ > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#M20lEDUSRgTICSD53983sQhhh2QxdZaW { position:absolute;display:block;z-index:15039;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(128,81,181,0.4) ;height:26.3125rem;width:40.75rem;top:4.6875rem;left:32.474497310451rem;overflow:hidden;display:block; }
#ksf0Nw0V3Xhag3lZ1pzKSG1LkHK4WBxi { color:rgba(var(--color-tertiary-0),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:4.888671875rem;left:1.6875rem;height:5.8496125rem;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; }
#EvKG1F17KZl4VLLoEQJGf7ZSxGTs1Ota { color:#bababa;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:11.75rem;left:1.6875rem;height:5.625rem;display:block; }
#n4MmCRn5wp1o9TmfSRfP39cLysW9LkCl { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.75rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:25.0625rem;left:1.6875rem;display:block; }
#f6mwDzw42qM4bstByXpMatfm4TDnTrJI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g15kiqi4E0GypbZDgQDuDT3n4fJ18u0J { background-color:#db2438;background-image:none;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;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:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:4.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:20.1875rem;left:1.6875rem;display:block; }
#XGyyOyW2vnyRiw68XK7uCPTXFsCTM5X7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rvpi9244A85EHK99Ma94KVvbT0lB6755 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#rvpi9244A85EHK99Ma94KVvbT0lB6755 > .row .container { background-color: transparent; background-image: none; }#rvpi9244A85EHK99Ma94KVvbT0lB6755::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvpi9244A85EHK99Ma94KVvbT0lB6755 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvpi9244A85EHK99Ma94KVvbT0lB6755 > .row .container > .video-iframe-container { display: none; }#rvpi9244A85EHK99Ma94KVvbT0lB6755 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvpi9244A85EHK99Ma94KVvbT0lB6755 > .row > .video-iframe-container { display: none; }#rvpi9244A85EHK99Ma94KVvbT0lB6755 > .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); }#rvpi9244A85EHK99Ma94KVvbT0lB6755 > .row .container { border-width: 0; border-radius: 0; }#rvpi9244A85EHK99Ma94KVvbT0lB6755 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rvpi9244A85EHK99Ma94KVvbT0lB6755 > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#ipcJxHsuqa3nb3lHmV7AqLoL3e7PrZXX { color:rgba(var(--color-primary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:4.6875rem;left:35rem;height:5.8496125rem;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; }
#fI430fMDU2h5S1CZC8I8mKphwRirrDA2 { color:#202037;display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:12.3125rem;left:35rem;height:10.75rem;display:block; }#fI430fMDU2h5S1CZC8I8mKphwRirrDA2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fI430fMDU2h5S1CZC8I8mKphwRirrDA2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_061c577d13cf7f61c81a91702eaef30f2044197e.svg); }
#BEU1TSgJIysZffJH2XCUfr2W5cS4Ak0i { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.75rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:25.6875rem;left:57.1875rem;display:block; }
#R8lH4wMWprQmGgDPydpvFzavAKzbTNF8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bPGdeRo39McHIf4MOD6TeDDSdqawTslV { background-color:#db2438;background-image:none;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;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:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:4.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:25.5rem;left:35rem;display:block; }
#q5gkBWsHQCgOX8qTzOqs83LGMMuKhrWP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xu5zsnldxVkp55xIsUS7te56saDgfnCR { position:absolute;display:block;z-index:15039;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(128,81,181,0.4) ;height:25rem;width:26.875rem;top:4.3125rem;left:3.75rem;overflow:hidden;display:block; }
#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM { position:relative;display:block; }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM { background-color: transparent; background-image: none; }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM > .row .container > .video-iframe-container { display: none; }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM > .row > .video-iframe-container { display: none; }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM > .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); }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM { border-width: 0; border-radius: 0; }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM > .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; }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM > .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:65.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; }#KsT4J8hwK40pDTD3foc5coAL18NW2OpM { position:absolute;display:block;z-index:15001;background-color:#404073;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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.54) ;height:60.0625rem;width:39.4375rem;top:2.25rem;left:17.8125rem;display:block; }
#FT8iuIh9beDKDhQIOvdVce1r5kTdfmD1 { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:"work sans";font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.76171875rem;left:24.96875rem;height:2.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rBEXcXkymFvQE1nSb1btUOPicymocyXv { color:#c3c3c3;display:block;width:38.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:6.4375rem;left:18.25rem;height:1.4875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#QFO9loU8bpgnmRHn4FwT8rs3SgZEhuZd { position:absolute;display:block;z-index:15048;height:50rem;width:31.25rem;top:9.6875rem;left:21.875rem;display:block; }
#NKOTiMGouvLlsPfpIqzXC4DECaTtVVKr { box-sizing:content-box;height:51.875rem;width:33.0625rem;position:absolute;display:block;z-index:15047;background-color:#e3e3e3;background-image:none;top:9rem;left:21.09375rem;display:block; }
#nvqTqS6VzisqRkV9z5vFkwv6lf292stR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nvqTqS6VzisqRkV9z5vFkwv6lf292stR > .row .container { background-color: transparent; background-image: none; }#nvqTqS6VzisqRkV9z5vFkwv6lf292stR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvqTqS6VzisqRkV9z5vFkwv6lf292stR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvqTqS6VzisqRkV9z5vFkwv6lf292stR > .row .container > .video-iframe-container { display: none; }#nvqTqS6VzisqRkV9z5vFkwv6lf292stR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvqTqS6VzisqRkV9z5vFkwv6lf292stR > .row > .video-iframe-container { display: none; }#nvqTqS6VzisqRkV9z5vFkwv6lf292stR > .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); }#nvqTqS6VzisqRkV9z5vFkwv6lf292stR > .row .container { border-width: 0; border-radius: 0; }#nvqTqS6VzisqRkV9z5vFkwv6lf292stR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nvqTqS6VzisqRkV9z5vFkwv6lf292stR > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;position:relative;display:block; }#mAO7y2tsAtJmbvZB3GqqwMBsDuoFFxru { color:rgba(var(--color-primary-0),1);display:block;width:57.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.25rem;left:7.5625rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gEgiCS5dnbvrsrAMWd6PQVqC9cpIhZlP { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.3) ;height:29.375rem;width:21.875rem;top:14.625rem;left:2.875rem;display:block; }
#ZkBprEa5UsvdJGBddbeA5rw7P04qSoGv { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:.13;top:39.5rem;left:19.4375rem; }
#avDa9wM5nX1dCSQy5SIvBbZC8KyKy7Cy { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:24rem;left:4.5625rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OFz7UFe9WzXCQQpBWGtg3blT6AKJCgJM { color:#011d4d;display:block;width:8.0625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.25rem;left:8.6875rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OZJwZUPefb18eIGnhqPtuPi5MtS5iJ5p { position:absolute;display:block;z-index:15074;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.3125rem;width:9.125rem;top:22.25rem;left:3.9375rem;overflow:hidden;display:block; }
#wJU5zkF8Cd17KWFxCTpTh5xcOhDK5oZB { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:17.1875rem;left:4.5625rem;overflow:hidden;display:block; }
#b7zpJKT2lzoQlLuIDnxfyCnMAPlWeN36 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.3) ;height:29.375rem;width:21.875rem;top:14.625rem;left:26.5rem;display:block; }
#sVacq4XFqvMyy5RrqyZBMcmVax86vLld { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:.13;top:39.5rem;left:43.0625rem; }
#dp0bs1Ts47cT34IIRvTJ0GwoVTlaTDKm { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:24rem;left:28.1875rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vdszr0epkEus92ZQCVnBnwIP6EmNZmGh { position:absolute;display:block;z-index:15081;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.3125rem;width:9.125rem;top:22.25rem;left:27.5625rem;overflow:hidden;display:block; }
#ne7UF7dTL5aCWEcfcdV2TmH0Z2zREAsE { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:17.1875rem;left:28.1875rem;overflow:hidden;display:block; }
#zSMocPDQGCWp4G1mLkrtQzT9aTftXPXT { color:#011d4d;display:block;width:8.0625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:18.25rem;left:32.3125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BoA81RAgZWF8k5G880Jl7hUtuzS2ZMnp { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.3) ;height:29.375rem;width:21.875rem;top:14.625rem;left:50.25rem;display:block; }
#ASHTmyc9VQbBJMXhtbpTUPv0dCucpTHS { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:.13;top:39.5rem;left:66.8125rem; }
#Bnsf1Glo76QXWZdI0hiN0n4SO6pBVMxW { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:24rem;left:51.9375rem;height:9.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NkSgmkbkJy7vlQciThLQdmDgfitSfSvt { position:absolute;display:block;z-index:15088;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.3125rem;width:9.125rem;top:22.25rem;left:51.3125rem;overflow:hidden;display:block; }
#yLoGWUJxksuGybSOUUTlItVeq5Qbife5 { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:17.1875rem;left:51.9375rem;overflow:hidden;display:block; }
#ALSek9y1XgXU2Bq0JuBAztbrsTCpt4hB { color:#011d4d;display:block;width:8.625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:18.25rem;left:56.0625rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66e02710-1c26-49a7-9837-d5f763cd8c0f/lastherobg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al.adaptive-delivery-prevent-bg, #KXQI8ScQCBhSp1e4zimO9X2C7GgB31al.lazyload, #KXQI8ScQCBhSp1e4zimO9X2C7GgB31al.lazyloading { background-image: none; }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al > .row .container { background-color: transparent; background-image: none; }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al > .row .container > .video-iframe-container { display: none; }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al > .row > .video-iframe-container { display: none; }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al > .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); }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al > .row .container { border-width: 0; border-radius: 0; }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;position:relative;display:block; }#xCPDOT1avX2N9KayfOph8Jvcg31P6PvA { color:#acacac;display:block;width:52.125rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:5.75rem;left:12.9375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#lV08iQT6TzT84Chl36oPZSPooLuA6WV0 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"work sans";font-size:2.625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:2.8125rem;left:-0.5625rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nz5grTAVpyTzdgvltER0kxPsARRTLp9G { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.75rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:10.625rem;left:41rem;display:block; }
#MMCtWiNtg6cuuxpMHDvixIJEo9lNKbST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UoaoPkK1FahucsAwxAqxVS8TSqJmuK6h { background-color:#db2438;background-image:none;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;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:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:4.0625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:10.4375rem;left:18.8125rem;display:block; }
#WivhO2UO9WLaltneFHr3HWFIEafATcIB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kdTXbIKZCUg2OC1tKEsLbvkS8DLiJbQp { position:relative;display:block; }#kdTXbIKZCUg2OC1tKEsLbvkS8DLiJbQp { background-color: transparent; background-image: none; }#kdTXbIKZCUg2OC1tKEsLbvkS8DLiJbQp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdTXbIKZCUg2OC1tKEsLbvkS8DLiJbQp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdTXbIKZCUg2OC1tKEsLbvkS8DLiJbQp > .row .container > .video-iframe-container { display: none; }#kdTXbIKZCUg2OC1tKEsLbvkS8DLiJbQp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdTXbIKZCUg2OC1tKEsLbvkS8DLiJbQp > .row > .video-iframe-container { display: none; }#kdTXbIKZCUg2OC1tKEsLbvkS8DLiJbQp > .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); }#kdTXbIKZCUg2OC1tKEsLbvkS8DLiJbQp { border-width: 0; border-radius: 0; }#kdTXbIKZCUg2OC1tKEsLbvkS8DLiJbQp > .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; }#kdTXbIKZCUg2OC1tKEsLbvkS8DLiJbQp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XiLf4UnLkos4OiVvkMIAwZzy6CuKUIUZ { color:rgba(var(--color-primary-0),1);display:block;width:28.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.625rem;left:38.3125rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#be2ozOWX8XDGixuvbcfrkQoCVlOgu8XF { color:rgba(var(--color-tertiary-3),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:9rem;left:38.3125rem;height:10.1953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vc4FdxMUovXRO05a6MnAxhZCGWTy2T9T { color:rgba(var(--color-primary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:21.6875rem;left:38.3125rem;height:8.13675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#vc4FdxMUovXRO05a6MnAxhZCGWTy2T9T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vc4FdxMUovXRO05a6MnAxhZCGWTy2T9T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0af5317ac51ea3809a7a13439071ca3bfe8b70b1.svg); }
#vdqblO0WQslfbW6SGFlvnudfaZ37Puzu { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:30.875rem;width:29.25rem;top:5.625rem;left:3.7324955116697rem;overflow:hidden;display:block; }
#eUBLHQ0fLo53QJAvJPQTGwS9rr2OTMhR { box-sizing:content-box;height:8.375rem;width:8.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.8125rem;left:0.5rem;display:block; }
#rgwhPvcH3I5e8WfQEA9oGkMGx9FPps11 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.89), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.89), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.89), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.89), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.89)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.89)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.89), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:7.25rem;width:7.25rem;top:32.375rem;left:1.0625rem;display:block; }
#HIIKDloW2RPCLrPBvymO6wKpkqr4KKoU { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:5.5rem;width:5.5rem;top:33.25rem;left:1.9375rem;display:block; }
#ma5ybpK4R2UTbHzrWibyG27Bvrm9eJSy { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.1875rem;top:34.25rem;left:2.625rem;overflow:hidden;display:block; }
#ItX3svyCTEaTw9e9NM84hWccQaEhKlVH { box-sizing:content-box;height:8.375rem;width:8.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.8125rem;left:0.5rem;display:block; }
#eCkGO7uQhtJ1OWvJqTtyy2bu2W6q5z96 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:10.75rem;top:33.5625rem;left:38.3125rem;overflow:hidden;display:block; }
#mvI6n6ntTdBp6xlfuyhOFBteXHKCuP5Z { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:32.6875rem;left:49.625rem;overflow:hidden;display:block; }
#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/432aebec-848b-439e-ba36-1854a848237d/midsectionbg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe.adaptive-delivery-prevent-bg, #SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe.lazyload, #SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe.lazyloading { background-image: none; }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe > .row .container { background-color: transparent; background-image: none; }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe > .row .container > .video-iframe-container { display: none; }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe > .row > .video-iframe-container { display: none; }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe > .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); }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe > .row .container { border-width: 0; border-radius: 0; }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;position:relative;display:block; }#mt47nXizrRBcnWsPs8pFRTqNVs3eIDPi { box-sizing:content-box;height:40.625rem;width:37.5rem;position:absolute;display:block;z-index:14998;background-color:#404073;background-image:none;top:3.1875rem;left:18.75rem;box-shadow: 0.1875rem 0.1875rem 3.125rem rgba(157,157,157,0.5) ;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#wivLuSwwDzvXJwhJEZQrhTx2TwSDJRFN { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.1875rem;top:43.5rem;left:35.4375rem;overflow:hidden;display:block; }
#k5Z7WozEfh8705v11nxlJX6Ja6qTc7l2 { box-sizing:content-box;height:8.375rem;width:8.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:41.0625rem;left:33.3125rem;display:block; }
#otxqPQvF3R2ZT16oBCIHM4hBTR3JcacO { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:"work sans";font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.3125rem 1.5625rem rgba(0,0,0,0.63);top:4.6875rem;left:24.6875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#C3bxdH6uyTneGgdt06IxP8zWSBCa5IEG { position:absolute;display:block;z-index:15015;height:29.375rem;width:33.875rem;top:10.5625rem;left:20.5625rem;display:block; }
#WLNuPQLWC1yrmcrcInNKiteZo4aJL29M { color:#fdfdfd;display:block;width:25.625rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.4375rem;left:24.6875rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#tQQkZo7STFdbZsSdGvPSTh6U8GX31ffy { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2438e2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2438e2', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:7.25rem;width:7.25rem;top:41.625rem;left:33.875rem;display:block; }
#dVdGQVno8UrqDrtgliMVoHeTeEJDu2pZ { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #404073, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #404073, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #404073, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #404073, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#404073', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#404073', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #404073, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:5.5rem;width:5.5rem;top:42.5rem;left:34.75rem;display:block; }
#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66e02710-1c26-49a7-9837-d5f763cd8c0f/lastherobg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0.adaptive-delivery-prevent-bg, #FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0.lazyload, #FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0.lazyloading { background-image: none; }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 > .row .container { background-color: transparent; background-image: none; }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 > .row .container > .video-iframe-container { display: none; }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 > .row > .video-iframe-container { display: none; }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 > .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); }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 > .row .container { border-width: 0; border-radius: 0; }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;position:relative;display:block; }#lVSJrSewAkD0FKoTUyTmfEgqxdfOXgpV { color:#acacac;display:block;width:52.125rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:5.75rem;left:12.9375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#o9NtiwcNTHImkfi5qFPqQ05JH4b58R27 { color:#ffffff;display:block;width:56.75rem;position:absolute;font-family:"work sans";font-size:2.625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:2.8125rem;left:9.125rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EOJTUg5kWZiWq0gtDsa4rpJyNLUSukOq { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.75rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:10.4375rem;left:41.5625rem;display:block; }
#FlQ4My1kZu5tHDxoJAkEQEyed36ZBcWt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PnrqHVhFUklEB8yrKHftfV0UBKpVDmv0 { background-color:#db2438;background-image:none;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;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:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:4.0625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:10.25rem;left:19.375rem;display:block; }
#TD8cGv2R2JHJmfE0P7o9ZGFHJlcSk8zS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gbCqgzKT80nvcUlkLdVQmrobQzhQ6RzT { position:relative;display:block; } #G943097a15dfa09d264edec86d584697.widget-smartsection *:focus-visible, #G943097a15dfa09d264edec86d584697.widget-smartsection input[type="text"]:focus-visible, #G943097a15dfa09d264edec86d584697.widget-smartsection input[type="email"]:focus-visible, #G943097a15dfa09d264edec86d584697.widget-smartsection input[type="tel"]:focus-visible, #G943097a15dfa09d264edec86d584697.widget-smartsection textarea:focus-visible { outline: none; } #gbCqgzKT80nvcUlkLdVQmrobQzhQ6RzT > .row .container { position:relative;display:block; }#iJRG5duhVHXDZOErrc9VIUwPI1I0qglR { position:relative;display:none; }#iJRG5duhVHXDZOErrc9VIUwPI1I0qglR { border-width: 0; border-radius: 0; }#iJRG5duhVHXDZOErrc9VIUwPI1I0qglR > .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; }#iJRG5duhVHXDZOErrc9VIUwPI1I0qglR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WRqglKiHEBQBs7BreHC0ITQByMtMafmI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:0.4375rem;left:5.875rem;display:none; }
#Lra6pCA5gO7diTZgLU8XlFbsT7OmtkIW { background-color:#db2438;background-image:none;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;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:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:4.0625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:10.25rem;left:19.375rem;display:none; }
#JCIHsXe8EyXUW6moaGZEDSmmNF9sqUma { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OHnA9q5INdWSiINLyDmxQz4WK2dv8whc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.375rem;height:7.875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:9.25rem;left:12.75rem;display:none; }
#qJ7HozfXkTyvx1V0xpIVhB7oiIny1LKm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mUz24eMxxTTJwSMHqHq7iTWTmXTa6cH5 { display:block; }#mUz24eMxxTTJwSMHqHq7iTWTmXTa6cH5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlpTnChbDlEKeDmp0W2rxn0aNabXc6Jl { top:0.5625rem;left:0rem;width:6.5rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCcTwQ6er1U561UTxfgTSmOl9uTz219m { top:0.625rem;left:29.25rem;width:18.5rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehdinBthFutgODTe0c2KfHmKBa2hDZ83 { width:12.25rem;height:;top:2.875rem;left:35.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gose22nAgJKx3SpsI8c5KHLUgfE5fL5g { width:18.4375rem;height:5.9375rem;top:0.875rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d96TLsc4HkBVOz1upT0L3CgbG7oHaTbd { display:block; }
 }@media only screen and (max-width: 763px) { #IIWV7enJeoJg62P432BeKS9T88zAza2h { width:8.1875rem;height:1.5625rem;top:3.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHePKwc7Tfz2ep5HrU5UJCfOfvhaigLX { display:block; }
 }@media only screen and (max-width: 763px) { #pkmDRZsQMGtG1e3cBmd88IxO7xKb8t1t { width:8.1875rem;height:1.5625rem;top:3.125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0cnBKB8zDPTT03QFcOp7Pe1356HuVt3 { display:block; }
 }@media only screen and (max-width: 763px) { #O88fk7ZAAkxpid5Cqp7WXUpU6heVqb4a { width:8.1875rem;height:1.5625rem;top:3.125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8JpO7g2CtI4yFCtvHT83IzZJGnWanP5 { display:block; }
 }@media only screen and (max-width: 763px) { #T3P7Hn5SryyVNyFTRlyZilcvw3PuUTBE { width:13.4375rem;height:3.25rem;top:2.25rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7KesbWrEUm4iJ8XNlTXIMmhO3l2k7a4 { display:block; }
 }@media only screen and (max-width: 763px) { #G9Wgu54xuDhWpUfFnc4CAiskUwD32FyX { top:32.875rem;left:37rem;width:4.375rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #E7miGbC6vv5bMXd1yO22L8zkx5ye9liT { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OOLTcirOrzVsF91kuez2QXDirIyec4I8 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #MSGsiKT073ezXUZBbGDzNJqOyMhKNuzP { display:block; }
 }@media only screen and (max-width: 763px) { #NWe9oz3IIRliskVWKZGPw4amuDsmVPWu { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #F5HJondwTilubkaOtZ4g1T4OyT5SSSzT { display:block; }
 }@media only screen and (max-width: 763px) { #PDkfkfV8JXiffRsZs3xHlRqsnImgqMP0 { top:1.25rem;left:0rem;width:4.25rem;height:1.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iB8dWFWWmJGVUpb2SRZsrytSwM5CnLmX { display:none; }
 }@media only screen and (max-width: 763px) { #Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d47d21f-d0f5-4eef-b0c1-56ced1d77637/herobg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB.adaptive-delivery-prevent-bg, #Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB.lazyload, #Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB.lazyloading { background-image: none; }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB > .row .container { background-color: transparent; background-image: none; }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,43,83,0.36); }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB > .row .container > .video-iframe-container { display: none; }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,43,83,0.36); }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB > .row > .video-iframe-container { display: none; }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB > .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); }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB > .row .container { border-width: 0; border-radius: 0; }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2qu7W0HTdThbV0LtnHoNstATle8Bfl6 { width:26.9375rem;height:26.9375rem;top:4.75rem;left:20.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 3.75rem rgba(0,0,0,0.65) ;display:block; }
 }@media only screen and (max-width: 763px) { #pD5nRrcWv8T317CvurayOOm2dyr3oMgi { width:21.1875rem;height:4.0625rem;top:31.625rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TssAvqW6TvUZHA8gHdX9NuiO5D208Cky { display:block; }
 }@media only screen and (max-width: 763px) { #tT9fochHyaNDGDdXFV4QTsNxa4JaunzL { top:32.875rem;left:37rem;width:10.75rem;height:4.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QNL5LIvLBecWJlsoPWUaSaWzafE4QwHK { top:32.4375rem;left:38.25rem;width:4.875rem;height:4.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #q85kVX7dccT92o4gLa0s70C7HfrN9OFn { top:31.5625rem;left:20.875rem;width:26.875rem;height:6.625rem;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(64,64,115,0.79), #1e1e43);background-image: -moz-linear-gradient(360deg, rgba(64,64,115,0.79), #1e1e43);background-image: -ms-linear-gradient(360deg, rgba(64,64,115,0.79), #1e1e43);background-image: -o-linear-gradient(360deg, rgba(64,64,115,0.79), #1e1e43);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#404073c9', endColorstr='#1e1e43' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#404073c9', endColorstr='#1e1e43' );";background-image: linear-gradient(360deg, rgba(64,64,115,0.79), #1e1e43);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #N6IAvNtEmJRdalIokfQyUtG4ssfJz4Vv { width:39.875rem;height:10.4375rem;top:10.5rem;left:0rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wxJ7vkNSUKsZASn0APVo7TUw3iuvuy65 { width:37.9375rem;height:2.125rem;top:6.6875rem;left:0rem;font-size:1.125rem;color:#dbdfe1;display:block; }#wxJ7vkNSUKsZASn0APVo7TUw3iuvuy65 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7dec3c795e8f8fd8a8c2466d10f59566417ee980.svg); }
 }@media only screen and (max-width: 763px) { #HRr3JkXzLDwdTnofkMlHOgOL4nbzOkuv { width:19.125rem;height:4.5625rem;top:21.5625rem;left:8.6875rem;font-size:1rem;color:#d0d0d0;display:block; }#HRr3JkXzLDwdTnofkMlHOgOL4nbzOkuv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0af5317ac51ea3809a7a13439071ca3bfe8b70b1.svg); }
 }@media only screen and (max-width: 763px) { #Ehbl4QbBnl21bTIWayVQKdebKVBdTBdP { width:21.125rem;height:4.5625rem;top:21.5625rem;left:0rem;font-size:1rem;color:#d0d0d0;display:block; }#Ehbl4QbBnl21bTIWayVQKdebKVBdTBdP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0af5317ac51ea3809a7a13439071ca3bfe8b70b1.svg); }
 }@media only screen and (max-width: 763px) { #SZWtw6mkxtgzx5d53wT7x5Zbqn5emZaW { width:14.125rem;height:4.0625rem;top:31.625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpRS31yS9TOxmuofkIgAQfFLlb2zn8LZ { display:block; }
 }@media only screen and (max-width: 763px) { #i8FxuWIIdGi8CR1wvFVpQZu63XWKHgyB { display:block; }#i8FxuWIIdGi8CR1wvFVpQZu63XWKHgyB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0HBNB87EKhkcmkJX4iWFuJSQi5hNE2u { top:1.5625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3UBzlsy34yacnKvtzToQbO7bpzSuUZI { top:10.3125rem;left:0rem;width:47.75rem;height:3.7022026431718rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoJOsAXTeHJIH1USMM6PdGhqt4Otkas5 { top:4.25rem;left:0rem;width:47.75rem;height:3.7358363309352rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbIglsQhhXiGScIqxIlPOTzRrApUcCKe { display:block; }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe { background-color: transparent; background-image: none; }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe > .row .container > .video-iframe-container { display: none; }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe > .row > .video-iframe-container { display: none; }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe > .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); }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe { border-width: 0; border-radius: 0; }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkQ8MpeZppnBgusuuUC8kbMOTqbfVd6h { top:4.5625rem;left:5.125rem;width:37.5rem;height:51.4375rem;background-color:#404073;background-image:none;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(64,64,115,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #MMtBTqG5S84DXk3uQELtr30OwDmanVUi { top:5.5625rem;left:11.0625rem;width:25.625rem;height:2.5625rem;font-size:1.5rem;text-shadow:0.25rem 0.3125rem 1.5625rem rgba(0,0,0,0.63);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nwy4UKherstOWJwew0wXHvMIfhlq7sdu { top:12.3125rem;left:6.9375rem;width:33.875rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mytZdZThbgXSx17UrXk2Xxuuz7kaFPFT { top:8.6875rem;left:11.0625rem;width:25.625rem;height:2.75rem;font-size:0.9375rem;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #Ne6IaLzbkUTANiBT5TM1oreKuZyRUOHD { top:43.3125rem;left:7.6875rem;width:32.375rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdVxJCGRPyTk7HvWF8A2h5uO3sRLLggp { top:50.9375rem;left:15.75rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRtb3HRA4tOvzAnQOs3qTQXFhKJnVkJX { top:52.125rem;left:20.4375rem;width:11.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy { display:block; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcK12278mXb4V9py0aJXJudw4PMXd64h { top:9.375rem;left:0rem;width:13.4375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ1SUo7gkfgzHtJIhDGgRCT0oFq5rHU7 { top:10.9375rem;left:0rem;width:25.625rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osFU70GcSMpMfg1g7ogLKPR4HWimSShn { top:15.5625rem;left:1.4375rem;width:10.5625rem;height:21.875rem;font-size:0.9375rem;display:block; }#osFU70GcSMpMfg1g7ogLKPR4HWimSShn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_899288751acd5e27cb51007bf2e7b8ce1c74475e.svg); }
 }@media only screen and (max-width: 763px) { #lTkdEfaNQQnxIKu2kqFP4sHlDFqH63Ji { top:15.5625rem;left:0rem;width:11.5rem;height:21.875rem;font-size:0.9375rem;display:block; }#lTkdEfaNQQnxIKu2kqFP4sHlDFqH63Ji li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_899288751acd5e27cb51007bf2e7b8ce1c74475e.svg); }
 }@media only screen and (max-width: 763px) { #TaleoAoVpKAGr16aQki0NnmTfKgU3vp8 { top:4.6875rem;left:0rem;width:47.75rem;height:34.107142857143rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/432aebec-848b-439e-ba36-1854a848237d/midsectionbg.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP.adaptive-delivery-prevent-bg, #a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP.lazyload, #a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP.lazyloading { background-image: none; }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP > .row .container { background-color: transparent; background-image: none; }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(64,64,115,0.63); }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP > .row .container > .video-iframe-container { display: none; }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(64,64,115,0.63); }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP > .row > .video-iframe-container { display: none; }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP > .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); }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP > .row .container { border-width: 0; border-radius: 0; }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lV2LwyeWvXD979sRyyqvuSZqlukTbEf8 { top:62.6875rem;left:15.625rem;width:32.125rem;height:20.5rem;background-color:#1e1e43;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #DWZ69Px53hIDVQU5u55kyvb4E8TDK08Z { top:69.9375rem;left:36.5rem;width:10.5625rem;height:10.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aS48FDuZT6sZvEkVOBA5t4DZ5XX8X2z9 { top:69.9375rem;left:29rem;width:16.875rem;height:;font-size:1rem;color:#bababa;display:block; }#aS48FDuZT6sZvEkVOBA5t4DZ5XX8X2z9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
 }@media only screen and (max-width: 763px) { #LEliT6oafJyZhq0FMKaUlQav04T7xkJD { top:62.6875rem;left:0rem;width:32.125rem;height:20.4375rem;background-color:#1e1e43;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #vSXaMQrWkgKXx3JEvODr88Fh3LFCrPnQ { top:69.9375rem;left:7.78125rem;width:10.5625rem;height:10.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Cuelru117P2GaZ14ShPGVH2StJ3vtiOF { top:64.5625rem;left:19.6875rem;width:28.0625rem;height:1.75rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KKZvzC5B5mBV1tpvewb3fdk1pEKuVTd5 { top:64.5625rem;left:0rem;width:17.4375rem;height:1.75rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OBt69lvuFvV5RaFEWZeKFeSk9chNsJuq { top:69.9375rem;left:0rem;width:16.875rem;height:;font-size:1rem;color:#bababa;display:block; }#OBt69lvuFvV5RaFEWZeKFeSk9chNsJuq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
 }@media only screen and (max-width: 763px) { #I2zoKD4ZikBPxSBPk8zq4drSNyl0BEg5 { top:36.6875rem;left:0rem;width:32.125rem;height:20.9375rem;background-color:#1e1e43;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #Rgrqqh6FrO8DWNJXGi88WQfhIRUCM2ML { top:36.6875rem;left:15.625rem;width:32.125rem;height:20.9375rem;background-color:#1e1e43;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #u6Tkhdi3mAOoTH22Vtnk3kTRnE7p2M0q { top:44rem;left:30.875rem;width:16.875rem;height:11.875rem;font-size:1rem;color:#bababa;display:block; }#u6Tkhdi3mAOoTH22Vtnk3kTRnE7p2M0q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
 }@media only screen and (max-width: 763px) { #vDdfSmOkCv8EXcn3LoAB4dE8e3FRSNib { top:44.3125rem;left:0rem;width:10.5625rem;height:10.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IKdCXN4pw5gxOcGpMFsxN4zkTIW7NIwz { top:44.3125rem;left:29rem;width:10.5625rem;height:10.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MFbpkepH66f6FW2OSogEE2RyBkFLBCuO { top:44.125rem;left:1.875rem;width:16.875rem;height:;font-size:1rem;color:#bababa;display:block; }#MFbpkepH66f6FW2OSogEE2RyBkFLBCuO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
 }@media only screen and (max-width: 763px) { #acTpZDhmruSMu86w9MZvRgrqHdLtLxcK { top:38.625rem;left:0rem;width:23.25rem;height:1.75rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mK8nlUtWFWDntrsAizu9adt2D8soXdDG { top:38.625rem;left:21rem;width:26.75rem;height:1.75rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OfrMltdvvOKBt8zuxmCz0pBTcd66emSr { top:13.8125rem;left:0rem;width:32.125rem;height:18.75rem;background-color:#1e1e43;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #x08LD8c8TenozHBxuxDbeB7l1mHSZL8b { top:13.8125rem;left:15.625rem;width:32.125rem;height:18.75rem;background-color:#1e1e43;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #wE6KvGNyqnzZDZTWfEgsniTUMOpc3OuH { top:19.25rem;left:0rem;width:16.875rem;height:11.875rem;font-size:1rem;color:#bababa;display:block; }#wE6KvGNyqnzZDZTWfEgsniTUMOpc3OuH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
 }@media only screen and (max-width: 763px) { #hFdgnAUVKWooCPeeJmTGzLlSDo36MEhF { top:19.25rem;left:7.78125rem;width:10.5625rem;height:10.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FJ8ITBBnAMCQcv7vUZdt1dv0n7Owmnl0 { top:19.25rem;left:37.1875rem;width:10.5625rem;height:10.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #glLkr7dXr3hK7M8JaK70DW7D70KSWBS1 { top:19.25rem;left:29.25rem;width:16.875rem;height:10.375rem;font-size:1rem;color:#bababa;display:block; }#glLkr7dXr3hK7M8JaK70DW7D70KSWBS1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
 }@media only screen and (max-width: 763px) { #fKi0IfR2roKB6Z87SQTfQc52WTCDi9UP { top:15.75rem;left:0rem;width:16.4375rem;height:1.75rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aw89TTkVaWPKGSlWGnJSxcP6ubX4sBLx { top:15.75rem;left:25.4375rem;width:22.3125rem;height:1.75rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RK3Q2XmsTRsRGIlZAHDTLtwWwfafVTXB { top:5rem;left:22.0625rem;width:25.6875rem;height:3.375rem;font-size:2rem;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #u7TPRUXt8J15HCI7CZaegOOnsoZCH0VZ { width:7.25rem;height:7.25rem;top:96.3125rem;left:22.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2438e2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2438e2', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Gh4LuphG5KIOOFoL8MaXeWhf5Wk3gCXm { width:5.5rem;height:5.5rem;top:97.1875rem;left:23rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #252548, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #252548, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #252548, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #252548, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#252548', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#252548', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #252548, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #EmClVJefvzcNlsapTHlNlaFUhv5HVaWU { top:98.8125rem;left:24.625rem;width:2.25rem;height:2.25rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #IfNJSoS7yaf4vEDTQyGWKxoyna1I2C47 { color:#5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #Z0dSoeBAbPxcscqdl0I0I3cTZwDPsQrh { top:63.75rem;left:0rem;width:29.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2K7tUaZfQzewK7I63F6xvxUJIcFf3cB { top:63.75rem;left:18.3125rem;width:29.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8urzHKtm1ttbnsQFVooq12izOJTKVxD { top:37.8125rem;left:0rem;width:29.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DATIErknTVpvfZE4QgLf8Nom7OqytHHw { top:37.8125rem;left:18.3125rem;width:29.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXJpOMhkPT04laI3Lx4o4A2Fzz5UL7nB { top:14.875rem;left:0rem;width:29.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAE12MLNtKZbP0DXQI4ufrwLdSxKUXs7 { top:14.875rem;left:18.3125rem;width:29.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZfBWH2MDdR1aNcZg8OXBhAOBhFW83NW { width:14.125rem;height:4.0625rem;top:87.6875rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRrsNrEJExdepFGFPKHoCSzlrTzmqTdS { display:block; }
 }@media only screen and (max-width: 763px) { #mJ2LMAIxJ8SdP3iMmAZngd3UGnp4ycZL { width:21.1875rem;height:4.0625rem;top:87.6875rem;left:5.4375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TQpoQ0dTJqCECdgRLaArD1ewAuKS3XJz { display:block; }
 }@media only screen and (max-width: 763px) { #NevZz7LPwpm7UKuMXWqnpy5bRz2po2iq { display:block; }#NevZz7LPwpm7UKuMXWqnpy5bRz2po2iq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJTp2418STh18surhIOaG9Rz0woTIACu { top:4.75rem;left:22.5625rem;width:24.5625rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5QXTD3RyImF4pDglxCE4ZDh6B2req9o { top:4.9375rem;left:0rem;width:39.125rem;height:5.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcXiLLqJDkvbdJrqtnbZAacbptyXTRNw { top:12.5rem;left:0rem;width:38.75rem;height:6.25rem;font-size:1rem;display:block; }#DcXiLLqJDkvbdJrqtnbZAacbptyXTRNw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_061c577d13cf7f61c81a91702eaef30f2044197e.svg); }
 }@media only screen and (max-width: 763px) { #WArNKwEXT6eVQ7A88xKJZRNTodJuNr26 { width:13.25rem;height:3.75rem;top:21.875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhGGxD4vKNfZ2lmNDDOTZrzZA82oCZKF { display:block; }
 }@media only screen and (max-width: 763px) { #E7IRNwDSg7U6bD0HTiH8rnyBrhq8EJBO { width:21.1875rem;height:4.0625rem;top:21.6875rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VFUn8U0bkvo60IwQpRuMWmpoBrZHKReX { display:block; }
 }@media only screen and (max-width: 763px) { #XD44X8QyP0pu5TutDQcgnNR6f5DWtGUZ { display:block; }#XD44X8QyP0pu5TutDQcgnNR6f5DWtGUZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M20lEDUSRgTICSD53983sQhhh2QxdZaW { top:4.6875rem;left:6.375rem;width:40.75rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksf0Nw0V3Xhag3lZ1pzKSG1LkHK4WBxi { top:4.875rem;left:0rem;width:25.875rem;height:5.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvKG1F17KZl4VLLoEQJGf7ZSxGTs1Ota { top:11.75rem;left:0rem;width:26.875rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4MmCRn5wp1o9TmfSRfP39cLysW9LkCl { width:21rem;height:3.75rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6mwDzw42qM4bstByXpMatfm4TDnTrJI { display:block; }
 }@media only screen and (max-width: 763px) { #g15kiqi4E0GypbZDgQDuDT3n4fJ18u0J { width:21.1875rem;height:4.0625rem;top:20.1875rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XGyyOyW2vnyRiw68XK7uCPTXFsCTM5X7 { display:block; }
 }@media only screen and (max-width: 763px) { #rvpi9244A85EHK99Ma94KVvbT0lB6755 { display:block; }#rvpi9244A85EHK99Ma94KVvbT0lB6755 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipcJxHsuqa3nb3lHmV7AqLoL3e7PrZXX { top:4.6875rem;left:13.375rem;width:34.375rem;height:5.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI430fMDU2h5S1CZC8I8mKphwRirrDA2 { top:12.3125rem;left:15rem;width:32.75rem;height:10.75rem;font-size:1rem;display:block; }#fI430fMDU2h5S1CZC8I8mKphwRirrDA2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_061c577d13cf7f61c81a91702eaef30f2044197e.svg); }
 }@media only screen and (max-width: 763px) { #BEU1TSgJIysZffJH2XCUfr2W5cS4Ak0i { width:14.125rem;height:3.75rem;top:25.6875rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8lH4wMWprQmGgDPydpvFzavAKzbTNF8 { display:block; }
 }@media only screen and (max-width: 763px) { #bPGdeRo39McHIf4MOD6TeDDSdqawTslV { width:21.1875rem;height:4.0625rem;top:25.5rem;left:21.375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q5gkBWsHQCgOX8qTzOqs83LGMMuKhrWP { display:block; }
 }@media only screen and (max-width: 763px) { #Xu5zsnldxVkp55xIsUS7te56saDgfnCR { top:4.3125rem;left:0rem;width:26.875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM { display:block; }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM { background-color: transparent; background-image: none; }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM > .row .container > .video-iframe-container { display: none; }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM > .row > .video-iframe-container { display: none; }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM > .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); }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM { border-width: 0; border-radius: 0; }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsT4J8hwK40pDTD3foc5coAL18NW2OpM { top:2.25rem;left:4.1875rem;width:39.4375rem;height:60.0625rem;background-color:#404073;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;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.54) ;display:block; }
 }@media only screen and (max-width: 763px) { #FT8iuIh9beDKDhQIOvdVce1r5kTdfmD1 { top:3.75rem;left:11.34375rem;width:25.0625rem;height:2.5rem;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rBEXcXkymFvQE1nSb1btUOPicymocyXv { top:6.4375rem;left:4.625rem;width:38.5rem;height:1.4375rem;font-size:0.9375rem;color:#c3c3c3;display:block; }
 }@media only screen and (max-width: 763px) { #QFO9loU8bpgnmRHn4FwT8rs3SgZEhuZd { top:9.6875rem;left:8.25rem;width:31.25rem;height:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKOTiMGouvLlsPfpIqzXC4DECaTtVVKr { top:9rem;left:7.46875rem;width:33.0625rem;height:51.875rem;background-color:#e3e3e3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nvqTqS6VzisqRkV9z5vFkwv6lf292stR { display:block; }#nvqTqS6VzisqRkV9z5vFkwv6lf292stR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAO7y2tsAtJmbvZB3GqqwMBsDuoFFxru { top:7.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEgiCS5dnbvrsrAMWd6PQVqC9cpIhZlP { top:14.625rem;left:0rem;width:21.875rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkBprEa5UsvdJGBddbeA5rw7P04qSoGv { top:39.5rem;left:5.8125rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avDa9wM5nX1dCSQy5SIvBbZC8KyKy7Cy { width:18.5rem;height:11.25rem;top:24rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFz7UFe9WzXCQQpBWGtg3blT6AKJCgJM { width:8.0625rem;height:1.25rem;top:18.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZJwZUPefb18eIGnhqPtuPi5MtS5iJ5p { top:22.25rem;left:0rem;width:9.125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJU5zkF8Cd17KWFxCTpTh5xcOhDK5oZB { top:17.1875rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7zpJKT2lzoQlLuIDnxfyCnMAPlWeN36 { top:14.625rem;left:12.875rem;width:21.875rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVacq4XFqvMyy5RrqyZBMcmVax86vLld { top:39.5rem;left:29.4375rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp0bs1Ts47cT34IIRvTJ0GwoVTlaTDKm { width:18.5rem;height:11.25rem;top:24rem;left:14.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdszr0epkEus92ZQCVnBnwIP6EmNZmGh { top:22.25rem;left:13.9375rem;width:9.125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne7UF7dTL5aCWEcfcdV2TmH0Z2zREAsE { top:17.1875rem;left:14.5625rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSMocPDQGCWp4G1mLkrtQzT9aTftXPXT { width:8.0625rem;height:1.25rem;top:18.25rem;left:18.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoA81RAgZWF8k5G880Jl7hUtuzS2ZMnp { top:14.625rem;left:25.875rem;width:21.875rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASHTmyc9VQbBJMXhtbpTUPv0dCucpTHS { top:39.5rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bnsf1Glo76QXWZdI0hiN0n4SO6pBVMxW { width:18.5rem;height:9.8125rem;top:24rem;left:29.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkSgmkbkJy7vlQciThLQdmDgfitSfSvt { top:22.25rem;left:37.6875rem;width:9.125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLoGWUJxksuGybSOUUTlItVeq5Qbife5 { top:17.1875rem;left:38.3125rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALSek9y1XgXU2Bq0JuBAztbrsTCpt4hB { width:8.625rem;height:1.25rem;top:18.25rem;left:39.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXQI8ScQCBhSp1e4zimO9X2C7GgB31al { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66e02710-1c26-49a7-9837-d5f763cd8c0f/lastherobg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al.adaptive-delivery-prevent-bg, #KXQI8ScQCBhSp1e4zimO9X2C7GgB31al.lazyload, #KXQI8ScQCBhSp1e4zimO9X2C7GgB31al.lazyloading { background-image: none; }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al > .row .container { background-color: transparent; background-image: none; }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al > .row .container > .video-iframe-container { display: none; }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al > .row > .video-iframe-container { display: none; }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al > .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); }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al > .row .container { border-width: 0; border-radius: 0; }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCPDOT1avX2N9KayfOph8Jvcg31P6PvA { top:5.75rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.1875rem;color:#acacac;display:block; }
 }@media only screen and (max-width: 763px) { #lV08iQT6TzT84Chl36oPZSPooLuA6WV0 { width:47.75rem;height:2.625rem;top:2.8125rem;left:0rem;font-size:1.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nz5grTAVpyTzdgvltER0kxPsARRTLp9G { width:14.125rem;height:3.75rem;top:10.625rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMCtWiNtg6cuuxpMHDvixIJEo9lNKbST { display:block; }
 }@media only screen and (max-width: 763px) { #UoaoPkK1FahucsAwxAqxVS8TSqJmuK6h { width:21.1875rem;height:4.0625rem;top:10.4375rem;left:5.1875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WivhO2UO9WLaltneFHr3HWFIEafATcIB { display:block; }
 }@media only screen and (max-width: 763px) { #kdTXbIKZCUg2OC1tKEsLbvkS8DLiJbQp { display:block; }#kdTXbIKZCUg2OC1tKEsLbvkS8DLiJbQp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiLf4UnLkos4OiVvkMIAwZzy6CuKUIUZ { top:5.625rem;left:19.6875rem;width:28.0625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #be2ozOWX8XDGixuvbcfrkQoCVlOgu8XF { width:35.9375rem;height:10.1875rem;top:9rem;left:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc4FdxMUovXRO05a6MnAxhZCGWTy2T9T { width:18.5rem;height:8.125rem;top:21.6875rem;left:24.6875rem;font-size:1.125rem;display:block; }#vc4FdxMUovXRO05a6MnAxhZCGWTy2T9T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0af5317ac51ea3809a7a13439071ca3bfe8b70b1.svg); }
 }@media only screen and (max-width: 763px) { #vdqblO0WQslfbW6SGFlvnudfaZ37Puzu { top:5.625rem;left:0rem;width:29.25rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUBLHQ0fLo53QJAvJPQTGwS9rr2OTMhR { top:31.8125rem;left:0rem;width:8.375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgwhPvcH3I5e8WfQEA9oGkMGx9FPps11 { width:7.25rem;height:7.25rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIIKDloW2RPCLrPBvymO6wKpkqr4KKoU { width:5.5rem;height:5.5rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma5ybpK4R2UTbHzrWibyG27Bvrm9eJSy { top:34.25rem;left:0rem;width:4.1875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItX3svyCTEaTw9e9NM84hWccQaEhKlVH { top:31.8125rem;left:0rem;width:8.375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCkGO7uQhtJ1OWvJqTtyy2bu2W6q5z96 { top:33.5625rem;left:24.6875rem;width:10.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvI6n6ntTdBp6xlfuyhOFBteXHKCuP5Z { top:32.6875rem;left:36rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/432aebec-848b-439e-ba36-1854a848237d/midsectionbg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe.adaptive-delivery-prevent-bg, #SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe.lazyload, #SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe.lazyloading { background-image: none; }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe > .row .container { background-color: transparent; background-image: none; }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe > .row .container > .video-iframe-container { display: none; }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe > .row > .video-iframe-container { display: none; }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe > .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); }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe > .row .container { border-width: 0; border-radius: 0; }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mt47nXizrRBcnWsPs8pFRTqNVs3eIDPi { top:3.1875rem;left:5.125rem;width:37.5rem;height:40.625rem;background-color:#404073;background-image:none;box-shadow: 0.1875rem 0.1875rem 3.125rem rgba(157,157,157,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #wivLuSwwDzvXJwhJEZQrhTx2TwSDJRFN { top:43.5rem;left:21.8125rem;width:4.1875rem;height:3.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #k5Z7WozEfh8705v11nxlJX6Ja6qTc7l2 { top:41.0625rem;left:19.6875rem;width:8.375rem;height:8.375rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #otxqPQvF3R2ZT16oBCIHM4hBTR3JcacO { top:4.6875rem;left:11.0625rem;width:25.625rem;height:2.5625rem;font-size:1.5rem;text-shadow:0.25rem 0.3125rem 1.5625rem rgba(0,0,0,0.63);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #C3bxdH6uyTneGgdt06IxP8zWSBCa5IEG { top:10.5625rem;left:6.9375rem;width:33.875rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLNuPQLWC1yrmcrcInNKiteZo4aJL29M { top:7.4375rem;left:11.0625rem;width:25.625rem;height:2.75rem;font-size:0.9375rem;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #tQQkZo7STFdbZsSdGvPSTh6U8GX31ffy { width:7.25rem;height:7.25rem;top:41.625rem;left:20.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2438e2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2438e2', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dVdGQVno8UrqDrtgliMVoHeTeEJDu2pZ { width:5.5rem;height:5.5rem;top:42.5rem;left:21.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #404073, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #404073, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #404073, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #404073, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#404073', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#404073', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #404073, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66e02710-1c26-49a7-9837-d5f763cd8c0f/lastherobg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0.adaptive-delivery-prevent-bg, #FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0.lazyload, #FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0.lazyloading { background-image: none; }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 > .row .container { background-color: transparent; background-image: none; }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 > .row .container > .video-iframe-container { display: none; }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 > .row > .video-iframe-container { display: none; }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 > .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); }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 > .row .container { border-width: 0; border-radius: 0; }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVSJrSewAkD0FKoTUyTmfEgqxdfOXgpV { top:5.75rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;color:#acacac;display:block; }
 }@media only screen and (max-width: 763px) { #o9NtiwcNTHImkfi5qFPqQ05JH4b58R27 { width:47.75rem;height:2.625rem;top:2.8125rem;left:0rem;font-size:1.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EOJTUg5kWZiWq0gtDsa4rpJyNLUSukOq { width:14.125rem;height:3.75rem;top:10.4375rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlQ4My1kZu5tHDxoJAkEQEyed36ZBcWt { display:block; }
 }@media only screen and (max-width: 763px) { #PnrqHVhFUklEB8yrKHftfV0UBKpVDmv0 { width:21.1875rem;height:4.0625rem;top:10.25rem;left:5.75rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TD8cGv2R2JHJmfE0P7o9ZGFHJlcSk8zS { display:block; }
 }@media only screen and (max-width: 763px) { #gbCqgzKT80nvcUlkLdVQmrobQzhQ6RzT { display:block; } #G943097a15dfa09d264edec86d584697.widget-smartsection *:focus-visible, #G943097a15dfa09d264edec86d584697.widget-smartsection input[type="text"]:focus-visible, #G943097a15dfa09d264edec86d584697.widget-smartsection input[type="email"]:focus-visible, #G943097a15dfa09d264edec86d584697.widget-smartsection input[type="tel"]:focus-visible, #G943097a15dfa09d264edec86d584697.widget-smartsection textarea:focus-visible { outline: none; } #gbCqgzKT80nvcUlkLdVQmrobQzhQ6RzT > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJRG5duhVHXDZOErrc9VIUwPI1I0qglR { display:none; }#iJRG5duhVHXDZOErrc9VIUwPI1I0qglR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WRqglKiHEBQBs7BreHC0ITQByMtMafmI { top:0.4375rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lra6pCA5gO7diTZgLU8XlFbsT7OmtkIW { width:21.1875rem;height:4.0625rem;top:10.25rem;left:5.75rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #JCIHsXe8EyXUW6moaGZEDSmmNF9sqUma { display:block; }
 }@media only screen and (max-width: 763px) { #OHnA9q5INdWSiINLyDmxQz4WK2dv8whc { width:23.375rem;height:7.875rem;top:9.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJ7HozfXkTyvx1V0xpIVhB7oiIny1LKm { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mUz24eMxxTTJwSMHqHq7iTWTmXTa6cH5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }#mUz24eMxxTTJwSMHqHq7iTWTmXTa6cH5 > .row .container { background-color: transparent; background-image: none; }#mUz24eMxxTTJwSMHqHq7iTWTmXTa6cH5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUz24eMxxTTJwSMHqHq7iTWTmXTa6cH5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUz24eMxxTTJwSMHqHq7iTWTmXTa6cH5 > .row .container > .video-iframe-container { display: none; }#mUz24eMxxTTJwSMHqHq7iTWTmXTa6cH5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUz24eMxxTTJwSMHqHq7iTWTmXTa6cH5 > .row > .video-iframe-container { display: none; }#mUz24eMxxTTJwSMHqHq7iTWTmXTa6cH5 > .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); }#mUz24eMxxTTJwSMHqHq7iTWTmXTa6cH5 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlpTnChbDlEKeDmp0W2rxn0aNabXc6Jl { width:3.6875rem;height:3.375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCcTwQ6er1U561UTxfgTSmOl9uTz219m { width:18.5rem;height:6.0625rem;top:17rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ehdinBthFutgODTe0c2KfHmKBa2hDZ83 { width:12.3125rem;height:0;top:19.375rem;left:6.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gose22nAgJKx3SpsI8c5KHLUgfE5fL5g { width:18.4375rem;height:5.9375rem;top:17rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d96TLsc4HkBVOz1upT0L3CgbG7oHaTbd { display:block; }
 }@media only screen and (max-width: 763px) { #IIWV7enJeoJg62P432BeKS9T88zAza2h { width:8.1875rem;height:1.5625rem;top:8.5625rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHePKwc7Tfz2ep5HrU5UJCfOfvhaigLX { display:block; }
 }@media only screen and (max-width: 763px) { #pkmDRZsQMGtG1e3cBmd88IxO7xKb8t1t { width:8.1875rem;height:1.5625rem;top:11.375rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z0cnBKB8zDPTT03QFcOp7Pe1356HuVt3 { display:block; }
 }@media only screen and (max-width: 763px) { #O88fk7ZAAkxpid5Cqp7WXUpU6heVqb4a { width:8.1875rem;height:1.5625rem;top:14.1875rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q8JpO7g2CtI4yFCtvHT83IzZJGnWanP5 { display:block; }
 }@media only screen and (max-width: 763px) { #T3P7Hn5SryyVNyFTRlyZilcvw3PuUTBE { width:13.4375rem;height:3.25rem;top:6rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7KesbWrEUm4iJ8XNlTXIMmhO3l2k7a4 { display:block; }
 }@media only screen and (max-width: 763px) { #G9Wgu54xuDhWpUfFnc4CAiskUwD32FyX { width:4.375rem;height:1.75rem;top:1.875rem;left:6.875rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #E7miGbC6vv5bMXd1yO22L8zkx5ye9liT { top:1.8125rem;left:4.4375rem;width:1.875rem;height:1.875rem;z-index:15064;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OOLTcirOrzVsF91kuez2QXDirIyec4I8 { top:1.5rem;left:11.8125rem;width:8.1875rem;height:2.6875rem;z-index:15063;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MSGsiKT073ezXUZBbGDzNJqOyMhKNuzP { display:block; }
 }@media only screen and (max-width: 763px) { #NWe9oz3IIRliskVWKZGPw4amuDsmVPWu { top:1.5625rem;left:11.75rem;width:8.1875rem;height:2.5rem;z-index:15058;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;border-top:0.125rem solid #db2438;border-left:0.125rem solid #db2438;border-right:0.125rem solid #db2438;border-bottom:0.125rem solid #db2438;display:block; }
 }@media only screen and (max-width: 763px) { #F5HJondwTilubkaOtZ4g1T4OyT5SSSzT { display:block; }
 }@media only screen and (max-width: 763px) { #PDkfkfV8JXiffRsZs3xHlRqsnImgqMP0 { top:2.3125rem;left:12.8125rem;width:6.0625rem;height:1.055775rem;z-index:15059;color:#1e1e43;font-size:0.8125rem;font-weight:700;font-style:normal;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #iB8dWFWWmJGVUpb2SRZsrytSwM5CnLmX { display:flex;top:2.3125rem;left:18.1875rem;width:1.0625rem;height:1.0625rem;z-index:15061; }
 }@media only screen and (max-width: 763px) { #Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB { background-color:transparent;background-image:url("https://images.assets-landingi.com/a5moDzeT/bg_1_b.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB.adaptive-delivery-prevent-bg, #Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB.lazyload, #Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB.lazyloading { background-image: none; }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB > .row .container { background-color: transparent; background-image: none; }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,30,67,0.63); }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB > .row .container > .video-iframe-container { display: none; }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,30,67,0.63); }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB > .row > .video-iframe-container { display: none; }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB > .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); }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB > .row .container { border-width: 0; border-radius: 0; }#Bm2gN3fIMmOf8OWEZomvTeVVggdzGSDB > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2qu7W0HTdThbV0LtnHoNstATle8Bfl6 { width:20rem;height:20rem;top:34.25rem;left:0rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 3.75rem rgba(0,0,0,0.65) ;display:block; }
 }@media only screen and (max-width: 763px) { #pD5nRrcWv8T317CvurayOOm2dyr3oMgi { width:20rem;height:4.1875rem;top:26.375rem;left:0rem;z-index:15034;background-color:#db2438;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TssAvqW6TvUZHA8gHdX9NuiO5D208Cky { display:block; }
 }@media only screen and (max-width: 763px) { #tT9fochHyaNDGDdXFV4QTsNxa4JaunzL { width:9.25rem;height:3.4375rem;top:50.6875rem;left:10.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #QNL5LIvLBecWJlsoPWUaSaWzafE4QwHK { width:4.875rem;height:4.875rem;top:45.5625rem;left:3.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #q85kVX7dccT92o4gLa0s70C7HfrN9OFn { width:20rem;height:6.625rem;top:44.6875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(64,64,115,0.79), #1e1e43);background-image: -moz-linear-gradient(360deg, rgba(64,64,115,0.79), #1e1e43);background-image: -ms-linear-gradient(360deg, rgba(64,64,115,0.79), #1e1e43);background-image: -o-linear-gradient(360deg, rgba(64,64,115,0.79), #1e1e43);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#404073c9', endColorstr='#1e1e43' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#404073c9', endColorstr='#1e1e43' );";background-image: linear-gradient(360deg, rgba(64,64,115,0.79), #1e1e43);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #N6IAvNtEmJRdalIokfQyUtG4ssfJz4Vv { width:20rem;height:6rem;top:9.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wxJ7vkNSUKsZASn0APVo7TUw3iuvuy65 { width:13.2498125rem;height:1.462675rem;top:7.498915195465rem;left:3.3745663762093rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:#dbdfe1;display:block; }#wxJ7vkNSUKsZASn0APVo7TUw3iuvuy65 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7dec3c795e8f8fd8a8c2466d10f59566417ee980.svg); }
 }@media only screen and (max-width: 763px) { #HRr3JkXzLDwdTnofkMlHOgOL4nbzOkuv { width:17rem;height:3.0234375rem;top:20.3125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;color:#d0d0d0;display:block; }#HRr3JkXzLDwdTnofkMlHOgOL4nbzOkuv li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#HRr3JkXzLDwdTnofkMlHOgOL4nbzOkuv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0af5317ac51ea3809a7a13439071ca3bfe8b70b1.svg); }
 }@media only screen and (max-width: 763px) { #Ehbl4QbBnl21bTIWayVQKdebKVBdTBdP { width:18.625rem;height:3.224825rem;top:16.5rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;color:#d0d0d0;display:block; }#Ehbl4QbBnl21bTIWayVQKdebKVBdTBdP li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ehbl4QbBnl21bTIWayVQKdebKVBdTBdP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0af5317ac51ea3809a7a13439071ca3bfe8b70b1.svg); }
 }@media only screen and (max-width: 763px) { #SZWtw6mkxtgzx5d53wT7x5Zbqn5emZaW { width:14.125rem;height:4.0625rem;top:31.625rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bpRS31yS9TOxmuofkIgAQfFLlb2zn8LZ { display:block; }
 }@media only screen and (max-width: 763px) { #i8FxuWIIdGi8CR1wvFVpQZu63XWKHgyB { display:block; }#i8FxuWIIdGi8CR1wvFVpQZu63XWKHgyB > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0HBNB87EKhkcmkJX4iWFuJSQi5hNE2u { width:17.4375rem;height:2.923825rem;top:1.875rem;left:1.28125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K3UBzlsy34yacnKvtzToQbO7bpzSuUZI { width:20rem;height:1.5506607929516rem;top:8.56445rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoJOsAXTeHJIH1USMM6PdGhqt4Otkas5 { width:20rem;height:1.5647482014389rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbIglsQhhXiGScIqxIlPOTzRrApUcCKe { display:block; }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe { background-color: transparent; background-image: none; }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe > .row .container > .video-iframe-container { display: none; }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe > .row > .video-iframe-container { display: none; }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe > .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); }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe { border-width: 0; border-radius: 0; }#UbIglsQhhXiGScIqxIlPOTzRrApUcCKe > .row .container { width:20rem;height:63.25rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkQ8MpeZppnBgusuuUC8kbMOTqbfVd6h { width:20rem;height:54.875rem;top:4.9365234375rem;left:0rem;background-color:#404073;background-image:none;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(64,64,115,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #MMtBTqG5S84DXk3uQELtr30OwDmanVUi { width:20rem;height:1.94921875rem;top:6.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;text-shadow:0.25rem 0.3125rem 1.5625rem rgba(0,0,0,0.63);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nwy4UKherstOWJwew0wXHvMIfhlq7sdu { width:20rem;height:30.625rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mytZdZThbgXSx17UrXk2Xxuuz7kaFPFT { width:20rem;height:2.8125rem;top:8.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #Ne6IaLzbkUTANiBT5TM1oreKuZyRUOHD { width:16.5625rem;height:9.09375rem;top:44.8740234375rem;left:1.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdVxJCGRPyTk7HvWF8A2h5uO3sRLLggp { width:3.0625rem;height:3.0625rem;top:55.5224609375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRtb3HRA4tOvzAnQOs3qTQXFhKJnVkJX { width:11.25rem;height:1.29980625rem;top:56.4033203125rem;left:7.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy { background-color:transparent;background-image:url("https://images.assets-landingi.com/PbdFjVd9/bg_3.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy.adaptive-delivery-prevent-bg, #yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy.lazyload, #yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy.lazyloading { background-image: none; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container { background-color: transparent; background-image: none; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,30,67,0.74); }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container > .video-iframe-container { display: none; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,30,67,0.74); }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row > .video-iframe-container { display: none; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .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); }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcK12278mXb4V9py0aJXJudw4PMXd64h { width:11.6875rem;height:1.462675rem;top:2.6875rem;left:4.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JQ1SUo7gkfgzHtJIhDGgRCT0oFq5rHU7 { width:15.75rem;height:2.5996125rem;top:4.0625rem;left:2.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #osFU70GcSMpMfg1g7ogLKPR4HWimSShn { width:9.0625rem;height:18rem;top:8.0625rem;left:10.3125rem;font-size:0.9375rem;line-height:1.5;display:block; }#osFU70GcSMpMfg1g7ogLKPR4HWimSShn li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#osFU70GcSMpMfg1g7ogLKPR4HWimSShn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_899288751acd5e27cb51007bf2e7b8ce1c74475e.svg); }
 }@media only screen and (max-width: 763px) { #lTkdEfaNQQnxIKu2kqFP4sHlDFqH63Ji { width:9.625rem;height:18rem;top:8.0625rem;left:0.6875rem;font-size:0.9375rem;line-height:1.5;display:block; }#lTkdEfaNQQnxIKu2kqFP4sHlDFqH63Ji li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#lTkdEfaNQQnxIKu2kqFP4sHlDFqH63Ji li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_899288751acd5e27cb51007bf2e7b8ce1c74475e.svg); }
 }@media only screen and (max-width: 763px) { #TaleoAoVpKAGr16aQki0NnmTfKgU3vp8 { width:19.125rem;height:13.6875rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP { background-color:transparent;background-image:url("https://images.assets-landingi.com/37c8rbN9/bg_2.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP.adaptive-delivery-prevent-bg, #a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP.lazyload, #a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP.lazyloading { background-image: none; }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP > .row .container { background-color: transparent; background-image: none; }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP > .row .container > .video-iframe-container { display: none; }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP > .row > .video-iframe-container { display: none; }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP > .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); }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP > .row .container { border-width: 0; border-radius: 0; }#a7kktlpr91yvXvVuQBTWoqsxk3cK4PSP > .row .container { width:20rem;height:247.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lV2LwyeWvXD979sRyyqvuSZqlukTbEf8 { width:20rem;height:27.6875rem;top:196.25rem;left:0rem;background-color:#1e1e43;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #DWZ69Px53hIDVQU5u55kyvb4E8TDK08Z { width:11.8125rem;height:11.8125rem;top:217.25rem;left:3.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aS48FDuZT6sZvEkVOBA5t4DZ5XX8X2z9 { width:16.875rem;height:11.875rem;top:204.3125rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#aS48FDuZT6sZvEkVOBA5t4DZ5XX8X2z9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
 }@media only screen and (max-width: 763px) { #LEliT6oafJyZhq0FMKaUlQav04T7xkJD { width:20rem;height:25.5rem;top:118.5rem;left:0rem;background-color:#1e1e43;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #vSXaMQrWkgKXx3JEvODr88Fh3LFCrPnQ { width:11.8125rem;height:11.8125rem;top:137.4375rem;left:3.71875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Cuelru117P2GaZ14ShPGVH2StJ3vtiOF { width:16.4375rem;height:3.25rem;top:198.8232421875rem;left:1.78125rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KKZvzC5B5mBV1tpvewb3fdk1pEKuVTd5 { width:18.25rem;height:1.625rem;top:121.09765625rem;left:0.875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #OBt69lvuFvV5RaFEWZeKFeSk9chNsJuq { width:16.375rem;height:10.375rem;top:125.18749046326rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#OBt69lvuFvV5RaFEWZeKFeSk9chNsJuq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
 }@media only screen and (max-width: 763px) { #I2zoKD4ZikBPxSBPk8zq4drSNyl0BEg5 { width:20rem;height:25.25rem;top:80.625rem;left:0rem;background-color:#1e1e43;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #Rgrqqh6FrO8DWNJXGi88WQfhIRUCM2ML { width:20rem;height:28.125rem;top:156.8125rem;left:0rem;background-color:#1e1e43;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #u6Tkhdi3mAOoTH22Vtnk3kTRnE7p2M0q { width:16.875rem;height:11.875rem;top:163.7109375rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#u6Tkhdi3mAOoTH22Vtnk3kTRnE7p2M0q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
 }@media only screen and (max-width: 763px) { #vDdfSmOkCv8EXcn3LoAB4dE8e3FRSNib { width:11.8125rem;height:11.8125rem;top:99.375rem;left:3.71875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IKdCXN4pw5gxOcGpMFsxN4zkTIW7NIwz { width:11.8125rem;height:11.8125rem;top:177.5rem;left:3.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MFbpkepH66f6FW2OSogEE2RyBkFLBCuO { width:17.4375rem;height:11.875rem;top:87.3125rem;left:1.28125rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#MFbpkepH66f6FW2OSogEE2RyBkFLBCuO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
 }@media only screen and (max-width: 763px) { #acTpZDhmruSMu86w9MZvRgrqHdLtLxcK { width:16.4375rem;height:3.25rem;top:82.6357421875rem;left:1.78125rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mK8nlUtWFWDntrsAizu9adt2D8soXdDG { width:15.625rem;height:3.25rem;top:158.32421875rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OfrMltdvvOKBt8zuxmCz0pBTcd66emSr { width:20rem;height:24.375rem;top:10.0625rem;left:0rem;background-color:#1e1e43;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #x08LD8c8TenozHBxuxDbeB7l1mHSZL8b { width:20rem;height:24.375rem;top:45.3125rem;left:0rem;background-color:#1e1e43;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #wE6KvGNyqnzZDZTWfEgsniTUMOpc3OuH { width:17.5rem;height:11.875rem;top:15rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#wE6KvGNyqnzZDZTWfEgsniTUMOpc3OuH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
 }@media only screen and (max-width: 763px) { #hFdgnAUVKWooCPeeJmTGzLlSDo36MEhF { width:11.8125rem;height:11.8125rem;top:27.9375rem;left:3.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FJ8ITBBnAMCQcv7vUZdt1dv0n7Owmnl0 { width:11.8125rem;height:11.8125rem;top:62.1875rem;left:3.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #glLkr7dXr3hK7M8JaK70DW7D70KSWBS1 { width:16.4375rem;height:10.375rem;top:51.125rem;left:1.78125rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#glLkr7dXr3hK7M8JaK70DW7D70KSWBS1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bc352dbee967a377ab219fab0893b4846b8b5a1.svg); }
 }@media only screen and (max-width: 763px) { #fKi0IfR2roKB6Z87SQTfQc52WTCDi9UP { width:16.4375rem;height:1.625rem;top:11.46875rem;left:1.78125rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aw89TTkVaWPKGSlWGnJSxcP6ubX4sBLx { width:16.4375rem;height:3.25rem;top:47.2998046875rem;left:1.78125rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RK3Q2XmsTRsRGIlZAHDTLtwWwfafVTXB { width:20rem;height:2.5996125rem;top:3.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #u7TPRUXt8J15HCI7CZaegOOnsoZCH0VZ { width:7.25rem;height:7.25rem;top:96.3125rem;left:6.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2438e2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2438e2', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Gh4LuphG5KIOOFoL8MaXeWhf5Wk3gCXm { width:5.5rem;height:5.5rem;top:97.1875rem;left:7.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #252548, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #252548, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #252548, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #252548, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#252548', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#252548', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #252548, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #EmClVJefvzcNlsapTHlNlaFUhv5HVaWU { display:flex;width:2.25rem;height:2.25rem;top:243.3125rem;left:9.15625rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #IfNJSoS7yaf4vEDTQyGWKxoyna1I2C47 { display:flex;top:1.3125rem;left:16.25rem;width:1.6875rem;height:1.6875rem;z-index:15032;color:#5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #Z0dSoeBAbPxcscqdl0I0I3cTZwDPsQrh { width:18.125rem;height:3.4375rem;top:158.23046875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2K7tUaZfQzewK7I63F6xvxUJIcFf3cB { width:18.125rem;height:3.4375rem;top:198.7294921875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8urzHKtm1ttbnsQFVooq12izOJTKVxD { width:18.125rem;height:3.4375rem;top:82.5419921875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DATIErknTVpvfZE4QgLf8Nom7OqytHHw { width:18.125rem;height:3.4375rem;top:120.19140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXJpOMhkPT04laI3Lx4o4A2Fzz5UL7nB { width:18.125rem;height:2.875rem;top:10.84375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAE12MLNtKZbP0DXQI4ufrwLdSxKUXs7 { width:18.125rem;height:3.4375rem;top:47.2060546875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZfBWH2MDdR1aNcZg8OXBhAOBhFW83NW { width:14.6875rem;height:3.0625rem;top:238rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRrsNrEJExdepFGFPKHoCSzlrTzmqTdS { display:block; }
 }@media only screen and (max-width: 763px) { #mJ2LMAIxJ8SdP3iMmAZngd3UGnp4ycZL { width:20rem;height:4.0625rem;top:232.5625rem;left:0rem;z-index:15034;background-color:#db2438;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TQpoQ0dTJqCECdgRLaArD1ewAuKS3XJz { display:block; }
 }@media only screen and (max-width: 763px) { #NevZz7LPwpm7UKuMXWqnpy5bRz2po2iq { display:block; }#NevZz7LPwpm7UKuMXWqnpy5bRz2po2iq > .row .container { width:20rem;height:55.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJTp2418STh18surhIOaG9Rz0woTIACu { width:17.1875rem;height:16rem;top:35.134765625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5QXTD3RyImF4pDglxCE4ZDh6B2req9o { width:20rem;height:6.82325rem;top:2.375rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DcXiLLqJDkvbdJrqtnbZAacbptyXTRNw { width:20rem;height:9.625rem;top:11.13671875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#DcXiLLqJDkvbdJrqtnbZAacbptyXTRNw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_061c577d13cf7f61c81a91702eaef30f2044197e.svg); }
 }@media only screen and (max-width: 763px) { #WArNKwEXT6eVQ7A88xKJZRNTodJuNr26 { width:15.8125rem;height:3.75rem;top:28.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhGGxD4vKNfZ2lmNDDOTZrzZA82oCZKF { display:block; }
 }@media only screen and (max-width: 763px) { #E7IRNwDSg7U6bD0HTiH8rnyBrhq8EJBO { width:20rem;height:4.0625rem;top:23.3125rem;left:0rem;z-index:15034;background-color:#db2438;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VFUn8U0bkvo60IwQpRuMWmpoBrZHKReX { display:block; }
 }@media only screen and (max-width: 763px) { #XD44X8QyP0pu5TutDQcgnNR6f5DWtGUZ { display:block; }#XD44X8QyP0pu5TutDQcgnNR6f5DWtGUZ > .row .container { width:20rem;height:44.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M20lEDUSRgTICSD53983sQhhh2QxdZaW { width:19.375rem;height:12.50975rem;top:27.509765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksf0Nw0V3Xhag3lZ1pzKSG1LkHK4WBxi { width:20rem;height:4.875rem;top:2.6875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EvKG1F17KZl4VLLoEQJGf7ZSxGTs1Ota { width:20rem;height:5.0625rem;top:8.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n4MmCRn5wp1o9TmfSRfP39cLysW9LkCl { width:16.3125rem;height:3.1875rem;top:20.9560546875rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6mwDzw42qM4bstByXpMatfm4TDnTrJI { display:block; }
 }@media only screen and (max-width: 763px) { #g15kiqi4E0GypbZDgQDuDT3n4fJ18u0J { width:20rem;height:4.0625rem;top:15.7060546875rem;left:0rem;z-index:15034;background-color:#db2438;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XGyyOyW2vnyRiw68XK7uCPTXFsCTM5X7 { display:block; }
 }@media only screen and (max-width: 763px) { #rvpi9244A85EHK99Ma94KVvbT0lB6755 { display:block; }#rvpi9244A85EHK99Ma94KVvbT0lB6755 > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipcJxHsuqa3nb3lHmV7AqLoL3e7PrZXX { width:20rem;height:7.3125rem;top:1.8125rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fI430fMDU2h5S1CZC8I8mKphwRirrDA2 { width:20rem;height:12.625rem;top:10.26171875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#fI430fMDU2h5S1CZC8I8mKphwRirrDA2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_061c577d13cf7f61c81a91702eaef30f2044197e.svg); }
 }@media only screen and (max-width: 763px) { #BEU1TSgJIysZffJH2XCUfr2W5cS4Ak0i { width:15.8125rem;height:3.75rem;top:28.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8lH4wMWprQmGgDPydpvFzavAKzbTNF8 { display:block; }
 }@media only screen and (max-width: 763px) { #bPGdeRo39McHIf4MOD6TeDDSdqawTslV { width:20rem;height:4.0625rem;top:23.3125rem;left:0rem;z-index:15034;background-color:#db2438;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q5gkBWsHQCgOX8qTzOqs83LGMMuKhrWP { display:block; }
 }@media only screen and (max-width: 763px) { #Xu5zsnldxVkp55xIsUS7te56saDgfnCR { width:17.25rem;height:16.0625rem;top:35.259765625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM { display:block; }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM { background-color: transparent; background-image: none; }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM > .row .container > .video-iframe-container { display: none; }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM > .row > .video-iframe-container { display: none; }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM > .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); }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM { border-width: 0; border-radius: 0; }#Ra4UAQNwNKoheWRgABRrd4N7EA3IaDZM > .row .container { width:20rem;height:80.25rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsT4J8hwK40pDTD3foc5coAL18NW2OpM { width:20rem;height:75rem;top:1.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#404073;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;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.54) ;display:block; }
 }@media only screen and (max-width: 763px) { #FT8iuIh9beDKDhQIOvdVce1r5kTdfmD1 { width:17.875rem;height:2.0996125rem;top:4rem;left:1.0625rem;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rBEXcXkymFvQE1nSb1btUOPicymocyXv { width:17.5rem;height:2.625rem;top:6.125rem;left:1.25rem;font-size:0.9375rem;color:#c3c3c3;display:block; }
 }@media only screen and (max-width: 763px) { #QFO9loU8bpgnmRHn4FwT8rs3SgZEhuZd { width:19.5rem;height:62.5rem;top:10.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKOTiMGouvLlsPfpIqzXC4DECaTtVVKr { width:20rem;height:65.0625rem;top:9.5625rem;left:0rem;background-color:#e3e3e3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nvqTqS6VzisqRkV9z5vFkwv6lf292stR { display:block; }#nvqTqS6VzisqRkV9z5vFkwv6lf292stR > .row .container { width:20rem;height:93.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAO7y2tsAtJmbvZB3GqqwMBsDuoFFxru { width:20rem;height:7.5556875rem;top:2.8125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gEgiCS5dnbvrsrAMWd6PQVqC9cpIhZlP { width:20rem;height:22.9375rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkBprEa5UsvdJGBddbeA5rw7P04qSoGv { display:flex;width:2.4375rem;height:2.4375rem;top:14.57421875rem;left:16.6875rem; }
 }@media only screen and (max-width: 763px) { #avDa9wM5nX1dCSQy5SIvBbZC8KyKy7Cy { width:18.125rem;height:12.75rem;top:21.75rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #OFz7UFe9WzXCQQpBWGtg3blT6AKJCgJM { width:9rem;height:1.462675rem;top:15.0625rem;left:5.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZJwZUPefb18eIGnhqPtuPi5MtS5iJ5p { width:9.125rem;height:1.3125rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJU5zkF8Cd17KWFxCTpTh5xcOhDK5oZB { width:3.375rem;height:3.375rem;top:14.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7zpJKT2lzoQlLuIDnxfyCnMAPlWeN36 { width:20rem;height:24.5625rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVacq4XFqvMyy5RrqyZBMcmVax86vLld { display:flex;width:2.4375rem;height:2.4375rem;top:41.125rem;left:16.6875rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #dp0bs1Ts47cT34IIRvTJ0GwoVTlaTDKm { width:18.125rem;height:12.75rem;top:47.8125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Vdszr0epkEus92ZQCVnBnwIP6EmNZmGh { width:9.125rem;height:1.3125rem;top:45.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne7UF7dTL5aCWEcfcdV2TmH0Z2zREAsE { width:3.375rem;height:3.375rem;top:40.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSMocPDQGCWp4G1mLkrtQzT9aTftXPXT { width:8.0625rem;height:1.4619125rem;top:41.5rem;left:5.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoA81RAgZWF8k5G880Jl7hUtuzS2ZMnp { width:20rem;height:23.1875rem;top:66.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASHTmyc9VQbBJMXhtbpTUPv0dCucpTHS { display:flex;width:2.4375rem;height:2.4375rem;top:68.1875rem;left:16.6875rem;font-size:1.6875rem; }
 }@media only screen and (max-width: 763px) { #Bnsf1Glo76QXWZdI0hiN0n4SO6pBVMxW { width:18.5rem;height:11.15625rem;top:75.75rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NkSgmkbkJy7vlQciThLQdmDgfitSfSvt { width:9.125rem;height:1.3125rem;top:73.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLoGWUJxksuGybSOUUTlItVeq5Qbife5 { width:3.375rem;height:3.375rem;top:67.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALSek9y1XgXU2Bq0JuBAztbrsTCpt4hB { width:9.8125rem;height:1.4619125rem;top:68.625rem;left:5.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXQI8ScQCBhSp1e4zimO9X2C7GgB31al { background-color:transparent;background-image:url("https://images.assets-landingi.com/i6x8B4I9/bg_4.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al.adaptive-delivery-prevent-bg, #KXQI8ScQCBhSp1e4zimO9X2C7GgB31al.lazyload, #KXQI8ScQCBhSp1e4zimO9X2C7GgB31al.lazyloading { background-image: none; }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al > .row .container { background-color: transparent; background-image: none; }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,30,67,0.79); }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al > .row .container > .video-iframe-container { display: none; }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,30,67,0.79); }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al > .row > .video-iframe-container { display: none; }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al > .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); }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al > .row .container { border-width: 0; border-radius: 0; }#KXQI8ScQCBhSp1e4zimO9X2C7GgB31al > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCPDOT1avX2N9KayfOph8Jvcg31P6PvA { width:18.8125rem;height:4.62890625rem;top:9.349609375rem;left:0.59375rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#acacac;display:block; }
 }@media only screen and (max-width: 763px) { #lV08iQT6TzT84Chl36oPZSPooLuA6WV0 { width:20rem;height:7.0869375rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nz5grTAVpyTzdgvltER0kxPsARRTLp9G { width:14.125rem;height:3.75rem;top:20.541015625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMCtWiNtg6cuuxpMHDvixIJEo9lNKbST { display:block; }
 }@media only screen and (max-width: 763px) { #UoaoPkK1FahucsAwxAqxVS8TSqJmuK6h { width:19rem;height:4.0625rem;top:15.228515625rem;left:0.5rem;z-index:15034;background-color:#db2438;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WivhO2UO9WLaltneFHr3HWFIEafATcIB { display:block; }
 }@media only screen and (max-width: 763px) { #kdTXbIKZCUg2OC1tKEsLbvkS8DLiJbQp { display:block; }#kdTXbIKZCUg2OC1tKEsLbvkS8DLiJbQp > .row .container { width:20rem;height:62.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiLf4UnLkos4OiVvkMIAwZzy6CuKUIUZ { width:16.5625rem;height:5.19921875rem;top:2.9375rem;left:1.71875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #be2ozOWX8XDGixuvbcfrkQoCVlOgu8XF { width:20rem;height:16.9921875rem;top:9.375rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #vc4FdxMUovXRO05a6MnAxhZCGWTy2T9T { width:15.75rem;height:8.5859375rem;top:28.4375rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.7;display:block; }#vc4FdxMUovXRO05a6MnAxhZCGWTy2T9T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0af5317ac51ea3809a7a13439071ca3bfe8b70b1.svg); }
 }@media only screen and (max-width: 763px) { #vdqblO0WQslfbW6SGFlvnudfaZ37Puzu { width:17.4375rem;height:18.4375rem;top:42.6875rem;left:1.3606525157233rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUBLHQ0fLo53QJAvJPQTGwS9rr2OTMhR { width:5.875rem;height:5.875rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgwhPvcH3I5e8WfQEA9oGkMGx9FPps11 { width:4.9375rem;height:4.9375rem;top:57.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIIKDloW2RPCLrPBvymO6wKpkqr4KKoU { width:3.9375rem;height:3.9375rem;top:57.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma5ybpK4R2UTbHzrWibyG27Bvrm9eJSy { width:3.125rem;height:2.875rem;top:58.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItX3svyCTEaTw9e9NM84hWccQaEhKlVH { width:5.875rem;height:5.875rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCkGO7uQhtJ1OWvJqTtyy2bu2W6q5z96 { width:7.9375rem;height:2.9375rem;top:38.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvI6n6ntTdBp6xlfuyhOFBteXHKCuP5Z { width:3.8125rem;height:3.8125rem;top:37.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/432aebec-848b-439e-ba36-1854a848237d/midsectionbg.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe.adaptive-delivery-prevent-bg, #SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe.lazyload, #SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe.lazyloading { background-image: none; }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe > .row .container { background-color: transparent; background-image: none; }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe > .row .container > .video-iframe-container { display: none; }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe > .row > .video-iframe-container { display: none; }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe > .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); }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe > .row .container { border-width: 0; border-radius: 0; }#SgbWeJfbwp1wtVTXaAWHNgzTs6gmNTpe > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mt47nXizrRBcnWsPs8pFRTqNVs3eIDPi { width:20rem;height:44.0625rem;top:5.25rem;left:0rem;background-color:#404073;background-image:none;box-shadow: 0.1875rem 0.1875rem 3.125rem rgba(157,157,157,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #wivLuSwwDzvXJwhJEZQrhTx2TwSDJRFN { width:4.5625rem;height:4.1875rem;top:47rem;left:7.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #k5Z7WozEfh8705v11nxlJX6Ja6qTc7l2 { width:8.375rem;height:8.375rem;top:44.875rem;left:5.8125rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #otxqPQvF3R2ZT16oBCIHM4hBTR3JcacO { width:20rem;height:1.94921875rem;top:6.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;text-shadow:0.25rem 0.3125rem 1.5625rem rgba(0,0,0,0.63);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #C3bxdH6uyTneGgdt06IxP8zWSBCa5IEG { width:20rem;height:30.625rem;top:12.530382156372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLNuPQLWC1yrmcrcInNKiteZo4aJL29M { width:20rem;height:2.8125rem;top:8.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #tQQkZo7STFdbZsSdGvPSTh6U8GX31ffy { width:7.25rem;height:7.25rem;top:45.4375rem;left:6.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2438e2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2438e2', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(219,36,56,0.89), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dVdGQVno8UrqDrtgliMVoHeTeEJDu2pZ { width:5.5rem;height:5.5rem;top:46.3125rem;left:7.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #404073, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #404073, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #404073, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #404073, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#404073', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#404073', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #404073, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/66e02710-1c26-49a7-9837-d5f763cd8c0f/lastherobg.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0.adaptive-delivery-prevent-bg, #FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0.lazyload, #FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0.lazyloading { background-image: none; }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 > .row .container { background-color: transparent; background-image: none; }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 > .row .container > .video-iframe-container { display: none; }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 > .row > .video-iframe-container { display: none; }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 > .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); }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 > .row .container { border-width: 0; border-radius: 0; }#FdbH3PubOk8LiHDzXQPtX7mxwvstEQq0 > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVSJrSewAkD0FKoTUyTmfEgqxdfOXgpV { width:20rem;height:4.38574375rem;top:8.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#acacac;display:block; }
 }@media only screen and (max-width: 763px) { #o9NtiwcNTHImkfi5qFPqQ05JH4b58R27 { width:20rem;height:4.3496125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EOJTUg5kWZiWq0gtDsa4rpJyNLUSukOq { width:14.125rem;height:3.75rem;top:19.44824375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlQ4My1kZu5tHDxoJAkEQEyed36ZBcWt { display:block; }
 }@media only screen and (max-width: 763px) { #PnrqHVhFUklEB8yrKHftfV0UBKpVDmv0 { width:19rem;height:4.0625rem;top:14.13574375rem;left:0.5rem;z-index:15034;background-color:#db2438;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TD8cGv2R2JHJmfE0P7o9ZGFHJlcSk8zS { display:block; }
 }@media only screen and (max-width: 763px) { #gbCqgzKT80nvcUlkLdVQmrobQzhQ6RzT { display:block; } #G943097a15dfa09d264edec86d584697.widget-smartsection *:focus-visible, #G943097a15dfa09d264edec86d584697.widget-smartsection input[type="text"]:focus-visible, #G943097a15dfa09d264edec86d584697.widget-smartsection input[type="email"]:focus-visible, #G943097a15dfa09d264edec86d584697.widget-smartsection input[type="tel"]:focus-visible, #G943097a15dfa09d264edec86d584697.widget-smartsection textarea:focus-visible { outline: none; } #gbCqgzKT80nvcUlkLdVQmrobQzhQ6RzT > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJRG5duhVHXDZOErrc9VIUwPI1I0qglR { background-color:transparent;background-image: -webkit-linear-gradient(165deg, #1e1e43, rgba(64,64,115,0.83));background-image: -moz-linear-gradient(165deg, #1e1e43, rgba(64,64,115,0.83));background-image: -ms-linear-gradient(165deg, #1e1e43, rgba(64,64,115,0.83));background-image: -o-linear-gradient(165deg, #1e1e43, rgba(64,64,115,0.83));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e43', endColorstr='#404073d3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e43', endColorstr='#404073d3' );";background-image: linear-gradient(165deg, #1e1e43, rgba(64,64,115,0.83));background-size:auto !important;border-top:0.1875rem solid #db2438;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#iJRG5duhVHXDZOErrc9VIUwPI1I0qglR > .row .container { background-color: transparent; background-image: none; }#iJRG5duhVHXDZOErrc9VIUwPI1I0qglR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJRG5duhVHXDZOErrc9VIUwPI1I0qglR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJRG5duhVHXDZOErrc9VIUwPI1I0qglR > .row .container > .video-iframe-container { display: none; }#iJRG5duhVHXDZOErrc9VIUwPI1I0qglR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJRG5duhVHXDZOErrc9VIUwPI1I0qglR > .row > .video-iframe-container { display: none; }#iJRG5duhVHXDZOErrc9VIUwPI1I0qglR > .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); }#iJRG5duhVHXDZOErrc9VIUwPI1I0qglR > .row .container { border-width: 0; border-radius: 0; }#iJRG5duhVHXDZOErrc9VIUwPI1I0qglR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iJRG5duhVHXDZOErrc9VIUwPI1I0qglR > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRqglKiHEBQBs7BreHC0ITQByMtMafmI { top:0.34375rem;left:3.21875rem;width:13.5625rem;height:1.13671875rem;z-index:15037;font-family:"work sans";color:#ffffff;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lra6pCA5gO7diTZgLU8XlFbsT7OmtkIW { width:20rem;height:3.25rem;top:1.625rem;left:0rem;z-index:15035;background-color:#db2438;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCIHsXe8EyXUW6moaGZEDSmmNF9sqUma { display:block; }
 }@media only screen and (max-width: 763px) { #OHnA9q5INdWSiINLyDmxQz4WK2dv8whc { width:20rem;height:5.25rem;top:0.1357421875rem;left:0rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #qJ7HozfXkTyvx1V0xpIVhB7oiIny1LKm { display:block; }
 }