.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:224,230,231;--color-primary-1:163,180,183;--color-primary-2:102,130,135;--color-primary-3:60,91,89;--color-primary-4:0,47,55;--color-secondary-0:255,255,255;--color-secondary-1:246,246,246;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#rwl1l2CJaezdCvWzsVca9bHJtTiIvoSm { position:relative;display:block; }#rwl1l2CJaezdCvWzsVca9bHJtTiIvoSm { background-color: transparent; background-image: none; }#rwl1l2CJaezdCvWzsVca9bHJtTiIvoSm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwl1l2CJaezdCvWzsVca9bHJtTiIvoSm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwl1l2CJaezdCvWzsVca9bHJtTiIvoSm > .row .container > .video-iframe-container { display: none; }#rwl1l2CJaezdCvWzsVca9bHJtTiIvoSm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwl1l2CJaezdCvWzsVca9bHJtTiIvoSm > .row > .video-iframe-container { display: none; }#rwl1l2CJaezdCvWzsVca9bHJtTiIvoSm > .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); }#rwl1l2CJaezdCvWzsVca9bHJtTiIvoSm { border-width: 0; border-radius: 0; }#rwl1l2CJaezdCvWzsVca9bHJtTiIvoSm > .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; }#rwl1l2CJaezdCvWzsVca9bHJtTiIvoSm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bRteFWeUcGTuR2KvahO6fgGxCFNviT53 { 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:5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#LkaOfntAN4HtUS6lnKA3Pagx6S41kzen { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LkaOfntAN4HtUS6lnKA3Pagx6S41kzen.adaptive-delivery-prevent-bg, #LkaOfntAN4HtUS6lnKA3Pagx6S41kzen.lazyload, #LkaOfntAN4HtUS6lnKA3Pagx6S41kzen.lazyloading { background-image: none; }#LkaOfntAN4HtUS6lnKA3Pagx6S41kzen > .row .container { background-color: transparent; background-image: none; }#LkaOfntAN4HtUS6lnKA3Pagx6S41kzen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkaOfntAN4HtUS6lnKA3Pagx6S41kzen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkaOfntAN4HtUS6lnKA3Pagx6S41kzen > .row .container > .video-iframe-container { display: none; }#LkaOfntAN4HtUS6lnKA3Pagx6S41kzen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkaOfntAN4HtUS6lnKA3Pagx6S41kzen > .row > .video-iframe-container { display: none; }#LkaOfntAN4HtUS6lnKA3Pagx6S41kzen > .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); }#LkaOfntAN4HtUS6lnKA3Pagx6S41kzen > .row .container { border-width: 0; border-radius: 0; }#LkaOfntAN4HtUS6lnKA3Pagx6S41kzen > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LkaOfntAN4HtUS6lnKA3Pagx6S41kzen > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#H5qsKpKBpLKZ6LgmECzH3c9qOzIePEaT { 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:2.5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a7f45aee-9564-432b-b712-121feb87bb64/2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::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; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#uw4w2JSThKqhEtDtm2uQpwbuxLcdyMRM { background-color:#eb4c42;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:.5;overflow:hidden;position:absolute;width:21.875rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.4365234375rem;left:26.5625rem;display:block; }
#eI1F4zAxE0k4giqULpXmuDiELvNdSHsN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y1ZMa6f9Z9XPpMllgxHRJ1b7aQlVhUdP { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:32.6875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#sISUfELOfS4qCyAm2R7bqesnfGaaRtcN { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:19.4375rem;left:30.8125rem; }
#nMarGHTyNVzEELRCIViRary5MknM3u01 { color:#ffffff;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:26.125rem;left:26.6875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vR09n7ufZz1g98gveTq3AmfqWRWB3QQq { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:25.875rem;left:32.5rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ji0krSNmPOm0HaJizSx1hw918obR8cT7 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:26.1875rem;left:40.875rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sO4okAp918zLkxDOC2wvmlrocQHRq3yy { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:40.875rem;top:0rem;left:17.0625rem;overflow:hidden;display:block; }
#tNWGeKCuwJA4uTl05TsMUXEPgfEpvqTy { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9.5rem;top:1.5625rem;left:32.75rem;overflow:hidden;display:block; }
#HMO5pmgBV2id1VbeyGQ65Mt5NxypEU0t { color:rgba(var(--color-tertiary-0),1);display:block;width:44rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:14.625rem;left:15.5rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AipwZET7PfCabdQyQbtSRPRde2OFyGuJ { box-sizing:content-box;height:3rem;width:21.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0.2);background-image:none;box-shadow: none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;top:25.25rem;left:26.5625rem;border-top-right-radius:5.625rem;border-bottom-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-top-left-radius:5.625rem;display:block; }
#COTitb57TfvPGnJ03cBbdk13EOL5t8n4 { color:#25b3a8;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:42.8125rem;left:38.375rem;height:0.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xa6s4yiZWZHhJCKxSw2iQuk6wvtTaUFk { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:10.8125rem;top:36.625rem;left:29.5rem;overflow:hidden;display:block; }
#Fmrxu93gGMedFRHaSwc4TaEpeEyuONsE { color:#25b3a8;display:block;width:5.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:40.8125rem;left:38.9375rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U9cVITX2dGsBiIJTUQT8lmvGMztJKuxW { box-sizing:content-box;height:4.375rem;width:12rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40rem;left:32.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#XOeOmGisOsl63E1bl4OR08bkkqZQiW4A { background-color:#25b3a8;background-image:none;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; }#XOeOmGisOsl63E1bl4OR08bkkqZQiW4A > .row .container { background-color: transparent; background-image: none; }#XOeOmGisOsl63E1bl4OR08bkkqZQiW4A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOeOmGisOsl63E1bl4OR08bkkqZQiW4A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOeOmGisOsl63E1bl4OR08bkkqZQiW4A > .row .container > .video-iframe-container { display: none; }#XOeOmGisOsl63E1bl4OR08bkkqZQiW4A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOeOmGisOsl63E1bl4OR08bkkqZQiW4A > .row > .video-iframe-container { display: none; }#XOeOmGisOsl63E1bl4OR08bkkqZQiW4A > .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); }#XOeOmGisOsl63E1bl4OR08bkkqZQiW4A > .row .container { border-width: 0; border-radius: 0; }#XOeOmGisOsl63E1bl4OR08bkkqZQiW4A > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XOeOmGisOsl63E1bl4OR08bkkqZQiW4A > .row .container { font-size:0.875rem;font-family:arial;height:81.875rem;width:75rem;overflow:visible;position:relative;display:block; }#Hu1Qo2CS0u4iG5xkBuVa99lewaPkDtLR { box-sizing:content-box;height:5.125rem;width:36.25rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:34.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#m0LzQhkevvFTTqTPSgBdlBhfDNE9gOpM { color:rgba(var(--color-tertiary-4),1);display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:36.25rem;left:27.0625rem;height:1.54296875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vCuCfKn6K2tmRkfDiAlTroEeeiFHic9r { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:37.75rem;left:27.875rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#VPvc3k1uEOeriO13isPDUF9OHZvoGu7I { color:#25b3a8;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:35rem;left:29.25rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#P4iiM4VrEdNBnBEehdCVrXt6r5UsQVmr { box-sizing:content-box;height:23.125rem;width:36.25rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/ffbbcfe9-31e0-47ab-88f9-1692f16c795a/1Studio.webp");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.21875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#P4iiM4VrEdNBnBEehdCVrXt6r5UsQVmr.adaptive-delivery-prevent-bg, #P4iiM4VrEdNBnBEehdCVrXt6r5UsQVmr.lazyload, #P4iiM4VrEdNBnBEehdCVrXt6r5UsQVmr.lazyloading { background-image: none; }
#tVt91XaqMhzwhRKe3CEh7vA9IvWWA3Eu { color:rgba(var(--color-tertiary-4),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:37.5625rem;left:11.0625rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#Q9xNCwFPUpPLz7prNQRq0ldOPSXLt3Ht { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:37.25rem;left:9.9375rem; }
#uP6BTJyuw7F8a1VNkoGpPVEf8HmOONlU { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:37.5625rem;left:8.875rem;height:1.21875rem;display:block; }
#Vp6g02fAEl25fn8HDAGToii9rxJGcHJl { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:35.125rem;left:1.25rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TQugdShbDS2uLxipnMi1H0PdOTP6Vos8 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:37.125rem;left:6.9375rem; }
#nHpsOUTZvVvpHprdkkPVnwAT8qMMO24d { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:37.5625rem;left:3.125rem;height:1.21875rem;display:block; }
#SP0tc0MlM2vSMQmvFz9pJdX7O6az1wd2 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:37.3125rem;left:1.25rem; }
#v1BFNI9AsOdn2ZFyKBF7qP9wLWvL6kFp { box-sizing:content-box;height:5.125rem;width:36.25rem;position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:65.125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#OTaZ3qZh0zvWheXZLe3WXlNMeU9Cnh2L { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;opacity:1;top:68.0625rem;left:1.25rem; }
#rDJcfl0vEfhBDJRgJHc8wJFr7V4WnZvv { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:68.3125rem;left:3.1875rem;height:1.21875rem;display:block; }
#OKyozzGsXUpgQhcoNCP9fikIa2i8PGtd { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:67.875rem;left:4.3125rem; }
#WWxiX1V0XEETQ9vMgb0K6qPIdNyKu115 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:68.3125rem;left:6.25rem;height:1.21875rem;display:block; }
#xIf2nhoyGFKP8qD6L7gTbHEFBcnX9PMg { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:68rem;left:7.25rem; }
#TnBLat5vXg6UCdd84ralZAS2wltFcDMV { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:68.3125rem;left:8.5625rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#ZbWDRxdZ1OTw8u0mtSKlnU5vvsd8qrck { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:65.875rem;left:1.25rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cW1ze16xpPD1BTg5bWhbH7GNHkECcDEA { color:rgba(var(--color-tertiary-4),1);display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15133;line-height:1.3;letter-spacing:0;top:67rem;left:27.0625rem;height:1.54296875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#s778v46QtTt0l1UomffVKRNZwPeSuMhA { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:68.5rem;left:27.875rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#bTaB1e102LTeSQku8hH1Kx0ugDNm2Z6H { color:#25b3a8;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:65.75rem;left:29.1875rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#gQ8lUoAWMdC1T1iiDeiG7s4wO3LCFhaR { box-sizing:content-box;height:23.125rem;width:36.25rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/06786ad6-a2c0-48b3-ba9e-f3fba236dbd6/1Bedroomplus1Hill.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:42rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#gQ8lUoAWMdC1T1iiDeiG7s4wO3LCFhaR.adaptive-delivery-prevent-bg, #gQ8lUoAWMdC1T1iiDeiG7s4wO3LCFhaR.lazyload, #gQ8lUoAWMdC1T1iiDeiG7s4wO3LCFhaR.lazyloading { background-image: none; }
#ZgZ4Fl4wu3J7p7T8MuHpoH2I4Ps5G9lQ { box-sizing:content-box;height:5.125rem;width:36.25rem;position:absolute;display:block;z-index:15072;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:65.125rem;left:38.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#oNwJ4BQe1siaTJlr2Tc2Nafq03dSpcLu { box-sizing:content-box;height:23.125rem;width:36.25rem;position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/3c95de29-f7db-449b-ba96-7d2e5d177663/2Bedroom2Hill.webp");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:42rem;left:38.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#oNwJ4BQe1siaTJlr2Tc2Nafq03dSpcLu.adaptive-delivery-prevent-bg, #oNwJ4BQe1siaTJlr2Tc2Nafq03dSpcLu.lazyload, #oNwJ4BQe1siaTJlr2Tc2Nafq03dSpcLu.lazyloading { background-image: none; }
#wz7mpXABgm1mKwvk5G7mqW0Vpf5rpSQ1 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:65.875rem;left:40rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lkTv19u7rpA8fHfm31qKbcFCBpLIa0iW { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15132;opacity:1;top:67.875rem;left:43.1875rem; }
#pmyeeGyatLORGsw2TTpJIw0FGltZZqLQ { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15119;line-height:1.3;letter-spacing:0;top:68.3125rem;left:41.875rem;height:1.21875rem;display:block; }
#CLybVmMEU3uTptnfVVyZBSpHrVvTJaQQ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15131;opacity:1;top:68.0625rem;left:40rem; }
#MryipJXiO8ai7h3PFECWixsHRSLJOQAh { color:rgba(var(--color-tertiary-4),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15121;line-height:1.3;letter-spacing:0;top:68.3125rem;left:47.4375rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#iTampcC0wRemrhClzsb4QIXtwHePUfEZ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15133;opacity:1;top:68rem;left:46.25rem; }
#pRRAv3nwCchpm0U5iMWd3mPB3lKouGdr { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:68.3125rem;left:45.0625rem;height:1.21875rem;display:block; }
#OcKuwCCp6Tiw3RfHNvDaeETq239USKfT { color:rgba(var(--color-tertiary-4),1);display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:67rem;left:65.8125rem;height:1.54296875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#AlRpG8EKeC2ATObh8na86WPMkQ95uGDn { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:68.5rem;left:66.625rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#ex4U4Q9EgaTkcC22CyvKpLJTggRxbAcJ { color:#25b3a8;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15143;line-height:1.3;letter-spacing:0;top:65.75rem;left:67.9375rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#dwJV4T4eilsvfKzFVFJ2WHsMARtDbm6x { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:26.875rem;left:0rem;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:none; }
#kPR8lpgHOftUzF1GHZXrNl1w2lI5e4O3 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:29.8125rem;left:0.9375rem;display:none; }
#gUxt4THxHLIP3XXpFsC7JGqNTtEOVoQk { color:rgba(var(--color-tertiary-3),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:30.0625rem;left:2.875rem;height:1.21875rem;display:none; }
#tHDeeT1fbcikzfaX1DU2sDEdivyAzMc5 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:29.625rem;left:4.1875rem;display:none; }
#rkxREw3WTZcWyNCuyBKtz2lRmxJQCbaH { color:rgba(var(--color-tertiary-3),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:30.0625rem;left:6.0625rem;height:1.21875rem;display:none; }
#oU2WrHFrh09WiaXw2uIQSITgZaUkW0WT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:27.5rem;left:0.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#H4xO910iq36XBLNgxxZtiGXnKDhDA4Eb { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:29.75rem;left:7.4375rem;display:none; }
#EZE8FNoHkcPcom1kTplRxWqRJ4ifgJkw { box-sizing:content-box;height:15.5625rem;width:24.375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/6a3f057b-9cd0-4883-8bb1-5ab3e6a4c5ec/BauhiniaNew.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.25rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#EZE8FNoHkcPcom1kTplRxWqRJ4ifgJkw.adaptive-delivery-prevent-bg, #EZE8FNoHkcPcom1kTplRxWqRJ4ifgJkw.lazyload, #EZE8FNoHkcPcom1kTplRxWqRJ4ifgJkw.lazyloading { background-image: none; }
#LgPW0dKdZC087oqC8Xb1O1TwyiMlWfTO { color:rgba(var(--color-tertiary-3),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:30.0615234375rem;left:7.498046875rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#aJdPgvpPK1pHDu7J7NaPt0ynBUgwUNRb { color:rgba(var(--color-tertiary-3),1);display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:28.75rem;left:15.5625rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#aZG09uhlQhuTe4abFXXWH2R9XBMAHxz9 { color:rgba(var(--color-tertiary-3),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:30.25rem;left:16.375rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#u84Ozcii3zONlW8hofeyUym6BAFGtDa3 { color:rgba(var(--color-primary-3),1);display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:27.5rem;left:17.6875rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#cD1WeByTeelSoqVGltlX6S3GyNdp4wb4 { box-sizing:content-box;height:5.125rem;width:36.25rem;position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:34.375rem;left:38.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#m4vXfqxJMOHpElW0MCTSCVKTaofRK4U7 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:37.3125rem;left:40rem; }
#wHD7tEoOhDUqgqrXJNq3h6FAbVJm3cUq { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:37.5625rem;left:41.9375rem;height:1.21875rem;display:block; }
#TSzXNRc63fB1Q4GDOP8QrFXgic03ooML { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:35.125rem;left:40rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wbg0OgB6osbMN4NGoAAAaHe9b1Seh5lE { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:37.125rem;left:43.0625rem; }
#DI5Qy2lOb6Pn1W6TTzdEO5GDaePV1zlU { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:37.5625rem;left:45rem;height:1.21875rem;display:block; }
#QL8kyIRikP2G7Nio9u9HQIzXb6PyJupt { box-sizing:content-box;height:23.125rem;width:36.25rem;position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/ea79393b-ff6d-4eb2-826c-b17094182937/1BedroomHill.webp");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.25rem;left:38.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QL8kyIRikP2G7Nio9u9HQIzXb6PyJupt.adaptive-delivery-prevent-bg, #QL8kyIRikP2G7Nio9u9HQIzXb6PyJupt.lazyload, #QL8kyIRikP2G7Nio9u9HQIzXb6PyJupt.lazyloading { background-image: none; }
#sOLnmH4AaA1wv5bHRVU5JcK7qp4BmOCC { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:37.25rem;left:46rem; }
#kwI8Eb7TCowlSGNllph5Ag5y2lo0uKQI { color:rgba(var(--color-tertiary-4),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:37.5625rem;left:47.125rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#Z7krOmFW1Eb4Bft64Pnd6QIUCzFF1SQt { color:rgba(var(--color-tertiary-4),1);display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:36.25rem;left:65.8125rem;height:1.54296875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZEEeNsqlXCkZMF3wlnUtKlQC6OwWRkrr { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:37.75rem;left:66.625rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#evfuRWTxluWOdHmhdu6WIwIMksS9tLLx { color:#25b3a8;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:35rem;left:67.9375rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#K6BTmw51NQLnG0JVR7JmpDtTvZAqTGSW { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:26.875rem;left:0rem;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:none; }
#XbAWGaal2kpwfZAi2FW4baNmJPP08cbi { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:29.8125rem;left:0.9375rem;display:none; }
#DFtReCWekNu0VTUFJLpCvTiOvvDmoPJf { color:rgba(var(--color-tertiary-3),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:30.0625rem;left:2.875rem;height:1.21875rem;display:none; }
#HQ8K9RT8RAFRKsMsHiymXAc0CyKHq8bf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:27.5rem;left:0.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#aNIF9vAhLqLVJJLOp2HbRgXX953PpPL3 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:29.625rem;left:4.1875rem;display:none; }
#tFFTMCpDEBV8zwZXS11RMwdewiHMTf1n { color:rgba(var(--color-tertiary-3),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:30.0625rem;left:6.0625rem;height:1.21875rem;display:none; }
#PGDewSeArprOyx7vZuOT4ML68xal8cIV { box-sizing:content-box;height:15.5625rem;width:24.375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/6a3f057b-9cd0-4883-8bb1-5ab3e6a4c5ec/BauhiniaNew.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.25rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#PGDewSeArprOyx7vZuOT4ML68xal8cIV.adaptive-delivery-prevent-bg, #PGDewSeArprOyx7vZuOT4ML68xal8cIV.lazyload, #PGDewSeArprOyx7vZuOT4ML68xal8cIV.lazyloading { background-image: none; }
#WNrUEaSc7anqZytILxNEQ6z4kDlUD7T8 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:29.75rem;left:7.4375rem;display:none; }
#cmWl2UQV3oVAZPehhG50lyIWJV4zAnMa { color:rgba(var(--color-tertiary-3),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:30.0615234375rem;left:7.498046875rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#C0MRl4J82WFqe7d9lrgExRpR6ktfW7vL { color:rgba(var(--color-tertiary-3),1);display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:28.75rem;left:15.5625rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#M5T1di63pN16xHsSPZ7wT7qg5NLRJM1t { color:rgba(var(--color-tertiary-3),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:30.25rem;left:16.375rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#LWBoo2G0s33kUCrde2b8uUi0v8105vvX { color:rgba(var(--color-primary-3),1);display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:27.5rem;left:17.6875rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#XW0QKeBqOE9QxP4qU7T2qkL2P1hIIqHM { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:26.875rem;left:0rem;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:none; }
#l29KKryroeGfH4waczZS5tvq74ryp0rk { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:29.8125rem;left:0.9375rem;display:none; }
#EgdpyTozysT8uByxaoFzbxT4FUUZoP9w { color:rgba(var(--color-tertiary-3),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:30.0625rem;left:2.875rem;height:1.21875rem;display:none; }
#JRQnl6hSm45h1XwKB1tfdGQZtLvXTWcu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:27.5rem;left:0.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#abbJzIf9WiOmysJFIZubrrr8N0CQNpff { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:29.625rem;left:4.1875rem;display:none; }
#MbzQThT2b72OlsepkrpFfkL6Z4VZcvZK { color:rgba(var(--color-tertiary-3),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:30.0625rem;left:6.0625rem;height:1.21875rem;display:none; }
#WfUrEKSB1gPTnzlJKp6vh9FB7R6Wr0sW { box-sizing:content-box;height:15.5625rem;width:24.375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/6a3f057b-9cd0-4883-8bb1-5ab3e6a4c5ec/BauhiniaNew.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.25rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#WfUrEKSB1gPTnzlJKp6vh9FB7R6Wr0sW.adaptive-delivery-prevent-bg, #WfUrEKSB1gPTnzlJKp6vh9FB7R6Wr0sW.lazyload, #WfUrEKSB1gPTnzlJKp6vh9FB7R6Wr0sW.lazyloading { background-image: none; }
#wrry3gclXpXwd6Csly44srcyEysJLDrU { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:29.75rem;left:7.4375rem;display:none; }
#FiizTnTrCTNA6RFfdVuhFSkuKGgkBteb { color:rgba(var(--color-tertiary-3),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:30.0615234375rem;left:7.498046875rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#RD4ay3U5JKNfTxVc5gw24K6qQKC25PKK { color:rgba(var(--color-tertiary-3),1);display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:28.75rem;left:15.5625rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#n9MFUdQNt7VfFaCuiSWmxaStsUp7U7Uh { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:26.875rem;left:0rem;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:none; }
#NnPellQvoqtNS8aq4gpxHo5b3vpTbh5o { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:29.8125rem;left:0.9375rem;display:none; }
#SODeiIdEZG7DH5df4UzAivpVpwc7lPw6 { color:rgba(var(--color-tertiary-3),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:30.0625rem;left:2.875rem;height:1.21875rem;display:none; }
#UvRyUoEXnFeMQHWG9ifpSGM1395aZZfF { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:29.625rem;left:4.1875rem;display:none; }
#y22pTupt68CV6WEWKO9WNvGGtNsiy7CI { color:rgba(var(--color-tertiary-3),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:30.0625rem;left:6.0625rem;height:1.21875rem;display:none; }
#qzKBJ1ibgwhr2GQQP7ln5NOwDNG9LlCz { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:29.75rem;left:7.4375rem;display:none; }
#zAQ7bbP0UMakNnXIrCIzAKuEVoB1KA00 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:30.0615234375rem;left:7.498046875rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#o5SW4wNeDzimK8H7iDoiuwJZpgV5wFdh { color:rgba(var(--color-tertiary-3),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:30.25rem;left:16.375rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#hxS6ZILiOu3mhNGR0LCXN6Gtqs2G6nhd { color:rgba(var(--color-tertiary-3),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:30.25rem;left:16.375rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#RPlIPxAHl4WFiEcS1t1dUuWaxVQNhTU4 { color:rgba(var(--color-tertiary-3),1);display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:28.75rem;left:15.5625rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#GarZL1iN7ptMnoRM3cfeJMlXwNIDbp2T { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:27.5rem;left:0.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ryZ4eK0Vy9E7lLJhmaAbwr9oh7Em6UXl { color:rgba(var(--color-primary-3),1);display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:27.5rem;left:17.6875rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#FspTcww65srJxTzKcvxCF6mK8Vsgbzt1 { color:rgba(var(--color-primary-3),1);display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:27.5rem;left:17.6875rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#CQvPDkBLqyI9XHsXvkU70ePUH4cSqPIT { box-sizing:content-box;height:15.5625rem;width:24.375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/6a3f057b-9cd0-4883-8bb1-5ab3e6a4c5ec/BauhiniaNew.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.25rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#CQvPDkBLqyI9XHsXvkU70ePUH4cSqPIT.adaptive-delivery-prevent-bg, #CQvPDkBLqyI9XHsXvkU70ePUH4cSqPIT.lazyload, #CQvPDkBLqyI9XHsXvkU70ePUH4cSqPIT.lazyloading { background-image: none; }
#vun9Brew8bPK8gG4CeoPSahcWQaGCdBx { color:#ffffff;display:block;width:36.4980625rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:19.25rem;height:4.0625rem;text-align:center;text-align-last:center;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; }
#Lc18UJKxcJuJ6kPztD8r3k9R2OoDRGOv { background-color:#eb4c42;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:.5;overflow:hidden;position:absolute;width:21.875rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:74.625rem;left:26.5625rem;display:block; }
#Sv5Zf3ctpoN4qs9ylgsRNinhCAgB8cLK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wyRbnotLbexKENQSvgVhuKg7vKQAdz9E { position:relative;display:none; }#wyRbnotLbexKENQSvgVhuKg7vKQAdz9E { border-width: 0; border-radius: 0; }#wyRbnotLbexKENQSvgVhuKg7vKQAdz9E > .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; }#wyRbnotLbexKENQSvgVhuKg7vKQAdz9E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mHg4fMupA8MOnlLMeBXdZ1C9FlukS7vt { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#WycR30UNIGwlztVfbJP85lfKin2c4ePQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WycR30UNIGwlztVfbJP85lfKin2c4ePQ > .row .container { background-color: transparent; background-image: none; }#WycR30UNIGwlztVfbJP85lfKin2c4ePQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WycR30UNIGwlztVfbJP85lfKin2c4ePQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WycR30UNIGwlztVfbJP85lfKin2c4ePQ > .row .container > .video-iframe-container { display: none; }#WycR30UNIGwlztVfbJP85lfKin2c4ePQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WycR30UNIGwlztVfbJP85lfKin2c4ePQ > .row > .video-iframe-container { display: block; }#WycR30UNIGwlztVfbJP85lfKin2c4ePQ > .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); }#WycR30UNIGwlztVfbJP85lfKin2c4ePQ > .row .container { border-width: 0; border-radius: 0; }#WycR30UNIGwlztVfbJP85lfKin2c4ePQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WycR30UNIGwlztVfbJP85lfKin2c4ePQ > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#OaTFolUpqoBBm8saXVZyWGe8uVJugqWv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4a0646e6-4360-4d2f-9be5-ddfeacc73305/6.webp");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OaTFolUpqoBBm8saXVZyWGe8uVJugqWv.adaptive-delivery-prevent-bg, #OaTFolUpqoBBm8saXVZyWGe8uVJugqWv.lazyload, #OaTFolUpqoBBm8saXVZyWGe8uVJugqWv.lazyloading { background-image: none; }#OaTFolUpqoBBm8saXVZyWGe8uVJugqWv > .row .container { background-color: transparent; background-image: none; }#OaTFolUpqoBBm8saXVZyWGe8uVJugqWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.1); }#OaTFolUpqoBBm8saXVZyWGe8uVJugqWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaTFolUpqoBBm8saXVZyWGe8uVJugqWv > .row .container > .video-iframe-container { display: none; }#OaTFolUpqoBBm8saXVZyWGe8uVJugqWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.1); }#OaTFolUpqoBBm8saXVZyWGe8uVJugqWv > .row > .video-iframe-container { display: none; }#OaTFolUpqoBBm8saXVZyWGe8uVJugqWv > .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); }#OaTFolUpqoBBm8saXVZyWGe8uVJugqWv > .row .container { border-width: 0; border-radius: 0; }#OaTFolUpqoBBm8saXVZyWGe8uVJugqWv::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; }#OaTFolUpqoBBm8saXVZyWGe8uVJugqWv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OaTFolUpqoBBm8saXVZyWGe8uVJugqWv > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#bulHDF67XaZFzQiKWQ16PBDZCOH9dsfg { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1230625rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.625rem;left:0rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#khMvansbzyTHg7Q6FnZeAFtURTN7e2oR { color:rgba(var(--color-tertiary-0),1);display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:17.4375rem;left:0rem;height:12.59864375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WHwrdkgQ7MB1ynGBaGvJiUZwwQifWfT4 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:17.4375rem;left:9.875rem;height:12.59864375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SGgdGRQtIx75LacD8TPFIotiGeEzKkAi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#25b3a8;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; }#SGgdGRQtIx75LacD8TPFIotiGeEzKkAi > .row .container { background-color: transparent; background-image: none; }#SGgdGRQtIx75LacD8TPFIotiGeEzKkAi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGgdGRQtIx75LacD8TPFIotiGeEzKkAi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGgdGRQtIx75LacD8TPFIotiGeEzKkAi > .row .container > .video-iframe-container { display: none; }#SGgdGRQtIx75LacD8TPFIotiGeEzKkAi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGgdGRQtIx75LacD8TPFIotiGeEzKkAi > .row > .video-iframe-container { display: none; }#SGgdGRQtIx75LacD8TPFIotiGeEzKkAi > .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); }#SGgdGRQtIx75LacD8TPFIotiGeEzKkAi > .row .container { border-width: 0; border-radius: 0; }#SGgdGRQtIx75LacD8TPFIotiGeEzKkAi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SGgdGRQtIx75LacD8TPFIotiGeEzKkAi > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:75rem;position:relative;display:block; }#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-form-header {  }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-input-text {padding-top: 0; padding-bottom: 0;}#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-input-select {padding-top: 0; padding-bottom: 0;}#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-input-button { border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;background-color:#eb4c42;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:rgba(var(--color-secondary-0),1);width:20.4375rem;height:3rem;font-family:montserrat;overflow:hidden;font-style:normal; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-container:first-of-type{padding-top:0;}#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-container:last-of-type{padding-bottom:0;}#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.1845703125rem;left:47.9658203125rem; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz {display:block;}#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.1845703125rem;left:47.9658203125rem; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #zOSFSDtxC7mAEvM7c3i4tJG6N7KyrzVK { position:relative; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #zVTUkxSZib5xMcOu84c0vR3nOmVFb8rM { position:relative;display:block; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #F9888zdlhxa29dIun4N6irsCaf1lH8qp { position:relative; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #sVRMfNKK5MIZgfSfau9tTDG2lypWk2OR { position:relative; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #ZKHu9bXv0AazgfSXSnrBmlTBd0hpTwdP { position:relative;display:block; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #ZoGQTxGQxOyAiCT0EO6yJgp7XiM2Zm9f { position:relative; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #BZEOqqMN750G9fpTL4AnuP5ITcMTLomr { position:relative; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #fm8aB3B7hb9KPd6NeK8xAFnrn1G0wKib { position:relative;display:block; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #IxCXfZQE826z5uglP14tPkguRp7leJsb { position:relative; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #EJyTTKrBEpp4KJHoueqGR5x66XQerHkg { position:relative; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #R1pETQ3G8OxRdv9AoEwVIp2XDHmf0hEm { position:relative;display:block; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #Ws4LuC0ZaeUd7gsl0M5wLTCqD06zLzIb { position:relative; }
#awSLWHdBZRCse6nvbpfDWxwkSx4qmpyQ { position:relative;display:block; }
#JS0IBxb3Wm81NavZIkPztbLZfD69CIqA { position:relative;display:block; }
#ZPOoo1AWTu7MWcM9KaL9TpVlbiPiZNQx { position:relative;display:block; }
#yyofB9ZTlaHExRvWQTgCGIllF4MNUw7g { position:relative;display:block; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #tyxnsTZkTTdhvzRc3By9ZLDoBV6H1aVU { position:relative; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #BwfQ3CnypPRwhqPHECcG1xVk8SOwTgOq { position:relative; }
#SZ2CC8I3Sb38E6QBpZUt7Ks7nZ1MS7fN { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:29.4345703125rem;left:51.3095703125rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#pTm0RPz8TKVccDKgWJr28Vh7JamTLBRk { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.625rem;left:0rem;height:8.125rem;font-style:normal;display:block; }
#fhJDqqH5Jc9KZeB3nqrGz13wyUegXJr8 { color:#002f37;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:18.875rem;left:0.0625rem;height:6rem;font-style:normal;display:block; }
#SvTKHKVgw1beTyBr8pViUv84o17FNLIw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(233,225,212,0.88);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; }#SvTKHKVgw1beTyBr8pViUv84o17FNLIw > .row .container { background-color: transparent; background-image: none; }#SvTKHKVgw1beTyBr8pViUv84o17FNLIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvTKHKVgw1beTyBr8pViUv84o17FNLIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvTKHKVgw1beTyBr8pViUv84o17FNLIw > .row .container > .video-iframe-container { display: none; }#SvTKHKVgw1beTyBr8pViUv84o17FNLIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvTKHKVgw1beTyBr8pViUv84o17FNLIw > .row > .video-iframe-container { display: none; }#SvTKHKVgw1beTyBr8pViUv84o17FNLIw > .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); }#SvTKHKVgw1beTyBr8pViUv84o17FNLIw > .row .container { border-width: 0; border-radius: 0; }#SvTKHKVgw1beTyBr8pViUv84o17FNLIw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SvTKHKVgw1beTyBr8pViUv84o17FNLIw > .row .container { font-size:0.875rem;font-family:arial;height:54.0625rem;width:75rem;position:relative;display:block; }#oxkTrIkLqlLkBI0O5B4Nv0k4ePf1iMHc { color:#2c5755;display:block;width:36.4980625rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:19.25rem;height:4.0625rem;text-align:center;text-align-last:center;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; }
#ekSrsCEeB8T90B0AHnasO9X23p3nKm7M { box-sizing:content-box;height:15rem;width:24.375rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fdb036ac-2430-4c01-a96f-dc5ef74d678b/AriseHill09.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.6240234375rem;left:25.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#ekSrsCEeB8T90B0AHnasO9X23p3nKm7M.adaptive-delivery-prevent-bg, #ekSrsCEeB8T90B0AHnasO9X23p3nKm7M.lazyload, #ekSrsCEeB8T90B0AHnasO9X23p3nKm7M.lazyloading { background-image: none; }
#kElC7FTO9Axplb14RlwEL538ITz34y3J { box-sizing:content-box;height:15rem;width:24.375rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e2830be5-8828-400d-b4eb-aefa3e84ce2e/AriseHill10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.6240234375rem;left:50.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#kElC7FTO9Axplb14RlwEL538ITz34y3J.adaptive-delivery-prevent-bg, #kElC7FTO9Axplb14RlwEL538ITz34y3J.lazyload, #kElC7FTO9Axplb14RlwEL538ITz34y3J.lazyloading { background-image: none; }
#vq5NU2m5etdJOhvgy2cfBFkw4QT8bETM { box-sizing:content-box;height:15rem;width:24.375rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ab633b14-209b-4f29-9e55-79119b10c85c/AriseHill11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.5615234375rem;left:25.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#vq5NU2m5etdJOhvgy2cfBFkw4QT8bETM.adaptive-delivery-prevent-bg, #vq5NU2m5etdJOhvgy2cfBFkw4QT8bETM.lazyload, #vq5NU2m5etdJOhvgy2cfBFkw4QT8bETM.lazyloading { background-image: none; }
#xwT87lc7Zx7EE8ByOtvCbUZf1pCvGG63 { box-sizing:content-box;height:15rem;width:24.375rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dff1684e-9473-4a09-9ab2-08958252d7a5/AriseHill13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.5615234375rem;left:50.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#xwT87lc7Zx7EE8ByOtvCbUZf1pCvGG63.adaptive-delivery-prevent-bg, #xwT87lc7Zx7EE8ByOtvCbUZf1pCvGG63.lazyload, #xwT87lc7Zx7EE8ByOtvCbUZf1pCvGG63.lazyloading { background-image: none; }
#KRN6KbtuIyf3niSsMvcKG77wE1Lpmiea { box-sizing:content-box;height:15rem;width:24.375rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1e4b60a6-308a-4bfe-9e6a-6c829e60cf8d/AriseHill12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.6240234375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#KRN6KbtuIyf3niSsMvcKG77wE1Lpmiea.adaptive-delivery-prevent-bg, #KRN6KbtuIyf3niSsMvcKG77wE1Lpmiea.lazyload, #KRN6KbtuIyf3niSsMvcKG77wE1Lpmiea.lazyloading { background-image: none; }
#eiyRUoUELQU3P3Ne9aW1NOgNwB1M2JFA { box-sizing:content-box;height:15rem;width:24.375rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b583b01d-9b60-4fe8-8e53-00dc1b89b971/AriseHill14.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.5615234375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#eiyRUoUELQU3P3Ne9aW1NOgNwB1M2JFA.adaptive-delivery-prevent-bg, #eiyRUoUELQU3P3Ne9aW1NOgNwB1M2JFA.lazyload, #eiyRUoUELQU3P3Ne9aW1NOgNwB1M2JFA.lazyloading { background-image: none; }
#naVNwOsW8iH7eGrnLRwsQaXT8OetpgDu { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:43.5439453125rem;left:0.9375rem;height:5.09765625rem;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; }
#GzlmuIHXTZTttOaJU3S6IWTxskCI7TJx { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:43.5439453125rem;left:26.25rem;height:5.09765625rem;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; }
#IlZXqxDaaCyzE41XQIH69B9gcud5ZugO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:43.5439453125rem;left:51.5625rem;height:5.09765625rem;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; }
#ndWIf5BTvAdksnzMxIghuNUQBC7UVuIK { box-sizing:content-box;height:7.1875rem;width:24.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.4990234375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Gda2IXWvqc1uDGrBQMUdmqn7rQV8udSP { box-sizing:content-box;height:7.1875rem;width:24.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.4990234375rem;left:25.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#T7kgSyxNDTxV5hSnmPC8CwAmwcKzuQQd { box-sizing:content-box;height:7.1875rem;width:24.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.4990234375rem;left:50.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#BOShuVfDf8FPTtqMviiRR8RV6yppB9Nn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BOShuVfDf8FPTtqMviiRR8RV6yppB9Nn > .row .container { background-color: transparent; background-image: none; }#BOShuVfDf8FPTtqMviiRR8RV6yppB9Nn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOShuVfDf8FPTtqMviiRR8RV6yppB9Nn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOShuVfDf8FPTtqMviiRR8RV6yppB9Nn > .row .container > .video-iframe-container { display: none; }#BOShuVfDf8FPTtqMviiRR8RV6yppB9Nn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOShuVfDf8FPTtqMviiRR8RV6yppB9Nn > .row > .video-iframe-container { display: none; }#BOShuVfDf8FPTtqMviiRR8RV6yppB9Nn > .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); }#BOShuVfDf8FPTtqMviiRR8RV6yppB9Nn > .row .container { border-width: 0; border-radius: 0; }#BOShuVfDf8FPTtqMviiRR8RV6yppB9Nn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BOShuVfDf8FPTtqMviiRR8RV6yppB9Nn > .row .container { font-size:0.875rem;font-family:arial;height:66.875rem;width:75rem;position:relative;display:block; }#LzkFb82FsBb9lstERmHxEJx12lx3rda4 { position:absolute;display:block;z-index:15006;height:28.125rem;width:75rem;top:10.609375rem;left:0rem;display:block; }
#gZpMBqBL0Tnd6fQLi0SdrdN106bkgwvP { color:#003d50;display:block;width:36.4970625rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:19.25rem;height:4.0625rem;text-align:center;text-align-last:center;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; }
#ZJg6uFHRDRKVSQyknfBmRZVT3t2z4Myl { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#WaLTJwV3yLhf7XT1nvOe3gVbTFxM9Rt5 { box-sizing:content-box;height:2.5rem;width:18.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(37,179,168,0.1);background-image:none;top:41.2216796875rem;left:0rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0.125rem solid #25b3a8;border-left:0.125rem solid #25b3a8;border-right:0.125rem solid #25b3a8;border-bottom:0.125rem solid #25b3a8;display:block; }
#GtbfGX5EzBSd7fn1W9hU6GUsT1hH2fiv { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:41.8466796875rem;left:0.6875rem; }
#TufHd7cR12K0B5tggBiX0X6Bcdo4fOba { color:#25b3a8;display:block;width:12.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:41.970703125rem;left:2.5rem;height:1.29980625rem;font-style:normal;display:block; }
#udVqmCT3cVy01y1atFrv9WXd4tAaQFTF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:41.6591796875rem;left:19.375rem; }
#SKeoKUZffGEmrSRx641xCLn6LlDlTXTU { color:#25b3a8;display:block;width:12.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:42rem;left:21.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#wgvOLtiAvC6ECoFTBSpO7hCH6bMVWQHe { color:#25b3a8;display:block;width:12.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:42rem;left:40.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#MDUWwPrMWIDHqbHN8lTJEDK05LfB57Z1 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:41.7841796875rem;left:57.3125rem; }
#sPTbHc8R67VytMBXeBwh25CbOqf1zDJ9 { color:#25b3a8;display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:42rem;left:59.25rem;height:1.29980625rem;font-style:normal;display:block; }
#T0zqx5WK3wLBR4GSe2tdLfIMON3pRNCM { color:rgba(var(--color-primary-3),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:45.4375rem;left:0.771484375rem;height:2.5996125rem;display:block; }
#QTZBnGclvzqUxcMh2OOSqQfDHlXqTxRh { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#25b3a8;background-image:none;top:45.8369140625rem;left:0rem;display:block; }
#x3FgeSPQlkztGylXlVoMuK2bv653OCdW { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#25b3a8;background-image:none;top:49.4375rem;left:0.076171875rem;display:block; }
#iwCsLCEx13HiFW335iO4tTfIuIoVMeTS { color:rgba(var(--color-primary-3),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:49.125rem;left:0.826171875rem;height:2.5996125rem;display:block; }
#SxFIVtAop55yNHMQ2n5EGg9trxQD4Psq { color:rgba(var(--color-primary-3),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:52.6875rem;left:0.826171875rem;height:2.5996125rem;display:block; }
#l5eCWti6BmSKTgUEwDQQiyAgIsBmOKu6 { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#25b3a8;background-image:none;top:53rem;left:0.076171875rem;display:block; }
#nP1J4adTSwCabT56VWVA8kWonSyuZWg1 { color:rgba(var(--color-primary-3),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:52.6875rem;left:19.6875rem;height:2.5996125rem;display:block; }
#ImdMhfQbaZgmXvloBhbPZQHCKiq0bvUf { color:rgba(var(--color-primary-3),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:49.125rem;left:19.6875rem;height:2.5996125rem;display:block; }
#aI0us9aB3694XtH93PTLmxMT0zgQRoz2 { color:rgba(var(--color-primary-3),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:45.4375rem;left:19.625rem;height:2.5996125rem;display:block; }
#nDBbqpEINoq1gdJPbN5q6ZI0fxz0gQXp { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#25b3a8;background-image:none;top:49.4375rem;left:18.9375rem;display:block; }
#MUpT6ScTCVdMUlid9yhmEKb3BUq7SUST { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#25b3a8;background-image:none;top:53rem;left:18.9375rem;display:block; }
#uuTtk58xh6fQLSzc7ABgIrHBgKVMiFSC { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#25b3a8;background-image:none;top:45.8125rem;left:18.875rem;display:block; }
#kJqO5AapcT5dq9N6urvqQUGcUu2fZQxT { color:rgba(var(--color-primary-3),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:52.6875rem;left:38.5625rem;height:2.5996125rem;display:block; }
#f07Pex1Gs4I5hXACqi3tEXZ0tQomfqOQ { color:rgba(var(--color-primary-3),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:49.125rem;left:38.5625rem;height:2.5996125rem;display:block; }
#XiNEwD8wDC8nO4Q46airnrH590h9TCiw { color:rgba(var(--color-primary-3),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:45.4375rem;left:38.5rem;height:2.5996125rem;display:block; }
#ZpgfxnZtlnfBboZPR3e6EemJ9felhNWl { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#25b3a8;background-image:none;top:49.4375rem;left:37.8125rem;display:block; }
#OGwbLF5Q436gxwxD2rrDttwr6PAPch7r { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#25b3a8;background-image:none;top:53rem;left:37.8125rem;display:block; }
#UzXPAKHaE6Cz37fttDSffNJPzo017Vh9 { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#25b3a8;background-image:none;top:45.8125rem;left:37.75rem;display:block; }
#UBKflZGLANxtSt218LMmLzu534rTzLg2 { color:rgba(var(--color-primary-3),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:52.6875rem;left:57.375rem;height:2.5996125rem;display:block; }
#n9iFd6vlfCOsQ6vqdD89fkoizg34pg7T { color:rgba(var(--color-primary-3),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:49.125rem;left:57.375rem;height:2.5996125rem;display:block; }
#vJywCC9iDwzN9vBSKFRbNB1mE0ZgMVWr { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:#25b3a8;background-image:none;top:49.4375rem;left:56.625rem;display:block; }
#dqW7SdcP7TTrCo62P80IiydPefVRV9uW { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#25b3a8;background-image:none;top:53rem;left:56.625rem;display:block; }
#A2HXsnUUJDITVvqEcAcf7xTxN6kSXSWp { color:rgba(var(--color-primary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:45.4375rem;left:57.3125rem;height:2.5996125rem;display:block; }
#yuxfKtuRkWSLpoWzIMPsM5NSivVqJE4L { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:#25b3a8;background-image:none;top:45.8125rem;left:56.5625rem;display:block; }
#vdEzFrBcGhqbuJ3XctLoaIbRMEZpr0EN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.43706875rem;width:2.43706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:10.565320968628rem;left:1.0720481872559rem;display:none; }
#XkzBrTE3Mt5D5VMHGB5p0oTT39VhXUTm { color:rgba(var(--color-tertiary-0),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.971138000488rem;left:4.0266933441162rem;height:1.7875rem;display:none; }
#VOmimSfK6Gkt1PEwm7SJ7pCswBLcCvh4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.49964375rem;width:3.49964375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.062501907349rem;left:18.750000953674rem;display:none; }
#XEauFRAmMQT1P23V03AnC9hQHRaOGusl { color:rgba(var(--color-primary-3),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.000000953674rem;left:3.5625rem;height:2.923825rem;display:none; }
#TWa3noFSkF1tgzHfodbT13yDWEc9I2Rr { color:rgba(var(--color-primary-3),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:18.562501907349rem;left:3.5625rem;height:2.923825rem;display:none; }
#DPEoX9u3cdl9H6BJGIf7nEn0iKmLkmp5 { color:rgba(var(--color-primary-3),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.811719894409rem;left:3.5078125rem;height:2.923825rem;display:none; }
#WzFMtseTt6MQs8fnyBTA8EGUpbtE1GTR { color:rgba(var(--color-tertiary-0),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.971138000488rem;left:4.0266933441162rem;height:1.7875rem;display:none; }
#QS9EHnIVdracivI3gxKPlP5JOhitmg2l { color:rgba(var(--color-primary-3),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.811719894409rem;left:3.5078125rem;height:2.923825rem;display:none; }
#SfcVXgsBK1ih2yg0P29FAL42FPXn8G1L { color:rgba(var(--color-primary-3),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:18.562501907349rem;left:3.5625rem;height:2.923825rem;display:none; }
#RzD61ZvTewzOywKrAaTm3koWVFtzlm7s { color:rgba(var(--color-primary-3),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.000000953674rem;left:3.5625rem;height:2.923825rem;display:none; }
#Vm2zFcHGLLIrDBFzTbqo77OvRCTnK5tx { color:rgba(var(--color-primary-3),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.000000953674rem;left:3.5625rem;height:2.923825rem;display:none; }
#Am5BhCiT1GxdRl1ugPSTTo5gtr3hWHfW { color:rgba(var(--color-primary-3),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:18.562501907349rem;left:3.5625rem;height:2.923825rem;display:none; }
#bMAh9DJpZTbTfxAUym9t5obwQM2VN2zu { color:rgba(var(--color-primary-3),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.811719894409rem;left:3.5078125rem;height:2.923825rem;display:none; }
#n2mJTfFVdsFdMOFGXKroz0stTlOReLIN { color:rgba(var(--color-tertiary-0),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.971138000488rem;left:4.0266933441162rem;height:1.7875rem;display:none; }
#IHXSevqEKrJCPg6h24aWkTNU6NEIMmw3 { background-color:#eb4c42;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:.5;overflow:hidden;position:absolute;width:21.875rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:59.349609375rem;left:26.5625rem;display:block; }
#AV3yE3nZPkTGbgu1wyHNh3uTT6A0SGy9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xAo4bhTaO40MfT01tfq9xSsbg0y5f4C2 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:41.9091796875rem;left:38.5rem; }
#JZQxdmosM2UTrD5zvMSTgPqZMz0JGZ2Z { box-sizing:content-box;height:2.5rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(37,179,168,0.1);background-image:none;top:41.2216796875rem;left:18.875rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0.125rem solid #25b3a8;border-left:0.125rem solid #25b3a8;border-right:0.125rem solid #25b3a8;border-bottom:0.125rem solid #25b3a8;display:block; }
#Jg8wy3pHditnXdeMp5u6RBgaUMDCsh11 { box-sizing:content-box;height:2.5rem;width:18.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(37,179,168,0.1);background-image:none;top:41.2216796875rem;left:56.625rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0.125rem solid #25b3a8;border-left:0.125rem solid #25b3a8;border-right:0.125rem solid #25b3a8;border-bottom:0.125rem solid #25b3a8;display:block; }
#bU5l4I3h8Ndz19ONZdz5qwOCuLnQbDGw { box-sizing:content-box;height:2.5rem;width:18.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(37,179,168,0.1);background-image:none;top:41.2216796875rem;left:37.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0.125rem solid #25b3a8;border-left:0.125rem solid #25b3a8;border-right:0.125rem solid #25b3a8;border-bottom:0.125rem solid #25b3a8;display:block; }
#SRrzEcZvwPP147okkUofs8l07oKf1kei { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#25b3a8;background-image:none;top:45.8369140625rem;left:0rem;display:none; }
#GOonnrJ4tFyC6SHPi2JTsOU9J0EHUcpC { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#25b3a8;background-image:none;top:45.8369140625rem;left:0rem;display:none; }
#e0gfggfzEwOHkwPZ0cvFDDLtLyGNuown { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#25b3a8;background-image:none;top:45.8369140625rem;left:0rem;display:none; }
#qTJtlf757JMTsVqG7eR0uSVrSZsmPhux { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#25b3a8;background-image:none;top:45.8369140625rem;left:0rem;display:none; }
#sESUerSPqg22hEtebbOibec9UegXcLCO { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#25b3a8;background-image:none;top:45.8369140625rem;left:0rem;display:none; }
#GSKN2mS77vovpc0Gsi8CkQo6aZFPP3Hu { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#25b3a8;background-image:none;top:45.8369140625rem;left:0rem;display:none; }
#oLbpW07LD7N5oRvhF7MGnkm1zwyKsICb { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#25b3a8;background-image:none;top:45.8369140625rem;left:0rem;display:none; }
#tbyfl3T63Vadq7CCBLLa1aLFsuwXrGav { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#25b3a8;background-image:none;top:45.8369140625rem;left:0rem;display:none; }
#veAPqRTSBZEysgqD6mxFC0xoFgIlUXoh { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#25b3a8;background-image:none;top:45.8369140625rem;left:0rem;display:none; }
#XNrzT9apmLmi5CPAsaLoTbD79mp0UzCF { color:rgba(var(--color-primary-3),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:56.1875rem;left:0.826171875rem;height:2.5996125rem;display:block; }
#t1IKFoqsXeSAe0XTLFZRt52wDiMzSxQU { box-sizing:content-box;height:0.4375rem;width:0.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#25b3a8;background-image:none;top:56.625rem;left:0rem;display:block; }
#NOl8EhElUq4oDpiwZtImwE8wA875CCRh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#NOl8EhElUq4oDpiwZtImwE8wA875CCRh > .row .container { background-color: transparent; background-image: none; }#NOl8EhElUq4oDpiwZtImwE8wA875CCRh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOl8EhElUq4oDpiwZtImwE8wA875CCRh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOl8EhElUq4oDpiwZtImwE8wA875CCRh > .row .container > .video-iframe-container { display: none; }#NOl8EhElUq4oDpiwZtImwE8wA875CCRh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOl8EhElUq4oDpiwZtImwE8wA875CCRh > .row > .video-iframe-container { display: none; }#NOl8EhElUq4oDpiwZtImwE8wA875CCRh > .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); }#NOl8EhElUq4oDpiwZtImwE8wA875CCRh > .row .container { border-width: 0; border-radius: 0; }#NOl8EhElUq4oDpiwZtImwE8wA875CCRh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NOl8EhElUq4oDpiwZtImwE8wA875CCRh > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#f1xyFgTStRvbq84u741t8gzN8EUcfIKc { color:#282828;display:block;width:40.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:1.6809921264649rem;left:17.153648376465rem;height:1.13671875rem;text-align:center;text-align-last:center;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rwl1l2CJaezdCvWzsVca9bHJtTiIvoSm { display:block; }#rwl1l2CJaezdCvWzsVca9bHJtTiIvoSm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRteFWeUcGTuR2KvahO6fgGxCFNviT53 { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkaOfntAN4HtUS6lnKA3Pagx6S41kzen { display:block; }#LkaOfntAN4HtUS6lnKA3Pagx6S41kzen > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5qsKpKBpLKZ6LgmECzH3c9qOzIePEaT { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uw4w2JSThKqhEtDtm2uQpwbuxLcdyMRM { width:21.875rem;height:3rem;top:30.375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI1F4zAxE0k4giqULpXmuDiELvNdSHsN { display:block; }
 }@media only screen and (max-width: 763px) { #y1ZMa6f9Z9XPpMllgxHRJ1b7aQlVhUdP { top:19.3125rem;left:19.0625rem;width:12rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sISUfELOfS4qCyAm2R7bqesnfGaaRtcN { top:19.4375rem;left:17.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMarGHTyNVzEELRCIViRary5MknM3u01 { top:26.125rem;left:13.0625rem;width:7rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR09n7ufZz1g98gveTq3AmfqWRWB3QQq { top:25.875rem;left:18.875rem;width:8.625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji0krSNmPOm0HaJizSx1hw918obR8cT7 { top:26.1875rem;left:27.25rem;width:6.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO4okAp918zLkxDOC2wvmlrocQHRq3yy { top:0rem;left:3.4375rem;width:40.875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNWGeKCuwJA4uTl05TsMUXEPgfEpvqTy { top:1.5625rem;left:19.125rem;width:9.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMO5pmgBV2id1VbeyGQ65Mt5NxypEU0t { top:14.625rem;left:1.875rem;width:44rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AipwZET7PfCabdQyQbtSRPRde2OFyGuJ { top:25.25rem;left:12.9375rem;width:21.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #COTitb57TfvPGnJ03cBbdk13EOL5t8n4 { top:42.8125rem;left:24.75rem;width:6.8125rem;height:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa6s4yiZWZHhJCKxSw2iQuk6wvtTaUFk { top:36.625rem;left:15.875rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fmrxu93gGMedFRHaSwc4TaEpeEyuONsE { top:40.8125rem;left:25.3125rem;width:5.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9cVITX2dGsBiIJTUQT8lmvGMztJKuxW { top:40rem;left:19.3125rem;width:12rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOeOmGisOsl63E1bl4OR08bkkqZQiW4A { display:block; }#XOeOmGisOsl63E1bl4OR08bkkqZQiW4A > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hu1Qo2CS0u4iG5xkBuVa99lewaPkDtLR { top:34.375rem;left:0rem;width:36.25rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0LzQhkevvFTTqTPSgBdlBhfDNE9gOpM { top:36.25rem;left:13.4375rem;width:7.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCuCfKn6K2tmRkfDiAlTroEeeiFHic9r { top:37.75rem;left:14.25rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPvc3k1uEOeriO13isPDUF9OHZvoGu7I { top:35rem;left:15.625rem;width:5.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4iiM4VrEdNBnBEehdCVrXt6r5UsQVmr { top:11.1875rem;left:0rem;width:36.25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVt91XaqMhzwhRKe3CEh7vA9IvWWA3Eu { top:37.5625rem;left:0rem;width:5.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9xNCwFPUpPLz7prNQRq0ldOPSXLt3Ht { top:37.25rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP6BTJyuw7F8a1VNkoGpPVEf8HmOONlU { top:37.5625rem;left:0rem;width:1.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp6g02fAEl25fn8HDAGToii9rxJGcHJl { top:35.125rem;left:0rem;width:11.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQugdShbDS2uLxipnMi1H0PdOTP6Vos8 { top:37.125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHpsOUTZvVvpHprdkkPVnwAT8qMMO24d { top:37.5625rem;left:0rem;width:3.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP0tc0MlM2vSMQmvFz9pJdX7O6az1wd2 { top:37.3125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1BFNI9AsOdn2ZFyKBF7qP9wLWvL6kFp { top:65.125rem;left:0rem;width:36.25rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTaZ3qZh0zvWheXZLe3WXlNMeU9Cnh2L { top:68.0625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDJcfl0vEfhBDJRgJHc8wJFr7V4WnZvv { top:68.3125rem;left:0rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKyozzGsXUpgQhcoNCP9fikIa2i8PGtd { top:67.875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWxiX1V0XEETQ9vMgb0K6qPIdNyKu115 { top:68.3125rem;left:0rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIf2nhoyGFKP8qD6L7gTbHEFBcnX9PMg { top:68rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnBLat5vXg6UCdd84ralZAS2wltFcDMV { top:68.3125rem;left:0rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbWDRxdZ1OTw8u0mtSKlnU5vvsd8qrck { top:65.875rem;left:0rem;width:13.625rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW1ze16xpPD1BTg5bWhbH7GNHkECcDEA { top:67rem;left:13.4375rem;width:7.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s778v46QtTt0l1UomffVKRNZwPeSuMhA { top:68.5rem;left:14.25rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTaB1e102LTeSQku8hH1Kx0ugDNm2Z6H { top:65.75rem;left:15.5625rem;width:5.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ8lUoAWMdC1T1iiDeiG7s4wO3LCFhaR { top:42rem;left:0rem;width:36.25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgZ4Fl4wu3J7p7T8MuHpoH2I4Ps5G9lQ { top:65.125rem;left:11.5rem;width:36.25rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNwJ4BQe1siaTJlr2Tc2Nafq03dSpcLu { top:42rem;left:11.5rem;width:36.25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz7mpXABgm1mKwvk5G7mqW0Vpf5rpSQ1 { top:65.875rem;left:26.375rem;width:11.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkTv19u7rpA8fHfm31qKbcFCBpLIa0iW { top:67.875rem;left:29.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmyeeGyatLORGsw2TTpJIw0FGltZZqLQ { top:68.3125rem;left:28.25rem;width:1.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLybVmMEU3uTptnfVVyZBSpHrVvTJaQQ { top:68.0625rem;left:26.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MryipJXiO8ai7h3PFECWixsHRSLJOQAh { top:68.3125rem;left:33.8125rem;width:5.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTampcC0wRemrhClzsb4QIXtwHePUfEZ { top:68rem;left:32.625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRRAv3nwCchpm0U5iMWd3mPB3lKouGdr { top:68.3125rem;left:31.4375rem;width:1.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcKuwCCp6Tiw3RfHNvDaeETq239USKfT { top:67rem;left:39.8125rem;width:7.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlRpG8EKeC2ATObh8na86WPMkQ95uGDn { top:68.5rem;left:40.625rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex4U4Q9EgaTkcC22CyvKpLJTggRxbAcJ { top:65.75rem;left:42rem;width:5.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwJV4T4eilsvfKzFVFJ2WHsMARtDbm6x { top:26.875rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPR8lpgHOftUzF1GHZXrNl1w2lI5e4O3 { top:29.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gUxt4THxHLIP3XXpFsC7JGqNTtEOVoQk { top:18.6875rem;left:0rem;width:1.25rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHDeeT1fbcikzfaX1DU2sDEdivyAzMc5 { top:29.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rkxREw3WTZcWyNCuyBKtz2lRmxJQCbaH { top:18.6875rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oU2WrHFrh09WiaXw2uIQSITgZaUkW0WT { top:16.9375rem;left:0rem;width:12.0625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4xO910iq36XBLNgxxZtiGXnKDhDA4Eb { top:29.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZE8FNoHkcPcom1kTplRxWqRJ4ifgJkw { top:11.25rem;left:0rem;width:24.375rem;height:15.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LgPW0dKdZC087oqC8Xb1O1TwyiMlWfTO { top:18.6875rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJdPgvpPK1pHDu7J7NaPt0ynBUgwUNRb { top:17.5rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aZG09uhlQhuTe4abFXXWH2R9XBMAHxz9 { top:18.75rem;left:0rem;width:7rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u84Ozcii3zONlW8hofeyUym6BAFGtDa3 { top:27.5rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cD1WeByTeelSoqVGltlX6S3GyNdp4wb4 { top:34.375rem;left:11.5rem;width:36.25rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4vXfqxJMOHpElW0MCTSCVKTaofRK4U7 { top:37.3125rem;left:26.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHD7tEoOhDUqgqrXJNq3h6FAbVJm3cUq { top:37.5625rem;left:28.3125rem;width:1.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSzXNRc63fB1Q4GDOP8QrFXgic03ooML { top:35.125rem;left:26.375rem;width:11.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbg0OgB6osbMN4NGoAAAaHe9b1Seh5lE { top:37.125rem;left:29.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI5Qy2lOb6Pn1W6TTzdEO5GDaePV1zlU { top:37.5625rem;left:31.375rem;width:1.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL8kyIRikP2G7Nio9u9HQIzXb6PyJupt { top:11.25rem;left:11.5rem;width:36.25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOLnmH4AaA1wv5bHRVU5JcK7qp4BmOCC { top:37.25rem;left:32.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwI8Eb7TCowlSGNllph5Ag5y2lo0uKQI { top:37.5625rem;left:33.5rem;width:5.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7krOmFW1Eb4Bft64Pnd6QIUCzFF1SQt { top:36.25rem;left:39.8125rem;width:7.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEEeNsqlXCkZMF3wlnUtKlQC6OwWRkrr { top:37.75rem;left:40.625rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evfuRWTxluWOdHmhdu6WIwIMksS9tLLx { top:35rem;left:42rem;width:5.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6BTmw51NQLnG0JVR7JmpDtTvZAqTGSW { top:26.875rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XbAWGaal2kpwfZAi2FW4baNmJPP08cbi { top:29.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DFtReCWekNu0VTUFJLpCvTiOvvDmoPJf { top:36.5rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQ8K9RT8RAFRKsMsHiymXAc0CyKHq8bf { top:34.75rem;left:0rem;width:12.0625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aNIF9vAhLqLVJJLOp2HbRgXX953PpPL3 { top:29.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tFFTMCpDEBV8zwZXS11RMwdewiHMTf1n { top:36.5rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGDewSeArprOyx7vZuOT4ML68xal8cIV { top:11.25rem;left:0rem;width:24.375rem;height:15.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WNrUEaSc7anqZytILxNEQ6z4kDlUD7T8 { top:29.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cmWl2UQV3oVAZPehhG50lyIWJV4zAnMa { top:36.5rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C0MRl4J82WFqe7d9lrgExRpR6ktfW7vL { top:35.3125rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M5T1di63pN16xHsSPZ7wT7qg5NLRJM1t { top:36.5625rem;left:0rem;width:7rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LWBoo2G0s33kUCrde2b8uUi0v8105vvX { top:27.5rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XW0QKeBqOE9QxP4qU7T2qkL2P1hIIqHM { top:26.875rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l29KKryroeGfH4waczZS5tvq74ryp0rk { top:29.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EgdpyTozysT8uByxaoFzbxT4FUUZoP9w { top:72.125rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JRQnl6hSm45h1XwKB1tfdGQZtLvXTWcu { top:69.9375rem;left:0rem;width:12.0625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #abbJzIf9WiOmysJFIZubrrr8N0CQNpff { top:29.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MbzQThT2b72OlsepkrpFfkL6Z4VZcvZK { top:72.125rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WfUrEKSB1gPTnzlJKp6vh9FB7R6Wr0sW { top:11.25rem;left:0rem;width:24.375rem;height:15.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wrry3gclXpXwd6Csly44srcyEysJLDrU { top:29.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FiizTnTrCTNA6RFfdVuhFSkuKGgkBteb { top:72.125rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RD4ay3U5JKNfTxVc5gw24K6qQKC25PKK { top:70.9375rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9MFUdQNt7VfFaCuiSWmxaStsUp7U7Uh { top:26.875rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NnPellQvoqtNS8aq4gpxHo5b3vpTbh5o { top:29.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SODeiIdEZG7DH5df4UzAivpVpwc7lPw6 { top:54.3125rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UvRyUoEXnFeMQHWG9ifpSGM1395aZZfF { top:29.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y22pTupt68CV6WEWKO9WNvGGtNsiy7CI { top:54.3125rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qzKBJ1ibgwhr2GQQP7ln5NOwDNG9LlCz { top:29.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zAQ7bbP0UMakNnXIrCIzAKuEVoB1KA00 { top:54.3125rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o5SW4wNeDzimK8H7iDoiuwJZpgV5wFdh { top:54.375rem;left:0rem;width:7rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxS6ZILiOu3mhNGR0LCXN6Gtqs2G6nhd { top:72.1875rem;left:0rem;width:7rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RPlIPxAHl4WFiEcS1t1dUuWaxVQNhTU4 { top:53.125rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GarZL1iN7ptMnoRM3cfeJMlXwNIDbp2T { top:52.125rem;left:0rem;width:12.0625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ryZ4eK0Vy9E7lLJhmaAbwr9oh7Em6UXl { top:27.5rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FspTcww65srJxTzKcvxCF6mK8Vsgbzt1 { top:27.5rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CQvPDkBLqyI9XHsXvkU70ePUH4cSqPIT { top:11.25rem;left:0rem;width:24.375rem;height:15.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vun9Brew8bPK8gG4CeoPSahcWQaGCdBx { top:3.75rem;left:5.625rem;width:36.4375rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc18UJKxcJuJ6kPztD8r3k9R2OoDRGOv { width:21.875rem;height:3rem;top:74.625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv5Zf3ctpoN4qs9ylgsRNinhCAgB8cLK { display:block; }
 }@media only screen and (max-width: 763px) { #wyRbnotLbexKENQSvgVhuKg7vKQAdz9E { display:none; }#wyRbnotLbexKENQSvgVhuKg7vKQAdz9E > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mHg4fMupA8MOnlLMeBXdZ1C9FlukS7vt { display:none; }
 }@media only screen and (max-width: 763px) { #WycR30UNIGwlztVfbJP85lfKin2c4ePQ { display:block; }#WycR30UNIGwlztVfbJP85lfKin2c4ePQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OaTFolUpqoBBm8saXVZyWGe8uVJugqWv { display:block; }#OaTFolUpqoBBm8saXVZyWGe8uVJugqWv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bulHDF67XaZFzQiKWQ16PBDZCOH9dsfg { top:7.625rem;left:0rem;width:20.0625rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #khMvansbzyTHg7Q6FnZeAFtURTN7e2oR { top:17.4375rem;left:0rem;width:9.625rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHwrdkgQ7MB1ynGBaGvJiUZwwQifWfT4 { top:17.4375rem;left:0rem;width:19.25rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGgdGRQtIx75LacD8TPFIotiGeEzKkAi { display:block; }#SGgdGRQtIx75LacD8TPFIotiGeEzKkAi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-input-text {padding-top: 0; padding-bottom: 0;}#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-input-select {padding-top: 0; padding-bottom: 0;}#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz  { width:20.4375rem;height:auto;top:3.125rem;left:24.8125rem; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz {display:block;}#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz { width:20.4375rem;height:auto;top:3.125rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #zOSFSDtxC7mAEvM7c3i4tJG6N7KyrzVK {  }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #zVTUkxSZib5xMcOu84c0vR3nOmVFb8rM {  }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #F9888zdlhxa29dIun4N6irsCaf1lH8qp {  }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #sVRMfNKK5MIZgfSfau9tTDG2lypWk2OR {  }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #ZKHu9bXv0AazgfSXSnrBmlTBd0hpTwdP {  }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #ZoGQTxGQxOyAiCT0EO6yJgp7XiM2Zm9f {  }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #BZEOqqMN750G9fpTL4AnuP5ITcMTLomr {  }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #fm8aB3B7hb9KPd6NeK8xAFnrn1G0wKib {  }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #IxCXfZQE826z5uglP14tPkguRp7leJsb {  }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #EJyTTKrBEpp4KJHoueqGR5x66XQerHkg {  }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #R1pETQ3G8OxRdv9AoEwVIp2XDHmf0hEm {  }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #Ws4LuC0ZaeUd7gsl0M5wLTCqD06zLzIb {  }
 }@media only screen and (max-width: 763px) { #awSLWHdBZRCse6nvbpfDWxwkSx4qmpyQ { display:block; }
 }@media only screen and (max-width: 763px) { #JS0IBxb3Wm81NavZIkPztbLZfD69CIqA { display:block; }
 }@media only screen and (max-width: 763px) { #ZPOoo1AWTu7MWcM9KaL9TpVlbiPiZNQx { display:block; }
 }@media only screen and (max-width: 763px) { #yyofB9ZTlaHExRvWQTgCGIllF4MNUw7g { display:block; }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #tyxnsTZkTTdhvzRc3By9ZLDoBV6H1aVU {  }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #BwfQ3CnypPRwhqPHECcG1xVk8SOwTgOq {  }
 }@media only screen and (max-width: 763px) { #SZ2CC8I3Sb38E6QBpZUt7Ks7nZ1MS7fN { top:29.375rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTm0RPz8TKVccDKgWJr28Vh7JamTLBRk { top:8.625rem;left:0rem;width:28.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhJDqqH5Jc9KZeB3nqrGz13wyUegXJr8 { top:18.875rem;left:0rem;width:27.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvTKHKVgw1beTyBr8pViUv84o17FNLIw { display:block; }#SvTKHKVgw1beTyBr8pViUv84o17FNLIw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxkTrIkLqlLkBI0O5B4Nv0k4ePf1iMHc { top:3.75rem;left:5.625rem;width:36.4375rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekSrsCEeB8T90B0AHnasO9X23p3nKm7M { top:10.5625rem;left:11.6875rem;width:24.375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #kElC7FTO9Axplb14RlwEL538ITz34y3J { top:10.5625rem;left:23.375rem;width:24.375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq5NU2m5etdJOhvgy2cfBFkw4QT8bETM { top:26.5rem;left:10.875rem;width:24.375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwT87lc7Zx7EE8ByOtvCbUZf1pCvGG63 { top:26.5rem;left:23.375rem;width:24.375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRN6KbtuIyf3niSsMvcKG77wE1Lpmiea { top:10.5625rem;left:0rem;width:24.375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiyRUoUELQU3P3Ne9aW1NOgNwB1M2JFA { top:26.5rem;left:0rem;width:24.375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #naVNwOsW8iH7eGrnLRwsQaXT8OetpgDu { top:43.5rem;left:0rem;width:11.4375rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzlmuIHXTZTttOaJU3S6IWTxskCI7TJx { top:43.5rem;left:12.625rem;width:21.1875rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlZXqxDaaCyzE41XQIH69B9gcud5ZugO { top:43.5rem;left:31.6875rem;width:16.0625rem;height:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndWIf5BTvAdksnzMxIghuNUQBC7UVuIK { top:42.4375rem;left:0rem;width:24.375rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gda2IXWvqc1uDGrBQMUdmqn7rQV8udSP { top:42.4375rem;left:11.6875rem;width:24.375rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7kgSyxNDTxV5hSnmPC8CwAmwcKzuQQd { top:42.4375rem;left:23.375rem;width:24.375rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOShuVfDf8FPTtqMviiRR8RV6yppB9Nn { display:block; }#BOShuVfDf8FPTtqMviiRR8RV6yppB9Nn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzkFb82FsBb9lstERmHxEJx12lx3rda4 { top:10.5625rem;left:0rem;width:47.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZpMBqBL0Tnd6fQLi0SdrdN106bkgwvP { top:3.75rem;left:5.625rem;width:36.4375rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJg6uFHRDRKVSQyknfBmRZVT3t2z4Myl { display:none; }
 }@media only screen and (max-width: 763px) { #WaLTJwV3yLhf7XT1nvOe3gVbTFxM9Rt5 { top:41.1875rem;left:0rem;width:18.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtbfGX5EzBSd7fn1W9hU6GUsT1hH2fiv { top:41.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TufHd7cR12K0B5tggBiX0X6Bcdo4fOba { top:41.9375rem;left:0rem;width:12.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #udVqmCT3cVy01y1atFrv9WXd4tAaQFTF { top:41.625rem;left:5.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKeoKUZffGEmrSRx641xCLn6LlDlTXTU { top:42rem;left:7.9375rem;width:12.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgvOLtiAvC6ECoFTBSpO7hCH6bMVWQHe { top:42rem;left:26.6875rem;width:12.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDUWwPrMWIDHqbHN8lTJEDK05LfB57Z1 { top:41.75rem;left:43.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPTbHc8R67VytMBXeBwh25CbOqf1zDJ9 { top:42rem;left:32.3125rem;width:15.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0zqx5WK3wLBR4GSe2tdLfIMON3pRNCM { top:45.4375rem;left:0rem;width:12.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTZBnGclvzqUxcMh2OOSqQfDHlXqTxRh { top:45.8125rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3FgeSPQlkztGylXlVoMuK2bv653OCdW { top:49.4375rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwCsLCEx13HiFW335iO4tTfIuIoVMeTS { top:49.125rem;left:0rem;width:12.25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxFIVtAop55yNHMQ2n5EGg9trxQD4Psq { top:52.6875rem;left:0rem;width:13.6875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5eCWti6BmSKTgUEwDQQiyAgIsBmOKu6 { top:53rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP1J4adTSwCabT56VWVA8kWonSyuZWg1 { top:52.6875rem;left:6.0625rem;width:13.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImdMhfQbaZgmXvloBhbPZQHCKiq0bvUf { top:49.125rem;left:6.0625rem;width:12.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI0us9aB3694XtH93PTLmxMT0zgQRoz2 { top:45.4375rem;left:6rem;width:14.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDBbqpEINoq1gdJPbN5q6ZI0fxz0gQXp { top:49.4375rem;left:5.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUpT6ScTCVdMUlid9yhmEKb3BUq7SUST { top:53rem;left:5.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuTtk58xh6fQLSzc7ABgIrHBgKVMiFSC { top:45.8125rem;left:5.25rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJqO5AapcT5dq9N6urvqQUGcUu2fZQxT { top:52.6875rem;left:24.9375rem;width:13.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f07Pex1Gs4I5hXACqi3tEXZ0tQomfqOQ { top:49.125rem;left:24.9375rem;width:15.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiNEwD8wDC8nO4Q46airnrH590h9TCiw { top:45.4375rem;left:24.875rem;width:16.4375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpgfxnZtlnfBboZPR3e6EemJ9felhNWl { top:49.4375rem;left:24.1875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGwbLF5Q436gxwxD2rrDttwr6PAPch7r { top:53rem;left:24.1875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzXPAKHaE6Cz37fttDSffNJPzo017Vh9 { top:45.8125rem;left:24.125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBKflZGLANxtSt218LMmLzu534rTzLg2 { top:52.6875rem;left:33.8125rem;width:13.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9iFd6vlfCOsQ6vqdD89fkoizg34pg7T { top:49.125rem;left:32.0625rem;width:15.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJywCC9iDwzN9vBSKFRbNB1mE0ZgMVWr { top:49.4375rem;left:43rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqW7SdcP7TTrCo62P80IiydPefVRV9uW { top:53rem;left:43rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2HXsnUUJDITVvqEcAcf7xTxN6kSXSWp { top:45.4375rem;left:32.1875rem;width:15.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuxfKtuRkWSLpoWzIMPsM5NSivVqJE4L { top:45.8125rem;left:42.9375rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdEzFrBcGhqbuJ3XctLoaIbRMEZpr0EN { top:10.5625rem;left:0rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XkzBrTE3Mt5D5VMHGB5p0oTT39VhXUTm { top:40.375rem;left:0rem;width:12.25rem;height:1.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VOmimSfK6Gkt1PEwm7SJ7pCswBLcCvh4 { top:10.0625rem;left:5.1250009536743rem;width:3.4375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XEauFRAmMQT1P23V03AnC9hQHRaOGusl { top:23.1875rem;left:0rem;width:13.6875rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWa3noFSkF1tgzHfodbT13yDWEc9I2Rr { top:22.5rem;left:0rem;width:12.25rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPEoX9u3cdl9H6BJGIf7nEn0iKmLkmp5 { top:17.9375rem;left:0rem;width:12.25rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WzFMtseTt6MQs8fnyBTA8EGUpbtE1GTR { top:53.5rem;left:0rem;width:12.1875rem;height:1.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QS9EHnIVdracivI3gxKPlP5JOhitmg2l { top:31.3125rem;left:0rem;width:15.375rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SfcVXgsBK1ih2yg0P29FAL42FPXn8G1L { top:36.6875rem;left:0rem;width:15.4375rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzD61ZvTewzOywKrAaTm3koWVFtzlm7s { top:41.5rem;left:0rem;width:13.6875rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vm2zFcHGLLIrDBFzTbqo77OvRCTnK5tx { top:50.5625rem;left:0rem;width:13.6875rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Am5BhCiT1GxdRl1ugPSTTo5gtr3hWHfW { top:47.1875rem;left:0rem;width:15.4375rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bMAh9DJpZTbTfxAUym9t5obwQM2VN2zu { top:43.9375rem;left:0rem;width:15.375rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2mJTfFVdsFdMOFGXKroz0stTlOReLIN { top:69.25rem;left:0rem;width:12.1875rem;height:3.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHXSevqEKrJCPg6h24aWkTNU6NEIMmw3 { width:21.875rem;height:3rem;top:59.3125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV3yE3nZPkTGbgu1wyHNh3uTT6A0SGy9 { display:block; }
 }@media only screen and (max-width: 763px) { #xAo4bhTaO40MfT01tfq9xSsbg0y5f4C2 { top:41.875rem;left:24.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZQxdmosM2UTrD5zvMSTgPqZMz0JGZ2Z { top:41.1875rem;left:5.25rem;width:18.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg8wy3pHditnXdeMp5u6RBgaUMDCsh11 { top:41.1875rem;left:29.375rem;width:18.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU5l4I3h8Ndz19ONZdz5qwOCuLnQbDGw { top:41.1875rem;left:24.125rem;width:18.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRrzEcZvwPP147okkUofs8l07oKf1kei { top:45.8125rem;left:0rem;width:0.4375rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GOonnrJ4tFyC6SHPi2JTsOU9J0EHUcpC { top:45.8125rem;left:0rem;width:0.4375rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e0gfggfzEwOHkwPZ0cvFDDLtLyGNuown { top:45.8125rem;left:0rem;width:0.4375rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTJtlf757JMTsVqG7eR0uSVrSZsmPhux { top:45.8125rem;left:0rem;width:0.4375rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sESUerSPqg22hEtebbOibec9UegXcLCO { top:45.8125rem;left:0rem;width:0.4375rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSKN2mS77vovpc0Gsi8CkQo6aZFPP3Hu { top:45.8125rem;left:0rem;width:0.4375rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLbpW07LD7N5oRvhF7MGnkm1zwyKsICb { top:45.8125rem;left:0rem;width:0.4375rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbyfl3T63Vadq7CCBLLa1aLFsuwXrGav { top:45.8125rem;left:0rem;width:0.4375rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #veAPqRTSBZEysgqD6mxFC0xoFgIlUXoh { top:45.8125rem;left:0rem;width:0.4375rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNrzT9apmLmi5CPAsaLoTbD79mp0UzCF { top:56.1875rem;left:0rem;width:13.6875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1IKFoqsXeSAe0XTLFZRt52wDiMzSxQU { top:56.625rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOl8EhElUq4oDpiwZtImwE8wA875CCRh { display:block; }#NOl8EhElUq4oDpiwZtImwE8wA875CCRh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1xyFgTStRvbq84u741t8gzN8EUcfIKc { top:1.625rem;left:3.5283203125rem;width:40.625rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rwl1l2CJaezdCvWzsVca9bHJtTiIvoSm { display:block; }#rwl1l2CJaezdCvWzsVca9bHJtTiIvoSm > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRteFWeUcGTuR2KvahO6fgGxCFNviT53 { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkaOfntAN4HtUS6lnKA3Pagx6S41kzen { display:block; }#LkaOfntAN4HtUS6lnKA3Pagx6S41kzen > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5qsKpKBpLKZ6LgmECzH3c9qOzIePEaT { width:20rem;height:1.3333333333333rem;top:0.11328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a7f45aee-9564-432b-b712-121feb87bb64/2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::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; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uw4w2JSThKqhEtDtm2uQpwbuxLcdyMRM { width:15rem;height:2.5rem;top:12.125rem;left:2.5rem;font-size:0.875rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #eI1F4zAxE0k4giqULpXmuDiELvNdSHsN { display:block; }
 }@media only screen and (max-width: 763px) { #y1ZMa6f9Z9XPpMllgxHRJ1b7aQlVhUdP { width:8.1875rem;height:1.0556625rem;top:6.28515625rem;left:6.78125rem;font-size:0.8125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #sISUfELOfS4qCyAm2R7bqesnfGaaRtcN { display:flex;width:1rem;height:1rem;top:6.4375rem;left:5.625rem; }
 }@media only screen and (max-width: 763px) { #nMarGHTyNVzEELRCIViRary5MknM3u01 { width:5.1875rem;height:1.13671875rem;top:9.521484375rem;left:2.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR09n7ufZz1g98gveTq3AmfqWRWB3QQq { width:7.6865rem;height:1.29980625rem;top:9.501953125rem;left:5.7177734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji0krSNmPOm0HaJizSx1hw918obR8cT7 { width:6.0625rem;height:0.9746125rem;top:9.6015625rem;left:11.5625rem;font-size:0.75rem;font-weight:400;font-style:normal;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #sO4okAp918zLkxDOC2wvmlrocQHRq3yy { width:20rem;height:3.6697247706422rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNWGeKCuwJA4uTl05TsMUXEPgfEpvqTy { width:4.6875rem;height:2.125rem;top:0.771484375rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMO5pmgBV2id1VbeyGQ65Mt5NxypEU0t { width:20rem;height:1.625rem;top:4.61328125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AipwZET7PfCabdQyQbtSRPRde2OFyGuJ { width:15rem;height:2.25rem;top:8.822265625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COTitb57TfvPGnJ03cBbdk13EOL5t8n4 { width:4.5rem;height:0.625rem;top:18.8125rem;left:10.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa6s4yiZWZHhJCKxSw2iQuk6wvtTaUFk { width:6.4375rem;height:6.4375rem;top:14.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fmrxu93gGMedFRHaSwc4TaEpeEyuONsE { width:3.8125rem;height:1.25rem;top:17.5rem;left:10.7158203125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9cVITX2dGsBiIJTUQT8lmvGMztJKuxW { width:9.125rem;height:2.9375rem;top:17rem;left:5.75rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOeOmGisOsl63E1bl4OR08bkkqZQiW4A { background-color:#00a887;background-image:none;display:block; }#XOeOmGisOsl63E1bl4OR08bkkqZQiW4A > .row .container { background-color: transparent; background-image: none; }#XOeOmGisOsl63E1bl4OR08bkkqZQiW4A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOeOmGisOsl63E1bl4OR08bkkqZQiW4A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOeOmGisOsl63E1bl4OR08bkkqZQiW4A > .row .container > .video-iframe-container { display: none; }#XOeOmGisOsl63E1bl4OR08bkkqZQiW4A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOeOmGisOsl63E1bl4OR08bkkqZQiW4A > .row > .video-iframe-container { display: none; }#XOeOmGisOsl63E1bl4OR08bkkqZQiW4A > .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); }#XOeOmGisOsl63E1bl4OR08bkkqZQiW4A > .row .container { width:20rem;height:79.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hu1Qo2CS0u4iG5xkBuVa99lewaPkDtLR { width:20rem;height:5.0625rem;top:91.185190200806rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m0LzQhkevvFTTqTPSgBdlBhfDNE9gOpM { width:7.9368125rem;height:0;top:93.060190200806rem;left:12.062322020531rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #vCuCfKn6K2tmRkfDiAlTroEeeiFHic9r { width:7.0623125rem;height:0;top:94.559656143187rem;left:12.937676787376rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #VPvc3k1uEOeriO13isPDUF9OHZvoGu7I { width:5.7492875rem;height:0;top:91.810190200806rem;left:14.250709891319rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #P4iiM4VrEdNBnBEehdCVrXt6r5UsQVmr { width:20rem;height:15.625rem;top:61.9375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/73aa8e9e-91ad-4b9c-bc8a-7b3b4336d6d2/u1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#P4iiM4VrEdNBnBEehdCVrXt6r5UsQVmr.adaptive-delivery-prevent-bg, #P4iiM4VrEdNBnBEehdCVrXt6r5UsQVmr.lazyload, #P4iiM4VrEdNBnBEehdCVrXt6r5UsQVmr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tVt91XaqMhzwhRKe3CEh7vA9IvWWA3Eu { width:4.562325rem;height:0;top:94.372335433963rem;left:9.1867898702619rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Q9xNCwFPUpPLz7prNQRq0ldOPSXLt3Ht { display:flex;width:1.5625rem;height:1.5625rem;top:94.059835433963rem;left:7.4360793828963rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uP6BTJyuw7F8a1VNkoGpPVEf8HmOONlU { width:1.25rem;height:0;top:94.185365676881rem;left:6.0624984502793rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Vp6g02fAEl25fn8HDAGToii9rxJGcHJl { width:5.499825rem;height:0;top:91.810190200806rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TQugdShbDS2uLxipnMi1H0PdOTP6Vos8 { display:flex;width:1.5625rem;height:1.5625rem;top:93.934656143187rem;left:4.186789393425rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nHpsOUTZvVvpHprdkkPVnwAT8qMMO24d { width:1.31214375rem;height:0;top:94.185365676881rem;left:2.9375003576279rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SP0tc0MlM2vSMQmvFz9pJdX7O6az1wd2 { display:flex;width:1.5625rem;height:1.5625rem;top:93.935010910031rem;left:0.93820989131925rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1BFNI9AsOdn2ZFyKBF7qP9wLWvL6kFp { width:20rem;height:5.125rem;top:74.875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTaZ3qZh0zvWheXZLe3WXlNMeU9Cnh2L { display:flex;width:1.625rem;height:1.625rem;top:77.8125rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rDJcfl0vEfhBDJRgJHc8wJFr7V4WnZvv { width:1.375rem;height:1.13671875rem;top:78.0625rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OKyozzGsXUpgQhcoNCP9fikIa2i8PGtd { display:flex;width:1.625rem;height:1.625rem;top:77.625rem;left:4.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WWxiX1V0XEETQ9vMgb0K6qPIdNyKu115 { width:1.3125rem;height:1.13671875rem;top:78.0625rem;left:6.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xIf2nhoyGFKP8qD6L7gTbHEFBcnX9PMg { display:flex;width:1.625rem;height:1.625rem;top:77.75rem;left:7.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnBLat5vXg6UCdd84ralZAS2wltFcDMV { width:5.625rem;height:1.13671875rem;top:78.0625rem;left:9rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZbWDRxdZ1OTw8u0mtSKlnU5vvsd8qrck { width:12.625rem;height:1.625rem;top:75.5rem;left:0.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cW1ze16xpPD1BTg5bWhbH7GNHkECcDEA { width:7.9375rem;height:1.29980625rem;top:76.75rem;left:12.0625rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #s778v46QtTt0l1UomffVKRNZwPeSuMhA { width:7.125rem;height:1.13671875rem;top:78.25rem;left:12.875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #bTaB1e102LTeSQku8hH1Kx0ugDNm2Z6H { width:5.75rem;height:1.13671875rem;top:75.5rem;left:14.25rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #gQ8lUoAWMdC1T1iiDeiG7s4wO3LCFhaR { width:20rem;height:15.625rem;top:58rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/ce1a078e-243d-4d0e-8739-65a9554ef5ca/A.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#gQ8lUoAWMdC1T1iiDeiG7s4wO3LCFhaR.adaptive-delivery-prevent-bg, #gQ8lUoAWMdC1T1iiDeiG7s4wO3LCFhaR.lazyload, #gQ8lUoAWMdC1T1iiDeiG7s4wO3LCFhaR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZgZ4Fl4wu3J7p7T8MuHpoH2I4Ps5G9lQ { width:20rem;height:5.125rem;top:65.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oNwJ4BQe1siaTJlr2Tc2Nafq03dSpcLu { width:20rem;height:23.125rem;top:42rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/73aa8e9e-91ad-4b9c-bc8a-7b3b4336d6d2/u1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#oNwJ4BQe1siaTJlr2Tc2Nafq03dSpcLu.adaptive-delivery-prevent-bg, #oNwJ4BQe1siaTJlr2Tc2Nafq03dSpcLu.lazyload, #oNwJ4BQe1siaTJlr2Tc2Nafq03dSpcLu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wz7mpXABgm1mKwvk5G7mqW0Vpf5rpSQ1 { width:11.4375rem;height:auto;top:65.875rem;left:4.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lkTv19u7rpA8fHfm31qKbcFCBpLIa0iW { display:flex;width:1.625rem;height:1.625rem;top:67.875rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmyeeGyatLORGsw2TTpJIw0FGltZZqLQ { width:1.375rem;height:auto;top:68.3125rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CLybVmMEU3uTptnfVVyZBSpHrVvTJaQQ { display:flex;width:1.625rem;height:1.625rem;top:68.0625rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MryipJXiO8ai7h3PFECWixsHRSLJOQAh { width:5.75rem;height:auto;top:68.3125rem;left:7.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iTampcC0wRemrhClzsb4QIXtwHePUfEZ { display:flex;width:1.625rem;height:1.625rem;top:68rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pRRAv3nwCchpm0U5iMWd3mPB3lKouGdr { width:1.3125rem;height:auto;top:68.3125rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OcKuwCCp6Tiw3RfHNvDaeETq239USKfT { width:7.9375rem;height:auto;top:67rem;left:6rem;font-size:1.1875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #AlRpG8EKeC2ATObh8na86WPMkQ95uGDn { width:7.125rem;height:auto;top:68.5rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #ex4U4Q9EgaTkcC22CyvKpLJTggRxbAcJ { width:5.75rem;height:auto;top:65.75rem;left:7.125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #dwJV4T4eilsvfKzFVFJ2WHsMARtDbm6x { width:20rem;height:4.375rem;top:15.875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #kPR8lpgHOftUzF1GHZXrNl1w2lI5e4O3 { display:flex;width:1.25rem;height:1.25rem;top:18.625rem;left:0.9375rem;font-size:0.875rem;z-index:15098; }
 }@media only screen and (max-width: 763px) { #gUxt4THxHLIP3XXpFsC7JGqNTtEOVoQk { width:3.3125rem;height:1.13671875rem;top:18.6875rem;left:2.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15086;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #tHDeeT1fbcikzfaX1DU2sDEdivyAzMc5 { display:flex;width:1.25rem;height:1.25rem;top:18.5rem;left:5.8125rem;font-size:0.875rem;z-index:15099; }
 }@media only screen and (max-width: 763px) { #rkxREw3WTZcWyNCuyBKtz2lRmxJQCbaH { width:1.25rem;height:1.13671875rem;top:18.6875rem;left:7rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15087;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #oU2WrHFrh09WiaXw2uIQSITgZaUkW0WT { width:12.0625rem;height:1.29980625rem;top:16.5rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #H4xO910iq36XBLNgxxZtiGXnKDhDA4Eb { display:flex;width:1.25rem;height:1.25rem;top:18.5625rem;left:8.1875rem;font-size:0.875rem;z-index:15100; }
 }@media only screen and (max-width: 763px) { #EZE8FNoHkcPcom1kTplRxWqRJ4ifgJkw { width:20rem;height:12.8125rem;top:3.0625rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/ffbbcfe9-31e0-47ab-88f9-1692f16c795a/1Studio.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15038;display:block; }#EZE8FNoHkcPcom1kTplRxWqRJ4ifgJkw.adaptive-delivery-prevent-bg, #EZE8FNoHkcPcom1kTplRxWqRJ4ifgJkw.lazyload, #EZE8FNoHkcPcom1kTplRxWqRJ4ifgJkw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LgPW0dKdZC087oqC8Xb1O1TwyiMlWfTO { width:5.75rem;height:1.13671875rem;top:18.6875rem;left:8.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15088;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #aJdPgvpPK1pHDu7J7NaPt0ynBUgwUNRb { width:7.9368125rem;height:1.29980625rem;top:17.5rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15112;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #aZG09uhlQhuTe4abFXXWH2R9XBMAHxz9 { width:7.0623125rem;height:1.0556625rem;top:18.75rem;left:12.0625rem;font-size:0.8125rem;text-align:right;text-align-last:right;z-index:15111;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #u84Ozcii3zONlW8hofeyUym6BAFGtDa3 { width:5.7492875rem;height:0.9746125rem;top:16.375rem;left:13.375rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15110;color:#00a887;display:block; }
 }@media only screen and (max-width: 763px) { #cD1WeByTeelSoqVGltlX6S3GyNdp4wb4 { width:20rem;height:5.125rem;top:34.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4vXfqxJMOHpElW0MCTSCVKTaofRK4U7 { display:flex;width:1.625rem;height:1.625rem;top:37.3125rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHD7tEoOhDUqgqrXJNq3h6FAbVJm3cUq { width:1.375rem;height:auto;top:37.5625rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TSzXNRc63fB1Q4GDOP8QrFXgic03ooML { width:11.4375rem;height:auto;top:35.125rem;left:4.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wbg0OgB6osbMN4NGoAAAaHe9b1Seh5lE { display:flex;width:1.625rem;height:1.625rem;top:37.125rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DI5Qy2lOb6Pn1W6TTzdEO5GDaePV1zlU { width:1.3125rem;height:auto;top:37.5625rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QL8kyIRikP2G7Nio9u9HQIzXb6PyJupt { width:20rem;height:23.125rem;top:11.25rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/73aa8e9e-91ad-4b9c-bc8a-7b3b4336d6d2/u1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#QL8kyIRikP2G7Nio9u9HQIzXb6PyJupt.adaptive-delivery-prevent-bg, #QL8kyIRikP2G7Nio9u9HQIzXb6PyJupt.lazyload, #QL8kyIRikP2G7Nio9u9HQIzXb6PyJupt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sOLnmH4AaA1wv5bHRVU5JcK7qp4BmOCC { display:flex;width:1.625rem;height:1.625rem;top:37.25rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kwI8Eb7TCowlSGNllph5Ag5y2lo0uKQI { width:5.75rem;height:auto;top:37.5625rem;left:7.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Z7krOmFW1Eb4Bft64Pnd6QIUCzFF1SQt { width:7.9375rem;height:auto;top:36.25rem;left:6rem;font-size:1.1875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #ZEEeNsqlXCkZMF3wlnUtKlQC6OwWRkrr { width:7.125rem;height:auto;top:37.75rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #evfuRWTxluWOdHmhdu6WIwIMksS9tLLx { width:5.75rem;height:auto;top:35rem;left:7.125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #K6BTmw51NQLnG0JVR7JmpDtTvZAqTGSW { width:20rem;height:4.375rem;top:33.6875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #XbAWGaal2kpwfZAi2FW4baNmJPP08cbi { display:flex;width:1.25rem;height:1.25rem;top:36.4375rem;left:0.9375rem;font-size:0.875rem;z-index:15110; }
 }@media only screen and (max-width: 763px) { #DFtReCWekNu0VTUFJLpCvTiOvvDmoPJf { width:1.31214375rem;height:1.13671875rem;top:36.5rem;left:2rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15098;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #HQ8K9RT8RAFRKsMsHiymXAc0CyKHq8bf { width:12.0625rem;height:1.29980625rem;top:34.3125rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #aNIF9vAhLqLVJJLOp2HbRgXX953PpPL3 { display:flex;width:1.25rem;height:1.25rem;top:36.3125rem;left:3.3125rem;font-size:0.875rem;z-index:15111; }
 }@media only screen and (max-width: 763px) { #tFFTMCpDEBV8zwZXS11RMwdewiHMTf1n { width:1.25rem;height:1.13671875rem;top:36.5rem;left:4.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15099;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #PGDewSeArprOyx7vZuOT4ML68xal8cIV { width:20rem;height:12.8125rem;top:20.875rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/ea79393b-ff6d-4eb2-826c-b17094182937/1BedroomHill.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15050;display:block; }#PGDewSeArprOyx7vZuOT4ML68xal8cIV.adaptive-delivery-prevent-bg, #PGDewSeArprOyx7vZuOT4ML68xal8cIV.lazyload, #PGDewSeArprOyx7vZuOT4ML68xal8cIV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WNrUEaSc7anqZytILxNEQ6z4kDlUD7T8 { display:flex;width:1.25rem;height:1.25rem;top:36.375rem;left:5.625rem;font-size:0.875rem;z-index:15112; }
 }@media only screen and (max-width: 763px) { #cmWl2UQV3oVAZPehhG50lyIWJV4zAnMa { width:5.75rem;height:1.13671875rem;top:36.5rem;left:6.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15100;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #C0MRl4J82WFqe7d9lrgExRpR6ktfW7vL { width:7.9368125rem;height:1.29980625rem;top:35.3125rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15124;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #M5T1di63pN16xHsSPZ7wT7qg5NLRJM1t { width:7.0623125rem;height:1.0556625rem;top:36.5625rem;left:12.0625rem;font-size:0.8125rem;text-align:right;text-align-last:right;z-index:15123;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #LWBoo2G0s33kUCrde2b8uUi0v8105vvX { width:5.7492875rem;height:0.9746125rem;top:34.1875rem;left:13.375rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15122;color:#00a887;display:block; }
 }@media only screen and (max-width: 763px) { #XW0QKeBqOE9QxP4qU7T2qkL2P1hIIqHM { width:20rem;height:4.375rem;top:69.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #l29KKryroeGfH4waczZS5tvq74ryp0rk { display:flex;width:1.25rem;height:1.25rem;top:72.0625rem;left:0.9375rem;font-size:0.875rem;z-index:15134; }
 }@media only screen and (max-width: 763px) { #EgdpyTozysT8uByxaoFzbxT4FUUZoP9w { width:1.31214375rem;height:1.13671875rem;top:72.125rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15122;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #JRQnl6hSm45h1XwKB1tfdGQZtLvXTWcu { width:12.0625rem;height:1.29980625rem;top:69.9375rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #abbJzIf9WiOmysJFIZubrrr8N0CQNpff { display:flex;width:1.25rem;height:1.25rem;top:71.9375rem;left:3.5rem;font-size:0.875rem;z-index:15135; }
 }@media only screen and (max-width: 763px) { #MbzQThT2b72OlsepkrpFfkL6Z4VZcvZK { width:1.25rem;height:1.13671875rem;top:72.125rem;left:4.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15123;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #WfUrEKSB1gPTnzlJKp6vh9FB7R6Wr0sW { width:20rem;height:12.8125rem;top:56.5rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/3c95de29-f7db-449b-ba96-7d2e5d177663/2Bedroom2Hill.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15074;display:block; }#WfUrEKSB1gPTnzlJKp6vh9FB7R6Wr0sW.adaptive-delivery-prevent-bg, #WfUrEKSB1gPTnzlJKp6vh9FB7R6Wr0sW.lazyload, #WfUrEKSB1gPTnzlJKp6vh9FB7R6Wr0sW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wrry3gclXpXwd6Csly44srcyEysJLDrU { display:flex;width:1.25rem;height:1.25rem;top:72rem;left:6rem;font-size:0.875rem;z-index:15136; }
 }@media only screen and (max-width: 763px) { #FiizTnTrCTNA6RFfdVuhFSkuKGgkBteb { width:5.75rem;height:1.13671875rem;top:72.125rem;left:6.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15124;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #RD4ay3U5JKNfTxVc5gw24K6qQKC25PKK { width:7.9368125rem;height:1.29980625rem;top:70.9375rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15148;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #n9MFUdQNt7VfFaCuiSWmxaStsUp7U7Uh { width:20rem;height:4.375rem;top:51.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #NnPellQvoqtNS8aq4gpxHo5b3vpTbh5o { display:flex;width:1.25rem;height:1.25rem;top:54.25rem;left:0.9375rem;font-size:0.875rem;z-index:15122; }
 }@media only screen and (max-width: 763px) { #SODeiIdEZG7DH5df4UzAivpVpwc7lPw6 { width:1.31214375rem;height:1.13671875rem;top:54.3125rem;left:2rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15110;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #UvRyUoEXnFeMQHWG9ifpSGM1395aZZfF { display:flex;width:1.25rem;height:1.25rem;top:54.125rem;left:3.3125rem;font-size:0.875rem;z-index:15123; }
 }@media only screen and (max-width: 763px) { #y22pTupt68CV6WEWKO9WNvGGtNsiy7CI { width:1.25rem;height:1.13671875rem;top:54.3125rem;left:4.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15111;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #qzKBJ1ibgwhr2GQQP7ln5NOwDNG9LlCz { display:flex;width:1.25rem;height:1.25rem;top:54.1875rem;left:5.625rem;font-size:0.875rem;z-index:15124; }
 }@media only screen and (max-width: 763px) { #zAQ7bbP0UMakNnXIrCIzAKuEVoB1KA00 { width:5.75rem;height:1.13671875rem;top:54.3125rem;left:6.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15112;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #o5SW4wNeDzimK8H7iDoiuwJZpgV5wFdh { width:7.0623125rem;height:1.0556625rem;top:54.375rem;left:12.0625rem;font-size:0.8125rem;text-align:right;text-align-last:right;z-index:15135;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #hxS6ZILiOu3mhNGR0LCXN6Gtqs2G6nhd { width:7.0623125rem;height:1.0556625rem;top:72.1875rem;left:12.0625rem;font-size:0.8125rem;text-align:right;text-align-last:right;z-index:15147;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #RPlIPxAHl4WFiEcS1t1dUuWaxVQNhTU4 { width:7.9368125rem;height:1.29980625rem;top:53.125rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15136;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #GarZL1iN7ptMnoRM3cfeJMlXwNIDbp2T { width:12.0625rem;height:1.29980625rem;top:52.125rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #ryZ4eK0Vy9E7lLJhmaAbwr9oh7Em6UXl { width:5.7492875rem;height:0.9746125rem;top:52rem;left:13.375rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15134;color:#00a887;display:block; }
 }@media only screen and (max-width: 763px) { #FspTcww65srJxTzKcvxCF6mK8Vsgbzt1 { width:5.7492875rem;height:0.9746125rem;top:69.8125rem;left:13.375rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15146;color:#00a887;display:block; }
 }@media only screen and (max-width: 763px) { #CQvPDkBLqyI9XHsXvkU70ePUH4cSqPIT { width:20rem;height:12.8125rem;top:38.6875rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/06786ad6-a2c0-48b3-ba9e-f3fba236dbd6/1Bedroomplus1Hill.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15062;display:block; }#CQvPDkBLqyI9XHsXvkU70ePUH4cSqPIT.adaptive-delivery-prevent-bg, #CQvPDkBLqyI9XHsXvkU70ePUH4cSqPIT.lazyload, #CQvPDkBLqyI9XHsXvkU70ePUH4cSqPIT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vun9Brew8bPK8gG4CeoPSahcWQaGCdBx { width:20rem;height:1.625rem;top:0.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc18UJKxcJuJ6kPztD8r3k9R2OoDRGOv { width:15rem;height:2.5rem;top:75.125rem;left:2.5rem;font-size:0.875rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Sv5Zf3ctpoN4qs9ylgsRNinhCAgB8cLK { display:block; }
 }@media only screen and (max-width: 763px) { #wyRbnotLbexKENQSvgVhuKg7vKQAdz9E { background-color:#2c5755;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; }#wyRbnotLbexKENQSvgVhuKg7vKQAdz9E > .row .container { background-color: transparent; background-image: none; }#wyRbnotLbexKENQSvgVhuKg7vKQAdz9E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyRbnotLbexKENQSvgVhuKg7vKQAdz9E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyRbnotLbexKENQSvgVhuKg7vKQAdz9E > .row .container > .video-iframe-container { display: none; }#wyRbnotLbexKENQSvgVhuKg7vKQAdz9E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyRbnotLbexKENQSvgVhuKg7vKQAdz9E > .row > .video-iframe-container { display: none; }#wyRbnotLbexKENQSvgVhuKg7vKQAdz9E > .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); }#wyRbnotLbexKENQSvgVhuKg7vKQAdz9E > .row .container { border-width: 0; border-radius: 0; }#wyRbnotLbexKENQSvgVhuKg7vKQAdz9E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wyRbnotLbexKENQSvgVhuKg7vKQAdz9E > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHg4fMupA8MOnlLMeBXdZ1C9FlukS7vt { height:11.25rem;width:20rem;top:1.5625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #WycR30UNIGwlztVfbJP85lfKin2c4ePQ { display:none; }#WycR30UNIGwlztVfbJP85lfKin2c4ePQ > .row .container { width:20rem;height:11.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OaTFolUpqoBBm8saXVZyWGe8uVJugqWv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4a0646e6-4360-4d2f-9be5-ddfeacc73305/6.webp");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;display:block; }#OaTFolUpqoBBm8saXVZyWGe8uVJugqWv.adaptive-delivery-prevent-bg, #OaTFolUpqoBBm8saXVZyWGe8uVJugqWv.lazyload, #OaTFolUpqoBBm8saXVZyWGe8uVJugqWv.lazyloading { background-image: none; }#OaTFolUpqoBBm8saXVZyWGe8uVJugqWv > .row .container { background-color: transparent; background-image: none; }#OaTFolUpqoBBm8saXVZyWGe8uVJugqWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#OaTFolUpqoBBm8saXVZyWGe8uVJugqWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaTFolUpqoBBm8saXVZyWGe8uVJugqWv > .row .container > .video-iframe-container { display: none; }#OaTFolUpqoBBm8saXVZyWGe8uVJugqWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#OaTFolUpqoBBm8saXVZyWGe8uVJugqWv > .row > .video-iframe-container { display: none; }#OaTFolUpqoBBm8saXVZyWGe8uVJugqWv > .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); }#OaTFolUpqoBBm8saXVZyWGe8uVJugqWv > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bulHDF67XaZFzQiKWQ16PBDZCOH9dsfg { width:20rem;height:1.75rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #khMvansbzyTHg7Q6FnZeAFtURTN7e2oR { width:9.5625rem;height:8.39453125rem;top:3.662109375rem;left:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHwrdkgQ7MB1ynGBaGvJiUZwwQifWfT4 { width:11.625rem;height:8.39453125rem;top:3.6611328125rem;left:7.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGgdGRQtIx75LacD8TPFIotiGeEzKkAi { background-color:#00a887;background-image:none;display:block; }#SGgdGRQtIx75LacD8TPFIotiGeEzKkAi > .row .container { background-color: transparent; background-image: none; }#SGgdGRQtIx75LacD8TPFIotiGeEzKkAi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGgdGRQtIx75LacD8TPFIotiGeEzKkAi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGgdGRQtIx75LacD8TPFIotiGeEzKkAi > .row .container > .video-iframe-container { display: none; }#SGgdGRQtIx75LacD8TPFIotiGeEzKkAi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGgdGRQtIx75LacD8TPFIotiGeEzKkAi > .row > .video-iframe-container { display: none; }#SGgdGRQtIx75LacD8TPFIotiGeEzKkAi > .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); }#SGgdGRQtIx75LacD8TPFIotiGeEzKkAi > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-input-text {padding-top: 0; padding-bottom: 0;}#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-input-select {padding-top: 0; padding-bottom: 0;}#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;height:2.5rem;background-color:#eb4c42;background-image:none; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-container:first-of-type{padding-top:0;}#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .widget-container:last-of-type{padding-bottom:0;}#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz  { width:17.5rem;height:auto;top:3.9375rem;left:0rem; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz {display:block;}#OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz { width:17.5rem;height:auto;top:3.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #zOSFSDtxC7mAEvM7c3i4tJG6N7KyrzVK {  }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #zVTUkxSZib5xMcOu84c0vR3nOmVFb8rM {  }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #F9888zdlhxa29dIun4N6irsCaf1lH8qp {  }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #sVRMfNKK5MIZgfSfau9tTDG2lypWk2OR {  }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #ZKHu9bXv0AazgfSXSnrBmlTBd0hpTwdP {  }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #ZoGQTxGQxOyAiCT0EO6yJgp7XiM2Zm9f {  }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #BZEOqqMN750G9fpTL4AnuP5ITcMTLomr {  }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #fm8aB3B7hb9KPd6NeK8xAFnrn1G0wKib {  }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #IxCXfZQE826z5uglP14tPkguRp7leJsb {  }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #EJyTTKrBEpp4KJHoueqGR5x66XQerHkg {  }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #R1pETQ3G8OxRdv9AoEwVIp2XDHmf0hEm {  }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #Ws4LuC0ZaeUd7gsl0M5wLTCqD06zLzIb {  }
 }@media only screen and (max-width: 763px) { #awSLWHdBZRCse6nvbpfDWxwkSx4qmpyQ { display:block; }
 }@media only screen and (max-width: 763px) { #JS0IBxb3Wm81NavZIkPztbLZfD69CIqA { display:block; }
 }@media only screen and (max-width: 763px) { #ZPOoo1AWTu7MWcM9KaL9TpVlbiPiZNQx { display:block; }
 }@media only screen and (max-width: 763px) { #yyofB9ZTlaHExRvWQTgCGIllF4MNUw7g { display:block; }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #tyxnsTZkTTdhvzRc3By9ZLDoBV6H1aVU {  }
 }@media only screen and (max-width: 763px) { #OBBv5UaWmFDa9cJNak5EnCW6fXe4vSMz #BwfQ3CnypPRwhqPHECcG1xVk8SOwTgOq {  }
 }@media only screen and (max-width: 763px) { #SZ2CC8I3Sb38E6QBpZUt7Ks7nZ1MS7fN { width:16.25rem;height:1.94921875rem;top:26.19921875rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTm0RPz8TKVccDKgWJr28Vh7JamTLBRk { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fhJDqqH5Jc9KZeB3nqrGz13wyUegXJr8 { width:20rem;height:1.3994125rem;top:2.94921875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SvTKHKVgw1beTyBr8pViUv84o17FNLIw { background-color:#e9e1d4;background-image:none;display:block; }#SvTKHKVgw1beTyBr8pViUv84o17FNLIw > .row .container { background-color: transparent; background-image: none; }#SvTKHKVgw1beTyBr8pViUv84o17FNLIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvTKHKVgw1beTyBr8pViUv84o17FNLIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvTKHKVgw1beTyBr8pViUv84o17FNLIw > .row .container > .video-iframe-container { display: none; }#SvTKHKVgw1beTyBr8pViUv84o17FNLIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvTKHKVgw1beTyBr8pViUv84o17FNLIw > .row > .video-iframe-container { display: none; }#SvTKHKVgw1beTyBr8pViUv84o17FNLIw > .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); }#SvTKHKVgw1beTyBr8pViUv84o17FNLIw > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxkTrIkLqlLkBI0O5B4Nv0k4ePf1iMHc { width:17.0605625rem;height:1.625rem;top:1.25rem;left:1.46875rem;font-size:1.25rem;color:#2c5755;display:block; }
 }@media only screen and (max-width: 763px) { #ekSrsCEeB8T90B0AHnasO9X23p3nKm7M { width:9.6875rem;height:5.625rem;top:16.25rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kElC7FTO9Axplb14RlwEL538ITz34y3J { width:9.6875rem;height:5.625rem;top:10rem;left:10.3125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq5NU2m5etdJOhvgy2cfBFkw4QT8bETM { width:9.6875rem;height:5.625rem;top:3.75rem;left:10.3125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwT87lc7Zx7EE8ByOtvCbUZf1pCvGG63 { width:9.6875rem;height:5.625rem;top:10rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRN6KbtuIyf3niSsMvcKG77wE1Lpmiea { width:9.6875rem;height:5.625rem;top:16.25rem;left:10.3125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiyRUoUELQU3P3Ne9aW1NOgNwB1M2JFA { width:9.6875rem;height:5.625rem;top:3.6875rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #naVNwOsW8iH7eGrnLRwsQaXT8OetpgDu { width:11.4375rem;height:3.8232375rem;top:26.927734375rem;left:0.9375rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GzlmuIHXTZTttOaJU3S6IWTxskCI7TJx { width:13.874rem;height:3.8232375rem;top:30.7490234375rem;left:0.9375rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IlZXqxDaaCyzE41XQIH69B9gcud5ZugO { width:9.5rem;height:3.8232375rem;top:23.1875rem;left:0.9375rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ndWIf5BTvAdksnzMxIghuNUQBC7UVuIK { width:20rem;height:12.8125rem;top:22.5rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gda2IXWvqc1uDGrBQMUdmqn7rQV8udSP { width:20rem;height:7.1875rem;top:113.693359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7kgSyxNDTxV5hSnmPC8CwAmwcKzuQQd { width:20rem;height:7.1875rem;top:122.130859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BOShuVfDf8FPTtqMviiRR8RV6yppB9Nn { background-color:#ffffff;background-image:none;display:block; }#BOShuVfDf8FPTtqMviiRR8RV6yppB9Nn > .row .container { background-color: transparent; background-image: none; }#BOShuVfDf8FPTtqMviiRR8RV6yppB9Nn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOShuVfDf8FPTtqMviiRR8RV6yppB9Nn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOShuVfDf8FPTtqMviiRR8RV6yppB9Nn > .row .container > .video-iframe-container { display: none; }#BOShuVfDf8FPTtqMviiRR8RV6yppB9Nn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOShuVfDf8FPTtqMviiRR8RV6yppB9Nn > .row > .video-iframe-container { display: none; }#BOShuVfDf8FPTtqMviiRR8RV6yppB9Nn > .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); }#BOShuVfDf8FPTtqMviiRR8RV6yppB9Nn > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzkFb82FsBb9lstERmHxEJx12lx3rda4 { width:20rem;height:42.25rem;top:57.5341796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZpMBqBL0Tnd6fQLi0SdrdN106bkgwvP { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;font-family:marcellus;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZJg6uFHRDRKVSQyknfBmRZVT3t2z4Myl { top:3.75rem;left:0rem;width:20rem;height:12.5rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #WaLTJwV3yLhf7XT1nvOe3gVbTFxM9Rt5 { width:19.75rem;height:2rem;top:17.5rem;left:0rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtbfGX5EzBSd7fn1W9hU6GUsT1hH2fiv { display:flex;width:1.25rem;height:1.25rem;top:18rem;left:0.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #TufHd7cR12K0B5tggBiX0X6Bcdo4fOba { width:12.25rem;height:1.13671875rem;top:18rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udVqmCT3cVy01y1atFrv9WXd4tAaQFTF { display:flex;width:3.4375rem;height:3.4375rem;top:17.987500667572rem;left:16.562500774861rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKeoKUZffGEmrSRx641xCLn6LlDlTXTU { width:12.1875rem;height:1.7871125rem;top:16.344531774521rem;left:1.2820313572884rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wgvOLtiAvC6ECoFTBSpO7hCH6bMVWQHe { width:12.1875rem;height:1.7871125rem;top:17.309375524521rem;left:7.8124998211863rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDUWwPrMWIDHqbHN8lTJEDK05LfB57Z1 { display:flex;width:1.25rem;height:1.25rem;top:54.8125rem;left:0.5625rem;z-index:15052;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #sPTbHc8R67VytMBXeBwh25CbOqf1zDJ9 { width:15.4375rem;height:1.7871125rem;top:18.575000524521rem;left:4.5625002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0zqx5WK3wLBR4GSe2tdLfIMON3pRNCM { width:12.25rem;height:2.2734375rem;top:20.375rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTZBnGclvzqUxcMh2OOSqQfDHlXqTxRh { width:0.4375rem;height:0.4375rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3FgeSPQlkztGylXlVoMuK2bv653OCdW { width:0.4375rem;height:0.4375rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwCsLCEx13HiFW335iO4tTfIuIoVMeTS { width:12.25rem;height:2.2734375rem;top:23rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxFIVtAop55yNHMQ2n5EGg9trxQD4Psq { width:10.8125rem;height:2.2734375rem;top:25.625rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5eCWti6BmSKTgUEwDQQiyAgIsBmOKu6 { width:0.4375rem;height:0.4375rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP1J4adTSwCabT56VWVA8kWonSyuZWg1 { width:13.6875rem;height:2.924475rem;top:74.77245rem;left:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImdMhfQbaZgmXvloBhbPZQHCKiq0bvUf { width:12.25rem;height:2.924475rem;top:62.2539rem;left:3.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aI0us9aB3694XtH93PTLmxMT0zgQRoz2 { width:14.3125rem;height:2.924475rem;top:49.73535rem;left:2.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nDBbqpEINoq1gdJPbN5q6ZI0fxz0gQXp { width:0.6875rem;height:0.6875rem;top:42.54785rem;left:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUpT6ScTCVdMUlid9yhmEKb3BUq7SUST { width:0.6875rem;height:0.6875rem;top:46.04785rem;left:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uuTtk58xh6fQLSzc7ABgIrHBgKVMiFSC { width:0.6875rem;height:0.6875rem;top:38.98535rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJqO5AapcT5dq9N6urvqQUGcUu2fZQxT { width:13.6875rem;height:2.924475rem;top:90.1953rem;left:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f07Pex1Gs4I5hXACqi3tEXZ0tQomfqOQ { width:15.6875rem;height:2.924475rem;top:66.42675rem;left:2.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XiNEwD8wDC8nO4Q46airnrH590h9TCiw { width:19.1875rem;height:2.924475rem;top:53.9082rem;left:0.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZpgfxnZtlnfBboZPR3e6EemJ9felhNWl { width:0.6875rem;height:0.6875rem;top:83.0078rem;left:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGwbLF5Q436gxwxD2rrDttwr6PAPch7r { width:0.6875rem;height:0.6875rem;top:86.5078rem;left:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzXPAKHaE6Cz37fttDSffNJPzo017Vh9 { width:0.6875rem;height:0.6875rem;top:79.4453rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UBKflZGLANxtSt218LMmLzu534rTzLg2 { width:13.9375rem;height:2.924475rem;top:105.61815rem;left:3rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9iFd6vlfCOsQ6vqdD89fkoizg34pg7T { width:15.6875rem;height:2.924475rem;top:70.5996rem;left:2.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJywCC9iDwzN9vBSKFRbNB1mE0ZgMVWr { width:0.6875rem;height:0.6875rem;top:98.43065rem;left:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dqW7SdcP7TTrCo62P80IiydPefVRV9uW { width:0.6875rem;height:0.6875rem;top:101.93065rem;left:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2HXsnUUJDITVvqEcAcf7xTxN6kSXSWp { width:15.5625rem;height:2.924475rem;top:58.08105rem;left:2.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yuxfKtuRkWSLpoWzIMPsM5NSivVqJE4L { width:0.6875rem;height:0.6875rem;top:94.86815rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vdEzFrBcGhqbuJ3XctLoaIbRMEZpr0EN { display:flex;width:2.375rem;height:2.375rem;top:39.9375rem;left:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #XkzBrTE3Mt5D5VMHGB5p0oTT39VhXUTm { width:12.25rem;height:1.13671875rem;top:32.125rem;left:2.1875rem;font-size:0.875rem;z-index:15020;font-family:montserrat;color:#25b3a8;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VOmimSfK6Gkt1PEwm7SJ7pCswBLcCvh4 { display:flex;width:1.375rem;height:1.375rem;top:32rem;left:0.5rem;z-index:15021;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #XEauFRAmMQT1P23V03AnC9hQHRaOGusl { width:13.6875rem;height:2.2734375rem;top:39.6875rem;left:0.75rem;font-size:0.875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #TWa3noFSkF1tgzHfodbT13yDWEc9I2Rr { width:12.25rem;height:2.2734375rem;top:37.0625rem;left:0.75rem;font-size:0.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #DPEoX9u3cdl9H6BJGIf7nEn0iKmLkmp5 { width:12.25rem;height:2.2734375rem;top:34.4375rem;left:0.75rem;font-size:0.875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #WzFMtseTt6MQs8fnyBTA8EGUpbtE1GTR { width:12.25rem;height:1.13671875rem;top:43.5rem;left:2.1875rem;font-size:0.875rem;z-index:15030;color:#25b3a8;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QS9EHnIVdracivI3gxKPlP5JOhitmg2l { width:15.375rem;height:2.2734375rem;top:45.8125rem;left:0.75rem;font-size:0.875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #SfcVXgsBK1ih2yg0P29FAL42FPXn8G1L { width:15.4375rem;height:2.2734375rem;top:48.4375rem;left:0.75rem;font-size:0.875rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #RzD61ZvTewzOywKrAaTm3koWVFtzlm7s { width:13.6875rem;height:2.2734375rem;top:51.0625rem;left:0.75rem;font-size:0.875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #Vm2zFcHGLLIrDBFzTbqo77OvRCTnK5tx { width:13.6875rem;height:2.2734375rem;top:62.4375rem;left:0.75rem;font-size:0.875rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #Am5BhCiT1GxdRl1ugPSTTo5gtr3hWHfW { width:15.4375rem;height:2.2734375rem;top:59.8125rem;left:0.75rem;font-size:0.875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #bMAh9DJpZTbTfxAUym9t5obwQM2VN2zu { width:15.375rem;height:2.2734375rem;top:57.1875rem;left:0.75rem;font-size:0.875rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #n2mJTfFVdsFdMOFGXKroz0stTlOReLIN { width:15.8125rem;height:1.13671875rem;top:54.875rem;left:2.1875rem;font-size:0.875rem;z-index:15040;color:#25b3a8;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IHXSevqEKrJCPg6h24aWkTNU6NEIMmw3 { width:15rem;height:2.5rem;top:66rem;left:2.5rem;font-size:0.875rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #AV3yE3nZPkTGbgu1wyHNh3uTT6A0SGy9 { display:block; }
 }@media only screen and (max-width: 763px) { #xAo4bhTaO40MfT01tfq9xSsbg0y5f4C2 { display:flex;width:1.125rem;height:1.125rem;top:43.5625rem;left:0.625rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #JZQxdmosM2UTrD5zvMSTgPqZMz0JGZ2Z { width:19.75rem;height:2rem;top:42.9375rem;left:0rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg8wy3pHditnXdeMp5u6RBgaUMDCsh11 { width:19.75rem;height:2rem;top:54.3125rem;left:0rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU5l4I3h8Ndz19ONZdz5qwOCuLnQbDGw { width:19.75rem;height:2rem;top:31.5625rem;left:0rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRrzEcZvwPP147okkUofs8l07oKf1kei { width:0.4375rem;height:0.4375rem;top:34.8125rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #GOonnrJ4tFyC6SHPi2JTsOU9J0EHUcpC { width:0.4375rem;height:0.4375rem;top:37.4375rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #e0gfggfzEwOHkwPZ0cvFDDLtLyGNuown { width:0.4375rem;height:0.4375rem;top:40.0625rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #qTJtlf757JMTsVqG7eR0uSVrSZsmPhux { width:0.4375rem;height:0.4375rem;top:46.1875rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #sESUerSPqg22hEtebbOibec9UegXcLCO { width:0.4375rem;height:0.4375rem;top:48.8125rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #GSKN2mS77vovpc0Gsi8CkQo6aZFPP3Hu { width:0.4375rem;height:0.4375rem;top:51.4375rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #oLbpW07LD7N5oRvhF7MGnkm1zwyKsICb { width:0.4375rem;height:0.4375rem;top:57.625rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #tbyfl3T63Vadq7CCBLLa1aLFsuwXrGav { width:0.4375rem;height:0.4375rem;top:60.1875rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #veAPqRTSBZEysgqD6mxFC0xoFgIlUXoh { width:0.4375rem;height:0.4375rem;top:62.8125rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #XNrzT9apmLmi5CPAsaLoTbD79mp0UzCF { width:13.6875rem;height:2.2734375rem;top:28.2734375rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1IKFoqsXeSAe0XTLFZRt52wDiMzSxQU { width:0.4375rem;height:0.4375rem;top:28.6484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOl8EhElUq4oDpiwZtImwE8wA875CCRh { display:block; }#NOl8EhElUq4oDpiwZtImwE8wA875CCRh > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1xyFgTStRvbq84u741t8gzN8EUcfIKc { width:18.4375rem;height:0.8125rem;top:0.46875rem;left:0.78125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }