.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:225,222,244;--color-primary-1:164,157,221;--color-primary-2:104,91,199;--color-primary-3:100,80,162;--color-primary-4:53,42,86;--color-secondary-0:222,230,250;--color-secondary-1:145,171,237;--color-secondary-2:35,87,219;--color-secondary-3:18,44,110;--color-secondary-4:5,13,33;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:216,215,223;--color-tertiary-3:90,87,87;--color-tertiary-4:0,0,0;--headlines-font-family:Montserrat;--paragraphs-font-family:Montserrat; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#BtRZBVT6kgsMEJ8CsOXkBd5Qfp8uOUl3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtRZBVT6kgsMEJ8CsOXkBd5Qfp8uOUl3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtRZBVT6kgsMEJ8CsOXkBd5Qfp8uOUl3 > .row > .video-iframe-container { display: none; }#BtRZBVT6kgsMEJ8CsOXkBd5Qfp8uOUl3 > .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); }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#403a60;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; }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row .container { background-color: transparent; background-image: none; }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row .container > .video-iframe-container { display: none; }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row > .video-iframe-container { display: none; }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .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); }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row .container { border-width: 0; border-radius: 0; }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#hJwhVlwlMX1cbiS8uZcU8dxhzFws2cKX { color:rgba(var(--color-tertiary-2),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:2.8125rem;left:9.1875rem;height:1.349825rem;text-align:center;text-align-last:center;display:block; }
#DS4MzGR38T4bo44gPOUGXPoaJ9BMVvKU { 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.93706875rem;width:4.0625rem;top:1rem;left:27.9375rem;overflow:hidden;display:block; }
#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/83b1e47b-730d-4ced-9dfe-1c3aa75fb7d1/EARTHSPACEBACKGROUND.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2.adaptive-delivery-prevent-bg, #r3rRs8rF2QBFAC26XvA9y15uoG9w31v2.lazyload, #r3rRs8rF2QBFAC26XvA9y15uoG9w31v2.lazyloading { background-image: none; }#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2 > .row .container { background-color: transparent; background-image: none; }#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,42,86,0.78); }#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2 > .row .container > .video-iframe-container { display: none; }#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,42,86,0.78); }#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2 > .row > .video-iframe-container { display: none; }#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2 > .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); }#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2 > .row .container { border-width: 0; border-radius: 0; }#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2 > .row .container { width:60rem;height:42.375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#rRs05BtNgxWs3oBUdbECmkTRAiFZWWX6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6875rem;left:3.1875rem;height:1.462675rem;font-style:normal;display:block; }
#ei9BHAtUy3PqqT7IeiTv71cgNzFizCl0 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:27.624784946442rem;left:0rem;height:2.59874375rem;font-style:normal;display:block; }
#cQIcbeltHU3Z9bw4VvP6IadTGTtC2F6s { 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:3rem;width:2.5rem;top:3.9375rem;left:0rem;overflow:hidden;display:block; }
#AKGsRBTNLsL8JVwAcNKCLREM7a6yVvhC { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.4375004768369rem;left:0rem;height:14.622375rem;display:block; }
#ry1oM3k2ymTSCAnK6Es1CKaMm4kNxZrW { background-color:#5d4f89;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:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:3.31055rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:34.638674259186rem;left:0rem;display:block; }
#wzPSSlZzaWl08fpO5FPWiyFBMQTG7sIQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rTNpmQnZDS2sKZeVCTB0gOxrRsGEJGJx { position:relative;display:block; }#rTNpmQnZDS2sKZeVCTB0gOxrRsGEJGJx { background-color: transparent; background-image: none; }#rTNpmQnZDS2sKZeVCTB0gOxrRsGEJGJx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTNpmQnZDS2sKZeVCTB0gOxrRsGEJGJx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTNpmQnZDS2sKZeVCTB0gOxrRsGEJGJx > .row .container > .video-iframe-container { display: none; }#rTNpmQnZDS2sKZeVCTB0gOxrRsGEJGJx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTNpmQnZDS2sKZeVCTB0gOxrRsGEJGJx > .row > .video-iframe-container { display: none; }#rTNpmQnZDS2sKZeVCTB0gOxrRsGEJGJx > .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); }#rTNpmQnZDS2sKZeVCTB0gOxrRsGEJGJx { border-width: 0; border-radius: 0; }#rTNpmQnZDS2sKZeVCTB0gOxrRsGEJGJx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rTNpmQnZDS2sKZeVCTB0gOxrRsGEJGJx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:70.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BoxpaqOHHMd3ZIOHTV4XcnCC5iWD7apU { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.5625rem;width:28.6870625rem;top:14.708116531372rem;left:31.312934875488rem;overflow:hidden;display:block; }
#SDvBbsikP975g1d9bTy59GrVTTfdy12S { color:rgba(var(--color-primary-4),1);display:block;width:9.249125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4702701568604rem;left:25.52734375rem;height:3.41145625rem;display:block; }
#RXTI8XaJucKJi1WuQAC1Pmix6DlxnSN6 { color:rgba(var(--color-primary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.7042102813721rem;left:13.588325500488rem;height:3.41145625rem;display:block; }
#wyJyVxKQ0sJF4yOokVVTJSwRftMA3Bkm { color:rgba(var(--color-primary-4),1);display:block;width:29.9370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.708116531372rem;left:0.12478256225586rem;height:48.268275rem;display:block; }
#ituAyqWctVXNf82WuQdS8gF99MrI7DA6 { background-color:#403a60;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:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5625rem;height:3.31163125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:62.887372970581rem;left:16.869575500488rem;display:block; }
#ugRibSTdOJc8hCcLkV6kEHyey0WTtXRI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container { background-color: transparent; background-image: none; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container > .video-iframe-container { display: none; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row > .video-iframe-container { display: none; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .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); }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container { border-width: 0; border-radius: 0; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:block; }#uIkRWwTraQh1OST7deUXen7EKcw1QkTc { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:3.6740417480469rem;left:-0.09375rem;height:6.29774375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q6bgTBwFQNK3Aa8JixPSFbA8hbPkql7y { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:12.493489265442rem;left:0rem;height:6.92275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Q6bgTBwFQNK3Aa8JixPSFbA8hbPkql7y li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q6bgTBwFQNK3Aa8JixPSFbA8hbPkql7y li:before{  }
#m0RIOG6x6flgQz3TMJNIml1WkLQ7BNfW { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:21.429036140442rem;left:0rem;height:1.5744375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nW690uQhiG7K8WzqTS3hd8gElUGHKPB1 { 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; }#nW690uQhiG7K8WzqTS3hd8gElUGHKPB1 > .row .container { background-color: transparent; background-image: none; }#nW690uQhiG7K8WzqTS3hd8gElUGHKPB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nW690uQhiG7K8WzqTS3hd8gElUGHKPB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nW690uQhiG7K8WzqTS3hd8gElUGHKPB1 > .row .container > .video-iframe-container { display: none; }#nW690uQhiG7K8WzqTS3hd8gElUGHKPB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nW690uQhiG7K8WzqTS3hd8gElUGHKPB1 > .row > .video-iframe-container { display: none; }#nW690uQhiG7K8WzqTS3hd8gElUGHKPB1 > .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); }#nW690uQhiG7K8WzqTS3hd8gElUGHKPB1 > .row .container { border-width: 0; border-radius: 0; }#nW690uQhiG7K8WzqTS3hd8gElUGHKPB1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nW690uQhiG7K8WzqTS3hd8gElUGHKPB1 > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:60rem;position:relative;display:block; }#BfFNStwiTSSfleIUIINnCtwuHfGGBq6L { color:rgba(var(--color-primary-4),1);display:block;width:37.1235rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:14.124349594116rem;left:0rem;height:23.6165625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nw5Q7Erb9JP8LwAtEx7i1DOahhM1ZZit { background-color:#403a60;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:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4998125rem;height:3.31163125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:35.5625rem;left:40.5rem;display:block; }
#gFc2FFetVkWFwvX2I1e7IbruTDa839IH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HfhMfdhIaXf1k7ZCL0XUdosSH5R6W7BC { 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:20.25rem;width:15.3125rem;top:0rem;left:42.4619140625rem;overflow:hidden;display:none; }
#hLnR1CzwT0OSniJ8wmiQM5OD1Ow53e8h { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.436625rem;width:21.436625rem;top:14.125rem;left:38.5625rem;overflow:hidden;display:block; }
#WuDbHra9AOKlZ4TndvrGL7xu6EVzNbEb { color:rgba(var(--color-primary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9127597808838rem;left:13.4375rem;height:;text-align:center;text-align-last:center;display:block; }
#WmlWucCBrLhmdeg5lHGTqEl6ND3DGpMF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#352a56;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; }#WmlWucCBrLhmdeg5lHGTqEl6ND3DGpMF > .row .container { background-color: transparent; background-image: none; }#WmlWucCBrLhmdeg5lHGTqEl6ND3DGpMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmlWucCBrLhmdeg5lHGTqEl6ND3DGpMF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmlWucCBrLhmdeg5lHGTqEl6ND3DGpMF > .row .container > .video-iframe-container { display: none; }#WmlWucCBrLhmdeg5lHGTqEl6ND3DGpMF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmlWucCBrLhmdeg5lHGTqEl6ND3DGpMF > .row > .video-iframe-container { display: none; }#WmlWucCBrLhmdeg5lHGTqEl6ND3DGpMF > .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); }#WmlWucCBrLhmdeg5lHGTqEl6ND3DGpMF > .row .container { border-width: 0; border-radius: 0; }#WmlWucCBrLhmdeg5lHGTqEl6ND3DGpMF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WmlWucCBrLhmdeg5lHGTqEl6ND3DGpMF > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:60rem;position:relative;display:block; }#EokWBaovy5yfa0pirEW64AAttoILFExl { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(104,91,199,0.4), rgba(63,42,86,0.99));background-image: -moz-linear-gradient(120deg, rgba(104,91,199,0.4), rgba(63,42,86,0.99));background-image: -ms-linear-gradient(120deg, rgba(104,91,199,0.4), rgba(63,42,86,0.99));background-image: -o-linear-gradient(120deg, rgba(104,91,199,0.4), rgba(63,42,86,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc766', endColorstr='#3f2a56fc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc766', endColorstr='#3f2a56fc' );";background-image: linear-gradient(120deg, rgba(104,91,199,0.4), rgba(63,42,86,0.99));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:22.9375rem;width:60rem;top:6.78125rem;left:0rem;display:none; }
#sSPz0fyvFFReul477C89uUxwaPrPdGPs { position:absolute;display:block;z-index:15003;height:21.75rem;width:60rem;top:7.373046875rem;left:0rem;display:block; }
#x9ppFtTPZUyIJIiR39HWvhdzBpCahfCU { color:#d8d7df;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RGnroac9GrZJc5UVbTlEtR7tmJsq3bMn { 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; }#RGnroac9GrZJc5UVbTlEtR7tmJsq3bMn > .row .container { background-color: transparent; background-image: none; }#RGnroac9GrZJc5UVbTlEtR7tmJsq3bMn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGnroac9GrZJc5UVbTlEtR7tmJsq3bMn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGnroac9GrZJc5UVbTlEtR7tmJsq3bMn > .row .container > .video-iframe-container { display: none; }#RGnroac9GrZJc5UVbTlEtR7tmJsq3bMn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGnroac9GrZJc5UVbTlEtR7tmJsq3bMn > .row > .video-iframe-container { display: none; }#RGnroac9GrZJc5UVbTlEtR7tmJsq3bMn > .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); }#RGnroac9GrZJc5UVbTlEtR7tmJsq3bMn > .row .container { border-width: 0; border-radius: 0; }#RGnroac9GrZJc5UVbTlEtR7tmJsq3bMn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RGnroac9GrZJc5UVbTlEtR7tmJsq3bMn > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:60rem;position:relative;display:block; }#ZaP7fvLhl2Zdc0caIr2ZQCmOlWugqldh { 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: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:31.25rem;width:25rem;top:5.625rem;left:33.125rem;overflow:hidden;display:none; }
#cZe3GhNaOabDU4gqH5uTVw5dVd4P7JLZ { color:#2a2373;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:2.92535rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L9mH9pzawWfOMnZepDnRMzlsVtlQiTF1 { height:22.3123125rem;width:22.3123125rem;position:absolute;display:block;z-index:15005;top:4.3120660781861rem;left:36.436634063721rem;background-color:transparent;background-image:none;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:hidden;display:block; }
#KWKA2FZ9W0GIVnOFSeMm8yOF3pRouwfy { color:#352a56;display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:10.8125rem;left:0rem;height:21.6015625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZLTKzVOeaLmrODSz7w7S7omV55RTT09a { color:#2a2373;display:block;width:28.061rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dwPVtbuOHJ1C1Uguk4F3NiHLD0xnvedT { background-color:#403a60;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:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4998125rem;height:3.31055rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.169922828674rem;left:37.841796875rem;display:block; }
#ER3k27Mn69Rc7ypiMBI9hACk7avpP6qL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#deTnro0wnlyUCasrlWX3kb71B3z7qkqE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6a6951bd-96de-48f0-b945-01fba4511bc9/MysterySchoolhomepageBanner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#deTnro0wnlyUCasrlWX3kb71B3z7qkqE.adaptive-delivery-prevent-bg, #deTnro0wnlyUCasrlWX3kb71B3z7qkqE.lazyload, #deTnro0wnlyUCasrlWX3kb71B3z7qkqE.lazyloading { background-image: none; }#deTnro0wnlyUCasrlWX3kb71B3z7qkqE > .row .container { background-color: transparent; background-image: none; }#deTnro0wnlyUCasrlWX3kb71B3z7qkqE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,42,86,0.74); }#deTnro0wnlyUCasrlWX3kb71B3z7qkqE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deTnro0wnlyUCasrlWX3kb71B3z7qkqE > .row .container > .video-iframe-container { display: none; }#deTnro0wnlyUCasrlWX3kb71B3z7qkqE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,42,86,0.74); }#deTnro0wnlyUCasrlWX3kb71B3z7qkqE > .row > .video-iframe-container { display: none; }#deTnro0wnlyUCasrlWX3kb71B3z7qkqE > .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); }#deTnro0wnlyUCasrlWX3kb71B3z7qkqE > .row .container { border-width: 0; border-radius: 0; }#deTnro0wnlyUCasrlWX3kb71B3z7qkqE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#deTnro0wnlyUCasrlWX3kb71B3z7qkqE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#deTnro0wnlyUCasrlWX3kb71B3z7qkqE > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:60rem;position:relative;display:block; }#Mvt1BtTbJkFvubsTBSqZ343McVbivMkn { color:rgba(var(--color-primary-2),1);display:block;width:35.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3088111877444rem;left:24.562717437744rem;height:5.03689375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FDlcgu9LLPTcahTTXdBTQCCByLyyLknn { color:rgba(var(--color-tertiary-1),1);display:block;width:32.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:17.281902313233rem;left:27.062717437744rem;height:6.29775rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TLSEPw6UB8qDuTo6gEmbzVDHxIoMhQ2F { background-color:#5d4f89;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:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4998125rem;height:3.31055rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:27.172309875488rem;left:40.500221252441rem;display:block; }
#it6teUOlwK0WhIoIie83Hfp7vbKWsL4Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s { display:none; }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #hJwhVlwlMX1cbiS8uZcU8dxhzFws2cKX { width:4.0625rem;height:1.3125rem;top:2.8125rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #DS4MzGR38T4bo44gPOUGXPoaJ9BMVvKU { width:4.0625rem;height:4.93706875rem;top:1rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #r3rRs8rF2QBFAC26XvA9y15uoG9w31v2 { display:block; }#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2 > .row .container { width:47.75rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #rRs05BtNgxWs3oBUdbECmkTRAiFZWWX6 { width:12.374125rem;height:1.2999125rem;top:4.7851567268372rem;left:3.249783039093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ei9BHAtUy3PqqT7IeiTv71cgNzFizCl0 { width:24.5605625rem;height:1.9487875rem;top:22.060547351837rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #cQIcbeltHU3Z9bw4VvP6IadTGTtC2F6s { width:2.5rem;height:3rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #AKGsRBTNLsL8JVwAcNKCLREM7a6yVvhC { width:29.9375rem;height:8.043625rem;top:10.625015258789rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ry1oM3k2ymTSCAnK6Es1CKaMm4kNxZrW { width:25.061875rem;height:3.62413125rem;top:27.810331821442rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #wzPSSlZzaWl08fpO5FPWiyFBMQTG7sIQ { display:block; }
 }@media only screen and (max-width: 959px) { #rTNpmQnZDS2sKZeVCTB0gOxrRsGEJGJx { display:block; }#rTNpmQnZDS2sKZeVCTB0gOxrRsGEJGJx > .row .container { width:47.75rem;height:79.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #BoxpaqOHHMd3ZIOHTV4XcnCC5iWD7apU { width:15.2495625rem;height:22.1245625rem;top:46.939023017883rem;left:16.031902074814rem;display:block; }
 }@media only screen and (max-width: 959px) { #SDvBbsikP975g1d9bTy59GrVTTfdy12S { width:9.1875rem;height:2.59874375rem;top:1.6851119995118rem;left:19.06250166893rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #RXTI8XaJucKJi1WuQAC1Pmix6DlxnSN6 { width:26.936875rem;height:2.68120625rem;top:4.2827692031861rem;left:10.187717199326rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #wyJyVxKQ0sJF4yOokVVTJSwRftMA3Bkm { width:47.75rem;height:36.56685rem;top:10.374349892139rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ituAyqWctVXNf82WuQdS8gF99MrI7DA6 { width:24.0625rem;height:3.31163125rem;top:72.374137878419rem;left:11.624349355698rem;display:block; }
 }@media only screen and (max-width: 959px) { #ugRibSTdOJc8hCcLkV6kEHyey0WTtXRI { display:block; }
 }@media only screen and (max-width: 959px) { #gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq { display:block; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #uIkRWwTraQh1OST7deUXen7EKcw1QkTc { width:47.7495625rem;height:6.29774375rem;top:2.5444889068604rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Q6bgTBwFQNK3Aa8JixPSFbA8hbPkql7y { width:47.7485rem;height:8.4971875rem;top:10.543621063233rem;left:0.0010850429534912rem;font-size:1.125rem;display:block; }#Q6bgTBwFQNK3Aa8JixPSFbA8hbPkql7y li:before{  }
 }@media only screen and (max-width: 959px) { #m0RIOG6x6flgQz3TMJNIml1WkLQ7BNfW { width:47.7485rem;height:1.5744375rem;top:21.54296875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nW690uQhiG7K8WzqTS3hd8gElUGHKPB1 { display:block; }#nW690uQhiG7K8WzqTS3hd8gElUGHKPB1 > .row .container { width:47.75rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #BfFNStwiTSSfleIUIINnCtwuHfGGBq6L { width:26.4985rem;height:33.0631875rem;top:10.186632633209rem;left:1.6861979961395rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Nw5Q7Erb9JP8LwAtEx7i1DOahhM1ZZit { width:16.9998125rem;height:3.5612rem;top:33.246529102326rem;left:28.872613668442rem;display:block; }
 }@media only screen and (max-width: 959px) { #gFc2FFetVkWFwvX2I1e7IbruTDa839IH { display:block; }
 }@media only screen and (max-width: 959px) { #HfhMfdhIaXf1k7ZCL0XUdosSH5R6W7BC { width:15.3125rem;height:20.25rem;top:0rem;left:32.4375rem;display:none; }
 }@media only screen and (max-width: 959px) { #hLnR1CzwT0OSniJ8wmiQM5OD1Ow53e8h { width:23.061rem;height:23.061rem;top:10.186632633209rem;left:24.688586950302rem;display:block; }
 }@media only screen and (max-width: 959px) { #WuDbHra9AOKlZ4TndvrGL7xu6EVzNbEb { width:33.125rem;height:5.19748125rem;top:1.9368495941162rem;left:7.3111984729769rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #WmlWucCBrLhmdeg5lHGTqEl6ND3DGpMF { display:block; }#WmlWucCBrLhmdeg5lHGTqEl6ND3DGpMF > .row .container { width:47.75rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #EokWBaovy5yfa0pirEW64AAttoILFExl { width:47.75rem;height:22.9375rem;top:6.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #sSPz0fyvFFReul477C89uUxwaPrPdGPs { width:47.75rem;height:21.75rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #x9ppFtTPZUyIJIiR39HWvhdzBpCahfCU { width:47.75rem;height:2.92535rem;top:2rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #RGnroac9GrZJc5UVbTlEtR7tmJsq3bMn { display:block; }#RGnroac9GrZJc5UVbTlEtR7tmJsq3bMn > .row .container { width:47.75rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ZaP7fvLhl2Zdc0caIr2ZQCmOlWugqldh { top:5.625rem;left:22.75rem;width:25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 959px) { #cZe3GhNaOabDU4gqH5uTVw5dVd4P7JLZ { width:28.125rem;height:2.59874375rem;top:4.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #L9mH9pzawWfOMnZepDnRMzlsVtlQiTF1 { left:33.319230794907rem;background-color:transparent;background-image:none;top:6.1859812736511rem;width:12.061625rem;height:12.061625rem;display:block; }
 }@media only screen and (max-width: 959px) { #KWKA2FZ9W0GIVnOFSeMm8yOF3pRouwfy { width:30.75rem;height:12.587875rem;top:10.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZLTKzVOeaLmrODSz7w7S7omV55RTT09a { width:28rem;height:1.54296875rem;top:7.875rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #dwPVtbuOHJ1C1Uguk4F3NiHLD0xnvedT { width:13.125rem;height:2.99913125rem;top:20.406902790069rem;left:32.787545919418rem;display:block; }
 }@media only screen and (max-width: 959px) { #ER3k27Mn69Rc7ypiMBI9hACk7avpP6qL { display:block; }
 }@media only screen and (max-width: 959px) { #deTnro0wnlyUCasrlWX3kb71B3z7qkqE { display:block; }#deTnro0wnlyUCasrlWX3kb71B3z7qkqE > .row .container { width:47.75rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Mvt1BtTbJkFvubsTBSqZ343McVbivMkn { top:7.7484855651856rem;left:21.87500166893rem;width:25.8745625rem;height:4.5486125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #FDlcgu9LLPTcahTTXdBTQCCByLyyLknn { width:32.875rem;height:6.29775rem;top:17.25rem;left:14.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TLSEPw6UB8qDuTo6gEmbzVDHxIoMhQ2F { width:16.124125rem;height:3.68706875rem;top:26.686199188233rem;left:31.625436544418rem;display:block; }
 }@media only screen and (max-width: 959px) { #it6teUOlwK0WhIoIie83Hfp7vbKWsL4Z { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s { display:block; }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJwhVlwlMX1cbiS8uZcU8dxhzFws2cKX { width:9.3100625rem;height:1.04980625rem;top:4.85986328125rem;left:5.3447265625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DS4MzGR38T4bo44gPOUGXPoaJ9BMVvKU { width:2.3120125rem;height:2.8745125rem;top:0.82421875rem;left:8.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3rRs8rF2QBFAC26XvA9y15uoG9w31v2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/83b1e47b-730d-4ced-9dfe-1c3aa75fb7d1/EARTHSPACEBACKGROUND.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2.adaptive-delivery-prevent-bg, #r3rRs8rF2QBFAC26XvA9y15uoG9w31v2.lazyload, #r3rRs8rF2QBFAC26XvA9y15uoG9w31v2.lazyloading { background-image: none; }#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2 > .row .container { background-color: transparent; background-image: none; }#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(93,79,137,0.57); }#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2 > .row .container > .video-iframe-container { display: none; }#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(93,79,137,0.57); }#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2 > .row > .video-iframe-container { display: none; }#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2 > .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); }#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2 > .row .container { border-width: 0; border-radius: 0; }#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r3rRs8rF2QBFAC26XvA9y15uoG9w31v2 > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRs05BtNgxWs3oBUdbECmkTRAiFZWWX6 { width:13.0620625rem;height:0;top:3.3125rem;left:3.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ei9BHAtUy3PqqT7IeiTv71cgNzFizCl0 { width:17.3730625rem;height:3.2487rem;top:15.374349594116rem;left:1.3129342198372rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQIcbeltHU3Z9bw4VvP6IadTGTtC2F6s { width:2.5rem;height:2.99913125rem;top:2.4375rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKGsRBTNLsL8JVwAcNKCLREM7a6yVvhC { width:17.7485rem;height:9.74825rem;top:3.75rem;left:1.1252171397209rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ry1oM3k2ymTSCAnK6Es1CKaMm4kNxZrW { width:18.9995625rem;height:3.24978125rem;top:20.498048782349rem;left:0.49913197755814rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wzPSSlZzaWl08fpO5FPWiyFBMQTG7sIQ { display:block; }
 }@media only screen and (max-width: 763px) { #rTNpmQnZDS2sKZeVCTB0gOxrRsGEJGJx { display:block; }#rTNpmQnZDS2sKZeVCTB0gOxrRsGEJGJx > .row .container { width:20rem;height:97.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BoxpaqOHHMd3ZIOHTV4XcnCC5iWD7apU { width:15rem;height:21.8120625rem;top:66.712247848513rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDvBbsikP975g1d9bTy59GrVTTfdy12S { width:9.1873125rem;height:2.27430625rem;top:1.25rem;left:5.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXTI8XaJucKJi1WuQAC1Pmix6DlxnSN6 { width:20rem;height:4.5486125rem;top:4.2230968475342rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wyJyVxKQ0sJF4yOokVVTJSwRftMA3Bkm { width:20rem;height:51.99656875rem;top:11.54514375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ituAyqWctVXNf82WuQdS8gF99MrI7DA6 { width:18.9995625rem;height:3.24978125rem;top:91.103521347044rem;left:0.50021702051162rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ugRibSTdOJc8hCcLkV6kEHyey0WTtXRI { display:block; }
 }@media only screen and (max-width: 763px) { #gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq { display:block; }#gtT9gQqXdUgn3eZZ3rpoUfZJiqPbEDhq > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIkRWwTraQh1OST7deUXen7EKcw1QkTc { width:17.5rem;height:6.1197875rem;top:1.5592441558838rem;left:1.2500000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6bgTBwFQNK3Aa8JixPSFbA8hbPkql7y { width:20rem;height:11.640625rem;top:8.5731334686281rem;left:0rem;font-size:0.875rem;display:block; }#Q6bgTBwFQNK3Aa8JixPSFbA8hbPkql7y li:before{  }
 }@media only screen and (max-width: 763px) { #m0RIOG6x6flgQz3TMJNIml1WkLQ7BNfW { width:20rem;height:1.22395625rem;top:21.458333969116rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW690uQhiG7K8WzqTS3hd8gElUGHKPB1 { display:block; }#nW690uQhiG7K8WzqTS3hd8gElUGHKPB1 > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfFNStwiTSSfleIUIINnCtwuHfGGBq6L { width:17.1875rem;height:30.59895625rem;top:24.442275047302rem;left:1.4062500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nw5Q7Erb9JP8LwAtEx7i1DOahhM1ZZit { width:10.872375rem;height:2.6226125rem;top:56.984594345093rem;left:4.5638025403022rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gFc2FFetVkWFwvX2I1e7IbruTDa839IH { display:block; }
 }@media only screen and (max-width: 763px) { #HfhMfdhIaXf1k7ZCL0XUdosSH5R6W7BC { width:15.3125rem;height:20.25rem;top:18.2934765625rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hLnR1CzwT0OSniJ8wmiQM5OD1Ow53e8h { width:13.125rem;height:13.125rem;top:10.587022781372rem;left:3.4375002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuDbHra9AOKlZ4TndvrGL7xu6EVzNbEb { width:20rem;height:7.79625rem;top:2.790798664093rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmlWucCBrLhmdeg5lHGTqEl6ND3DGpMF { display:block; }#WmlWucCBrLhmdeg5lHGTqEl6ND3DGpMF > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EokWBaovy5yfa0pirEW64AAttoILFExl { width:19.1875rem;height:25.3125rem;top:3.184814453125rem;left:0.37353515625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sSPz0fyvFFReul477C89uUxwaPrPdGPs { width:20rem;height:26.75rem;top:9.9533419609069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9ppFtTPZUyIJIiR39HWvhdzBpCahfCU { width:20rem;height:5.19748125rem;top:0.99609184265137rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGnroac9GrZJc5UVbTlEtR7tmJsq3bMn { display:block; }#RGnroac9GrZJc5UVbTlEtR7tmJsq3bMn > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaP7fvLhl2Zdc0caIr2ZQCmOlWugqldh { width:18.125rem;height:22.625rem;top:21.5625rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cZe3GhNaOabDU4gqH5uTVw5dVd4P7JLZ { width:20rem;height:2.43706875rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9mH9pzawWfOMnZepDnRMzlsVtlQiTF1 { left:4.6560333371163rem;background-color:transparent;background-image:none;top:8.8118495941163rem;width:10.686875rem;height:10.5620625rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWKA2FZ9W0GIVnOFSeMm8yOF3pRouwfy { width:18.811875rem;height:20.9798125rem;top:20.623916625976rem;left:0.59353297948838rem;text-align:justify;text-align-last:initial;font-size:0.875rem;color:#352a56;display:block; }
 }@media only screen and (max-width: 763px) { #ZLTKzVOeaLmrODSz7w7S7omV55RTT09a { width:20rem;height:3.2487rem;top:4.0614156723022rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwPVtbuOHJ1C1Uguk4F3NiHLD0xnvedT { width:19.436875rem;height:3.24978125rem;top:43.476566553116rem;left:0.27994793653488rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ER3k27Mn69Rc7ypiMBI9hACk7avpP6qL { display:block; }
 }@media only screen and (max-width: 763px) { #deTnro0wnlyUCasrlWX3kb71B3z7qkqE { display:block; }#deTnro0wnlyUCasrlWX3kb71B3z7qkqE > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mvt1BtTbJkFvubsTBSqZ343McVbivMkn { width:17.7495625rem;height:6.57875rem;top:1.9975910186768rem;left:1.1252170205116rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDlcgu9LLPTcahTTXdBTQCCByLyyLknn { width:11.4995625rem;height:11.015625rem;top:10.84743976593rem;left:7.999132454395rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLSEPw6UB8qDuTo6gEmbzVDHxIoMhQ2F { width:19.436875rem;height:3.24978125rem;top:24.613719940186rem;left:0.56206601858139rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #it6teUOlwK0WhIoIie83Hfp7vbKWsL4Z { display:block; }
 }