.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:224,240,232;--color-primary-1:153,204,179;--color-primary-2:51,153,102;--color-primary-3:26,77,51;--color-primary-4:8,23,15;--color-secondary-0:255,255,255;--color-secondary-1:240,240,240;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:51,51,51;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Comfortaa";--paragraphs-font-family:"Comfortaa"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/S2fcScax/top-bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/rIv53bfF/eclipse.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-form-header {  }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:20rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-text { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:3.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-textarea { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-button { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2rem;margin-bottom:0.25rem;margin-left:2rem;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:400;color:#f2f9ff;width:16rem;height:4.375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.1) ; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.9375rem;overflow:hidden;font-style:normal;line-height:1.4; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-container:first-of-type{padding-top:0;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-container:last-of-type{padding-bottom:0;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:21rem;left:27.84375rem; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20rem;display:block;vertical-align:top; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 {display:block;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:21rem;left:27.84375rem; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #oq9DN3ubteTH2I5pvFyt9PdZutBoVQWs { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #amrkxQNzHeiy3URqQR8qcOkJo6OM7SK5 { position:relative;display:block; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #gw2wKTZKDKTfqU6kTcU0yLfoJVITmsvZ { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #tmO5gKUAHUvTOzEvV5uEwbQV5V45H4mp { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #eXJCQklyZQ7B88rJhnW7AIzNiwOy63Qv { position:relative;display:none; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #f5aFgX3mF4nZLwS0QvWH0FFrgLM5gTVw { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #KxqS7e4tZZbtTrvOtkOJRgyqgoHhDmL4 { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #oz6Gc3TyX8BnhOmdHUOuv6zVQaUTuZ6s { position:relative;z-index:2; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #hfBJAutIlPHQUmT0aFoFurmlr2dFiTsl { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #p0I3P48PIefANBHcnIEG0ZTATWhQ9oKS { position:relative; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #w1WGNefaXKxyDmuI6cZro8cEgxpt2vya { position:relative; }
#W7t4g9cenPhIGuhu7uxWAScazStmMBui { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nTvCEsJT1U3aKNfZQ3Q0eE3SDenokqv1 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem 0.8125rem 4.375rem rgba(29,97,63,0.4) ;height:18.375rem;width:23.125rem;top:14.5625rem;left:27.53125rem;display:block; }
#ycRahcqiGSP0GhQDxTTWq56bReayQwt3 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:18.0625rem;left:29.4375rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n0l6N9nQymspO4HcHl97axH3GusOSlmh { color:rgba(var(--color-primary-2),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:16.1875rem;left:29.4375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kZUAyT4KPKleGCH757w2821J9OKsQVZT { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:17.4375rem;left:0rem;height:3.8984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:26.6875rem;left:1.5625rem;height:;font-style:normal;display:block; }#DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT li:not(:first-child){ padding-top:1.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fpc5efQ5/tick.png); }
#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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:none; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container { border-width: 0; border-radius: 0; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:60rem;position:relative;display:none; }#aEBfuccnl8TQ1nb7HxNTO2wk0a3APUQx { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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:none; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container { border-width: 0; border-radius: 0; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:60rem;position:relative;display:none; }#wnsudGQKJ0GyO9zflbklQSVAoeW6eSu3 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:2.5rem;display:block; }
#dRzgn5CfwDccW7GJATVrzbISMMycDTWD { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.3125rem;width:10.3125rem;top:2.40625rem;left:4.84375rem;display:block; }
#PayT5r2sMDCWlBAvNWXKnhH5wbnWueMs { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:6.25rem;top:5.78125rem;left:6.875rem;overflow:hidden;display:block; }
#p9ZzfidqVp5SPHkEx9zVmcEKMRDtaLog { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:22.5rem;display:block; }
#Hz0Hr9FpklHRqsXXiawS0y9yawTz9NGW { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.3125rem;width:10.3125rem;top:2.4375rem;left:24.875rem;display:block; }
#Ee3EXP2JwWH6dIIpMx3Q8xGoEXBfLWVU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:5rem;top:5.59375rem;left:27.5rem;overflow:hidden;display:block; }
#a0tM1bRRbLNya7SAUGSGCTETAUiXhn5y { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:42.5rem;display:block; }
#uhoGr5FQmBlySzrQ8pqW264HBolXUlwJ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.3125rem;width:10.3125rem;top:2.4375rem;left:44.875rem;display:block; }
#MKLd2xUtqxfbsgxOBBvkNKNTGiBG5TDe { 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:4.3125rem;width:4.125rem;top:5.40625rem;left:48.4375rem;overflow:hidden;display:block; }
#cq0EHc2NuapQ4JcGlRmIBTwLD541TyGl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.6875rem;left:3.75rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zOagLgtZXih1h8rbodPvXkIJNk6kdTBN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.6875rem;left:23.75rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PikT0myIzDAdie6Z0ZqJa5hmDcaxEG5E { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.6875rem;left:43.75rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MIf2ci3pMN49knwKmbGhrHxpyKypO466 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:19.75rem;left:2.90625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AbJLt7EtEM9br9AM8GfhciirIP6PrxTq { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:19.75rem;left:22.90625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZI8tuHM1UBWDIHglBtBUme6hmhpMffkn { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:19.75rem;left:42.90625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/BrfQbA5t/middle-bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.adaptive-delivery-prevent-bg, #nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.lazyload, #nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.lazyloading { background-image: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container { background-color: transparent; background-image: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container > .video-iframe-container { display: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row > .video-iframe-container { display: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .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); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container { border-width: 0; border-radius: 0; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:60rem;position:relative;display:block; }#e9XkIzvaC5fZ7lp98EW4S1Sh1BFrXbIB { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.25rem;left:38.8125rem;height:5.8496125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QueO0iwVSeQcMG9CvecxQH1Xz20TRz2y { color:rgba(var(--color-tertiary-4),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:16.4375rem;left:28.625rem;height:9.597625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dXCtVSWlbR0PErMykMOGABLhgDRVn3Bc { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;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.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:4.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:27rem;left:40.9375rem;display:block; }
#Zv02WTkTuTisWcmXrgOxi9qQvBhpxn8i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AEMdQhr3rZGwdTJzlepdqff00tznZO7i { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.125rem;width:20rem;display:none; }
#d0JwHhJlGs91SdAltxonukyfc0n9X3lA { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/cf5I8lAf/eclipse.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.125rem;width:38.375rem;top:0rem;left:21.625rem;display:block; }#d0JwHhJlGs91SdAltxonukyfc0n9X3lA.adaptive-delivery-prevent-bg, #d0JwHhJlGs91SdAltxonukyfc0n9X3lA.lazyload, #d0JwHhJlGs91SdAltxonukyfc0n9X3lA.lazyloading { background-image: none; }
#qInSSNmEmqVOkk0HwkkNNw1AsnMRVw6a { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.125rem;width:20rem;display:none; }
#PwGVQ6HLoX3eUudQ3VFg89flrPVKT1xz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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:none; }#PwGVQ6HLoX3eUudQ3VFg89flrPVKT1xz > .row .container { border-width: 0; border-radius: 0; }#PwGVQ6HLoX3eUudQ3VFg89flrPVKT1xz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwGVQ6HLoX3eUudQ3VFg89flrPVKT1xz > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:60rem;position:relative;display:none; }#TvrUWN1w0a3wE2729Q2D0wIhUtxCWPvQ { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NWPX8wNmlRNlaDpAMENiMtg8f2gvlWwF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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:none; }#NWPX8wNmlRNlaDpAMENiMtg8f2gvlWwF > .row .container { border-width: 0; border-radius: 0; }#NWPX8wNmlRNlaDpAMENiMtg8f2gvlWwF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWPX8wNmlRNlaDpAMENiMtg8f2gvlWwF > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:60rem;position:relative;display:none; }#X0ygc0WTEkgVsAlaIIzlqblLAAiu8RBq { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.75rem;width:8.125rem;top:0rem;left:0rem;display:block; }
#IoHC4SAxA8LISQsVliKxKGaHPqK70y1U { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.75rem;width:8.125rem;top:0rem;left:8.625rem;display:block; }
#AVDEJW10h5qaRnRnLtTrD9hCxBAMBSNA { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.75rem;width:8.125rem;top:0rem;left:17.25rem;display:block; }
#AaqEOP7gMCAIB3y2R8d8U36FdqgDWrV5 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.75rem;width:8.125rem;top:0rem;left:25.875rem;display:block; }
#COn4vqzA4dn6NtFiBsRG2PNF0Potlq0W { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.75rem;width:8.125rem;top:0rem;left:34.5rem;display:block; }
#CcEECJhrInpGDsXv1Tn6qU0NdD89Hrsr { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.75rem;width:8.125rem;top:0rem;left:43.125rem;display:block; }
#a03HFkFy8yWPlNwVlVQbyTe5Ruxw3kS3 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.75rem;width:8.125rem;top:0rem;left:51.75rem;display:block; }
#OSchNpTmvZ7DAKIcxnOyVNLNLRM3AzIf { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.90625rem;left:0rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EbvZFz7wfHoTcoh07qZl6ZtaodGlrS0T { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.90625rem;left:8.625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hWtAzMZbFiVek3esdDwu3925Mvg9NRLQ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.90625rem;left:17.25rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QrOGTgJ0afmMEdPC50KuLbNHKWMTpAyv { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.90625rem;left:25.9375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ls87x2AmiV11CdenyIwrGVsa3wCU6urs { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0.90625rem;left:34.5rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FHRwoT8SAImOhbeZpyo0pCZT0l4h247N { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0.90625rem;left:43.125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aDBkgdNiEyMGbtSkpKsCM4TchtMoEMrw { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0.90625rem;left:51.75rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g1fs4Unm8MKkLwNcKrbuBGFrME54vz2S { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:5.65625rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MntsUStuzsRhG6lKcXDp4egRQaa9sGwd { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:5.65625rem;left:8.625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gQilR0P7kpebgDSav2CBVx8bTvG5m4iQ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:5.65625rem;left:17.25rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cJ9PSTUIFmBkrwtWGeu9TFA5Kl8LN25s { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:5.65625rem;left:25.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LkXvfSb4QrhXxJtCbh6bqFC5TCfbpdJT { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:5.65625rem;left:34.5rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m8EVHEUtz7s5cG2LnrIlRipewtU2cDcx { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:5.65625rem;left:43.125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C7EfB1THMNkVHktuMwnL5bTErAKoXzHQ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:5.65625rem;left:51.75rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UT9g8lbyDxsxoNgPt62WvrrFxavy5fHU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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:none; }#UT9g8lbyDxsxoNgPt62WvrrFxavy5fHU > .row .container { border-width: 0; border-radius: 0; }#UT9g8lbyDxsxoNgPt62WvrrFxavy5fHU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UT9g8lbyDxsxoNgPt62WvrrFxavy5fHU > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:none; }#QD087LZgO2rAEdDSU420P2FAIrOzsgT6 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.21875rem;left:0rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ob7TyWLoOGwahcRwPRAmW30W9swvalTR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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:none; }#Ob7TyWLoOGwahcRwPRAmW30W9swvalTR > .row .container { border-width: 0; border-radius: 0; }#Ob7TyWLoOGwahcRwPRAmW30W9swvalTR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ob7TyWLoOGwahcRwPRAmW30W9swvalTR > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;position:relative;display:none; }#ML4ohoxGoHypJWGAzLeOhUNbTu7VbrVp { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;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.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:4.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.375rem;left:12.625rem;display:block; }
#bUCEo9a6ZRUdzHX738wNlZNJf9w8sff7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uZnv1yXHLNK4gRFEscIQUuDZg6XGmm8W { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:4.375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:2.375rem;left:30.8125rem;display:block; }
#GfUX36zRs1dv5sfbSgksS5osgsWWKD1o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/BaOJb1ew/middle-bg3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.adaptive-delivery-prevent-bg, #uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.lazyload, #uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.lazyloading { background-image: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container { background-color: transparent; background-image: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container > .video-iframe-container { display: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row > .video-iframe-container { display: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .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); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container { border-width: 0; border-radius: 0; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:60rem;position:relative;display:block; }#lnEhR2CH6TUJX0M3Qm0U9eux3dyuBsAk { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5rem;left:0rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#chnM1SVQ1H5tKHSn4aJEU2qW05JxNu51 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:16.6875rem;left:0rem;height:9.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#edKvLrR3vOEDxyP11KXJMUeW97sCc1Ru { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;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.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:4.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:27.25rem;left:0rem;display:block; }
#KWlBnTypO5L4TUFRZuPyMLkBlRDh0s1a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IenSiqi1wRTWxqmPZRDsATdJ72c7sN1J { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/pavdefeI/eclipse-reverse.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.125rem;width:38.375rem;top:0rem;left:0rem;display:block; }#IenSiqi1wRTWxqmPZRDsATdJ72c7sN1J.adaptive-delivery-prevent-bg, #IenSiqi1wRTWxqmPZRDsATdJ72c7sN1J.lazyload, #IenSiqi1wRTWxqmPZRDsATdJ72c7sN1J.lazyloading { background-image: none; }
#UQesuEJUuWKGsCpWeP155DlGUEULxO0T { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.125rem;width:20rem;display:none; }
#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container { background-color: transparent; background-image: none; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container > .video-iframe-container { display: none; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row > .video-iframe-container { display: none; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .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); }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container { border-width: 0; border-radius: 0; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:60rem;position:relative;display:block; }#fdHenaUr7bgWCEHqm0NtFHgT8aZhnWSK { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container { background-color: transparent; background-image: none; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container > .video-iframe-container { display: none; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row > .video-iframe-container { display: none; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .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); }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container { border-width: 0; border-radius: 0; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#Tn8zKar9Qv1a5tL6lgTrZtIzgh0LcEvA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:19.375rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#DwKd986NpuM9ladk6a0845mcpHEofIAG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:19.375rem;top:1.875rem;left:20.3125rem;overflow:hidden;display:block; }
#weMxHcX7DMUzCk20JbTKe7hMmAGNWrbh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:19.375rem;top:1.875rem;left:40.625rem;overflow:hidden;display:block; }
#gGWg4lGeE0w70B4ZAm88pJwvESZwi0MK { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:16.3125rem;left:0rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HOzTovqET7FComN8sfewTO6vxFdl8NAw { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:16.3125rem;left:20rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n5nMvbHOSJzfaDs1k1TlORMS73D3827t { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:16.3125rem;left:40rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row .container { background-color: transparent; background-image: none; }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row .container > .video-iframe-container { display: none; }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row > .video-iframe-container { display: none; }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .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); }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row .container { border-width: 0; border-radius: 0; }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:60rem;position:relative;display:block; }#krHcmupf9ra0mOsLLyMT0hzWer5xGspI { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;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.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:4.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:4.3125rem;left:21.09375rem;display:block; }
#rW50lAuTxgQVuWtvWvnkhJxACkgCN47C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT { 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:none; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { border-width: 0; border-radius: 0; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:60rem;position:relative;display:none; }#Lu3FAUFAczXq9lNgoKVif86otBKLmhqv { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MviiMbAmUTHtsJzyuw0A6xJtagSO1TrT { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 { 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; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { background-color: transparent; background-image: none; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container > .video-iframe-container { display: none; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row > .video-iframe-container { display: none; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .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); }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { border-width: 0; border-radius: 0; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#Te3nX5Ig0Wu0A0TZ2CAKpH1bc6QRVioG { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;top:0rem;left:20.625rem; }
#lZg0DliqTyxbBCcM8OJwnL037BtUOdxs { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:0rem;left:24.625rem; }
#nBbtJCF98lkL6Rw8tCCn1uHwdbb4zgck { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:0.0625rem;left:28.625rem; }
#OhoKnx2fqNBx8zXo4Ova3DbZ2Dk6gOZK { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0.0625rem;left:32.625rem; }
#ebEGCso8QQ8eoBOcRpdMbEKJ1Mq602iQ { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:0rem;left:36.625rem; }
#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt { 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:none; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container { border-width: 0; border-radius: 0; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:60rem;position:relative;display:none; }#EVMisG2dM3HRFU7WrAmFHa8BHPoADPQC { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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 3.125rem rgba(var(--color-tertiary-4),0.05) ;height:30.75rem;width:29.375rem;top:0.8125rem;left:30.625rem;display:block; }
#UuT1tXxmfeJDXf6oWmzRbWNZvuo8h9Q9 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/xpsel6qC/img3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.1875rem;width:9.1875rem;top:3.3125rem;left:40.71875rem;display:block; }#UuT1tXxmfeJDXf6oWmzRbWNZvuo8h9Q9.adaptive-delivery-prevent-bg, #UuT1tXxmfeJDXf6oWmzRbWNZvuo8h9Q9.lazyload, #UuT1tXxmfeJDXf6oWmzRbWNZvuo8h9Q9.lazyloading { background-image: none; }
#o314RNnRTeR8tiPl5TGHkPurg7sZsZrH { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/49VkzJde/img1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.1875rem;width:9.1875rem;top:3.3125rem;left:10.40625rem;display:block; }#o314RNnRTeR8tiPl5TGHkPurg7sZsZrH.adaptive-delivery-prevent-bg, #o314RNnRTeR8tiPl5TGHkPurg7sZsZrH.lazyload, #o314RNnRTeR8tiPl5TGHkPurg7sZsZrH.lazyloading { background-image: none; }
#vx96gyZFMVNVo2qqu6KHOfA9wlypUVrE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:3.25rem;top:10.625rem;left:4.53125rem;overflow:hidden;display:block; }
#slbIpAHbHBLThZK6dVKV1qKvVVvCuJBg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.25rem;top:5.4375rem;left:21.34375rem;overflow:hidden;display:block; }
#u5IBhg3u0JstFCsdWcxduEy5Qnuy85c7 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:3.25rem;top:10.6875rem;left:35rem;overflow:hidden;display:block; }
#zIPbbAESXNEFxdy9F0ggwTlpmCsQ0BGg { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.25rem;top:5.5rem;left:51.8125rem;overflow:hidden;display:block; }
#PwF0cCOqz4xsDRPISQrA3qu87GQTfKJ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:16.125rem;left:2.5rem;height:6.75rem;font-style:italic;display:block; }
#NFiGtzzl7hEI5rN5A20WAINThaT1cqNi { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.125rem;left:32.8125rem;height:6.75rem;font-style:italic;display:block; }
#bwtmUKXeRkIKMzRJZAWI9Efi4MyRUf7a { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.5625rem;left:2.5rem;height:1.94921875rem;font-style:italic;display:block; }
#LA2kDnKFmFBLSusayPmwbKhzm5r9W8cP { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:24.5625rem;left:32.8125rem;height:1.94921875rem;font-style:italic;display:block; }
#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row .container { background-color: transparent; background-image: none; }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row .container > .video-iframe-container { display: none; }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row > .video-iframe-container { display: none; }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .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); }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row .container { border-width: 0; border-radius: 0; }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:block; }#ySgTitNkHthqO19aBfKIIaHrMEWaBTIi { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.09375rem;left:0.03125rem;height:3.8994125rem;font-style:normal;display:block; }
#RymfkJElJ8Olmrv9nReO2cgPiKS9ywKy { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:4.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:9.78125rem;left:43.4375rem;display:block; }
#hZEuI5BEpaweTxhiycfOLtWHfNflMs0e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/S2fcScax/top-bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/rIv53bfF/eclipse.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-regular-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-text { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-textarea { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-select { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-button { width:16rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2rem; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-checkbox-label { width:18.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25  { width:20rem;height:auto;top:21rem;left:24.8125rem; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .radio-container { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 {display:block;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 { width:20rem;height:auto;top:21rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #oq9DN3ubteTH2I5pvFyt9PdZutBoVQWs {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #amrkxQNzHeiy3URqQR8qcOkJo6OM7SK5 {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #gw2wKTZKDKTfqU6kTcU0yLfoJVITmsvZ {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #tmO5gKUAHUvTOzEvV5uEwbQV5V45H4mp {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #eXJCQklyZQ7B88rJhnW7AIzNiwOy63Qv { display:none; }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #f5aFgX3mF4nZLwS0QvWH0FFrgLM5gTVw {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #KxqS7e4tZZbtTrvOtkOJRgyqgoHhDmL4 {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #oz6Gc3TyX8BnhOmdHUOuv6zVQaUTuZ6s {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #hfBJAutIlPHQUmT0aFoFurmlr2dFiTsl {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #p0I3P48PIefANBHcnIEG0ZTATWhQ9oKS {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #w1WGNefaXKxyDmuI6cZro8cEgxpt2vya {  }
 }@media only screen and (max-width: 763px) { #W7t4g9cenPhIGuhu7uxWAScazStmMBui { width:32.5rem;height:6.75rem;top:7.9375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTvCEsJT1U3aKNfZQ3Q0eE3SDenokqv1 { width:23.125rem;height:19.5rem;top:14.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycRahcqiGSP0GhQDxTTWq56bReayQwt3 { width:19.3125rem;height:2.875rem;top:18.0625rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0l6N9nQymspO4HcHl97axH3GusOSlmh { width:19.3125rem;height:1.9375rem;top:16.1875rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZUAyT4KPKleGCH757w2821J9OKsQVZT { width:25.4375rem;height:3.875rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT { width:20.6875rem;height:15.375rem;top:24rem;left:2.375rem;display:block; }#DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fpc5efQ5/tick.png); }
 }@media only screen and (max-width: 763px) { #RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb { display:none; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aEBfuccnl8TQ1nb7HxNTO2wk0a3APUQx { width:47.75rem;height:2.875rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR { display:none; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wnsudGQKJ0GyO9zflbklQSVAoeW6eSu3 { width:15rem;height:15rem;top:0.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRzgn5CfwDccW7GJATVrzbISMMycDTWD { width:10.3125rem;height:10.3125rem;top:2.375rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PayT5r2sMDCWlBAvNWXKnhH5wbnWueMs { width:6.25rem;height:3.5625rem;top:5.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9ZzfidqVp5SPHkEx9zVmcEKMRDtaLog { width:15rem;height:15rem;top:0.0625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz0Hr9FpklHRqsXXiawS0y9yawTz9NGW { width:10.3125rem;height:10.3125rem;top:2.4375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee3EXP2JwWH6dIIpMx3Q8xGoEXBfLWVU { width:5rem;height:3.9375rem;top:5.5625rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0tM1bRRbLNya7SAUGSGCTETAUiXhn5y { width:15rem;height:15rem;top:0.0625rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhoGr5FQmBlySzrQ8pqW264HBolXUlwJ { width:10.3125rem;height:10.3125rem;top:2.4375rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKLd2xUtqxfbsgxOBBvkNKNTGiBG5TDe { width:4.125rem;height:4.3125rem;top:5.4375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq0EHc2NuapQ4JcGlRmIBTwLD541TyGl { width:12.5rem;height:1.9375rem;top:16.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOagLgtZXih1h8rbodPvXkIJNk6kdTBN { width:12.5rem;height:1.9375rem;top:16.6875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PikT0myIzDAdie6Z0ZqJa5hmDcaxEG5E { width:12.5rem;height:1.9375rem;top:16.6875rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIf2ci3pMN49knwKmbGhrHxpyKypO466 { width:13.9375rem;height:4.875rem;top:19.5625rem;left:0.9892578125rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AbJLt7EtEM9br9AM8GfhciirIP6PrxTq { width:13.9375rem;height:4.875rem;top:19.5625rem;left:32.822265625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZI8tuHM1UBWDIHglBtBUme6hmhpMffkn { width:13.9375rem;height:4.875rem;top:19.5625rem;left:16.90625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BrfQbA5t/middle-bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.adaptive-delivery-prevent-bg, #nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.lazyload, #nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.lazyloading { background-image: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container { background-color: transparent; background-image: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container > .video-iframe-container { display: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row > .video-iframe-container { display: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .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); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9XkIzvaC5fZ7lp98EW4S1Sh1BFrXbIB { width:21.1875rem;height:5.75rem;top:9.25rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QueO0iwVSeQcMG9CvecxQH1Xz20TRz2y { width:25.3125rem;height:8.75rem;top:16.4375rem;left:22.4375rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dXCtVSWlbR0PErMykMOGABLhgDRVn3Bc { width:19.0625rem;height:4.375rem;top:27rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv02WTkTuTisWcmXrgOxi9qQvBhpxn8i { display:block; }
 }@media only screen and (max-width: 763px) { #AEMdQhr3rZGwdTJzlepdqff00tznZO7i { width:20rem;height:41.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d0JwHhJlGs91SdAltxonukyfc0n9X3lA { width:31rem;height:41.125rem;top:0rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qInSSNmEmqVOkk0HwkkNNw1AsnMRVw6a { width:20rem;height:41.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PwGVQ6HLoX3eUudQ3VFg89flrPVKT1xz { display:none; }#PwGVQ6HLoX3eUudQ3VFg89flrPVKT1xz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TvrUWN1w0a3wE2729Q2D0wIhUtxCWPvQ { width:47.75rem;height:2.875rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWPX8wNmlRNlaDpAMENiMtg8f2gvlWwF { display:none; }#NWPX8wNmlRNlaDpAMENiMtg8f2gvlWwF > .row .container { width:47.75rem;height:29.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X0ygc0WTEkgVsAlaIIzlqblLAAiu8RBq { width:8.125rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoHC4SAxA8LISQsVliKxKGaHPqK70y1U { width:8.125rem;height:3.75rem;top:0rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVDEJW10h5qaRnRnLtTrD9hCxBAMBSNA { width:8.125rem;height:3.75rem;top:0rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaqEOP7gMCAIB3y2R8d8U36FdqgDWrV5 { width:8.125rem;height:3.75rem;top:0rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COn4vqzA4dn6NtFiBsRG2PNF0Potlq0W { width:8.125rem;height:3.75rem;top:0rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcEECJhrInpGDsXv1Tn6qU0NdD89Hrsr { width:8.125rem;height:3.75rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a03HFkFy8yWPlNwVlVQbyTe5Ruxw3kS3 { width:8.125rem;height:3.75rem;top:16.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSchNpTmvZ7DAKIcxnOyVNLNLRM3AzIf { width:8.125rem;height:1.9375rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbvZFz7wfHoTcoh07qZl6ZtaodGlrS0T { width:8.125rem;height:1.9375rem;top:0.875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWtAzMZbFiVek3esdDwu3925Mvg9NRLQ { width:8.125rem;height:1.9375rem;top:0.875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrOGTgJ0afmMEdPC50KuLbNHKWMTpAyv { width:8.125rem;height:1.9375rem;top:0.875rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls87x2AmiV11CdenyIwrGVsa3wCU6urs { width:8.125rem;height:1.9375rem;top:0.875rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHRwoT8SAImOhbeZpyo0pCZT0l4h247N { width:8.125rem;height:1.9375rem;top:17.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDBkgdNiEyMGbtSkpKsCM4TchtMoEMrw { width:8.125rem;height:1.9375rem;top:17.53125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1fs4Unm8MKkLwNcKrbuBGFrME54vz2S { width:8.125rem;height:5rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MntsUStuzsRhG6lKcXDp4egRQaa9sGwd { width:8.125rem;height:5rem;top:5.625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQilR0P7kpebgDSav2CBVx8bTvG5m4iQ { width:8.125rem;height:5rem;top:5.625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ9PSTUIFmBkrwtWGeu9TFA5Kl8LN25s { width:8.125rem;height:5rem;top:5.625rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkXvfSb4QrhXxJtCbh6bqFC5TCfbpdJT { width:8.125rem;height:5rem;top:5.625rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8EVHEUtz7s5cG2LnrIlRipewtU2cDcx { width:8.125rem;height:5rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7EfB1THMNkVHktuMwnL5bTErAKoXzHQ { width:8.125rem;height:5rem;top:22.125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT9g8lbyDxsxoNgPt62WvrrFxavy5fHU { display:none; }#UT9g8lbyDxsxoNgPt62WvrrFxavy5fHU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QD087LZgO2rAEdDSU420P2FAIrOzsgT6 { width:47.75rem;height:1.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob7TyWLoOGwahcRwPRAmW30W9swvalTR { display:none; }#Ob7TyWLoOGwahcRwPRAmW30W9swvalTR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ML4ohoxGoHypJWGAzLeOhUNbTu7VbrVp { width:16.5625rem;height:4.375rem;top:2.375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUCEo9a6ZRUdzHX738wNlZNJf9w8sff7 { display:block; }
 }@media only screen and (max-width: 763px) { #uZnv1yXHLNK4gRFEscIQUuDZg6XGmm8W { width:16.5625rem;height:4.375rem;top:2.375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfUX36zRs1dv5sfbSgksS5osgsWWKD1o { display:block; }
 }@media only screen and (max-width: 763px) { #uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BrfQbA5t/middle-bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.adaptive-delivery-prevent-bg, #uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.lazyload, #uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.lazyloading { background-image: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container { background-color: transparent; background-image: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container > .video-iframe-container { display: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row > .video-iframe-container { display: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .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); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnEhR2CH6TUJX0M3Qm0U9eux3dyuBsAk { width:27.5rem;height:5.75rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chnM1SVQ1H5tKHSn4aJEU2qW05JxNu51 { width:25.3125rem;height:9.5rem;top:16.4375rem;left:0rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #edKvLrR3vOEDxyP11KXJMUeW97sCc1Ru { width:20.3125rem;height:4.375rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWlBnTypO5L4TUFRZuPyMLkBlRDh0s1a { display:block; }
 }@media only screen and (max-width: 763px) { #IenSiqi1wRTWxqmPZRDsATdJ72c7sN1J { width:31rem;height:41.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQesuEJUuWKGsCpWeP155DlGUEULxO0T { width:20rem;height:41.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP { display:block; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdHenaUr7bgWCEHqm0NtFHgT8aZhnWSK { width:47.75rem;height:2.875rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L83I5B5ZJKgXRieemhJNyLLSTEJASeFI { display:block; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tn8zKar9Qv1a5tL6lgTrZtIzgh0LcEvA { width:19.375rem;height:13.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwKd986NpuM9ladk6a0845mcpHEofIAG { width:19.375rem;height:13.125rem;top:1.875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #weMxHcX7DMUzCk20JbTKe7hMmAGNWrbh { width:19.375rem;height:13.125rem;top:1.875rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGWg4lGeE0w70B4ZAm88pJwvESZwi0MK { width:25.3125rem;height:9.5rem;top:16.4375rem;left:0rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HOzTovqET7FComN8sfewTO6vxFdl8NAw { width:25.3125rem;height:9.5rem;top:16.4375rem;left:0rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n5nMvbHOSJzfaDs1k1TlORMS73D3827t { width:25.3125rem;height:9.5rem;top:16.4375rem;left:0rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW { display:block; }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krHcmupf9ra0mOsLLyMT0hzWer5xGspI { width:17.8125rem;height:4.375rem;top:4.3125rem;left:14.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW50lAuTxgQVuWtvWvnkhJxACkgCN47C { display:block; }
 }@media only screen and (max-width: 763px) { #ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT { display:none; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lu3FAUFAczXq9lNgoKVif86otBKLmhqv { width:47.75rem;height:2.875rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MviiMbAmUTHtsJzyuw0A6xJtagSO1TrT { width:47.75rem;height:1.4375rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 { display:block; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Te3nX5Ig0Wu0A0TZ2CAKpH1bc6QRVioG { width:2.75rem;height:2.75rem;top:0rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZg0DliqTyxbBCcM8OJwnL037BtUOdxs { width:2.75rem;height:2.75rem;top:0rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBbtJCF98lkL6Rw8tCCn1uHwdbb4zgck { width:2.75rem;height:2.75rem;top:0.0625rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhoKnx2fqNBx8zXo4Ova3DbZ2Dk6gOZK { width:2.75rem;height:2.75rem;top:0.0625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebEGCso8QQ8eoBOcRpdMbEKJ1Mq602iQ { width:2.75rem;height:2.75rem;top:0rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt { display:none; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EVMisG2dM3HRFU7WrAmFHa8BHPoADPQC { width:29.375rem;height:30.75rem;top:0.8125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuT1tXxmfeJDXf6oWmzRbWNZvuo8h9Q9 { width:9.1875rem;height:9.1875rem;top:3.3125rem;left:31.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o314RNnRTeR8tiPl5TGHkPurg7sZsZrH { width:9.1875rem;height:9.1875rem;top:3.3125rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx96gyZFMVNVo2qqu6KHOfA9wlypUVrE { width:3.25rem;height:2.75rem;top:10.625rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slbIpAHbHBLThZK6dVKV1qKvVVvCuJBg { width:3.25rem;height:2.8125rem;top:5.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5IBhg3u0JstFCsdWcxduEy5Qnuy85c7 { width:3.25rem;height:2.75rem;top:10.6875rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIPbbAESXNEFxdy9F0ggwTlpmCsQ0BGg { width:3.25rem;height:2.8125rem;top:5.5rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwF0cCOqz4xsDRPISQrA3qu87GQTfKJ7 { width:25rem;height:6.75rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFiGtzzl7hEI5rN5A20WAINThaT1cqNi { width:25rem;height:6.75rem;top:16.125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwtmUKXeRkIKMzRJZAWI9Efi4MyRUf7a { width:25rem;height:1.9375rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA2kDnKFmFBLSusayPmwbKhzm5r9W8cP { width:25rem;height:1.9375rem;top:24.5625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC { display:block; }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySgTitNkHthqO19aBfKIIaHrMEWaBTIi { width:37.5625rem;height:7.75rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RymfkJElJ8Olmrv9nReO2cgPiKS9ywKy { width:16.5625rem;height:4.375rem;top:9.75rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZEuI5BEpaweTxhiycfOLtWHfNflMs0e { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:url("https://images.assets-landingi.com/S2fcScax/top-bg.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:79.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.75rem; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25  { width:17.5rem;height:auto;top:47.5625rem;left:0rem; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 {display:block;}#Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 { width:17.5rem;height:19.287125rem;top:56.215875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #oq9DN3ubteTH2I5pvFyt9PdZutBoVQWs {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #amrkxQNzHeiy3URqQR8qcOkJo6OM7SK5 {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #gw2wKTZKDKTfqU6kTcU0yLfoJVITmsvZ {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #tmO5gKUAHUvTOzEvV5uEwbQV5V45H4mp {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #eXJCQklyZQ7B88rJhnW7AIzNiwOy63Qv { display:none; }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #f5aFgX3mF4nZLwS0QvWH0FFrgLM5gTVw {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #KxqS7e4tZZbtTrvOtkOJRgyqgoHhDmL4 {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #oz6Gc3TyX8BnhOmdHUOuv6zVQaUTuZ6s {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #hfBJAutIlPHQUmT0aFoFurmlr2dFiTsl {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #p0I3P48PIefANBHcnIEG0ZTATWhQ9oKS {  }
 }@media only screen and (max-width: 763px) { #Tl8lxfaTBJWLZxzGmnTqVN2ox2kMJT25 #w1WGNefaXKxyDmuI6cZro8cEgxpt2vya {  }
 }@media only screen and (max-width: 763px) { #W7t4g9cenPhIGuhu7uxWAScazStmMBui { width:20rem;height:10.2363125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTvCEsJT1U3aKNfZQ3Q0eE3SDenokqv1 { width:20rem;height:18.4375rem;top:36.528375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycRahcqiGSP0GhQDxTTWq56bReayQwt3 { width:19.3125rem;height:4.3857375rem;top:40.028375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0l6N9nQymspO4HcHl97axH3GusOSlmh { width:19.3125rem;height:1.94921875rem;top:38.153375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZUAyT4KPKleGCH757w2821J9OKsQVZT { width:20rem;height:7.796875rem;top:12.735375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT { width:16.5625rem;height:13.496125rem;top:21.78225rem;left:1.6875rem;font-size:1.5rem;display:block; }#DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fpc5efQ5/tick.png); }
 }@media only screen and (max-width: 763px) { #RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb { display:none; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container { width:20rem;height:8.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aEBfuccnl8TQ1nb7HxNTO2wk0a3APUQx { width:20rem;height:5.8496125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR { display:none; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container { width:20rem;height:77.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wnsudGQKJ0GyO9zflbklQSVAoeW6eSu3 { width:15rem;height:15rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRzgn5CfwDccW7GJATVrzbISMMycDTWD { width:10.3125rem;height:10.3125rem;top:3.59375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PayT5r2sMDCWlBAvNWXKnhH5wbnWueMs { width:6.25rem;height:3.5625rem;top:6.96875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9ZzfidqVp5SPHkEx9zVmcEKMRDtaLog { width:15rem;height:15rem;top:26.82421875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz0Hr9FpklHRqsXXiawS0y9yawTz9NGW { width:10.3125rem;height:10.3125rem;top:29.19921875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee3EXP2JwWH6dIIpMx3Q8xGoEXBfLWVU { width:4.9375rem;height:3.9375rem;top:32.35546875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0tM1bRRbLNya7SAUGSGCTETAUiXhn5y { width:15rem;height:15rem;top:52.3984375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhoGr5FQmBlySzrQ8pqW264HBolXUlwJ { width:10.3125rem;height:10.3125rem;top:54.7734375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKLd2xUtqxfbsgxOBBvkNKNTGiBG5TDe { width:4.0625rem;height:4.3125rem;top:57.7421875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq0EHc2NuapQ4JcGlRmIBTwLD541TyGl { width:12.5rem;height:1.94921875rem;top:17.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOagLgtZXih1h8rbodPvXkIJNk6kdTBN { width:12.5rem;height:1.94921875rem;top:43.07421875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PikT0myIzDAdie6Z0ZqJa5hmDcaxEG5E { width:12.5rem;height:1.94921875rem;top:68.6484375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIf2ci3pMN49knwKmbGhrHxpyKypO466 { width:14.1875rem;height:4.875rem;top:20.69921875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbJLt7EtEM9br9AM8GfhciirIP6PrxTq { width:14.1875rem;height:4.875rem;top:46.2734375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI8tuHM1UBWDIHglBtBUme6hmhpMffkn { width:14.1875rem;height:4.875rem;top:71.84765625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/r8h7paMS/middle-bg-mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.adaptive-delivery-prevent-bg, #nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.lazyload, #nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.lazyloading { background-image: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container { background-color: transparent; background-image: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container > .video-iframe-container { display: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row > .video-iframe-container { display: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .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); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container { width:20rem;height:87.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9XkIzvaC5fZ7lp98EW4S1Sh1BFrXbIB { width:20rem;height:4.548825rem;top:22.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QueO0iwVSeQcMG9CvecxQH1Xz20TRz2y { width:20rem;height:8.75rem;top:27.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dXCtVSWlbR0PErMykMOGABLhgDRVn3Bc { width:19.0625rem;height:4.375rem;top:37.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv02WTkTuTisWcmXrgOxi9qQvBhpxn8i { display:block; }
 }@media only screen and (max-width: 763px) { #AEMdQhr3rZGwdTJzlepdqff00tznZO7i { top:45.375rem;left:0rem;width:20rem;height:41.125rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #d0JwHhJlGs91SdAltxonukyfc0n9X3lA { width:20rem;height:41.125rem;top:2.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qInSSNmEmqVOkk0HwkkNNw1AsnMRVw6a { top:1.25rem;left:0rem;width:20rem;height:42.875rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PwGVQ6HLoX3eUudQ3VFg89flrPVKT1xz { display:none; }#PwGVQ6HLoX3eUudQ3VFg89flrPVKT1xz > .row .container { width:20rem;height:5.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TvrUWN1w0a3wE2729Q2D0wIhUtxCWPvQ { width:20rem;height:2.92480625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWPX8wNmlRNlaDpAMENiMtg8f2gvlWwF { display:none; }#NWPX8wNmlRNlaDpAMENiMtg8f2gvlWwF > .row .container { width:20rem;height:81.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X0ygc0WTEkgVsAlaIIzlqblLAAiu8RBq { width:8.125rem;height:3.75rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoHC4SAxA8LISQsVliKxKGaHPqK70y1U { width:8.125rem;height:3.75rem;top:6.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVDEJW10h5qaRnRnLtTrD9hCxBAMBSNA { width:8.125rem;height:3.75rem;top:11.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaqEOP7gMCAIB3y2R8d8U36FdqgDWrV5 { width:8.125rem;height:3.75rem;top:16.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COn4vqzA4dn6NtFiBsRG2PNF0Potlq0W { width:8.125rem;height:3.75rem;top:21.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcEECJhrInpGDsXv1Tn6qU0NdD89Hrsr { width:8.125rem;height:3.75rem;top:26.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a03HFkFy8yWPlNwVlVQbyTe5Ruxw3kS3 { width:8.125rem;height:3.75rem;top:31.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSchNpTmvZ7DAKIcxnOyVNLNLRM3AzIf { width:8.125rem;height:1.7871125rem;top:2.15625rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbvZFz7wfHoTcoh07qZl6ZtaodGlrS0T { width:8.125rem;height:1.7871125rem;top:7.15625rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWtAzMZbFiVek3esdDwu3925Mvg9NRLQ { width:8.125rem;height:1.7871125rem;top:12.15625rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrOGTgJ0afmMEdPC50KuLbNHKWMTpAyv { width:8.125rem;height:1.7871125rem;top:17.15625rem;left:6rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls87x2AmiV11CdenyIwrGVsa3wCU6urs { width:8.125rem;height:1.7871125rem;top:22.15625rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHRwoT8SAImOhbeZpyo0pCZT0l4h247N { width:8.125rem;height:1.7871125rem;top:27.15625rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDBkgdNiEyMGbtSkpKsCM4TchtMoEMrw { width:8.125rem;height:1.7871125rem;top:32.15625rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1fs4Unm8MKkLwNcKrbuBGFrME54vz2S { width:8.125rem;height:5.19921875rem;top:36.25rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MntsUStuzsRhG6lKcXDp4egRQaa9sGwd { width:8.125rem;height:5.19921875rem;top:42.69921875rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQilR0P7kpebgDSav2CBVx8bTvG5m4iQ { width:8.125rem;height:5.19921875rem;top:49.1484375rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ9PSTUIFmBkrwtWGeu9TFA5Kl8LN25s { width:8.125rem;height:5.19921875rem;top:55.59765625rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkXvfSb4QrhXxJtCbh6bqFC5TCfbpdJT { width:8.125rem;height:5.19921875rem;top:62.046875rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8EVHEUtz7s5cG2LnrIlRipewtU2cDcx { width:8.125rem;height:5.19921875rem;top:68.49609375rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7EfB1THMNkVHktuMwnL5bTErAKoXzHQ { width:8.125rem;height:5.19921875rem;top:74.9453125rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT9g8lbyDxsxoNgPt62WvrrFxavy5fHU { display:none; }#UT9g8lbyDxsxoNgPt62WvrrFxavy5fHU > .row .container { width:20rem;height:6.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QD087LZgO2rAEdDSU420P2FAIrOzsgT6 { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob7TyWLoOGwahcRwPRAmW30W9swvalTR { display:none; }#Ob7TyWLoOGwahcRwPRAmW30W9swvalTR > .row .container { width:20rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ML4ohoxGoHypJWGAzLeOhUNbTu7VbrVp { width:16.5625rem;height:4.375rem;top:1.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUCEo9a6ZRUdzHX738wNlZNJf9w8sff7 { display:block; }
 }@media only screen and (max-width: 763px) { #uZnv1yXHLNK4gRFEscIQUuDZg6XGmm8W { width:16.5625rem;height:4.375rem;top:6.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfUX36zRs1dv5sfbSgksS5osgsWWKD1o { display:block; }
 }@media only screen and (max-width: 763px) { #uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6bT32daw/middle-bg3-mobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.adaptive-delivery-prevent-bg, #uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.lazyload, #uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.lazyloading { background-image: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container { background-color: transparent; background-image: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container > .video-iframe-container { display: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row > .video-iframe-container { display: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .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); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnEhR2CH6TUJX0M3Qm0U9eux3dyuBsAk { width:20rem;height:4.548825rem;top:23.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #chnM1SVQ1H5tKHSn4aJEU2qW05JxNu51 { width:20rem;height:7rem;top:30.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #edKvLrR3vOEDxyP11KXJMUeW97sCc1Ru { width:19.0625rem;height:4.375rem;top:40.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWlBnTypO5L4TUFRZuPyMLkBlRDh0s1a { display:block; }
 }@media only screen and (max-width: 763px) { #IenSiqi1wRTWxqmPZRDsATdJ72c7sN1J { width:20rem;height:41.125rem;top:2.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UQesuEJUuWKGsCpWeP155DlGUEULxO0T { top:2.5rem;left:0rem;width:20rem;height:41.125rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP { display:block; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdHenaUr7bgWCEHqm0NtFHgT8aZhnWSK { width:20rem;height:5.8496125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L83I5B5ZJKgXRieemhJNyLLSTEJASeFI { display:block; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container { width:20rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tn8zKar9Qv1a5tL6lgTrZtIzgh0LcEvA { width:19.375rem;height:13.125rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwKd986NpuM9ladk6a0845mcpHEofIAG { width:19.375rem;height:13.125rem;top:18.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #weMxHcX7DMUzCk20JbTKe7hMmAGNWrbh { width:19.375rem;height:13.125rem;top:36rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGWg4lGeE0w70B4ZAm88pJwvESZwi0MK { width:20rem;height:1.75rem;top:15.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HOzTovqET7FComN8sfewTO6vxFdl8NAw { width:20rem;height:1.75rem;top:33rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #n5nMvbHOSJzfaDs1k1TlORMS73D3827t { width:20rem;height:1.75rem;top:50.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW { display:block; }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krHcmupf9ra0mOsLLyMT0hzWer5xGspI { width:16.5625rem;height:4.375rem;top:1.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW50lAuTxgQVuWtvWvnkhJxACkgCN47C { display:block; }
 }@media only screen and (max-width: 763px) { #ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT { display:none; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { width:20rem;height:11rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lu3FAUFAczXq9lNgoKVif86otBKLmhqv { width:20rem;height:5.8496125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MviiMbAmUTHtsJzyuw0A6xJtagSO1TrT { width:20rem;height:1.4619125rem;top:8.3496125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 { display:none; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { width:20rem;height:21.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Te3nX5Ig0Wu0A0TZ2CAKpH1bc6QRVioG { width:2.75rem;height:2.75rem;top:1.25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZg0DliqTyxbBCcM8OJwnL037BtUOdxs { width:2.75rem;height:2.75rem;top:5.25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBbtJCF98lkL6Rw8tCCn1uHwdbb4zgck { width:2.75rem;height:2.75rem;top:9.25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhoKnx2fqNBx8zXo4Ova3DbZ2Dk6gOZK { width:2.75rem;height:2.75rem;top:13.25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebEGCso8QQ8eoBOcRpdMbEKJ1Mq602iQ { width:2.75rem;height:2.75rem;top:17.25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt { display:none; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container { width:20rem;height:65.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EVMisG2dM3HRFU7WrAmFHa8BHPoADPQC { width:20rem;height:30.75rem;top:33.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuT1tXxmfeJDXf6oWmzRbWNZvuo8h9Q9 { width:9.1875rem;height:9.1875rem;top:35.69921875rem;left:10.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o314RNnRTeR8tiPl5TGHkPurg7sZsZrH { width:9.1875rem;height:9.1875rem;top:5.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx96gyZFMVNVo2qqu6KHOfA9wlypUVrE { width:3.25rem;height:2.75rem;top:1.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slbIpAHbHBLThZK6dVKV1qKvVVvCuJBg { width:3.25rem;height:2.8125rem;top:15.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5IBhg3u0JstFCsdWcxduEy5Qnuy85c7 { width:3.25rem;height:2.75rem;top:43.07421875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIPbbAESXNEFxdy9F0ggwTlpmCsQ0BGg { width:3.25rem;height:2.8125rem;top:37.88671875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwF0cCOqz4xsDRPISQrA3qu87GQTfKJ7 { width:20rem;height:9rem;top:19.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFiGtzzl7hEI5rN5A20WAINThaT1cqNi { width:20rem;height:9rem;top:48.51171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwtmUKXeRkIKMzRJZAWI9Efi4MyRUf7a { width:20rem;height:1.94921875rem;top:30rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA2kDnKFmFBLSusayPmwbKhzm5r9W8cP { width:20rem;height:1.94921875rem;top:56.94921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC { display:block; }#Ahx3sP0ZQ4gyfmWpqsefpnmdZAbqkuIC > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySgTitNkHthqO19aBfKIIaHrMEWaBTIi { width:20rem;height:6.82425rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RymfkJElJ8Olmrv9nReO2cgPiKS9ywKy { width:16.5625rem;height:4.375rem;top:9.32425rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZEuI5BEpaweTxhiycfOLtWHfNflMs0e { display:block; }
 }