.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:246,238,226;--color-primary-1:229,203,167;--color-primary-2:211,169,109;--color-primary-3:165,123,62;--color-primary-4:125,88,35;--color-secondary-0:93,165,49;--color-secondary-1:72,148,26;--color-secondary-2:41,98,5;--color-secondary-3:27,72,1;--color-secondary-4:11,33,2;--color-tertiary-0:255,255,255;--color-tertiary-1:194,194,194;--color-tertiary-2:153,153,153;--color-tertiary-3:92,92,92;--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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { position:relative;display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { background-color: transparent; background-image: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { border-width: 0; border-radius: 0; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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; }#z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { 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; }
#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { 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; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.adaptive-delivery-prevent-bg, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyload, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyloading { background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { background-color: transparent; background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .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); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { border-width: 0; border-radius: 0; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { 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; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d33f0826-d8b4-4bd1-bb3c-29f31c782b5b/N_01_EXcopy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;overflow:visible;position:relative;display:block; }#dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:18.0625rem;left:32.5625rem;height:1.2744125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.8740234375rem;left:33.3115234375rem;height:1.787325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fda349, #b06318);background-image: -moz-linear-gradient(180deg, #fda349, #b06318);background-image: -ms-linear-gradient(180deg, #fda349, #b06318);background-image: -o-linear-gradient(180deg, #fda349, #b06318);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda349', endColorstr='#b06318' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda349', endColorstr='#b06318' );";background-image: linear-gradient(180deg, #fda349, #b06318);background-size:auto !important;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:29.5615234375rem;left:25.8125rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { box-sizing:content-box;height:3.125rem;width:23.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(17,17,17,0.3);background-image:none;top:25rem;left:25.8125rem;border-top:0.125rem solid #d88d43;border-left:0.125rem solid #d88d43;border-right:0.125rem solid #d88d43;border-bottom:0.125rem solid #d88d43;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; }
#ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { color:#f4a251;display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:26.1240234375rem;left:26.0615234375rem;height:1.1684rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:26.1865234375rem;left:40.4990234375rem;height:1.1684rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:18.1875rem;left:31.625rem; }
#eISVtRwb9KkRSZ1HU283lhCJDMNH1KJi { color:#ffffff;display:block;width:49.0625rem;position:absolute;font-family:marcellus;font-size:2.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:14.25rem;left:12.96875rem;height:2.76215rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wePJXHWBiDqe7y86XaV7EQnM4wDxS8D0 { box-sizing:content-box;height:7.9375rem;width:18.6875rem;position:absolute;display:block;z-index:15033;background-color:#1a1637;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:28.15625rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#k0cNhae36oNR8SpaTUxD31QQ7TNH8xTl { position:absolute;display:block;z-index:15034;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:2.6875rem;width:13.375rem;top:2.6875rem;left:30.75rem;overflow:hidden;display:block; }
#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1637;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; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { background-color: transparent; background-image: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container > .video-iframe-container { display: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container { display: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .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); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { border-width: 0; border-radius: 0; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { font-size:0.875rem;font-family:arial;height:92.5rem;width:75rem;position:relative;display:block; }#y7233XsTKTG273vqVNX48syDDN5yMVKM { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;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:32.9375rem;left:52.5625rem;height:1.13715rem;text-align:right;text-align-last:right;display:block; }
#n5bPgW4sqlAHsmz95WKaSfoBusOBB2gO { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:32.6875rem;left:44.875rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HMDTlOCaZ0BM050nqW1bcsWxOHX2NML9 { color:#d88d43;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:32.875rem;left:40.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#bh8uFS8w3wT5Qp40O0dObE5XL5LTnUch { 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:32.875rem;left:30.1875rem;height:1.21875rem;display:block; }
#BvAFyhXn7ralg4Q4QCuS5HZ7M7lt24bW { 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:32.4375rem;left:31.4375rem; }
#fP64VzMC4IbdqfvcMcwGcexhW5LcKS7E { 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:32.875rem;left:33.375rem;height:1.21875rem;display:block; }
#s8HidyypToFlxfn8eQL54likrDIv9CUH { color:#f1d7bd;display:block;width:27.9980625rem;position:absolute;font-family:marcellus;font-size:3.375rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:3.75rem;left:23.5rem;height:4.38715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ruRWl3VaWl1oBJ7pwRfbT3tQh2E3iLpy { 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:32.625rem;left:28.1875rem; }
#t6a0ikqn1PiDRVEGTlOchSVX0LqHewKG { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15134;line-height:1.3;letter-spacing:0;top:32.875rem;left:36.375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#k9RLMTxl8tE4Z21V9rTeqbknBQ6wdMQL { 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:32.625rem;left:34.5625rem; }
#NaawPOTew6F1Ilc0hVto6zdNIEbEspOa { box-sizing:content-box;height:20rem;width:36.5625rem;position:absolute;display:block;z-index:15263;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/325aaea3-a10f-4443-bd01-830995e7f9b0/1BedroomPoolAccess003copy2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.1875rem;left:0.625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NaawPOTew6F1Ilc0hVto6zdNIEbEspOa.adaptive-delivery-prevent-bg, #NaawPOTew6F1Ilc0hVto6zdNIEbEspOa.lazyload, #NaawPOTew6F1Ilc0hVto6zdNIEbEspOa.lazyloading { background-image: none; }
#F2SOAw82f3sMmT49N07c44B8IuWwrVIU { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15057;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:10.625rem;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; }
#bGAFPoyPUU4P1B605x2mUlvNJvszHG0I { box-sizing:content-box;height:9.6875rem;width:17.9375rem;position:absolute;display:block;z-index:15264;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/753bc860-cb2b-4088-9f30-84bd7ab80bec/1BedroomPoolAccess001copy2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.1875rem;left:37.8125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bGAFPoyPUU4P1B605x2mUlvNJvszHG0I.adaptive-delivery-prevent-bg, #bGAFPoyPUU4P1B605x2mUlvNJvszHG0I.lazyload, #bGAFPoyPUU4P1B605x2mUlvNJvszHG0I.lazyloading { background-image: none; }
#IuIHLs4iPIiUvgvvxZT0dfH8iUuTquFk { color:#1a1637;display:block;width:20.3125rem;position:absolute;font-family:marcellus;font-size:1.625rem;font-weight:400;z-index:15158;line-height:1.3;letter-spacing:0;top:32.46875rem;left:1.25rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sbKGcXDnGvOT1OMCkAheO81K88GzRn8s { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fda349, #b06318);background-image: -moz-linear-gradient(180deg, #fda349, #b06318);background-image: -ms-linear-gradient(180deg, #fda349, #b06318);background-image: -o-linear-gradient(180deg, #fda349, #b06318);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda349', endColorstr='#b06318' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda349', endColorstr='#b06318' );";background-image: linear-gradient(180deg, #fda349, #b06318);background-size:auto !important;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5625rem;text-decoration:none;z-index:15268;text-align:center;text-align-last:center;top:32.099609375rem;left:60.3125rem;display:block; }
#d5dlUoZLivL4lnGgU4LMzl1tnNPXcUxF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AnZp5eViitTMQkPV9Gr34DSwEXW8ykGX { box-sizing:content-box;height:20rem;width:17.9375rem;position:absolute;display:block;z-index:15265;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e035379d-8292-4a9c-9f76-40ef6be32b3d/1BedroomPoolAccess004copy2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.1875rem;left:56.4375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#AnZp5eViitTMQkPV9Gr34DSwEXW8ykGX.adaptive-delivery-prevent-bg, #AnZp5eViitTMQkPV9Gr34DSwEXW8ykGX.lazyload, #AnZp5eViitTMQkPV9Gr34DSwEXW8ykGX.lazyloading { background-image: none; }
#RVTBEVkz1XUmStrd2nqslgThsZTwlLSN { box-sizing:content-box;height:9.6875rem;width:17.9375rem;position:absolute;display:block;z-index:15266;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4f42e6e5-61e4-4dd4-a4f5-ba8d1f9dee26/1BedroomPoolAccess002copy2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.5rem;left:37.8125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RVTBEVkz1XUmStrd2nqslgThsZTwlLSN.adaptive-delivery-prevent-bg, #RVTBEVkz1XUmStrd2nqslgThsZTwlLSN.lazyload, #RVTBEVkz1XUmStrd2nqslgThsZTwlLSN.lazyloading { background-image: none; }
#ATpLXraLMA47W5I01912QFI0Lq0Flvnk { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15074;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:36.875rem;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; }
#PITrvt9p0dIc8BJAIAmd9y7m1ocz7fVC { color:#1a1637;display:block;width:20.3125rem;position:absolute;font-family:marcellus;font-size:1.625rem;font-weight:400;z-index:15175;line-height:1.3;letter-spacing:0;top:58.75rem;left:1.25rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BNsXVvaIak7g01pvsCCDUhM0T7D65Fhs { box-sizing:content-box;height:20rem;width:36.5625rem;position:absolute;display:block;z-index:15280;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e92a9ca9-7e3e-4ff6-a24b-5a1439a2ba64/2BedroomPoolAccess004copy_0copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.4375rem;left:0.625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#BNsXVvaIak7g01pvsCCDUhM0T7D65Fhs.adaptive-delivery-prevent-bg, #BNsXVvaIak7g01pvsCCDUhM0T7D65Fhs.lazyload, #BNsXVvaIak7g01pvsCCDUhM0T7D65Fhs.lazyloading { background-image: none; }
#KT4vvibfm4sF03PDugPf0NSpieBkLD1X { 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:15148;line-height:1.3;letter-spacing:0;top:59.125rem;left:30.375rem;height:1.21875rem;display:block; }
#B6B9xOmOt6N6HMUu98u1D3s88LDE8bHB { 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:15160;opacity:1;top:58.875rem;left:28.375rem; }
#gBQTuMxHnaHTfc9fUTl0IVrQ9WJbTeLT { 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:15161;opacity:1;top:58.6875rem;left:31.625rem; }
#VxFZ2vvbXSrf3OfzXhrwmQZ8OF0eUlsu { 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:15149;line-height:1.3;letter-spacing:0;top:59.125rem;left:33.5625rem;height:1.21875rem;display:block; }
#VrO2uAgBvrkVGK5FKVH3TgXPeC6tuptS { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15151;line-height:1.3;letter-spacing:0;top:59.125rem;left:36.5625rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#ECs1pHkNv6KPNyPqM4wF6OTUeMlv8JcG { 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:15162;opacity:1;top:58.875rem;left:34.75rem; }
#W4wdbHTH5sg53QBsggWfsx2nB2h6xCQy { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15174;line-height:1.3;letter-spacing:0;top:58.9375rem;left:44.9375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UuBAO03A32f3GUQ7xyAkpirm8A4nMlXc { color:#d88d43;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15172;line-height:1.3;letter-spacing:0;top:59.125rem;left:40.5625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#sn230PoTH33c4RndibXX2s52CeUGVDJe { box-sizing:content-box;height:9.6875rem;width:17.9375rem;position:absolute;display:block;z-index:15283;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/aa456ccd-f8d5-41c6-bd38-8325c4dd0a94/2BedroomPoolAccess010copy_0copy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:47.75rem;left:37.8125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#sn230PoTH33c4RndibXX2s52CeUGVDJe.adaptive-delivery-prevent-bg, #sn230PoTH33c4RndibXX2s52CeUGVDJe.lazyload, #sn230PoTH33c4RndibXX2s52CeUGVDJe.lazyloading { background-image: none; }
#doOpCvZxuKzMDHF3TvTc5r0ghm7sTwTf { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15173;line-height:1.3;letter-spacing:0;top:59.1875rem;left:52.5625rem;height:1.13715rem;text-align:right;text-align-last:right;display:block; }
#FEqdSDsS6b0K9TzVCW8sGqdJGzA4WhI9 { box-sizing:content-box;height:9.6875rem;width:17.9375rem;position:absolute;display:block;z-index:15284;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6747fed3-718a-423a-bafb-21a23b116972/2BedroomPoolAccess001copy_0copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:47.8125rem;left:56.375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FEqdSDsS6b0K9TzVCW8sGqdJGzA4WhI9.adaptive-delivery-prevent-bg, #FEqdSDsS6b0K9TzVCW8sGqdJGzA4WhI9.lazyload, #FEqdSDsS6b0K9TzVCW8sGqdJGzA4WhI9.lazyloading { background-image: none; }
#Ui9woHmGFrHhQ301HL1NzzgG9Duuq8M9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fda349, #b06318);background-image: -moz-linear-gradient(180deg, #fda349, #b06318);background-image: -ms-linear-gradient(180deg, #fda349, #b06318);background-image: -o-linear-gradient(180deg, #fda349, #b06318);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda349', endColorstr='#b06318' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda349', endColorstr='#b06318' );";background-image: linear-gradient(180deg, #fda349, #b06318);background-size:auto !important;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5625rem;text-decoration:none;z-index:15285;text-align:center;text-align-last:center;top:58.375rem;left:60.3125rem;display:block; }
#A8X8JF2WbOKd3FlzKLC5DowJhnT0lCSa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KDWFbWJpyPHlMpAbJmZqUB28ZWId6Xun { box-sizing:content-box;height:9.6875rem;width:17.9375rem;position:absolute;display:block;z-index:15281;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d06cdc62-14dc-42f6-8e43-fbf7169c498f/2BedroomPoolAccess002copy_0copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.4375rem;left:37.8125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#KDWFbWJpyPHlMpAbJmZqUB28ZWId6Xun.adaptive-delivery-prevent-bg, #KDWFbWJpyPHlMpAbJmZqUB28ZWId6Xun.lazyload, #KDWFbWJpyPHlMpAbJmZqUB28ZWId6Xun.lazyloading { background-image: none; }
#XKdRLMfwhT3QBfTOxUw31xgZap1ieHRR { box-sizing:content-box;height:9.6875rem;width:17.9375rem;position:absolute;display:block;z-index:15282;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b5e6b270-ca75-4f78-a73d-55d17571eaaa/2BedroomPoolAccess006copy_0copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.5rem;left:56.375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XKdRLMfwhT3QBfTOxUw31xgZap1ieHRR.adaptive-delivery-prevent-bg, #XKdRLMfwhT3QBfTOxUw31xgZap1ieHRR.lazyload, #XKdRLMfwhT3QBfTOxUw31xgZap1ieHRR.lazyloading { background-image: none; }
#O6Pp6dpi3yuyStODgGKlU69viFcpfMQO { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#K5T2XwHyPg3DbOkeRVkmsIKnRoZIGTim { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15057;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:10.625rem;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:none; }
#q5oNvgyBFcZ1Ea2sxewWK3rosl7a56b3 { color:#e8b046;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:32.875rem;left:40.5625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#N1siCMkHhky0QxPhiif7tNc7ZmyZOhMK { 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:32.625rem;left:25.9375rem;display:none; }
#J5w568f7G3nyssQXGyApSmxB6bUrcopO { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:32.6875rem;left:45.125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#hb1nFUmStgo1DxLOXmzUPPPVkS9waXKb { 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:32.875rem;left:27.9375rem;height:1.21875rem;display:none; }
#QGFa88UKmb9w4I2IvkVEEUNnxQg7rpH9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e8b046, #a57110);background-image: -moz-linear-gradient(180deg, #e8b046, #a57110);background-image: -ms-linear-gradient(180deg, #e8b046, #a57110);background-image: -o-linear-gradient(180deg, #e8b046, #a57110);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b046', endColorstr='#a57110' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b046', endColorstr='#a57110' );";background-image: linear-gradient(180deg, #e8b046, #a57110);background-size:auto !important;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5625rem;text-decoration:none;z-index:15268;text-align:center;text-align-last:center;top:32.099609375rem;left:60.3125rem;display:none; }
#Z0WO5V5OcWRZlPyVl1TfHumQfWU6op0P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FUqNC2Zb10C26Nk0V7y8ik1UI5Pqndlt { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#cMTBHo3Svfg31RtdTmoulDIO6V2NSVny { 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:32.4375rem;left:29.1875rem;display:none; }
#nvUl3KtiuxRhXCecATGTrUk6fCb43B2g { 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:32.875rem;left:31.125rem;height:1.21875rem;display:none; }
#JxvUzLccnuI1zOUclXLqEBxgx4ix5mUR { 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:32.625rem;left:32.3125rem;display:none; }
#HG5V9zmxZpw6OVXxLkzvVZDu3TWmgZP2 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;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:32.9375rem;left:52.5625rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#byalh6nXm4RXMXcN2bL4X8FC2Ey2eHVT { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15134;line-height:1.3;letter-spacing:0;top:32.875rem;left:34.125rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#f32DkW5hQWEZTRzItzIdGOdplzTbr14m { color:#69471d;display:block;width:20.3125rem;position:absolute;font-family:marcellus;font-size:1.625rem;font-weight:400;z-index:15158;line-height:1.3;letter-spacing:0;top:32.46875rem;left:1.25rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#nhu1UICTVsUGedOxNqHmIDEx9gfdBLVJ { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15091;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:63.125rem;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; }
#gLWshsBrdpADwPfPCN77oV5R8HfPOu9a { color:#1a1637;display:block;width:20.3125rem;position:absolute;font-family:marcellus;font-size:1.625rem;font-weight:400;z-index:15192;line-height:1.3;letter-spacing:0;top:85rem;left:1.25rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aGafrtk2GO5Sdvm72sRBtmipdvu6tSGy { box-sizing:content-box;height:20rem;width:36.5625rem;position:absolute;display:block;z-index:15297;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8cf1c775-e5ac-4b69-98a1-b6c1f00a5f9e/3BEDROOMLIVV01_0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:63.6875rem;left:0.625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aGafrtk2GO5Sdvm72sRBtmipdvu6tSGy.adaptive-delivery-prevent-bg, #aGafrtk2GO5Sdvm72sRBtmipdvu6tSGy.lazyload, #aGafrtk2GO5Sdvm72sRBtmipdvu6tSGy.lazyloading { background-image: none; }
#mSlNPmAdC5h17JBc6DZ83MozLAmy2Fxa { 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:15165;line-height:1.3;letter-spacing:0;top:85.375rem;left:30.1875rem;height:1.21875rem;display:block; }
#qk0hORJ0VCPG0KCIL6g1gwqkPRqw8ZbV { 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:15177;opacity:1;top:85.125rem;left:28.1875rem; }
#WnBTixBmWUhUDIFt0cWTw8VrXTbIB1wk { 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:15178;opacity:1;top:84.9375rem;left:31.4375rem; }
#O0erxP5WUuArxlnVzBMbhG5AmESl9f4J { 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:15166;line-height:1.3;letter-spacing:0;top:85.375rem;left:33.375rem;height:1.21875rem;display:block; }
#cTPqRGWLIfrdGZnExZAT3fFbNLyNkWQH { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:85.375rem;left:36.375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#QXatU2hc8MTDNERKTB7tHqeSVTr1f6Cd { 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:15179;opacity:1;top:85.125rem;left:34.5625rem; }
#tSwytZvd5Vc18bGD8PabwezM6ErxrsWP { color:#d88d43;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15189;line-height:1.3;letter-spacing:0;top:85.375rem;left:40.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#y2TyyE7WeVHibMV2k0TlWklSpoTzVrpJ { box-sizing:content-box;height:9.6875rem;width:17.9375rem;position:absolute;display:block;z-index:15300;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/37289fa3-08a7-4a17-8e37-2aa41d6b19ab/3BedroomPoolAccess011copy_0.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:74rem;left:37.8125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#y2TyyE7WeVHibMV2k0TlWklSpoTzVrpJ.adaptive-delivery-prevent-bg, #y2TyyE7WeVHibMV2k0TlWklSpoTzVrpJ.lazyload, #y2TyyE7WeVHibMV2k0TlWklSpoTzVrpJ.lazyloading { background-image: none; }
#vfTEPQsnrhrTbXlen9w3Oo3o6lsUN57k { box-sizing:content-box;height:9.6875rem;width:17.9375rem;position:absolute;display:block;z-index:15298;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/883c1fd7-015c-4225-a850-00a252daa64b/3BEDROOMB1V02_0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:63.6875rem;left:37.8125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#vfTEPQsnrhrTbXlen9w3Oo3o6lsUN57k.adaptive-delivery-prevent-bg, #vfTEPQsnrhrTbXlen9w3Oo3o6lsUN57k.lazyload, #vfTEPQsnrhrTbXlen9w3Oo3o6lsUN57k.lazyloading { background-image: none; }
#T7uoIqIr1CLoPIIKd54fBVKsW5PQd0JZ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15191;line-height:1.3;letter-spacing:0;top:85.1875rem;left:44.9375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#M2SZTXt1Q9TTNdThwAr8JEaK1XTrKcBP { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15190;line-height:1.3;letter-spacing:0;top:85.4375rem;left:52.5625rem;height:1.13715rem;text-align:right;text-align-last:right;display:block; }
#HFt7vpXBwB11VFPMnTtaOl01lp29fDo1 { box-sizing:content-box;height:9.6875rem;width:17.9375rem;position:absolute;display:block;z-index:15301;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/01bf9df9-32bb-4b77-b227-53f64b3b8c89/3BedroomPoolAccess013copy_0.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:74.0625rem;left:56.375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HFt7vpXBwB11VFPMnTtaOl01lp29fDo1.adaptive-delivery-prevent-bg, #HFt7vpXBwB11VFPMnTtaOl01lp29fDo1.lazyload, #HFt7vpXBwB11VFPMnTtaOl01lp29fDo1.lazyloading { background-image: none; }
#SLpfV50OuUqhgNzoMSGXC9dANMkiMkil { box-sizing:content-box;height:9.6875rem;width:17.9375rem;position:absolute;display:block;z-index:15299;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/819ac878-a981-4893-8262-c6e9ffa54365/3BEDROOMB1V01_0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:63.75rem;left:56.375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#SLpfV50OuUqhgNzoMSGXC9dANMkiMkil.adaptive-delivery-prevent-bg, #SLpfV50OuUqhgNzoMSGXC9dANMkiMkil.lazyload, #SLpfV50OuUqhgNzoMSGXC9dANMkiMkil.lazyloading { background-image: none; }
#cUpG2iVAxyHfDgtBSTz8QUrNrQeNR9mT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fda349, #b06318);background-image: -moz-linear-gradient(180deg, #fda349, #b06318);background-image: -ms-linear-gradient(180deg, #fda349, #b06318);background-image: -o-linear-gradient(180deg, #fda349, #b06318);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda349', endColorstr='#b06318' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda349', endColorstr='#b06318' );";background-image: linear-gradient(180deg, #fda349, #b06318);background-size:auto !important;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5625rem;text-decoration:none;z-index:15302;text-align:center;text-align-last:center;top:84.625rem;left:60.3125rem;display:block; }
#eKTietNkrETpMPnhOo9ope1woTPDUQQN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KmnTwroyFZmgeRxyZc0AV8U70XBXCuw9 { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15057;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:10.625rem;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:none; }
#VHbUlLqowXv0z9s0kOE34CgLQ1Tpk4CF { color:#e8b046;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:32.875rem;left:40.5625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#VMTMOSw0SQifhxiRiMAwatLTSQGUTPEa { 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:32.625rem;left:25.9375rem;display:none; }
#typL0uyBnGqq2Uetv68Nm2uCuTrpnQce { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:32.6875rem;left:45.125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#F5TLWpe2mES68LfcAg9NIulIqzX5IJtm { 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:32.875rem;left:27.9375rem;height:1.21875rem;display:none; }
#xn0RJ2VWgVpZlBnOtM3QJK3ncMIG4uys { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#fEM80pxBDw045MqvRpHqk4h2kXFMS5NL { color:#69471d;display:block;width:20.3125rem;position:absolute;font-family:marcellus;font-size:1.625rem;font-weight:400;z-index:15158;line-height:1.3;letter-spacing:0;top:32.46875rem;left:1.25rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uFKRcv9InTkXstH2n80WwvuniZyTpzQO { 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:32.4375rem;left:29.1875rem;display:none; }
#U1gHUozElO6pUaTzsohHXIreIF1hdKkz { 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:32.875rem;left:31.125rem;height:1.21875rem;display:none; }
#htXG2ypeyJg281ioK6ZhNg9DskTPbFTD { 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:32.625rem;left:32.3125rem;display:none; }
#IFLlAbmbK3SePKr38f88t3CuHSk8Jinq { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;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:32.9375rem;left:52.5625rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#RT2oASqgVCsm8QXIoZlsFCPzFpdhvFEI { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15134;line-height:1.3;letter-spacing:0;top:32.875rem;left:34.125rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#EN9JunUeI4w3T8I6nJWrhTWnZ7CH4c73 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b54e9f10-3af0-4efe-b43b-72eec61a1376/ChatGPTImageJan14202609_10_11AM.png");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; }#EN9JunUeI4w3T8I6nJWrhTWnZ7CH4c73.adaptive-delivery-prevent-bg, #EN9JunUeI4w3T8I6nJWrhTWnZ7CH4c73.lazyload, #EN9JunUeI4w3T8I6nJWrhTWnZ7CH4c73.lazyloading { background-image: none; }#EN9JunUeI4w3T8I6nJWrhTWnZ7CH4c73 > .row .container { background-color: transparent; background-image: none; }#EN9JunUeI4w3T8I6nJWrhTWnZ7CH4c73::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,22,55,0.8); }#EN9JunUeI4w3T8I6nJWrhTWnZ7CH4c73 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EN9JunUeI4w3T8I6nJWrhTWnZ7CH4c73 > .row .container > .video-iframe-container { display: none; }#EN9JunUeI4w3T8I6nJWrhTWnZ7CH4c73 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,22,55,0.8); }#EN9JunUeI4w3T8I6nJWrhTWnZ7CH4c73 > .row > .video-iframe-container { display: none; }#EN9JunUeI4w3T8I6nJWrhTWnZ7CH4c73 > .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); }#EN9JunUeI4w3T8I6nJWrhTWnZ7CH4c73 > .row .container { border-width: 0; border-radius: 0; }#EN9JunUeI4w3T8I6nJWrhTWnZ7CH4c73::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; }#EN9JunUeI4w3T8I6nJWrhTWnZ7CH4c73 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EN9JunUeI4w3T8I6nJWrhTWnZ7CH4c73 > .row .container { font-size:0.875rem;font-family:arial;height:56.5625rem;width:75rem;position:relative;display:block; }#dUKzUfHrRAniITtFTvhFaBqTwkeItoAZ { color:#f1d7bd;display:block;width:27.9980625rem;position:absolute;font-family:marcellus;font-size:3.375rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:3.75rem;left:23.5rem;height:4.38715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ifA44Mus2NPu7O48zVnuTJyVCIRU4WlH { box-sizing:content-box;height:6.1875rem;width:36.875rem;position:absolute;display:block;z-index:15063;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:11.1875rem;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; }
#oSg5MU5LqCL0iz7uuxUPQGRi27bLDXIq { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:13.04296875rem;left:5.375rem;height:2.5996125rem;display:block; }
#NGTA0aSxerK296TaWByc0GEznOIuO8VZ { box-sizing:content-box;height:6.1875rem;width:36.875rem;position:absolute;display:block;z-index:15065;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:11.1875rem;left:38.125rem;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; }
#DgxLmZWiFQgLOBfyCDqLow41iC7EAdin { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:13.0625rem;left:43.5rem;height:2.5996125rem;display:block; }
#mSSBENTh2Luq6aZOotzMubyMIZdtQGMS { box-sizing:content-box;height:6.1875rem;width:36.875rem;position:absolute;display:block;z-index:15067;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:18.625rem;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; }
#lXSf9498dr8QewRagkcftc8IDKNHQTrx { box-sizing:content-box;height:6.1875rem;width:36.875rem;position:absolute;display:block;z-index:15069;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:18.625rem;left:38.125rem;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; }
#wcFGNS65WJqKRXsy9iGxK7UW59gOTJER { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:21.193359375rem;left:5.375rem;height:1.29980625rem;display:block; }
#bTTVNtXbl08dZWOIbrhfWObCvcExpWgI { color:rgba(var(--color-tertiary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:20.54296875rem;left:43.5rem;height:1.29948125rem;display:block; }
#MXdBE5I6SJfI7nRT3xypdPWD0WTIN18i { box-sizing:content-box;height:6.1875rem;width:36.875rem;position:absolute;display:block;z-index:15075;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:33.5rem;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; }
#BV07ST0O1P1OdroRGVK9o0izoBIRbGJp { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:34.6875rem;left:5.375rem;height:3.8984375rem;display:block; }
#O3NI0iomMvJAAmAklldEqGV0F76GXuZe { box-sizing:content-box;height:6.1875rem;width:36.875rem;position:absolute;display:block;z-index:15071;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:26.0625rem;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; }
#SkBlATXTEc5bMqrwfiEbIkf0vk1EwrSN { box-sizing:content-box;height:6.1875rem;width:36.875rem;position:absolute;display:block;z-index:15073;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:26.0625rem;left:38.125rem;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; }
#RTGGrKRlfombmDwDmT9yR2QTpyIkTt5X { box-sizing:content-box;height:6.1875rem;width:36.875rem;position:absolute;display:block;z-index:15077;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:33.5rem;left:38.125rem;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; }
#wEkfXs5zsIOq18O5JNb9JKGVrNx9Z6c8 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:27.91796875rem;left:5.375rem;height:2.5996125rem;display:block; }
#T5Pc1dBJeUc8foqUNvFava6E5kNHOquL { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:27.9375rem;left:43.5rem;height:1.29948125rem;display:block; }
#Vv6UTF1upkVXbtZUMiBAMOFLvVJr4fuL { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:35.2939453125rem;left:43.5rem;height:2.5996125rem;display:block; }
#zJlqmf46fsJbTKkbTZGmuJG95nEdeT2b { box-sizing:content-box;height:11.25rem;width:75rem;position:absolute;display:block;z-index:15077;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:40.9375rem;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; }
#luWhmKZCIy37n6zmO5ZDkDvFFZZOENNv { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:46.125rem;left:5.4375rem;height:1.29980625rem;display:block; }
#ZDOyhDFeDmFztZytfeQQ5n55140J9hDV { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15079;background-color:rgba(var(--color-primary-0),0);background-image:none;box-shadow: none;border-top:0.3125rem solid #ffead5;border-left:0.3125rem solid #ffead5;border-right:0.3125rem solid #ffead5;border-bottom:0.3125rem solid #ffead5;top:12.5625rem;left:1.03125rem;display:block; }
#zufIqIfgWVaBisxXC56u9xMHoLIz44Zt { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15080;background-color:rgba(var(--color-primary-0),0);background-image:none;box-shadow: none;border-top:0.3125rem solid #ffead5;border-left:0.3125rem solid #ffead5;border-right:0.3125rem solid #ffead5;border-bottom:0.3125rem solid #ffead5;top:12.5625rem;left:39.21875rem;display:block; }
#QRnhIOgNR0c2VeQMsBtocNhq5pWKbXs5 { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15082;background-color:rgba(var(--color-primary-0),0);background-image:none;box-shadow: none;border-top:0.3125rem solid #ffead5;border-left:0.3125rem solid #ffead5;border-right:0.3125rem solid #ffead5;border-bottom:0.3125rem solid #ffead5;top:20rem;left:39.25rem;display:block; }
#ufCDQsAKlePfZxl4nK5IzpfhMqlNEoFQ { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15081;background-color:rgba(var(--color-primary-0),0);background-image:none;box-shadow: none;border-top:0.3125rem solid #ffead5;border-left:0.3125rem solid #ffead5;border-right:0.3125rem solid #ffead5;border-bottom:0.3125rem solid #ffead5;top:20rem;left:1.0625rem;display:block; }
#pqmJBn1ynSuEuHZKpzcSxlXGQSJ659gT { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15084;background-color:rgba(var(--color-primary-0),0);background-image:none;box-shadow: none;border-top:0.3125rem solid #ffead5;border-left:0.3125rem solid #ffead5;border-right:0.3125rem solid #ffead5;border-bottom:0.3125rem solid #ffead5;top:27.4375rem;left:39.25rem;display:block; }
#Gd8v43UTfSmv5eJSn88ReBAvu23TabBU { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15083;background-color:rgba(var(--color-primary-0),0);background-image:none;box-shadow: none;border-top:0.3125rem solid #ffead5;border-left:0.3125rem solid #ffead5;border-right:0.3125rem solid #ffead5;border-bottom:0.3125rem solid #ffead5;top:27.4375rem;left:1.0625rem;display:block; }
#E2ttNg3WAaq3z9HUvFGWrqW86gcJ7WJ5 { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15086;background-color:rgba(var(--color-primary-0),0);background-image:none;box-shadow: none;border-top:0.3125rem solid #ffead5;border-left:0.3125rem solid #ffead5;border-right:0.3125rem solid #ffead5;border-bottom:0.3125rem solid #ffead5;top:34.875rem;left:39.25rem;display:block; }
#IUAUHcTypD6sBzgOgayDOeFCMLvlbC9J { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15085;background-color:rgba(var(--color-primary-0),0);background-image:none;box-shadow: none;border-top:0.3125rem solid #ffead5;border-left:0.3125rem solid #ffead5;border-right:0.3125rem solid #ffead5;border-bottom:0.3125rem solid #ffead5;top:34.875rem;left:1.0625rem;display:block; }
#UvmOav0XZzRKDhfV2XOshbss0ZQ7hnGh { box-sizing:content-box;height:2.8125rem;width:2.8125rem;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:15086;background-color:rgba(var(--color-primary-0),0);background-image:none;box-shadow: none;border-top:0.3125rem solid #ffead5;border-left:0.3125rem solid #ffead5;border-right:0.3125rem solid #ffead5;border-bottom:0.3125rem solid #ffead5;top:44.875rem;left:1.0625rem;display:block; }
#sopnHn4WuBseA1zxDnVhFdogDJkcm1Rw { color:rgba(var(--color-tertiary-4),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15087;line-height:1.4;letter-spacing:0;top:42.4375rem;left:38.15625rem;height:8.3958375rem;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; }
#ih0aEn7HLa612C957dlCmCPrkfn0TPQC { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:13.15625rem;left:1.6875rem; }
#PxBf8sSDAgn95VD63Oczf8TQeN4LlG90 { 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:15089;opacity:1;top:13.28125rem;left:40rem; }
#yKmcXmC1ZDTGT4b30kedTdS0LEmRpswJ { 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:15090;opacity:1;top:20.78125rem;left:1.8125rem; }
#yLNyuXCNUh3eQqrpiwPy5I8zBVL9PJ7E { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:20.78125rem;left:40.0625rem; }
#Zrxnm2TGzzBSPDKmP3bNdIoe5cHKXiP9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:28.15625rem;left:1.8125rem; }
#cpWOx6VQ3ByKHmreoiB9pf135Nwmi8T6 { 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:15093;opacity:1;top:28.28125rem;left:40.125rem; }
#DDh8vM1ZnS5f1Cvm41ZAbr6RT3FVXiWI { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:35.71875rem;left:1.875rem; }
#fsGgtFSqvDiLlor3meuV5HNVO7Vus5Vs { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:35.71875rem;left:40.0625rem; }
#piUr3X5roh4N0UXwzi8zkakzxXQsXsvE { 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:15096;opacity:1;top:45.625rem;left:1.8125rem; }
#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c610923c-1b6f-47b5-b6ab-da5e2864c817/N_02_EXcopy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { border-width: 0; border-radius: 0; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::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; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:10.521484375rem;left:38.625rem;height:16.5728875rem;text-align:left;text-align-last:left;display:block; }
#Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { color:#ffffff;display:block;width:30.875rem;position:absolute;font-family:marcellus;font-size:3.375rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:13.9873046875rem;left:2.34375rem;height:12.14844375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I2vvZsaIiZDsTP3xGTpcqnTsX5oBz2Fh { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:10.583984375rem;left:38.625rem;height:19.3319875rem;text-align:left;text-align-last:left;display:none; }
#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e5ded8);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e5ded8);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e5ded8);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e5ded8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e5ded8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e5ded8' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e5ded8);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; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .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); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { border-width: 0; border-radius: 0; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:75rem;position:relative;display:block; }#mktJvqZOPbJ6itPD9LE9zohiqcn0KWqQ { color:#d88d43;display:block;width:39.1875rem;position:absolute;font-family:marcellus;font-size:3.375rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:3.75rem;left:17.90625rem;height:4.38715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RZaq2yQh7uM0LNsSCXG5u2lZ7olZEW7C { box-sizing:content-box;height:15rem;width:24.375rem;position:absolute;display:block;z-index:15064;background-color:rgba(0,0,0,0.35);background-image:url("https://images.assets-landingi.com/uc/ec27f145-1a33-4291-80ef-33e1ce62696b/5.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.1875rem;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; }#RZaq2yQh7uM0LNsSCXG5u2lZ7olZEW7C.adaptive-delivery-prevent-bg, #RZaq2yQh7uM0LNsSCXG5u2lZ7olZEW7C.lazyload, #RZaq2yQh7uM0LNsSCXG5u2lZ7olZEW7C.lazyloading { background-image: none; }
#r4ApSdl9Fh7LiLstA09pCawIinM8qBtz { box-sizing:content-box;height:15rem;width:24.375rem;position:absolute;display:block;z-index:15065;background-color:rgba(0,0,0,0.35);background-image:url("https://images.assets-landingi.com/uc/65c99605-148d-450a-9af2-fa3dba66743b/F1copy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.1875rem;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; }#r4ApSdl9Fh7LiLstA09pCawIinM8qBtz.adaptive-delivery-prevent-bg, #r4ApSdl9Fh7LiLstA09pCawIinM8qBtz.lazyload, #r4ApSdl9Fh7LiLstA09pCawIinM8qBtz.lazyloading { background-image: none; }
#WaBT2K0N5t8TrXFJn9m3NEu0Tk5MNfwm { box-sizing:content-box;height:15rem;width:24.375rem;position:absolute;display:block;z-index:15067;background-color:rgba(0,0,0,0.3);background-image:url("https://images.assets-landingi.com/uc/2145a9a5-b3fb-4e9d-bbc0-e300ceafb264/Fitness_2copy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.1875rem;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; }#WaBT2K0N5t8TrXFJn9m3NEu0Tk5MNfwm.adaptive-delivery-prevent-bg, #WaBT2K0N5t8TrXFJn9m3NEu0Tk5MNfwm.lazyload, #WaBT2K0N5t8TrXFJn9m3NEu0Tk5MNfwm.lazyloading { background-image: none; }
#oH9yaHnx5p1J6o1CI9kwxAObGNqkBQ8S { box-sizing:content-box;height:15rem;width:24.375rem;position:absolute;display:block;z-index:15067;background-color:rgba(0,0,0,0.35);background-image:url("https://images.assets-landingi.com/uc/35d4fb6b-ede2-4111-9bf9-bd87ba26609d/COWORKV12copy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.125rem;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; }#oH9yaHnx5p1J6o1CI9kwxAObGNqkBQ8S.adaptive-delivery-prevent-bg, #oH9yaHnx5p1J6o1CI9kwxAObGNqkBQ8S.lazyload, #oH9yaHnx5p1J6o1CI9kwxAObGNqkBQ8S.lazyloading { background-image: none; }
#TzF8Iq1zQSwdxR0yqyyLPugx4uvaUmTM { box-sizing:content-box;height:15rem;width:24.375rem;position:absolute;display:block;z-index:15068;background-color:rgba(0,0,0,0.35);background-image:url("https://images.assets-landingi.com/uc/f8232cec-638a-4d45-a3f3-1688855f1b65/HealthyRESV02_0copy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.125rem;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; }#TzF8Iq1zQSwdxR0yqyyLPugx4uvaUmTM.adaptive-delivery-prevent-bg, #TzF8Iq1zQSwdxR0yqyyLPugx4uvaUmTM.lazyload, #TzF8Iq1zQSwdxR0yqyyLPugx4uvaUmTM.lazyloading { background-image: none; }
#dBcWVpfutamJ9sdAKysqvKczrP4Fv4AC { box-sizing:content-box;height:15rem;width:24.375rem;position:absolute;display:block;z-index:15070;background-color:rgba(0,0,0,0.3);background-image:url("https://images.assets-landingi.com/uc/d9210629-2b6c-4028-bed7-0b4bd1ee74c1/HealthyRESV03_0copy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.125rem;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; }#dBcWVpfutamJ9sdAKysqvKczrP4Fv4AC.adaptive-delivery-prevent-bg, #dBcWVpfutamJ9sdAKysqvKczrP4Fv4AC.lazyload, #dBcWVpfutamJ9sdAKysqvKczrP4Fv4AC.lazyloading { background-image: none; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1637;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; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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;line-height:1.2; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:transparent;background-image: -webkit-linear-gradient(180deg, #fda349, #b06318);background-image: -moz-linear-gradient(180deg, #fda349, #b06318);background-image: -ms-linear-gradient(180deg, #fda349, #b06318);background-image: -o-linear-gradient(180deg, #fda349, #b06318);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda349', endColorstr='#b06318' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda349', endColorstr='#b06318' );";background-image: linear-gradient(180deg, #fda349, #b06318);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.4375rem;height:3rem;font-family:marcellus;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { 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:1.8099060058594rem;left:47.966146469116rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { 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:1.8099060058594rem;left:47.966146469116rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { 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:28.686962127686rem;left:51.312139511108rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { 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.4375rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#e8b046;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:18.6875rem;left:5.125rem;height:5.25rem;font-style:normal;display:block; }
#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e5ded8, #e5ded8);background-image: -moz-linear-gradient(180deg, #e5ded8, #e5ded8);background-image: -ms-linear-gradient(180deg, #e5ded8, #e5ded8);background-image: -o-linear-gradient(180deg, #e5ded8, #e5ded8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ded8', endColorstr='#e5ded8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ded8', endColorstr='#e5ded8' );";background-image: linear-gradient(180deg, #e5ded8, #e5ded8);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; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { background-color: transparent; background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .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); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { border-width: 0; border-radius: 0; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { font-size:0.875rem;font-family:arial;height:60.3125rem;width:75rem;position:relative;display:block; }#i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { position:absolute;display:block;z-index:15020;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:1.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:#cccccc;background-image:none;top:51.9365234375rem;left:18.34375rem;display:none; }
#EylUf5aEdGNQL5r9VpQQ8VyASSKPQit6 { color:#d88d43;display:block;width:34.0625rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:3.75rem;left:20.46875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nked4ET9ZpiihVZ4wyVLGtonzRbbRUgx { position:absolute;display:block;z-index:15097;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:37.5rem;width:75rem;top:10.9375rem;left:0rem;overflow:hidden;display:block; }
#Du3cdIpsWh0iGFeW4CfWpqOFyO4Xswrm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fda349, #b06318);background-image: -moz-linear-gradient(180deg, #fda349, #b06318);background-image: -ms-linear-gradient(180deg, #fda349, #b06318);background-image: -o-linear-gradient(180deg, #fda349, #b06318);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda349', endColorstr='#b06318' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda349', endColorstr='#b06318' );";background-image: linear-gradient(180deg, #fda349, #b06318);background-size:auto !important;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:52.8125rem;left:25.875rem;display:block; }
#GTnv6MiRGGwn592UeiIdTPxgc2aNxVpA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OcPMIQlhZbuZDeg6BWaXW3ku6eLFG3Ta { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e8b046, #a57110);background-image: -moz-linear-gradient(180deg, #e8b046, #a57110);background-image: -ms-linear-gradient(180deg, #e8b046, #a57110);background-image: -o-linear-gradient(180deg, #e8b046, #a57110);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b046', endColorstr='#a57110' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b046', endColorstr='#a57110' );";background-image: linear-gradient(180deg, #e8b046, #a57110);background-size:auto !important;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5625rem;text-decoration:none;z-index:15268;text-align:center;text-align-last:center;top:32.099609375rem;left:60.3125rem;display:none; }
#nyd6ttTm8BmqsyBAfIcLS0t52BqZfiuo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { position:relative;display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { background-color: transparent; background-image: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { border-width: 0; border-radius: 0; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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; }#dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.13715rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { top:18.0625rem;left:18.9375rem;width:10.1875rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:25.8125rem;left:19.6865234375rem;width:9.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:23.25rem;height:3.25rem;top:29.5rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { top:25rem;left:12.1875rem;width:23.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { top:26.0625rem;left:12.4365234375rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { top:26.125rem;left:26.8740234375rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { top:18.1875rem;left:18rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eISVtRwb9KkRSZ1HU283lhCJDMNH1KJi { top:14.25rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wePJXHWBiDqe7y86XaV7EQnM4wDxS8D0 { top:0rem;left:14.53125rem;width:18.6875rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0cNhae36oNR8SpaTUxD31QQ7TNH8xTl { top:2.6875rem;left:17.125rem;width:13.375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE { display:block; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7233XsTKTG273vqVNX48syDDN5yMVKM { top:32.9375rem;left:38.9375rem;width:5.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5bPgW4sqlAHsmz95WKaSfoBusOBB2gO { top:32.6875rem;left:31.25rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMDTlOCaZ0BM050nqW1bcsWxOHX2NML9 { top:32.875rem;left:26.75rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh8uFS8w3wT5Qp40O0dObE5XL5LTnUch { top:32.875rem;left:16.5625rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvAFyhXn7ralg4Q4QCuS5HZ7M7lt24bW { top:32.4375rem;left:17.8125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP64VzMC4IbdqfvcMcwGcexhW5LcKS7E { top:32.875rem;left:19.75rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8HidyypToFlxfn8eQL54likrDIv9CUH { top:3.75rem;left:9.875rem;width:27.9375rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruRWl3VaWl1oBJ7pwRfbT3tQh2E3iLpy { top:32.625rem;left:14.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6a0ikqn1PiDRVEGTlOchSVX0LqHewKG { top:32.875rem;left:22.75rem;width:8.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9RLMTxl8tE4Z21V9rTeqbknBQ6wdMQL { top:32.625rem;left:20.9375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaawPOTew6F1Ilc0hVto6zdNIEbEspOa { top:11.1875rem;left:0rem;width:36.5625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2SOAw82f3sMmT49N07c44B8IuWwrVIU { top:10.625rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGAFPoyPUU4P1B605x2mUlvNJvszHG0I { top:11.1875rem;left:11.1875rem;width:17.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuIHLs4iPIiUvgvvxZT0dfH8iUuTquFk { top:32.4375rem;left:0rem;width:20.3125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbKGcXDnGvOT1OMCkAheO81K88GzRn8s { width:13.75rem;height:2.5625rem;top:32.0625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5dlUoZLivL4lnGgU4LMzl1tnNPXcUxF { display:block; }
 }@media only screen and (max-width: 763px) { #AnZp5eViitTMQkPV9Gr34DSwEXW8ykGX { top:11.1875rem;left:29.8125rem;width:17.9375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVTBEVkz1XUmStrd2nqslgThsZTwlLSN { top:21.5rem;left:24.1875rem;width:17.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATpLXraLMA47W5I01912QFI0Lq0Flvnk { top:36.875rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PITrvt9p0dIc8BJAIAmd9y7m1ocz7fVC { top:58.75rem;left:0rem;width:20.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNsXVvaIak7g01pvsCCDUhM0T7D65Fhs { top:37.4375rem;left:0rem;width:36.5625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT4vvibfm4sF03PDugPf0NSpieBkLD1X { top:59.125rem;left:16.75rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6B9xOmOt6N6HMUu98u1D3s88LDE8bHB { top:58.875rem;left:14.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBQTuMxHnaHTfc9fUTl0IVrQ9WJbTeLT { top:58.6875rem;left:18rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxFZ2vvbXSrf3OfzXhrwmQZ8OF0eUlsu { top:59.125rem;left:19.9375rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrO2uAgBvrkVGK5FKVH3TgXPeC6tuptS { top:59.125rem;left:22.9375rem;width:8.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECs1pHkNv6KPNyPqM4wF6OTUeMlv8JcG { top:58.875rem;left:21.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4wdbHTH5sg53QBsggWfsx2nB2h6xCQy { top:58.9375rem;left:31.3125rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuBAO03A32f3GUQ7xyAkpirm8A4nMlXc { top:59.125rem;left:26.9375rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn230PoTH33c4RndibXX2s52CeUGVDJe { top:47.75rem;left:24.1875rem;width:17.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #doOpCvZxuKzMDHF3TvTc5r0ghm7sTwTf { top:59.1875rem;left:38.9375rem;width:5.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEqdSDsS6b0K9TzVCW8sGqdJGzA4WhI9 { top:47.8125rem;left:29.8125rem;width:17.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui9woHmGFrHhQ301HL1NzzgG9Duuq8M9 { width:13.75rem;height:2.5625rem;top:58.375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8X8JF2WbOKd3FlzKLC5DowJhnT0lCSa { display:block; }
 }@media only screen and (max-width: 763px) { #KDWFbWJpyPHlMpAbJmZqUB28ZWId6Xun { top:37.4375rem;left:24.1875rem;width:17.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKdRLMfwhT3QBfTOxUw31xgZap1ieHRR { top:37.5rem;left:29.8125rem;width:17.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6Pp6dpi3yuyStODgGKlU69viFcpfMQO { display:none; }
 }@media only screen and (max-width: 763px) { #K5T2XwHyPg3DbOkeRVkmsIKnRoZIGTim { top:10.625rem;left:0rem;width:47.75rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #q5oNvgyBFcZ1Ea2sxewWK3rosl7a56b3 { top:32.875rem;left:26.9375rem;width:5.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1siCMkHhky0QxPhiif7tNc7ZmyZOhMK { top:32.625rem;left:12.3125rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5w568f7G3nyssQXGyApSmxB6bUrcopO { top:32.3125rem;left:0rem;width:7.9375rem;height:1.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hb1nFUmStgo1DxLOXmzUPPPVkS9waXKb { top:43.875rem;left:0rem;width:1.375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGFa88UKmb9w4I2IvkVEEUNnxQg7rpH9 { width:13.75rem;height:2.5625rem;top:32.0625rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0WO5V5OcWRZlPyVl1TfHumQfWU6op0P { display:block; }
 }@media only screen and (max-width: 763px) { #FUqNC2Zb10C26Nk0V7y8ik1UI5Pqndlt { display:none; }
 }@media only screen and (max-width: 763px) { #cMTBHo3Svfg31RtdTmoulDIO6V2NSVny { top:32.4375rem;left:15.5625rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvUl3KtiuxRhXCecATGTrUk6fCb43B2g { top:43.875rem;left:0rem;width:1.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JxvUzLccnuI1zOUclXLqEBxgx4ix5mUR { top:32.625rem;left:18.6875rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HG5V9zmxZpw6OVXxLkzvVZDu3TWmgZP2 { top:32.5rem;left:0rem;width:7.125rem;height:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #byalh6nXm4RXMXcN2bL4X8FC2Ey2eHVT { top:30.9375rem;left:0rem;width:6.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f32DkW5hQWEZTRzItzIdGOdplzTbr14m { top:28.375rem;left:0rem;width:13.5625rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhu1UICTVsUGedOxNqHmIDEx9gfdBLVJ { top:63.125rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLWshsBrdpADwPfPCN77oV5R8HfPOu9a { top:85rem;left:0rem;width:20.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGafrtk2GO5Sdvm72sRBtmipdvu6tSGy { top:63.6875rem;left:0rem;width:36.5625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSlNPmAdC5h17JBc6DZ83MozLAmy2Fxa { top:85.375rem;left:16.5625rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk0hORJ0VCPG0KCIL6g1gwqkPRqw8ZbV { top:85.125rem;left:14.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnBTixBmWUhUDIFt0cWTw8VrXTbIB1wk { top:84.9375rem;left:17.8125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0erxP5WUuArxlnVzBMbhG5AmESl9f4J { top:85.375rem;left:19.75rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTPqRGWLIfrdGZnExZAT3fFbNLyNkWQH { top:85.375rem;left:22.75rem;width:8.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXatU2hc8MTDNERKTB7tHqeSVTr1f6Cd { top:85.125rem;left:20.9375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSwytZvd5Vc18bGD8PabwezM6ErxrsWP { top:85.375rem;left:26.75rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2TyyE7WeVHibMV2k0TlWklSpoTzVrpJ { top:74rem;left:24.1875rem;width:17.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfTEPQsnrhrTbXlen9w3Oo3o6lsUN57k { top:63.6875rem;left:24.1875rem;width:17.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7uoIqIr1CLoPIIKd54fBVKsW5PQd0JZ { top:85.1875rem;left:31.3125rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2SZTXt1Q9TTNdThwAr8JEaK1XTrKcBP { top:85.4375rem;left:38.9375rem;width:5.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFt7vpXBwB11VFPMnTtaOl01lp29fDo1 { top:74.0625rem;left:29.8125rem;width:17.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLpfV50OuUqhgNzoMSGXC9dANMkiMkil { top:63.75rem;left:29.8125rem;width:17.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUpG2iVAxyHfDgtBSTz8QUrNrQeNR9mT { width:13.75rem;height:2.5625rem;top:84.625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKTietNkrETpMPnhOo9ope1woTPDUQQN { display:block; }
 }@media only screen and (max-width: 763px) { #KmnTwroyFZmgeRxyZc0AV8U70XBXCuw9 { top:10.625rem;left:0rem;width:47.75rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VHbUlLqowXv0z9s0kOE34CgLQ1Tpk4CF { top:32.875rem;left:26.9375rem;width:5.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VMTMOSw0SQifhxiRiMAwatLTSQGUTPEa { top:32.625rem;left:12.3125rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #typL0uyBnGqq2Uetv68Nm2uCuTrpnQce { top:47.9375rem;left:0rem;width:7.9375rem;height:1.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #F5TLWpe2mES68LfcAg9NIulIqzX5IJtm { top:46.5625rem;left:0rem;width:1.375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xn0RJ2VWgVpZlBnOtM3QJK3ncMIG4uys { display:none; }
 }@media only screen and (max-width: 763px) { #fEM80pxBDw045MqvRpHqk4h2kXFMS5NL { top:43.5625rem;left:0rem;width:13.5625rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFKRcv9InTkXstH2n80WwvuniZyTpzQO { top:32.4375rem;left:15.5625rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1gHUozElO6pUaTzsohHXIreIF1hdKkz { top:46.5625rem;left:0rem;width:1.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #htXG2ypeyJg281ioK6ZhNg9DskTPbFTD { top:32.625rem;left:18.6875rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IFLlAbmbK3SePKr38f88t3CuHSk8Jinq { top:48.125rem;left:0rem;width:7.125rem;height:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RT2oASqgVCsm8QXIoZlsFCPzFpdhvFEI { top:46.5625rem;left:0rem;width:6.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EN9JunUeI4w3T8I6nJWrhTWnZ7CH4c73 { display:block; }#EN9JunUeI4w3T8I6nJWrhTWnZ7CH4c73 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUKzUfHrRAniITtFTvhFaBqTwkeItoAZ { top:3.75rem;left:9.875rem;width:27.9375rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifA44Mus2NPu7O48zVnuTJyVCIRU4WlH { top:11.1875rem;left:0rem;width:36.875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSg5MU5LqCL0iz7uuxUPQGRi27bLDXIq { top:13rem;left:0rem;width:30.375rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGTA0aSxerK296TaWByc0GEznOIuO8VZ { top:11.1875rem;left:10.875rem;width:36.875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgxLmZWiFQgLOBfyCDqLow41iC7EAdin { top:13.0625rem;left:17.375rem;width:30.375rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSSBENTh2Luq6aZOotzMubyMIZdtQGMS { top:18.625rem;left:0rem;width:36.875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXSf9498dr8QewRagkcftc8IDKNHQTrx { top:18.625rem;left:10.875rem;width:36.875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcFGNS65WJqKRXsy9iGxK7UW59gOTJER { top:21.1875rem;left:0rem;width:30.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTTVNtXbl08dZWOIbrhfWObCvcExpWgI { top:20.5rem;left:20.625rem;width:27.125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXdBE5I6SJfI7nRT3xypdPWD0WTIN18i { top:33.5rem;left:0rem;width:36.875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV07ST0O1P1OdroRGVK9o0izoBIRbGJp { top:34.6875rem;left:0rem;width:30.375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3NI0iomMvJAAmAklldEqGV0F76GXuZe { top:26.0625rem;left:0rem;width:36.875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkBlATXTEc5bMqrwfiEbIkf0vk1EwrSN { top:26.0625rem;left:10.875rem;width:36.875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTGGrKRlfombmDwDmT9yR2QTpyIkTt5X { top:33.5rem;left:10.875rem;width:36.875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEkfXs5zsIOq18O5JNb9JKGVrNx9Z6c8 { top:27.875rem;left:0rem;width:30.375rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Pc1dBJeUc8foqUNvFava6E5kNHOquL { top:27.9375rem;left:18.8125rem;width:28.9375rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv6UTF1upkVXbtZUMiBAMOFLvVJr4fuL { top:35.25rem;left:18.125rem;width:29.625rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJlqmf46fsJbTKkbTZGmuJG95nEdeT2b { top:40.9375rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #luWhmKZCIy37n6zmO5ZDkDvFFZZOENNv { top:46.125rem;left:0rem;width:30.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDOyhDFeDmFztZytfeQQ5n55140J9hDV { top:12.5625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zufIqIfgWVaBisxXC56u9xMHoLIz44Zt { top:12.5625rem;left:25.59375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRnhIOgNR0c2VeQMsBtocNhq5pWKbXs5 { top:20rem;left:25.625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufCDQsAKlePfZxl4nK5IzpfhMqlNEoFQ { top:20rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqmJBn1ynSuEuHZKpzcSxlXGQSJ659gT { top:27.4375rem;left:25.625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd8v43UTfSmv5eJSn88ReBAvu23TabBU { top:27.4375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2ttNg3WAaq3z9HUvFGWrqW86gcJ7WJ5 { top:34.875rem;left:25.625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUAUHcTypD6sBzgOgayDOeFCMLvlbC9J { top:34.875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvmOav0XZzRKDhfV2XOshbss0ZQ7hnGh { top:44.875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sopnHn4WuBseA1zxDnVhFdogDJkcm1Rw { top:42.4375rem;left:13.625rem;width:34.125rem;height:8.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih0aEn7HLa612C957dlCmCPrkfn0TPQC { top:13.125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxBf8sSDAgn95VD63Oczf8TQeN4LlG90 { top:13.25rem;left:26.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKmcXmC1ZDTGT4b30kedTdS0LEmRpswJ { top:20.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLNyuXCNUh3eQqrpiwPy5I8zBVL9PJ7E { top:20.75rem;left:26.4375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrxnm2TGzzBSPDKmP3bNdIoe5cHKXiP9 { top:28.125rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpWOx6VQ3ByKHmreoiB9pf135Nwmi8T6 { top:28.25rem;left:26.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDh8vM1ZnS5f1Cvm41ZAbr6RT3FVXiWI { top:35.6875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsGgtFSqvDiLlor3meuV5HNVO7Vus5Vs { top:35.6875rem;left:26.4375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #piUr3X5roh4N0UXwzi8zkakzxXQsXsvE { top:45.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { top:10.5rem;left:12.625rem;width:35.125rem;height:19.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { top:13.9375rem;left:0rem;width:30.875rem;height:12.125rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2vvZsaIiZDsTP3xGTpcqnTsX5oBz2Fh { top:8.5rem;left:0rem;width:18.25rem;height:7.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mktJvqZOPbJ6itPD9LE9zohiqcn0KWqQ { top:3.75rem;left:4.28125rem;width:39.1875rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZaq2yQh7uM0LNsSCXG5u2lZ7olZEW7C { top:11.1875rem;left:0rem;width:24.375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4ApSdl9Fh7LiLstA09pCawIinM8qBtz { top:11.1875rem;left:11.6875rem;width:24.375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaBT2K0N5t8TrXFJn9m3NEu0Tk5MNfwm { top:11.1875rem;left:23.375rem;width:24.375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH9yaHnx5p1J6o1CI9kwxAObGNqkBQ8S { top:27.125rem;left:0rem;width:24.375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzF8Iq1zQSwdxR0yqyyLPugx4uvaUmTM { top:27.125rem;left:11.6875rem;width:24.375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBcWVpfutamJ9sdAKysqvKczrP4Fv4AC { top:27.125rem;left:23.375rem;width:24.375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:28.625rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.4375rem;left:0rem;width:28.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.6875rem;left:0rem;width:27.3125rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { top:51.875rem;left:4.71875rem;width:0.0625rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EylUf5aEdGNQL5r9VpQQ8VyASSKPQit6 { top:3.75rem;left:6.84375rem;width:34.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nked4ET9ZpiihVZ4wyVLGtonzRbbRUgx { top:10.9375rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du3cdIpsWh0iGFeW4CfWpqOFyO4Xswrm { width:23.25rem;height:3.25rem;top:52.8125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTnv6MiRGGwn592UeiIdTPxgc2aNxVpA { display:block; }
 }@media only screen and (max-width: 763px) { #OcPMIQlhZbuZDeg6BWaXW3ku6eLFG3Ta { width:13.75rem;height:2.5625rem;top:32.0625rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #nyd6ttTm8BmqsyBAfIcLS0t52BqZfiuo { display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { top:1.9375rem;left:8.625rem;width:30.5rem;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) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d33f0826-d8b4-4bd1-bb3c-29f31c782b5b/N_01_EXcopy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { width:6.5rem;height:0.82421875rem;top:6.1875rem;left:7rem;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:5.25rem;height:1.21875rem;top:9.3125rem;left:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:17.5rem;height:2.5rem;top:11.9375rem;left:1.25rem;font-size:0.9375rem;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) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { width:17.24875rem;height:2.375rem;top:8.625rem;left:1.25rem;background-color:rgba(17,17,17,0.4);background-image:none;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) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { width:5.6875rem;height:0.89355625rem;top:9.4375rem;left:1.9375rem;font-size:0.8125rem;color:#e8b046;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { width:5.625rem;height:0.89355625rem;top:9.4990234375rem;left:12.8115234375rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { display:flex;width:0.75rem;height:0.75rem;top:6.25rem;left:6.4375rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #eISVtRwb9KkRSZ1HU283lhCJDMNH1KJi { width:18.1875rem;height:1.13671875rem;top:4.4873046875rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wePJXHWBiDqe7y86XaV7EQnM4wDxS8D0 { width:7.75rem;height:2.6875rem;top:0rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0cNhae36oNR8SpaTUxD31QQ7TNH8xTl { width:5.5625rem;height:0.9375rem;top:0.8125rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE { background-color:#1a1637;background-image:none;display:block; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { background-color: transparent; background-image: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container > .video-iframe-container { display: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container { display: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .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); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7233XsTKTG273vqVNX48syDDN5yMVKM { width:7.125rem;height:0.9746125rem;top:16.88671875rem;left:9.6875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #n5bPgW4sqlAHsmz95WKaSfoBusOBB2gO { width:7.9375rem;height:1.21875rem;top:16.6875rem;left:4.1875rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HMDTlOCaZ0BM050nqW1bcsWxOHX2NML9 { width:5.75rem;height:1.13671875rem;top:16.6689453125rem;left:1.1875rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#d88d43;display:block; }
 }@media only screen and (max-width: 763px) { #bh8uFS8w3wT5Qp40O0dObE5XL5LTnUch { width:1.375rem;height:1.13671875rem;top:15.3125rem;left:6rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BvAFyhXn7ralg4Q4QCuS5HZ7M7lt24bW { display:flex;width:1.25rem;height:1.25rem;top:15.1875rem;left:7.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fP64VzMC4IbdqfvcMcwGcexhW5LcKS7E { width:1.3125rem;height:1.13671875rem;top:15.3125rem;left:8.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8HidyypToFlxfn8eQL54likrDIv9CUH { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruRWl3VaWl1oBJ7pwRfbT3tQh2E3iLpy { display:flex;width:1.25rem;height:1.25rem;top:15.25rem;left:4.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #t6a0ikqn1PiDRVEGTlOchSVX0LqHewKG { width:6.9375rem;height:1.13671875rem;top:15.3125rem;left:11.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k9RLMTxl8tE4Z21V9rTeqbknBQ6wdMQL { display:flex;width:1.375rem;height:1.375rem;top:15.1875rem;left:10.1875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #NaawPOTew6F1Ilc0hVto6zdNIEbEspOa { width:20rem;height:20rem;top:94.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/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#NaawPOTew6F1Ilc0hVto6zdNIEbEspOa.adaptive-delivery-prevent-bg, #NaawPOTew6F1Ilc0hVto6zdNIEbEspOa.lazyload, #NaawPOTew6F1Ilc0hVto6zdNIEbEspOa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #F2SOAw82f3sMmT49N07c44B8IuWwrVIU { width:20rem;height:15rem;top:3.875rem;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) { #bGAFPoyPUU4P1B605x2mUlvNJvszHG0I { width:17.9375rem;height:9.6875rem;top:94.9375rem;left:2.0625rem;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/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#bGAFPoyPUU4P1B605x2mUlvNJvszHG0I.adaptive-delivery-prevent-bg, #bGAFPoyPUU4P1B605x2mUlvNJvszHG0I.lazyload, #bGAFPoyPUU4P1B605x2mUlvNJvszHG0I.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IuIHLs4iPIiUvgvvxZT0dfH8iUuTquFk { width:13.5625rem;height:1.4619125rem;top:12.2890625rem;left:3.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15289;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sbKGcXDnGvOT1OMCkAheO81K88GzRn8s { width:10.625rem;height:2.1875rem;top:18.625rem;left:4.6875rem;font-size:0.75rem;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:none; }
 }@media only screen and (max-width: 763px) { #d5dlUoZLivL4lnGgU4LMzl1tnNPXcUxF { display:block; }
 }@media only screen and (max-width: 763px) { #AnZp5eViitTMQkPV9Gr34DSwEXW8ykGX { width:17.9375rem;height:9.6875rem;top:95rem;left:2.0625rem;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/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#AnZp5eViitTMQkPV9Gr34DSwEXW8ykGX.adaptive-delivery-prevent-bg, #AnZp5eViitTMQkPV9Gr34DSwEXW8ykGX.lazyload, #AnZp5eViitTMQkPV9Gr34DSwEXW8ykGX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RVTBEVkz1XUmStrd2nqslgThsZTwlLSN { width:17.9375rem;height:9.6875rem;top:105.25rem;left:2.0625rem;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/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#RVTBEVkz1XUmStrd2nqslgThsZTwlLSN.adaptive-delivery-prevent-bg, #RVTBEVkz1XUmStrd2nqslgThsZTwlLSN.lazyload, #RVTBEVkz1XUmStrd2nqslgThsZTwlLSN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ATpLXraLMA47W5I01912QFI0Lq0Flvnk { width:20rem;height:25rem;top:124.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PITrvt9p0dIc8BJAIAmd9y7m1ocz7fVC { width:20rem;height:0;top:142.5rem;left:0rem;font-size:1.625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #BNsXVvaIak7g01pvsCCDUhM0T7D65Fhs { width:20rem;height:20rem;top:121.1875rem;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/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#BNsXVvaIak7g01pvsCCDUhM0T7D65Fhs.adaptive-delivery-prevent-bg, #BNsXVvaIak7g01pvsCCDUhM0T7D65Fhs.lazyload, #BNsXVvaIak7g01pvsCCDUhM0T7D65Fhs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KT4vvibfm4sF03PDugPf0NSpieBkLD1X { width:1.375rem;height:0;top:142.875rem;left:18.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #B6B9xOmOt6N6HMUu98u1D3s88LDE8bHB { display:flex;width:1.625rem;height:1.625rem;top:142.625rem;left:18.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBQTuMxHnaHTfc9fUTl0IVrQ9WJbTeLT { display:flex;width:1.625rem;height:1.625rem;top:142.4375rem;left:18.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VxFZ2vvbXSrf3OfzXhrwmQZ8OF0eUlsu { width:1.3125rem;height:0;top:142.875rem;left:18.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VrO2uAgBvrkVGK5FKVH3TgXPeC6tuptS { width:8.625rem;height:0;top:142.875rem;left:11.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ECs1pHkNv6KPNyPqM4wF6OTUeMlv8JcG { display:flex;width:1.625rem;height:1.625rem;top:142.625rem;left:18.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4wdbHTH5sg53QBsggWfsx2nB2h6xCQy { width:7.9375rem;height:0;top:142.6875rem;left:12.0625rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #UuBAO03A32f3GUQ7xyAkpirm8A4nMlXc { width:5.75rem;height:0;top:142.875rem;left:4.8125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #sn230PoTH33c4RndibXX2s52CeUGVDJe { width:17.9375rem;height:9.6875rem;top:131.5rem;left:2.0625rem;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/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#sn230PoTH33c4RndibXX2s52CeUGVDJe.adaptive-delivery-prevent-bg, #sn230PoTH33c4RndibXX2s52CeUGVDJe.lazyload, #sn230PoTH33c4RndibXX2s52CeUGVDJe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #doOpCvZxuKzMDHF3TvTc5r0ghm7sTwTf { width:5.9375rem;height:0;top:142.9375rem;left:14.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #FEqdSDsS6b0K9TzVCW8sGqdJGzA4WhI9 { width:17.9375rem;height:9.6875rem;top:131.5625rem;left:2.0625rem;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/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#FEqdSDsS6b0K9TzVCW8sGqdJGzA4WhI9.adaptive-delivery-prevent-bg, #FEqdSDsS6b0K9TzVCW8sGqdJGzA4WhI9.lazyload, #FEqdSDsS6b0K9TzVCW8sGqdJGzA4WhI9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ui9woHmGFrHhQ301HL1NzzgG9Duuq8M9 { width:13.75rem;height:2.5625rem;top:142.125rem;left:6.25rem;font-size:0.9375rem;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:none; }
 }@media only screen and (max-width: 763px) { #A8X8JF2WbOKd3FlzKLC5DowJhnT0lCSa { display:block; }
 }@media only screen and (max-width: 763px) { #KDWFbWJpyPHlMpAbJmZqUB28ZWId6Xun { width:17.9375rem;height:9.6875rem;top:121.1875rem;left:2.0625rem;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/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#KDWFbWJpyPHlMpAbJmZqUB28ZWId6Xun.adaptive-delivery-prevent-bg, #KDWFbWJpyPHlMpAbJmZqUB28ZWId6Xun.lazyload, #KDWFbWJpyPHlMpAbJmZqUB28ZWId6Xun.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XKdRLMfwhT3QBfTOxUw31xgZap1ieHRR { width:17.9375rem;height:9.6875rem;top:121.25rem;left:2.0625rem;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/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#XKdRLMfwhT3QBfTOxUw31xgZap1ieHRR.adaptive-delivery-prevent-bg, #XKdRLMfwhT3QBfTOxUw31xgZap1ieHRR.lazyload, #XKdRLMfwhT3QBfTOxUw31xgZap1ieHRR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #O6Pp6dpi3yuyStODgGKlU69viFcpfMQO { top:4.5rem;left:0.625rem;width:18.75rem;height:9.8125rem;z-index:15286;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/325aaea3-a10f-4443-bd01-830995e7f9b0/1BedroomPoolAccess003copy2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }#O6Pp6dpi3yuyStODgGKlU69viFcpfMQO.adaptive-delivery-prevent-bg, #O6Pp6dpi3yuyStODgGKlU69viFcpfMQO.lazyload, #O6Pp6dpi3yuyStODgGKlU69viFcpfMQO.lazyloading { background-image: none; }
#O6Pp6dpi3yuyStODgGKlU69viFcpfMQO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem; }#O6Pp6dpi3yuyStODgGKlU69viFcpfMQO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); } }@media only screen and (max-width: 763px) { #K5T2XwHyPg3DbOkeRVkmsIKnRoZIGTim { width:20rem;height:15rem;top:19.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;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #q5oNvgyBFcZ1Ea2sxewWK3rosl7a56b3 { width:5.75rem;height:1.13671875rem;top:32.3125rem;left:1.25rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15170;color:#d88d43;display:block; }
 }@media only screen and (max-width: 763px) { #N1siCMkHhky0QxPhiif7tNc7ZmyZOhMK { display:flex;width:1.25rem;height:1.25rem;top:30.875rem;left:4.75rem;font-size:0.875rem;z-index:15158; }
 }@media only screen and (max-width: 763px) { #J5w568f7G3nyssQXGyApSmxB6bUrcopO { width:7.9375rem;height:1.21875rem;top:32.3125rem;left:4.0625rem;font-size:0.9375rem;text-align:right;text-align-last:right;z-index:15172;display:block; }
 }@media only screen and (max-width: 763px) { #hb1nFUmStgo1DxLOXmzUPPPVkS9waXKb { width:1.375rem;height:1.13671875rem;top:30.9375rem;left:5.875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #QGFa88UKmb9w4I2IvkVEEUNnxQg7rpH9 { width:17.5rem;height:2.5rem;top:51.75rem;left:1.25rem;font-size:0.9375rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;z-index:15283;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fda349, #b06318);background-image: -moz-linear-gradient(180deg, #fda349, #b06318);background-image: -ms-linear-gradient(180deg, #fda349, #b06318);background-image: -o-linear-gradient(180deg, #fda349, #b06318);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda349', endColorstr='#b06318' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda349', endColorstr='#b06318' );";background-image: linear-gradient(180deg, #fda349, #b06318);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Z0WO5V5OcWRZlPyVl1TfHumQfWU6op0P { display:block; }
 }@media only screen and (max-width: 763px) { #FUqNC2Zb10C26Nk0V7y8ik1UI5Pqndlt { top:20.125rem;left:0.625rem;width:18.75rem;height:9.8125rem;z-index:15301;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e92a9ca9-7e3e-4ff6-a24b-5a1439a2ba64/2BedroomPoolAccess004copy_0copy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }#FUqNC2Zb10C26Nk0V7y8ik1UI5Pqndlt.adaptive-delivery-prevent-bg, #FUqNC2Zb10C26Nk0V7y8ik1UI5Pqndlt.lazyload, #FUqNC2Zb10C26Nk0V7y8ik1UI5Pqndlt.lazyloading { background-image: none; }
#FUqNC2Zb10C26Nk0V7y8ik1UI5Pqndlt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem; }#FUqNC2Zb10C26Nk0V7y8ik1UI5Pqndlt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.11); } }@media only screen and (max-width: 763px) { #cMTBHo3Svfg31RtdTmoulDIO6V2NSVny { display:flex;width:1.25rem;height:1.25rem;top:30.8125rem;left:7.5rem;font-size:0.875rem;z-index:15159; }
 }@media only screen and (max-width: 763px) { #nvUl3KtiuxRhXCecATGTrUk6fCb43B2g { width:1.3125rem;height:1.13671875rem;top:30.9375rem;left:8.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15147;display:block; }
 }@media only screen and (max-width: 763px) { #JxvUzLccnuI1zOUclXLqEBxgx4ix5mUR { display:flex;width:1.375rem;height:1.375rem;top:30.8125rem;left:10.0625rem;font-size:0.9375rem;z-index:15160; }
 }@media only screen and (max-width: 763px) { #HG5V9zmxZpw6OVXxLkzvVZDu3TWmgZP2 { width:7.125rem;height:0.9746125rem;top:32.5rem;left:9.5rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #byalh6nXm4RXMXcN2bL4X8FC2Ey2eHVT { width:6.9375rem;height:1.13671875rem;top:30.9375rem;left:11.75rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15149;display:block; }
 }@media only screen and (max-width: 763px) { #f32DkW5hQWEZTRzItzIdGOdplzTbr14m { width:13.5625rem;height:1.4619125rem;top:27.9140625rem;left:3.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15304;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nhu1UICTVsUGedOxNqHmIDEx9gfdBLVJ { width:20rem;height:25rem;top:63.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gLWshsBrdpADwPfPCN77oV5R8HfPOu9a { width:20rem;height:auto;top:85rem;left:0rem;font-size:1.625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #aGafrtk2GO5Sdvm72sRBtmipdvu6tSGy { width:20rem;height:20rem;top:63.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/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#aGafrtk2GO5Sdvm72sRBtmipdvu6tSGy.adaptive-delivery-prevent-bg, #aGafrtk2GO5Sdvm72sRBtmipdvu6tSGy.lazyload, #aGafrtk2GO5Sdvm72sRBtmipdvu6tSGy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mSlNPmAdC5h17JBc6DZ83MozLAmy2Fxa { width:1.375rem;height:auto;top:85.375rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qk0hORJ0VCPG0KCIL6g1gwqkPRqw8ZbV { display:flex;width:1.625rem;height:1.625rem;top:85.125rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WnBTixBmWUhUDIFt0cWTw8VrXTbIB1wk { display:flex;width:1.625rem;height:1.625rem;top:84.9375rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O0erxP5WUuArxlnVzBMbhG5AmESl9f4J { width:1.3125rem;height:auto;top:85.375rem;left:9.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cTPqRGWLIfrdGZnExZAT3fFbNLyNkWQH { width:8.625rem;height:auto;top:85.375rem;left:5.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #QXatU2hc8MTDNERKTB7tHqeSVTr1f6Cd { display:flex;width:1.625rem;height:1.625rem;top:85.125rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tSwytZvd5Vc18bGD8PabwezM6ErxrsWP { width:5.75rem;height:auto;top:85.375rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #y2TyyE7WeVHibMV2k0TlWklSpoTzVrpJ { width:17.9375rem;height:9.6875rem;top:74rem;left:1rem;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/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#y2TyyE7WeVHibMV2k0TlWklSpoTzVrpJ.adaptive-delivery-prevent-bg, #y2TyyE7WeVHibMV2k0TlWklSpoTzVrpJ.lazyload, #y2TyyE7WeVHibMV2k0TlWklSpoTzVrpJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vfTEPQsnrhrTbXlen9w3Oo3o6lsUN57k { width:17.9375rem;height:9.6875rem;top:63.6875rem;left:1rem;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/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#vfTEPQsnrhrTbXlen9w3Oo3o6lsUN57k.adaptive-delivery-prevent-bg, #vfTEPQsnrhrTbXlen9w3Oo3o6lsUN57k.lazyload, #vfTEPQsnrhrTbXlen9w3Oo3o6lsUN57k.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T7uoIqIr1CLoPIIKd54fBVKsW5PQd0JZ { width:7.9375rem;height:auto;top:85.1875rem;left:6rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #M2SZTXt1Q9TTNdThwAr8JEaK1XTrKcBP { width:5.9375rem;height:auto;top:85.4375rem;left:7rem;font-size:0.75rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #HFt7vpXBwB11VFPMnTtaOl01lp29fDo1 { width:17.9375rem;height:9.6875rem;top:74.0625rem;left:1rem;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/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#HFt7vpXBwB11VFPMnTtaOl01lp29fDo1.adaptive-delivery-prevent-bg, #HFt7vpXBwB11VFPMnTtaOl01lp29fDo1.lazyload, #HFt7vpXBwB11VFPMnTtaOl01lp29fDo1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SLpfV50OuUqhgNzoMSGXC9dANMkiMkil { width:17.9375rem;height:9.6875rem;top:63.75rem;left:1rem;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/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#SLpfV50OuUqhgNzoMSGXC9dANMkiMkil.adaptive-delivery-prevent-bg, #SLpfV50OuUqhgNzoMSGXC9dANMkiMkil.lazyload, #SLpfV50OuUqhgNzoMSGXC9dANMkiMkil.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cUpG2iVAxyHfDgtBSTz8QUrNrQeNR9mT { width:13.75rem;height:2.5625rem;top:84.625rem;left:3.125rem;font-size:0.9375rem;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:none; }
 }@media only screen and (max-width: 763px) { #eKTietNkrETpMPnhOo9ope1woTPDUQQN { display:block; }
 }@media only screen and (max-width: 763px) { #KmnTwroyFZmgeRxyZc0AV8U70XBXCuw9 { width:20rem;height:15rem;top:35.125rem;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;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #VHbUlLqowXv0z9s0kOE34CgLQ1Tpk4CF { width:5.75rem;height:1.13671875rem;top:47.9375rem;left:1.3125rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15182;color:#d88d43;display:block; }
 }@media only screen and (max-width: 763px) { #VMTMOSw0SQifhxiRiMAwatLTSQGUTPEa { display:flex;width:1.25rem;height:1.25rem;top:46.5rem;left:4.875rem;font-size:0.875rem;z-index:15170; }
 }@media only screen and (max-width: 763px) { #typL0uyBnGqq2Uetv68Nm2uCuTrpnQce { width:7.9375rem;height:1.21875rem;top:47.9375rem;left:4.0625rem;font-size:0.9375rem;text-align:right;text-align-last:right;z-index:15184;display:block; }
 }@media only screen and (max-width: 763px) { #F5TLWpe2mES68LfcAg9NIulIqzX5IJtm { width:1.375rem;height:1.13671875rem;top:46.5625rem;left:6rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15158;display:block; }
 }@media only screen and (max-width: 763px) { #xn0RJ2VWgVpZlBnOtM3QJK3ncMIG4uys { top:35.75rem;left:0.625rem;width:18.75rem;height:9.8125rem;z-index:15313;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8cf1c775-e5ac-4b69-98a1-b6c1f00a5f9e/3BEDROOMLIVV01_0.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }#xn0RJ2VWgVpZlBnOtM3QJK3ncMIG4uys.adaptive-delivery-prevent-bg, #xn0RJ2VWgVpZlBnOtM3QJK3ncMIG4uys.lazyload, #xn0RJ2VWgVpZlBnOtM3QJK3ncMIG4uys.lazyloading { background-image: none; }
#xn0RJ2VWgVpZlBnOtM3QJK3ncMIG4uys::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem; }#xn0RJ2VWgVpZlBnOtM3QJK3ncMIG4uys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.11); } }@media only screen and (max-width: 763px) { #fEM80pxBDw045MqvRpHqk4h2kXFMS5NL { width:13.5625rem;height:1.4619125rem;top:43.5625rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15316;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uFKRcv9InTkXstH2n80WwvuniZyTpzQO { display:flex;width:1.25rem;height:1.25rem;top:46.4375rem;left:7.625rem;font-size:0.875rem;z-index:15171; }
 }@media only screen and (max-width: 763px) { #U1gHUozElO6pUaTzsohHXIreIF1hdKkz { width:1.3125rem;height:1.13671875rem;top:46.5625rem;left:8.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15159;display:block; }
 }@media only screen and (max-width: 763px) { #htXG2ypeyJg281ioK6ZhNg9DskTPbFTD { display:flex;width:1.375rem;height:1.375rem;top:46.4375rem;left:10.1875rem;font-size:0.9375rem;z-index:15172; }
 }@media only screen and (max-width: 763px) { #IFLlAbmbK3SePKr38f88t3CuHSk8Jinq { width:7.125rem;height:0.9746125rem;top:48.125rem;left:9.625rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15183;display:block; }
 }@media only screen and (max-width: 763px) { #RT2oASqgVCsm8QXIoZlsFCPzFpdhvFEI { width:6.9375rem;height:1.13671875rem;top:46.5625rem;left:11.875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15161;display:block; }
 }@media only screen and (max-width: 763px) { #EN9JunUeI4w3T8I6nJWrhTWnZ7CH4c73 { display:block; }#EN9JunUeI4w3T8I6nJWrhTWnZ7CH4c73 > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUKzUfHrRAniITtFTvhFaBqTwkeItoAZ { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifA44Mus2NPu7O48zVnuTJyVCIRU4WlH { width:20rem;height:4.1875rem;top:3.75rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSg5MU5LqCL0iz7uuxUPQGRi27bLDXIq { width:16.25rem;height:2.923825rem;top:4.35546875rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGTA0aSxerK296TaWByc0GEznOIuO8VZ { width:20rem;height:4.1875rem;top:8rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgxLmZWiFQgLOBfyCDqLow41iC7EAdin { width:16.25rem;height:2.923825rem;top:8.630859375rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSSBENTh2Luq6aZOotzMubyMIZdtQGMS { width:20rem;height:4.1875rem;top:12.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXSf9498dr8QewRagkcftc8IDKNHQTrx { width:20rem;height:4.1875rem;top:16.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcFGNS65WJqKRXsy9iGxK7UW59gOTJER { width:16.25rem;height:1.94921875rem;top:13.369140625rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTTVNtXbl08dZWOIbrhfWObCvcExpWgI { width:16.25rem;height:1.94921875rem;top:17.619140625rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXdBE5I6SJfI7nRT3xypdPWD0WTIN18i { width:20rem;height:6.1875rem;top:33.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV07ST0O1P1OdroRGVK9o0izoBIRbGJp { width:16.0625rem;height:4.87305rem;top:34.1875rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3NI0iomMvJAAmAklldEqGV0F76GXuZe { width:20rem;height:4.1875rem;top:20.75rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkBlATXTEc5bMqrwfiEbIkf0vk1EwrSN { width:20rem;height:4.1875rem;top:25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTGGrKRlfombmDwDmT9yR2QTpyIkTt5X { width:20rem;height:4.1875rem;top:29.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEkfXs5zsIOq18O5JNb9JKGVrNx9Z6c8 { width:16.25rem;height:1.94921875rem;top:21.869140625rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Pc1dBJeUc8foqUNvFava6E5kNHOquL { width:16.25rem;height:1.94921875rem;top:26.119140625rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv6UTF1upkVXbtZUMiBAMOFLvVJr4fuL { width:16.25rem;height:2.923825rem;top:29.8125rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJlqmf46fsJbTKkbTZGmuJG95nEdeT2b { width:20rem;height:12.1875rem;top:39.75rem;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:block; }
 }@media only screen and (max-width: 763px) { #luWhmKZCIy37n6zmO5ZDkDvFFZZOENNv { width:16.25rem;height:1.94921875rem;top:40.5rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDOyhDFeDmFztZytfeQQ5n55140J9hDV { width:1.625rem;height:1.625rem;top:4.84375rem;left:0.625rem;border-top:0.1875rem solid #ffead5;border-left:0.1875rem solid #ffead5;border-right:0.1875rem solid #ffead5;border-bottom:0.1875rem solid #ffead5;display:block; }
 }@media only screen and (max-width: 763px) { #zufIqIfgWVaBisxXC56u9xMHoLIz44Zt { width:1.625rem;height:1.625rem;top:9.09375rem;left:0.625rem;border-top:0.1875rem solid #ffead5;border-left:0.1875rem solid #ffead5;border-right:0.1875rem solid #ffead5;border-bottom:0.1875rem solid #ffead5;display:block; }
 }@media only screen and (max-width: 763px) { #QRnhIOgNR0c2VeQMsBtocNhq5pWKbXs5 { width:1.5rem;height:1.5rem;top:17.65625rem;left:0.6875rem;border-top:0.1875rem solid #ffead5;border-left:0.1875rem solid #ffead5;border-right:0.1875rem solid #ffead5;border-bottom:0.1875rem solid #ffead5;display:block; }
 }@media only screen and (max-width: 763px) { #ufCDQsAKlePfZxl4nK5IzpfhMqlNEoFQ { width:1.5rem;height:1.5rem;top:13.40625rem;left:0.6875rem;border-top:0.1875rem solid #ffead5;border-left:0.1875rem solid #ffead5;border-right:0.1875rem solid #ffead5;border-bottom:0.1875rem solid #ffead5;display:block; }
 }@media only screen and (max-width: 763px) { #pqmJBn1ynSuEuHZKpzcSxlXGQSJ659gT { width:1.5rem;height:1.5rem;top:26.15625rem;left:0.6875rem;border-top:0.1875rem solid #ffead5;border-left:0.1875rem solid #ffead5;border-right:0.1875rem solid #ffead5;border-bottom:0.1875rem solid #ffead5;display:block; }
 }@media only screen and (max-width: 763px) { #Gd8v43UTfSmv5eJSn88ReBAvu23TabBU { width:1.5rem;height:1.5rem;top:21.90625rem;left:0.6875rem;border-top:0.1875rem solid #ffead5;border-left:0.1875rem solid #ffead5;border-right:0.1875rem solid #ffead5;border-bottom:0.1875rem solid #ffead5;display:block; }
 }@media only screen and (max-width: 763px) { #E2ttNg3WAaq3z9HUvFGWrqW86gcJ7WJ5 { width:1.5rem;height:1.5rem;top:30.40625rem;left:0.6875rem;border-top:0.1875rem solid #ffead5;border-left:0.1875rem solid #ffead5;border-right:0.1875rem solid #ffead5;border-bottom:0.1875rem solid #ffead5;display:block; }
 }@media only screen and (max-width: 763px) { #IUAUHcTypD6sBzgOgayDOeFCMLvlbC9J { width:1.5rem;height:1.5rem;top:35.65625rem;left:0.6875rem;border-top:0.1875rem solid #ffead5;border-left:0.1875rem solid #ffead5;border-right:0.1875rem solid #ffead5;border-bottom:0.1875rem solid #ffead5;display:block; }
 }@media only screen and (max-width: 763px) { #UvmOav0XZzRKDhfV2XOshbss0ZQ7hnGh { width:1.5rem;height:1.5rem;top:40.5625rem;left:0.6875rem;border-top:0.1875rem solid #ffead5;border-left:0.1875rem solid #ffead5;border-right:0.1875rem solid #ffead5;border-bottom:0.1875rem solid #ffead5;display:block; }
 }@media only screen and (max-width: 763px) { #sopnHn4WuBseA1zxDnVhFdogDJkcm1Rw { width:16.25rem;height:8.39845rem;top:42.875rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih0aEn7HLa612C957dlCmCPrkfn0TPQC { display:flex;width:1.375rem;height:1.375rem;top:5.15625rem;left:0.9375rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #PxBf8sSDAgn95VD63Oczf8TQeN4LlG90 { display:flex;width:1.125rem;height:1.125rem;top:9.53125rem;left:1.0625rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #yKmcXmC1ZDTGT4b30kedTdS0LEmRpswJ { display:flex;width:1.25rem;height:1.25rem;top:13.71875rem;left:1rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #yLNyuXCNUh3eQqrpiwPy5I8zBVL9PJ7E { display:flex;width:1rem;height:1rem;top:18.09375rem;left:1.125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Zrxnm2TGzzBSPDKmP3bNdIoe5cHKXiP9 { display:flex;width:1.125rem;height:1.125rem;top:22.28125rem;left:1.0625rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #cpWOx6VQ3ByKHmreoiB9pf135Nwmi8T6 { display:flex;width:0.875rem;height:0.875rem;top:26.65625rem;left:1.1875rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #DDh8vM1ZnS5f1Cvm41ZAbr6RT3FVXiWI { display:flex;width:1.125rem;height:1.125rem;top:36.03125rem;left:1.0625rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #fsGgtFSqvDiLlor3meuV5HNVO7Vus5Vs { display:flex;width:1rem;height:1rem;top:30.84375rem;left:1.125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #piUr3X5roh4N0UXwzi8zkakzxXQsXsvE { display:flex;width:1.125rem;height:1.125rem;top:40.912109375rem;left:1.0625rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4788804-cd37-42fd-b691-9a7b4c47ddcd/N_02_EXcopy.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { width:18.25rem;height:0;top:5.99609375rem;left:0.875rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { width:20rem;height:3.8232375rem;top:1.3125rem;left:0rem;font-size:1.0625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I2vvZsaIiZDsTP3xGTpcqnTsX5oBz2Fh { width:18.25rem;height:7.1953125rem;top:5.998046875rem;left:0.875rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e5ded8);background-image: -moz-linear-gradient(180deg, #ffffff, #e5ded8);background-image: -ms-linear-gradient(180deg, #ffffff, #e5ded8);background-image: -o-linear-gradient(180deg, #ffffff, #e5ded8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5ded8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5ded8' );";background-image: linear-gradient(180deg, #ffffff, #e5ded8);background-size:cover !important;display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .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); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mktJvqZOPbJ6itPD9LE9zohiqcn0KWqQ { 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) { #RZaq2yQh7uM0LNsSCXG5u2lZ7olZEW7C { width:9.6875rem;height:5.625rem;top:3.671875rem;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;background-color:rgba(0,0,0,0.35);background-image:url("https://images.assets-landingi.com/uc/ec27f145-1a33-4291-80ef-33e1ce62696b/5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RZaq2yQh7uM0LNsSCXG5u2lZ7olZEW7C.adaptive-delivery-prevent-bg, #RZaq2yQh7uM0LNsSCXG5u2lZ7olZEW7C.lazyload, #RZaq2yQh7uM0LNsSCXG5u2lZ7olZEW7C.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #r4ApSdl9Fh7LiLstA09pCawIinM8qBtz { width:9.6875rem;height:5.625rem;top:3.671875rem;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;background-color:rgba(0,0,0,0.35);background-image:url("https://images.assets-landingi.com/uc/65c99605-148d-450a-9af2-fa3dba66743b/F1copy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#r4ApSdl9Fh7LiLstA09pCawIinM8qBtz.adaptive-delivery-prevent-bg, #r4ApSdl9Fh7LiLstA09pCawIinM8qBtz.lazyload, #r4ApSdl9Fh7LiLstA09pCawIinM8qBtz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WaBT2K0N5t8TrXFJn9m3NEu0Tk5MNfwm { width:9.6875rem;height:5.625rem;top:9.921875rem;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) { #oH9yaHnx5p1J6o1CI9kwxAObGNqkBQ8S { width:9.6875rem;height:5.625rem;top:9.921875rem;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;background-color:rgba(0,0,0,0.35);background-image:url("https://images.assets-landingi.com/uc/35d4fb6b-ede2-4111-9bf9-bd87ba26609d/COWORKV12copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oH9yaHnx5p1J6o1CI9kwxAObGNqkBQ8S.adaptive-delivery-prevent-bg, #oH9yaHnx5p1J6o1CI9kwxAObGNqkBQ8S.lazyload, #oH9yaHnx5p1J6o1CI9kwxAObGNqkBQ8S.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TzF8Iq1zQSwdxR0yqyyLPugx4uvaUmTM { width:9.6875rem;height:5.625rem;top:16.171875rem;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) { #dBcWVpfutamJ9sdAKysqvKczrP4Fv4AC { width:9.6875rem;height:5.625rem;top:16.171875rem;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) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:#1a1637;background-image:none;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.5rem;line-height:1.2;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.7871125rem;top:26.5107421875rem;left:1.8740234375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54385625rem;top:1.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.2246125rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#c79f6e;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { width:0.0625rem;height:5rem;top:67.9091796875rem;left:10.5625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #EylUf5aEdGNQL5r9VpQQ8VyASSKPQit6 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nked4ET9ZpiihVZ4wyVLGtonzRbbRUgx { width:20rem;height:10rem;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) { #Du3cdIpsWh0iGFeW4CfWpqOFyO4Xswrm { width:19rem;height:3.25rem;top:26.875rem;left:0.5rem;font-size:0.9375rem;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:none; }
 }@media only screen and (max-width: 763px) { #GTnv6MiRGGwn592UeiIdTPxgc2aNxVpA { display:block; }
 }@media only screen and (max-width: 763px) { #OcPMIQlhZbuZDeg6BWaXW3ku6eLFG3Ta { width:17.5rem;height:2.5rem;top:15.25rem;left:1.25rem;font-size:1rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;z-index:15284;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fda349, #b06318);background-image: -moz-linear-gradient(180deg, #fda349, #b06318);background-image: -ms-linear-gradient(180deg, #fda349, #b06318);background-image: -o-linear-gradient(180deg, #fda349, #b06318);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda349', endColorstr='#b06318' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda349', endColorstr='#b06318' );";background-image: linear-gradient(180deg, #fda349, #b06318);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nyd6ttTm8BmqsyBAfIcLS0t52BqZfiuo { display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { width:20rem;height:0.8125rem;top:0.6865234375rem;left:0rem;font-size:0.625rem;display:block; }
 }