.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:249,243,230;--color-primary-1:232,218,205;--color-primary-2:224,196,131;--color-primary-3:162,123,62;--color-primary-4:45,39,26;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:221,225,228;--color-tertiary-1:142,156,164;--color-tertiary-2:29,56,73;--color-tertiary-3:15,28,37;--color-tertiary-4:4,8,11;--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:transparent;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); }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container { background-color: transparent; background-image: none; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container > .video-iframe-container { display: none; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row > .video-iframe-container { display: none; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .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); }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container { border-width: 0; border-radius: 0; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#w4mXtuq0FNno02UTdkNxQuAGchvFlE9H { 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; }
#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm.adaptive-delivery-prevent-bg, #QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm.lazyload, #QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm.lazyloading { background-image: none; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container { background-color: transparent; background-image: none; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container > .video-iframe-container { display: none; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row > .video-iframe-container { display: none; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .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); }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container { border-width: 0; border-radius: 0; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#e2kU5DfVmM9xc7HcdecCfQLWVRynz9zt { 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/22699ffe-dde1-417c-87a8-4cbafc8d9e9d/BG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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.26); }#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.26); }#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:40.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:22.638021469116rem;left:29.9375rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cUp5UykzVuL6J89EuzrUmJ48AppkieoA { color:#ffffff;display:block;width:7.871125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23.125rem;left:22.9375rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d4af37, #b38d09);background-image: -moz-linear-gradient(180deg, #d4af37, #b38d09);background-image: -ms-linear-gradient(180deg, #d4af37, #b38d09);background-image: -o-linear-gradient(180deg, #d4af37, #b38d09);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4af37', endColorstr='#b38d09' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4af37', endColorstr='#b38d09' );";background-image: linear-gradient(180deg, #d4af37, #b38d09);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.372375rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:31.25rem;left:27.3125rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qoU0IcfZgahpwJhRpJ887A0n3a0Sar08 { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:23.125rem;left:44.500002145768rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zxB6yn84dhTIQaUFWqQflxIwHSP9cTFO { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7rem;left:20.8125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ke0HePqv0weU4I6JJXSHMLn5NA22a1iw { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:marcellus;font-size:1.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.25rem;left:19.75rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zuThy6Z3iuIdUMBPAbpPeLaVdMUwJpMf { position:absolute;display:block;z-index:15001;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:3.6875rem;width:46.8125rem;top:22.3369140625rem;left:14.09375rem;overflow:hidden;display:block; }
#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 { 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/ca3e3628-0c56-436a-b9f7-24936de677fd/ResidenceLaMer.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9.adaptive-delivery-prevent-bg, #cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9.lazyload, #cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9.lazyloading { background-image: none; }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row .container { background-color: transparent; background-image: none; }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row .container > .video-iframe-container { display: none; }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row > .video-iframe-container { display: none; }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .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); }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row .container { border-width: 0; border-radius: 0; }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#lTRFVNvEP14dxw5psEkOzeGPPGRmGe9h { color:#eabd3f;display:block;width:7.4375rem;position:absolute;font-family:marcellus;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.9365234375rem;left:5.5rem;height:1.2996625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hsPn0S0q6mszKWW47HGV92S5aT8pcemQ { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:marcellus;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.8740234375rem;left:4.53125rem;height:2.599325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tmKoDG3ekaaCaPTSTB7TFUeJzOwnHtuz { color:#eabd3f;display:block;width:12.5625rem;position:absolute;font-family:marcellus;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:9.9365234375rem;left:18.5625rem;height:1.2996625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iHSKDACqQALpZQprOD0cF3fw9xaU7Qnq { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:marcellus;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.8740234375rem;left:20.15625rem;height:1.2996625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5slDt8nfAUlQDskk67JvJIF5HdTlsZy { color:#eabd3f;display:block;width:12.5625rem;position:absolute;font-family:marcellus;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.9365234375rem;left:34.1875rem;height:1.2996625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FJXDxvhsz9wtn2G0wmEfXLE8EerGBR9E { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:marcellus;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:12.8740234375rem;left:32.875rem;height:2.599325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UnVTQdNaxxpdcEUSlJ0nf8aEHcM44wky { color:#eabd3f;display:block;width:12.5625rem;position:absolute;font-family:marcellus;font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:9.9365234375rem;left:54.125rem;height:1.2996625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wWbPJSxTb0ctDZyslkfmghbiKXhOdbRd { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:marcellus;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:12.8740234375rem;left:52.8125rem;height:1.2996625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KhD3WnWsyF85NMyVPv6lSk76z465706P { box-sizing:content-box;height:4.0625rem;width:5.375rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/902c63ad-44b4-4a9c-b3b5-dea22aadaeef/ResidenceLaMer05.png");background-position: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:3.3601570129394rem;left:6.53125rem;display:block; }#KhD3WnWsyF85NMyVPv6lSk76z465706P.adaptive-delivery-prevent-bg, #KhD3WnWsyF85NMyVPv6lSk76z465706P.lazyload, #KhD3WnWsyF85NMyVPv6lSk76z465706P.lazyloading { background-image: none; }
#IqBaO3bRuipiBmnXv20vJdWeP5vkAADA { box-sizing:content-box;height:4.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/20b46187-cfaa-40ca-b948-e3689d9858e7/ResidenceLaMer06.png");background-position: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:3.361328125rem;left:22.625rem;display:block; }#IqBaO3bRuipiBmnXv20vJdWeP5vkAADA.adaptive-delivery-prevent-bg, #IqBaO3bRuipiBmnXv20vJdWeP5vkAADA.lazyload, #IqBaO3bRuipiBmnXv20vJdWeP5vkAADA.lazyloading { background-image: none; }
#QWbFAgxEfqb0mHlaiAms5mgamXgGfmmI { box-sizing:content-box;height:4.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/d1df32bf-bf22-4140-9a8a-bc06cbdb5610/ResidenceLaMer07.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.361328125rem;left:38.4375rem;display:block; }#QWbFAgxEfqb0mHlaiAms5mgamXgGfmmI.adaptive-delivery-prevent-bg, #QWbFAgxEfqb0mHlaiAms5mgamXgGfmmI.lazyload, #QWbFAgxEfqb0mHlaiAms5mgamXgGfmmI.lazyloading { background-image: none; }
#PvnXofeELmmg6gVrBgLw5E2hkNyCtsNS { box-sizing:content-box;height:4.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/ff8bc57d-da06-4764-9adf-ea306ffd2683/ResidenceLaMer08.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.361328125rem;left:58.25rem;display:block; }#PvnXofeELmmg6gVrBgLw5E2hkNyCtsNS.adaptive-delivery-prevent-bg, #PvnXofeELmmg6gVrBgLw5E2hkNyCtsNS.lazyload, #PvnXofeELmmg6gVrBgLw5E2hkNyCtsNS.lazyloading { background-image: none; }
#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9ead8f25-68d6-48cf-88f1-83f4378358c1/edm.jpg");background-position:bottom 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; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.adaptive-delivery-prevent-bg, #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.lazyload, #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.lazyloading { background-image: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { background-color: transparent; background-image: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.32); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container > .video-iframe-container { display: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.32); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container { display: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .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); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { border-width: 0; border-radius: 0; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA::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; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { font-size:0.875rem;font-family:arial;height:224.25rem;width:75rem;position:relative;display:block; }#qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9 { box-sizing:content-box;height:26rem;width:42.5625rem;position:absolute;display:block;z-index:15203;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/3b954125-a0d7-4af2-b100-6951c7035fac/ResidenceLaMer09.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.9375rem;left:5.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9.adaptive-delivery-prevent-bg, #qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9.lazyload, #qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9.lazyloading { background-image: none; }
#F8OMTaKACThT5xsE04KiTygUTq5wNy8e { color:#303f4f;display:block;width:31.625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:40.206165313721rem;left:36.999786376953rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#THqTJ4iheNUNa8vJxyJSEPoLNte1g63e { color:#ffffff;display:block;width:5.87239375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:54.75rem;left:41.9375rem;height:1.54394375rem;display:block; }
#FydIs4sPxr5ZHF4EmUyKtCmgAmDnWul8 { color:#d4af37;display:block;width:11.3736875rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15125;line-height:1.3;letter-spacing:0;top:54.5625rem;left:47.8115234375rem;height:2.1125rem;font-style:normal;display:block; }
#XGIf06hBU75lBexwr1fgVCu2XVnVKLJx { box-sizing:content-box;height:43.3125rem;width:35.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:58.1875rem;left:39.375rem;display:none; }
#dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5 { box-sizing:content-box;height:18.875rem;width:32.9375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/bf9e3dbd-9735-45df-b371-8014c15bda39/14.crop_1022x463_0,440.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:63.75rem;left:40.75rem;display:none; }#dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5.adaptive-delivery-prevent-bg, #dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5.lazyload, #dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5.lazyloading { background-image: none; }
#rdR1Ne3Rs8xNtsd01MH5dOgLo8RV1xqt { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:marcellus;font-size:2.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:59.5625rem;left:50.9375rem;height:2.92358125rem;text-align:center;text-align-last:center;display:none; }
#DKGO2TPuQaTxObNSInKR9TWJREAVKs6d { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:11.4375rem;top:82.625rem;left:41.875rem;overflow:hidden;display:none; }
#M1V55aWzBGoWsSU40f9944FTLIv0rBPG { color:rgba(var(--color-tertiary-2),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.9;letter-spacing:0;top:84.5rem;left:57.0625rem;height:8.5498rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VOcXoeUBkbJkA8Jke0xDXe1C0sPVghQc { color:rgba(var(--color-tertiary-2),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.9;letter-spacing:0;top:84.5rem;left:61rem;height:8.5498rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OU2ffzvSvaNDIsmfmqq5BgHCA5KrN0WV { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:54.75rem;left:56.6240234375rem;height:1.54394375rem;text-align:right;text-align-last:right;display:block; }
#FbsOl09QO4HZI7l1tDINeLu5x0QJXNIw { 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:15197;opacity:1;top:45.62451171875rem;left:36.9990234375rem; }
#WvvLTDN99pk1bbBtalwZNl7TGoTxB3qp { color:#000000;display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15185;line-height:1.3;letter-spacing:0;top:45.81201171875rem;left:38.37451171875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#cbQbUdTGlJw6qAMqTRcH0byz4rv53lLn { 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:15198;opacity:1;top:45.43701171875rem;left:45.4365234375rem; }
#QIS3bm6TpRHA1Lx1vurWKPwfzCUMFJ8O { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15186;line-height:1.3;letter-spacing:0;top:45.81201171875rem;left:46.5rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#em1g5lAMc40qBGk7TpaQla25PQDKnfOG { 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:15199;opacity:1;top:45.43701171875rem;left:53.56201171875rem; }
#BnpqAPmPTFey02aQ6cN4ICebgiRUIzpc { color:#000000;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15188;line-height:1.3;letter-spacing:0;top:45.81201171875rem;left:55.6875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#mgkHLcNupNmU4Fr3M91pJiEtnKNuxwA2 { color:#001f3f;display:block;width:33.375rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.8749980926514rem;left:20.8125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SrnZ0SMuoq95zKHT2U7WSorcJCNbcmZS { box-sizing:content-box;height:47.8125rem;width:67.1875rem;position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.25rem;left:3.90625rem;display:block; }
#x1lPaChRGX9l63Qn0pCCW4zLyxuNtbSi { box-sizing:content-box;height:12.75rem;width:20.375rem;position:absolute;display:block;z-index:15204;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/eff03dac-8563-483b-a9be-f5b78647c668/ResidenceLaMer10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.9375rem;left:48.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#x1lPaChRGX9l63Qn0pCCW4zLyxuNtbSi.adaptive-delivery-prevent-bg, #x1lPaChRGX9l63Qn0pCCW4zLyxuNtbSi.lazyload, #x1lPaChRGX9l63Qn0pCCW4zLyxuNtbSi.lazyloading { background-image: none; }
#hzSW1eDmbJ1wqpSNGQFiMdQG1eKfgqZF { box-sizing:content-box;height:12.75rem;width:20.375rem;position:absolute;display:block;z-index:15205;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/52b07cd4-b3e6-491c-b462-c719ec1beb14/ResidenceLaMer11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.25rem;left:48.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#hzSW1eDmbJ1wqpSNGQFiMdQG1eKfgqZF.adaptive-delivery-prevent-bg, #hzSW1eDmbJ1wqpSNGQFiMdQG1eKfgqZF.lazyload, #hzSW1eDmbJ1wqpSNGQFiMdQG1eKfgqZF.lazyloading { background-image: none; }
#SirG39VSJnJKKU87fnR6zoLVaSnPr0pI { box-sizing:content-box;height:16rem;width:23.4375rem;position:absolute;display:block;z-index:15206;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/395c6631-5bf7-47d1-aab8-66b75ac99a37/ResidenceLaMer12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:41.1123046875rem;left:8.90625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }#SirG39VSJnJKKU87fnR6zoLVaSnPr0pI.adaptive-delivery-prevent-bg, #SirG39VSJnJKKU87fnR6zoLVaSnPr0pI.lazyload, #SirG39VSJnJKKU87fnR6zoLVaSnPr0pI.lazyloading { background-image: none; }
#qh6v7zPrgxTx7w2JGztMHfaEH3GeSA9M { color:#000000;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15187;line-height:1.3;letter-spacing:0;top:48.25rem;left:38.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#CfIqvtmtrtBDEiw5I3u0H0xyc4OTd21n { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15188;line-height:1.3;letter-spacing:0;top:48.25rem;left:52.75rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#PM5eTKkdwe6UF0QBhqwGmxHvbCLrvFln { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15190;line-height:1.3;letter-spacing:0;top:50.75rem;left:52.75rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#Q8IGpzeNZr0LJa0DooIWCMbnMx5T3fWO { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15189;line-height:1.3;letter-spacing:0;top:50.74951171875rem;left:38.18701171875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#n6L2gkADtc0Z87QVtsVlckDcQ29Gs9k5 { box-sizing:content-box;height:3.1875rem;width:32.8125rem;position:absolute;display:block;z-index:14998;background-color:#303f4f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54rem;left:36.96875rem;display:block; }
#x6gXZNRqkJI1ZTu8fFWcZCk8TzmVTLFP { box-sizing:content-box;height:26rem;width:42.5625rem;position:absolute;display:block;z-index:15223;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/e3a83221-a74d-4806-a644-313f8ee50fb4/ResidenceLaMer13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:65.436199188231rem;left:5.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#x6gXZNRqkJI1ZTu8fFWcZCk8TzmVTLFP.adaptive-delivery-prevent-bg, #x6gXZNRqkJI1ZTu8fFWcZCk8TzmVTLFP.lazyload, #x6gXZNRqkJI1ZTu8fFWcZCk8TzmVTLFP.lazyloading { background-image: none; }
#NRyhsTFWrQJTTSgUAWmTmUGS482ymoq1 { box-sizing:content-box;height:46.75rem;width:67.1875rem;position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:63.75rem;left:3.90625rem;display:block; }
#cotooTtbuF3wTy8z3JipZTNMWtKNN87U { color:#303f4f;display:block;width:32.625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:92.70556640625rem;left:36.99755859375rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#MXpwuLM218aKUk5tCOzGLB2GN9UdgX83 { box-sizing:content-box;height:12.75rem;width:20.375rem;position:absolute;display:block;z-index:15224;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/fd74d3e3-e800-4ab9-8cc8-e9c6043af836/ResidenceLaMer22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:65.436199188231rem;left:48.56120300293rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#MXpwuLM218aKUk5tCOzGLB2GN9UdgX83.adaptive-delivery-prevent-bg, #MXpwuLM218aKUk5tCOzGLB2GN9UdgX83.lazyload, #MXpwuLM218aKUk5tCOzGLB2GN9UdgX83.lazyloading { background-image: none; }
#bBS2w563fqfLdphq34If5cTaUbhiGWbE { box-sizing:content-box;height:12.75rem;width:20.375rem;position:absolute;display:block;z-index:15225;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/7c21e906-97dc-4415-a493-f773ed22e53f/ResidenceLaMer23.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:78.75000190735rem;left:48.56120300293rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#bBS2w563fqfLdphq34If5cTaUbhiGWbE.adaptive-delivery-prevent-bg, #bBS2w563fqfLdphq34If5cTaUbhiGWbE.lazyload, #bBS2w563fqfLdphq34If5cTaUbhiGWbE.lazyloading { background-image: none; }
#riEppwF7LMieSBQMqRZBDVdIlATaEWsh { box-sizing:content-box;height:14.75rem;width:25.6875rem;position:absolute;display:block;z-index:15226;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/846cadc1-9ec9-4361-871a-717c62197f03/ResidenceLaMer.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:93.580085754394rem;left:7.5626969228262rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }#riEppwF7LMieSBQMqRZBDVdIlATaEWsh.adaptive-delivery-prevent-bg, #riEppwF7LMieSBQMqRZBDVdIlATaEWsh.lazyload, #riEppwF7LMieSBQMqRZBDVdIlATaEWsh.lazyloading { background-image: none; }
#CTlSalKwKUIe5lh3STBdgq0BziCTqlVT { 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:15217;opacity:1;top:97.56250190735rem;left:36.998701095581rem; }
#HKLD7S4x0vpyuE04hadHd4f89IHO9o8L { color:#000000;display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15205;line-height:1.3;letter-spacing:0;top:97.74804878235rem;left:38.373483657837rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#O7oucEQGdUuBAf42lLMkIub4Rultbd00 { 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:15218;opacity:1;top:97.373699188231rem;left:45.436197280884rem; }
#PxeoKxortclvRhstTdKG7WtHsUqxtM4T { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15206;line-height:1.3;letter-spacing:0;top:97.74804878235rem;left:46.498483657837rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#hu377SUzH4EQ2qiD4LRuytBdhL4huGxF { 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:15219;opacity:1;top:97.373699188231rem;left:53.561197280884rem; }
#mcpTAs6lnZL67e5G5fQzQmavr4n0mZOF { color:#000000;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15208;line-height:1.3;letter-spacing:0;top:97.74804878235rem;left:55.68577003479rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#NJPpv6gkfaeR8xNbzxFcq1oDcKcU4RL2 { color:#000000;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15207;line-height:1.3;letter-spacing:0;top:100.68533134461rem;left:38.185766220093rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#yF9plpvKfEJ5J8RsTf3X6JzD9I8P99wR { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15208;line-height:1.3;letter-spacing:0;top:100.68533134461rem;left:52.748483657837rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#EC57pg08My2ze3B7QWxJ4bRs8SvT7lta { color:#000000;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15209;line-height:1.3;letter-spacing:0;top:102.81076622009rem;left:38.185766220093rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#S7JxbiKC4B5MTg8vNu7k9XMaEbVWtCmH { box-sizing:content-box;height:3.1875rem;width:33.25rem;position:absolute;display:block;z-index:15018;background-color:#303f4f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:105.24848175049rem;left:36.591798782349rem;display:block; }
#dCWK52kLoRhOd6aik9TXpOotwe1qh2sI { color:#ffffff;display:block;width:5.87239375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:105.99826431274rem;left:41.935766220093rem;height:1.54385625rem;display:block; }
#NBkJIHLNminaVxIcVEZJvbFvrLMk2KGG { color:#d4af37;display:block;width:11.3736875rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:105.810546875rem;left:47.810335159302rem;height:2.1125rem;font-style:normal;display:block; }
#C7mXKRB0xXTwUrbabQAoVPgRzLLcsrXB { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15145;line-height:1.3;letter-spacing:0;top:105.99826431274rem;left:56.622179031372rem;height:1.54385625rem;text-align:right;text-align-last:right;display:block; }
#KCSF4ku4UEV6cw2eP1iyPrnqfDiLxkCC { color:#000000;display:block;width:5.1245125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15227;line-height:1.3;letter-spacing:0;top:43.18994140625rem;left:36.8896484375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#KnNoUFoRvLmgeVDdvkaJExgonvzTgSmU { position:absolute;display:block;z-index:15225;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:1.3125rem;width:32.6875rem;top:43.130859375rem;left:37.154296875rem;overflow:hidden;display:block; }
#L2bRdy82C4MTbntvntV5f4sgq5im1xtW { color:#000000;display:block;width:5.1245125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15229;line-height:1.3;letter-spacing:0;top:95.314020156862rem;left:36.889108657837rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#hfWukCJbAU6yvAbEhhAwTVKKGT3rkxry { position:absolute;display:block;z-index:15227;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:1.3125rem;width:32.6875rem;top:95.255426406862rem;left:37.153863906861rem;overflow:hidden;display:block; }
#mAe4JSscOfzcmNSDTGX89TlgNPT1Trqh { box-sizing:content-box;height:46.75rem;width:67.1875rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:116.125rem;left:3.90625rem;display:block; }
#ckNkxE2TA0cvduUbAwQBxA4blWRxAbPH { box-sizing:content-box;height:3.1875rem;width:33.25rem;position:absolute;display:block;z-index:15039;background-color:#303f4f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:157.623046875rem;left:36.591796875rem;display:block; }
#RUeTCLvqsM2IctW76ZLkDfpEOeAh8ycL { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15229;line-height:1.3;letter-spacing:0;top:153.05859375rem;left:52.748046875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#ELmrfdUPgzH5L70CDROKw7FT7N5sRyMg { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:158.373046875rem;left:56.62109375rem;height:1.54385625rem;text-align:right;text-align-last:right;display:block; }
#OiNCipaon9uwcEzM77Qg0gogIouETPP3 { color:#000000;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15229;line-height:1.3;letter-spacing:0;top:150.123046875rem;left:55.685546875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#DcccJWTIdmo4C0fARc0bMenswT1imAlu { color:#d4af37;display:block;width:11.3736875rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15166;line-height:1.3;letter-spacing:0;top:158.185546875rem;left:47.80859375rem;height:2.1125rem;font-style:normal;display:block; }
#eZS8F9yrQPliF0MxG2Nr3w4ZXqIhRa1T { position:absolute;display:block;z-index:15248;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:1.3125rem;width:32.6875rem;top:147.62890625rem;left:37.15234375rem;overflow:hidden;display:block; }
#a0xT2SbOuO2IGLpnmbbvBl2idyDEntsB { color:#303f4f;display:block;width:33.875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:145.080078125rem;left:36.99609375rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#h0Ecu2QtIqAPRDTEUb3MeR51CswEuh5y { box-sizing:content-box;height:12.75rem;width:20.375rem;position:absolute;display:block;z-index:15246;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/91d32fef-1eb7-4d59-8415-e983ae91c8ec/ResidenceLaMer15.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:131.125rem;left:48.560546875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#h0Ecu2QtIqAPRDTEUb3MeR51CswEuh5y.adaptive-delivery-prevent-bg, #h0Ecu2QtIqAPRDTEUb3MeR51CswEuh5y.lazyload, #h0Ecu2QtIqAPRDTEUb3MeR51CswEuh5y.lazyloading { background-image: none; }
#WhyMyedA4zp4azopgaN4AivGUmGVnaws { 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:15240;opacity:1;top:149.748046875rem;left:53.560546875rem; }
#nBw12VOklxuyT1amVHKwnbJlJImGU8if { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15227;line-height:1.3;letter-spacing:0;top:150.123046875rem;left:46.498046875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#JNEmD2IICR6G2AJQ7Ha5WuKTsh76gUun { color:#000000;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15228;line-height:1.3;letter-spacing:0;top:153.05859375rem;left:38.185546875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#ZDM0K3cnbPhSaNvMfHstrXdnuuXFUEu2 { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15230;line-height:1.3;letter-spacing:0;top:155.185546875rem;left:38.185546875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#ZCwbwCNUzWevqCrnUIaQaXPm7l7ie4ow { box-sizing:content-box;height:26rem;width:42.5625rem;position:absolute;display:block;z-index:15244;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/e99eb183-ec45-493e-af70-7040ccee97be/12LDK114.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:117.810546875rem;left:5.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#ZCwbwCNUzWevqCrnUIaQaXPm7l7ie4ow.adaptive-delivery-prevent-bg, #ZCwbwCNUzWevqCrnUIaQaXPm7l7ie4ow.lazyload, #ZCwbwCNUzWevqCrnUIaQaXPm7l7ie4ow.lazyloading { background-image: none; }
#vXqWu7hvsEwNfIUgDrJ9wUglo1kBwOEZ { 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:15239;opacity:1;top:149.748046875rem;left:45.435546875rem; }
#w7tNUMpTOXu39rm2h3EqbZuhk7cBt4X4 { color:#ffffff;display:block;width:5.87239375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15165;line-height:1.3;letter-spacing:0;top:158.373046875rem;left:41.935546875rem;height:1.54385625rem;display:block; }
#gHwJyavPJ3179Uz5QK8phOHGsPwVUEOM { color:#000000;display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15226;line-height:1.3;letter-spacing:0;top:150.123046875rem;left:38.373046875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#Il12khI9807Wl72THJGwBqoKU6KOEKlF { box-sizing:content-box;height:12.75rem;width:20.375rem;position:absolute;display:block;z-index:15245;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/20b3fe8b-df6f-413c-8089-9f36b0d8db1e/ResidenceLaMer14.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:117.810546875rem;left:48.560546875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#Il12khI9807Wl72THJGwBqoKU6KOEKlF.adaptive-delivery-prevent-bg, #Il12khI9807Wl72THJGwBqoKU6KOEKlF.lazyload, #Il12khI9807Wl72THJGwBqoKU6KOEKlF.lazyloading { background-image: none; }
#MaGVRulFMHsCzm3KiCWFQTTy0DF8kZTr { color:#000000;display:block;width:5.1245125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15250;line-height:1.3;letter-spacing:0;top:147.6875rem;left:36.888671875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#KpTy9wT4NO8Taw0XPfJKVsuTToOSQXQy { 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:15238;opacity:1;top:149.9375rem;left:36.998046875rem; }
#AuemV4K1In4cIkAqPabsidJgWGp53mFE { box-sizing:content-box;height:14.875rem;width:25.875rem;position:absolute;display:block;z-index:15247;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/846cadc1-9ec9-4361-871a-717c62197f03/ResidenceLaMer.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:145.93883488281rem;left:7.2106815034588rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }#AuemV4K1In4cIkAqPabsidJgWGp53mFE.adaptive-delivery-prevent-bg, #AuemV4K1In4cIkAqPabsidJgWGp53mFE.lazyload, #AuemV4K1In4cIkAqPabsidJgWGp53mFE.lazyloading { background-image: none; }
#yCVKgfecZue35BFMbIlXS1JNeVZllyAs { box-sizing:content-box;height:46.75rem;width:67.1875rem;position:absolute;display:block;z-index:15059;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:168.62500572204rem;left:3.90625rem;display:block; }
#tD0ZMya4seZuTuVyyCDcNXGGT2NwDvq8 { box-sizing:content-box;height:26rem;width:42.5625rem;position:absolute;display:block;z-index:15265;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/e3a83221-a74d-4806-a644-313f8ee50fb4/ResidenceLaMer13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:170.30990123749rem;left:5.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#tD0ZMya4seZuTuVyyCDcNXGGT2NwDvq8.adaptive-delivery-prevent-bg, #tD0ZMya4seZuTuVyyCDcNXGGT2NwDvq8.lazyload, #tD0ZMya4seZuTuVyyCDcNXGGT2NwDvq8.lazyloading { background-image: none; }
#n6KaK6NWEKrTaoayUqgTyTPQNV9I9LFo { box-sizing:content-box;height:12.75rem;width:20.375rem;position:absolute;display:block;z-index:15267;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/52989ab0-f22e-4252-8669-acbdbc5aeb81/ResidenceLaMer26.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:183.62500572204rem;left:48.559898376465rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#n6KaK6NWEKrTaoayUqgTyTPQNV9I9LFo.adaptive-delivery-prevent-bg, #n6KaK6NWEKrTaoayUqgTyTPQNV9I9LFo.lazyload, #n6KaK6NWEKrTaoayUqgTyTPQNV9I9LFo.lazyloading { background-image: none; }
#alTzAmtacQihcpt446fMme3cuV1guBqR { box-sizing:content-box;height:12.75rem;width:20.375rem;position:absolute;display:block;z-index:15266;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/5df6f049-4755-4a6f-a23c-66762ddae2d3/ResidenceLaMer25.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:170.30990123749rem;left:48.559898376465rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#alTzAmtacQihcpt446fMme3cuV1guBqR.adaptive-delivery-prevent-bg, #alTzAmtacQihcpt446fMme3cuV1guBqR.lazyload, #alTzAmtacQihcpt446fMme3cuV1guBqR.lazyloading { background-image: none; }
#D3OgPyGqWJBVEDzZIJatc52rtvkgnv0K { color:#303f4f;display:block;width:33.875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:197.57943344116rem;left:36.99609375rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#ZC8O2tT8huV8Ifbh8q7D1TLuFX5HSqzL { box-sizing:content-box;height:16.4995625rem;width:28.0620625rem;position:absolute;display:block;z-index:15268;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ca6147a8-fa17-4655-937d-2f454a61442c/ResidenceLaMer.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:197.57922363281rem;left:6.8435344696044rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }#ZC8O2tT8huV8Ifbh8q7D1TLuFX5HSqzL.adaptive-delivery-prevent-bg, #ZC8O2tT8huV8Ifbh8q7D1TLuFX5HSqzL.lazyload, #ZC8O2tT8huV8Ifbh8q7D1TLuFX5HSqzL.lazyloading { background-image: none; }
#b6zehUqoCP5zvuVIH8CXFUypczfdGznw { position:absolute;display:block;z-index:15269;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:1.3125rem;width:32.6875rem;top:200.12891387939rem;left:37.15234375rem;overflow:hidden;display:block; }
#tKCrl3WuZzIKx4RViU5OS3zkUhDeoU0b { color:#000000;display:block;width:5.1245125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15271;line-height:1.3;letter-spacing:0;top:200.18750762939rem;left:36.888023376465rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#lRAU9XRtqk8tQCQNDHqRmTzUM6LEfiNm { color:#000000;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15250;line-height:1.3;letter-spacing:0;top:202.62240219116rem;left:55.684898376465rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#aduPz1VpcZi8SIOx411hfFDT5THbET5b { 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:15261;opacity:1;top:202.24740219116rem;left:53.559898376465rem; }
#fhWW2uOpmXRTEnAclf1nCTNcKCZvtSzd { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15248;line-height:1.3;letter-spacing:0;top:202.62240219116rem;left:46.497398376465rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#gA88zEqMayNho5sHX30tT1vU6oqfa2JB { 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:15260;opacity:1;top:202.24740219116rem;left:45.434898376465rem; }
#Xt6JHyAkR1lOLOAR3iBtCBmoMMUFTS1O { color:#000000;display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15247;line-height:1.3;letter-spacing:0;top:202.62240219116rem;left:38.372398376465rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#uvHTMHiSTsIBy4DnF3UhprUIzBfJQmGL { 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:15259;opacity:1;top:202.43750762939rem;left:36.997398376465rem; }
#iDKCqN89TDVMVSAWn7cLEIMHztC9W0ND { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15250;line-height:1.3;letter-spacing:0;top:205.55860137939rem;left:52.747398376465rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#No12IoIAzUiq6MtDtlZ1QFoaIuXT8PRx { color:#000000;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15249;line-height:1.3;letter-spacing:0;top:205.55860137939rem;left:38.184898376465rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#DGTxG3v13TOtlcChsvBZDzBLXuy012Tb { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15251;line-height:1.3;letter-spacing:0;top:207.68490219116rem;left:38.184898376465rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#kGrXr7pEytMg2vqJXMHLTG8GvzL5ZgqW { box-sizing:content-box;height:3.1875rem;width:33.25rem;position:absolute;display:block;z-index:15060;background-color:#303f4f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:210.12240219116rem;left:36.591148376465rem;display:block; }
#FU0PRv6iWTWul7UAbiLx40PE7ebQQTTp { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15187;line-height:1.3;letter-spacing:0;top:210.87240219116rem;left:56.62109375rem;height:1.54385625rem;text-align:right;text-align-last:right;display:block; }
#ChnXzdCfJizEIwuFvWNdxIa29T7whBSD { color:#d4af37;display:block;width:11.3736875rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15187;line-height:1.3;letter-spacing:0;top:210.68490219116rem;left:47.80859375rem;height:2.1125rem;font-style:normal;display:block; }
#MTMMtkwAkZ16vehVoHALim6arXLdg5zb { color:#ffffff;display:block;width:5.87239375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15186;line-height:1.3;letter-spacing:0;top:210.87240219116rem;left:41.934898376465rem;height:1.54385625rem;display:block; }
#wNOTM5bzXbR0K6Q1tcLWrI4n7XLDrkNI { box-sizing:content-box;height:16.3748125rem;width:27.5rem;position:absolute;display:block;z-index:15272;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid #d4af37;border-left:0.125rem solid #d4af37;border-right:0.125rem solid #d4af37;border-bottom:0.125rem solid #d4af37;top:145.080078125rem;left:6.5341796875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#aCa8iBgT6fXFzLUcnuedLBaipCFoWh9y { box-sizing:content-box;height:16.3748125rem;width:27.5rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid #d4af37;border-left:0.125rem solid #d4af37;border-right:0.125rem solid #d4af37;border-bottom:0.125rem solid #d4af37;top:92.705078125rem;left:6.5341796875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#lORt1ptDRZwnm05Nwm2ztr5TqKZ5LLC8 { box-sizing:content-box;height:16.3748125rem;width:27.5rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid #d4af37;border-left:0.125rem solid #d4af37;border-right:0.125rem solid #d4af37;border-bottom:0.125rem solid #d4af37;top:40.830078125rem;left:6.5341796875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#chgnO4xWG64gnWmwGIKb1y8Qo5LxBTJ3 { box-sizing:content-box;height:16.3748125rem;width:27.5rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid #d4af37;border-left:0.125rem solid #d4af37;border-right:0.125rem solid #d4af37;border-bottom:0.125rem solid #d4af37;top:40.830078125rem;left:6.5341796875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#SeGmO1fmzdvdkRWqEz5TtofgNglACPHd { box-sizing:content-box;height:16.3748125rem;width:27.5rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid #d4af37;border-left:0.125rem solid #d4af37;border-right:0.125rem solid #d4af37;border-bottom:0.125rem solid #d4af37;top:40.830078125rem;left:6.5341796875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa { 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/d5f4a7d0-bcc4-46c2-9e9a-9423d1ce8b08/ResidenceLaMer.jpg");background-position:bottom left !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; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.adaptive-delivery-prevent-bg, #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.lazyload, #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.lazyloading { background-image: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { background-color: transparent; background-image: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container > .video-iframe-container { display: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row > .video-iframe-container { display: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .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); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { border-width: 0; border-radius: 0; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#MM7FUGJKPDPR1LlT4rt8VovJqkMTGGbo { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15144;line-height:1;letter-spacing:0;top:12.75rem;left:4.5rem;height:1.25rem;font-style:normal;display:block; }
#CxsyVbUsmfqCOHWMTIU4FOF3hO6BrotE { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15145;line-height:1;letter-spacing:0;top:12.875rem;left:15.8125rem;height:1.062675rem;font-style:normal;display:block; }
#Tu7bRkpfPhXLEegIernvUBVONEwFqW3X { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15145;line-height:1;letter-spacing:0;top:19.75rem;left:4.5rem;height:1.25rem;font-style:normal;display:block; }
#xQCCgv7Iyt2vHuFRRdoMBRsKBeRe81TQ { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15146;line-height:1;letter-spacing:0;top:19.875rem;left:15.8125rem;height:1.062675rem;font-style:normal;display:block; }
#IhuJTGA3D77vFDFsBB5TJaPJiCf5lWMX { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15148;line-height:1;letter-spacing:0;top:23.0625rem;left:15.8125rem;height:1.062675rem;font-style:normal;display:block; }
#LiHaLW4Gu4UdFabVTxwkVddsgkOfygRJ { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15147;line-height:1;letter-spacing:0;top:22.9375rem;left:4.5rem;height:1.25rem;font-style:normal;display:block; }
#nBTvZCyk9leS2yc91F2h5lTacZeadOVT { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15149;line-height:1;letter-spacing:0;top:26.25rem;left:4.5rem;height:1.25rem;font-style:normal;display:block; }
#XDiVC8kopiXiPm6zriTn6TbUNfOQWixD { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15150;line-height:1;letter-spacing:0;top:26.375rem;left:15.8125rem;height:1.062675rem;font-style:normal;display:block; }
#oRUWHN61JJ2W2n43JhrtrVpCb4BJdQL5 { color:#ffffff;display:block;width:27rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15151;line-height:1;letter-spacing:0;top:29.25rem;left:4.5rem;height:1.25rem;font-style:normal;display:block; }
#Xq3ylGM8CNmiHoSFpSrsQXHfM43BhmVQ { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15152;line-height:1;letter-spacing:0;top:29.375rem;left:15.8125rem;height:1.062675rem;font-style:normal;display:block; }
#LKwXRshaoiEv1Lp6UZN72qQs4nEdrC8l { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:400;z-index:15145;line-height:1;letter-spacing:0;top:5.875rem;left:4.5rem;height:3.875rem;font-style:normal;display:block; }
#a2lgXiKIc1nqOVMhVR6BwkXFc8QiPPUb { color:#ffffff;display:block;width:12.7495625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15146;line-height:1;letter-spacing:0;top:16.4375rem;left:15.8125rem;height:1.062675rem;font-style:normal;display:block; }
#gm9IiAefpGnuJk5XAuJsUM7piXXR2tkF { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15145;line-height:1;letter-spacing:0;top:16.3125rem;left:4.5rem;height:1.25rem;font-style:normal;display:block; }
#xpIahi16fTnZRbz4iGhBZtScc0afdfma { box-sizing:content-box;height:0.125rem;width:30.375rem;position:absolute;display:block;z-index:15153;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.75rem;left:4.5rem;display:block; }
#rdruvQGuJgsAFsqfUfKrXnyRI7XQXwKh { box-sizing:content-box;height:30.8125rem;width:34rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:2.6875rem;display:block; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/30f81e6a-a172-497f-add8-b6073bc2d5aa/13LDK215.png");background-position:bottom 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; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#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.55); }#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.55); }#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::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; }#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-secondary-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; }
#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-secondary-0),1);background-image:none;border-top:0rem solid rgba(var(--color-secondary-0),1);border-left:0rem solid rgba(var(--color-secondary-0),1);border-right:0rem solid rgba(var(--color-secondary-0),1);border-bottom:0rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.25rem;color:#000000;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-secondary-0),1);background-image:none;border-top:0rem solid rgba(var(--color-secondary-0),1);border-left:0rem solid rgba(var(--color-secondary-0),1);border-right:0rem solid rgba(var(--color-secondary-0),1);border-bottom:0rem solid rgba(var(--color-secondary-0),1);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:#000000;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7981d, #672700);background-image: -moz-linear-gradient(180deg, #f7981d, #672700);background-image: -ms-linear-gradient(180deg, #f7981d, #672700);background-image: -o-linear-gradient(180deg, #f7981d, #672700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7981d', endColorstr='#672700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7981d', endColorstr='#672700' );";background-image: linear-gradient(180deg, #f7981d, #672700);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.25rem;font-weight:400;color:#ffffff;width:20.4375rem;height:3rem;font-family:poppins;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#000000;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-secondary-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-secondary-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:2.5625rem;left:47.937501907349rem; }
#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-secondary-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-secondary-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:2.5625rem;left:47.937501907349rem; }
#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-secondary-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:27.5rem;left:51.25rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:rgba(var(--color-secondary-0),1);display:block;width:28.3125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.3740234375rem;left:5.12451171875rem;height:6rem;font-style:normal;display:block; }
#Hp0TR54MnlXD8Oo8T09FwnOXoZXwFyvq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9ead8f25-68d6-48cf-88f1-83f4378358c1/edm.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hp0TR54MnlXD8Oo8T09FwnOXoZXwFyvq.adaptive-delivery-prevent-bg, #Hp0TR54MnlXD8Oo8T09FwnOXoZXwFyvq.lazyload, #Hp0TR54MnlXD8Oo8T09FwnOXoZXwFyvq.lazyloading { background-image: none; }#Hp0TR54MnlXD8Oo8T09FwnOXoZXwFyvq > .row .container { background-color: transparent; background-image: none; }#Hp0TR54MnlXD8Oo8T09FwnOXoZXwFyvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hp0TR54MnlXD8Oo8T09FwnOXoZXwFyvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hp0TR54MnlXD8Oo8T09FwnOXoZXwFyvq > .row .container > .video-iframe-container { display: none; }#Hp0TR54MnlXD8Oo8T09FwnOXoZXwFyvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hp0TR54MnlXD8Oo8T09FwnOXoZXwFyvq > .row > .video-iframe-container { display: none; }#Hp0TR54MnlXD8Oo8T09FwnOXoZXwFyvq > .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); }#Hp0TR54MnlXD8Oo8T09FwnOXoZXwFyvq > .row .container { border-width: 0; border-radius: 0; }#Hp0TR54MnlXD8Oo8T09FwnOXoZXwFyvq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hp0TR54MnlXD8Oo8T09FwnOXoZXwFyvq > .row .container { font-size:0.875rem;font-family:arial;height:65.0625rem;width:75rem;position:relative;display:block; }#gVVRpT6o76gC0Kpygvqh9SeVcn4h3HL8 { color:#000000;display:block;width:60.499125rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.737548828125rem;left:7.24853515625rem;height:3.89955625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H5pDGObKBq58VSc8f2kVb6ARq0MseuJH { color:#000000;display:block;width:25.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.052734375rem;left:5.247802734375rem;height:1.949775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r3N0oUrmHQVhUhzoOgWQwET0za4L7kev { color:#000000;display:block;width:34.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.999755859375rem;left:5.245361328125rem;height:2.92410625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E3PDJbu0mi4GpQ6TmT2eXo5J1kDrask6 { color:#000000;display:block;width:34.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:24.25rem;left:5.24609375rem;height:1.46205625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AsGxXq55VzlJWEdAIOwSwG9BNUMK4dw5 { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.302093505859rem;left:5.2486982345581rem;height:1.949775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FO1mQrKfNmkUUqLzbOkTSM9bB7f1i1Wg { color:#000000;display:block;width:34.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:31.5625rem;left:5.24609375rem;height:1.46205625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yn0IPK5rqG5AysyJ9ggUZ75cFV4G8PEg { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:29.61328125rem;left:5.24609375rem;height:1.949775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iNBvzg51DVU4mB5TzdcQ26IaKcUWbcoD { color:#000000;display:block;width:32rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:38.373291015625rem;left:5.245361328125rem;height:2.92410625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U5Af4WTw7e9p4BwQuv9QrAilQC1bdeMR { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:36.425048828125rem;left:5.245361328125rem;height:1.949775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IEAv3xDtuqxpMWUp9aT3it4VmoCAH628 { box-sizing:content-box;height:46.625rem;width:36.25rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/21112569-75d8-4ce7-9b73-e36014d17b01/ResidenceLaMer.png");background-position: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:12.236999511719rem;left:38.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#IEAv3xDtuqxpMWUp9aT3it4VmoCAH628.adaptive-delivery-prevent-bg, #IEAv3xDtuqxpMWUp9aT3it4VmoCAH628.lazyload, #IEAv3xDtuqxpMWUp9aT3it4VmoCAH628.lazyloading { background-image: none; }
#qAVeAXDu8BRLRaFhRgcqbooTJGVrwkDE { box-sizing:content-box;height:4.3125rem;width:4.375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/23d70d7f-2081-4abb-8034-4c8fbb7d96ad/283128.png");background-position: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:14.114990234375rem;left:0rem;display:block; }#qAVeAXDu8BRLRaFhRgcqbooTJGVrwkDE.adaptive-delivery-prevent-bg, #qAVeAXDu8BRLRaFhRgcqbooTJGVrwkDE.lazyload, #qAVeAXDu8BRLRaFhRgcqbooTJGVrwkDE.lazyloading { background-image: none; }
#mrfcVJp5gmH0Ls1JK4Qy6fGNZDKR2XBh { box-sizing:content-box;height:4.3125rem;width:4.375rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/5bfcfadf-b895-4587-85c4-ba77ad55c0ca/283130.png");background-position: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:21.5859375rem;left:0rem;display:block; }#mrfcVJp5gmH0Ls1JK4Qy6fGNZDKR2XBh.adaptive-delivery-prevent-bg, #mrfcVJp5gmH0Ls1JK4Qy6fGNZDKR2XBh.lazyload, #mrfcVJp5gmH0Ls1JK4Qy6fGNZDKR2XBh.lazyloading { background-image: none; }
#CJTKw9IEnQv502ZxDQQ8qA66HeznnkTU { box-sizing:content-box;height:4.3125rem;width:4.375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/d6b7d356-1516-4a92-a575-46af05183638/283131.png");background-position: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:29.0859375rem;left:0rem;display:block; }#CJTKw9IEnQv502ZxDQQ8qA66HeznnkTU.adaptive-delivery-prevent-bg, #CJTKw9IEnQv502ZxDQQ8qA66HeznnkTU.lazyload, #CJTKw9IEnQv502ZxDQQ8qA66HeznnkTU.lazyloading { background-image: none; }
#LqspmNpvmLQuTIV4zra4bD24Cw3swxIL { box-sizing:content-box;height:4.3125rem;width:4.375rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/39c4c6e9-6b77-4b93-aafa-8f095adda944/283129.png");background-position: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:36.398193359375rem;left:0rem;display:block; }#LqspmNpvmLQuTIV4zra4bD24Cw3swxIL.adaptive-delivery-prevent-bg, #LqspmNpvmLQuTIV4zra4bD24Cw3swxIL.lazyload, #LqspmNpvmLQuTIV4zra4bD24Cw3swxIL.lazyloading { background-image: none; }
#I5f7rkQD6lSPNKhRZcF13wAQDzCSV3wt { box-sizing:content-box;height:15.9375rem;width:37.875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e06ad193-9843-4610-a80d-56a07e6abec1/ResidenceLaMer.png");background-position: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:42.833333969116rem;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; }#I5f7rkQD6lSPNKhRZcF13wAQDzCSV3wt.adaptive-delivery-prevent-bg, #I5f7rkQD6lSPNKhRZcF13wAQDzCSV3wt.lazyload, #I5f7rkQD6lSPNKhRZcF13wAQDzCSV3wt.lazyloading { background-image: none; }
#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a744f;background-image:url("https://images.assets-landingi.com/uc/ca3e3628-0c56-436a-b9f7-24936de677fd/ResidenceLaMer.jpg");background-position:top 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; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6.adaptive-delivery-prevent-bg, #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6.lazyload, #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6.lazyloading { background-image: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { background-color: transparent; background-image: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container > .video-iframe-container { display: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row > .video-iframe-container { display: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .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); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { border-width: 0; border-radius: 0; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;position:relative;display:block; }#oM8wNEzk3GcAQamoPbVJwwQkQuImgwk7 { color:#c09653;display:block;width:5.8109375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:7.1875rem;left:60.0625rem;height:1.29980625rem;display:none; }
#gEJvs5XCEQDPmlHVvtQl2foxGyfgVLDs { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:6.875rem;left:64.875rem;height:1.94921875rem;font-style:normal;display:none; }
#LHBWAImbLI3qICNLE7WWnopyky0m6RKs { color:rgba(var(--color-tertiary-2),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:8.8125rem;left:66rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#nq7xefwcfzSEwxAZDHZDRZfcRNHCOOKw { color:#ffffff;display:block;width:31.496125rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.87109375rem;left:21.7509765625rem;height:3.89955625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IlghatAICLRTKWoehGU1kfEEE7d0gv8n { box-sizing:content-box;height:15.625rem;width:23.93675rem;position:absolute;display:block;z-index:15090;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/8d0c173f-7d7c-4fa9-a97d-26a4e9da4399/04Corridor3.png");background-position: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:12.32666015625rem;left:25.52978515625rem;display:block; }#IlghatAICLRTKWoehGU1kfEEE7d0gv8n.adaptive-delivery-prevent-bg, #IlghatAICLRTKWoehGU1kfEEE7d0gv8n.lazyload, #IlghatAICLRTKWoehGU1kfEEE7d0gv8n.lazyloading { background-image: none; }
#TkCp8aNTOEbUMD0aOtDcVDob3nSyC6pI { box-sizing:content-box;height:15.625rem;width:23.9355625rem;position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/58eba72b-ef65-4778-9973-56493cadadc3/19BF2_LDK1.PNG");background-position: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:12.32666015625rem;left:0rem;display:block; }#TkCp8aNTOEbUMD0aOtDcVDob3nSyC6pI.adaptive-delivery-prevent-bg, #TkCp8aNTOEbUMD0aOtDcVDob3nSyC6pI.lazyload, #TkCp8aNTOEbUMD0aOtDcVDob3nSyC6pI.lazyloading { background-image: none; }
#maPG8h0eBiLSfwaATuukBRLEJHAHZ6SV { box-sizing:content-box;height:15.625rem;width:23.9355625rem;position:absolute;display:block;z-index:15092;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0a47ccc8-39c7-4ebf-a685-e2cc75602e5b/05LDK122.png");background-position: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:12.32666015625rem;left:51.063232421875rem;display:block; }#maPG8h0eBiLSfwaATuukBRLEJHAHZ6SV.adaptive-delivery-prevent-bg, #maPG8h0eBiLSfwaATuukBRLEJHAHZ6SV.lazyload, #maPG8h0eBiLSfwaATuukBRLEJHAHZ6SV.lazyloading { background-image: none; }
#fhJlCCSthmCF3P5nDMJ57QdBPiEfQxyH { box-sizing:content-box;height:15.625rem;width:23.93675rem;position:absolute;display:block;z-index:15093;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/28436873-e6a6-4c9f-87fd-a50b18f464a9/10Bed55.png");background-position: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:29.82666015625rem;left:25.52978515625rem;display:block; }#fhJlCCSthmCF3P5nDMJ57QdBPiEfQxyH.adaptive-delivery-prevent-bg, #fhJlCCSthmCF3P5nDMJ57QdBPiEfQxyH.lazyload, #fhJlCCSthmCF3P5nDMJ57QdBPiEfQxyH.lazyloading { background-image: none; }
#UZcidpA3A19HN7VTHi5AwTsztweERPxV { box-sizing:content-box;height:15.625rem;width:23.9355625rem;position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/18e52628-6400-47c2-beed-eb3ba236358c/12LDK113.PNG");background-position: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:29.82666015625rem;left:0rem;display:block; }#UZcidpA3A19HN7VTHi5AwTsztweERPxV.adaptive-delivery-prevent-bg, #UZcidpA3A19HN7VTHi5AwTsztweERPxV.lazyload, #UZcidpA3A19HN7VTHi5AwTsztweERPxV.lazyloading { background-image: none; }
#eq7yKT563TUVTpHKlN9zcO6damQbPkdx { box-sizing:content-box;height:15.625rem;width:23.9355625rem;position:absolute;display:block;z-index:15095;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/cd5aaff2-e4e2-4dcc-b630-a3c926db912f/05LDK114.png");background-position: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:29.82666015625rem;left:51.063232421875rem;display:block; }#eq7yKT563TUVTpHKlN9zcO6damQbPkdx.adaptive-delivery-prevent-bg, #eq7yKT563TUVTpHKlN9zcO6damQbPkdx.lazyload, #eq7yKT563TUVTpHKlN9zcO6damQbPkdx.lazyloading { background-image: none; }
#yySpsmVLorKHbawMrBcxpLCIBGawlv46 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7089062-b7c0-4e0e-bcd5-c80d601efa77/TheAddressSiamRatchathewi20.jpg");background-position:bottom 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; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46.adaptive-delivery-prevent-bg, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyload, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyloading { background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { background-color: transparent; background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.71); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.71); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .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); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { border-width: 0; border-radius: 0; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::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; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { font-size:0.875rem;font-family:arial;height:73.875rem;width:75rem;position:relative;display:block; }#CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { 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; }
#swCqybO2DLAeE7Ahl2WiSQVDyrGlJcXq { position:absolute;display:block;z-index:15081;height:31.25rem;width:75rem;top:33.373699188233rem;left:0rem;display:block; }
#OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { color:#00244b;display:block;width:18.247625rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.060546875rem;left:28.37548828125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b8H9rGL5TBKg3kGHV0zSzenoNsApqLaK { color:#212121;display:block;width:62.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15146;line-height:1.6;letter-spacing:0;top:9.39404296875rem;left:6.46875rem;height:5.09933125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XkerGm1059xzmsQRJ90ALnpccFTzLazM { box-sizing:content-box;height:8.875rem;width:8.875rem;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:14999;background-color:#eabd3f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17rem;left:7.8125rem;display:block; }
#PdawZNxgfUy5e2CangTfkAQRdwkViXXq { box-sizing:content-box;height:8.875rem;width:8.875rem;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:14998;background-color:#eabd3f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17rem;left:23.90625rem;display:block; }
#Wn4rEzXb6uuxBWFg2wpuo1vahKxbq6xp { box-sizing:content-box;height:8.875rem;width:8.875rem;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:14997;background-color:#eabd3f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17rem;left:39.6875rem;display:block; }
#QuVK8QrBxIfq0GCbNzcNCNtFVt6FRasF { box-sizing:content-box;height:8.875rem;width:8.875rem;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:15150;background-color:#eabd3f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17rem;left:55.8125rem;display:block; }
#UTX5dXOcqXBvbXSWMm5GdVDQUsahT0Cn { color:#00244b;display:block;width:18.2470625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:18.997398376465rem;left:3.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F8I1kxClglMiuOo34BLor9XJCc81dcAq { color:#00244b;display:block;width:2.875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:18.997398376465rem;left:26.78125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aPtJwbUfI9Vvi6Rv86IibIQbaW7wSIQX { color:#00244b;display:block;width:2.8125rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.997398376465rem;left:42.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HOTrPbwAr7M7STPr2y0QeWM2l3TzoCXm { color:#00244b;display:block;width:2.3125rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:400;z-index:15151;line-height:1.3;letter-spacing:0;top:18.997398376465rem;left:59.21875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kACIAD4si6CSnnMVxhQAxFgTErL6Uv1T { color:#00244b;display:block;width:5.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15147;line-height:1;letter-spacing:0;top:22.4365234375rem;left:9.375rem;height:1.062675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z1zhBcJwsHdqr9PLBKw3ocwEUr4EIWSv { color:#00244b;display:block;width:5.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15148;line-height:1;letter-spacing:0;top:22.4365234375rem;left:25.46875rem;height:1.062675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VcpnbMT9rTvnNyO3EHqEdAoZR0C8xTtD { color:#00244b;display:block;width:5.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15149;line-height:1;letter-spacing:0;top:22.4365234375rem;left:41.25rem;height:1.062675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KnklM3EElt7NGiLcWeqrfh1roHxuonUX { color:#00244b;display:block;width:5.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15150;line-height:1;letter-spacing:0;top:22.4365234375rem;left:57.375rem;height:1.062675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c5d1stGmTQVOaGcKw3LwGL3yZMcT27XC { color:#212121;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15147;line-height:1;letter-spacing:0;top:28.125rem;left:5.4375rem;height:1.0004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xmweRGdhi0C8luTNoOLCDU1s8TcKaTAT { color:#212121;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15148;line-height:1;letter-spacing:0;top:28.125rem;left:21.6875rem;height:1.0004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BlkuIGPCqkzxQDP8T5g7spT2hCU834Wk { color:#212121;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15149;line-height:1;letter-spacing:0;top:28.125rem;left:37.3125rem;height:1.0004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Elt0saVVE88AQCexdHEgnDAynXmlTlHM { color:#212121;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15150;line-height:1;letter-spacing:0;top:28.125rem;left:54.1875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uDKBTU1TCA14S5KzWIoXL69iDTQT7esN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd700, #b38d09);background-image: -moz-linear-gradient(180deg, #ffd700, #b38d09);background-image: -ms-linear-gradient(180deg, #ffd700, #b38d09);background-image: -o-linear-gradient(180deg, #ffd700, #b38d09);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd700', endColorstr='#b38d09' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd700', endColorstr='#b38d09' );";background-image: linear-gradient(180deg, #ffd700, #b38d09);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3715625rem;height:3.1245125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:66.69140625rem;left:27.31201171875rem;display:block; }
#R9o2wPJTRdgaT3bPLSG4eLLzfNb3ivTz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iJVuZ0N04csaQUegHpEPequRLIMBW2hp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca3e3628-0c56-436a-b9f7-24936de677fd/ResidenceLaMer.jpg");background-position:top 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; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp.adaptive-delivery-prevent-bg, #iJVuZ0N04csaQUegHpEPequRLIMBW2hp.lazyload, #iJVuZ0N04csaQUegHpEPequRLIMBW2hp.lazyloading { background-image: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { background-color: transparent; background-image: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container > .video-iframe-container { display: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row > .video-iframe-container { display: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .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); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { border-width: 0; border-radius: 0; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp::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; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#s3uU1glT3beET59mQruzVPeay9XkFAH8 { color:#ffffff;display:block;width:44.875rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15063;line-height:1.1;letter-spacing:0;top:3.75rem;left:16.875rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#weRmBImZl3HqTwe2zqJfZv32ovexZTz3 { box-sizing:content-box;height:26.5625rem;width:74.75rem;position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);top:13.125rem;left:0rem;display:block; }
#H5EVWBHn2T3u849tXzi4poyytHwa5raq { color:rgba(var(--color-tertiary-0),1);display:block;width:68.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:16.25rem;left:3.09375rem;height:2.92410625rem;display:block; }
#ntwEcBZTkOkbqvycmyg7ZWtiwVf941XT { color:rgba(var(--color-tertiary-0),1);display:block;width:68.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:20.75rem;left:3.09375rem;height:1.949775rem;font-style:normal;display:block; }
#irqUyTsrqkXo0C0Bo8OylJV07JcM20Uv { color:rgba(var(--color-tertiary-0),1);display:block;width:58.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:35.9375rem;left:3.09375rem;height:1.2996625rem;display:block; }
#tQRnZQvzA6nJxthybI9KSGrOfuHMFLv9 { color:#ffffff;display:block;width:42.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15064;line-height:1.1;letter-spacing:0;top:7.8125rem;left:16.3125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kC9WGHZgnpsRF8bJid3u9JKVmXasyuFr { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15067;line-height:2.2;letter-spacing:0;top:27.1875rem;left:3.09375rem;height:6.599325rem;display:block; }
#ITbkCweB1vC8AFODqGFI80v5BnbOJyST { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.475rem;display:block; }
#AmKW9DA91By3cUHuWqEw5ii3T2I5EOqN { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.475rem;display:block; }
#lk2UqOahlsW7kecgXwNIOkrJT2SgFu1H { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15069;line-height:2.2;letter-spacing:0;top:27.1875rem;left:19.65625rem;height:6.599325rem;display:block; }
#R3DZfU8GPaRJRFbD8sQ1bVxqdLSmvfUk { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.475rem;display:block; }
#KdiU6S4i9l1F0Cug3FXmAdOIGB5V5dZW { color:rgba(var(--color-tertiary-0),1);display:block;width:24.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15067;line-height:2.2;letter-spacing:0;top:27.1875rem;left:37.46875rem;height:6.599325rem;display:block; }
#mkcERaQ19VueZMOin5Kn2Q2iObb2GW9f { box-sizing:content-box;height:0.0625rem;width:68.75rem;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.625rem;left:3.125rem;display:block; }
#xxcmuhJhEp3USBGesTIohyg9w8DTcnRn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:29.5625rem;left:61.0849609375rem; }
#veO96uXwGJIbwyuT9xBdauguzoMeLt3I { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:13.125rem;top:28.875rem;left:61.085054580479rem;overflow:hidden;display:block; }
#TgoZ25h73xasn72pVfmOpCGfCor3hk3A { color:rgba(var(--color-tertiary-0),1);display:block;width:68.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:16.25rem;left:3.09375rem;height:2.923825rem;display:none; }
#ZIhUUGTiSQ8OhPPrMCZsD374hAmyIMzG { color:rgba(var(--color-tertiary-0),1);display:block;width:58.9375rem;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:35.9375rem;left:3.09375rem;height:1.29980625rem;display:none; }
#E1XGAwqAJ1G70kx3ypmUMSea1lxxCbyN { color:rgba(var(--color-tertiary-0),1);display:block;width:58.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15067;line-height:1.7;letter-spacing:0;top:41.6875rem;left:0rem;height:2.97433125rem;display:block; }
#ZQIBoKEkHdCGTrcwfGTl9huGta6xPHMh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:3.75rem;left:14.125rem; }
#PPqrBWz1f2T7FM6w9huIIyUvBJ8FfLqc { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.4746125rem;display:none; }
#r1QVy53oTnKzQAnz6hsd4MH1si2GyTts { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.4746125rem;display:none; }
#izF9coy0VVpTc0Oe0dmkQkWPf3JizBZd { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.4746125rem;display:none; }
#PyZei5JeT6DGyRbGtSfoPg9N0ZEi2y7W { box-sizing:content-box;height:0.0625rem;width:68.75rem;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.625rem;left:3.125rem;display:none; }
#vqKR1CWIMv5AbDbDhxdgFDUWfvL0l8Di { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.4746125rem;display:none; }
#XUqKgqswMrlWFCDyZbaSFxFxv6DbGDbJ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.4746125rem;display:none; }
#D3PFwOKpRnAg4It8CSCKBWJMWk66SnQQ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.4746125rem;display:none; }
#OIveT9l9kTyUyi1a6nm0OvEm6HxAUKtn { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.4746125rem;display:none; }
#T86nCDZpI63O79h8nQmgBFET4NW7xJU5 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.4746125rem;display:none; }
#tQbHD9W5asTCqTplCNGOMCBX7qbc9Vv4 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.4746125rem;display:none; }
#fK1UWR5WkCVlHBL0p2kJ3hnM1twM5aGB { color:rgba(var(--color-tertiary-0),1);display:block;width:68.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:16.25rem;left:3.09375rem;height:2.923825rem;display:none; }
#LfhagR5XuPQpTnmoaU1huFlqcOHEVGHk { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd700, #b38d09);background-image: -moz-linear-gradient(180deg, #ffd700, #b38d09);background-image: -ms-linear-gradient(180deg, #ffd700, #b38d09);background-image: -o-linear-gradient(180deg, #ffd700, #b38d09);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd700', endColorstr='#b38d09' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd700', endColorstr='#b38d09' );";background-image: linear-gradient(180deg, #ffd700, #b38d09);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.371125rem;height:3.124025rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:48.37890625rem;left:27.3134765625rem;display:block; }
#C4Wi1TDWgMG6fT6CLy3XWER8UG0ukETK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { background-color: transparent; background-image: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .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); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { border-width: 0; border-radius: 0; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { color:#999999;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.1375rem;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) { #J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV { display:block; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4mXtuq0FNno02UTdkNxQuAGchvFlE9H { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm { display:block; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2kU5DfVmM9xc7HcdecCfQLWVRynz9zt { 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) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:22.625rem;left:16.312502145767rem;width:15.125rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUp5UykzVuL6J89EuzrUmJ48AppkieoA { top:23.125rem;left:9.3125rem;width:7.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:20.3125rem;height:3.125rem;top:31.25rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #qoU0IcfZgahpwJhRpJ887A0n3a0Sar08 { top:23.125rem;left:30.875002145767rem;width:9.3125rem;height:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxB6yn84dhTIQaUFWqQflxIwHSP9cTFO { top:7rem;left:7.1875rem;width:33.375rem;height:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke0HePqv0weU4I6JJXSHMLn5NA22a1iw { top:12.25rem;left:6.125rem;width:35.5rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuThy6Z3iuIdUMBPAbpPeLaVdMUwJpMf { top:22.3125rem;left:0.46875rem;width:46.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 { display:block; }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTRFVNvEP14dxw5psEkOzeGPPGRmGe9h { top:9.875rem;left:0rem;width:7.4375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsPn0S0q6mszKWW47HGV92S5aT8pcemQ { top:12.8125rem;left:0rem;width:9.375rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmKoDG3ekaaCaPTSTB7TFUeJzOwnHtuz { top:9.875rem;left:4.9375rem;width:12.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHSKDACqQALpZQprOD0cF3fw9xaU7Qnq { top:12.8125rem;left:6.53125rem;width:9.375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5slDt8nfAUlQDskk67JvJIF5HdTlsZy { top:9.875rem;left:20.5625rem;width:12.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJXDxvhsz9wtn2G0wmEfXLE8EerGBR9E { top:12.8125rem;left:19.25rem;width:15.1875rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnVTQdNaxxpdcEUSlJ0nf8aEHcM44wky { top:9.875rem;left:35.1875rem;width:12.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWbPJSxTb0ctDZyslkfmghbiKXhOdbRd { top:12.8125rem;left:32.5625rem;width:15.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhD3WnWsyF85NMyVPv6lSk76z465706P { top:3.3125rem;left:0rem;width:5.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqBaO3bRuipiBmnXv20vJdWeP5vkAADA { top:3.3125rem;left:9rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWbFAgxEfqb0mHlaiAms5mgamXgGfmmI { top:3.3125rem;left:24.8125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvnXofeELmmg6gVrBgLw5E2hkNyCtsNS { top:3.3125rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA { display:block; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9 { top:12.9375rem;left:0rem;width:42.5625rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8OMTaKACThT5xsE04KiTygUTq5wNy8e { top:40.1875rem;left:16.125rem;width:31.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THqTJ4iheNUNa8vJxyJSEPoLNte1g63e { top:54.75rem;left:28.3125rem;width:5.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FydIs4sPxr5ZHF4EmUyKtCmgAmDnWul8 { top:54.5625rem;left:34.1865234375rem;width:11.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGIf06hBU75lBexwr1fgVCu2XVnVKLJx { top:58.1875rem;left:12.125rem;width:35.625rem;height:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5 { top:63.75rem;left:14.8125rem;width:32.9375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdR1Ne3Rs8xNtsd01MH5dOgLo8RV1xqt { top:59.5625rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKGO2TPuQaTxObNSInKR9TWJREAVKs6d { top:82.625rem;left:28.25rem;width:11.4375rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1V55aWzBGoWsSU40f9944FTLIv0rBPG { top:84.5rem;left:43.4375rem;width:1.875rem;height:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOcXoeUBkbJkA8Jke0xDXe1C0sPVghQc { top:84.5rem;left:35rem;width:12.75rem;height:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU2ffzvSvaNDIsmfmqq5BgHCA5KrN0WV { top:54.75rem;left:40.1875rem;width:7.5625rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbsOl09QO4HZI7l1tDINeLu5x0QJXNIw { top:45.5625rem;left:23.3740234375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvvLTDN99pk1bbBtalwZNl7TGoTxB3qp { top:45.75rem;left:24.74951171875rem;width:5.125rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbQbUdTGlJw6qAMqTRcH0byz4rv53lLn { top:45.375rem;left:31.8115234375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIS3bm6TpRHA1Lx1vurWKPwfzCUMFJ8O { top:45.75rem;left:32.875rem;width:5.4375rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #em1g5lAMc40qBGk7TpaQla25PQDKnfOG { top:45.375rem;left:39.93701171875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnpqAPmPTFey02aQ6cN4ICebgiRUIzpc { top:45.75rem;left:40.75rem;width:7rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgkHLcNupNmU4Fr3M91pJiEtnKNuxwA2 { top:3.8125rem;left:7.1875rem;width:33.375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrnZ0SMuoq95zKHT2U7WSorcJCNbcmZS { top:11.25rem;left:0rem;width:47.75rem;height:47.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1lPaChRGX9l63Qn0pCCW4zLyxuNtbSi { top:12.9375rem;left:27.375rem;width:20.375rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzSW1eDmbJ1wqpSNGQFiMdQG1eKfgqZF { top:26.25rem;left:27.375rem;width:20.375rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SirG39VSJnJKKU87fnR6zoLVaSnPr0pI { top:41.0625rem;left:0rem;width:23.4375rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh6v7zPrgxTx7w2JGztMHfaEH3GeSA9M { top:48.1875rem;left:24.56201171875rem;width:12.1875rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfIqvtmtrtBDEiw5I3u0H0xyc4OTd21n { top:48.1875rem;left:35.3125rem;width:12.4375rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM5eTKkdwe6UF0QBhqwGmxHvbCLrvFln { top:50.6875rem;left:35.3125rem;width:12.4375rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8IGpzeNZr0LJa0DooIWCMbnMx5T3fWO { top:50.6875rem;left:24.56201171875rem;width:13.8125rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6L2gkADtc0Z87QVtsVlckDcQ29Gs9k5 { top:54rem;left:13.9375rem;width:32.8125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6gXZNRqkJI1ZTu8fFWcZCk8TzmVTLFP { top:65.375rem;left:0rem;width:42.5625rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRyhsTFWrQJTTSgUAWmTmUGS482ymoq1 { top:63.75rem;left:0rem;width:47.75rem;height:46.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cotooTtbuF3wTy8z3JipZTNMWtKNN87U { top:92.6875rem;left:15.1875rem;width:32.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXpwuLM218aKUk5tCOzGLB2GN9UdgX83 { top:65.375rem;left:27.375rem;width:20.375rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBS2w563fqfLdphq34If5cTaUbhiGWbE { top:78.75rem;left:27.375rem;width:20.375rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #riEppwF7LMieSBQMqRZBDVdIlATaEWsh { top:93.5625rem;left:0rem;width:25.6875rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTlSalKwKUIe5lh3STBdgq0BziCTqlVT { top:97.5625rem;left:23.373701095581rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKLD7S4x0vpyuE04hadHd4f89IHO9o8L { top:97.6875rem;left:24.748483657837rem;width:5.125rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7oucEQGdUuBAf42lLMkIub4Rultbd00 { top:97.3125rem;left:31.811197280884rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxeoKxortclvRhstTdKG7WtHsUqxtM4T { top:97.6875rem;left:32.873483657837rem;width:5.4375rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu377SUzH4EQ2qiD4LRuytBdhL4huGxF { top:97.3125rem;left:39.936197280884rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcpTAs6lnZL67e5G5fQzQmavr4n0mZOF { top:97.6875rem;left:40.75rem;width:7rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJPpv6gkfaeR8xNbzxFcq1oDcKcU4RL2 { top:100.625rem;left:24.560766220092rem;width:12.1875rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF9plpvKfEJ5J8RsTf3X6JzD9I8P99wR { top:100.625rem;left:33.8125rem;width:13.9375rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC57pg08My2ze3B7QWxJ4bRs8SvT7lta { top:102.75rem;left:24.560766220092rem;width:12.5625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7JxbiKC4B5MTg8vNu7k9XMaEbVWtCmH { top:105.1875rem;left:14.5rem;width:33.25rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCWK52kLoRhOd6aik9TXpOotwe1qh2sI { top:105.9375rem;left:28.310766220092rem;width:5.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBkJIHLNminaVxIcVEZJvbFvrLMk2KGG { top:105.75rem;left:34.185335159302rem;width:11.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7mXKRB0xXTwUrbabQAoVPgRzLLcsrXB { top:105.9375rem;left:40.1875rem;width:7.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCSF4ku4UEV6cw2eP1iyPrnqfDiLxkCC { top:43.1875rem;left:23.2646484375rem;width:5.0625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnNoUFoRvLmgeVDdvkaJExgonvzTgSmU { top:43.125rem;left:15.0625rem;width:32.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2bRdy82C4MTbntvntV5f4sgq5im1xtW { top:95.3125rem;left:23.264108657837rem;width:5.0625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfWukCJbAU6yvAbEhhAwTVKKGT3rkxry { top:95.25rem;left:15.125rem;width:32.625rem;height:1.309376732838rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAe4JSscOfzcmNSDTGX89TlgNPT1Trqh { top:116.125rem;left:0rem;width:47.75rem;height:46.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckNkxE2TA0cvduUbAwQBxA4blWRxAbPH { top:157.5625rem;left:14.5rem;width:33.25rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUeTCLvqsM2IctW76ZLkDfpEOeAh8ycL { top:153rem;left:33.8125rem;width:13.9375rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELmrfdUPgzH5L70CDROKw7FT7N5sRyMg { top:158.3125rem;left:40.1875rem;width:7.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiNCipaon9uwcEzM77Qg0gogIouETPP3 { top:150.0625rem;left:40.75rem;width:7rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcccJWTIdmo4C0fARc0bMenswT1imAlu { top:158.125rem;left:34.18359375rem;width:11.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZS8F9yrQPliF0MxG2Nr3w4ZXqIhRa1T { top:147.625rem;left:15.0625rem;width:32.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0xT2SbOuO2IGLpnmbbvBl2idyDEntsB { top:145.0625rem;left:13.875rem;width:33.875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0Ecu2QtIqAPRDTEUb3MeR51CswEuh5y { top:131.125rem;left:27.375rem;width:20.375rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhyMyedA4zp4azopgaN4AivGUmGVnaws { top:149.6875rem;left:39.935546875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBw12VOklxuyT1amVHKwnbJlJImGU8if { top:150.0625rem;left:32.873046875rem;width:5.4375rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNEmD2IICR6G2AJQ7Ha5WuKTsh76gUun { top:153rem;left:24.560546875rem;width:12.25rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDM0K3cnbPhSaNvMfHstrXdnuuXFUEu2 { top:155.125rem;left:24.560546875rem;width:16.0625rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCwbwCNUzWevqCrnUIaQaXPm7l7ie4ow { top:117.75rem;left:0rem;width:42.5625rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXqWu7hvsEwNfIUgDrJ9wUglo1kBwOEZ { top:149.6875rem;left:31.810546875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7tNUMpTOXu39rm2h3EqbZuhk7cBt4X4 { top:158.3125rem;left:28.310546875rem;width:5.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHwJyavPJ3179Uz5QK8phOHGsPwVUEOM { top:150.0625rem;left:24.748046875rem;width:5.125rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il12khI9807Wl72THJGwBqoKU6KOEKlF { top:117.75rem;left:27.375rem;width:20.375rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaGVRulFMHsCzm3KiCWFQTTy0DF8kZTr { top:147.6875rem;left:23.263671875rem;width:5.0625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpTy9wT4NO8Taw0XPfJKVsuTToOSQXQy { top:149.9375rem;left:23.373046875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuemV4K1In4cIkAqPabsidJgWGp53mFE { top:145.9375rem;left:0rem;width:25.875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCVKgfecZue35BFMbIlXS1JNeVZllyAs { top:168.625rem;left:0rem;width:47.75rem;height:46.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD0ZMya4seZuTuVyyCDcNXGGT2NwDvq8 { top:170.25rem;left:0rem;width:42.5625rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6KaK6NWEKrTaoayUqgTyTPQNV9I9LFo { top:183.625rem;left:27.375rem;width:20.375rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #alTzAmtacQihcpt446fMme3cuV1guBqR { top:170.25rem;left:27.375rem;width:20.375rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3OgPyGqWJBVEDzZIJatc52rtvkgnv0K { top:197.5625rem;left:13.875rem;width:33.875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC8O2tT8huV8Ifbh8q7D1TLuFX5HSqzL { top:197.5625rem;left:0rem;width:28rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6zehUqoCP5zvuVIH8CXFUypczfdGznw { top:200.125rem;left:15.0625rem;width:32.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKCrl3WuZzIKx4RViU5OS3zkUhDeoU0b { top:200.1875rem;left:23.263023376465rem;width:5.0625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRAU9XRtqk8tQCQNDHqRmTzUM6LEfiNm { top:202.5625rem;left:40.75rem;width:7rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aduPz1VpcZi8SIOx411hfFDT5THbET5b { top:202.1875rem;left:39.934898376465rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhWW2uOpmXRTEnAclf1nCTNcKCZvtSzd { top:202.5625rem;left:32.872398376465rem;width:5.4375rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA88zEqMayNho5sHX30tT1vU6oqfa2JB { top:202.1875rem;left:31.809898376465rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt6JHyAkR1lOLOAR3iBtCBmoMMUFTS1O { top:202.5625rem;left:24.747398376465rem;width:5.125rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvHTMHiSTsIBy4DnF3UhprUIzBfJQmGL { top:202.4375rem;left:23.372398376465rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDKCqN89TDVMVSAWn7cLEIMHztC9W0ND { top:205.5rem;left:33.8125rem;width:13.9375rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #No12IoIAzUiq6MtDtlZ1QFoaIuXT8PRx { top:205.5rem;left:24.559898376465rem;width:12.25rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGTxG3v13TOtlcChsvBZDzBLXuy012Tb { top:207.625rem;left:24.559898376465rem;width:16.0625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGrXr7pEytMg2vqJXMHLTG8GvzL5ZgqW { top:210.0625rem;left:14.5rem;width:33.25rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU0PRv6iWTWul7UAbiLx40PE7ebQQTTp { top:210.8125rem;left:40.1875rem;width:7.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChnXzdCfJizEIwuFvWNdxIa29T7whBSD { top:210.625rem;left:34.18359375rem;width:11.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTMMtkwAkZ16vehVoHALim6arXLdg5zb { top:210.8125rem;left:28.309898376465rem;width:5.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNOTM5bzXbR0K6Q1tcLWrI4n7XLDrkNI { top:145.0625rem;left:0rem;width:27.5rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCa8iBgT6fXFzLUcnuedLBaipCFoWh9y { top:92.6875rem;left:0rem;width:27.5rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lORt1ptDRZwnm05Nwm2ztr5TqKZ5LLC8 { top:40.8125rem;left:0rem;width:27.5rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chgnO4xWG64gnWmwGIKb1y8Qo5LxBTJ3 { top:40.8125rem;left:0rem;width:27.5rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SeGmO1fmzdvdkRWqEz5TtofgNglACPHd { top:40.8125rem;left:0rem;width:27.5rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa { display:block; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MM7FUGJKPDPR1LlT4rt8VovJqkMTGGbo { top:12.75rem;left:0rem;width:26.5625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxsyVbUsmfqCOHWMTIU4FOF3hO6BrotE { top:12.875rem;left:2.1875rem;width:15.3125rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu7bRkpfPhXLEegIernvUBVONEwFqW3X { top:19.75rem;left:0rem;width:27.6875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQCCgv7Iyt2vHuFRRdoMBRsKBeRe81TQ { top:19.875rem;left:2.1875rem;width:21.25rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhuJTGA3D77vFDFsBB5TJaPJiCf5lWMX { top:23.0625rem;left:2.1875rem;width:15.3125rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiHaLW4Gu4UdFabVTxwkVddsgkOfygRJ { top:22.9375rem;left:0rem;width:27.4375rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBTvZCyk9leS2yc91F2h5lTacZeadOVT { top:26.25rem;left:0rem;width:27.1875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDiVC8kopiXiPm6zriTn6TbUNfOQWixD { top:26.375rem;left:2.1875rem;width:15.3125rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRUWHN61JJ2W2n43JhrtrVpCb4BJdQL5 { top:29.25rem;left:0rem;width:27rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq3ylGM8CNmiHoSFpSrsQXHfM43BhmVQ { top:29.375rem;left:2.1875rem;width:15.3125rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKwXRshaoiEv1Lp6UZN72qQs4nEdrC8l { top:5.875rem;left:0rem;width:20.3125rem;height:3.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2lgXiKIc1nqOVMhVR6BwkXFc8QiPPUb { top:16.4375rem;left:2.1875rem;width:12.6875rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm9IiAefpGnuJk5XAuJsUM7piXXR2tkF { top:16.3125rem;left:0rem;width:26.5625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpIahi16fTnZRbz4iGhBZtScc0afdfma { top:10.75rem;left:0rem;width:30.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdruvQGuJgsAFsqfUfKrXnyRI7XQXwKh { top:2.3125rem;left:0rem;width:34rem;height:30.8125rem;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:2.5625rem;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:2.5625rem;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:27.5rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.125rem;left:0rem;width:28.3125rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.3125rem;left:0rem;width:24.0625rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp0TR54MnlXD8Oo8T09FwnOXoZXwFyvq { display:block; }#Hp0TR54MnlXD8Oo8T09FwnOXoZXwFyvq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVVRpT6o76gC0Kpygvqh9SeVcn4h3HL8 { top:4.6875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5pDGObKBq58VSc8f2kVb6ARq0MseuJH { top:14rem;left:0rem;width:25.4375rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3N0oUrmHQVhUhzoOgWQwET0za4L7kev { top:15.9375rem;left:0rem;width:34.5625rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3PDJbu0mi4GpQ6TmT2eXo5J1kDrask6 { top:24.25rem;left:0rem;width:34.5625rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsGxXq55VzlJWEdAIOwSwG9BNUMK4dw5 { top:22.25rem;left:0rem;width:37.3125rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO1mQrKfNmkUUqLzbOkTSM9bB7f1i1Wg { top:31.5625rem;left:0rem;width:34.5625rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn0IPK5rqG5AysyJ9ggUZ75cFV4G8PEg { top:29.5625rem;left:0rem;width:37.3125rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNBvzg51DVU4mB5TzdcQ26IaKcUWbcoD { top:38.3125rem;left:0rem;width:32rem;height:2.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5Af4WTw7e9p4BwQuv9QrAilQC1bdeMR { top:36.375rem;left:0rem;width:37.3125rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEAv3xDtuqxpMWUp9aT3it4VmoCAH628 { top:12.1875rem;left:11.5rem;width:36.25rem;height:46.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAVeAXDu8BRLRaFhRgcqbooTJGVrwkDE { top:14.0625rem;left:0rem;width:4.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrfcVJp5gmH0Ls1JK4Qy6fGNZDKR2XBh { top:21.5625rem;left:0rem;width:4.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJTKw9IEnQv502ZxDQQ8qA66HeznnkTU { top:29.0625rem;left:0rem;width:4.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqspmNpvmLQuTIV4zra4bD24Cw3swxIL { top:36.375rem;left:0rem;width:4.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5f7rkQD6lSPNKhRZcF13wAQDzCSV3wt { top:42.8125rem;left:0rem;width:37.875rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 { display:block; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oM8wNEzk3GcAQamoPbVJwwQkQuImgwk7 { top:7.1875rem;left:42rem;width:5.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEJvs5XCEQDPmlHVvtQl2foxGyfgVLDs { top:6.875rem;left:39rem;width:8.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHBWAImbLI3qICNLE7WWnopyky0m6RKs { top:8.8125rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq7xefwcfzSEwxAZDHZDRZfcRNHCOOKw { top:3.8125rem;left:8.1259765625rem;width:31.4375rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlghatAICLRTKWoehGU1kfEEE7d0gv8n { top:12.3125rem;left:11.90478515625rem;width:23.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkCp8aNTOEbUMD0aOtDcVDob3nSyC6pI { top:12.3125rem;left:0rem;width:23.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #maPG8h0eBiLSfwaATuukBRLEJHAHZ6SV { top:12.3125rem;left:23.875rem;width:23.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhJlCCSthmCF3P5nDMJ57QdBPiEfQxyH { top:29.8125rem;left:11.90478515625rem;width:23.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZcidpA3A19HN7VTHi5AwTsztweERPxV { top:29.8125rem;left:0rem;width:23.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq7yKT563TUVTpHKlN9zcO6damQbPkdx { top:29.8125rem;left:23.875rem;width:23.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #swCqybO2DLAeE7Ahl2WiSQVDyrGlJcXq { top:33.3125rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { display:none; }
 }@media only screen and (max-width: 763px) { #eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { top:4rem;left:14.75048828125rem;width:18.1875rem;height:4rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8H9rGL5TBKg3kGHV0zSzenoNsApqLaK { top:9.375rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkerGm1059xzmsQRJ90ALnpccFTzLazM { top:17rem;left:0rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdawZNxgfUy5e2CangTfkAQRdwkViXXq { top:17rem;left:10.28125rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn4rEzXb6uuxBWFg2wpuo1vahKxbq6xp { top:17rem;left:26.0625rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuVK8QrBxIfq0GCbNzcNCNtFVt6FRasF { top:17rem;left:38.875rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTX5dXOcqXBvbXSWMm5GdVDQUsahT0Cn { top:18.9375rem;left:0rem;width:18.1875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8I1kxClglMiuOo34BLor9XJCc81dcAq { top:18.9375rem;left:13.15625rem;width:2.875rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPtJwbUfI9Vvi6Rv86IibIQbaW7wSIQX { top:18.9375rem;left:28.9375rem;width:2.8125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOTrPbwAr7M7STPr2y0QeWM2l3TzoCXm { top:18.9375rem;left:45.4375rem;width:2.3125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kACIAD4si6CSnnMVxhQAxFgTErL6Uv1T { top:22.375rem;left:0rem;width:5.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1zhBcJwsHdqr9PLBKw3ocwEUr4EIWSv { top:22.375rem;left:11.84375rem;width:5.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcpnbMT9rTvnNyO3EHqEdAoZR0C8xTtD { top:22.375rem;left:27.625rem;width:5.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnklM3EElt7NGiLcWeqrfh1roHxuonUX { top:22.375rem;left:42rem;width:5.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5d1stGmTQVOaGcKw3LwGL3yZMcT27XC { top:28.125rem;left:0rem;width:13.5625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmweRGdhi0C8luTNoOLCDU1s8TcKaTAT { top:28.125rem;left:8.0625rem;width:13.5625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlkuIGPCqkzxQDP8T5g7spT2hCU834Wk { top:28.125rem;left:23.6875rem;width:13.5625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Elt0saVVE88AQCexdHEgnDAynXmlTlHM { top:28.125rem;left:34.1875rem;width:13.5625rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDKBTU1TCA14S5KzWIoXL69iDTQT7esN { width:20.3125rem;height:3.0625rem;top:66.6875rem;left:13.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9o2wPJTRdgaT3bPLSG4eLLzfNb3ivTz { display:block; }
 }@media only screen and (max-width: 763px) { #iJVuZ0N04csaQUegHpEPequRLIMBW2hp { display:block; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3uU1glT3beET59mQruzVPeay9XkFAH8 { top:3.75rem;left:2.875rem;width:44.875rem;height:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weRmBImZl3HqTwe2zqJfZv32ovexZTz3 { top:13.125rem;left:0rem;width:47.5rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5EVWBHn2T3u849tXzi4poyytHwa5raq { top:16.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntwEcBZTkOkbqvycmyg7ZWtiwVf941XT { top:20.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irqUyTsrqkXo0C0Bo8OylJV07JcM20Uv { top:35.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQRnZQvzA6nJxthybI9KSGrOfuHMFLv9 { top:7.8125rem;left:2.6875rem;width:42.375rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC9WGHZgnpsRF8bJid3u9JKVmXasyuFr { top:27.1875rem;left:0rem;width:18.1875rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITbkCweB1vC8AFODqGFI80v5BnbOJyST { top:23.8125rem;left:0rem;width:18.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmKW9DA91By3cUHuWqEw5ii3T2I5EOqN { top:23.8125rem;left:6.03125rem;width:18.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk2UqOahlsW7kecgXwNIOkrJT2SgFu1H { top:27.1875rem;left:6.03125rem;width:18.1875rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3DZfU8GPaRJRFbD8sQ1bVxqdLSmvfUk { top:23.8125rem;left:23.84375rem;width:18.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdiU6S4i9l1F0Cug3FXmAdOIGB5V5dZW { top:27.1875rem;left:22.8125rem;width:24.9375rem;height:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkcERaQ19VueZMOin5Kn2Q2iObb2GW9f { top:26.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxcmuhJhEp3USBGesTIohyg9w8DTcnRn { top:29.5625rem;left:45.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #veO96uXwGJIbwyuT9xBdauguzoMeLt3I { top:28.875rem;left:34.625rem;width:13.125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgoZ25h73xasn72pVfmOpCGfCor3hk3A { top:16.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIhUUGTiSQ8OhPPrMCZsD374hAmyIMzG { top:16.125rem;left:0rem;width:18.6875rem;height:4.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1XGAwqAJ1G70kx3ypmUMSea1lxxCbyN { top:41.6875rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQIBoKEkHdCGTrcwfGTl9huGta6xPHMh { top:3.75rem;left:0.5rem;width:3rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPqrBWz1f2T7FM6w9huIIyUvBJ8FfLqc { top:11.875rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #r1QVy53oTnKzQAnz6hsd4MH1si2GyTts { top:13.125rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #izF9coy0VVpTc0Oe0dmkQkWPf3JizBZd { top:17rem;left:0rem;width:18.0625rem;height:3.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PyZei5JeT6DGyRbGtSfoPg9N0ZEi2y7W { top:26.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqKR1CWIMv5AbDbDhxdgFDUWfvL0l8Di { top:18.75rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XUqKgqswMrlWFCDyZbaSFxFxv6DbGDbJ { top:13.125rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3PFwOKpRnAg4It8CSCKBWJMWk66SnQQ { top:21.4375rem;left:0rem;width:16.6875rem;height:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIveT9l9kTyUyi1a6nm0OvEm6HxAUKtn { top:24.5rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T86nCDZpI63O79h8nQmgBFET4NW7xJU5 { top:25.75rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQbHD9W5asTCqTplCNGOMCBX7qbc9Vv4 { top:27.1875rem;left:0rem;width:16.6875rem;height:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fK1UWR5WkCVlHBL0p2kJ3hnM1twM5aGB { top:5.625rem;left:0rem;width:18.75rem;height:3.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LfhagR5XuPQpTnmoaU1huFlqcOHEVGHk { width:20.3125rem;height:3.0625rem;top:48.375rem;left:13.6884765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4Wi1TDWgMG6fT6CLy3XWER8UG0ukETK { display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { 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) { #J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV { display:block; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4mXtuq0FNno02UTdkNxQuAGchvFlE9H { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm { display:block; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container { width:20rem;height:1.5087875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2kU5DfVmM9xc7HcdecCfQLWVRynz9zt { 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/b463c537-200f-40f0-bd44-369fa01cce06/ResidenceLaMer.jpg");background-position: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.33); }#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.33); }#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:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:8.0625rem;height:1.9504625rem;top:9.3834638595581rem;left:3.28125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUp5UykzVuL6J89EuzrUmJ48AppkieoA { width:4.186525rem;height:1.21875rem;top:8.1666669845581rem;left:7.90625rem;font-size:0.9375rem;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:15rem;height:2.5rem;top:12.742188453674rem;left:2.5rem;font-size:0.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #qoU0IcfZgahpwJhRpJ887A0n3a0Sar08 { width:6.4361875rem;height:1.3rem;top:9.76953125rem;left:10.82265663147rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxB6yn84dhTIQaUFWqQflxIwHSP9cTFO { width:11.9375rem;height:1.70625rem;top:2.9046874046326rem;left:4.03125rem;font-size:1.3125rem;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ke0HePqv0weU4I6JJXSHMLn5NA22a1iw { width:9.625rem;height:0.975rem;top:4.7359375953674rem;left:5.1875rem;font-size:0.75rem;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zuThy6Z3iuIdUMBPAbpPeLaVdMUwJpMf { width:20rem;height:1.57486875rem;top:9.6040482521056rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 { display:block; }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTRFVNvEP14dxw5psEkOzeGPPGRmGe9h { width:4.875rem;height:1.05625rem;top:8.1843757629394rem;left:3.2062501907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsPn0S0q6mszKWW47HGV92S5aT8pcemQ { width:7.1875rem;height:2.1125rem;top:10.875rem;left:2.0499999523163rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmKoDG3ekaaCaPTSTB7TFUeJzOwnHtuz { width:7.25rem;height:2.1125rem;top:8.1843757629394rem;left:11.206250190735rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHSKDACqQALpZQprOD0cF3fw9xaU7Qnq { width:9.375rem;height:1.05625rem;top:11.403125762939rem;left:10.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5slDt8nfAUlQDskk67JvJIF5HdTlsZy { width:7.4375rem;height:1.05625rem;top:21.5625rem;left:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJXDxvhsz9wtn2G0wmEfXLE8EerGBR9E { width:8.375rem;height:3.16875rem;top:23.625rem;left:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnVTQdNaxxpdcEUSlJ0nf8aEHcM44wky { width:7.0625rem;height:2.1125rem;top:21.5615234375rem;left:11.4560546875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWbPJSxTb0ctDZyslkfmghbiKXhOdbRd { width:6.875rem;height:1.05625rem;top:24.6796875rem;left:11.3935546875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhD3WnWsyF85NMyVPv6lSk76z465706P { width:4.6875rem;height:3.5rem;top:3.3562507629394rem;left:3.3000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqBaO3bRuipiBmnXv20vJdWeP5vkAADA { width:3.3125rem;height:3.3125rem;top:3.5437507629394rem;left:13.175000190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWbFAgxEfqb0mHlaiAms5mgamXgGfmmI { width:4.0625rem;height:4.0625rem;top:16.5rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvnXofeELmmg6gVrBgLw5E2hkNyCtsNS { width:4.0625rem;height:4.0625rem;top:16.5625rem;left:12.7998046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9ead8f25-68d6-48cf-88f1-83f4378358c1/edm.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.adaptive-delivery-prevent-bg, #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.lazyload, #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.lazyloading { background-image: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { background-color: transparent; background-image: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container > .video-iframe-container { display: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container { display: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .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); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { width:20rem;height:188rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9 { width:18.375rem;height:10.437rem;top:8.1859369277956rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8OMTaKACThT5xsE04KiTygUTq5wNy8e { width:13.8125rem;height:1.54385625rem;top:37.5625rem;left:0.8125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #THqTJ4iheNUNa8vJxyJSEPoLNte1g63e { width:3.8745125rem;height:0.89375rem;top:46.503908157349rem;left:2.0625rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #FydIs4sPxr5ZHF4EmUyKtCmgAmDnWul8 { width:7.1875rem;height:1.625rem;top:46.208986282349rem;left:6.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XGIf06hBU75lBexwr1fgVCu2XVnVKLJx { width:20rem;height:25.75rem;top:31.287109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5 { width:18.625rem;height:11.125rem;top:34.599609375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rdR1Ne3Rs8xNtsd01MH5dOgLo8RV1xqt { width:12.5rem;height:1.46218125rem;top:32.474609375rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKGO2TPuQaTxObNSInKR9TWJREAVKs6d { width:7.0625rem;height:10.3125rem;top:45.724609375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1V55aWzBGoWsSU40f9944FTLIv0rBPG { width:1.875rem;height:5.699575rem;top:46.662109375rem;left:9.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VOcXoeUBkbJkA8Jke0xDXe1C0sPVghQc { width:6.625rem;height:5.699575rem;top:46.662109375rem;left:12.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OU2ffzvSvaNDIsmfmqq5BgHCA5KrN0WV { width:4.0625rem;height:0.89375rem;top:46.535158157349rem;left:13.453776359558rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FbsOl09QO4HZI7l1tDINeLu5x0QJXNIw { display:flex;width:1.375rem;height:1.375rem;top:40.562501907349rem;left:0.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #WvvLTDN99pk1bbBtalwZNl7TGoTxB3qp { width:5.1234375rem;height:0.89375rem;top:40.687501907349rem;left:1.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cbQbUdTGlJw6qAMqTRcH0byz4rv53lLn { display:flex;width:1.25rem;height:1.25rem;top:40.625001907349rem;left:6.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #QIS3bm6TpRHA1Lx1vurWKPwfzCUMFJ8O { width:5.4359375rem;height:0.89375rem;top:40.750001907349rem;left:7.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #em1g5lAMc40qBGk7TpaQla25PQDKnfOG { display:flex;width:1.4375rem;height:1.4375rem;top:40.437501907349rem;left:12.1875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #BnpqAPmPTFey02aQ6cN4ICebgiRUIzpc { width:5.2484375rem;height:0.89375rem;top:40.750001907349rem;left:14rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mgkHLcNupNmU4Fr3M91pJiEtnKNuxwA2 { width:19.9980625rem;height:2.6rem;top:2.6123046875rem;left:0.001220703125rem;font-size:2rem;font-weight:400;font-style:normal;color:#303f4f;display:block; }
 }@media only screen and (max-width: 763px) { #SrnZ0SMuoq95zKHT2U7WSorcJCNbcmZS { width:20rem;height:41.875rem;top:7.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1lPaChRGX9l63Qn0pCCW4zLyxuNtbSi { width:8.9375rem;height:5.625rem;top:19.044531106949rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzSW1eDmbJ1wqpSNGQFiMdQG1eKfgqZF { width:8.9375rem;height:5.625rem;top:19.044531106949rem;left:10.210156440735rem;display:block; }
 }@media only screen and (max-width: 763px) { #SirG39VSJnJKKU87fnR6zoLVaSnPr0pI { width:18.3125rem;height:11.25rem;top:25.284374952316rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh6v7zPrgxTx7w2JGztMHfaEH3GeSA9M { width:12.2484375rem;height:0.8125rem;top:42.708986282349rem;left:0.8125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CfIqvtmtrtBDEiw5I3u0H0xyc4OTd21n { width:8.875rem;height:0.8125rem;top:42.708986282349rem;left:10.8125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PM5eTKkdwe6UF0QBhqwGmxHvbCLrvFln { width:8.25rem;height:0.8125rem;top:44.083986282349rem;left:10.8125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q8IGpzeNZr0LJa0DooIWCMbnMx5T3fWO { width:12.0625rem;height:0.8125rem;top:44.123699188233rem;left:0.8125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n6L2gkADtc0Z87QVtsVlckDcQ29Gs9k5 { width:19.125rem;height:2.375rem;top:45.833986282349rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6gXZNRqkJI1ZTu8fFWcZCk8TzmVTLFP { width:18.375rem;height:10.4375rem;top:52.87174987793rem;left:0.8111979961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRyhsTFWrQJTTSgUAWmTmUGS482ymoq1 { width:20rem;height:40.875rem;top:51.818363189698rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #cotooTtbuF3wTy8z3JipZTNMWtKNN87U { width:18rem;height:1.54385625rem;top:81.284510612487rem;left:0.8111979961395rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MXpwuLM218aKUk5tCOzGLB2GN9UdgX83 { width:8.9375rem;height:5.625rem;top:63.873703002931rem;left:0.8111979961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBS2w563fqfLdphq34If5cTaUbhiGWbE { width:8.9375rem;height:5.625rem;top:63.873703002931rem;left:10.305338859558rem;display:block; }
 }@media only screen and (max-width: 763px) { #riEppwF7LMieSBQMqRZBDVdIlATaEWsh { width:17.0625rem;height:9.125rem;top:70.751563072206rem;left:1.46875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/846cadc1-9ec9-4361-871a-717c62197f03/ResidenceLaMer.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#riEppwF7LMieSBQMqRZBDVdIlATaEWsh.adaptive-delivery-prevent-bg, #riEppwF7LMieSBQMqRZBDVdIlATaEWsh.lazyload, #riEppwF7LMieSBQMqRZBDVdIlATaEWsh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CTlSalKwKUIe5lh3STBdgq0BziCTqlVT { display:flex;width:1.375rem;height:1.375rem;top:84.382818222044rem;left:0.8111979961395rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #HKLD7S4x0vpyuE04hadHd4f89IHO9o8L { width:3.6875rem;height:0.89375rem;top:84.623703002931rem;left:2.748046875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O7oucEQGdUuBAf42lLMkIub4Rultbd00 { display:flex;width:1.25rem;height:1.25rem;top:84.444666862487rem;left:6.4368491172787rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #PxeoKxortclvRhstTdKG7WtHsUqxtM4T { width:4.249825rem;height:0.89375rem;top:84.623703002931rem;left:8.1497402191163rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hu377SUzH4EQ2qiD4LRuytBdhL4huGxF { display:flex;width:1.4375rem;height:1.4375rem;top:84.350916862487rem;left:12.28125rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #mcpTAs6lnZL67e5G5fQzQmavr4n0mZOF { width:5rem;height:0.89375rem;top:84.621749877931rem;left:13.999349594116rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NJPpv6gkfaeR8xNbzxFcq1oDcKcU4RL2 { width:12.249625rem;height:0.89375rem;top:86.373703002931rem;left:0.8111979961395rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yF9plpvKfEJ5J8RsTf3X6JzD9I8P99wR { width:12.5rem;height:0.89375rem;top:87.875005722044rem;left:0.8111979961395rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EC57pg08My2ze3B7QWxJ4bRs8SvT7lta { width:8.5618125rem;height:0.89375rem;top:86.375005722044rem;left:10.73046875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S7JxbiKC4B5MTg8vNu7k9XMaEbVWtCmH { width:19.125rem;height:2.375rem;top:89.562505722044rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCWK52kLoRhOd6aik9TXpOotwe1qh2sI { width:4rem;height:0.89375rem;top:90.303390502931rem;left:2.0625rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NBkJIHLNminaVxIcVEZJvbFvrLMk2KGG { width:7.75rem;height:1.625rem;top:89.936203002931rem;left:5.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C7mXKRB0xXTwUrbabQAoVPgRzLLcsrXB { width:4.125rem;height:0.89375rem;top:90.303390502931rem;left:13.28125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KCSF4ku4UEV6cw2eP1iyPrnqfDiLxkCC { width:5.06225625rem;height:0.89375rem;top:39.125001430511rem;left:0.23567712306976rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KnNoUFoRvLmgeVDdvkaJExgonvzTgSmU { width:18.75rem;height:0.75rem;top:39.105470180511rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2bRdy82C4MTbntvntV5f4sgq5im1xtW { width:5.06225625rem;height:0.89375rem;top:83.012374877931rem;left:-0.013671875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hfWukCJbAU6yvAbEhhAwTVKKGT3rkxry { width:18.75rem;height:0.75rem;top:83.020187377931rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAe4JSscOfzcmNSDTGX89TlgNPT1Trqh { width:20rem;height:41.9375rem;top:96.85546875rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #ckNkxE2TA0cvduUbAwQBxA4blWRxAbPH { width:19.125rem;height:2.375rem;top:135.72265625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUeTCLvqsM2IctW76ZLkDfpEOeAh8ycL { width:8.625rem;height:0.89375rem;top:132.38515663147rem;left:9.565625190735rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ELmrfdUPgzH5L70CDROKw7FT7N5sRyMg { width:4rem;height:0.89375rem;top:136.46406364441rem;left:13.4375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OiNCipaon9uwcEzM77Qg0gogIouETPP3 { width:5.0625rem;height:0.89375rem;top:130.45546913147rem;left:13.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DcccJWTIdmo4C0fARc0bMenswT1imAlu { width:11.31175rem;height:1.625rem;top:136.09687519074rem;left:4.03125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eZS8F9yrQPliF0MxG2Nr3w4ZXqIhRa1T { width:18.75rem;height:0.75rem;top:128.53213787079rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0xT2SbOuO2IGLpnmbbvBl2idyDEntsB { width:18.25rem;height:1.4625rem;top:126.74360656738rem;left:0.62464487552643rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h0Ecu2QtIqAPRDTEUb3MeR51CswEuh5y { width:8.9375rem;height:5.625rem;top:108.83931112289rem;left:10.305397391319rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhyMyedA4zp4azopgaN4AivGUmGVnaws { display:flex;width:1.4375rem;height:1.4375rem;top:130.18359375rem;left:12.065625190735rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #nBw12VOklxuyT1amVHKwnbJlJImGU8if { width:2.875rem;height:0.89375rem;top:130.45546913147rem;left:7.67578125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JNEmD2IICR6G2AJQ7Ha5WuKTsh76gUun { width:12.24925rem;height:0.89375rem;top:132.38437557221rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZDM0K3cnbPhSaNvMfHstrXdnuuXFUEu2 { width:16.0616875rem;height:0.89375rem;top:133.90234375rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZCwbwCNUzWevqCrnUIaQaXPm7l7ie4ow { width:18.375rem;height:10.4375rem;top:97.713623046875rem;left:0.811767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXqWu7hvsEwNfIUgDrJ9wUglo1kBwOEZ { display:flex;width:1.25rem;height:1.25rem;top:130.09062480926rem;left:6.09375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #w7tNUMpTOXu39rm2h3EqbZuhk7cBt4X4 { width:3.25rem;height:0.89375rem;top:136.46250057221rem;left:2.4375rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gHwJyavPJ3179Uz5QK8phOHGsPwVUEOM { width:2.5625rem;height:0.89375rem;top:130.45625019074rem;left:2.7476563453674rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Il12khI9807Wl72THJGwBqoKU6KOEKlF { width:8.9375rem;height:5.625rem;top:108.83931875229rem;left:0.81143462657931rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaGVRulFMHsCzm3KiCWFQTTy0DF8kZTr { width:5.06225625rem;height:0.89375rem;top:128.46608352661rem;left:-0.201171875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KpTy9wT4NO8Taw0XPfJKVsuTToOSQXQy { display:flex;width:1.375rem;height:1.375rem;top:130.09140682221rem;left:0.75rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #AuemV4K1In4cIkAqPabsidJgWGp53mFE { width:17.0625rem;height:9.125rem;top:115.93906307221rem;left:1.46875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/846cadc1-9ec9-4361-871a-717c62197f03/ResidenceLaMer.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#AuemV4K1In4cIkAqPabsidJgWGp53mFE.adaptive-delivery-prevent-bg, #AuemV4K1In4cIkAqPabsidJgWGp53mFE.lazyload, #AuemV4K1In4cIkAqPabsidJgWGp53mFE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yCVKgfecZue35BFMbIlXS1JNeVZllyAs { width:20rem;height:41.8125rem;top:142.96953010559rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD0ZMya4seZuTuVyyCDcNXGGT2NwDvq8 { width:18.375rem;height:10.4375rem;top:144.15078163147rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6KaK6NWEKrTaoayUqgTyTPQNV9I9LFo { width:8.9375rem;height:5.625rem;top:155.125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #alTzAmtacQihcpt446fMme3cuV1guBqR { width:8.9375rem;height:5.625rem;top:155.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3OgPyGqWJBVEDzZIJatc52rtvkgnv0K { width:15.0625rem;height:1.4625rem;top:172.67109489441rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZC8O2tT8huV8Ifbh8q7D1TLuFX5HSqzL { width:18.4375rem;height:10.625rem;top:161.40625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6zehUqoCP5zvuVIH8CXFUypczfdGznw { width:18.75rem;height:0.75rem;top:174.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKCrl3WuZzIKx4RViU5OS3zkUhDeoU0b { width:3.8125rem;height:0.89375rem;top:174.4375rem;left:0.5rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lRAU9XRtqk8tQCQNDHqRmTzUM6LEfiNm { width:5.875rem;height:0.89375rem;top:176.703125rem;left:13.612500190735rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aduPz1VpcZi8SIOx411hfFDT5THbET5b { display:flex;width:1.4375rem;height:1.4375rem;top:176.36953163147rem;left:11.893750190735rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #fhWW2uOpmXRTEnAclf1nCTNcKCZvtSzd { width:5.43671875rem;height:0.89375rem;top:176.70234394074rem;left:7.67578125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gA88zEqMayNho5sHX30tT1vU6oqfa2JB { display:flex;width:1.25rem;height:1.25rem;top:176.52421855926rem;left:6.09375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Xt6JHyAkR1lOLOAR3iBtCBmoMMUFTS1O { width:5.12421875rem;height:0.89375rem;top:176.64375114441rem;left:2.61328125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uvHTMHiSTsIBy4DnF3UhprUIzBfJQmGL { display:flex;width:1.375rem;height:1.375rem;top:176.40390586853rem;left:0.8125rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #iDKCqN89TDVMVSAWn7cLEIMHztC9W0ND { width:10.4375rem;height:0.89375rem;top:178.7109375rem;left:9.4375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #No12IoIAzUiq6MtDtlZ1QFoaIuXT8PRx { width:12.24925rem;height:0.89375rem;top:178.71171855926rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DGTxG3v13TOtlcChsvBZDzBLXuy012Tb { width:16.0616875rem;height:0.89375rem;top:180.0546875rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kGrXr7pEytMg2vqJXMHLTG8GvzL5ZgqW { width:19.125rem;height:2.375rem;top:181.46328163147rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU0PRv6iWTWul7UAbiLx40PE7ebQQTTp { width:6rem;height:0.89375rem;top:182.203125rem;left:13.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ChnXzdCfJizEIwuFvWNdxIa29T7whBSD { width:11.31175rem;height:1.625rem;top:181.83750057221rem;left:4.0546875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTMMtkwAkZ16vehVoHALim6arXLdg5zb { width:3.25rem;height:0.89375rem;top:182.203125rem;left:2.6875rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wNOTM5bzXbR0K6Q1tcLWrI4n7XLDrkNI { width:19.75rem;height:16.3125rem;top:233.3408203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCa8iBgT6fXFzLUcnuedLBaipCFoWh9y { width:19.75rem;height:16.3125rem;top:215.5283203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lORt1ptDRZwnm05Nwm2ztr5TqKZ5LLC8 { width:17.9375rem;height:11.5625rem;top:25.1533203125rem;left:1rem;z-index:15273;display:block; }
 }@media only screen and (max-width: 763px) { #chgnO4xWG64gnWmwGIKb1y8Qo5LxBTJ3 { width:18.125rem;height:10.5rem;top:70.15234375rem;left:0.8125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #SeGmO1fmzdvdkRWqEz5TtofgNglACPHd { width:18.125rem;height:10.5rem;top:115.15234375rem;left:0.8125rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d180fa6e-0b8f-48e1-ac33-2d4af911124f/ResidenceLaMer.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.adaptive-delivery-prevent-bg, #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.lazyload, #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.lazyloading { background-image: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { background-color: transparent; background-image: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container > .video-iframe-container { display: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row > .video-iframe-container { display: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .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); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MM7FUGJKPDPR1LlT4rt8VovJqkMTGGbo { width:10.75rem;height:0.750175rem;top:9.8125rem;left:1.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CxsyVbUsmfqCOHWMTIU4FOF3hO6BrotE { width:10.875rem;height:0.750175rem;top:9.875rem;left:8.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tu7bRkpfPhXLEegIernvUBVONEwFqW3X { width:7rem;height:0.750175rem;top:13.4375rem;left:1.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xQCCgv7Iyt2vHuFRRdoMBRsKBeRe81TQ { width:9.75rem;height:1.50035625rem;top:13.4375rem;left:8.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IhuJTGA3D77vFDFsBB5TJaPJiCf5lWMX { width:10.125rem;height:0.750175rem;top:15.625rem;left:8.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LiHaLW4Gu4UdFabVTxwkVddsgkOfygRJ { width:6.25rem;height:0.750175rem;top:15.625rem;left:1.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nBTvZCyk9leS2yc91F2h5lTacZeadOVT { width:6.125rem;height:0.750175rem;top:17.6875rem;left:1.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XDiVC8kopiXiPm6zriTn6TbUNfOQWixD { width:9.4375rem;height:0.750175rem;top:17.6875rem;left:8.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oRUWHN61JJ2W2n43JhrtrVpCb4BJdQL5 { width:5.5625rem;height:0.750175rem;top:20rem;left:1.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xq3ylGM8CNmiHoSFpSrsQXHfM43BhmVQ { width:9.9375rem;height:0.750175rem;top:20rem;left:8.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LKwXRshaoiEv1Lp6UZN72qQs4nEdrC8l { width:14.375rem;height:4.000175rem;top:4.125rem;left:1.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a2lgXiKIc1nqOVMhVR6BwkXFc8QiPPUb { width:9.0625rem;height:0.750175rem;top:11.625rem;left:8.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gm9IiAefpGnuJk5XAuJsUM7piXXR2tkF { width:5.3125rem;height:0.750175rem;top:11.625rem;left:1.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xpIahi16fTnZRbz4iGhBZtScc0afdfma { width:16.25rem;height:0.125rem;top:8.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdruvQGuJgsAFsqfUfKrXnyRI7XQXwKh { width:20rem;height:18.6875rem;top:3.310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/30f81e6a-a172-497f-add8-b6073bc2d5aa/13LDK215.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#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.28); }#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.28); }#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:29.0625rem;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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc300, #b38d09);background-image: -moz-linear-gradient(180deg, #ffc300, #b38d09);background-image: -ms-linear-gradient(180deg, #ffc300, #b38d09);background-image: -o-linear-gradient(180deg, #ffc300, #b38d09);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc300', endColorstr='#b38d09' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc300', endColorstr='#b38d09' );";background-image: linear-gradient(180deg, #ffc300, #b38d09);background-size:initial !important;color:#ffffff; }
#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.25rem;padding-right:0;padding-bottom:0.1875rem;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.9375rem;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.9375rem;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.95rem;top:25.94921875rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.4625rem;top:1.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.40014375rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hp0TR54MnlXD8Oo8T09FwnOXoZXwFyvq { display:block; }#Hp0TR54MnlXD8Oo8T09FwnOXoZXwFyvq > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVVRpT6o76gC0Kpygvqh9SeVcn4h3HL8 { width:15.1875rem;height:3.57421875rem;top:1.3125rem;left:2.40625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5pDGObKBq58VSc8f2kVb6ARq0MseuJH { width:11.625rem;height:1.21875rem;top:6.5078125rem;left:4.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3N0oUrmHQVhUhzoOgWQwET0za4L7kev { width:14.8125rem;height:1.7871125rem;top:7.956250190735rem;left:4.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3PDJbu0mi4GpQ6TmT2eXo5J1kDrask6 { width:13.625rem;height:1.7871125rem;top:12.0390625rem;left:4.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsGxXq55VzlJWEdAIOwSwG9BNUMK4dw5 { width:11.9375rem;height:1.21875rem;top:10.84218788147rem;left:4.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO1mQrKfNmkUUqLzbOkTSM9bB7f1i1Wg { width:14.6875rem;height:1.7871125rem;top:16.62109375rem;left:4.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn0IPK5rqG5AysyJ9ggUZ75cFV4G8PEg { width:14.1875rem;height:1.21875rem;top:15.40234375rem;left:4.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNBvzg51DVU4mB5TzdcQ26IaKcUWbcoD { width:15.125rem;height:1.7871125rem;top:21.1875rem;left:4.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5Af4WTw7e9p4BwQuv9QrAilQC1bdeMR { width:11.625rem;height:1.21875rem;top:19.9375rem;left:4.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEAv3xDtuqxpMWUp9aT3it4VmoCAH628 { width:19.4375rem;height:25.75rem;top:34.3984375rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAVeAXDu8BRLRaFhRgcqbooTJGVrwkDE { width:2.5rem;height:2.5rem;top:6.7578125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrfcVJp5gmH0Ls1JK4Qy6fGNZDKR2XBh { width:2.5rem;height:2.5rem;top:11.21718788147rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJTKw9IEnQv502ZxDQQ8qA66HeznnkTU { width:2.5rem;height:2.5rem;top:15.58984375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqspmNpvmLQuTIV4zra4bD24Cw3swxIL { width:2.5rem;height:2.5rem;top:20.212890625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5f7rkQD6lSPNKhRZcF13wAQDzCSV3wt { width:19.4375rem;height:9.375rem;top:24.3359375rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 { background-color:#1a744f;background-image:url("https://images.assets-landingi.com/uc/ca3e3628-0c56-436a-b9f7-24936de677fd/ResidenceLaMer.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6.adaptive-delivery-prevent-bg, #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6.lazyload, #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6.lazyloading { background-image: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { background-color: transparent; background-image: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container > .video-iframe-container { display: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row > .video-iframe-container { display: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .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); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { width:20rem;height:89.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oM8wNEzk3GcAQamoPbVJwwQkQuImgwk7 { width:5.75rem;height:1.1375rem;top:53.26171875rem;left:9.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #gEJvs5XCEQDPmlHVvtQl2foxGyfgVLDs { width:7.9375rem;height:1.4625rem;top:53.162109375rem;left:11.4375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #LHBWAImbLI3qICNLE7WWnopyky0m6RKs { width:7.125rem;height:1.1375rem;top:54.5859375rem;left:12.25rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #nq7xefwcfzSEwxAZDHZDRZfcRNHCOOKw { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlghatAICLRTKWoehGU1kfEEE7d0gv8n { width:20rem;height:12.9375rem;top:17.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkCp8aNTOEbUMD0aOtDcVDob3nSyC6pI { width:20rem;height:12.5rem;top:4.287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #maPG8h0eBiLSfwaATuukBRLEJHAHZ6SV { width:20rem;height:13.1875rem;top:31.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhJlCCSthmCF3P5nDMJ57QdBPiEfQxyH { width:20rem;height:12.625rem;top:59.912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZcidpA3A19HN7VTHi5AwTsztweERPxV { width:20rem;height:13.125rem;top:45.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq7yKT563TUVTpHKlN9zcO6damQbPkdx { width:20rem;height:12.6875rem;top:73.662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7089062-b7c0-4e0e-bcd5-c80d601efa77/TheAddressSiamRatchathewi20.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46.adaptive-delivery-prevent-bg, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyload, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyloading { background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { background-color: transparent; background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .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); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #swCqybO2DLAeE7Ahl2WiSQVDyrGlJcXq { width:20rem;height:31.25rem;top:78.724429394531rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { top:36.8125rem;left:0rem;width:20rem;height:12.5rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { width:18.18575rem;height:1.7875rem;top:2.6236982345581rem;left:0.90603309869769rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8H9rGL5TBKg3kGHV0zSzenoNsApqLaK { width:16.6865rem;height:8.4rem;top:5.8173828125rem;left:1.65625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XkerGm1059xzmsQRJ90ALnpccFTzLazM { width:5rem;height:5rem;top:16.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdawZNxgfUy5e2CangTfkAQRdwkViXXq { width:5rem;height:5rem;top:16.3125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn4rEzXb6uuxBWFg2wpuo1vahKxbq6xp { width:5rem;height:5rem;top:26.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuVK8QrBxIfq0GCbNzcNCNtFVt6FRasF { width:5rem;height:5rem;top:26.25rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTX5dXOcqXBvbXSWMm5GdVDQUsahT0Cn { width:3.75rem;height:2.03125rem;top:17.3125rem;left:3.4375rem;font-size:1.5625rem;z-index:15160;display:block; }
 }@media only screen and (max-width: 763px) { #F8I1kxClglMiuOo34BLor9XJCc81dcAq { width:2.87375625rem;height:2.4375rem;top:17.0625rem;left:13.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPtJwbUfI9Vvi6Rv86IibIQbaW7wSIQX { width:2.8125rem;height:2.03125rem;top:27.25rem;left:3.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOTrPbwAr7M7STPr2y0QeWM2l3TzoCXm { width:2.3109rem;height:2.03125rem;top:27.1875rem;left:14.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kACIAD4si6CSnnMVxhQAxFgTErL6Uv1T { width:3.6239375rem;height:0.87535625rem;top:19.5rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z1zhBcJwsHdqr9PLBKw3ocwEUr4EIWSv { width:5.7487rem;height:0.87535625rem;top:19.4375rem;left:12.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VcpnbMT9rTvnNyO3EHqEdAoZR0C8xTtD { width:5.7484rem;height:0.87535625rem;top:29.25rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KnklM3EElt7NGiLcWeqrfh1roHxuonUX { width:5.7484rem;height:0.87535625rem;top:29.125rem;left:12.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c5d1stGmTQVOaGcKw3LwGL3yZMcT27XC { width:7.8125rem;height:1.95rem;top:21.936714172363rem;left:1.4679687023163rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xmweRGdhi0C8luTNoOLCDU1s8TcKaTAT { width:6.937125rem;height:1.95rem;top:21.936714172363rem;left:11.577343940735rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BlkuIGPCqkzxQDP8T5g7spT2hCU834Wk { width:7.4369375rem;height:0.750175rem;top:32.517967224121rem;left:1.65625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Elt0saVVE88AQCexdHEgnDAynXmlTlHM { width:7.1875rem;height:1.95rem;top:32.517967224121rem;left:11.764843940735rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uDKBTU1TCA14S5KzWIoXL69iDTQT7esN { width:18.9991875rem;height:3.06171875rem;top:51.062495231628rem;left:0.49921882152558rem;font-size:0.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9o2wPJTRdgaT3bPLSG4eLLzfNb3ivTz { display:block; }
 }@media only screen and (max-width: 763px) { #iJVuZ0N04csaQUegHpEPequRLIMBW2hp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca3e3628-0c56-436a-b9f7-24936de677fd/ResidenceLaMer.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp.adaptive-delivery-prevent-bg, #iJVuZ0N04csaQUegHpEPequRLIMBW2hp.lazyload, #iJVuZ0N04csaQUegHpEPequRLIMBW2hp.lazyloading { background-image: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { background-color: transparent; background-image: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container > .video-iframe-container { display: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row > .video-iframe-container { display: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .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); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3uU1glT3beET59mQruzVPeay9XkFAH8 { width:16.8125rem;height:1.30625rem;top:1.3125rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weRmBImZl3HqTwe2zqJfZv32ovexZTz3 { width:19.75rem;height:29.6875rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5EVWBHn2T3u849tXzi4poyytHwa5raq { width:18.4375rem;height:3.8984375rem;top:5.875rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ntwEcBZTkOkbqvycmyg7ZWtiwVf941XT { width:17.3125rem;height:1.13769375rem;top:10.4375rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #irqUyTsrqkXo0C0Bo8OylJV07JcM20Uv { width:20rem;height:0;top:32.0625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQRnZQvzA6nJxthybI9KSGrOfuHMFLv9 { width:20rem;height:1.03125rem;top:2.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC9WGHZgnpsRF8bJid3u9JKVmXasyuFr { width:8.5625rem;height:0;top:14.1064453125rem;left:0.9375rem;font-size:0.75rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #ITbkCweB1vC8AFODqGFI80v5BnbOJyST { width:3.5rem;height:0;top:11.875rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AmKW9DA91By3cUHuWqEw5ii3T2I5EOqN { width:5.3125rem;height:0;top:14.3125rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lk2UqOahlsW7kecgXwNIOkrJT2SgFu1H { width:18.1875rem;height:0;top:27.7734375rem;left:1.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3DZfU8GPaRJRFbD8sQ1bVxqdLSmvfUk { width:8.1875rem;height:0;top:17.05078125rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KdiU6S4i9l1F0Cug3FXmAdOIGB5V5dZW { width:20rem;height:0;top:25.0263671875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkcERaQ19VueZMOin5Kn2Q2iObb2GW9f { width:18.125rem;height:0.0625rem;top:17.3359375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxcmuhJhEp3USBGesTIohyg9w8DTcnRn { display:flex;width:2.625rem;height:2.625rem;top:25.6875rem;left:6.8749063570206rem;display:none; }
 }@media only screen and (max-width: 763px) { #veO96uXwGJIbwyuT9xBdauguzoMeLt3I { width:13.125rem;height:10.8125rem;top:25rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgoZ25h73xasn72pVfmOpCGfCor3hk3A { width:18.4375rem;height:0;top:16.3125rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15066;display:none; }
 }@media only screen and (max-width: 763px) { #ZIhUUGTiSQ8OhPPrMCZsD374hAmyIMzG { width:18.6875rem;height:4.5rem;top:29.099609375rem;left:0.875rem;font-size:0.75rem;z-index:15068;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #E1XGAwqAJ1G70kx3ypmUMSea1lxxCbyN { width:17.5625rem;height:3.25rem;top:35.5625rem;left:0rem;font-size:0.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZQIBoKEkHdCGTrcwfGTl9huGta6xPHMh { display:flex;width:1.625rem;height:1.125rem;top:1.3125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #PPqrBWz1f2T7FM6w9huIIyUvBJ8FfLqc { width:17.375rem;height:1.6503875rem;top:11.9375rem;left:0.875rem;font-size:0.75rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #r1QVy53oTnKzQAnz6hsd4MH1si2GyTts { width:16.125rem;height:1.6503875rem;top:13.1875rem;left:0.875rem;font-size:0.75rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #izF9coy0VVpTc0Oe0dmkQkWPf3JizBZd { width:18.4375rem;height:2.1005rem;top:14.67578125rem;left:0.875rem;font-size:0.75rem;z-index:15073;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PyZei5JeT6DGyRbGtSfoPg9N0ZEi2y7W { width:18.125rem;height:0.0625rem;top:23.1484375rem;left:0.875rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #vqKR1CWIMv5AbDbDhxdgFDUWfvL0l8Di { width:17.375rem;height:1.6503875rem;top:17.6875rem;left:0.875rem;font-size:0.75rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #XUqKgqswMrlWFCDyZbaSFxFxv6DbGDbJ { width:16.125rem;height:1.6503875rem;top:18.9375rem;left:0.875rem;font-size:0.75rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #D3PFwOKpRnAg4It8CSCKBWJMWk66SnQQ { width:16.3125rem;height:2.1005rem;top:20.42578125rem;left:0.875rem;font-size:0.75rem;z-index:15076;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OIveT9l9kTyUyi1a6nm0OvEm6HxAUKtn { width:17.375rem;height:1.6503875rem;top:23.5rem;left:0.875rem;font-size:0.75rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #T86nCDZpI63O79h8nQmgBFET4NW7xJU5 { width:16.125rem;height:1.6503875rem;top:24.75rem;left:0.875rem;font-size:0.75rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #tQbHD9W5asTCqTplCNGOMCBX7qbc9Vv4 { width:16.6875rem;height:2.1005rem;top:26.23828125rem;left:0.875rem;font-size:0.75rem;z-index:15079;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fK1UWR5WkCVlHBL0p2kJ3hnM1twM5aGB { width:18.75rem;height:3.575rem;top:5.6640625rem;left:0.78125rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #LfhagR5XuPQpTnmoaU1huFlqcOHEVGHk { width:19rem;height:3.0625rem;top:40.0625rem;left:0.5rem;font-size:0.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4Wi1TDWgMG6fT6CLy3XWER8UG0ukETK { display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { width:20rem;height:0.8125rem;top:0.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }