.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:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2e747a28-1d29-4188-81bf-63c00876ca29/GardenofEdenCropped.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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:8.5625rem;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:4.8125rem;width:7.25rem;top:0.78125rem;left:26.375rem;overflow:hidden;display:block; }
#xEH6nbbKPc7XLkmNFE7N3vJ21g6TybWo { color:#85b354;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:6.15625rem;left:23.71875rem;height:1.375rem;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; }
#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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.15); }#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.15); }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row > .video-iframe-container { display: block; }#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:45.625rem;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:#20330c;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:11.125rem;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:#20330c;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:28.6875rem;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:32.625rem;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:11.02105rem;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.3125rem;width:9.5rem;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/bffec55b-1c59-4d0a-bcfe-ebbc804d64f5/DOORWAY.jpg");background-position:top 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.79); }#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.79); }#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:86.125rem;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/cfd8a0c8-d743-49b5-b646-5efd3d99b106/IMG20240310082923.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #1f3e25;border-left:0.0625rem solid #1f3e25;border-right:0.0625rem solid #1f3e25;border-bottom:0.0625rem solid #1f3e25;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.840929985046rem;left:4.3250846862793rem;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.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:17.6533203125rem;left:29.625rem;height:36.00263125rem;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:#000000;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.3125rem;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:#000000;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.796875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:40.02685546875rem;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:;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; }
#xIaymE54HCWDV5FGqsETpQmeT5iDX0oB { color:#100f0f;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:55.71630859375rem;left:0rem;height:28.802025rem;text-align:justify;text-align-last:initial;font-style:normal;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:64.75rem;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/a27f2bea-4f44-48b1-8b89-96842b972e5b/KayBowdenprofileimage.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #22641e;border-left:0.0625rem solid #22641e;border-right:0.0625rem solid #22641e;border-bottom:0.0625rem solid #22641e;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.25634765625rem;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:28.80213125rem;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:44.73779296875rem;left:0.5rem;height:16.20113125rem;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:transparent;background-image:url("https://images.assets-landingi.com/uc/bfe8cf44-d917-4da0-bd0e-fcfe7bccc29e/_LMB3143.jpg");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; }#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(32,51,12,0.34); }#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(32,51,12,0.34); }#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::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; }#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:16.6875rem;width:60rem;position:relative;display:block; }#IcKK3cogVnhJ1QxTwv8vGv1ZTef56UXG { color:#ffffff;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:8.875rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#txwdzMvSBWMmttbaEFSKwkXQDXkpbBF5 { color:#ffffff;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:4.875rem;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:bottom right !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:57.6875rem;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/0b0f0d8f-635b-47d0-b9e2-af6bfb0a08c2/ChgeeryBlossoms.png");background-position:bottom 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(255,255,255,0.7); }#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(255,255,255,0.7); }#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::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; }#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:324.9375rem;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, #ececec);background-image: -moz-linear-gradient(180deg, #fafafa, #ececec);background-image: -ms-linear-gradient(180deg, #fafafa, #ececec);background-image: -o-linear-gradient(180deg, #fafafa, #ececec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec' );";background-image: linear-gradient(180deg, #fafafa, #ececec);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:#29371c;display:block;width:20.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.5rem;left:0rem;height:0.9747875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#M8yXO1S7TMN6sAEUkQdwOOw1vvPpvA3d { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #1c2e2d;border-left:0.0625rem solid #1c2e2d;border-right:0.0625rem solid #1c2e2d;border-bottom:0.0625rem solid #1c2e2d;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:#000000;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:24.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.8115234375rem;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.8125rem;width:26.8125rem;top:41.8095703125rem;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:17.25rem;top:24.6220703125rem;left:40.6875rem;overflow:hidden;display:block; }
#TS9evWTJo2vbntZIpu5325EqokDtmlQx { background-color:#2d4613;background-image:none;border-top:0.0625rem solid #1c2e2d;border-left:0.0625rem solid #1c2e2d;border-right:0.0625rem solid #1c2e2d;border-bottom:0.0625rem solid #1c2e2d;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, #ececec);background-image: -moz-linear-gradient(180deg, #fafafa, #ececec);background-image: -ms-linear-gradient(180deg, #fafafa, #ececec);background-image: -o-linear-gradient(180deg, #fafafa, #ececec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec' );";background-image: linear-gradient(180deg, #fafafa, #ececec);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:#233120;display:block;width:20.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:95.01708984375rem;left:0rem;height:0.9747875rem;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, #ececec);background-image: -moz-linear-gradient(180deg, #fafafa, #ececec);background-image: -ms-linear-gradient(180deg, #fafafa, #ececec);background-image: -o-linear-gradient(180deg, #fafafa, #ececec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec' );";background-image: linear-gradient(180deg, #fafafa, #ececec);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, #ececec);background-image: -moz-linear-gradient(180deg, #fafafa, #ececec);background-image: -ms-linear-gradient(180deg, #fafafa, #ececec);background-image: -o-linear-gradient(180deg, #fafafa, #ececec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec' );";background-image: linear-gradient(180deg, #fafafa, #ececec);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:#ffffff;background-image:none;border-top:0.0625rem solid #1c2e2d;border-left:0.0625rem solid #1c2e2d;border-right:0.0625rem solid #1c2e2d;border-bottom:0.0625rem solid #1c2e2d;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:#000000;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:#2d4613;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:#233120;display:block;width:20.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:156.0126953125rem;left:0rem;height:0.9747875rem;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, #ececec);background-image: -moz-linear-gradient(180deg, #fafafa, #ececec);background-image: -ms-linear-gradient(180deg, #fafafa, #ececec);background-image: -o-linear-gradient(180deg, #fafafa, #ececec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec' );";background-image: linear-gradient(180deg, #fafafa, #ececec);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, #ececec);background-image: -moz-linear-gradient(180deg, #fafafa, #ececec);background-image: -ms-linear-gradient(180deg, #fafafa, #ececec);background-image: -o-linear-gradient(180deg, #fafafa, #ececec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec' );";background-image: linear-gradient(180deg, #fafafa, #ececec);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:#ffffff;background-image:none;border-top:0.0625rem solid #1c2e2d;border-left:0.0625rem solid #1c2e2d;border-right:0.0625rem solid #1c2e2d;border-bottom:0.0625rem solid #1c2e2d;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:#000000;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:#2d4613;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:#233120;display:block;width:20.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:215.9501953125rem;left:0rem;height:0.9747875rem;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, #ececec);background-image: -moz-linear-gradient(180deg, #fafafa, #ececec);background-image: -ms-linear-gradient(180deg, #fafafa, #ececec);background-image: -o-linear-gradient(180deg, #fafafa, #ececec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec' );";background-image: linear-gradient(180deg, #fafafa, #ececec);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, #ececec);background-image: -moz-linear-gradient(180deg, #fafafa, #ececec);background-image: -ms-linear-gradient(180deg, #fafafa, #ececec);background-image: -o-linear-gradient(180deg, #fafafa, #ececec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec' );";background-image: linear-gradient(180deg, #fafafa, #ececec);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:#ffffff;background-image:none;border-top:0.0625rem solid #1c2e2d;border-left:0.0625rem solid #1c2e2d;border-right:0.0625rem solid #1c2e2d;border-bottom:0.0625rem solid #1c2e2d;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:#000000;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:#2d4613;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:#292e24;display:block;width:20.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:280.8876953125rem;left:0rem;height:0.9747875rem;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.9375rem;overflow:hidden;display:block; }
#nCHHP2QsGgysIzadookfNp1zBwJTVkRw { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fafafa, #ececec);background-image: -moz-linear-gradient(180deg, #fafafa, #ececec);background-image: -ms-linear-gradient(180deg, #fafafa, #ececec);background-image: -o-linear-gradient(180deg, #fafafa, #ececec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec' );";background-image: linear-gradient(180deg, #fafafa, #ececec);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:29.5rem;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, #ececec);background-image: -moz-linear-gradient(180deg, #fafafa, #ececec);background-image: -ms-linear-gradient(180deg, #fafafa, #ececec);background-image: -o-linear-gradient(180deg, #fafafa, #ececec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec' );";background-image: linear-gradient(180deg, #fafafa, #ececec);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:#ffffff;background-image:none;border-top:0.0625rem solid #1c2e2d;border-left:0.0625rem solid #1c2e2d;border-right:0.0625rem solid #1c2e2d;border-bottom:0.0625rem solid #1c2e2d;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:#000000;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:#2d4613;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; }
#kCLMMJyWLtOTvJAxEaluaXT1ao6aQZvz { 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; }#kCLMMJyWLtOTvJAxEaluaXT1ao6aQZvz > .row .container { background-color: transparent; background-image: none; }#kCLMMJyWLtOTvJAxEaluaXT1ao6aQZvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCLMMJyWLtOTvJAxEaluaXT1ao6aQZvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCLMMJyWLtOTvJAxEaluaXT1ao6aQZvz > .row .container > .video-iframe-container { display: none; }#kCLMMJyWLtOTvJAxEaluaXT1ao6aQZvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCLMMJyWLtOTvJAxEaluaXT1ao6aQZvz > .row > .video-iframe-container { display: none; }#kCLMMJyWLtOTvJAxEaluaXT1ao6aQZvz > .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); }#kCLMMJyWLtOTvJAxEaluaXT1ao6aQZvz > .row .container { border-width: 0; border-radius: 0; }#kCLMMJyWLtOTvJAxEaluaXT1ao6aQZvz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kCLMMJyWLtOTvJAxEaluaXT1ao6aQZvz > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#rocILEfg0RRDyCMGk8Eu1KH5klnpT1hr { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:3.5625rem;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; }
#wf38vGdNOeoW0SBWSrwcTWtLF1BMECwZ { color:#000000;display:block;width:50.625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.4375rem;left:4.625rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q58THRVcQTJMxFNpOJ5E2yUOEzcMy1pX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2e747a28-1d29-4188-81bf-63c00876ca29/GardenofEdenCropped.jpg");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; }#Q58THRVcQTJMxFNpOJ5E2yUOEzcMy1pX.adaptive-delivery-prevent-bg, #Q58THRVcQTJMxFNpOJ5E2yUOEzcMy1pX.lazyload, #Q58THRVcQTJMxFNpOJ5E2yUOEzcMy1pX.lazyloading { background-image: none; }#Q58THRVcQTJMxFNpOJ5E2yUOEzcMy1pX > .row .container { background-color: transparent; background-image: none; }#Q58THRVcQTJMxFNpOJ5E2yUOEzcMy1pX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.68); }#Q58THRVcQTJMxFNpOJ5E2yUOEzcMy1pX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q58THRVcQTJMxFNpOJ5E2yUOEzcMy1pX > .row .container > .video-iframe-container { display: none; }#Q58THRVcQTJMxFNpOJ5E2yUOEzcMy1pX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.68); }#Q58THRVcQTJMxFNpOJ5E2yUOEzcMy1pX > .row > .video-iframe-container { display: none; }#Q58THRVcQTJMxFNpOJ5E2yUOEzcMy1pX > .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); }#Q58THRVcQTJMxFNpOJ5E2yUOEzcMy1pX > .row .container { border-width: 0; border-radius: 0; }#Q58THRVcQTJMxFNpOJ5E2yUOEzcMy1pX::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; }#Q58THRVcQTJMxFNpOJ5E2yUOEzcMy1pX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q58THRVcQTJMxFNpOJ5E2yUOEzcMy1pX > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:60rem;position:relative;display:block; }#cyIMHv6Xoo2NTbevWeRs1OC9dSq4w8AQ { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:2.1267375946045rem;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; }
#L4qMBRhxfuaguDOP5Byk2LlDTaySwdgO { color:#000000;display:block;width:51.124125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.1894550323488rem;left:5.6032981872559rem;height:13.88671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#haTTTAXcIJPiaW0SUPBT58i7Rl8pxXTD { 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.86067375rem;height:2.48611125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:24.845922470092rem;left:20.724826812744rem;display:block; }
#kloRCfxp9Q1Ef1nkrGgTCP1kxaNFvJhx { 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/d552b271-a376-4b8b-a13c-972b66ba4124/FOLbyDanielBHolemane1704310444790.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: #fafafa; }#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: #fafafa; }#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:53rem;width:60rem;position:relative;display:block; }#qBerkTuLkVhoV2KswQvuQll0ETgcT2qF { color:#000000;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.3125rem;left:19.5625rem;height:2.4375rem;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:3.9375rem;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; }
#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; }
#hxSTDwMT5IQsKVs5uAOhTgq4nmyIQIOf { color:#2b2a2a;display:block;width:58rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.1240234375rem;left:1.5625rem;height:6.14583125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#hxSTDwMT5IQsKVs5uAOhTgq4nmyIQIOf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hxSTDwMT5IQsKVs5uAOhTgq4nmyIQIOf li:before{  }
#vEXix7bl8NaOucTozAx4nCXK5HuAvt7i { 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; }
#df9VgsmWxoZkXpS7BKPIeU5xSoRfHh9K { color:#2b2a2a;display:block;width:26.8120625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:29.470466613769rem;left:1.5625rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZmTHxukgpOMe2B0eprOeMq6P8sqVpT6t { color:#2b2a2a;display:block;width:37.6245rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:32.02099609375rem;left:1.5625rem;height:1.3808625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#ZmTHxukgpOMe2B0eprOeMq6P8sqVpT6t li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZmTHxukgpOMe2B0eprOeMq6P8sqVpT6t li:before{  }
#y41eCFIPgWpoJcg4r9A20un9sxLT2Ohu { 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:45.35107421875rem;left:1.5625rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GCNgfeZ7LhWfHg4kUhiEIGgb5PUiFwop { 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:47.890625rem;left:1.5625rem;height:1.3808625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#GCNgfeZ7LhWfHg4kUhiEIGgb5PUiFwop li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GCNgfeZ7LhWfHg4kUhiEIGgb5PUiFwop li:before{  }
#eicmPFvZ9wm6iTSDrbIOJXPvHFWZ4zu2 { color:#2b2a2a;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:36.59521484375rem;left:1.5625rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pQhTff4TvQnu7eAIvTxZddeT4MihVD80 { color:#2b2a2a;display:block;width:58.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:39.390625rem;left:1.5625rem;height:;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#pQhTff4TvQnu7eAIvTxZddeT4MihVD80 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pQhTff4TvQnu7eAIvTxZddeT4MihVD80 li:before{  }
#nU1WVIIVzd7rkocsO07ekinkokZ5TDVO { color:#2b2a2a;display:block;width:53.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:51.459421157837rem;left:1.5625rem;height:1.3808625rem;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; }
#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/470ed93c-0825-48fd-af71-daca1cc6ba08/_LMB3303.jpg");background-position:bottom right !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(255,255,255,0.63); }#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(255,255,255,0.63); }#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:83.6875rem;width:60rem;position:relative;display:block; }#AeU7fJmw1VXBDAHS0mXxXOPbJNVnTgBi { color:#2b2a2a;display:block;width:54.75rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.93359375rem;left:2.625rem;height:12.34375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#n86MFTQaoUJEpvWfOSfB7TLqceGcyuKU { color:#070707;display:block;width:32.374rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:4.125rem;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:49.25rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:25.9375rem;left:5.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OShcC0mqAmHAdqhtkAQ5c4yPHA4fBr7w { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #1c2e2d;border-left:0.0625rem solid #1c2e2d;border-right:0.0625rem solid #1c2e2d;border-bottom:0.0625rem solid #1c2e2d;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:#1c2e2d;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:38.5rem;left:19.5625rem;display:block; }
#QVIv2oLBJCTCxyumQuX4BVBO5drWWr7X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:31.375rem;left:6.25rem;height:5.520825rem;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; }
#edK4fKQetoxNzEfIlZZvW1vd7ze4na1v { color:#2b2a2a;display:block;width:53.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:44.5625rem;left:6.25rem;height:5.520825rem;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; }
#I50PPtfgRD6Kp5rERNRd8mZHqQSVdOuO { 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: 0rem 0rem 1.8125rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#1c2e2d;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:15019;text-align:center;text-align-last:center;top:52.1875rem;left:19.5625rem;display:block; }
#UKZm4bbm68TQz9kHIF02aTWfIsZWAPBo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NwzzNb7PJilVNHZSspM7295McTahXNDy { color:#2b2a2a;display:block;width:49.25rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:63.5rem;left:5.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BTAGNvzC3KqLqEAEGK7bnkLOf4VcvaBm { color:#2b2a2a;display:block;width:53.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:69.25rem;left:5.375rem;height:8.28125rem;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; }
#iaOviWpG6RKUlrCh7g4B8ZiUdd57dB67 { position:absolute;display:block;z-index:15021;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:59.375rem;left:24.6875rem;display:block; }
#kxzJJ3To7phzVKR9zIALl0plxe6UnDXZ { 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:59.375rem;left:30rem;display:block; }
#dUpwPRIlbKPzkCsyoT2xv8SXyFya1VkT { position:relative;display:none; }#dUpwPRIlbKPzkCsyoT2xv8SXyFya1VkT { border-width: 0; border-radius: 0; }#dUpwPRIlbKPzkCsyoT2xv8SXyFya1VkT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dUpwPRIlbKPzkCsyoT2xv8SXyFya1VkT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TTSp2E22sIw8L2BpBALudDoUtEqgkThT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:18rem;top:2.6562166213989rem;left:0.99934768676756rem;overflow:hidden;display:block; }
#ef6r6oCea5Arw8OaossdqTqwCQOBvnpl { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:18rem;top:2.8471884727478rem;left:40.999351501465rem;overflow:hidden;display:block; }
#cs8531RQZxIsdyGtHkffJCVi32hgI5fy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:18rem;top:2.6562385559082rem;left:21.029829025269rem;overflow:hidden;display:block; }
#DIrLvdgJcQ4M6msGv7adcy9GfhiU9Uf5 { position:relative;display:none; }#DIrLvdgJcQ4M6msGv7adcy9GfhiU9Uf5 { border-width: 0; border-radius: 0; }#DIrLvdgJcQ4M6msGv7adcy9GfhiU9Uf5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DIrLvdgJcQ4M6msGv7adcy9GfhiU9Uf5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rLqsbp0TpHHfMgH8IAX2p65XC5dRK2XN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:18rem;top:2.592312335968rem;left:0.9375rem;overflow:hidden;display:block; }
#ZRX4TH9CphTJNaqOlnlVWAQLkNq7ThwG { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:17.9375rem;top:2.623664855957rem;left:40.999351501465rem;overflow:hidden;display:none; }
#ia9TSLNTrLt0u6ibbiBTFMRNM5r0QIOM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.499625rem;width:17.9998125rem;top:2.3392992019653rem;left:20.998754501342rem;overflow:hidden;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: #20330c; }#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: #20330c; }#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:13.0625rem;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:#ffffff;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:6.17480625rem;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:57.375rem;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, #85b354, #2d4613);background-image: -moz-linear-gradient(180deg, #85b354, #2d4613);background-image: -ms-linear-gradient(180deg, #85b354, #2d4613);background-image: -o-linear-gradient(180deg, #85b354, #2d4613);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#85b354', endColorstr='#2d4613' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#85b354', endColorstr='#2d4613' );";background-image: linear-gradient(180deg, #85b354, #2d4613);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(45,70,19,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:5.52083125rem;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.12451171875rem;left:20rem;height:3.897575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cU3TWCSPDXzWSV3N9BoG2kawT1QiEJ15 { color:#2b2a2a;display:block;width:18.3123125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:17.56214427948rem;left:20.842504501342rem;height:6.9010625rem;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:6.9010625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cc1VaLZqQUBt30xi45e2hJXrUhNsuCko { position:absolute;display:block;z-index:15023;background-color:rgba(45,70,19,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(45,70,19,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, #85b354, #2d4613);background-image: -moz-linear-gradient(180deg, #85b354, #2d4613);background-image: -ms-linear-gradient(180deg, #85b354, #2d4613);background-image: -o-linear-gradient(180deg, #85b354, #2d4613);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#85b354', endColorstr='#2d4613' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#85b354', endColorstr='#2d4613' );";background-image: linear-gradient(180deg, #85b354, #2d4613);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, #85b354, #2d4613);background-image: -moz-linear-gradient(180deg, #85b354, #2d4613);background-image: -ms-linear-gradient(180deg, #85b354, #2d4613);background-image: -o-linear-gradient(180deg, #85b354, #2d4613);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#85b354', endColorstr='#2d4613' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#85b354', endColorstr='#2d4613' );";background-image: linear-gradient(180deg, #85b354, #2d4613);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, #85b354, #2d4613);background-image: -moz-linear-gradient(180deg, #85b354, #2d4613);background-image: -ms-linear-gradient(180deg, #85b354, #2d4613);background-image: -o-linear-gradient(180deg, #85b354, #2d4613);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#85b354', endColorstr='#2d4613' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#85b354', endColorstr='#2d4613' );";background-image: linear-gradient(180deg, #85b354, #2d4613);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(45,70,19,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, #85b354, #2d4613);background-image: -moz-linear-gradient(180deg, #85b354, #2d4613);background-image: -ms-linear-gradient(180deg, #85b354, #2d4613);background-image: -o-linear-gradient(180deg, #85b354, #2d4613);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#85b354', endColorstr='#2d4613' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#85b354', endColorstr='#2d4613' );";background-image: linear-gradient(180deg, #85b354, #2d4613);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, #85b354, #2d4613);background-image: -moz-linear-gradient(180deg, #85b354, #2d4613);background-image: -ms-linear-gradient(180deg, #85b354, #2d4613);background-image: -o-linear-gradient(180deg, #85b354, #2d4613);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#85b354', endColorstr='#2d4613' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#85b354', endColorstr='#2d4613' );";background-image: linear-gradient(180deg, #85b354, #2d4613);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(45,70,19,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.40625rem;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:6.9010625rem;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:6.9010625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yIWRpVz5ufcF2TwBpySPqWkx9wIAyDZk { color:#2b2a2a;display:block;width:16.0618125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:38.911576747894rem;left:21.967329025269rem;height:3.89756875rem;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(45,70,19,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; }
#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/7ec47d07-dee2-456c-91e4-6faf751d103b/_LMB3076.jpg");background-position: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:#2d4613;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;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #DS4MzGR38T4bo44gPOUGXPoaJ9BMVvKU { width:7.1875rem;height:4.8125rem;top:1.0625rem;left:18.78125rem;display:block; }
 }@media only screen and (max-width: 959px) { #xEH6nbbKPc7XLkmNFE7N3vJ21g6TybWo { width:47.75rem;height:3.6436625rem;top:7.0625rem;left:0rem;font-size:3.3125rem;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:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #BfFNStwiTSSfleIUIINnCtwuHfGGBq6L { width:47.7495625rem;height:11.02105rem;top:14.373914718628rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #OhTqnhGuR2nUBpsmx8abO2gpNhptgIq7 { width:9.5rem;height:5.3125rem;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:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #p77lIX2VZmc7iwk6KhN9nlmOyToqneEm { width:16.3115rem;height:16.3115rem;top:9.748046875rem;left:2.99609375rem;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:26.57440625rem;top:13.1875rem;left:22.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #qydD1Bcg0SRbDxQSwJyyga7RK4kpxQcT { width:16.922875rem;height:3.921875rem;top:33.12109375rem;left:2.751953125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 959px) { #wxDBuRnkcKhvP1kCVLwCIPAXOgoZeZRF { display:block; }
 }@media only screen and (max-width: 959px) { #Gu2E37HeKS5dD0AmNKqfyxJ8H9eyZTVr { width:16.964875rem;height:3.65234375rem;top:27.810546875rem;left:2.73046875rem;color:#000000;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) { #xIaymE54HCWDV5FGqsETpQmeT5iDX0oB { width:46.4375rem;height:22.3784625rem;top:41.66796875rem;left:0.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #AzkhuJzg8yE6yXgrZ2waLVJnxdqud3np { display:block; }#AzkhuJzg8yE6yXgrZ2waLVJnxdqud3np > .row .container { width:47.75rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #L5ypcQgXkkq5QRNIZMwusBlWqKkCLUoQ { width:16.3125rem;height:16.3125rem;top:10.2861328125rem;left:2.9375rem;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:22.37846875rem;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:47rem;height:12.58789375rem;top:31.66796875rem;left:0.6884765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #QDMsmJpuX1MoUUZWCWSeiHTNWkG9WnRf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bfe8cf44-d917-4da0-bd0e-fcfe7bccc29e/_LMB3143.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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(32,51,12,0.34); }#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(32,51,12,0.34); }#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 { width:47.75rem;height:12.25rem;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:31.5rem;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:47.5rem;height:4.1959625rem;top:25.4375rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #i5h0MXFIIw6NfiTAMPh7qg21gBNotQUq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0b0f0d8f-635b-47d0-b9e2-af6bfb0a08c2/ChgeeryBlossoms.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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(255,255,255,0.7); }#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(255,255,255,0.7); }#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: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:26.8125rem;height:26.8125rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #oV4Rcprt3KD528b25147fnhrk5nX4e0n { width:17.25rem;height:17.25rem;top:19.373046875rem;left:30.5rem;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.1875rem;height:17.1875rem;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.8125rem;height:29.8125rem;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:9.18295rem;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) { #kCLMMJyWLtOTvJAxEaluaXT1ao6aQZvz { display:block; }#kCLMMJyWLtOTvJAxEaluaXT1ao6aQZvz > .row .container { width:47.75rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #rocILEfg0RRDyCMGk8Eu1KH5klnpT1hr { width:47.75rem;height:2.3556875rem;top:2.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #wf38vGdNOeoW0SBWSrwcTWtLF1BMECwZ { width:27.7495625rem;height:6.4974rem;top:6.8077259063719rem;left:9.9989154338838rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Q58THRVcQTJMxFNpOJ5E2yUOEzcMy1pX { display:block; }#Q58THRVcQTJMxFNpOJ5E2yUOEzcMy1pX > .row .container { width:47.75rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cyIMHv6Xoo2NTbevWeRs1OC9dSq4w8AQ { width:47.75rem;height:2.35618125rem;top:2.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #L4qMBRhxfuaguDOP5Byk2LlDTaySwdgO { 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) { #haTTTAXcIJPiaW0SUPBT58i7Rl8pxXTD { width:18.34548625rem;height:2.345055rem;top:28.436435699463rem;left:14.694011449814rem;display:block; }
 }@media only screen and (max-width: 959px) { #kloRCfxp9Q1Ef1nkrGgTCP1kxaNFvJhx { display:block; }
 }@media only screen and (max-width: 959px) { #h888Q2vTgqcLrCdRfdBh1VhqtOwScoyb { display:block; }#h888Q2vTgqcLrCdRfdBh1VhqtOwScoyb > .row .container { width:47.75rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qBerkTuLkVhoV2KswQvuQll0ETgcT2qF { width:15.625rem;height:1.625rem;top:6.8740234375rem;left:16.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #E9JGneHqQEAnX3xGFCScBtVz70PxxAMr { width:47.75rem;height:2.35618125rem;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) { #hxSTDwMT5IQsKVs5uAOhTgq4nmyIQIOf { width:28.375rem;height:8.4245rem;top:13.296875rem;left:1.9375rem;font-size:1rem;display:block; }#hxSTDwMT5IQsKVs5uAOhTgq4nmyIQIOf li:before{  }
 }@media only screen and (max-width: 959px) { #vEXix7bl8NaOucTozAx4nCXK5HuAvt7i { width:30.0625rem;height:1.2999125rem;top:10.875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #df9VgsmWxoZkXpS7BKPIeU5xSoRfHh9K { width:14.1868125rem;height:1.2999125rem;top:24.224076271057rem;left:1.3414416909218rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZmTHxukgpOMe2B0eprOeMq6P8sqVpT6t { width:29.5623125rem;height:2.599825rem;top:26.748934745789rem;left:1.3414416909218rem;font-size:1rem;display:block; }#ZmTHxukgpOMe2B0eprOeMq6P8sqVpT6t li:before{  }
 }@media only screen and (max-width: 959px) { #y41eCFIPgWpoJcg4r9A20un9sxLT2Ohu { width:14.1868125rem;height:1.2999125rem;top:39.436257362366rem;left:1.3414416909218rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #GCNgfeZ7LhWfHg4kUhiEIGgb5PUiFwop { width:14.1868125rem;height:1.2999125rem;top:41.686787605286rem;left:1.3414416909218rem;font-size:1rem;display:block; }#GCNgfeZ7LhWfHg4kUhiEIGgb5PUiFwop li:before{  }
 }@media only screen and (max-width: 959px) { #eicmPFvZ9wm6iTSDrbIOJXPvHFWZ4zu2 { width:27.9998125rem;height:1.2999125rem;top:32.059657096863rem;left:1.3414416909218rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #pQhTff4TvQnu7eAIvTxZddeT4MihVD80 { width:39.4993125rem;height:3.8997375rem;top:34.685723304749rem;left:1.3414416909218rem;font-size:1rem;display:block; }#pQhTff4TvQnu7eAIvTxZddeT4MihVD80 li:before{  }
 }@media only screen and (max-width: 959px) { #nU1WVIIVzd7rkocsO07ekinkokZ5TDVO { width:44.4993125rem;height:1.2999125rem;top:58.812127113342rem;left:1.6246448159218rem;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/470ed93c-0825-48fd-af71-daca1cc6ba08/_LMB3303.jpg");background-position:center !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(255,255,255,0.63); }#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(255,255,255,0.63); }#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:70.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #AeU7fJmw1VXBDAHS0mXxXOPbJNVnTgBi { width:47.1875rem;height:13.16406875rem;top:6.5625rem;left:0.28125rem;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:4.87413125rem;top:22.4375rem;left:13.78125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #OShcC0mqAmHAdqhtkAQ5c4yPHA4fBr7w { width:22.625rem;height:2.375rem;top:35rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #QVIv2oLBJCTCxyumQuX4BVBO5drWWr7X { display:block; }
 }@media only screen and (max-width: 959px) { #zU9kwDOapoLxc0bhBV9Dq700uIl7x1dK { width:44.5rem;height:5.19965rem;top:28.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #edK4fKQetoxNzEfIlZZvW1vd7ze4na1v { width:44.5rem;height:5.19965rem;top:38.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #I50PPtfgRD6Kp5rERNRd8mZHqQSVdOuO { width:22.625rem;height:2.375rem;top:44.8125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #UKZm4bbm68TQz9kHIF02aTWfIsZWAPBo { display:block; }
 }@media only screen and (max-width: 959px) { #NwzzNb7PJilVNHZSspM7295McTahXNDy { width:20.1873125rem;height:4.87413125rem;top:52.749450683594rem;left:13.779296457768rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #BTAGNvzC3KqLqEAEGK7bnkLOf4VcvaBm { width:44.4993125rem;height:7.799475rem;top:58.812127113342rem;left:1.6246448159218rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #iaOviWpG6RKUlrCh7g4B8ZiUdd57dB67 { width:5.3125rem;height:0.0618489375rem;top:51.1875rem;left:18.5625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 959px) { #kxzJJ3To7phzVKR9zIALl0plxe6UnDXZ { width:5.3125rem;height:0.0618489375rem;top:51.1875rem;left:23.875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 959px) { #dUpwPRIlbKPzkCsyoT2xv8SXyFya1VkT { display:none; }#dUpwPRIlbKPzkCsyoT2xv8SXyFya1VkT > .row .container { width:47.75rem;height:14.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #TTSp2E22sIw8L2BpBALudDoUtEqgkThT { width:13.875rem;height:10.3125rem;top:2.5618491172791rem;left:1.0199652910232rem;display:block; }
 }@media only screen and (max-width: 959px) { #ef6r6oCea5Arw8OaossdqTqwCQOBvnpl { width:13.8748125rem;height:10.3125rem;top:2.5618491172791rem;left:32.853734731674rem;display:block; }
 }@media only screen and (max-width: 959px) { #cs8531RQZxIsdyGtHkffJCVi32hgI5fy { width:13.875rem;height:10.375rem;top:2.531466960907rem;left:16.936849355698rem;display:block; }
 }@media only screen and (max-width: 959px) { #DIrLvdgJcQ4M6msGv7adcy9GfhiU9Uf5 { display:none; }#DIrLvdgJcQ4M6msGv7adcy9GfhiU9Uf5 > .row .container { width:47.75rem;height:14.875rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #rLqsbp0TpHHfMgH8IAX2p65XC5dRK2XN { width:13.875rem;height:10.375rem;top:2.5607643127441rem;left:1.0199652910232rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZRX4TH9CphTJNaqOlnlVWAQLkNq7ThwG { width:13.8125rem;height:10.3125rem;top:2.5607643127441rem;left:32.853734731674rem;display:none; }
 }@media only screen and (max-width: 959px) { #ia9TSLNTrLt0u6ibbiBTFMRNM5r0QIOM { width:13.875rem;height:10.375rem;top:2.5607643127441rem;left:16.936849355698rem;display:block; }
 }@media only screen and (max-width: 959px) { #rN2A2vqURh6QxWkLn4q7M1nobxGNRoMG { display:block; }#rN2A2vqURh6QxWkLn4q7M1nobxGNRoMG > .row .container { width:47.75rem;height:13rem;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:4.54426875rem;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:5.6803375rem;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:5.6803375rem;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:5.6803375rem;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:5.6803375rem;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) { #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/7ec47d07-dee2-456c-91e4-6faf751d103b/_LMB3076.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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(255,255,255,0.63); }#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.63); }#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:17rem;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:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DS4MzGR38T4bo44gPOUGXPoaJ9BMVvKU { width:5.4367875rem;height:3.624825rem;top:1.25rem;left:7.280717253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEH6nbbKPc7XLkmNFE7N3vJ21g6TybWo { width:12.5625rem;height:3.57421875rem;top:6.125rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d { background-color:transparent;background-image:none;display:block; }#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.46); }#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.46); }#Zuc5euNNuv4LKBsfC47FgLtllfRaFd8d > .row > .video-iframe-container { display: block; }#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:11.875rem;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:2.06232213974rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WouWKW1RJhJSE8FQG1bM0curzZLDZdoL { width:16.7498125rem;height:3.16731875rem;top:7.5976557731631rem;left:1.6237570047379rem;text-align:center;text-align-last:center;font-size:0.8125rem;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:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfFNStwiTSSfleIUIINnCtwuHfGGBq6L { width:17.375rem;height:18.35933125rem;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:9.5rem;height:5.3125rem;top:0.9375rem;left:5.25rem;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/bffec55b-1c59-4d0a-bcfe-ebbc804d64f5/DOORWAY.jpg");background-position:center left !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(255,255,255,0.79); }#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.79); }#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:130.75rem;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:36.36503125rem;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.18336125rem;height:3.49631125rem;top:125.18338012695rem;left:1.3997395634651rem;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.14429875rem;height:3.33138rem;top:120.55990600586rem;left:1.4192708134651rem;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) { #xIaymE54HCWDV5FGqsETpQmeT5iDX0oB { width:17.875rem;height:53.148875rem;top:65.790126800537rem;left:1rem;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) { #AzkhuJzg8yE6yXgrZ2waLVJnxdqud3np { display:block; }#AzkhuJzg8yE6yXgrZ2waLVJnxdqud3np > .row .container { width:20rem;height:84.5rem;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:29.37171875rem;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.562125rem;height:29.37178125rem;top:52.653591156006rem;left:1.2180396318436rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDMsmJpuX1MoUUZWCWSeiHTNWkG9WnRf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bfe8cf44-d917-4da0-bd0e-fcfe7bccc29e/_LMB3143.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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(255,255,255,0.52); }#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(255,255,255,0.52); }#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 { 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;color:#2b2a2a;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;color:#2b2a2a;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/ed2f7124-792c-4bef-8568-87044675a21c/RenaKayLandingPagesSquarePresentation.png");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:356.25rem;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.7493125rem;height:12.306875rem;top:52.299375534058rem;left:3.6798647642136rem;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:15.625rem;height:15.625rem;top:29.592517852783rem;left:4.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV4Rcprt3KD528b25147fnhrk5nX4e0n { width:16.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:25.8125rem;top:316.49946594238rem;left:2.0623222589493rem;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.37464375rem;height:0.12429rem;top:76.874088287356rem;left:7.3117898702619rem;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.43483638763rem;left:1.0298295021057rem;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) { #kCLMMJyWLtOTvJAxEaluaXT1ao6aQZvz { display:block; }#kCLMMJyWLtOTvJAxEaluaXT1ao6aQZvz > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rocILEfg0RRDyCMGk8Eu1KH5klnpT1hr { 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) { #wf38vGdNOeoW0SBWSrwcTWtLF1BMECwZ { width:20rem;height:5.19965rem;top:4.77430625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q58THRVcQTJMxFNpOJ5E2yUOEzcMy1pX { display:block; }#Q58THRVcQTJMxFNpOJ5E2yUOEzcMy1pX > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyIMHv6Xoo2NTbevWeRs1OC9dSq4w8AQ { 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) { #L4qMBRhxfuaguDOP5Byk2LlDTaySwdgO { width:18.0620625rem;height:19.31315rem;top:9.6582032442094rem;left:0.96788197755812rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #haTTTAXcIJPiaW0SUPBT58i7Rl8pxXTD { width:18.86092375rem;height:2.42318rem;top:30.106338024139rem;left:0.56206601858139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kloRCfxp9Q1Ef1nkrGgTCP1kxaNFvJhx { display:block; }
 }@media only screen and (max-width: 763px) { #h888Q2vTgqcLrCdRfdBh1VhqtOwScoyb { display:block; }#h888Q2vTgqcLrCdRfdBh1VhqtOwScoyb > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBerkTuLkVhoV2KswQvuQll0ETgcT2qF { width:19.75rem;height:1.625rem;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) { #E9JGneHqQEAnX3xGFCScBtVz70PxxAMr { 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) { #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) { #hxSTDwMT5IQsKVs5uAOhTgq4nmyIQIOf { width:20rem;height:11.9856875rem;top:14.875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }#hxSTDwMT5IQsKVs5uAOhTgq4nmyIQIOf li:before{  }
 }@media only screen and (max-width: 763px) { #vEXix7bl8NaOucTozAx4nCXK5HuAvt7i { 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) { #df9VgsmWxoZkXpS7BKPIeU5xSoRfHh9K { width:20rem;height:1.13606875rem;top:28.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmTHxukgpOMe2B0eprOeMq6P8sqVpT6t { width:20rem;height:2.2721375rem;top:31.125rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }#ZmTHxukgpOMe2B0eprOeMq6P8sqVpT6t li:before{  }
 }@media only screen and (max-width: 763px) { #y41eCFIPgWpoJcg4r9A20un9sxLT2Ohu { width:20rem;height:1.13606875rem;top:45.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCNgfeZ7LhWfHg4kUhiEIGgb5PUiFwop { width:20rem;height:1.13606875rem;top:48.3125rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }#GCNgfeZ7LhWfHg4kUhiEIGgb5PUiFwop li:before{  }
 }@media only screen and (max-width: 763px) { #eicmPFvZ9wm6iTSDrbIOJXPvHFWZ4zu2 { width:20rem;height:2.2721375rem;top:35.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQhTff4TvQnu7eAIvTxZddeT4MihVD80 { width:20rem;height:6.816375rem;top:39.25rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }#pQhTff4TvQnu7eAIvTxZddeT4MihVD80 li:before{  }
 }@media only screen and (max-width: 763px) { #nU1WVIIVzd7rkocsO07ekinkokZ5TDVO { width:20rem;height:1.13606875rem;top:50.697714257812rem;left:0rem;text-align:left;text-align-last:left;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/470ed93c-0825-48fd-af71-daca1cc6ba08/_LMB3303.jpg");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(255,255,255,0.59); }#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(255,255,255,0.59); }#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:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeU7fJmw1VXBDAHS0mXxXOPbJNVnTgBi { width:20rem;height:15.90494375rem;top:4.6120386123658rem;left:0.030184626579284rem;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:23.208418846131rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OShcC0mqAmHAdqhtkAQ5c4yPHA4fBr7w { width:18.875rem;height:2.5rem;top:33.759765625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVIv2oLBJCTCxyumQuX4BVBO5drWWr7X { display:block; }
 }@media only screen and (max-width: 763px) { #zU9kwDOapoLxc0bhBV9Dq700uIl7x1dK { width:20rem;height:5.68034375rem;top:26.834194183349rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edK4fKQetoxNzEfIlZZvW1vd7ze4na1v { width:20rem;height:5.68034375rem;top:39.509055137634rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I50PPtfgRD6Kp5rERNRd8mZHqQSVdOuO { width:18.646988625rem;height:2.272726125rem;top:46.256211280822rem;left:0.61878550052643rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKZm4bbm68TQz9kHIF02aTWfIsZWAPBo { display:block; }
 }@media only screen and (max-width: 763px) { #NwzzNb7PJilVNHZSspM7295McTahXNDy { width:20rem;height:1.625rem;top:54rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTAGNvzC3KqLqEAEGK7bnkLOf4VcvaBm { width:20rem;height:10.22460625rem;top:56.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaOviWpG6RKUlrCh7g4B8ZiUdd57dB67 { width:5.3125rem;height:0.0625rem;top:59.375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxzJJ3To7phzVKR9zIALl0plxe6UnDXZ { width:5.375rem;height:0.125rem;top:52.045475959778rem;left:7.3117898702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUpwPRIlbKPzkCsyoT2xv8SXyFya1VkT { display:none; }#dUpwPRIlbKPzkCsyoT2xv8SXyFya1VkT > .row .container { width:20rem;height:46.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TTSp2E22sIw8L2BpBALudDoUtEqgkThT { width:18rem;height:13.4375rem;top:2.4956684112549rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef6r6oCea5Arw8OaossdqTqwCQOBvnpl { width:18rem;height:13.375rem;top:32.249315738678rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs8531RQZxIsdyGtHkffJCVi32hgI5fy { width:18rem;height:13.4375rem;top:17.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIrLvdgJcQ4M6msGv7adcy9GfhiU9Uf5 { display:none; }#DIrLvdgJcQ4M6msGv7adcy9GfhiU9Uf5 > .row .container { width:20rem;height:46.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rLqsbp0TpHHfMgH8IAX2p65XC5dRK2XN { width:18rem;height:13.375rem;top:1.3736763000488rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRX4TH9CphTJNaqOlnlVWAQLkNq7ThwG { width:17.9375rem;height:13.4375rem;top:30.873523712158rem;left:0.99934905767444rem;display:none; }
 }@media only screen and (max-width: 763px) { #ia9TSLNTrLt0u6ibbiBTFMRNM5r0QIOM { width:17.999125rem;height:13.499375rem;top:15.811660766601rem;left:0.99934905767444rem;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:103.75rem;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:3.4082rem;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.3118125rem;height:3.2487rem;top:24.154829502106rem;left:3.843217253685rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU3TWCSPDXzWSV3N9BoG2kawT1QiEJ15 { width:17.562125rem;height:4.54426875rem;top:27.905672550201rem;left:1.2180396318436rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRzepl74NsifpTnDrBdMt4yzaMDKPcQ2 { width:12.25rem;height:3.2487rem;top:41.875rem;left:3.875rem;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:4.54426875rem;top:45.875rem;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:70.4375rem;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:36.1875rem;left:7.5625rem;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:86.75rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF4mSgKCl4RTzN6JX4BSyR5Dk0kqf7Uc { width:4.375rem;height:4.375rem;top:53.8125rem;left:7.8125rem;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:53.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bteHE9qD85wWCQnElvfof4lX7iK4b8Hh { width:5.75rem;height:5.75rem;top:35.3125rem;left:7.125rem;background-color:rgba(45,70,19,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #k4XiuQ64GZEH00SteClKJd4lzOTd16c0 { width:4.375rem;height:4.375rem;top:71.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7nUOzESfLqMqKzP5wfTORQO1Hpdyzfr { width:4.5625rem;height:4.5625rem;top:87.3125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpEEAqfUiF6G6JMHmFh7GCh7TkoPxvKh { width:20rem;height:3.2487rem;top:59.75rem;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.3123125rem;height:4.54426875rem;top:63.5rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRbH9k3w6eXwvhCGSPaGwTXsPiKTN4Fv { width:18.3123125rem;height:4.54426875rem;top:79.625rem;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:4.54426875rem;top:97rem;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:1.625rem;top:77.1875rem;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:93.1875rem;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:17.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O29kytxRdIKoHVPoapldPfr1TK159VuI { width:4.1875rem;height:3.5rem;top:18.4375rem;left:8rem;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/7ec47d07-dee2-456c-91e4-6faf751d103b/_LMB3076.jpg");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; }
 }