.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#f7edec;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:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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; }#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:5.25rem;width:11rem;top:0.84375rem;left:24.5rem;overflow:hidden;display:block; }
#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dc6fbcfb-416d-4227-aa50-36291770e299/RenaTransferenceHealingMysterySchool5.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d.adaptive-delivery-prevent-bg, #Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d.lazyload, #Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d.lazyloading { background-image: none; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row .container { background-color: transparent; background-image: none; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.38); }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row .container > .video-iframe-container { display: none; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.38); }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row > .video-iframe-container { display: none; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .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); }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row .container { border-width: 0; border-radius: 0; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d::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; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row .container { width:60rem;height:38.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#cxrWa9Z6NZeF30W4GuFNqGmu2eOz2MVg { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"th alternates";font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:11.6875rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KuLOTMZKbDJTm3LPLQNIIgA3eK9cShOK { color:#2b2a2a;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:4.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.123046875rem;left:0rem;height:12.0225625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WouWKW1RJhJSE8FQG1bM0curzZLDZdoL { color:#2b2a2a;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:25.6865234375rem;left:0rem;height:4.8741375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LDKW6CcDDBUOs2EvSz7nh8pkZh29hMoL { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:5.5625rem;width:18.4375rem;top:39.6875rem;left:19.25rem;display:none; }
#nW690uQhiG7K8WzqTS3hd8gElUGHKPB1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:37.3125rem;width:60rem;position:relative;display:block; }#BfFNStwiTSSfleIUIINnCtwuHfGGBq6L { color:#2b2a2a;display:block;width:58.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;top:17.64794921875rem;left:0.78125rem;height:15.74435625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#OhTqnhGuR2nUBpsmx8abO2gpNhptgIq7 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.37435rem;width:9.6245625rem;top:2.2493486404419rem;left:25.186634063721rem;overflow:hidden;display:block; }
#GZDPuDQnmOgBhk6bPoJiFXZx7i0dndRS { color:#2b2a2a;display:block;width:47rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:10.83544921875rem;left:5.84375rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8cda8ce-400d-465a-ae51-2204a398c496/RenaTransferenceHealingMysterySchool10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s.adaptive-delivery-prevent-bg, #EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s.lazyload, #EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s.lazyloading { background-image: none; }#EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s > .row .container { background-color: transparent; background-image: none; }#EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.3); }#EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s > .row .container > .video-iframe-container { display: none; }#EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.3); }#EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s > .row > .video-iframe-container { display: none; }#EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s > .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); }#EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s > .row .container { border-width: 0; border-radius: 0; }#EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s::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; }#EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s > .row .container { font-size:0.875rem;font-family:arial;height:57.75rem;width:60rem;overflow:visible;position:relative;display:block; }#p77lIX2VZmc7iwk6KhN9nlmOyToqneEm { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9758839d-f81c-44f2-8ec4-517ca3fcba23/Glastonburycastle6.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #f5f8fa;border-left:0.0625rem solid #f5f8fa;border-right:0.0625rem solid #f5f8fa;border-bottom:0.0625rem solid #f5f8fa;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:19.375rem;width:19.375rem;top:15.84228515625rem;left:4.33447265625rem;display:block; }#p77lIX2VZmc7iwk6KhN9nlmOyToqneEm.adaptive-delivery-prevent-bg, #p77lIX2VZmc7iwk6KhN9nlmOyToqneEm.lazyload, #p77lIX2VZmc7iwk6KhN9nlmOyToqneEm.lazyloading { background-image: none; }
#XO296Rpv837dxgybzeUKWCmCAul5BVEk { position:absolute;display:block;z-index:15011;background-color:#594d58;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:0.125rem;top:28.25rem;left:27.4375rem;display:none; }
#gVqJZz6LeOsTmmSJnBStMlNHPLxnHoQu { color:#100f0f;display:block;width:30.7498125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:17.654083251953rem;left:29.250221252441rem;height:37.80275625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#qydD1Bcg0SRbDxQSwJyyga7RK4kpxQcT { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #594d58;border-left:0.0625rem solid #594d58;border-right:0.0625rem solid #594d58;border-bottom:0.0625rem solid #594d58;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.8125rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#9f9679;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:4rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:46.25rem;left:5.11572265625rem;display:block; }
#wxDBuRnkcKhvP1kCVLwCIPAXOgoZeZRF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gu2E37HeKS5dD0AmNKqfyxJ8H9eyZTVr { background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #594d58;border-left:0.0625rem solid #594d58;border-right:0.0625rem solid #594d58;border-bottom:0.0625rem solid #594d58;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.8125rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#9f9679;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.984875rem;height:3.7973625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:40.27685546875rem;left:5.091796875rem;display:block; }
#bJyIPxWwRH8RaVAnCZvwFDGF9bCJOaxs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J47BQObxvV3qRrqoyTgoGZTfogywplf5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #352a60);background-image: -moz-linear-gradient(180deg, #685bc7, #352a60);background-image: -ms-linear-gradient(180deg, #685bc7, #352a60);background-image: -o-linear-gradient(180deg, #685bc7, #352a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#352a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#352a60' );";background-image: linear-gradient(180deg, #685bc7, #352a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.8125rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9373125rem;height:3.99956875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:40.123701095581rem;left:5.1215286254883rem;display:none; }
#XOsucbmLQ76BpRPSuQTs9d4ntXqcFATu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Po31Rx9o4R5hiDCDmiQM7bM7XRFAfrqZ { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:11.44384765625rem;left:29.1875rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#Ty4d5W44xmN8fZt5BG0t8Aa6VT55feqB { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13.89306640625rem;left:29.1875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i2dtkAWa4EOG6hiWF1C0mDL9prA9E8uc { color:#070707;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:2.92535rem;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;text-align:center;text-align-last:center;display:block; }
#AzkhuJzg8yE6yXgrZ2waLVJnxdqud3np { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4e4a59dc-a626-4e7f-884c-c176579fd9ee/CrystalPyramid.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AzkhuJzg8yE6yXgrZ2waLVJnxdqud3np.adaptive-delivery-prevent-bg, #AzkhuJzg8yE6yXgrZ2waLVJnxdqud3np.lazyload, #AzkhuJzg8yE6yXgrZ2waLVJnxdqud3np.lazyloading { background-image: none; }#AzkhuJzg8yE6yXgrZ2waLVJnxdqud3np > .row .container { background-color: transparent; background-image: none; }#AzkhuJzg8yE6yXgrZ2waLVJnxdqud3np::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#AzkhuJzg8yE6yXgrZ2waLVJnxdqud3np > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzkhuJzg8yE6yXgrZ2waLVJnxdqud3np > .row .container > .video-iframe-container { display: none; }#AzkhuJzg8yE6yXgrZ2waLVJnxdqud3np > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#AzkhuJzg8yE6yXgrZ2waLVJnxdqud3np > .row > .video-iframe-container { display: none; }#AzkhuJzg8yE6yXgrZ2waLVJnxdqud3np > .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); }#AzkhuJzg8yE6yXgrZ2waLVJnxdqud3np > .row .container { border-width: 0; border-radius: 0; }#AzkhuJzg8yE6yXgrZ2waLVJnxdqud3np::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; }#AzkhuJzg8yE6yXgrZ2waLVJnxdqud3np > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AzkhuJzg8yE6yXgrZ2waLVJnxdqud3np > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#L5ypcQgXkkq5QRNIZMwusBlWqKkCLUoQ { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9f6ae9da-9aa5-40a8-8802-621963a027e6/Renabiopic.crop_1428x1529_0,56.preview.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #f5f8fa;border-left:0.0625rem solid #f5f8fa;border-right:0.0625rem solid #f5f8fa;border-bottom:0.0625rem solid #f5f8fa;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:19.375rem;width:19.375rem;top:11.38134765625rem;left:35.83447265625rem;display:block; }#L5ypcQgXkkq5QRNIZMwusBlWqKkCLUoQ.adaptive-delivery-prevent-bg, #L5ypcQgXkkq5QRNIZMwusBlWqKkCLUoQ.lazyload, #L5ypcQgXkkq5QRNIZMwusBlWqKkCLUoQ.lazyloading { background-image: none; }
#IDccPdOSOScdFKvQAUM8MuHTTKkwIZfz { position:absolute;display:block;z-index:15011;background-color:#594d58;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:0.125rem;top:28.25rem;left:27.4375rem;display:none; }
#hdy39TTZHb4DFcWw0lUfKn5d1X0D2ns7 { color:#2b2a2a;display:block;width:30.749rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:13.14453125rem;left:0.96875rem;height:19.80138125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#LXHkunhZ7Nvzqav86tKKNRBp7zwES2BJ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #352a60);background-image: -moz-linear-gradient(180deg, #685bc7, #352a60);background-image: -ms-linear-gradient(180deg, #685bc7, #352a60);background-image: -o-linear-gradient(180deg, #685bc7, #352a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#352a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#352a60' );";background-image: linear-gradient(180deg, #685bc7, #352a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.8125rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9373125rem;height:3.99956875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:40.123701095581rem;left:5.1215286254883rem;display:none; }
#egr7XSuqakMpR9oUHd9g5332Gqkgi0nA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kn2iNE2eTgyOEysGkwCJAuTPdXTkKIeQ { color:#070707;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:2.92535rem;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;text-align:center;text-align-last:center;display:block; }
#FX7SxTeuSSRLWnI4qVWfefE6FGVvHgTd { color:#2b2a2a;display:block;width:59rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:35.84033203125rem;left:1rem;height:7.2005rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#QDMsmJpuX1MoUUZWCWSeiHTNWkG9WnRf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(195,188,218,0.23);background-image:url("https://images.assets-landingi.com/uc/75066dc0-6a7b-4a50-bdbf-2d942375f4ec/Screenshot20250902at40331PM.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QDMsmJpuX1MoUUZWCWSeiHTNWkG9WnRf.adaptive-delivery-prevent-bg, #QDMsmJpuX1MoUUZWCWSeiHTNWkG9WnRf.lazyload, #QDMsmJpuX1MoUUZWCWSeiHTNWkG9WnRf.lazyloading { background-image: none; }#QDMsmJpuX1MoUUZWCWSeiHTNWkG9WnRf > .row .container { background-color: transparent; background-image: none; }#QDMsmJpuX1MoUUZWCWSeiHTNWkG9WnRf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDMsmJpuX1MoUUZWCWSeiHTNWkG9WnRf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDMsmJpuX1MoUUZWCWSeiHTNWkG9WnRf > .row .container > .video-iframe-container { display: none; }#QDMsmJpuX1MoUUZWCWSeiHTNWkG9WnRf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDMsmJpuX1MoUUZWCWSeiHTNWkG9WnRf > .row > .video-iframe-container { display: none; }#QDMsmJpuX1MoUUZWCWSeiHTNWkG9WnRf > .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); }#QDMsmJpuX1MoUUZWCWSeiHTNWkG9WnRf > .row .container { border-width: 0; border-radius: 0; }#QDMsmJpuX1MoUUZWCWSeiHTNWkG9WnRf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QDMsmJpuX1MoUUZWCWSeiHTNWkG9WnRf > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:60rem;position:relative;display:block; }#IcKK3cogVnhJ1QxTwv8vGv1ZTef56UXG { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.6875rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#txwdzMvSBWMmttbaEFSKwkXQDXkpbBF5 { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:6.4375rem;left:0rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dii5BVbZzctCP5GhcKXdgbTIpm5JJ2ut { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4e4a59dc-a626-4e7f-884c-c176579fd9ee/CrystalPyramid.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Dii5BVbZzctCP5GhcKXdgbTIpm5JJ2ut.adaptive-delivery-prevent-bg, #Dii5BVbZzctCP5GhcKXdgbTIpm5JJ2ut.lazyload, #Dii5BVbZzctCP5GhcKXdgbTIpm5JJ2ut.lazyloading { background-image: none; }#Dii5BVbZzctCP5GhcKXdgbTIpm5JJ2ut > .row .container { background-color: transparent; background-image: none; }#Dii5BVbZzctCP5GhcKXdgbTIpm5JJ2ut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fafafa; }#Dii5BVbZzctCP5GhcKXdgbTIpm5JJ2ut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dii5BVbZzctCP5GhcKXdgbTIpm5JJ2ut > .row .container > .video-iframe-container { display: none; }#Dii5BVbZzctCP5GhcKXdgbTIpm5JJ2ut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fafafa; }#Dii5BVbZzctCP5GhcKXdgbTIpm5JJ2ut > .row > .video-iframe-container { display: none; }#Dii5BVbZzctCP5GhcKXdgbTIpm5JJ2ut > .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); }#Dii5BVbZzctCP5GhcKXdgbTIpm5JJ2ut > .row .container { border-width: 0; border-radius: 0; }#Dii5BVbZzctCP5GhcKXdgbTIpm5JJ2ut::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; }#Dii5BVbZzctCP5GhcKXdgbTIpm5JJ2ut > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dii5BVbZzctCP5GhcKXdgbTIpm5JJ2ut > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#KBykVTCvPZdW5B4oxFAyWi6OshLqsNNO { position:absolute;display:block;z-index:15001;background-color:#352a56;background-image:url("https://images.assets-landingi.com/uc/5e74e62d-3f5d-4b94-8347-73b5834c3326/RenaKayLandingPagesAlexisProfile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #352a56;border-left:0.0625rem solid #352a56;border-right:0.0625rem solid #352a56;border-bottom:0.0625rem solid #352a56;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:19.375rem;width:19.375rem;top:9.83056640625rem;left:4.33447265625rem;display:block; }#KBykVTCvPZdW5B4oxFAyWi6OshLqsNNO.adaptive-delivery-prevent-bg, #KBykVTCvPZdW5B4oxFAyWi6OshLqsNNO.lazyload, #KBykVTCvPZdW5B4oxFAyWi6OshLqsNNO.lazyloading { background-image: none; }
#x9dwWcgTUI3bATF7uHGrZULTOpkUALrn { position:absolute;display:block;z-index:15011;background-color:#594d58;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:0.125rem;top:28.25rem;left:27.4375rem;display:none; }
#sagn8KwVruueOTxQcpWoyT2aaNS091Hy { color:#2b2a2a;display:block;width:30.7495rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:11.27880859375rem;left:28.75rem;height:21.60156875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#vOXI44phl6UUlqcKXQaDIChcpUlRBoEi { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #352a60);background-image: -moz-linear-gradient(180deg, #685bc7, #352a60);background-image: -ms-linear-gradient(180deg, #685bc7, #352a60);background-image: -o-linear-gradient(180deg, #685bc7, #352a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#352a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#352a60' );";background-image: linear-gradient(180deg, #685bc7, #352a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.8125rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9373125rem;height:3.99956875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:40.123701095581rem;left:5.1215286254883rem;display:none; }
#ZwlEbrVdvPdAUGSaoJH9XaXbQhTap5n4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sp4b9uKbr4WQNHQAbCfhWW7ga6Ge3Swf { color:#070707;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:2.92535rem;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;text-align:center;text-align-last:center;display:block; }
#tGVCEsDmNlROb93XAP5FDmHPdzyk2Fp2 { color:#2b2a2a;display:block;width:58.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:35.1884765625rem;left:1.9375rem;height:5.4003875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7760fc77-8754-4f72-b289-57480f60723e/WhiteSparkles.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq.adaptive-delivery-prevent-bg, #i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq.lazyload, #i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq.lazyloading { background-image: none; }#i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq > .row .container { background-color: transparent; background-image: none; }#i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq > .row .container > .video-iframe-container { display: none; }#i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq > .row > .video-iframe-container { display: none; }#i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq > .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); }#i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq > .row .container { border-width: 0; border-radius: 0; }#i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq > .row .container { font-size:0.875rem;font-family:arial;height:327.5625rem;width:60rem;position:relative;display:block; }#AM8dFgeaQ0WBEJicE5JcJFgRoIPWR0Hv { color:#1e1e1e;display:block;width:32.9375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.0625rem;left:0rem;height:3.25rem;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; }
#MWBqkpR1FR339iTokD9XQHksBlgW5Gs5 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #f7edec);background-image: -moz-linear-gradient(180deg, #fafafa, #f7edec);background-image: -ms-linear-gradient(180deg, #fafafa, #f7edec);background-image: -o-linear-gradient(180deg, #fafafa, #f7edec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7edec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7edec' );";background-image: linear-gradient(180deg, #fafafa, #f7edec);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: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:17.3125rem;width:30.5625rem;top:26.2490234375rem;left:24.8125rem;display:block; }
#SVybL1y64gAty4b33JCRhCuxPtlg1BlG { color:#000000;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:28.00048828125rem;left:26.84375rem;height:13.8020625rem;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; }
#FEQCDWebS3UnHRGkAsT7PfE5BIv9LihN { color:#5d4f89;display:block;width:17.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:39.92236328125rem;left:0rem;height:0.9746125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#M8yXO1S7TMN6sAEUkQdwOOw1vvPpvA3d { background-color:#877cab;background-image:none;border-top:0.0625rem solid #a59bc3;border-left:0.0625rem solid #a59bc3;border-right:0.0625rem solid #a59bc3;border-bottom:0.0625rem solid #a59bc3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.8125rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:60.9345703125rem;left:23.28125rem;display:block; }
#MIaMC6hLOSh1kyF39TqlB3Xz1QAtSIp9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k0mSZ7V4TpzKUK6tLlmsxx3o1OftDgIW { color:#000000;display:block;width:52.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:15.5rem;left:0rem;height:3.3745625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Tw0B8BOUOs4zSUk51SsWy7trDtReKJa3 { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:28.8740234375rem;left:0rem;height:10.12369375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#s0sfFJ4013yhrplTMwf4FQxOihTScQzN { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:3.18798828125rem;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;text-align:center;text-align-last:center;display:block; }
#ZQUTgba38koaS294TTkfRV2TI71NaecB { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:23.75rem;left:0rem;height:3.25rem;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; }
#pCq5GE3yQIxMkdhqzgfV4p1qGSNX4kwT { color:#1e1e1e;display:block;width:32.9375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:78.75rem;left:0rem;height:3.25rem;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; }
#Ez40RrdCssXxM5cWCzJlZyzgEy6ecTmS { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:83.9970703125rem;left:0rem;height:10.1236875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#iJ3rK9Pan0GXK6e6s76WW9wHfpu0qomu { color:#1e1e1e;display:block;width:32.9375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:139rem;left:0rem;height:;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; }
#fi26tIx6veQzbEVtm9k2TsRTAzEe6fWL { color:#1e1e1e;display:block;width:32.9375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:199.474609375rem;left:0rem;height:;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; }
#LKcUBRNhIAlFQ4JrddTV73DBTRoxGBFJ { color:#1e1e1e;display:block;width:32.9375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:262.912109375rem;left:0rem;height:3.25rem;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; }
#lE3VcspkwbrV2l0wdOBnaTqA8tkcXByB { color:#000000;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:49.7880859375rem;left:8.125rem;height:7.8385625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#lE3VcspkwbrV2l0wdOBnaTqA8tkcXByB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lE3VcspkwbrV2l0wdOBnaTqA8tkcXByB li:before{  }
#GbVQHddZIdJHlU7915TUCsTDEZ2QIzg9 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:46.787109375rem;left:8.125rem;height:1.6875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#QWPaixSHLv2f2vmExMvSyLQ4T2R788In { 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:26.1875rem;width:29.4375rem;top:42.43408203125rem;left:0rem;overflow:hidden;display:block; }
#oV4Rcprt3KD528b25147fnhrk5nX4e0n { 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:17.25rem;width:19.3125rem;top:24.6220703125rem;left:40.6875rem;overflow:hidden;display:block; }
#TS9evWTJo2vbntZIpu5325EqokDtmlQx { background-color:#403a60;background-image:none;border-top:0.0625rem solid #594d58;border-left:0.0625rem solid #594d58;border-right:0.0625rem solid #594d58;border-bottom:0.0625rem solid #594d58;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.8125rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:64.474609375rem;left:23.28125rem;display:block; }
#mMuPaMkMscMFoFUZKfcR8baAFtVTvWaV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AgPdNQhnsgaSI1p684EWi2cnAoCBZVS9 { position:absolute;display:block;z-index:15014;background-color:rgba(64,58,96,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:27.708984375rem;left:7rem;display:block; }
#RC2Ul7Z49L7BLUT4L95RhEqDM3LUhfLS { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #f7edec);background-image: -moz-linear-gradient(180deg, #fafafa, #f7edec);background-image: -ms-linear-gradient(180deg, #fafafa, #f7edec);background-image: -o-linear-gradient(180deg, #fafafa, #f7edec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7edec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7edec' );";background-image: linear-gradient(180deg, #fafafa, #f7edec);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: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:14.625rem;width:52.125rem;top:44.958984375rem;left:6.5rem;display:block; }
#XL9tWWQ0f0P2mSyT66CBZMhWqt0PmkWp { position:absolute;display:block;z-index:15015;background-color:rgba(64,58,96,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:74.771484375rem;left:30.125rem;display:block; }
#keZpeJ4JJd4CPgPKTudBlXcuetTBtfLJ { position:absolute;display:block;z-index:15016;background-color:rgba(64,58,96,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:82.896484375rem;left:7rem;display:block; }
#WZbzE4SoyvN5AgbZwROaLpyDo31nxW9U { color:#5d4f89;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:94.79248046875rem;left:0rem;height:0.9746125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#av1vW7dL9g0cnfKVPQr4JLMyu5KapBM9 { 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:17.25rem;width:17.25rem;top:80.4345703125rem;left:40.6875rem;overflow:hidden;display:block; }
#BCuz7OS6y2cZTuSH3fblR0TTNbxfJwub { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #f7edec);background-image: -moz-linear-gradient(180deg, #fafafa, #f7edec);background-image: -ms-linear-gradient(180deg, #fafafa, #f7edec);background-image: -o-linear-gradient(180deg, #fafafa, #f7edec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7edec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7edec' );";background-image: linear-gradient(180deg, #fafafa, #f7edec);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: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:17rem;width:30.5625rem;top:82rem;left:24.8125rem;display:block; }
#hm0gixF3Z9wiI3dVEVcF6pq0JM6RnwA8 { 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:29.875rem;width:29.875rem;top:97.5595703125rem;left:0rem;overflow:hidden;display:block; }
#CtnqDncOglkpGCVTUrDRht2BiKTutgfG { color:#000000;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:84.25146484375rem;left:26.84375rem;height:12.421875rem;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; }
#V7XIFXPhVxNX3TsWB5BXaTeLmDETqFrT { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #f7edec);background-image: -moz-linear-gradient(180deg, #fafafa, #f7edec);background-image: -ms-linear-gradient(180deg, #fafafa, #f7edec);background-image: -o-linear-gradient(180deg, #fafafa, #f7edec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7edec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7edec' );";background-image: linear-gradient(180deg, #fafafa, #f7edec);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: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:16.625rem;width:52.125rem;top:101.0283203125rem;left:6.75rem;display:block; }
#aQC0TAnG5LDmG9hVydZbpAtcccupmxPb { color:#000000;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:103.3125rem;left:8.125rem;height:1.6875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#k4nTlzftn2tTF7DAEZONp5I3Lz5HTxVa { color:#000000;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:106.4970703125rem;left:8.125rem;height:8.90625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#k4nTlzftn2tTF7DAEZONp5I3Lz5HTxVa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k4nTlzftn2tTF7DAEZONp5I3Lz5HTxVa li:before{  }
#Z5Vll7wEaxaOkE2GgswMBH5TsAv8XfkR { position:absolute;display:block;z-index:15016;background-color:rgba(64,58,96,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:74.771484375rem;left:24.8125rem;display:block; }
#WQMlfoIp6ut0d5ZmAhSE3xLAtFy0DkWS { background-color:#877cab;background-image:none;border-top:0.0625rem solid #a59bc3;border-left:0.0625rem solid #a59bc3;border-right:0.0625rem solid #a59bc3;border-bottom:0.0625rem solid #a59bc3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.8125rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:119.6845703125rem;left:23.28125rem;display:block; }
#huIvJXINSPJRTt1L8Q6H6zq8MNTHzQqE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ILz5iZkgo6qQKvxabizFecmhP76QePEO { background-color:#403a60;background-image:none;border-top:0.0625rem solid #594d58;border-left:0.0625rem solid #594d58;border-right:0.0625rem solid #594d58;border-bottom:0.0625rem solid #594d58;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.8125rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:123.5283203125rem;left:23.28125rem;display:block; }
#BgMKthsicy0HotFT4bXbgriHKJdhxukK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qr98MDNZHvEW0RlVbePnZikk01RvEa68 { position:absolute;display:block;z-index:15016;background-color:rgba(64,58,96,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:134.6875rem;left:30.125rem;display:block; }
#nSxgfBWzzSTNp6V91OelZxIo5xxvR5RM { position:absolute;display:block;z-index:15017;background-color:rgba(64,58,96,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:134.6875rem;left:24.8125rem;display:block; }
#eOwuub6vdWQThAclSTc17xlpIF6sqawr { position:absolute;display:block;z-index:15018;background-color:rgba(64,58,96,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:143.3125rem;left:7.65625rem;display:block; }
#kWO8eOMDuoDi3s0QyLBwwJnymsGzrpyS { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:144.25rem;left:0rem;height:10.1236875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#R3JAH8ZsP3l2LkETUqXE0kodmkN71Mv1 { color:#5d4f89;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:155.8251953125rem;left:0rem;height:0.9746125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#LonsGXMmmr8GIDeLBr7e11IISVKFK4sp { 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:27.5rem;width:27.5rem;top:159.0625rem;left:0rem;overflow:hidden;display:block; }
#uLn1LSx4NRvvaV9o3zdZwUafHyNlsX6H { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:17.25rem;top:140.6875rem;left:40.6875rem;overflow:hidden;display:block; }
#mHNmlIUbBrUtq9nGAnKmeNkK5Tq5aNdI { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #f7edec);background-image: -moz-linear-gradient(180deg, #fafafa, #f7edec);background-image: -ms-linear-gradient(180deg, #fafafa, #f7edec);background-image: -o-linear-gradient(180deg, #fafafa, #f7edec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7edec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7edec' );";background-image: linear-gradient(180deg, #fafafa, #f7edec);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: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:18.4375rem;width:30.5625rem;top:142.25rem;left:24.8125rem;display:block; }
#hsiANIT2i0OExwReGanRPygDS9t3FenR { color:#000000;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:143.99658203125rem;left:26.84375rem;height:13.8020625rem;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; }
#N7ixdkRdAPuKNeLMipsDC6tibwtQxvX4 { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #f7edec);background-image: -moz-linear-gradient(180deg, #fafafa, #f7edec);background-image: -ms-linear-gradient(180deg, #fafafa, #f7edec);background-image: -o-linear-gradient(180deg, #fafafa, #f7edec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7edec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7edec' );";background-image: linear-gradient(180deg, #fafafa, #f7edec);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: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:13.6875rem;width:52.125rem;top:162.875rem;left:7.875rem;display:block; }
#th7RftQLdCITCm4uptdU8pTuCaTBt8bR { color:#000000;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:168.357421875rem;left:9.5625rem;height:5.83333125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#th7RftQLdCITCm4uptdU8pTuCaTBt8bR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#th7RftQLdCITCm4uptdU8pTuCaTBt8bR li:before{  }
#fAloiXxC38C0vLFZlMlq1kZqgk1qcANl { color:#000000;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:165.3125rem;left:9.5625rem;height:1.6875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#WRyFJgBxktJ0lWOgRN364sgoT6nl8k2D { background-color:#877cab;background-image:none;border-top:0.0625rem solid #a59bc3;border-left:0.0625rem solid #a59bc3;border-right:0.0625rem solid #a59bc3;border-bottom:0.0625rem solid #a59bc3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.8125rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:178.6220703125rem;left:23.28125rem;display:block; }
#ISK8lRdKNmkICJJg4cQ0SsaX8msgORHR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hDUrLmTex9JMnIdTpr94rlulJLVCLh7W { background-color:#403a60;background-image:none;border-top:0.0625rem solid #594d58;border-left:0.0625rem solid #594d58;border-right:0.0625rem solid #594d58;border-bottom:0.0625rem solid #594d58;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.8125rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:182.318359375rem;left:23.28125rem;display:block; }
#Fh2sNiBBGNdJsKIOte3b1tLx4m1XvhnP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTUWTtPiZq9X0RE4JDTeoK5qNN6cuACz { position:absolute;display:block;z-index:15017;background-color:rgba(64,58,96,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:193.6875rem;left:31.03125rem;display:block; }
#s1TuGILSKE9p0r92NxX8vlrxeHk9Th4L { position:absolute;display:block;z-index:15018;background-color:rgba(64,58,96,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:193.6875rem;left:25.6875rem;display:block; }
#ec0TTnsSHNr05iayNfbfE0ZJBdTKVIqe { position:absolute;display:block;z-index:15018;background-color:rgba(64,58,96,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:204rem;left:7.65625rem;display:block; }
#a8qNWmcunGGTVlHf5iqz9fGI41dty4f5 { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:205.0947265625rem;left:0rem;height:10.1236875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#cnV6oylot0aEl9Hl6qMGmb0wrDA3ASWV { color:#5d4f89;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:215.9755859375rem;left:0rem;height:0.9746125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#rqXxL1qq3bdlCwVrNz5SDW31bQkHzKyq { 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:17.25rem;width:17.25rem;top:200.9248046875rem;left:40.6875rem;overflow:hidden;display:block; }
#U81lgHT4lpvTUI4nL4F5eLSJgTJOaWXp { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #f7edec);background-image: -moz-linear-gradient(180deg, #fafafa, #f7edec);background-image: -ms-linear-gradient(180deg, #fafafa, #f7edec);background-image: -o-linear-gradient(180deg, #fafafa, #f7edec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7edec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7edec' );";background-image: linear-gradient(180deg, #fafafa, #f7edec);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: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:18.4375rem;width:30.5625rem;top:203.34375rem;left:24.8125rem;display:block; }
#eBNOGP92P3ZQsGnKGt0taqiM6DMuvTLk { color:#000000;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:205.09521484375rem;left:26.84375rem;height:13.8020625rem;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; }
#FREXz8w7r7dHtuCxlP9ye6Gm9TUtXwuT { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #f7edec);background-image: -moz-linear-gradient(180deg, #fafafa, #f7edec);background-image: -ms-linear-gradient(180deg, #fafafa, #f7edec);background-image: -o-linear-gradient(180deg, #fafafa, #f7edec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7edec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7edec' );";background-image: linear-gradient(180deg, #fafafa, #f7edec);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: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:18.9375rem;width:52.125rem;top:223.875rem;left:6.75rem;display:block; }
#V2obb2fz7mPbLIMwJIIDkkvFvfHJ2nLN { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.0625rem;width:33.0625rem;top:218.90380859375rem;left:0rem;overflow:hidden;display:block; }
#o7fUTETLVrDMyUEmFlkwb5cxTcqiITbe { background-color:#877cab;background-image:none;border-top:0.0625rem solid #a59bc3;border-left:0.0625rem solid #a59bc3;border-right:0.0625rem solid #a59bc3;border-bottom:0.0625rem solid #a59bc3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.8125rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:2.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:244.46630859375rem;left:23.28125rem;display:block; }
#oZQ8obdHJ1m0y5TdChAU9SlfhtSLiW6c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PXzWlIdTDJcD3avre6JRWmynrauN1rSa { background-color:#403a60;background-image:none;border-top:0.0625rem solid #594d58;border-left:0.0625rem solid #594d58;border-right:0.0625rem solid #594d58;border-bottom:0.0625rem solid #594d58;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.8125rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:2.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:248.09375rem;left:23.28125rem;display:block; }
#JbqVB71k6k52kxctMof0IXv5fV3TJUOk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SICEWOzUQhxKiGyETmp5w0WmNK0LTadO { color:#000000;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:229.73583984375rem;left:8.125rem;height:10.5989375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#SICEWOzUQhxKiGyETmp5w0WmNK0LTadO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SICEWOzUQhxKiGyETmp5w0WmNK0LTadO li:before{  }
#EJsoedF1qXoEAsz6oH2TyPktF82CcUv1 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:226.3125rem;left:8.125rem;height:1.6875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#wPEkzinwg0aguXZkzamtikP395FJqfbJ { position:absolute;display:block;z-index:15019;background-color:rgba(64,58,96,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:258.71875rem;left:32.9375rem;display:block; }
#oT6HTIZmxJa39zQ4GliLKkti84e74NpT { position:absolute;display:block;z-index:15020;background-color:rgba(64,58,96,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:258.71875rem;left:27.625rem;display:block; }
#hgBE8S0RpOSirVXnWV0KNdU9TC8T2FAJ { position:absolute;display:block;z-index:15020;background-color:rgba(64,58,96,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:267.40625rem;left:7rem;display:block; }
#OKixwBebToGdio4FX2EwXbTxhRNPiTeB { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:269.474609375rem;left:0rem;height:10.1236875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#aFxQaGOaHDPPpuzbcmrcMhQ0uGfKiT8A { color:#5d4f89;display:block;width:17.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:281.0126953125rem;left:0rem;height:0.9746125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Z902z11BW6LPd0wccn0uetDG98TV1E1R { position:absolute;display:block;z-index:15009;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:17.25rem;width:17.25rem;top:267.40625rem;left:40.6875rem;overflow:hidden;display:block; }
#nCHHP2QsGgysIzadookfNp1zBwJTVkRw { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #f7edec);background-image: -moz-linear-gradient(180deg, #fafafa, #f7edec);background-image: -ms-linear-gradient(180deg, #fafafa, #f7edec);background-image: -o-linear-gradient(180deg, #fafafa, #f7edec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7edec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7edec' );";background-image: linear-gradient(180deg, #fafafa, #f7edec);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: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:17.4375rem;width:30.5625rem;top:269.474609375rem;left:26.84375rem;display:block; }
#qRd7TWtfwoi2f8J44tg3S2K8iRy3IRTD { color:#000000;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:271.9794921875rem;left:28.9375rem;height:12.421875rem;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; }
#hST8vfTAktB6Wh0nvcfECRcTNKRD2yfk { 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:35.8125rem;width:35.8125rem;top:284.65625rem;left:0rem;overflow:hidden;display:block; }
#TKXwU5gkgRMX0EhKSX3A1vPNawO6ThEh { color:#000000;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:293.17041015625rem;left:8.125rem;height:15.0520625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#TKXwU5gkgRMX0EhKSX3A1vPNawO6ThEh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TKXwU5gkgRMX0EhKSX3A1vPNawO6ThEh li:before{  }
#Viyybogv6Hya9JN95VLsJfzC3r3aW0dh { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #f7edec);background-image: -moz-linear-gradient(180deg, #fafafa, #f7edec);background-image: -ms-linear-gradient(180deg, #fafafa, #f7edec);background-image: -o-linear-gradient(180deg, #fafafa, #f7edec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7edec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f7edec' );";background-image: linear-gradient(180deg, #fafafa, #f7edec);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: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:21.9375rem;width:52.125rem;top:288.7626953125rem;left:6.75rem;display:block; }
#PwA0IIfv4l3opRFdVZmp0EG2QVmoPfvp { color:#000000;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:290.84375rem;left:8.125rem;height:1.6875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#rxPfzhWdGZZHMZHB11PpA2H8p1DbZatR { background-color:#877cab;background-image:none;border-top:0.0625rem solid #a59bc3;border-left:0.0625rem solid #a59bc3;border-right:0.0625rem solid #a59bc3;border-bottom:0.0625rem solid #a59bc3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.8125rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:2.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:312.44873046875rem;left:23.28125rem;display:block; }
#Z6bv8N1HTBU10JahXPBNR8se45BbHHqf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RcOxwlIFmS3NTLBBmUd9ZgDD63Satmxw { background-color:#403a60;background-image:none;border-top:0.0625rem solid #594d58;border-left:0.0625rem solid #594d58;border-right:0.0625rem solid #594d58;border-bottom:0.0625rem solid #594d58;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.8125rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:2.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:316.0322265625rem;left:23.28125rem;display:block; }
#EHFvy7Nv1ZIL7OLyN4CBBJEcO2pcRCKZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h888Q2vTgqcLrCdRfdBh1VhqtOwScoyb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dc6fbcfb-416d-4227-aa50-36291770e299/RenaTransferenceHealingMysterySchool5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#h888Q2vTgqcLrCdRfdBh1VhqtOwScoyb.adaptive-delivery-prevent-bg, #h888Q2vTgqcLrCdRfdBh1VhqtOwScoyb.lazyload, #h888Q2vTgqcLrCdRfdBh1VhqtOwScoyb.lazyloading { background-image: none; }#h888Q2vTgqcLrCdRfdBh1VhqtOwScoyb > .row .container { background-color: transparent; background-image: none; }#h888Q2vTgqcLrCdRfdBh1VhqtOwScoyb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#h888Q2vTgqcLrCdRfdBh1VhqtOwScoyb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h888Q2vTgqcLrCdRfdBh1VhqtOwScoyb > .row .container > .video-iframe-container { display: none; }#h888Q2vTgqcLrCdRfdBh1VhqtOwScoyb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#h888Q2vTgqcLrCdRfdBh1VhqtOwScoyb > .row > .video-iframe-container { display: none; }#h888Q2vTgqcLrCdRfdBh1VhqtOwScoyb > .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); }#h888Q2vTgqcLrCdRfdBh1VhqtOwScoyb > .row .container { border-width: 0; border-radius: 0; }#h888Q2vTgqcLrCdRfdBh1VhqtOwScoyb::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; }#h888Q2vTgqcLrCdRfdBh1VhqtOwScoyb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h888Q2vTgqcLrCdRfdBh1VhqtOwScoyb > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:60rem;position:relative;display:block; }#qBerkTuLkVhoV2KswQvuQll0ETgcT2qF { color:#000000;display:block;width:50.625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.3125rem;left:4.625rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E9JGneHqQEAnX3xGFCScBtVz70PxxAMr { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:6.4375rem;left:0rem;height:3.41145625rem;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;text-align:center;text-align-last:center;display:block; }
#rvwRpANWbJhsrsqzIWUAtTGxgMpaVnry { color:#000000;display:block;width:32.374rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:13rem;left:27.6259765625rem;height:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#thO317fE0TqxLCiVp8VuNlN4LoS31wmF { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #685bc7;border-left:0.0625rem solid #685bc7;border-right:0.0625rem solid #685bc7;border-bottom:0.0625rem solid #685bc7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:25.0625rem;top:0rem;left:0rem;display:none; }
#hQP83KSWPDO0wfh9r3iRgu4qI1F9VJGC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dc6fbcfb-416d-4227-aa50-36291770e299/RenaTransferenceHealingMysterySchool5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#hQP83KSWPDO0wfh9r3iRgu4qI1F9VJGC.adaptive-delivery-prevent-bg, #hQP83KSWPDO0wfh9r3iRgu4qI1F9VJGC.lazyload, #hQP83KSWPDO0wfh9r3iRgu4qI1F9VJGC.lazyloading { background-image: none; }#hQP83KSWPDO0wfh9r3iRgu4qI1F9VJGC > .row .container { background-color: transparent; background-image: none; }#hQP83KSWPDO0wfh9r3iRgu4qI1F9VJGC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(244,234,237,0.43); }#hQP83KSWPDO0wfh9r3iRgu4qI1F9VJGC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQP83KSWPDO0wfh9r3iRgu4qI1F9VJGC > .row .container > .video-iframe-container { display: none; }#hQP83KSWPDO0wfh9r3iRgu4qI1F9VJGC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(244,234,237,0.43); }#hQP83KSWPDO0wfh9r3iRgu4qI1F9VJGC > .row > .video-iframe-container { display: none; }#hQP83KSWPDO0wfh9r3iRgu4qI1F9VJGC > .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); }#hQP83KSWPDO0wfh9r3iRgu4qI1F9VJGC > .row .container { border-width: 0; border-radius: 0; }#hQP83KSWPDO0wfh9r3iRgu4qI1F9VJGC::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; }#hQP83KSWPDO0wfh9r3iRgu4qI1F9VJGC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hQP83KSWPDO0wfh9r3iRgu4qI1F9VJGC > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;position:relative;display:block; }#ZJX0IUWehPODzfCz9tDDOvxSC4CzJZ6P { color:#000000;display:block;width:51.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.3125rem;left:4.4375rem;height:13.88671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UpHc3ZCsxGxzTTq6W38T4csy9RLVWr5R { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:6.4375rem;left:0rem;height:3.4121125rem;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;text-align:center;text-align-last:center;display:block; }
#Imc3FHqfM7dRQuJFPd4s6ifpCkqRBiLl { color:#000000;display:block;width:32.374rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:13rem;left:27.6259765625rem;height:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#PvT7ZN5tPerVflqebiDSFwvg1d6PI7TD { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #685bc7;border-left:0.0625rem solid #685bc7;border-right:0.0625rem solid #685bc7;border-bottom:0.0625rem solid #685bc7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:25.0625rem;top:0rem;left:0rem;display:none; }
#tIm6FTL1vcQ7dLvn4oxtT8HBZoQ2Hogq { background-color:#403a60;background-image:none;border-top:0.0625rem solid #594d58;border-left:0.0625rem solid #594d58;border-right:0.0625rem solid #594d58;border-bottom:0.0625rem solid #594d58;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.8125rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.2197265625rem;left:20.40625rem;display:block; }
#GEGMngXK9X20fNwM0ZKfGKxyboX5Q9DT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TpuzRooJ0aNXzTXL49NdNelhT65DXPhr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8d35042-9a08-4eea-ad73-1cb286f33ea5/RenaKayLandingPagesSquareWebsite51.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#TpuzRooJ0aNXzTXL49NdNelhT65DXPhr.adaptive-delivery-prevent-bg, #TpuzRooJ0aNXzTXL49NdNelhT65DXPhr.lazyload, #TpuzRooJ0aNXzTXL49NdNelhT65DXPhr.lazyloading { background-image: none; }#TpuzRooJ0aNXzTXL49NdNelhT65DXPhr > .row .container { background-color: transparent; background-image: none; }#TpuzRooJ0aNXzTXL49NdNelhT65DXPhr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fafafa; }#TpuzRooJ0aNXzTXL49NdNelhT65DXPhr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpuzRooJ0aNXzTXL49NdNelhT65DXPhr > .row .container > .video-iframe-container { display: none; }#TpuzRooJ0aNXzTXL49NdNelhT65DXPhr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fafafa; }#TpuzRooJ0aNXzTXL49NdNelhT65DXPhr > .row > .video-iframe-container { display: none; }#TpuzRooJ0aNXzTXL49NdNelhT65DXPhr > .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); }#TpuzRooJ0aNXzTXL49NdNelhT65DXPhr > .row .container { border-width: 0; border-radius: 0; }#TpuzRooJ0aNXzTXL49NdNelhT65DXPhr::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; }#TpuzRooJ0aNXzTXL49NdNelhT65DXPhr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TpuzRooJ0aNXzTXL49NdNelhT65DXPhr > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:60rem;position:relative;display:block; }#IkVszg8hkXtrzAMgi5oBwhBxzVPe8sXQ { color:#000000;display:block;width:47.561875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.49960899353rem;left:6.2174491882324rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LT2q4AhA5ea55BM83iq8TK6pMnm6Ubvk { color:#000000;display:block;width:32.374rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:13rem;left:27.6259765625rem;height:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#GTT8R2ekciETWPsvxnFbGZsAdVVwJlAz { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #685bc7;border-left:0.0625rem solid #685bc7;border-right:0.0625rem solid #685bc7;border-bottom:0.0625rem solid #685bc7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:25.0625rem;top:0rem;left:0rem;display:none; }
#SnT6sDehQQNCyDfqp5JiwnfsBA9oM9x9 { color:#2b2a2a;display:block;width:37.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.061828613281rem;left:2.8732643127441rem;height:3.07291875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#SnT6sDehQQNCyDfqp5JiwnfsBA9oM9x9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SnT6sDehQQNCyDfqp5JiwnfsBA9oM9x9 li:before{  }
#i7bJAJw9rXCXT2QqKM7BVdMbs1LthOiB { color:#2b2a2a;display:block;width:47.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.9375rem;left:1.5625rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QHFxDzTZLu14cTnKfWwPpVksR5mEbHXB { color:#2b2a2a;display:block;width:26.812rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:30.84521484375rem;left:1.5625rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BnZ5Lgz5HTxrSFW4tQQ3IiHipqGd8NGK { color:#2b2a2a;display:block;width:48.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:33.14599609375rem;left:2.873046875rem;height:1.3808625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#BnZ5Lgz5HTxrSFW4tQQ3IiHipqGd8NGK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BnZ5Lgz5HTxrSFW4tQQ3IiHipqGd8NGK li:before{  }
#lZFOLJG1ArP1zmPT8Thyq8uXPfVMN8xT { color:#2b2a2a;display:block;width:26.8110625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:38.2587890625rem;left:1.5625rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XsLsCdoqrNLwJAErZkWsQdLZQUvcTAy0 { color:#2b2a2a;display:block;width:26.8110625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:41.078125rem;left:2.873046875rem;height:1.38020625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#XsLsCdoqrNLwJAErZkWsQdLZQUvcTAy0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XsLsCdoqrNLwJAErZkWsQdLZQUvcTAy0 li:before{  }
#cL6m1InmfGnrfaRviRuFoeaGeh7xTlTi { color:#2b2a2a;display:block;width:55.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.1865234375rem;left:4.373046875rem;height:2.76041875rem;text-align:justify;text-align-last:initial;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; }
#PziG8ilaLNIhfhRDro1ZUDJEzxxr7iCZ { color:#2b2a2a;display:block;width:55.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:44.3115234375rem;left:4.373046875rem;height:2.76041875rem;text-align:justify;text-align-last:initial;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; }
#KwGatQoh2QdTFMECVVEQlsQU0q1XcImd { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:3.3105897903442rem;left:0rem;height:6.8229375rem;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;text-align:center;text-align-last:center;display:block; }
#iETa4UtZT5NyRi0lkooKhP0GxRsomruP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8d35042-9a08-4eea-ad73-1cb286f33ea5/RenaKayLandingPagesSquareWebsite51.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:none; }#iETa4UtZT5NyRi0lkooKhP0GxRsomruP.adaptive-delivery-prevent-bg, #iETa4UtZT5NyRi0lkooKhP0GxRsomruP.lazyload, #iETa4UtZT5NyRi0lkooKhP0GxRsomruP.lazyloading { background-image: none; }#iETa4UtZT5NyRi0lkooKhP0GxRsomruP > .row .container { border-width: 0; border-radius: 0; }#iETa4UtZT5NyRi0lkooKhP0GxRsomruP::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; }#iETa4UtZT5NyRi0lkooKhP0GxRsomruP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iETa4UtZT5NyRi0lkooKhP0GxRsomruP > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:60rem;position:relative;display:none; }#dohGES31mdXbx5fqEuuFT0GHVTePJDEW { color:#000000;display:block;width:47.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.375rem;left:6.21875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Db8Z653VwetTbaDxKF8M5VQeVN6AZ6DK { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:3.41145625rem;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;text-align:center;text-align-last:center;display:block; }
#CT75aJpapJ5FVSM9mmhB3OAknhQiz2tn { color:#000000;display:block;width:32.374rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:13rem;left:27.6259765625rem;height:0;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#P6gF3TMDKsyC7iXwrF9vLxHCnlHm6fge { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #685bc7;border-left:0.0625rem solid #685bc7;border-right:0.0625rem solid #685bc7;border-bottom:0.0625rem solid #685bc7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:25.0625rem;top:0rem;left:0rem;display:none; }
#l6Vx626ckxXU49JWvCpQJwUsPHTHO77K { color:#2b2a2a;display:block;width:37.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.061828613281rem;left:2.8732643127441rem;height:3.07291875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#l6Vx626ckxXU49JWvCpQJwUsPHTHO77K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l6Vx626ckxXU49JWvCpQJwUsPHTHO77K li:before{  }
#wDngPhmTXaBVr4VOpNuQfqDv71GdvSEI { color:#2b2a2a;display:block;width:47.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.9375rem;left:1.5625rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OPRbE1vBBiJImLrT7KrTZOVrSwWfvvxg { color:#2b2a2a;display:block;width:26.812rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:30.84521484375rem;left:1.5625rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PPuFFetdNQJ8EveVzuLSIlks4rVMEPJa { color:#2b2a2a;display:block;width:48.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:33.14599609375rem;left:2.873046875rem;height:1.3808625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#PPuFFetdNQJ8EveVzuLSIlks4rVMEPJa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PPuFFetdNQJ8EveVzuLSIlks4rVMEPJa li:before{  }
#qdc14U65JvGp3gN7vh6MJ8x7Kr7K5xI5 { color:#2b2a2a;display:block;width:26.8110625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:38.2587890625rem;left:1.5625rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ByGkLMWpZSDuEilpKF3HOvcRR0DHEDqA { color:#2b2a2a;display:block;width:26.8110625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:41.078125rem;left:2.873046875rem;height:1.3808625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#ByGkLMWpZSDuEilpKF3HOvcRR0DHEDqA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ByGkLMWpZSDuEilpKF3HOvcRR0DHEDqA li:before{  }
#Xo6eL3FwVCsmUd0Thv0JTNtTQmQXxS2E { color:#2b2a2a;display:block;width:55.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.1865234375rem;left:4.373046875rem;height:2.76041875rem;text-align:justify;text-align-last:initial;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; }
#cV58JBQW7TXDaIEszmTm4BqySthUVK08 { color:#2b2a2a;display:block;width:55.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:44.6240234375rem;left:4.373046875rem;height:1.3808625rem;text-align:justify;text-align-last:initial;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; }
#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8d35042-9a08-4eea-ad73-1cb286f33ea5/RenaKayLandingPagesSquareWebsite51.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f.adaptive-delivery-prevent-bg, #q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f.lazyload, #q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f.lazyloading { background-image: none; }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f > .row .container { background-color: transparent; background-image: none; }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(211,176,207,0.33); }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f > .row .container > .video-iframe-container { display: none; }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(211,176,207,0.33); }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f > .row > .video-iframe-container { display: none; }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f > .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); }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f > .row .container { border-width: 0; border-radius: 0; }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f::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; }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f > .row .container { font-size:0.875rem;font-family:arial;height:59.8125rem;width:60rem;position:relative;display:block; }#AeU7fJmw1VXBDAHS0mXxXOPbJNVnTgBi { color:#2b2a2a;display:block;width:42.25rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.37109375rem;left:8.875rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#n86MFTQaoUJEpvWfOSfB7TLqceGcyuKU { color:#070707;display:block;width:32.374125rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:2.75rem;left:13.8125rem;height:3.4121125rem;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; }
#PDXqteH2zHoefL9XDN76ruimaJNlNTah { color:#2b2a2a;display:block;width:28.25rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.3125rem;left:15.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zU9kwDOapoLxc0bhBV9Dq700uIl7x1dK { color:#2b2a2a;display:block;width:53.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.7724609375rem;left:0.75rem;height:34.50518125rem;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; }
#rN2A2vqURh6QxWkLn4q7M1nobxGNRoMG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4e4a59dc-a626-4e7f-884c-c176579fd9ee/CrystalPyramid.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#rN2A2vqURh6QxWkLn4q7M1nobxGNRoMG.adaptive-delivery-prevent-bg, #rN2A2vqURh6QxWkLn4q7M1nobxGNRoMG.lazyload, #rN2A2vqURh6QxWkLn4q7M1nobxGNRoMG.lazyloading { background-image: none; }#rN2A2vqURh6QxWkLn4q7M1nobxGNRoMG > .row .container { background-color: transparent; background-image: none; }#rN2A2vqURh6QxWkLn4q7M1nobxGNRoMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#rN2A2vqURh6QxWkLn4q7M1nobxGNRoMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rN2A2vqURh6QxWkLn4q7M1nobxGNRoMG > .row .container > .video-iframe-container { display: none; }#rN2A2vqURh6QxWkLn4q7M1nobxGNRoMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#rN2A2vqURh6QxWkLn4q7M1nobxGNRoMG > .row > .video-iframe-container { display: none; }#rN2A2vqURh6QxWkLn4q7M1nobxGNRoMG > .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); }#rN2A2vqURh6QxWkLn4q7M1nobxGNRoMG > .row .container { border-width: 0; border-radius: 0; }#rN2A2vqURh6QxWkLn4q7M1nobxGNRoMG::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; }#rN2A2vqURh6QxWkLn4q7M1nobxGNRoMG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rN2A2vqURh6QxWkLn4q7M1nobxGNRoMG > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#I9L64k3XAKqnZiIyRvElpgLDNcvdVEgi { position:absolute;display:block;z-index:15011;background-color:#594d58;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:0.125rem;top:28.25rem;left:27.4375rem;display:none; }
#AtLKUZ5yqvtfHEnkLmMzI9xuTLrbORP9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #352a60);background-image: -moz-linear-gradient(180deg, #685bc7, #352a60);background-image: -ms-linear-gradient(180deg, #685bc7, #352a60);background-image: -o-linear-gradient(180deg, #685bc7, #352a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#352a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#352a60' );";background-image: linear-gradient(180deg, #685bc7, #352a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.8125rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9373125rem;height:3.99956875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:40.123701095581rem;left:5.1215286254883rem;display:none; }
#ka01Ph6RVOp5zxXypTumrU4JZyVnL84U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iXIJRkF89Q6Z9fdVBDv4mTepGT7gCfJC { color:#070707;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:3.6875rem;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;text-align:center;text-align-last:center;display:block; }
#iitXsV35L2iD6JceMMu19bGzlIJ2KwuF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iitXsV35L2iD6JceMMu19bGzlIJ2KwuF > .row .container { background-color: transparent; background-image: none; }#iitXsV35L2iD6JceMMu19bGzlIJ2KwuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iitXsV35L2iD6JceMMu19bGzlIJ2KwuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iitXsV35L2iD6JceMMu19bGzlIJ2KwuF > .row .container > .video-iframe-container { display: none; }#iitXsV35L2iD6JceMMu19bGzlIJ2KwuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iitXsV35L2iD6JceMMu19bGzlIJ2KwuF > .row > .video-iframe-container { display: none; }#iitXsV35L2iD6JceMMu19bGzlIJ2KwuF > .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); }#iitXsV35L2iD6JceMMu19bGzlIJ2KwuF > .row .container { border-width: 0; border-radius: 0; }#iitXsV35L2iD6JceMMu19bGzlIJ2KwuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iitXsV35L2iD6JceMMu19bGzlIJ2KwuF > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:60rem;position:relative;display:block; }#XhbBZUiPfelsAlupcEsTmcS3tzxR5Jqx { position:absolute;display:block;z-index:15013;background-color:rgba(64,58,96,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:6.125rem;left:17.3125rem;display:block; }
#M5eySH4K6avuPUvxbXUx93snAukAMoa7 { position:absolute;display:block;z-index:15014;background-color:rgba(64,58,96,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:6.125rem;left:37.375rem;display:block; }
#GuRPaPTOarLhM6718Ek3gC5NMb7oXaVw { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:2.125rem;left:45.9375rem;display:block; }
#aPooKGpiw4I6Kx8O0XcmdLrhuxvlOtHb { position:absolute;display:block;z-index:15016;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.75rem;width:6.75rem;top:2.8125rem;left:46.625rem;display:block; }
#oJDEDnGAMSyzRIFdM4dmBV6SQcxi09Eo { color:#2b2a2a;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.125rem;left:0rem;height:3.897575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lE38lOuqqTOKdXO0Wmp3lPQkHbPg1rTc { color:#2b2a2a;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17.5625rem;left:0.875rem;height:6.9010625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WkvyVQGWJN72vS3Kzlx5cNlAQ2AT8hvJ { color:#2b2a2a;display:block;width:20.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.125rem;left:20rem;height:3.897575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cU3TWCSPDXzWSV3N9BoG2kawT1QiEJ15 { color:#2b2a2a;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:17.5625rem;left:20.875rem;height:4.140625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wRzepl74NsifpTnDrBdMt4yzaMDKPcQ2 { color:#2b2a2a;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.125rem;left:40rem;height:3.897575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ABCLSeeHgtQanw8FsfVfNl76P4ihH9Ka { color:#2b2a2a;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.5625rem;left:40.875rem;height:8.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cc1VaLZqQUBt30xi45e2hJXrUhNsuCko { position:absolute;display:block;z-index:15023;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.75rem;width:6.75rem;top:2.8125rem;left:26.625rem;display:block; }
#H3kMFTuAK5rwxRuhxLbpcCamltWn6hD7 { position:absolute;display:block;z-index:15024;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.75rem;width:6.75rem;top:2.8125rem;left:6rem;display:block; }
#F3WwpnpfRtrlFCyTVvZAuRO56l21Izpw { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:2.125rem;left:25.9375rem;display:block; }
#LWVu684vAzqyo3XfGi8AszBwNx3c6SmC { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:2.125rem;left:5.3125rem;display:block; }
#tT3gSvyBxwP4otGiHNuH6RPZoTJ7TqXk { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:5.3125rem;top:3.875rem;left:27.34375rem;overflow:hidden;display:block; }
#yfr7dHSKh2dT4MJM5Aqbao7t79boDMto { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.625rem;top:3.78125rem;left:47.1875rem;overflow:hidden;display:block; }
#uq7GkscAPacZCsbZyb5cy9pvhrA3r6g9 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:3.84375rem;left:7.09375rem;overflow:hidden;display:block; }
#OI8Cwalk8iHFyizDzzse58kU3k9Htnw6 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:28.5625rem;left:5.34375rem;display:block; }
#gtA3ZNtKL2UDycSUCtsC0qvU2szCwp3U { position:absolute;display:block;z-index:15025;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.75rem;width:6.75rem;top:29.25rem;left:6rem;display:block; }
#wF4mSgKCl4RTzN6JX4BSyR5Dk0kqf7Uc { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:29.8125rem;left:6.75rem;overflow:hidden;display:block; }
#PVZ55DzZFE0XPo8b0tudWoIs9Q079VnP { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:28.5625rem;left:25.9375rem;display:block; }
#eTVTeqWy4QbvwGUlJGnukTk0To0Scb7p { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:28.5625rem;left:45.9375rem;display:block; }
#nnC6683sdFyDlNAqBCDrs5ElB84d11hg { position:absolute;display:block;z-index:15024;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.75rem;width:6.75rem;top:29.1875rem;left:26.625rem;display:block; }
#bteHE9qD85wWCQnElvfof4lX7iK4b8Hh { position:absolute;display:block;z-index:15001;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.75rem;width:6.75rem;top:29.125rem;left:46.625rem;display:block; }
#k4XiuQ64GZEH00SteClKJd4lzOTd16c0 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:29.9375rem;left:27.4375rem;overflow:hidden;display:block; }
#N7nUOzESfLqMqKzP5wfTORQO1Hpdyzfr { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:29.90625rem;left:47.46875rem;overflow:hidden;display:block; }
#LpEEAqfUiF6G6JMHmFh7GCh7TkoPxvKh { color:#2b2a2a;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:38.912109375rem;left:0rem;height:3.897575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gXtXby5pDxcrXTlZ6cgRSwNF1shc5p6s { position:absolute;display:block;z-index:15014;background-color:rgba(64,58,96,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:32.5625rem;left:37.375rem;display:block; }
#FTS7n25PnCOZHCQFl6TQQk8KDVIPmtc7 { position:absolute;display:block;z-index:15015;background-color:rgba(64,58,96,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:32.5625rem;left:17.3125rem;display:block; }
#TmMZyirm5ichUIkDI6BC33K39xqLIIBn { color:#2b2a2a;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:45.5rem;left:0.84375rem;height:5.52083125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QRbH9k3w6eXwvhCGSPaGwTXsPiKTN4Fv { color:#2b2a2a;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:45.5rem;left:20.84375rem;height:5.52083125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xWuZW7mF4KSyBnWJukyTR9twawV1Iaw6 { color:#2b2a2a;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:45.5rem;left:40.84375rem;height:5.52083125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yIWRpVz5ufcF2TwBpySPqWkx9wIAyDZk { color:#2b2a2a;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:38.91259765625rem;left:20rem;height:3.897575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cplQltxAZsHJ68LLyW8HBq7yDuFBthTw { color:#2b2a2a;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:38.91259765625rem;left:40rem;height:3.897575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N6dvXnb9Wol9ooCsqJ2tgXrH6SR6XQs1 { position:absolute;display:block;z-index:15001;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.75rem;width:6.75rem;top:29.125rem;left:46.625rem;display:block; }
#O29kytxRdIKoHVPoapldPfr1TK159VuI { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:5.3125rem;top:3.875rem;left:27.34375rem;overflow:hidden;display:block; }
#fI1baXrAa3rTQ1tR2nNUZuUuSyXWf5Aa { color:#2b2a2a;display:block;width:20.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.125rem;left:20rem;height:3.897575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cM4H2Wr0kVa1ZXKx6728rphmxWrkZkFb { color:#2b2a2a;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:17.5625rem;left:20.875rem;height:4.140625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TxcIyDL9K2Eb1WoGJnoLUt1Gk3yr6doi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TxcIyDL9K2Eb1WoGJnoLUt1Gk3yr6doi > .row .container { border-width: 0; border-radius: 0; }#TxcIyDL9K2Eb1WoGJnoLUt1Gk3yr6doi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TxcIyDL9K2Eb1WoGJnoLUt1Gk3yr6doi > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:60rem;position:relative;display:none; }#RWEzwzbyDmClzmpkRDZVtG1QRoQuv1Lq { position:absolute;display:block;z-index:15013;background-color:rgba(64,58,96,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:6.125rem;left:17.3125rem;display:block; }
#TkyflddmubfzJxf2c6vfWvLRxyMiAhhF { position:absolute;display:block;z-index:15014;background-color:rgba(64,58,96,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:6.125rem;left:37.375rem;display:block; }
#HvgvTtnMDtw2KmSQaI4VPehSueu9Jf7a { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:2.125rem;left:45.9375rem;display:block; }
#eFVuhLFhyttxPD8I3zoe194mecBT3ZAT { position:absolute;display:block;z-index:15016;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.75rem;width:6.75rem;top:2.8125rem;left:46.625rem;display:block; }
#NqgfRNEoXfFb3ZLzVx4tTrRDrfKxp417 { color:#2b2a2a;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.125rem;left:0rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hpyugo01r0sbEyTG17F8pn8fH0exqI8K { color:#2b2a2a;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17.5625rem;left:0.875rem;height:6.9043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Au8RzW5m0XtlRhFZzGMuZ0UC3BrQ03aJ { color:#2b2a2a;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.125rem;left:40rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U6xQBFBKIOSNLzxKoK8TOzh4ETRwBaTw { color:#2b2a2a;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.5625rem;left:40.875rem;height:8.285125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RXTEvV2TnnBENxTwNonG0pkPOLmSiATi { position:absolute;display:block;z-index:15023;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.75rem;width:6.75rem;top:2.8125rem;left:26.625rem;display:block; }
#vBS5OgGNrQtqVutiTKC6RCT4MUtcPKE8 { position:absolute;display:block;z-index:15024;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.75rem;width:6.75rem;top:2.8125rem;left:6rem;display:block; }
#ZBqTD16WIT7vsC2l5Hd0KtnIAewFeiEa { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:2.125rem;left:25.9375rem;display:block; }
#NroeuIb6iR8s7OPWNMMpPBFvuQSzlIDI { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:2.125rem;left:5.3125rem;display:block; }
#hxzCbnpE2RZKk8uVdu185ssXRPAlk8as { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.625rem;top:3.78125rem;left:47.1875rem;overflow:hidden;display:block; }
#vCoBpTiv1z4sn7e4S83JK8ZhClpW0ydf { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:3.84375rem;left:7.09375rem;overflow:hidden;display:block; }
#SRI67A04ccPF0EWB3ELSo51Um8wDJ5FU { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:28.5625rem;left:5.34375rem;display:block; }
#kr1dIWpLkb1Op6N3AfrENXlQQc8GsIlU { position:absolute;display:block;z-index:15025;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.75rem;width:6.75rem;top:29.25rem;left:6rem;display:block; }
#zX4KwHnLKDVElQ1xLQdD1HQ66htsiOuc { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:29.8125rem;left:6.75rem;overflow:hidden;display:block; }
#QwZ1RMawheJUlp4N7tGROicDuBnhZrHA { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:28.5625rem;left:25.25rem;display:block; }
#zdmf3niVfmaHW2LbAqFwpFT7oFWFuy47 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #403a60);background-image: -moz-linear-gradient(180deg, #685bc7, #403a60);background-image: -ms-linear-gradient(180deg, #685bc7, #403a60);background-image: -o-linear-gradient(180deg, #685bc7, #403a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#403a60' );";background-image: linear-gradient(180deg, #685bc7, #403a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:28.5625rem;left:45.9375rem;display:block; }
#unREHTP3s0Hu9g6LEFTFS2VAVSLusE8H { position:absolute;display:block;z-index:15024;background-color:rgba(64,58,96,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.75rem;width:6.75rem;top:29.1875rem;left:25.9375rem;display:block; }
#en9hN3mJiSUSR57a74sXb1FkiOIwLxD6 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:29.96875rem;left:26.75rem;overflow:hidden;display:block; }
#zevtpccOKFkOOlG8NmQbFULNymLedhs9 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:29.90625rem;left:47.46875rem;overflow:hidden;display:block; }
#mSwFxhtM8NctvKL7mbv6s0lnEZZxdgl0 { color:#2b2a2a;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:38.912109375rem;left:0rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IJbDCQN7eI76ZVTzok9SyXFgdwO3tDWz { position:absolute;display:block;z-index:15014;background-color:rgba(64,58,96,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:32.5625rem;left:37.375rem;display:block; }
#wyI2T1wwaT2TGVoyqSlhclaNAvbvdxea { position:absolute;display:block;z-index:15015;background-color:rgba(64,58,96,0.3);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:32.5625rem;left:17.3125rem;display:block; }
#rcaVLr61zhVVE2BiiTggzbCFIJB2T2hq { color:#2b2a2a;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:45.5rem;left:0.84375rem;height:5.5234375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dCpiR7Qg1GkQ7hbPE8ZXwubfTna2dKK5 { color:#2b2a2a;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:45.5rem;left:20.84375rem;height:5.5234375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bspGlbEsT72vvJXU8PFqId0g1hixg9tT { color:#2b2a2a;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:45.5rem;left:40.84375rem;height:5.5234375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SKvxgWVR8WqLqxdkG69u8kNwemPbeCfT { color:#2b2a2a;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:38.91259765625rem;left:20rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XAOMcxtTVki3q0pwJ3AsMsHlG5KE1Afl { color:#2b2a2a;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:38.91259765625rem;left:40rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/247c48ec-0b24-4ea5-9a81-1e52f2d5d14d/Screenshot20250902at40339PM.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;position:relative;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR.adaptive-delivery-prevent-bg, #yR6rlTEA8N49KtuqKvQepoUUegkh8RkR.lazyload, #yR6rlTEA8N49KtuqKvQepoUUegkh8RkR.lazyloading { background-image: none; }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR > .row .container { background-color: transparent; background-image: none; }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.3); }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR > .row .container > .video-iframe-container { display: none; }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.3); }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR > .row > .video-iframe-container { display: none; }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR > .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); }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR > .row .container { border-width: 0; border-radius: 0; }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:60rem;position:relative;display:block; }#Danp122Wusq4NgGfyeqETeQd4xqD3xo5 { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.875rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WOXT3ELpdft0h8ruMpWFm7h9B7ow3zkP { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.4375rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Va4CEVPK2lZCa7UyfOke3c45JJdKN6TF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4e4a59dc-a626-4e7f-884c-c176579fd9ee/CrystalPyramid.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Va4CEVPK2lZCa7UyfOke3c45JJdKN6TF.adaptive-delivery-prevent-bg, #Va4CEVPK2lZCa7UyfOke3c45JJdKN6TF.lazyload, #Va4CEVPK2lZCa7UyfOke3c45JJdKN6TF.lazyloading { background-image: none; }#Va4CEVPK2lZCa7UyfOke3c45JJdKN6TF > .row .container { background-color: transparent; background-image: none; }#Va4CEVPK2lZCa7UyfOke3c45JJdKN6TF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fafafa; }#Va4CEVPK2lZCa7UyfOke3c45JJdKN6TF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va4CEVPK2lZCa7UyfOke3c45JJdKN6TF > .row .container > .video-iframe-container { display: none; }#Va4CEVPK2lZCa7UyfOke3c45JJdKN6TF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fafafa; }#Va4CEVPK2lZCa7UyfOke3c45JJdKN6TF > .row > .video-iframe-container { display: none; }#Va4CEVPK2lZCa7UyfOke3c45JJdKN6TF > .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); }#Va4CEVPK2lZCa7UyfOke3c45JJdKN6TF > .row .container { border-width: 0; border-radius: 0; }#Va4CEVPK2lZCa7UyfOke3c45JJdKN6TF::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; }#Va4CEVPK2lZCa7UyfOke3c45JJdKN6TF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Va4CEVPK2lZCa7UyfOke3c45JJdKN6TF > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:60rem;overflow:visible;position:relative;display:block; }#R5IaHgdm6kFlvG3QmiL1uVWp2vC6TEwz { position:absolute;display:block;z-index:15011;background-color:#594d58;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:0.125rem;top:28.25rem;left:27.4375rem;display:none; }
#KXiJVaqo1T1UJJR2P0ILUnAIk4eKQr07 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #685bc7, #352a60);background-image: -moz-linear-gradient(180deg, #685bc7, #352a60);background-image: -ms-linear-gradient(180deg, #685bc7, #352a60);background-image: -o-linear-gradient(180deg, #685bc7, #352a60);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#352a60' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#685bc7', endColorstr='#352a60' );";background-image: linear-gradient(180deg, #685bc7, #352a60);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.8125rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9373125rem;height:3.99956875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:40.123701095581rem;left:5.1215286254883rem;display:none; }
#PcxBERA2uHDHveFmy10JdGbgAsGsCPFZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f5otq0e9DDSwylPdKJM4U2QE9Pza6b6G { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.93115234375rem;left:0rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vHrXTpT9oMxsOHqI0JUG45C6Tw1CSAo3 { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #594d58;border-left:0.0625rem solid #594d58;border-right:0.0625rem solid #594d58;border-bottom:0.0625rem solid #594d58;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#9f9679;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:10.96875rem;left:23.125rem;display:block; }
#Qs7MtQrREWw1W0Cz6xbxTRoEU39VBUiu { 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:block; }#AGPkAh9tV2eWsNkIzo2cMlH2G7IWzF9s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #DS4MzGR38T4bo44gPOUGXPoaJ9BMVvKU { width:10.1875rem;height:4.8125rem;top:1.0625rem;left:18.78125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d { display:block; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row .container { width:47.75rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cxrWa9Z6NZeF30W4GuFNqGmu2eOz2MVg { width:47.75rem;height:2.875rem;top:11.6875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 959px) { #KuLOTMZKbDJTm3LPLQNIIgA3eK9cShOK { width:47.75rem;height:8.6115rem;top:3.0625rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #WouWKW1RJhJSE8FQG1bM0curzZLDZdoL { width:47.7495625rem;height:4.549rem;top:14.561632633209rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #LDKW6CcDDBUOs2EvSz7nh8pkZh29hMoL { width:18.4375rem;height:5.5625rem;top:39.6875rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 959px) { #nW690uQhiG7K8WzqTS3hd8gElUGHKPB1 { display:block; }#nW690uQhiG7K8WzqTS3hd8gElUGHKPB1 > .row .container { width:47.75rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #BfFNStwiTSSfleIUIINnCtwuHfGGBq6L { width:47.7495625rem;height:15.74435625rem;top:14.373914718628rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #OhTqnhGuR2nUBpsmx8abO2gpNhptgIq7 { width:9.5625rem;height:5.33919375rem;top:1.6861982345581rem;left:19.09375rem;display:block; }
 }@media only screen and (max-width: 959px) { #GZDPuDQnmOgBhk6bPoJiFXZx7i0dndRS { width:47.75rem;height:3.14886875rem;top:8.6875009536744rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s { display:block; }#EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s > .row .container { width:47.75rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #p77lIX2VZmc7iwk6KhN9nlmOyToqneEm { width:16.311875rem;height:16.311875rem;top:12.123476028443rem;left:2.9882814884186rem;display:block; }
 }@media only screen and (max-width: 959px) { #XO296Rpv837dxgybzeUKWCmCAul5BVEk { width:0.125rem;height:5.625rem;top:23.8125rem;left:21.3125rem;display:none; }
 }@media only screen and (max-width: 959px) { #gVqJZz6LeOsTmmSJnBStMlNHPLxnHoQu { width:24rem;height:29.37178125rem;top:13.1875rem;left:22.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #qydD1Bcg0SRbDxQSwJyyga7RK4kpxQcT { width:16.92298625rem;height:3.9227425rem;top:36.559242248535rem;left:2.7539064884186rem;color:#867439;display:block; }
 }@media only screen and (max-width: 959px) { #wxDBuRnkcKhvP1kCVLwCIPAXOgoZeZRF { display:block; }
 }@media only screen and (max-width: 959px) { #Gu2E37HeKS5dD0AmNKqfyxJ8H9eyZTVr { width:16.96529875rem;height:3.65256125rem;top:31.185976028443rem;left:2.7332899570465rem;color:#867439;display:block; }
 }@media only screen and (max-width: 959px) { #bJyIPxWwRH8RaVAnCZvwFDGF9bCJOaxs { display:block; }
 }@media only screen and (max-width: 959px) { #J47BQObxvV3qRrqoyTgoGZTfogywplf5 { width:17.875rem;height:3.9375rem;top:40.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #XOsucbmLQ76BpRPSuQTs9d4ntXqcFATu { display:block; }
 }@media only screen and (max-width: 959px) { #Po31Rx9o4R5hiDCDmiQM7bM7XRFAfrqZ { width:23.4375rem;height:1.625rem;top:8.9431430101394rem;left:23.093534231186rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ty4d5W44xmN8fZt5BG0t8Aa6VT55feqB { width:23.5625rem;height:1.625rem;top:10.5rem;left:22.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #i2dtkAWa4EOG6hiWF1C0mDL9prA9E8uc { width:47.75rem;height:5.85069375rem;top:2.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #AzkhuJzg8yE6yXgrZ2waLVJnxdqud3np { display:block; }#AzkhuJzg8yE6yXgrZ2waLVJnxdqud3np > .row .container { width:47.75rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #L5ypcQgXkkq5QRNIZMwusBlWqKkCLUoQ { width:16.3125rem;height:16.3125rem;top:7.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 959px) { #IDccPdOSOScdFKvQAUM8MuHTTKkwIZfz { width:0.125rem;height:5.625rem;top:23.8125rem;left:21.3125rem;display:none; }
 }@media only screen and (max-width: 959px) { #hdy39TTZHb4DFcWw0lUfKn5d1X0D2ns7 { width:23.9995625rem;height:15.3852125rem;top:7.3111934661862rem;left:23.75000166893rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LXHkunhZ7Nvzqav86tKKNRBp7zwES2BJ { width:17.875rem;height:3.9375rem;top:40.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #egr7XSuqakMpR9oUHd9g5332Gqkgi0nA { display:block; }
 }@media only screen and (max-width: 959px) { #Kn2iNE2eTgyOEysGkwCJAuTPdXTkKIeQ { width:47.75rem;height:2.92535rem;top:2.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #FX7SxTeuSSRLWnI4qVWfefE6FGVvHgTd { width:23.9985rem;height:9.7905625rem;top:22.543409347534rem;left:23.751086950302rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #QDMsmJpuX1MoUUZWCWSeiHTNWkG9WnRf { display:block; }#QDMsmJpuX1MoUUZWCWSeiHTNWkG9WnRf > .row .container { width:47.75rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #IcKK3cogVnhJ1QxTwv8vGv1ZTef56UXG { width:47.75rem;height:2.4375rem;top:5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #txwdzMvSBWMmttbaEFSKwkXQDXkpbBF5 { width:47.75rem;height:2.4375rem;top:2.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Dii5BVbZzctCP5GhcKXdgbTIpm5JJ2ut { display:block; }#Dii5BVbZzctCP5GhcKXdgbTIpm5JJ2ut > .row .container { width:47.75rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #KBykVTCvPZdW5B4oxFAyWi6OshLqsNNO { width:16.3125rem;height:16.3125rem;top:7.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 959px) { #x9dwWcgTUI3bATF7uHGrZULTOpkUALrn { width:0.125rem;height:5.625rem;top:23.8125rem;left:21.3125rem;display:none; }
 }@media only screen and (max-width: 959px) { #sagn8KwVruueOTxQcpWoyT2aaNS091Hy { width:23.9995625rem;height:16.7838375rem;top:7.3125rem;left:23.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vOXI44phl6UUlqcKXQaDIChcpUlRBoEi { width:17.875rem;height:3.9375rem;top:40.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #ZwlEbrVdvPdAUGSaoJH9XaXbQhTap5n4 { display:block; }
 }@media only screen and (max-width: 959px) { #Sp4b9uKbr4WQNHQAbCfhWW7ga6Ge3Swf { width:47.75rem;height:2.92535rem;top:2.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #tGVCEsDmNlROb93XAP5FDmHPdzyk2Fp2 { width:23.9995625rem;height:6.99325rem;top:25.4375rem;left:23.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq { display:block; }#i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq > .row .container { width:47.75rem;height:325.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #AM8dFgeaQ0WBEJicE5JcJFgRoIPWR0Hv { width:38.5623125rem;height:2.11263125rem;top:6.5169401168825rem;left:1.1870660781861rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #MWBqkpR1FR339iTokD9XQHksBlgW5Gs5 { width:25.9375rem;height:15.375rem;top:22.5rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #SVybL1y64gAty4b33JCRhCuxPtlg1BlG { width:24.874125rem;height:12.999125rem;top:23.5625rem;left:20rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #FEQCDWebS3UnHRGkAsT7PfE5BIv9LihN { width:18.4375rem;height:0.9747875rem;top:33.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #M8yXO1S7TMN6sAEUkQdwOOw1vvPpvA3d { width:18.34654875rem;height:2.34613625rem;top:56.875rem;left:20rem;display:block; }
 }@media only screen and (max-width: 959px) { #MIaMC6hLOSh1kyF39TqlB3Xz1QAtSIp9 { display:block; }
 }@media only screen and (max-width: 959px) { #k0mSZ7V4TpzKUK6tLlmsxx3o1OftDgIW { width:31.4995625rem;height:2.6237rem;top:9.8741455078125rem;left:1.1870660781861rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tw0B8BOUOs4zSUk51SsWy7trDtReKJa3 { width:19.0625rem;height:7.8711rem;top:23.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #s0sfFJ4013yhrplTMwf4FQxOihTScQzN { width:47.75rem;height:2.35618125rem;top:1.1875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZQUTgba38koaS294TTkfRV2TI71NaecB { width:38.5615rem;height:2.11263125rem;top:19.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #pCq5GE3yQIxMkdhqzgfV4p1qGSNX4kwT { width:38.5623125rem;height:2.11263125rem;top:77.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ez40RrdCssXxM5cWCzJlZyzgEy6ecTmS { width:18.6875rem;height:7.8711rem;top:82.1240234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #iJ3rK9Pan0GXK6e6s76WW9wHfpu0qomu { width:38.5615rem;height:2.11263125rem;top:138.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #fi26tIx6veQzbEVtm9k2TsRTAzEe6fWL { width:38.5623125rem;height:2.11263125rem;top:197.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #LKcUBRNhIAlFQ4JrddTV73DBTRoxGBFJ { width:38.5615rem;height:2.11263125rem;top:261.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #lE3VcspkwbrV2l0wdOBnaTqA8tkcXByB { width:40.4373125rem;height:10.036875rem;top:43.875rem;left:3.9375rem;font-size:1rem;display:block; }#lE3VcspkwbrV2l0wdOBnaTqA8tkcXByB li:before{  }
 }@media only screen and (max-width: 959px) { #GbVQHddZIdJHlU7915TUCsTDEZ2QIzg9 { width:13.6230625rem;height:1.6875rem;top:221.9375rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #QWPaixSHLv2f2vmExMvSyLQ4T2R788In { width:30.125rem;height:26.8125rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #oV4Rcprt3KD528b25147fnhrk5nX4e0n { width:19.3125rem;height:17.25rem;top:19.6875rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #TS9evWTJo2vbntZIpu5325EqokDtmlQx { width:18.34654875rem;height:2.34613625rem;top:60.0625rem;left:20rem;display:block; }
 }@media only screen and (max-width: 959px) { #mMuPaMkMscMFoFUZKfcR8baAFtVTvWaV { display:block; }
 }@media only screen and (max-width: 959px) { #AgPdNQhnsgaSI1p684EWi2cnAoCBZVS9 { width:5.3125rem;height:0.0618489375rem;top:255.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #RC2Ul7Z49L7BLUT4L95RhEqDM3LUhfLS { width:44.5rem;height:14.9375rem;top:40.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #XL9tWWQ0f0P2mSyT66CBZMhWqt0PmkWp { width:5.3125rem;height:0.0618489375rem;top:190.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #keZpeJ4JJd4CPgPKTudBlXcuetTBtfLJ { width:5.3125rem;height:0.0618489375rem;top:130.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #WZbzE4SoyvN5AgbZwROaLpyDo31nxW9U { width:18.4375rem;height:0.9747875rem;top:91.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #av1vW7dL9g0cnfKVPQr4JLMyu5KapBM9 { width:17.249375rem;height:17.249375rem;top:77.4375rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #BCuz7OS6y2cZTuSH3fblR0TTNbxfJwub { width:44.5rem;height:21.6875rem;top:284.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #hm0gixF3Z9wiI3dVEVcF6pq0JM6RnwA8 { width:29.874125rem;height:29.874125rem;top:94.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #CtnqDncOglkpGCVTUrDRht2BiKTutgfG { width:23.4375rem;height:11.69925rem;top:83rem;left:20.4375rem;font-size:1rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 959px) { #V7XIFXPhVxNX3TsWB5BXaTeLmDETqFrT { width:43.875rem;height:16rem;top:220.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #aQC0TAnG5LDmG9hVydZbpAtcccupmxPb { width:13.6230625rem;height:1.6875rem;top:286.0625rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #k4nTlzftn2tTF7DAEZONp5I3Lz5HTxVa { width:39.75rem;height:9.724375rem;top:102.875rem;left:4.1875rem;font-size:1rem;z-index:15024;display:block; }#k4nTlzftn2tTF7DAEZONp5I3Lz5HTxVa li:before{  }
 }@media only screen and (max-width: 959px) { #Z5Vll7wEaxaOkE2GgswMBH5TsAv8XfkR { width:5.3125rem;height:0.060763875rem;top:70.375rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #WQMlfoIp6ut0d5ZmAhSE3xLAtFy0DkWS { width:18.34654875rem;height:2.34613625rem;top:115.75rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #huIvJXINSPJRTt1L8Q6H6zq8MNTHzQqE { display:block; }
 }@media only screen and (max-width: 959px) { #ILz5iZkgo6qQKvxabizFecmhP76QePEO { width:18.34654875rem;height:2.34613625rem;top:119.4375rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #BgMKthsicy0HotFT4bXbgriHKJdhxukK { display:block; }
 }@media only screen and (max-width: 959px) { #qr98MDNZHvEW0RlVbePnZikk01RvEa68 { width:5.3125rem;height:0.0618489375rem;top:255.5rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #nSxgfBWzzSTNp6V91OelZxIo5xxvR5RM { width:5.3125rem;height:0.0618489375rem;top:190.625rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #eOwuub6vdWQThAclSTc17xlpIF6sqawr { width:5.3125rem;height:0.0596788125rem;top:70.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #kWO8eOMDuoDi3s0QyLBwwJnymsGzrpyS { width:18.5rem;height:7.8711rem;top:144.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #R3JAH8ZsP3l2LkETUqXE0kodmkN71Mv1 { width:18.4375rem;height:0.9747875rem;top:153.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #LonsGXMmmr8GIDeLBr7e11IISVKFK4sp { width:27.5rem;height:27.5rem;top:156.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #uLn1LSx4NRvvaV9o3zdZwUafHyNlsX6H { width:17.25rem;height:17.25rem;top:138.3125rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #mHNmlIUbBrUtq9nGAnKmeNkK5Tq5aNdI { width:44.5rem;height:13.3125rem;top:161.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #hsiANIT2i0OExwReGanRPygDS9t3FenR { width:24.1875rem;height:12.999125rem;top:144.3125rem;left:19.875rem;font-size:1rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 959px) { #N7ixdkRdAPuKNeLMipsDC6tibwtQxvX4 { width:44.5rem;height:14.9375rem;top:99.125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #th7RftQLdCITCm4uptdU8pTuCaTBt8bR { width:41.1875rem;height:6.8120625rem;top:165.125rem;left:3.75rem;font-size:1rem;display:block; }#th7RftQLdCITCm4uptdU8pTuCaTBt8bR li:before{  }
 }@media only screen and (max-width: 959px) { #fAloiXxC38C0vLFZlMlq1kZqgk1qcANl { width:13.6230625rem;height:1.6875rem;top:162.9375rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #WRyFJgBxktJ0lWOgRN364sgoT6nl8k2D { width:18.360375rem;height:2.359375rem;top:175.8125rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ISK8lRdKNmkICJJg4cQ0SsaX8msgORHR { display:block; }
 }@media only screen and (max-width: 959px) { #hDUrLmTex9JMnIdTpr94rlulJLVCLh7W { width:18.360375rem;height:2.359375rem;top:179.0625rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Fh2sNiBBGNdJsKIOte3b1tLx4m1XvhnP { display:block; }
 }@media only screen and (max-width: 959px) { #PTUWTtPiZq9X0RE4JDTeoK5qNN6cuACz { width:5.3125rem;height:0.0618489375rem;top:130.75rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #s1TuGILSKE9p0r92NxX8vlrxeHk9Th4L { width:5.3125rem;height:0.0615234375rem;top:81.0634765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ec0TTnsSHNr05iayNfbfE0ZJBdTKVIqe { width:5.3125rem;height:0.0615234375rem;top:141.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #a8qNWmcunGGTVlHf5iqz9fGI41dty4f5 { width:18.625rem;height:7.8711rem;top:202.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #cnV6oylot0aEl9Hl6qMGmb0wrDA3ASWV { width:18.4375rem;height:0.9747875rem;top:211.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #rqXxL1qq3bdlCwVrNz5SDW31bQkHzKyq { width:17.25rem;height:17.25rem;top:197.875rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #U81lgHT4lpvTUI4nL4F5eLSJgTJOaWXp { width:25.9375rem;height:15.375rem;top:266.6875rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #eBNOGP92P3ZQsGnKGt0taqiM6DMuvTLk { width:23.5rem;height:12.999125rem;top:203.5625rem;left:20.6875rem;font-size:1rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 959px) { #FREXz8w7r7dHtuCxlP9ye6Gm9TUtXwuT { width:25.9375rem;height:15.375rem;top:202.375rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #V2obb2fz7mPbLIMwJIIDkkvFvfHJ2nLN { width:33.0625rem;height:33.0625rem;top:215.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #o7fUTETLVrDMyUEmFlkwb5cxTcqiITbe { width:18.360375rem;height:2.359375rem;top:239.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #oZQ8obdHJ1m0y5TdChAU9SlfhtSLiW6c { display:block; }
 }@media only screen and (max-width: 959px) { #PXzWlIdTDJcD3avre6JRWmynrauN1rSa { width:18.360375rem;height:2.359375rem;top:242.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #JbqVB71k6k52kxctMof0IXv5fV3TJUOk { display:block; }
 }@media only screen and (max-width: 959px) { #SICEWOzUQhxKiGyETmp5w0WmNK0LTadO { width:41.1875rem;height:10.036875rem;top:224.375rem;left:4.8125rem;font-size:1rem;display:block; }#SICEWOzUQhxKiGyETmp5w0WmNK0LTadO li:before{  }
 }@media only screen and (max-width: 959px) { #EJsoedF1qXoEAsz6oH2TyPktF82CcUv1 { width:13.6230625rem;height:1.6875rem;top:41.25rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #wPEkzinwg0aguXZkzamtikP395FJqfbJ { width:5.3125rem;height:0.0618489375rem;top:200.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #oT6HTIZmxJa39zQ4GliLKkti84e74NpT { width:5.3125rem;height:0.060546875rem;top:265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #hgBE8S0RpOSirVXnWV0KNdU9TC8T2FAJ { width:5.3125rem;height:0.060546875rem;top:22.501953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #OKixwBebToGdio4FX2EwXbTxhRNPiTeB { width:18.5rem;height:7.8711rem;top:266.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #aFxQaGOaHDPPpuzbcmrcMhQ0uGfKiT8A { width:18.4375rem;height:0.9747875rem;top:276.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z902z11BW6LPd0wccn0uetDG98TV1E1R { width:17.25rem;height:17.25rem;top:261.5rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #nCHHP2QsGgysIzadookfNp1zBwJTVkRw { width:25.9375rem;height:15.375rem;top:143.125rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #qRd7TWtfwoi2f8J44tg3S2K8iRy3IRTD { width:23.3125rem;height:11.69925rem;top:268.5rem;left:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #hST8vfTAktB6Wh0nvcfECRcTNKRD2yfk { width:35.8125rem;height:35.8125rem;top:279.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #TKXwU5gkgRMX0EhKSX3A1vPNawO6ThEh { width:41.125rem;height:14.249125rem;top:288.6875rem;left:3.9375rem;font-size:1rem;display:block; }#TKXwU5gkgRMX0EhKSX3A1vPNawO6ThEh li:before{  }
 }@media only screen and (max-width: 959px) { #Viyybogv6Hya9JN95VLsJfzC3r3aW0dh { width:25.9375rem;height:15.375rem;top:81.0625rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #PwA0IIfv4l3opRFdVZmp0EG2QVmoPfvp { width:13.6230625rem;height:1.6875rem;top:100.375rem;left:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #rxPfzhWdGZZHMZHB11PpA2H8p1DbZatR { width:18.360375rem;height:2.359375rem;top:307.4375rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z6bv8N1HTBU10JahXPBNR8se45BbHHqf { display:block; }
 }@media only screen and (max-width: 959px) { #RcOxwlIFmS3NTLBBmUd9ZgDD63Satmxw { width:18.360375rem;height:2.359375rem;top:310.875rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #EHFvy7Nv1ZIL7OLyN4CBBJEcO2pcRCKZ { display:block; }
 }@media only screen and (max-width: 959px) { #h888Q2vTgqcLrCdRfdBh1VhqtOwScoyb { display:block; }#h888Q2vTgqcLrCdRfdBh1VhqtOwScoyb > .row .container { width:47.75rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qBerkTuLkVhoV2KswQvuQll0ETgcT2qF { width:33.811875rem;height:4.87305rem;top:6.6221790313719rem;left:6.9683163166044rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #E9JGneHqQEAnX3xGFCScBtVz70PxxAMr { width:47.75rem;height:2.3556875rem;top:2.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #rvwRpANWbJhsrsqzIWUAtTGxgMpaVnry { width:32.3125rem;height:13.5rem;top:13rem;left:15.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 959px) { #thO317fE0TqxLCiVp8VuNlN4LoS31wmF { width:25.0625rem;height:25.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #hQP83KSWPDO0wfh9r3iRgu4qI1F9VJGC { display:block; }#hQP83KSWPDO0wfh9r3iRgu4qI1F9VJGC > .row .container { width:47.75rem;height:35.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ZJX0IUWehPODzfCz9tDDOvxSC4CzJZ6P { width:39.749375rem;height:17.8678rem;top:8.4972138404844rem;left:3.9995663166046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #UpHc3ZCsxGxzTTq6W38T4csy9RLVWr5R { width:47.75rem;height:2.35618125rem;top:2.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Imc3FHqfM7dRQuJFPd4s6ifpCkqRBiLl { width:32.3125rem;height:13.5rem;top:13rem;left:15.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 959px) { #PvT7ZN5tPerVflqebiDSFwvg1d6PI7TD { width:25.0625rem;height:25.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #tIm6FTL1vcQ7dLvn4oxtT8HBZoQ2Hogq { width:18.34548625rem;height:2.345055rem;top:28.436435699463rem;left:14.694011449814rem;display:block; }
 }@media only screen and (max-width: 959px) { #GEGMngXK9X20fNwM0ZKfGKxyboX5Q9DT { display:block; }
 }@media only screen and (max-width: 959px) { #TpuzRooJ0aNXzTXL49NdNelhT65DXPhr { display:block; }#TpuzRooJ0aNXzTXL49NdNelhT65DXPhr > .row .container { width:47.75rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #IkVszg8hkXtrzAMgi5oBwhBxzVPe8sXQ { width:15.625rem;height:1.62435rem;top:7.458788871765rem;left:16.061198949814rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #LT2q4AhA5ea55BM83iq8TK6pMnm6Ubvk { width:32.3125rem;height:13.5rem;top:13rem;left:15.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 959px) { #GTT8R2ekciETWPsvxnFbGZsAdVVwJlAz { width:25.0625rem;height:25.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #SnT6sDehQQNCyDfqp5JiwnfsBA9oM9x9 { width:28.375rem;height:2.912325rem;top:13.296875rem;left:1.9375rem;font-size:1rem;display:block; }#SnT6sDehQQNCyDfqp5JiwnfsBA9oM9x9 li:before{  }
 }@media only screen and (max-width: 959px) { #i7bJAJw9rXCXT2QqKM7BVdMbs1LthOiB { width:30.061875rem;height:1.2999125rem;top:11.248950004577rem;left:1.6937935352326rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #QHFxDzTZLu14cTnKfWwPpVksR5mEbHXB { width:14.1873125rem;height:1.2999125rem;top:22.43710231781rem;left:1.3118489980698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #BnZ5Lgz5HTxrSFW4tQQ3IiHipqGd8NGK { width:29.5625rem;height:2.599825rem;top:24.375rem;left:1.3125rem;font-size:1rem;display:block; }#BnZ5Lgz5HTxrSFW4tQQ3IiHipqGd8NGK li:before{  }
 }@media only screen and (max-width: 959px) { #lZFOLJG1ArP1zmPT8Thyq8uXPfVMN8xT { width:18.0620625rem;height:1.2999125rem;top:29.937100410461rem;left:1.3118489980698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #XsLsCdoqrNLwJAErZkWsQdLZQUvcTAy0 { width:14.1873125rem;height:1.2999125rem;top:32.4375rem;left:1.3125rem;font-size:1rem;display:block; }#XsLsCdoqrNLwJAErZkWsQdLZQUvcTAy0 li:before{  }
 }@media only screen and (max-width: 959px) { #cL6m1InmfGnrfaRviRuFoeaGeh7xTlTi { width:40.625rem;height:2.599825rem;top:17.270001411438rem;left:1.9368491172791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #PziG8ilaLNIhfhRDro1ZUDJEzxxr7iCZ { width:37.5rem;height:2.599825rem;top:34.812317848206rem;left:1.3118489980698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #KwGatQoh2QdTFMECVVEQlsQU0q1XcImd { width:47.75rem;height:4.71136875rem;top:2.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #iETa4UtZT5NyRi0lkooKhP0GxRsomruP { display:none; }#iETa4UtZT5NyRi0lkooKhP0GxRsomruP > .row .container { width:47.75rem;height:34.3125rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #dohGES31mdXbx5fqEuuFT0GHVTePJDEW { width:15.625rem;height:8.12175rem;top:6.8740234375rem;left:16.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Db8Z653VwetTbaDxKF8M5VQeVN6AZ6DK { width:47.75rem;height:2.35618125rem;top:2.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #CT75aJpapJ5FVSM9mmhB3OAknhQiz2tn { width:32.3125rem;height:13.5rem;top:13rem;left:15.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 959px) { #P6gF3TMDKsyC7iXwrF9vLxHCnlHm6fge { width:25.0625rem;height:25.9375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #l6Vx626ckxXU49JWvCpQJwUsPHTHO77K { width:28.375rem;height:2.912325rem;top:13.296875rem;left:1.9375rem;font-size:1rem;display:block; }#l6Vx626ckxXU49JWvCpQJwUsPHTHO77K li:before{  }
 }@media only screen and (max-width: 959px) { #wDngPhmTXaBVr4VOpNuQfqDv71GdvSEI { width:30.0625rem;height:1.2999125rem;top:10.875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #OPRbE1vBBiJImLrT7KrTZOVrSwWfvvxg { width:14.1875rem;height:1.2999125rem;top:21.1865234375rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #PPuFFetdNQJ8EveVzuLSIlks4rVMEPJa { width:29.5625rem;height:2.599825rem;top:22.9375rem;left:1.34375rem;font-size:1rem;display:block; }#PPuFFetdNQJ8EveVzuLSIlks4rVMEPJa li:before{  }
 }@media only screen and (max-width: 959px) { #qdc14U65JvGp3gN7vh6MJ8x7Kr7K5xI5 { width:14.1875rem;height:2.599825rem;top:27.5625rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ByGkLMWpZSDuEilpKF3HOvcRR0DHEDqA { width:14.1875rem;height:1.2999125rem;top:29.1875rem;left:1.375rem;font-size:1rem;display:block; }#ByGkLMWpZSDuEilpKF3HOvcRR0DHEDqA li:before{  }
 }@media only screen and (max-width: 959px) { #Xo6eL3FwVCsmUd0Thv0JTNtTQmQXxS2E { width:28.375rem;height:3.8997375rem;top:13.296875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #cV58JBQW7TXDaIEszmTm4BqySthUVK08 { width:28.375rem;height:2.599825rem;top:13.296875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8d35042-9a08-4eea-ad73-1cb286f33ea5/RenaKayLandingPagesSquareWebsite51.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f.adaptive-delivery-prevent-bg, #q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f.lazyload, #q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f.lazyloading { background-image: none; }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f > .row .container { background-color: transparent; background-image: none; }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(211,176,207,0.23); }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f > .row .container > .video-iframe-container { display: none; }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(211,176,207,0.23); }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f > .row > .video-iframe-container { display: none; }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f > .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); }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f > .row .container { width:47.75rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #AeU7fJmw1VXBDAHS0mXxXOPbJNVnTgBi { width:27.8125rem;height:4.38801875rem;top:6.5625rem;left:9.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #n86MFTQaoUJEpvWfOSfB7TLqceGcyuKU { width:32.3125rem;height:2.92535rem;top:2.4375rem;left:7.75rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #PDXqteH2zHoefL9XDN76ruimaJNlNTah { width:20.1875rem;height:2.03125rem;top:14.125rem;left:13.78125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #zU9kwDOapoLxc0bhBV9Dq700uIl7x1dK { width:44.5rem;height:33.797725rem;top:18.0625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #rN2A2vqURh6QxWkLn4q7M1nobxGNRoMG { display:block; }#rN2A2vqURh6QxWkLn4q7M1nobxGNRoMG > .row .container { width:47.75rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #I9L64k3XAKqnZiIyRvElpgLDNcvdVEgi { width:0.125rem;height:5.625rem;top:23.8125rem;left:21.3125rem;display:none; }
 }@media only screen and (max-width: 959px) { #AtLKUZ5yqvtfHEnkLmMzI9xuTLrbORP9 { width:17.875rem;height:3.9375rem;top:40.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #ka01Ph6RVOp5zxXypTumrU4JZyVnL84U { display:block; }
 }@media only screen and (max-width: 959px) { #iXIJRkF89Q6Z9fdVBDv4mTepGT7gCfJC { width:47.75rem;height:8.7760625rem;top:2.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #iitXsV35L2iD6JceMMu19bGzlIJ2KwuF { display:block; }#iitXsV35L2iD6JceMMu19bGzlIJ2KwuF > .row .container { width:47.75rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #XhbBZUiPfelsAlupcEsTmcS3tzxR5Jqx { width:5.3125rem;height:0.0625rem;top:6.625rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 959px) { #M5eySH4K6avuPUvxbXUx93snAukAMoa7 { width:5.3125rem;height:0.0625rem;top:6.625rem;left:26.5625rem;display:none; }
 }@media only screen and (max-width: 959px) { #GuRPaPTOarLhM6718Ek3gC5NMb7oXaVw { top:2.625rem;left:35.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #aPooKGpiw4I6Kx8O0XcmdLrhuxvlOtHb { top:3.375rem;left:36.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #oJDEDnGAMSyzRIFdM4dmBV6SQcxi09Eo { width:14.5rem;height:2.92535rem;top:12.625rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #lE38lOuqqTOKdXO0Wmp3lPQkHbPg1rTc { width:14.1875rem;height:5.6803375rem;top:16.92578125rem;left:0.8642578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #WkvyVQGWJN72vS3Kzlx5cNlAQ2AT8hvJ { width:15.875rem;height:2.92535rem;top:12.625rem;left:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #cU3TWCSPDXzWSV3N9BoG2kawT1QiEJ15 { width:15.375rem;height:3.4082rem;top:16.92578125rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #wRzepl74NsifpTnDrBdMt4yzaMDKPcQ2 { width:15.875rem;height:2.92535rem;top:12.625rem;left:31.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ABCLSeeHgtQanw8FsfVfNl76P4ihH9Ka { width:14.6875rem;height:6.816375rem;top:16.92578125rem;left:32.728515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #cc1VaLZqQUBt30xi45e2hJXrUhNsuCko { top:28.5rem;left:20.5625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #H3kMFTuAK5rwxRuhxLbpcCamltWn6hD7 { top:3.4375rem;left:4.25rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #F3WwpnpfRtrlFCyTVvZAuRO56l21Izpw { top:27.6875rem;left:19.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #LWVu684vAzqyo3XfGi8AszBwNx3c6SmC { top:2.625rem;left:3.4375rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #tT3gSvyBxwP4otGiHNuH6RPZoTJ7TqXk { width:5.3125rem;height:4.625rem;top:4.375rem;left:21.34375rem;display:block; }
 }@media only screen and (max-width: 959px) { #yfr7dHSKh2dT4MJM5Aqbao7t79boDMto { width:5.625rem;height:5.3125rem;top:4.15625rem;left:37.103515625rem;display:block; }
 }@media only screen and (max-width: 959px) { #uq7GkscAPacZCsbZyb5cy9pvhrA3r6g9 { width:5.3125rem;height:5.3125rem;top:4.03125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #OI8Cwalk8iHFyizDzzse58kU3k9Htnw6 { top:27.6875rem;left:35.75rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #gtA3ZNtKL2UDycSUCtsC0qvU2szCwp3U { top:28.4375rem;left:36.5625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #wF4mSgKCl4RTzN6JX4BSyR5Dk0kqf7Uc { width:5.3125rem;height:5.3125rem;top:29.0625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #PVZ55DzZFE0XPo8b0tudWoIs9Q079VnP { top:27.75rem;left:3.5rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #eTVTeqWy4QbvwGUlJGnukTk0To0Scb7p { top:2.625rem;left:19.9375rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nnC6683sdFyDlNAqBCDrs5ElB84d11hg { top:28.5625rem;left:4.3125rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #bteHE9qD85wWCQnElvfof4lX7iK4b8Hh { top:3.375rem;left:20.75rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #k4XiuQ64GZEH00SteClKJd4lzOTd16c0 { width:5.3125rem;height:5.3125rem;top:29.28125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #N7nUOzESfLqMqKzP5wfTORQO1Hpdyzfr { width:5.3125rem;height:5.3125rem;top:29.125rem;left:37.134765625rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 959px) { #LpEEAqfUiF6G6JMHmFh7GCh7TkoPxvKh { width:14.5rem;height:2.92535rem;top:37.498046875rem;left:0.7080078125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #gXtXby5pDxcrXTlZ6cgRSwNF1shc5p6s { width:5.3125rem;height:0.0625rem;top:6.625rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 959px) { #FTS7n25PnCOZHCQFl6TQQk8KDVIPmtc7 { width:5.3125rem;height:0.0625rem;top:6.625rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 959px) { #TmMZyirm5ichUIkDI6BC33K39xqLIIBn { width:14.1875rem;height:4.54426875rem;top:42.806640625rem;left:0.8642578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #QRbH9k3w6eXwvhCGSPaGwTXsPiKTN4Fv { width:14.1875rem;height:5.6803375rem;top:42.806640625rem;left:16.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #xWuZW7mF4KSyBnWJukyTR9twawV1Iaw6 { width:14.1875rem;height:4.54426875rem;top:42.806640625rem;left:32.697265625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #yIWRpVz5ufcF2TwBpySPqWkx9wIAyDZk { width:14.5rem;height:2.92535rem;top:37.4990234375rem;left:16.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #cplQltxAZsHJ68LLyW8HBq7yDuFBthTw { width:14.5rem;height:2.92535rem;top:37.5rem;left:33.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #N6dvXnb9Wol9ooCsqJ2tgXrH6SR6XQs1 { top:3.375rem;left:20.75rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #O29kytxRdIKoHVPoapldPfr1TK159VuI { width:5.3125rem;height:4.625rem;top:4.375rem;left:21.34375rem;display:block; }
 }@media only screen and (max-width: 959px) { #fI1baXrAa3rTQ1tR2nNUZuUuSyXWf5Aa { width:15.875rem;height:2.92535rem;top:12.625rem;left:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #cM4H2Wr0kVa1ZXKx6728rphmxWrkZkFb { width:15.375rem;height:3.4082rem;top:16.92578125rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TxcIyDL9K2Eb1WoGJnoLUt1Gk3yr6doi { display:none; }#TxcIyDL9K2Eb1WoGJnoLUt1Gk3yr6doi > .row .container { width:47.75rem;height:49.4375rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #RWEzwzbyDmClzmpkRDZVtG1QRoQuv1Lq { width:5.3125rem;height:0.0625rem;top:6.625rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 959px) { #TkyflddmubfzJxf2c6vfWvLRxyMiAhhF { width:5.3125rem;height:0.0625rem;top:6.625rem;left:26.5625rem;display:none; }
 }@media only screen and (max-width: 959px) { #HvgvTtnMDtw2KmSQaI4VPehSueu9Jf7a { top:2.625rem;left:35.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #eFVuhLFhyttxPD8I3zoe194mecBT3ZAT { top:3.375rem;left:36.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #NqgfRNEoXfFb3ZLzVx4tTrRDrfKxp417 { width:14.5rem;height:2.923825rem;top:12.625rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #hpyugo01r0sbEyTG17F8pn8fH0exqI8K { width:14.1875rem;height:5.68359375rem;top:16.92578125rem;left:0.8642578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Au8RzW5m0XtlRhFZzGMuZ0UC3BrQ03aJ { width:15.875rem;height:2.923825rem;top:12.625rem;left:31.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #U6xQBFBKIOSNLzxKoK8TOzh4ETRwBaTw { width:14.6875rem;height:6.8203125rem;top:16.92578125rem;left:32.728515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #RXTEvV2TnnBENxTwNonG0pkPOLmSiATi { top:28.5rem;left:20.5625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #vBS5OgGNrQtqVutiTKC6RCT4MUtcPKE8 { top:3.4375rem;left:4.25rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZBqTD16WIT7vsC2l5Hd0KtnIAewFeiEa { top:27.6875rem;left:19.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #NroeuIb6iR8s7OPWNMMpPBFvuQSzlIDI { top:2.625rem;left:3.4375rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #hxzCbnpE2RZKk8uVdu185ssXRPAlk8as { width:5.625rem;height:5.3125rem;top:4.15625rem;left:37.103515625rem;display:block; }
 }@media only screen and (max-width: 959px) { #vCoBpTiv1z4sn7e4S83JK8ZhClpW0ydf { width:5.3125rem;height:5.3125rem;top:4.03125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #SRI67A04ccPF0EWB3ELSo51Um8wDJ5FU { top:27.6875rem;left:35.75rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kr1dIWpLkb1Op6N3AfrENXlQQc8GsIlU { top:28.4375rem;left:36.5625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #zX4KwHnLKDVElQ1xLQdD1HQ66htsiOuc { width:5.3125rem;height:5.3125rem;top:29.0625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #QwZ1RMawheJUlp4N7tGROicDuBnhZrHA { top:27.75rem;left:3.5rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #zdmf3niVfmaHW2LbAqFwpFT7oFWFuy47 { top:2.625rem;left:19.9375rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #unREHTP3s0Hu9g6LEFTFS2VAVSLusE8H { top:28.5625rem;left:4.3125rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #en9hN3mJiSUSR57a74sXb1FkiOIwLxD6 { width:5.3125rem;height:5.3125rem;top:29.28125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #zevtpccOKFkOOlG8NmQbFULNymLedhs9 { width:5.3125rem;height:5.3125rem;top:29.125rem;left:37.134765625rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 959px) { #mSwFxhtM8NctvKL7mbv6s0lnEZZxdgl0 { width:14.5rem;height:2.923825rem;top:37.498046875rem;left:0.7080078125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #IJbDCQN7eI76ZVTzok9SyXFgdwO3tDWz { width:5.3125rem;height:0.0625rem;top:6.625rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 959px) { #wyI2T1wwaT2TGVoyqSlhclaNAvbvdxea { width:5.3125rem;height:0.0625rem;top:6.625rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 959px) { #rcaVLr61zhVVE2BiiTggzbCFIJB2T2hq { width:14.1875rem;height:4.546875rem;top:42.806640625rem;left:0.8642578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #dCpiR7Qg1GkQ7hbPE8ZXwubfTna2dKK5 { width:14.1875rem;height:5.68359375rem;top:42.806640625rem;left:16.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bspGlbEsT72vvJXU8PFqId0g1hixg9tT { width:14.1875rem;height:4.546875rem;top:42.806640625rem;left:32.697265625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #SKvxgWVR8WqLqxdkG69u8kNwemPbeCfT { width:14.5rem;height:2.923825rem;top:37.4990234375rem;left:16.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #XAOMcxtTVki3q0pwJ3AsMsHlG5KE1Afl { width:14.5rem;height:2.923825rem;top:37.5rem;left:33.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #yR6rlTEA8N49KtuqKvQepoUUegkh8RkR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5e7b5694-d20d-47b6-927f-c499d22d1327/Screenshot20250902at44956PM.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR.adaptive-delivery-prevent-bg, #yR6rlTEA8N49KtuqKvQepoUUegkh8RkR.lazyload, #yR6rlTEA8N49KtuqKvQepoUUegkh8RkR.lazyloading { background-image: none; }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR > .row .container { background-color: transparent; background-image: none; }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR > .row .container > .video-iframe-container { display: none; }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR > .row > .video-iframe-container { display: none; }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR > .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); }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR > .row .container { width:47.75rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Danp122Wusq4NgGfyeqETeQd4xqD3xo5 { width:47.75rem;height:2.92535rem;top:4rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #WOXT3ELpdft0h8ruMpWFm7h9B7ow3zkP { width:47.75rem;height:2.92535rem;top:7.25rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Va4CEVPK2lZCa7UyfOke3c45JJdKN6TF { display:block; }#Va4CEVPK2lZCa7UyfOke3c45JJdKN6TF > .row .container { width:47.75rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #R5IaHgdm6kFlvG3QmiL1uVWp2vC6TEwz { width:0.125rem;height:5.625rem;top:23.8125rem;left:21.3125rem;display:none; }
 }@media only screen and (max-width: 959px) { #KXiJVaqo1T1UJJR2P0ILUnAIk4eKQr07 { width:17.875rem;height:3.9375rem;top:40.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #PcxBERA2uHDHveFmy10JdGbgAsGsCPFZ { display:block; }
 }@media only screen and (max-width: 959px) { #f5otq0e9DDSwylPdKJM4U2QE9Pza6b6G { width:47.75rem;height:2.4375rem;top:2.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vHrXTpT9oMxsOHqI0JUG45C6Tw1CSAo3 { width:13.666rem;height:3.4160125rem;top:7.1875rem;left:17.041015625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Qs7MtQrREWw1W0Cz6xbxTRoEU39VBUiu { 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:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DS4MzGR38T4bo44gPOUGXPoaJ9BMVvKU { width:7.625rem;height:3.625rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dc6fbcfb-416d-4227-aa50-36291770e299/RenaTransferenceHealingMysterySchool5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d.adaptive-delivery-prevent-bg, #Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d.lazyload, #Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d.lazyloading { background-image: none; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row .container { background-color: transparent; background-image: none; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(223,191,188,0.38); }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row .container > .video-iframe-container { display: none; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(223,191,188,0.38); }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row > .video-iframe-container { display: none; }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .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); }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxrWa9Z6NZeF30W4GuFNqGmu2eOz2MVg { width:20rem;height:1.38020625rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KuLOTMZKbDJTm3LPLQNIIgA3eK9cShOK { width:20rem;height:4.2252625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WouWKW1RJhJSE8FQG1bM0curzZLDZdoL { width:14.75rem;height:5.5208375rem;top:6.412109375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDKW6CcDDBUOs2EvSz7nh8pkZh29hMoL { width:18.4375rem;height:5.5625rem;top:39.6875rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nW690uQhiG7K8WzqTS3hd8gElUGHKPB1 { display:block; }#nW690uQhiG7K8WzqTS3hd8gElUGHKPB1 > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfFNStwiTSSfleIUIINnCtwuHfGGBq6L { width:17.375rem;height:22.031225rem;top:7.3984375rem;left:1.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OhTqnhGuR2nUBpsmx8abO2gpNhptgIq7 { width:7.4375rem;height:4.1875rem;top:0.9375rem;left:6.03125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #GZDPuDQnmOgBhk6bPoJiFXZx7i0dndRS { width:20rem;height:4.89583125rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8cda8ce-400d-465a-ae51-2204a398c496/RenaTransferenceHealingMysterySchool10.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s.adaptive-delivery-prevent-bg, #EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s.lazyload, #EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s.lazyloading { background-image: none; }#EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s > .row .container { background-color: transparent; background-image: none; }#EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(216,133,178,0.1); }#EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s > .row .container > .video-iframe-container { display: none; }#EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(216,133,178,0.1); }#EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s > .row > .video-iframe-container { display: none; }#EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s > .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); }#EBtz0JcNSwxLqTBku7DqbCzxXnZraz2s > .row .container { width:20rem;height:85.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p77lIX2VZmc7iwk6KhN9nlmOyToqneEm { width:12.1875rem;height:12.125rem;top:14.4853515625rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO296Rpv837dxgybzeUKWCmCAul5BVEk { width:0.125rem;height:5.625rem;top:7.3125104904175rem;left:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVqJZz6LeOsTmmSJnBStMlNHPLxnHoQu { width:17.5rem;height:39.16234375rem;top:28.0126953125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qydD1Bcg0SRbDxQSwJyyga7RK4kpxQcT { width:17.541rem;height:3.8535125rem;top:75.3125rem;left:1.25rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wxDBuRnkcKhvP1kCVLwCIPAXOgoZeZRF { display:block; }
 }@media only screen and (max-width: 763px) { #Gu2E37HeKS5dD0AmNKqfyxJ8H9eyZTVr { width:17.5rem;height:3.6875rem;top:70.375rem;left:1.3125rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #bJyIPxWwRH8RaVAnCZvwFDGF9bCJOaxs { display:block; }
 }@media only screen and (max-width: 763px) { #J47BQObxvV3qRrqoyTgoGZTfogywplf5 { width:17.875rem;height:3.9375rem;top:42.6875rem;left:1.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOsucbmLQ76BpRPSuQTs9d4ntXqcFATu { display:block; }
 }@media only screen and (max-width: 763px) { #Po31Rx9o4R5hiDCDmiQM7bM7XRFAfrqZ { width:20rem;height:1.462675rem;top:8.8369375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ty4d5W44xmN8fZt5BG0t8Aa6VT55feqB { width:20rem;height:1.462675rem;top:10.3095703125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i2dtkAWa4EOG6hiWF1C0mDL9prA9E8uc { width:20rem;height:6.337875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzkhuJzg8yE6yXgrZ2waLVJnxdqud3np { display:block; }#AzkhuJzg8yE6yXgrZ2waLVJnxdqud3np > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L5ypcQgXkkq5QRNIZMwusBlWqKkCLUoQ { width:12.1875rem;height:12.0625rem;top:7.474609375rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDccPdOSOScdFKvQAUM8MuHTTKkwIZfz { width:0.125rem;height:5.625rem;top:7.3125104904175rem;left:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hdy39TTZHb4DFcWw0lUfKn5d1X0D2ns7 { width:17.5rem;height:20.97978125rem;top:21.6621125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXHkunhZ7Nvzqav86tKKNRBp7zwES2BJ { width:17.875rem;height:3.9375rem;top:45.25rem;left:1.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #egr7XSuqakMpR9oUHd9g5332Gqkgi0nA { display:block; }
 }@media only screen and (max-width: 763px) { #Kn2iNE2eTgyOEysGkwCJAuTPdXTkKIeQ { width:17.5625rem;height:4.2252625rem;top:1.25rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX7SxTeuSSRLWnI4qVWfefE6FGVvHgTd { width:17.561875rem;height:12.587875rem;top:43.528648376465rem;left:1.2185330986977rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDMsmJpuX1MoUUZWCWSeiHTNWkG9WnRf { display:block; }#QDMsmJpuX1MoUUZWCWSeiHTNWkG9WnRf > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcKK3cogVnhJ1QxTwv8vGv1ZTef56UXG { width:20rem;height:3.2487rem;top:5.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txwdzMvSBWMmttbaEFSKwkXQDXkpbBF5 { width:12.9375rem;height:3.2487rem;top:1.25rem;left:3.53125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dii5BVbZzctCP5GhcKXdgbTIpm5JJ2ut { display:block; }#Dii5BVbZzctCP5GhcKXdgbTIpm5JJ2ut > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBykVTCvPZdW5B4oxFAyWi6OshLqsNNO { width:12.1875rem;height:12.0625rem;top:8.849609375rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9dwWcgTUI3bATF7uHGrZULTOpkUALrn { width:0.125rem;height:5.625rem;top:7.3125104904175rem;left:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sagn8KwVruueOTxQcpWoyT2aaNS091Hy { width:17.5rem;height:22.37846875rem;top:22.9121125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOXI44phl6UUlqcKXQaDIChcpUlRBoEi { width:17.875rem;height:3.9375rem;top:46.5rem;left:1.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZwlEbrVdvPdAUGSaoJH9XaXbQhTap5n4 { display:block; }
 }@media only screen and (max-width: 763px) { #Sp4b9uKbr4WQNHQAbCfhWW7ga6Ge3Swf { width:16.6875rem;height:6.337875rem;top:1.125rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGVCEsDmNlROb93XAP5FDmHPdzyk2Fp2 { width:17.4375rem;height:9.7905625rem;top:46.5517375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/921f2f16-fc88-4205-8047-f514b532b400/WhiteSparkles.jpg");background-position:top left !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;display:block; }#i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq.adaptive-delivery-prevent-bg, #i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq.lazyload, #i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq.lazyloading { background-image: none; }#i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq > .row .container { background-color: transparent; background-image: none; }#i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq > .row .container > .video-iframe-container { display: none; }#i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq > .row > .video-iframe-container { display: none; }#i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq > .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); }#i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq > .row .container { width:20rem;height:357.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AM8dFgeaQ0WBEJicE5JcJFgRoIPWR0Hv { width:20rem;height:1.50035625rem;top:5.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MWBqkpR1FR339iTokD9XQHksBlgW5Gs5 { width:18.625rem;height:12.6875rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVybL1y64gAty4b33JCRhCuxPtlg1BlG { width:17.25rem;height:10.4948125rem;top:32.15625rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FEQCDWebS3UnHRGkAsT7PfE5BIv9LihN { width:20rem;height:0.8125rem;top:27.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #M8yXO1S7TMN6sAEUkQdwOOw1vvPpvA3d { width:17.5rem;height:2.375rem;top:67.5rem;left:1.25rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MIaMC6hLOSh1kyF39TqlB3Xz1QAtSIp9 { display:block; }
 }@media only screen and (max-width: 763px) { #k0mSZ7V4TpzKUK6tLlmsxx3o1OftDgIW { width:15.9375rem;height:3.93555rem;top:8.125rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw0B8BOUOs4zSUk51SsWy7trDtReKJa3 { width:18.6875rem;height:7.8711rem;top:18.375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0sfFJ4013yhrplTMwf4FQxOihTScQzN { width:20rem;height:2.2749rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQUTgba38koaS294TTkfRV2TI71NaecB { width:20rem;height:1.50035625rem;top:15.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #pCq5GE3yQIxMkdhqzgfV4p1qGSNX4kwT { width:20rem;height:1.50035625rem;top:78.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Ez40RrdCssXxM5cWCzJlZyzgEy6ecTmS { width:19.375rem;height:7.8711rem;top:80.625rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ3rK9Pan0GXK6e6s76WW9wHfpu0qomu { width:20rem;height:1.50035625rem;top:145.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fi26tIx6veQzbEVtm9k2TsRTAzEe6fWL { width:20rem;height:1.50035625rem;top:211.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #LKcUBRNhIAlFQ4JrddTV73DBTRoxGBFJ { width:20rem;height:1.50035625rem;top:280.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lE3VcspkwbrV2l0wdOBnaTqA8tkcXByB { width:15.75rem;height:12.306875rem;top:52.75rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#lE3VcspkwbrV2l0wdOBnaTqA8tkcXByB li:before{  }
 }@media only screen and (max-width: 763px) { #GbVQHddZIdJHlU7915TUCsTDEZ2QIzg9 { width:10.5625rem;height:1.50065rem;top:249.1875rem;left:2.5rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWPaixSHLv2f2vmExMvSyLQ4T2R788In { width:17.5625rem;height:15.625rem;top:29.5703125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV4Rcprt3KD528b25147fnhrk5nX4e0n { width:18.8125rem;height:16.8125rem;top:47.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS9evWTJo2vbntZIpu5325EqokDtmlQx { width:17.5rem;height:2.5rem;top:71rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMuPaMkMscMFoFUZKfcR8baAFtVTvWaV { display:block; }
 }@media only screen and (max-width: 763px) { #AgPdNQhnsgaSI1p684EWi2cnAoCBZVS9 { width:5.375rem;height:0.125rem;top:278.8125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC2Ul7Z49L7BLUT4L95RhEqDM3LUhfLS { width:16.8125rem;height:16.25rem;top:49.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL9tWWQ0f0P2mSyT66CBZMhWqt0PmkWp { width:5.375rem;height:0.125rem;top:210.1875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #keZpeJ4JJd4CPgPKTudBlXcuetTBtfLJ { width:5.375rem;height:0.125rem;top:144.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbzE4SoyvN5AgbZwROaLpyDo31nxW9U { width:20rem;height:0.8125rem;top:89.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #av1vW7dL9g0cnfKVPQr4JLMyu5KapBM9 { width:17.25rem;height:17.25rem;top:92.5rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCuz7OS6y2cZTuSH3fblR0TTNbxfJwub { width:17.9375rem;height:26.875rem;top:316.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm0gixF3Z9wiI3dVEVcF6pq0JM6RnwA8 { width:18.5rem;height:18.5rem;top:113.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtnqDncOglkpGCVTUrDRht2BiKTutgfG { width:15.625rem;height:9.62025rem;top:96.3125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #V7XIFXPhVxNX3TsWB5BXaTeLmDETqFrT { width:18.125rem;height:17.9375rem;top:247.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQC0TAnG5LDmG9hVydZbpAtcccupmxPb { width:13rem;height:1.50065rem;top:318rem;left:2.8125rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4nTlzftn2tTF7DAEZONp5I3Lz5HTxVa { width:15.875rem;height:12.8689375rem;top:118.8125rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#k4nTlzftn2tTF7DAEZONp5I3Lz5HTxVa li:before{  }
 }@media only screen and (max-width: 763px) { #Z5Vll7wEaxaOkE2GgswMBH5TsAv8XfkR { width:5.375rem;height:0.125rem;top:77.125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQMlfoIp6ut0d5ZmAhSE3xLAtFy0DkWS { width:18.875rem;height:2.625rem;top:135.375rem;left:0.5625rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #huIvJXINSPJRTt1L8Q6H6zq8MNTHzQqE { display:block; }
 }@media only screen and (max-width: 763px) { #ILz5iZkgo6qQKvxabizFecmhP76QePEO { width:18.875rem;height:2.5rem;top:138.9375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgMKthsicy0HotFT4bXbgriHKJdhxukK { display:block; }
 }@media only screen and (max-width: 763px) { #qr98MDNZHvEW0RlVbePnZikk01RvEa68 { width:5.375rem;height:0.125rem;top:134.6875rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSxgfBWzzSTNp6V91OelZxIo5xxvR5RM { width:5.375rem;height:0.125rem;top:134.6875rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eOwuub6vdWQThAclSTc17xlpIF6sqawr { width:5.375rem;height:0.125rem;top:561.5390625rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kWO8eOMDuoDi3s0QyLBwwJnymsGzrpyS { width:20rem;height:7.8711rem;top:148.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3JAH8ZsP3l2LkETUqXE0kodmkN71Mv1 { width:20rem;height:0.8125rem;top:156.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #LonsGXMmmr8GIDeLBr7e11IISVKFK4sp { width:18.125rem;height:18.125rem;top:178.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLn1LSx4NRvvaV9o3zdZwUafHyNlsX6H { width:16.5625rem;height:16.5625rem;top:159.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHNmlIUbBrUtq9nGAnKmeNkK5Tq5aNdI { width:17.875rem;height:13.8125rem;top:180.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsiANIT2i0OExwReGanRPygDS9t3FenR { width:15rem;height:11.369375rem;top:162.1875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #N7ixdkRdAPuKNeLMipsDC6tibwtQxvX4 { width:18.125rem;height:18.0625rem;top:115.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #th7RftQLdCITCm4uptdU8pTuCaTBt8bR { width:15.875rem;height:9.0581875rem;top:184.5625rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#th7RftQLdCITCm4uptdU8pTuCaTBt8bR li:before{  }
 }@media only screen and (max-width: 763px) { #fAloiXxC38C0vLFZlMlq1kZqgk1qcANl { width:11.875rem;height:1.50065rem;top:182.4375rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRyFJgBxktJ0lWOgRN364sgoT6nl8k2D { width:18.875rem;height:2.625rem;top:198.8125rem;left:0.5625rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ISK8lRdKNmkICJJg4cQ0SsaX8msgORHR { display:block; }
 }@media only screen and (max-width: 763px) { #hDUrLmTex9JMnIdTpr94rlulJLVCLh7W { width:18.875rem;height:2.5rem;top:202.6875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh2sNiBBGNdJsKIOte3b1tLx4m1XvhnP { display:block; }
 }@media only screen and (max-width: 763px) { #PTUWTtPiZq9X0RE4JDTeoK5qNN6cuACz { width:5.375rem;height:0.125rem;top:193.6875rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s1TuGILSKE9p0r92NxX8vlrxeHk9Th4L { width:5.375rem;height:0.125rem;top:193.6875rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ec0TTnsSHNr05iayNfbfE0ZJBdTKVIqe { width:5.375rem;height:0.125rem;top:204rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8qNWmcunGGTVlHf5iqz9fGI41dty4f5 { width:20rem;height:7.8711rem;top:214.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnV6oylot0aEl9Hl6qMGmb0wrDA3ASWV { width:20rem;height:0.8125rem;top:222.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #rqXxL1qq3bdlCwVrNz5SDW31bQkHzKyq { width:17.25rem;height:17.25rem;top:225.2890625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U81lgHT4lpvTUI4nL4F5eLSJgTJOaWXp { width:18.5rem;height:11.5rem;top:297.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBNOGP92P3ZQsGnKGt0taqiM6DMuvTLk { width:17.1875rem;height:11.369375rem;top:228.2265625rem;left:0.71875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FREXz8w7r7dHtuCxlP9ye6Gm9TUtXwuT { width:18.5rem;height:13.1875rem;top:227.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2obb2fz7mPbLIMwJIIDkkvFvfHJ2nLN { width:19.0625rem;height:19.0625rem;top:245.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7fUTETLVrDMyUEmFlkwb5cxTcqiITbe { width:18.875rem;height:2.625rem;top:267.875rem;left:0.5625rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oZQ8obdHJ1m0y5TdChAU9SlfhtSLiW6c { display:block; }
 }@media only screen and (max-width: 763px) { #PXzWlIdTDJcD3avre6JRWmynrauN1rSa { width:18.875rem;height:2.5rem;top:271.75rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbqVB71k6k52kxctMof0IXv5fV3TJUOk { display:block; }
 }@media only screen and (max-width: 763px) { #SICEWOzUQhxKiGyETmp5w0WmNK0LTadO { width:16.4375rem;height:13.1814375rem;top:251.3125rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#SICEWOzUQhxKiGyETmp5w0WmNK0LTadO li:before{  }
 }@media only screen and (max-width: 763px) { #EJsoedF1qXoEAsz6oH2TyPktF82CcUv1 { width:10.6875rem;height:1.50065rem;top:50.1875rem;left:4rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPEkzinwg0aguXZkzamtikP395FJqfbJ { width:5.375rem;height:0.125rem;top:258.6875rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oT6HTIZmxJa39zQ4GliLKkti84e74NpT { width:5.375rem;height:0.125rem;top:258.6875rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgBE8S0RpOSirVXnWV0KNdU9TC8T2FAJ { width:5.375rem;height:0.125rem;top:14.6875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKixwBebToGdio4FX2EwXbTxhRNPiTeB { width:20rem;height:7.8711rem;top:283.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFxQaGOaHDPPpuzbcmrcMhQ0uGfKiT8A { width:20rem;height:0.8125rem;top:292.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #Z902z11BW6LPd0wccn0uetDG98TV1E1R { width:17.25rem;height:17.25rem;top:294.1640625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCHHP2QsGgysIzadookfNp1zBwJTVkRw { width:17.1875rem;height:13.625rem;top:160.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRd7TWtfwoi2f8J44tg3S2K8iRy3IRTD { width:16.5625rem;height:8.7456875rem;top:298.875rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hST8vfTAktB6Wh0nvcfECRcTNKRD2yfk { width:18.25rem;height:18.25rem;top:314.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKXwU5gkgRMX0EhKSX3A1vPNawO6ThEh { width:15.75rem;height:20.4904375rem;top:320.3125rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#TKXwU5gkgRMX0EhKSX3A1vPNawO6ThEh li:before{  }
 }@media only screen and (max-width: 763px) { #Viyybogv6Hya9JN95VLsJfzC3r3aW0dh { width:17.625rem;height:13.0625rem;top:94.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwA0IIfv4l3opRFdVZmp0EG2QVmoPfvp { width:12.5rem;height:1.50065rem;top:117rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxPfzhWdGZZHMZHB11PpA2H8p1DbZatR { width:18.875rem;height:2.625rem;top:346.0625rem;left:0.5625rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z6bv8N1HTBU10JahXPBNR8se45BbHHqf { display:block; }
 }@media only screen and (max-width: 763px) { #RcOxwlIFmS3NTLBBmUd9ZgDD63Satmxw { width:18.875rem;height:2.5rem;top:349.9375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHFvy7Nv1ZIL7OLyN4CBBJEcO2pcRCKZ { display:block; }
 }@media only screen and (max-width: 763px) { #h888Q2vTgqcLrCdRfdBh1VhqtOwScoyb { display:block; }#h888Q2vTgqcLrCdRfdBh1VhqtOwScoyb > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBerkTuLkVhoV2KswQvuQll0ETgcT2qF { width:18.75rem;height:5.19965625rem;top:5.6076393127441rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9JGneHqQEAnX3xGFCScBtVz70PxxAMr { width:20rem;height:2.27430625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvwRpANWbJhsrsqzIWUAtTGxgMpaVnry { width:20rem;height:18rem;top:30.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #thO317fE0TqxLCiVp8VuNlN4LoS31wmF { width:20rem;height:19.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQP83KSWPDO0wfh9r3iRgu4qI1F9VJGC { display:block; }#hQP83KSWPDO0wfh9r3iRgu4qI1F9VJGC > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJX0IUWehPODzfCz9tDDOvxSC4CzJZ6P { width:17.5625rem;height:23.3984rem;top:9.2339477539062rem;left:0.96875005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpHc3ZCsxGxzTTq6W38T4csy9RLVWr5R { width:20rem;height:6.8229375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Imc3FHqfM7dRQuJFPd4s6ifpCkqRBiLl { width:20rem;height:18rem;top:30.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PvT7ZN5tPerVflqebiDSFwvg1d6PI7TD { width:20rem;height:19.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tIm6FTL1vcQ7dLvn4oxtT8HBZoQ2Hogq { width:18.84679875rem;height:2.472005rem;top:35.908204078674rem;left:0.56857639551162rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEGMngXK9X20fNwM0ZKfGKxyboX5Q9DT { display:block; }
 }@media only screen and (max-width: 763px) { #TpuzRooJ0aNXzTXL49NdNelhT65DXPhr { display:block; }#TpuzRooJ0aNXzTXL49NdNelhT65DXPhr > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkVszg8hkXtrzAMgi5oBwhBxzVPe8sXQ { width:19.749375rem;height:1.62435rem;top:8.6718177795413rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT2q4AhA5ea55BM83iq8TK6pMnm6Ubvk { width:20rem;height:18rem;top:30.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTT8R2ekciETWPsvxnFbGZsAdVVwJlAz { width:20rem;height:19.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SnT6sDehQQNCyDfqp5JiwnfsBA9oM9x9 { width:20rem;height:4.85676875rem;top:15.625rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }#SnT6sDehQQNCyDfqp5JiwnfsBA9oM9x9 li:before{  }
 }@media only screen and (max-width: 763px) { #i7bJAJw9rXCXT2QqKM7BVdMbs1LthOiB { width:20rem;height:2.2721375rem;top:12.125rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHFxDzTZLu14cTnKfWwPpVksR5mEbHXB { width:20rem;height:1.13606875rem;top:27.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnZ5Lgz5HTxrSFW4tQQ3IiHipqGd8NGK { width:20rem;height:2.2721375rem;top:29.0625rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }#BnZ5Lgz5HTxrSFW4tQQ3IiHipqGd8NGK li:before{  }
 }@media only screen and (max-width: 763px) { #lZFOLJG1ArP1zmPT8Thyq8uXPfVMN8xT { width:20rem;height:1.13606875rem;top:33.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsLsCdoqrNLwJAErZkWsQdLZQUvcTAy0 { width:20rem;height:1.13606875rem;top:35.5rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }#XsLsCdoqrNLwJAErZkWsQdLZQUvcTAy0 li:before{  }
 }@media only screen and (max-width: 763px) { #cL6m1InmfGnrfaRviRuFoeaGeh7xTlTi { width:20rem;height:4.54426875rem;top:21.040583133697rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PziG8ilaLNIhfhRDro1ZUDJEzxxr7iCZ { width:20rem;height:3.4082rem;top:37.740888118744rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwGatQoh2QdTFMECVVEQlsQU0q1XcImd { width:20rem;height:6.8229375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iETa4UtZT5NyRi0lkooKhP0GxRsomruP { display:none; }#iETa4UtZT5NyRi0lkooKhP0GxRsomruP > .row .container { width:20rem;height:46.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dohGES31mdXbx5fqEuuFT0GHVTePJDEW { width:19.75rem;height:6.497375rem;top:7.04785rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db8Z653VwetTbaDxKF8M5VQeVN6AZ6DK { width:20rem;height:4.5486125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT75aJpapJ5FVSM9mmhB3OAknhQiz2tn { width:20rem;height:18rem;top:30.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #P6gF3TMDKsyC7iXwrF9vLxHCnlHm6fge { width:20rem;height:19.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6Vx626ckxXU49JWvCpQJwUsPHTHO77K { width:20rem;height:4.85676875rem;top:14.875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }#l6Vx626ckxXU49JWvCpQJwUsPHTHO77K li:before{  }
 }@media only screen and (max-width: 763px) { #wDngPhmTXaBVr4VOpNuQfqDv71GdvSEI { width:20rem;height:2.2721375rem;top:11.375rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPRbE1vBBiJImLrT7KrTZOVrSwWfvvxg { width:20rem;height:1.13606875rem;top:25.529296875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPuFFetdNQJ8EveVzuLSIlks4rVMEPJa { width:20rem;height:2.2721375rem;top:28.02734375rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }#PPuFFetdNQJ8EveVzuLSIlks4rVMEPJa li:before{  }
 }@media only screen and (max-width: 763px) { #qdc14U65JvGp3gN7vh6MJ8x7Kr7K5xI5 { width:20rem;height:1.13606875rem;top:32.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByGkLMWpZSDuEilpKF3HOvcRR0DHEDqA { width:20rem;height:1.13606875rem;top:35rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }#ByGkLMWpZSDuEilpKF3HOvcRR0DHEDqA li:before{  }
 }@media only screen and (max-width: 763px) { #Xo6eL3FwVCsmUd0Thv0JTNtTQmQXxS2E { width:20rem;height:4.54426875rem;top:37.386076379394rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV58JBQW7TXDaIEszmTm4BqySthUVK08 { width:20rem;height:2.2721375rem;top:43.179263879394rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8d35042-9a08-4eea-ad73-1cb286f33ea5/RenaKayLandingPagesSquareWebsite51.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f.adaptive-delivery-prevent-bg, #q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f.lazyload, #q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f.lazyloading { background-image: none; }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f > .row .container { background-color: transparent; background-image: none; }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(211,176,207,0.21); }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f > .row .container > .video-iframe-container { display: none; }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(211,176,207,0.21); }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f > .row > .video-iframe-container { display: none; }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f > .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); }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f > .row .container { border-width: 0; border-radius: 0; }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f::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; }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q3iJsHhvG1hxJA4lKEoF7DDbdIRZvT7f > .row .container { width:20rem;height:55.481801879883rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeU7fJmw1VXBDAHS0mXxXOPbJNVnTgBi { width:17.4375rem;height:3.4082rem;top:4.61230625rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n86MFTQaoUJEpvWfOSfB7TLqceGcyuKU { width:20rem;height:2.11263125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDXqteH2zHoefL9XDN76ruimaJNlNTah { width:20rem;height:1.625rem;top:11.7099625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zU9kwDOapoLxc0bhBV9Dq700uIl7x1dK { width:20rem;height:40.8984125rem;top:14.5849625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN2A2vqURh6QxWkLn4q7M1nobxGNRoMG { display:block; }#rN2A2vqURh6QxWkLn4q7M1nobxGNRoMG > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9L64k3XAKqnZiIyRvElpgLDNcvdVEgi { width:0.125rem;height:5.625rem;top:7.3125104904175rem;left:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AtLKUZ5yqvtfHEnkLmMzI9xuTLrbORP9 { width:17.875rem;height:3.9375rem;top:40.0625rem;left:1.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ka01Ph6RVOp5zxXypTumrU4JZyVnL84U { display:block; }
 }@media only screen and (max-width: 763px) { #iXIJRkF89Q6Z9fdVBDv4mTepGT7gCfJC { width:16.75rem;height:10.563125rem;top:1.21875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iitXsV35L2iD6JceMMu19bGzlIJ2KwuF { display:block; }#iitXsV35L2iD6JceMMu19bGzlIJ2KwuF > .row .container { width:20rem;height:106.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhbBZUiPfelsAlupcEsTmcS3tzxR5Jqx { width:5.375rem;height:0.125rem;top:10.9375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M5eySH4K6avuPUvxbXUx93snAukAMoa7 { width:5.375rem;height:0.125rem;top:31.125rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GuRPaPTOarLhM6718Ek3gC5NMb7oXaVw { width:4.25rem;height:4.25rem;top:72.7578125rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPooKGpiw4I6Kx8O0XcmdLrhuxvlOtHb { width:3.1875rem;height:3.1875rem;top:62.625rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJDEDnGAMSyzRIFdM4dmBV6SQcxi09Eo { width:12.5625rem;height:3.2487rem;top:7.625rem;left:3.71875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE38lOuqqTOKdXO0Wmp3lPQkHbPg1rTc { width:17.4375rem;height:4.54426875rem;top:11.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkvyVQGWJN72vS3Kzlx5cNlAQ2AT8hvJ { width:12.3125rem;height:0;top:46.28125rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cU3TWCSPDXzWSV3N9BoG2kawT1QiEJ15 { width:17.5625rem;height:0;top:50.53125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRzepl74NsifpTnDrBdMt4yzaMDKPcQ2 { width:12.249375rem;height:4.87305rem;top:42.256927490234rem;left:3.8747833371162rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABCLSeeHgtQanw8FsfVfNl76P4ihH9Ka { width:17.5rem;height:5.6803375rem;top:47.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc1VaLZqQUBt30xi45e2hJXrUhNsuCko { width:5.75rem;height:5.75rem;top:73.5625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3kMFTuAK5rwxRuhxLbpcCamltWn6hD7 { width:5.75rem;height:5.75rem;top:1.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3WwpnpfRtrlFCyTVvZAuRO56l21Izpw { width:4.375rem;height:4.375rem;top:55.44140625rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LWVu684vAzqyo3XfGi8AszBwNx3c6SmC { width:4.4375rem;height:4.4375rem;top:1.25rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tT3gSvyBxwP4otGiHNuH6RPZoTJ7TqXk { width:2.125rem;height:1.8125rem;top:38.65625rem;left:7.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfr7dHSKh2dT4MJM5Aqbao7t79boDMto { width:4.6875rem;height:4.375rem;top:37.03125rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq7GkscAPacZCsbZyb5cy9pvhrA3r6g9 { width:4.375rem;height:4.375rem;top:1.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI8Cwalk8iHFyizDzzse58kU3k9Htnw6 { width:8.125rem;height:8.125rem;top:112.6875rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtA3ZNtKL2UDycSUCtsC0qvU2szCwp3U { width:5.75rem;height:5.75rem;top:90.1875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF4mSgKCl4RTzN6JX4BSyR5Dk0kqf7Uc { width:4.375rem;height:4.375rem;top:56.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVZ55DzZFE0XPo8b0tudWoIs9Q079VnP { width:8.125rem;height:8.125rem;top:17.234375rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTVTeqWy4QbvwGUlJGnukTk0To0Scb7p { width:8.125rem;height:8.125rem;top:36.90625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnC6683sdFyDlNAqBCDrs5ElB84d11hg { width:5.75rem;height:5.75rem;top:55.75rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bteHE9qD85wWCQnElvfof4lX7iK4b8Hh { width:5.75rem;height:5.75rem;top:36.15625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4XiuQ64GZEH00SteClKJd4lzOTd16c0 { width:4.375rem;height:4.375rem;top:74.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7nUOzESfLqMqKzP5wfTORQO1Hpdyzfr { width:4.5625rem;height:4.5625rem;top:90.78125rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpEEAqfUiF6G6JMHmFh7GCh7TkoPxvKh { width:20rem;height:3.2487rem;top:62.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXtXby5pDxcrXTlZ6cgRSwNF1shc5p6s { width:5.375rem;height:0.125rem;top:32.5625rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTS7n25PnCOZHCQFl6TQQk8KDVIPmtc7 { width:5.375rem;height:0.125rem;top:32.5625rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmMZyirm5ichUIkDI6BC33K39xqLIIBn { width:18.3125rem;height:4.54426875rem;top:66.5rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRbH9k3w6eXwvhCGSPaGwTXsPiKTN4Fv { width:18.3125rem;height:3.4082rem;top:83.875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWuZW7mF4KSyBnWJukyTR9twawV1Iaw6 { width:18.3125rem;height:3.4082rem;top:100.4375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIWRpVz5ufcF2TwBpySPqWkx9wIAyDZk { width:20rem;height:3.2487rem;top:80rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cplQltxAZsHJ68LLyW8HBq7yDuFBthTw { width:20rem;height:3.2487rem;top:96.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6dvXnb9Wol9ooCsqJ2tgXrH6SR6XQs1 { width:5.75rem;height:5.75rem;top:19rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O29kytxRdIKoHVPoapldPfr1TK159VuI { width:4.1875rem;height:3.5rem;top:20.0625rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI1baXrAa3rTQ1tR2nNUZuUuSyXWf5Aa { width:12.3125rem;height:3.2487rem;top:25.5rem;left:3.84375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM4H2Wr0kVa1ZXKx6728rphmxWrkZkFb { width:17.5625rem;height:3.4082rem;top:29.375rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxcIyDL9K2Eb1WoGJnoLUt1Gk3yr6doi { display:none; }#TxcIyDL9K2Eb1WoGJnoLUt1Gk3yr6doi > .row .container { width:20rem;height:108.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RWEzwzbyDmClzmpkRDZVtG1QRoQuv1Lq { width:5.375rem;height:0.125rem;top:10.9375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkyflddmubfzJxf2c6vfWvLRxyMiAhhF { width:5.375rem;height:0.125rem;top:31.125rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HvgvTtnMDtw2KmSQaI4VPehSueu9Jf7a { width:4.25rem;height:4.25rem;top:72.7578125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFVuhLFhyttxPD8I3zoe194mecBT3ZAT { width:3.1875rem;height:3.1875rem;top:73.5078125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqgfRNEoXfFb3ZLzVx4tTrRDrfKxp417 { width:12.5625rem;height:3.25rem;top:6.9375rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpyugo01r0sbEyTG17F8pn8fH0exqI8K { width:17.4375rem;height:4.546875rem;top:11.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au8RzW5m0XtlRhFZzGMuZ0UC3BrQ03aJ { width:12.25rem;height:3.25rem;top:78.2578125rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6xQBFBKIOSNLzxKoK8TOzh4ETRwBaTw { width:17.5rem;height:5.68359375rem;top:82.7578125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXTEvV2TnnBENxTwNonG0pkPOLmSiATi { width:3.25rem;height:3.25rem;top:56.25390625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBS5OgGNrQtqVutiTKC6RCT4MUtcPKE8 { width:3.3125rem;height:3.3125rem;top:2.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBqTD16WIT7vsC2l5Hd0KtnIAewFeiEa { width:4.375rem;height:4.375rem;top:55.44140625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NroeuIb6iR8s7OPWNMMpPBFvuQSzlIDI { width:4.4375rem;height:4.4375rem;top:1.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxzCbnpE2RZKk8uVdu185ssXRPAlk8as { width:2.75rem;height:2.625rem;top:74.2890625rem;left:9.166015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCoBpTiv1z4sn7e4S83JK8ZhClpW0ydf { width:2.6875rem;height:2.6875rem;top:2.65625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRI67A04ccPF0EWB3ELSo51Um8wDJ5FU { width:8.125rem;height:8.125rem;top:89.69140625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr1dIWpLkb1Op6N3AfrENXlQQc8GsIlU { width:6.75rem;height:6.75rem;top:90.44140625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX4KwHnLKDVElQ1xLQdD1HQ66htsiOuc { width:5.25rem;height:5.25rem;top:18.546875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwZ1RMawheJUlp4N7tGROicDuBnhZrHA { width:8.125rem;height:8.125rem;top:17.234375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdmf3niVfmaHW2LbAqFwpFT7oFWFuy47 { width:8.125rem;height:8.125rem;top:36.90625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #unREHTP3s0Hu9g6LEFTFS2VAVSLusE8H { width:6.75rem;height:6.75rem;top:18.046875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #en9hN3mJiSUSR57a74sXb1FkiOIwLxD6 { width:5.3125rem;height:5.3125rem;top:57.03515625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zevtpccOKFkOOlG8NmQbFULNymLedhs9 { width:5.3125rem;height:5.3125rem;top:91.12890625rem;left:7.322265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSwFxhtM8NctvKL7mbv6s0lnEZZxdgl0 { width:20rem;height:3.25rem;top:26.609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJbDCQN7eI76ZVTzok9SyXFgdwO3tDWz { width:5.375rem;height:0.125rem;top:32.5625rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wyI2T1wwaT2TGVoyqSlhclaNAvbvdxea { width:5.375rem;height:0.125rem;top:32.5625rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rcaVLr61zhVVE2BiiTggzbCFIJB2T2hq { width:18.3125rem;height:4.546875rem;top:31.109375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCpiR7Qg1GkQ7hbPE8ZXwubfTna2dKK5 { width:18.3125rem;height:3.41015625rem;top:68.09765625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bspGlbEsT72vvJXU8PFqId0g1hixg9tT { width:18.3125rem;height:3.41015625rem;top:103.56640625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKvxgWVR8WqLqxdkG69u8kNwemPbeCfT { width:20rem;height:3.25rem;top:63.59765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAOMcxtTVki3q0pwJ3AsMsHlG5KE1Afl { width:20rem;height:3.25rem;top:99.06640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR6rlTEA8N49KtuqKvQepoUUegkh8RkR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5e7b5694-d20d-47b6-927f-c499d22d1327/Screenshot20250902at44956PM.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR.adaptive-delivery-prevent-bg, #yR6rlTEA8N49KtuqKvQepoUUegkh8RkR.lazyload, #yR6rlTEA8N49KtuqKvQepoUUegkh8RkR.lazyloading { background-image: none; }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR > .row .container { background-color: transparent; background-image: none; }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.2); }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR > .row .container > .video-iframe-container { display: none; }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.2); }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR > .row > .video-iframe-container { display: none; }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR > .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); }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR > .row .container { border-width: 0; border-radius: 0; }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR::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; }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yR6rlTEA8N49KtuqKvQepoUUegkh8RkR > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Danp122Wusq4NgGfyeqETeQd4xqD3xo5 { width:20rem;height:2.11263125rem;top:3.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOXT3ELpdft0h8ruMpWFm7h9B7ow3zkP { width:20rem;height:2.11263125rem;top:6.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Va4CEVPK2lZCa7UyfOke3c45JJdKN6TF { display:block; }#Va4CEVPK2lZCa7UyfOke3c45JJdKN6TF > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5IaHgdm6kFlvG3QmiL1uVWp2vC6TEwz { width:0.125rem;height:5.625rem;top:7.3125104904175rem;left:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXiJVaqo1T1UJJR2P0ILUnAIk4eKQr07 { width:17.875rem;height:3.9375rem;top:40.0625rem;left:1.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PcxBERA2uHDHveFmy10JdGbgAsGsCPFZ { display:block; }
 }@media only screen and (max-width: 763px) { #f5otq0e9DDSwylPdKJM4U2QE9Pza6b6G { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vHrXTpT9oMxsOHqI0JUG45C6Tw1CSAo3 { width:9.3535rem;height:2.3535125rem;top:6.07421875rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs7MtQrREWw1W0Cz6xbxTRoEU39VBUiu { display:block; }
 }