.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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); }#INTocygm0qmoqoUJiF7sSHxFvHtLV1dT { position:relative;display:block; }#INTocygm0qmoqoUJiF7sSHxFvHtLV1dT { background-color: transparent; background-image: none; }#INTocygm0qmoqoUJiF7sSHxFvHtLV1dT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INTocygm0qmoqoUJiF7sSHxFvHtLV1dT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INTocygm0qmoqoUJiF7sSHxFvHtLV1dT > .row .container > .video-iframe-container { display: none; }#INTocygm0qmoqoUJiF7sSHxFvHtLV1dT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INTocygm0qmoqoUJiF7sSHxFvHtLV1dT > .row > .video-iframe-container { display: none; }#INTocygm0qmoqoUJiF7sSHxFvHtLV1dT > .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); }#INTocygm0qmoqoUJiF7sSHxFvHtLV1dT { border-width: 0; border-radius: 0; }#INTocygm0qmoqoUJiF7sSHxFvHtLV1dT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#INTocygm0qmoqoUJiF7sSHxFvHtLV1dT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gllgKKyadD0rKbMbQ4TAPfEwHTIKTOV3 { 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:3.125rem;width:11.9375rem;top:1.25rem;left:31.53125rem;overflow:hidden;display:block; }
#zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/67d9afea-b93b-4772-a496-77efb2588785/8AtelierResidence_eDM06.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; }#zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu.adaptive-delivery-prevent-bg, #zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu.lazyload, #zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu.lazyloading { background-image: none; }#zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu > .row .container { background-color: transparent; background-image: none; }#zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.1); }#zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu > .row .container > .video-iframe-container { display: none; }#zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.1); }#zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu > .row > .video-iframe-container { display: none; }#zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu > .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); }#zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu > .row .container { border-width: 0; border-radius: 0; }#zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu::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; }#zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;overflow:visible;position:relative;display:block; }#LFg6JCi0Sp8DxaCdm5qI9omRwUXlvx7A { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:marcellus;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:15.5rem;left:50.75rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oAXz5KWTzaC53OyVnloHAwiXFGmXRvEI { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c49943, #6a4c14);background-image: -moz-linear-gradient(180deg, #c49943, #6a4c14);background-image: -ms-linear-gradient(180deg, #c49943, #6a4c14);background-image: -o-linear-gradient(180deg, #c49943, #6a4c14);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c49943', endColorstr='#6a4c14' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c49943', endColorstr='#6a4c14' );";background-image: linear-gradient(180deg, #c49943, #6a4c14);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.7;overflow:hidden;position:absolute;width:22.625rem;height:3.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:28.375rem;left:44.8125rem;display:block; }
#s1BPqzPy2rGXL6KgLF9de5HQGQ1ATpJd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KeApt00BEVUOO9U9XIx5Fwq3PyDk4mL1 { color:#ffdcb2;display:block;width:5.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.875rem;left:45.75rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Boydkb3gQqSlCAys0xZ4ssoLXZVzwLF0 { color:#ffffff;display:block;width:10.1873125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.625rem;left:50rem;height:1.94965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LcVCVuZsaJkmW45T3LT0eJHdMM9GgisJ { color:#ffffff;display:block;width:12.3123125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:22.8125rem;left:56.125rem;height:1.5434rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F0Ml7bqo0f5cFTu7OQuSgbDaNd0pCqnw { position:absolute;display:block;z-index:15019;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:8.8125rem;width:7.0625rem;top:2.697265625rem;left:56.9052734375rem;overflow:hidden;display:none; }
#hmqKw85lV6ArBk8vuWBT91ffhDRLRlLK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:12.46875rem;left:53.7490234375rem;display:none; }
#CEvOtPammt1CF2FuSAMg5Qbr2eDhOIdg { color:#ffffff;display:block;width:28.0605625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:19.3125rem;left:42.1875rem;height:1.51215rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S2WUfsAg18tMyuDWwVmfTQCSTATiTeMx { box-sizing:content-box;height:3.1875rem;width:23.0625rem;position:absolute;display:block;z-index:14997;background-color:rgba(196,153,67,0.5);background-image:none;top:22rem;left:44.6875rem;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; }
#WTs8x4ZuBJTK5826xhizbcMQS8GJS1Bs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:15.375rem;left:49.75rem; }
#ogoTSCi1XiIOa0tlxpt1rKtcJeZbky2r { 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:7.625rem;width:5.875rem;top:6rem;left:53.1875rem;overflow:hidden;display:block; }
#HeZn2UT9ACdXq7KddaMM0ZhhiduOlaqM { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:9.8125rem;width:4.3125rem;top:1.3125rem;left:64.9375rem;overflow:hidden;display:block; }
#fiFShqkX8TCUx5ixNZRzEqR3hTpouy6v { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:9.8125rem;width:4.3125rem;top:1.3125rem;left:69.75rem;overflow:hidden;display:block; }
#Ok1L55TRctTVpifFEdPPCbTxFETNNssL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/27af329e-ebdd-43f8-875a-d21336606001/bg1.jpg");background-position:center right !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; }#Ok1L55TRctTVpifFEdPPCbTxFETNNssL.adaptive-delivery-prevent-bg, #Ok1L55TRctTVpifFEdPPCbTxFETNNssL.lazyload, #Ok1L55TRctTVpifFEdPPCbTxFETNNssL.lazyloading { background-image: none; }#Ok1L55TRctTVpifFEdPPCbTxFETNNssL > .row .container { background-color: transparent; background-image: none; }#Ok1L55TRctTVpifFEdPPCbTxFETNNssL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#Ok1L55TRctTVpifFEdPPCbTxFETNNssL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ok1L55TRctTVpifFEdPPCbTxFETNNssL > .row .container > .video-iframe-container { display: none; }#Ok1L55TRctTVpifFEdPPCbTxFETNNssL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#Ok1L55TRctTVpifFEdPPCbTxFETNNssL > .row > .video-iframe-container { display: none; }#Ok1L55TRctTVpifFEdPPCbTxFETNNssL > .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); }#Ok1L55TRctTVpifFEdPPCbTxFETNNssL > .row .container { border-width: 0; border-radius: 0; }#Ok1L55TRctTVpifFEdPPCbTxFETNNssL::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; }#Ok1L55TRctTVpifFEdPPCbTxFETNNssL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ok1L55TRctTVpifFEdPPCbTxFETNNssL > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:75rem;position:relative;display:block; }#Fq8AnIcCphQC7rRH1N1l5dHanGtpLQP5 { color:#c49943;display:block;width:15.3125rem;position:absolute;font-family:marcellus;font-size:2.5rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#deaz6ixgwnAeEkX3bok4m6IZNJOiSXmn { position:absolute;display:block;z-index:15111;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:25rem;width:75rem;top:9.9999998807906rem;left:0rem;overflow:hidden;display:block; }
#pFWT1pOJy7KZwD7FKq8ugC2AMl0xb9Ft { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15112;line-height:1.4;letter-spacing:0;top:3.125rem;left:67.625rem;height:4.19824375rem;display:block; }
#P0SknTD12lseOowzVAxGRGOT58vvMK6b { color:#c49943;display:block;width:21.6868125rem;position:absolute;font-family:marcellus;font-size:2.5rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:40.681640625rem;left:0rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#JVoVRTp5SZPa5ri1OOdLS7VSo7d8WN47 { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15114;line-height:1.8;letter-spacing:0;top:37.994140625rem;left:40.3125rem;height:12.5963625rem;display:block; }
#tTcvXb0agOczxi3Kcbv3CQw027PNG97m { color:#000000;display:block;width:5.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15113;line-height:1.4;letter-spacing:0;top:3.13671875rem;left:39.4326171875rem;height:4.19824375rem;display:block; }
#GGQ3eIAVAsIxKtexOTMpt5K9wxLo9MwX { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15113;line-height:1.4;letter-spacing:0;top:3.125rem;left:47.7431640625rem;height:4.19824375rem;display:block; }
#Bzu2IAsNBleLw3B9dtzbFPvT9RTAXnT2 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15113;line-height:1.4;letter-spacing:0;top:3.125rem;left:58.5rem;height:4.19824375rem;display:block; }
#PmzLSrEsBo4yvSi87oBbxWSKxsTp8y8t { box-sizing:content-box;height:0.25rem;width:0.25rem;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:15115;background-color:transparent;background-image:none;top:38.5rem;left:39.03125rem;border-top:0.25rem solid #ffdcb2;border-left:0.25rem solid #ffdcb2;border-right:0.25rem solid #ffdcb2;border-bottom:0.25rem solid #ffdcb2;display:block; }
#kWCQLgSTH2uR5D66P5oHTM9dP9nMuKRA { box-sizing:content-box;height:0.25rem;width:0.25rem;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:15116;background-color:transparent;background-image:none;top:40.3125rem;left:39.03125rem;border-top:0.25rem solid #ffdcb2;border-left:0.25rem solid #ffdcb2;border-right:0.25rem solid #ffdcb2;border-bottom:0.25rem solid #ffdcb2;display:block; }
#pveWQzCONNkPDIq7Zmq7oWmmu0THMlqd { box-sizing:content-box;height:0.25rem;width:0.25rem;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:15117;background-color:transparent;background-image:none;top:42.125rem;left:39.03125rem;border-top:0.25rem solid #ffdcb2;border-left:0.25rem solid #ffdcb2;border-right:0.25rem solid #ffdcb2;border-bottom:0.25rem solid #ffdcb2;display:block; }
#EGCbK6CzoXLQgEE5Dd9fr6lVsTRhH7n8 { box-sizing:content-box;height:0.25rem;width:0.25rem;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:15118;background-color:transparent;background-image:none;top:43.9375rem;left:39.03125rem;border-top:0.25rem solid #ffdcb2;border-left:0.25rem solid #ffdcb2;border-right:0.25rem solid #ffdcb2;border-bottom:0.25rem solid #ffdcb2;display:block; }
#gJh0JiQvpRKzD8lm4hOuElEInSiRihIh { box-sizing:content-box;height:0.25rem;width:0.25rem;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:15119;background-color:transparent;background-image:none;top:47.5rem;left:39.03125rem;border-top:0.25rem solid #ffdcb2;border-left:0.25rem solid #ffdcb2;border-right:0.25rem solid #ffdcb2;border-bottom:0.25rem solid #ffdcb2;display:block; }
#C57ipQqft4Bc0mJ5N1U3XMrUsKpzdi8U { box-sizing:content-box;height:0.25rem;width:0.25rem;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:15120;background-color:transparent;background-image:none;top:49.3125rem;left:39.03125rem;border-top:0.25rem solid #ffdcb2;border-left:0.25rem solid #ffdcb2;border-right:0.25rem solid #ffdcb2;border-bottom:0.25rem solid #ffdcb2;display:block; }
#i8bybWLpGKgTHU2pQXUHCyMd3ypPTN0w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/59822848-5723-40b7-8a0c-5b2aa0043ef5/8AtelierResidence06.jpg");background-position:center 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; }#i8bybWLpGKgTHU2pQXUHCyMd3ypPTN0w.adaptive-delivery-prevent-bg, #i8bybWLpGKgTHU2pQXUHCyMd3ypPTN0w.lazyload, #i8bybWLpGKgTHU2pQXUHCyMd3ypPTN0w.lazyloading { background-image: none; }#i8bybWLpGKgTHU2pQXUHCyMd3ypPTN0w > .row .container { background-color: transparent; background-image: none; }#i8bybWLpGKgTHU2pQXUHCyMd3ypPTN0w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8bybWLpGKgTHU2pQXUHCyMd3ypPTN0w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8bybWLpGKgTHU2pQXUHCyMd3ypPTN0w > .row .container > .video-iframe-container { display: none; }#i8bybWLpGKgTHU2pQXUHCyMd3ypPTN0w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8bybWLpGKgTHU2pQXUHCyMd3ypPTN0w > .row > .video-iframe-container { display: none; }#i8bybWLpGKgTHU2pQXUHCyMd3ypPTN0w > .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); }#i8bybWLpGKgTHU2pQXUHCyMd3ypPTN0w > .row .container { border-width: 0; border-radius: 0; }#i8bybWLpGKgTHU2pQXUHCyMd3ypPTN0w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i8bybWLpGKgTHU2pQXUHCyMd3ypPTN0w > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#e0xnwumZM63gXroT40sgZBsBcDgaawcz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f2e6de, #ffffff);background-image: -moz-linear-gradient(180deg, #f2e6de, #ffffff);background-image: -ms-linear-gradient(180deg, #f2e6de, #ffffff);background-image: -o-linear-gradient(180deg, #f2e6de, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e6de', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e6de', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f2e6de, #ffffff);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; }#e0xnwumZM63gXroT40sgZBsBcDgaawcz > .row .container { background-color: transparent; background-image: none; }#e0xnwumZM63gXroT40sgZBsBcDgaawcz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0xnwumZM63gXroT40sgZBsBcDgaawcz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0xnwumZM63gXroT40sgZBsBcDgaawcz > .row .container > .video-iframe-container { display: none; }#e0xnwumZM63gXroT40sgZBsBcDgaawcz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0xnwumZM63gXroT40sgZBsBcDgaawcz > .row > .video-iframe-container { display: none; }#e0xnwumZM63gXroT40sgZBsBcDgaawcz > .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); }#e0xnwumZM63gXroT40sgZBsBcDgaawcz > .row .container { border-width: 0; border-radius: 0; }#e0xnwumZM63gXroT40sgZBsBcDgaawcz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e0xnwumZM63gXroT40sgZBsBcDgaawcz > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#LyTK7ev4cayS4UVnECoPX9J2rNJXbKUW { color:#000000;display:block;width:37.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.258247375488rem;left:37.5rem;height:19.5rem;text-align:left;text-align-last:left;display:block; }
#iDQ1MRmlA60lJn0KWgM7BUI88SWuSgeK { color:#c49943;display:block;width:29.5rem;position:absolute;font-family:marcellus;font-size:2.5rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:6.4482421875rem;left:37.5rem;height:3.2504875rem;display:block; }
#gvTlo5tcf5ZZknRGuMuiIDAn5hSm7Evv { position:absolute;display:block;z-index:15110;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:19.4375rem;width:34.625rem;top:6.93603515625rem;left:0rem;overflow:hidden;display:block; }
#txSaAI3VpSBKf8aU3EfmWPQwDf27u0Bw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(242,230,222,0.6);background-image:url("https://images.assets-landingi.com/uc/e7d28571-25ee-423b-967f-04d1e69f9375/bg2.jpg");background-position:center right !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; }#txSaAI3VpSBKf8aU3EfmWPQwDf27u0Bw.adaptive-delivery-prevent-bg, #txSaAI3VpSBKf8aU3EfmWPQwDf27u0Bw.lazyload, #txSaAI3VpSBKf8aU3EfmWPQwDf27u0Bw.lazyloading { background-image: none; }#txSaAI3VpSBKf8aU3EfmWPQwDf27u0Bw > .row .container { background-color: transparent; background-image: none; }#txSaAI3VpSBKf8aU3EfmWPQwDf27u0Bw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txSaAI3VpSBKf8aU3EfmWPQwDf27u0Bw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txSaAI3VpSBKf8aU3EfmWPQwDf27u0Bw > .row .container > .video-iframe-container { display: none; }#txSaAI3VpSBKf8aU3EfmWPQwDf27u0Bw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txSaAI3VpSBKf8aU3EfmWPQwDf27u0Bw > .row > .video-iframe-container { display: none; }#txSaAI3VpSBKf8aU3EfmWPQwDf27u0Bw > .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); }#txSaAI3VpSBKf8aU3EfmWPQwDf27u0Bw > .row .container { border-width: 0; border-radius: 0; }#txSaAI3VpSBKf8aU3EfmWPQwDf27u0Bw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#txSaAI3VpSBKf8aU3EfmWPQwDf27u0Bw > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#wwqqhsCgtMHfWJeL8TtEMJkIElhBT1Hz { color:#c49943;display:block;width:49.75rem;position:absolute;font-family:marcellus;font-size:2.5rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:3.75rem;left:12.625rem;height:3.2504875rem;text-align:center;text-align-last:center;display:block; }
#X6DqRZ57bl8e3wnJP861tLmH5hglEvG5 { color:#000000;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:12.75rem;left:14rem;height:5.19791875rem;text-align:left;text-align-last:left;display:block; }
#a08ZN6PuJ5xeHnucPpUGXitePQexG9dN { color:#000000;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:12.75rem;left:30.9375rem;height:5.19791875rem;text-align:left;text-align-last:left;display:block; }
#NFfyTx8grm4cn8NfrOD6EfTCLSDQO0xB { color:#000000;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:12.75rem;left:47.75rem;height:3.8984375rem;text-align:left;text-align-last:left;display:block; }
#bTM3s8dRiTVlsaTOs9tREMBiug2PhCEz { color:#000000;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:23.25rem;left:22.5625rem;height:5.19791875rem;text-align:left;text-align-last:left;display:block; }
#i74xys5FtwLuCUfhwkUfXnB5uCymlCmc { color:#000000;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:23.25rem;left:39.5625rem;height:5.19791875rem;text-align:left;text-align-last:left;display:block; }
#AdyhiUGHznKfD7utZaX8kRkoKTeGJU4t { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;opacity:1;top:10.5625rem;left:13.75rem; }
#sl1fT7S22wxmKJtSBATIDqio8QOL3bp6 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15118;opacity:1;top:10.3125rem;left:30.5625rem; }
#WnrQR3Rz68GoaVuvf0nAv884FoxT5Sam { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;opacity:1;top:10.6875rem;left:47.75rem; }
#rnfOyOyUi5fi6cQ9f6LiBXuX4VXCxsDR { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:20.9375rem;left:22.4375rem; }
#ipNhI92zKx6bKUv33GuFUn0bIZz2IzN8 { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15123;opacity:1;top:21.375rem;left:39.375rem; }
#kwZErUW2rTcldH2t7mpJoF8fCeWL3iiK { box-sizing:content-box;height:9.0625rem;width:15.625rem;position:absolute;display:block;z-index:15109;background-color:#ffffff;background-image:none;top:9.5625rem;left:29.75rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
#ig8XJ2EM6DuK1wRZSkGzCAo8x0btrkbN { box-sizing:content-box;height:9.0625rem;width:15.625rem;position:absolute;display:block;z-index:15108;background-color:#ffffff;background-image:none;top:9.5625rem;left:12.8125rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
#EoSDg5AHrxBHghQKJoZEFXLkFNZFw7Ew { box-sizing:content-box;height:9.0625rem;width:15.625rem;position:absolute;display:block;z-index:15110;background-color:#ffffff;background-image:none;top:9.5625rem;left:46.6875rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
#DXxRr3l1XpEnTO69kQ1K85PO02NEbnqA { box-sizing:content-box;height:9.0625rem;width:15.625rem;position:absolute;display:block;z-index:15112;background-color:#ffffff;background-image:none;top:20rem;left:21.375rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
#tUalkWL6ikKEoyb5imTA2LtBXGwNTHRD { box-sizing:content-box;height:9.0625rem;width:15.625rem;position:absolute;display:block;z-index:15113;background-color:#ffffff;background-image:none;top:20rem;left:38.3125rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:block; }
#iU5afE5r2GCPz8uRbnRE3mBeawW7Gnm4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a3313;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; }#iU5afE5r2GCPz8uRbnRE3mBeawW7Gnm4 > .row .container { background-color: transparent; background-image: none; }#iU5afE5r2GCPz8uRbnRE3mBeawW7Gnm4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iU5afE5r2GCPz8uRbnRE3mBeawW7Gnm4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iU5afE5r2GCPz8uRbnRE3mBeawW7Gnm4 > .row .container > .video-iframe-container { display: none; }#iU5afE5r2GCPz8uRbnRE3mBeawW7Gnm4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iU5afE5r2GCPz8uRbnRE3mBeawW7Gnm4 > .row > .video-iframe-container { display: none; }#iU5afE5r2GCPz8uRbnRE3mBeawW7Gnm4 > .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); }#iU5afE5r2GCPz8uRbnRE3mBeawW7Gnm4 > .row .container { border-width: 0; border-radius: 0; }#iU5afE5r2GCPz8uRbnRE3mBeawW7Gnm4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iU5afE5r2GCPz8uRbnRE3mBeawW7Gnm4 > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#p5HpfqPMNnTZ0fDd34eM4XpmUSeGsh68 { color:#c49943;display:block;width:56.125rem;position:absolute;font-family:marcellus;font-size:2.5rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:3.75rem;left:9.4375rem;height:3.2504875rem;text-align:center;text-align-last:center;display:block; }
#pgC6gaQPzwgZz71uKpBTT7af8TkoCG7i { box-sizing:content-box;height:12.5rem;width:23.75rem;position:absolute;display:block;z-index:15114;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/966c81ff-5f2c-493b-96d5-4a49a3e25673/210512221_l.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.4375rem;left:0rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }#pgC6gaQPzwgZz71uKpBTT7af8TkoCG7i.adaptive-delivery-prevent-bg, #pgC6gaQPzwgZz71uKpBTT7af8TkoCG7i.lazyload, #pgC6gaQPzwgZz71uKpBTT7af8TkoCG7i.lazyloading { background-image: none; }
#CftupeL8zNvwSUwkVuBznIZuCdsUfH1u { box-sizing:content-box;height:12.5rem;width:23.75rem;position:absolute;display:block;z-index:15115;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e382cb9d-76c1-4a54-a5c0-83dbdbd734f1/raphaelai79.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.4375rem;left:25.3125rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }#CftupeL8zNvwSUwkVuBznIZuCdsUfH1u.adaptive-delivery-prevent-bg, #CftupeL8zNvwSUwkVuBznIZuCdsUfH1u.lazyload, #CftupeL8zNvwSUwkVuBznIZuCdsUfH1u.lazyloading { background-image: none; }
#ON1QlsaZ3NGfK2BLiVSzCVqXrLKyf6XS { box-sizing:content-box;height:12.5rem;width:23.75rem;position:absolute;display:block;z-index:15116;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/45be1f63-4e82-4fb5-a2db-ea137fdc1460/246403627_l.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.4375rem;left:50.625rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }#ON1QlsaZ3NGfK2BLiVSzCVqXrLKyf6XS.adaptive-delivery-prevent-bg, #ON1QlsaZ3NGfK2BLiVSzCVqXrLKyf6XS.lazyload, #ON1QlsaZ3NGfK2BLiVSzCVqXrLKyf6XS.lazyloading { background-image: none; }
#ZlxtRTSVPST1gLPWETH0cr3JzhS1115v { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:23.5rem;left:0rem;height:5.19791875rem;text-align:center;text-align-last:center;display:block; }
#z2NuZsXJ6mGUxOwTHCsSAQ5I8p5XeHRW { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:23.5rem;left:25.3125rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#S9HF6pNkxsREb9lq1zy2RtbLHF9iivTw { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:23.5rem;left:50.625rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#qHO63Zu3qeQ4lhAxPPkAddJuX08wIMV2 { box-sizing:content-box;height:5.1875rem;width:36.875rem;position:absolute;display:block;z-index:15111;background-color:rgba(0,0,0,0);background-image:none;top:30.69921875rem;left:0rem;border-top:0.125rem solid #cda43a;border-left:0.125rem solid #cda43a;border-right:0.125rem solid #cda43a;border-bottom:0.125rem solid #cda43a;display:block; }
#Uk5MnIqTTkpMopmeHZOxhRqsIdiQnVt1 { box-sizing:content-box;height:5.1875rem;width:36.875rem;position:absolute;display:block;z-index:15116;background-color:rgba(0,0,0,0);background-image:none;top:30.69921875rem;left:37.875rem;border-top:0.125rem solid #cda43a;border-left:0.125rem solid #cda43a;border-right:0.125rem solid #cda43a;border-bottom:0.125rem solid #cda43a;display:block; }
#aEGRx7rgJSSbw0NZV7yqokMK9kXT5MTD { box-sizing:content-box;height:5.1875rem;width:36.875rem;position:absolute;display:block;z-index:15110;background-color:rgba(0,0,0,0);background-image:none;top:36.9375rem;left:0rem;border-top:0.125rem solid #cda43a;border-left:0.125rem solid #cda43a;border-right:0.125rem solid #cda43a;border-bottom:0.125rem solid #cda43a;display:block; }
#WHZV9uRcw9Nwc4mPPrvx2ZtAQrfrTKN5 { box-sizing:content-box;height:5.1875rem;width:36.875rem;position:absolute;display:block;z-index:15109;background-color:rgba(0,0,0,0);background-image:none;top:36.9375rem;left:37.875rem;border-top:0.125rem solid #cda43a;border-left:0.125rem solid #cda43a;border-right:0.125rem solid #cda43a;border-bottom:0.125rem solid #cda43a;display:block; }
#C6iTan4xNOT6tKHM7FzhxM8niLpBKq3p { color:#ffffff;display:block;width:31rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:31.53125rem;left:5rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#mZoaKbZrePmNZM9VUShTeftdTQCC2QK7 { color:#ffffff;display:block;width:31rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:38.4189453125rem;left:5rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#a4cFkWkCVhTwcal8uGFVEHPfca5d4369 { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:31.46875rem;left:43rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#mnvWPbu7TnNNppURQAKvxTKtd0mX6qH6 { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:37.76953125rem;left:43rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#G93vcngcgUVle1QVcVwkgJPb5v5dQaf0 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:38.28125rem;left:39.21875rem; }
#PuTtJPzTXitUTkueMVBcQEW67JkuMFBZ { position:absolute;display:block;z-index:15123;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.75rem;width:2.75rem;top:32.04296875rem;left:1.15625rem;overflow:hidden;display:block; }
#crMbCwTMKA3dvtEi83bpNhuumITXEsaC { position:absolute;display:block;z-index:15124;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:2.5rem;top:32.16796875rem;left:39.28125rem;overflow:hidden;display:block; }
#JNwBLsNhlZNG4vLOCDtdhBMiD8BzkVX0 { position:absolute;display:block;z-index:15125;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.75rem;width:2.75rem;top:38.21875rem;left:1.15625rem;overflow:hidden;display:block; }
#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/017ba072-6fb5-4f9e-8d9e-1c0d6c4551eb/8AtelierResidence07.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; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4.adaptive-delivery-prevent-bg, #qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4.lazyload, #qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4.lazyloading { background-image: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { background-color: transparent; background-image: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container > .video-iframe-container { display: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row > .video-iframe-container { display: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .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); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { border-width: 0; border-radius: 0; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#NNJofgq7nOpvzDq2tiIxWlRg2ZMQFFyk { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:marcellus;font-size:2.5rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:3.75rem;left:29.84375rem;height:3.2504875rem;text-align:center;text-align-last:center;display:block; }
#ClpiOitUVbMRTsDPUsDen48H8pClrht3 { position:absolute;display:block;z-index:15134;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:18.5rem;width:75rem;top:10rem;left:0rem;overflow:hidden;display:block; }
#ZD2xnT9v9T80kVn9osl8OAZzEgzxUVRu { box-sizing:content-box;height:8.8125rem;width:36.875rem;position:absolute;display:block;z-index:15114;background-color:#ffffff;background-image:none;top:29.75rem;left:0rem;display:block; }
#rl1dvPrTP35vpSleUAGbw5Mnpvqovo7J { color:#000000;display:block;width:18rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15115;line-height:1.7;letter-spacing:0;top:31.638671875rem;left:15.15625rem;height:5.09895rem;display:block; }
#maZOsRbfQHFBCO2WoBIulTT8rtknkiKI { color:#000000;display:block;width:10.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15116;line-height:1.7;letter-spacing:0;top:33.25rem;left:1.625rem;height:2.125rem;display:block; }
#sSIaqdLwb8gaaQ6gIlfrI9m85u9Qe2Gd { box-sizing:content-box;height:8.8125rem;width:36.875rem;position:absolute;display:block;z-index:15117;background-color:#ffffff;background-image:none;top:29.75rem;left:38.125rem;display:block; }
#ArHUTvEP95dUsEt8AsdFHqZq6HJFQTw8 { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15118;line-height:1.7;letter-spacing:0;top:31.625rem;left:53.3125rem;height:5.09895rem;display:block; }
#v01IuTqpVVsAyR4mFMHLbsVEfRSLkKKx { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15119;line-height:1.7;letter-spacing:0;top:33.25rem;left:39.75rem;height:2.125rem;display:block; }
#DcRaGTlQJdndPA8woVSWaMe3uhcrt4It { box-sizing:content-box;height:8.8125rem;width:36.875rem;position:absolute;display:block;z-index:15120;background-color:#ffffff;background-image:none;top:39.8125rem;left:0rem;display:block; }
#dHbyT98BcL6ngReqLdEGMoWDt5JPQkA9 { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15122;line-height:1.7;letter-spacing:0;top:43.1875rem;left:1.625rem;height:2.125rem;display:block; }
#wymry1enqqqJkT3calVn1T5xBVnGTsz1 { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15121;line-height:1.7;letter-spacing:0;top:40.8125rem;left:15.1875rem;height:6.7986rem;display:block; }
#ra8wPvV3tcLVahNcMsRfWDZaoM1i7ZsG { box-sizing:content-box;height:8.8125rem;width:36.875rem;position:absolute;display:block;z-index:15120;background-color:#ffffff;background-image:none;top:39.8125rem;left:38.125rem;display:block; }
#nmUc7hGUSAZ5ifdegR1kVbQJfhx8rSr0 { color:#000000;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15122;line-height:1.7;letter-spacing:0;top:43.1875rem;left:39.75rem;height:2.125rem;display:block; }
#TfiRazwgsdeXKECxcVacUQQTTHmM2Rgw { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15121;line-height:1.7;letter-spacing:0;top:40.8125rem;left:53.3125rem;height:6.79860625rem;display:block; }
#KocfDoTDcaqTCXurvNF83JS5GThMF4cd { box-sizing:content-box;height:0.25rem;width:0.25rem;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:15121;background-color:transparent;background-image:none;top:32.125rem;left:13.96875rem;border-top:0.25rem solid #ffdcb2;border-left:0.25rem solid #ffdcb2;border-right:0.25rem solid #ffdcb2;border-bottom:0.25rem solid #ffdcb2;display:block; }
#cgUS2dyfh853CDJpeeKRO5UtWWtT4BEr { box-sizing:content-box;height:0.25rem;width:0.25rem;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:15122;background-color:transparent;background-image:none;top:33.8125rem;left:13.96875rem;border-top:0.25rem solid #ffdcb2;border-left:0.25rem solid #ffdcb2;border-right:0.25rem solid #ffdcb2;border-bottom:0.25rem solid #ffdcb2;display:block; }
#cdIb9g1Ni6lUImwvFaEpavcicBIKnasX { box-sizing:content-box;height:0.25rem;width:0.25rem;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:15123;background-color:transparent;background-image:none;top:35.5625rem;left:13.96875rem;border-top:0.25rem solid #ffdcb2;border-left:0.25rem solid #ffdcb2;border-right:0.25rem solid #ffdcb2;border-bottom:0.25rem solid #ffdcb2;display:block; }
#AF4E4PgINGDO8qffTCm0cbbbPf7G4G3A { box-sizing:content-box;height:0.25rem;width:0.25rem;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:15124;background-color:transparent;background-image:none;top:32.125rem;left:52.09375rem;border-top:0.25rem solid #ffdcb2;border-left:0.25rem solid #ffdcb2;border-right:0.25rem solid #ffdcb2;border-bottom:0.25rem solid #ffdcb2;display:block; }
#TDJmZMiP1IMyUogKmylFpmQBekUq4gnJ { box-sizing:content-box;height:0.25rem;width:0.25rem;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:15125;background-color:transparent;background-image:none;top:33.8125rem;left:52.09375rem;border-top:0.25rem solid #ffdcb2;border-left:0.25rem solid #ffdcb2;border-right:0.25rem solid #ffdcb2;border-bottom:0.25rem solid #ffdcb2;display:block; }
#oncE6yOtPfrxTXvlSZcUAAhLkJBxVe6O { box-sizing:content-box;height:0.25rem;width:0.25rem;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:15126;background-color:transparent;background-image:none;top:35.5625rem;left:52.09375rem;border-top:0.25rem solid #ffdcb2;border-left:0.25rem solid #ffdcb2;border-right:0.25rem solid #ffdcb2;border-bottom:0.25rem solid #ffdcb2;display:block; }
#at2273DkEx59TTekpCIPdPdUEnh7whzo { box-sizing:content-box;height:0.25rem;width:0.25rem;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:15124;background-color:transparent;background-image:none;top:41.25rem;left:13.96875rem;border-top:0.25rem solid #ffdcb2;border-left:0.25rem solid #ffdcb2;border-right:0.25rem solid #ffdcb2;border-bottom:0.25rem solid #ffdcb2;display:block; }
#zt78c2pZHtfuuPlSMIOzClvidySMy7SS { box-sizing:content-box;height:0.25rem;width:0.25rem;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:15125;background-color:transparent;background-image:none;top:42.9375rem;left:13.96875rem;border-top:0.25rem solid #ffdcb2;border-left:0.25rem solid #ffdcb2;border-right:0.25rem solid #ffdcb2;border-bottom:0.25rem solid #ffdcb2;display:block; }
#K3SODsT68FMvTtdHRRr61TL24CHFZvJL { box-sizing:content-box;height:0.25rem;width:0.25rem;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:15126;background-color:transparent;background-image:none;top:44.6875rem;left:13.96875rem;border-top:0.25rem solid #ffdcb2;border-left:0.25rem solid #ffdcb2;border-right:0.25rem solid #ffdcb2;border-bottom:0.25rem solid #ffdcb2;display:block; }
#LiVyIP3TubaFluTXqcTlDfRUpIgAOo8h { box-sizing:content-box;height:0.25rem;width:0.25rem;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:15127;background-color:transparent;background-image:none;top:46.4375rem;left:13.96875rem;border-top:0.25rem solid #ffdcb2;border-left:0.25rem solid #ffdcb2;border-right:0.25rem solid #ffdcb2;border-bottom:0.25rem solid #ffdcb2;display:block; }
#hUZM1W641vM1JlxKTsP86MNJXcVZvysZ { box-sizing:content-box;height:0.25rem;width:0.25rem;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:15128;background-color:transparent;background-image:none;top:41.25rem;left:52.09375rem;border-top:0.25rem solid #ffdcb2;border-left:0.25rem solid #ffdcb2;border-right:0.25rem solid #ffdcb2;border-bottom:0.25rem solid #ffdcb2;display:block; }
#WXT052UJVqtP4ODAtpt8k22myKpf6IDq { box-sizing:content-box;height:0.25rem;width:0.25rem;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:15129;background-color:transparent;background-image:none;top:42.9375rem;left:52.09375rem;border-top:0.25rem solid #ffdcb2;border-left:0.25rem solid #ffdcb2;border-right:0.25rem solid #ffdcb2;border-bottom:0.25rem solid #ffdcb2;display:block; }
#Ut9sVFpZ3wE9hbzTaed0VZ5M7qWmc1AF { box-sizing:content-box;height:0.25rem;width:0.25rem;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:15131;background-color:transparent;background-image:none;top:46.4375rem;left:52.09375rem;border-top:0.25rem solid #ffdcb2;border-left:0.25rem solid #ffdcb2;border-right:0.25rem solid #ffdcb2;border-bottom:0.25rem solid #ffdcb2;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/43ae5323-cdbb-4ab7-86fc-d71ded6be5c0/8AtelierResidence09.jpg");background-position:bottom center !important;background-repeat: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; }#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(74,51,19,0.18); }#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(74,51,19,0.18); }#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:46.3125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:1rem;font-weight:400;color:#ffffff;width:24.9375rem;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0rem solid #ffffff;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:24.9375rem;box-sizing:border-box;height:2.25rem;color:#333333;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0rem solid #ffffff;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:24.9375rem;box-sizing:border-box;height:4.375rem;color:#333333;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#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:24.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cda43a, #6a4c14);background-image: -moz-linear-gradient(180deg, #cda43a, #6a4c14);background-image: -ms-linear-gradient(180deg, #cda43a, #6a4c14);background-image: -o-linear-gradient(180deg, #cda43a, #6a4c14);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cda43a', endColorstr='#6a4c14' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cda43a', endColorstr='#6a4c14' );";background-image: linear-gradient(180deg, #cda43a, #6a4c14);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.5rem;font-weight:400;color:#ffffff;width:24.9375rem;height:3.25rem;font-family:marcellus;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0);font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0);font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0);font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0);font-family:montserrat;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:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:23.5625rem;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.3125rem;vertical-align:middle;font-family:montserrat;font-size:0.875rem;font-weight:300;color:#ffffff;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(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.9375rem;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.1857604980469rem;left:47.560766220093rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.9375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;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(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.9375rem;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.1857604980469rem;left:47.560766220093rem; }
#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 #gDssrI2HovngTqNQGHNaEu41hB80Kkll { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #n8rbstHVDrcMsQ17NEURkbGs7dGt3uRV { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #rga6sXnfPwULnxOpBePHMLlEUVzzFJqw { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WBNAgsSZvXEq65HSnlXlu7JoT3E0Lomb { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #RxHWbrTDNQ6PngTQ4ylipUUOIwzTInhu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #fM5yl4TmtFvuDxi6hlhKLT2RE4Mg5hDZ { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #tANU0e8XN8pRpIenITyyqvXVfTr87nwh { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ZG6c99y3S1N8JC8HEDAPHWi65n5vyUms { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #VufsV4KXZyuMMyXTV9RouE3PN4TfaG09 { 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; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.25rem;left:2.4365234375rem;height:12.1875rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#c49943;display:block;width:42.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:24.4990234375rem;left:2.435546875rem;height:6rem;font-style:normal;display:block; }
#gEOX7TQI4STogvaULHM59RTtU1v5H6KA { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:41.242406845093rem;left:53.155384063721rem;height:1.94965rem;text-align:center;text-align-last:center;display:block; }
#yySpsmVLorKHbawMrBcxpLCIBGawlv46 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3304eb5a-3c9c-4b56-9524-6b14495f1267/8AtelierResidence08.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(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 { border-width: 0; border-radius: 0; }#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:89.0625rem;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:10.0615234375rem;left:0rem;display:block; }
#OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#Qp0bRN0wFTbCQxCn2pEs79Zh6hdRTL8D { color:#222222;display:block;width:63rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:43.75rem;left:5.9987564086914rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { color:#c49943;display:block;width:18.2493125rem;position:absolute;font-family:marcellus;font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.75rem;left:28.49609375rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gG1KWTM5RJVQsVTnHZF3kdawT1mTsJ9K { box-sizing:content-box;height:11.875rem;width:24.375rem;position:absolute;display:block;z-index:15119;background-color:#ffffff;background-image:none;top:53.6875rem;left:0rem;display:block; }
#bq77rVHd0PqlQkvUNlTTHnBAniSxGa3n { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15120;line-height:1.7;letter-spacing:0;top:57.75rem;left:1.25rem;height:6.7986rem;display:block; }
#F6dd2xpEKgbkBFlM33LVzfQyPfVPQERS { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15121;line-height:1.7;letter-spacing:0;top:57.75rem;left:18.0625rem;height:6.7986rem;text-align:right;text-align-last:right;display:block; }
#pkVmT5tcpFSIVaD6FBJnCpMAPqipgIEl { color:#222222;display:block;width:66rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15083;line-height:1.4;letter-spacing:0;top:47.0625rem;left:4.5rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PNpk8eoU3bUTPQWSqWhPUMC2BHcwTgy1 { color:#956251;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15121;line-height:1.7;letter-spacing:0;top:54.6875rem;left:1.25rem;height:2.125rem;display:block; }
#kh1bpwxZqxIF3f8PG91DiVpWFSqTa5qv { box-sizing:content-box;height:11.875rem;width:24.375rem;position:absolute;display:block;z-index:15123;background-color:#ffffff;background-image:none;top:53.6875rem;left:50.625rem;display:block; }
#xtzoNJSEVbW4P1NNgPvXPWwZXuvQkZhV { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15125;line-height:1.7;letter-spacing:0;top:57.75rem;left:68.6875rem;height:6.7986rem;text-align:right;text-align-last:right;display:block; }
#hkCpt3MEGgVWa48tfkSFBPqQaN5NMcAx { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15124;line-height:1.7;letter-spacing:0;top:57.75rem;left:51.875rem;height:6.7986rem;display:block; }
#R1xHEbWxLGIU2wVoTUNDFRhXzPow6Eed { color:#956251;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15125;line-height:1.7;letter-spacing:0;top:54.6875rem;left:51.875rem;height:2.125rem;display:block; }
#clR197i3l7t8TWpJzTD0mAWqQahVAHON { box-sizing:content-box;height:11.875rem;width:24.375rem;position:absolute;display:block;z-index:15127;background-color:#ffffff;background-image:none;top:53.6875rem;left:25.3125rem;display:block; }
#oqFezV9lwFe1L3fWX4ALBh4c6cdr7SKO { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15129;line-height:1.7;letter-spacing:0;top:57.75rem;left:43.375rem;height:5.09895rem;text-align:right;text-align-last:right;display:block; }
#RI7seOh3PWZW2FbAhseZ1VU9WIfMAQXv { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15128;line-height:1.7;letter-spacing:0;top:57.75rem;left:26.5625rem;height:5.09895rem;display:block; }
#ghU5nGPQEEH34EQHunpA2ad1xaIlRKVT { color:#956251;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15129;line-height:1.7;letter-spacing:0;top:54.6875rem;left:26.5625rem;height:2.125rem;display:block; }
#kiTU0UxaQoPPTZUznCwk0LxdXs1BGS8F { box-sizing:content-box;height:11.875rem;width:24.375rem;position:absolute;display:block;z-index:15130;background-color:#ffffff;background-image:none;top:66.5rem;left:0rem;display:block; }
#evhGTKmTXxvydwRhUVVf1vnAgqUZfH4h { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15131;line-height:1.7;letter-spacing:0;top:70.5625rem;left:1.25rem;height:5.09895rem;display:block; }
#JrWoiTTHKa37qiP9VJaV7FODQR4piqPv { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15132;line-height:1.7;letter-spacing:0;top:70.5625rem;left:18.0625rem;height:5.09895rem;text-align:right;text-align-last:right;display:block; }
#cOT5WWH724P0T1vcTdq7G86q8zByAgZo { box-sizing:content-box;height:11.875rem;width:24.375rem;position:absolute;display:block;z-index:15138;background-color:#ffffff;background-image:none;top:66.5rem;left:25.3125rem;display:block; }
#STKrwr2hl3pUZCANGpwTQ52BFgVqUSET { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15139;line-height:1.7;letter-spacing:0;top:70.5625rem;left:26.5625rem;height:5.09895625rem;display:block; }
#w7IVeVxH8m21Ro9Wvs6hOOSqXdzFQ2B6 { color:#956251;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15132;line-height:1.7;letter-spacing:0;top:67.5rem;left:1.25rem;height:2.125rem;display:block; }
#gTlddGzhgESX4JpuOPThhzEAGG1TTnkV { color:#956251;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15140;line-height:1.7;letter-spacing:0;top:67.5rem;left:26.5625rem;height:2.125rem;display:block; }
#MrxMPI1gnyHTUNhcKdSOP5NptangQOub { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15140;line-height:1.7;letter-spacing:0;top:70.5625rem;left:43.375rem;height:5.09895rem;text-align:right;text-align-last:right;display:block; }
#TvE3qzIM5T1RiozzkDVC4iEUzvwS9Drm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cda43a, #6a4c14);background-image: -moz-linear-gradient(180deg, #cda43a, #6a4c14);background-image: -ms-linear-gradient(180deg, #cda43a, #6a4c14);background-image: -o-linear-gradient(180deg, #cda43a, #6a4c14);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cda43a', endColorstr='#6a4c14' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cda43a', endColorstr='#6a4c14' );";background-image: linear-gradient(180deg, #cda43a, #6a4c14);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3730625rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:82.1875rem;left:27.3125rem;display:block; }
#BnVMi9bp1MKAo4NQTzbmnLgeQuPTwo2g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#of9OxazGyMNbweVhtfRrdBUF1aGwc2bh { box-sizing:content-box;height:11.875rem;width:24.375rem;position:absolute;display:block;z-index:15127;background-color:#ffffff;background-image:none;top:66.5rem;left:50.625rem;display:block; }
#cVwHMVhBawD6DziAXpmFl1HNi6C1GrTi { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15128;line-height:1.7;letter-spacing:0;top:70.5625rem;left:51.875rem;height:5.09895rem;display:block; }
#Z9yTnTa1OXQTSxFrR7inno7cRwW0kHRR { color:#956251;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15129;line-height:1.7;letter-spacing:0;top:67.5rem;left:51.875rem;height:2.125rem;display:block; }
#Ea7AUxxxVNgE4ZGuQNUGhXtmy6NymHze { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15129;line-height:1.7;letter-spacing:0;top:70.5625rem;left:68.6875rem;height:5.09895rem;text-align:right;text-align-last:right;display:block; }
#yO2447Ton6Bxd4LiBzDphQ33idN2dH2Q { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:54.5rem;left:21.1875rem; }
#S5yoVXlduL6qhaV71oUPzzsX2xuhzC2N { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:54.8125rem;left:46.65625rem; }
#zzafP7iTprKmLNJlt1HDluxK4PC0xtlC { position:absolute;display:block;z-index:15145;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.125rem;width:2.125rem;top:67.4375rem;left:21.125rem;overflow:hidden;display:block; }
#tExhktINi8bR7hxKQoHrRfkH4F0gTCiG { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15147;opacity:1;top:67.875rem;left:46.806640625rem; }
#cu313a8WxAGJVk99IWqwLmkAXAzH5q2s { position:absolute;display:block;z-index:15149;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:2.5rem;top:67.3125rem;left:71.3125rem;overflow:hidden;display:block; }
#QwKV0hOvIuTLCIT2JTE9s2AFr9vSSxk6 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15150;opacity:1;top:54.75rem;left:71.9375rem; }
#vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/59822848-5723-40b7-8a0c-5b2aa0043ef5/8AtelierResidence06.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; }#vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO.adaptive-delivery-prevent-bg, #vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO.lazyload, #vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO.lazyloading { background-image: none; }#vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO > .row .container { background-color: transparent; background-image: none; }#vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO > .row .container > .video-iframe-container { display: none; }#vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO > .row > .video-iframe-container { display: none; }#vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO > .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); }#vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO > .row .container { border-width: 0; border-radius: 0; }#vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { position:relative;display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { 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 { border-width: 0; border-radius: 0; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { color:#999999;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.13715rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #INTocygm0qmoqoUJiF7sSHxFvHtLV1dT { display:block; }#INTocygm0qmoqoUJiF7sSHxFvHtLV1dT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gllgKKyadD0rKbMbQ4TAPfEwHTIKTOV3 { top:1.25rem;left:17.90625rem;width:11.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu { display:block; }#zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFg6JCi0Sp8DxaCdm5qI9omRwUXlvx7A { top:15.5rem;left:35.9375rem;width:11.8125rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAXz5KWTzaC53OyVnloHAwiXFGmXRvEI { width:22.625rem;height:3.5625rem;top:28.375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1BPqzPy2rGXL6KgLF9de5HQGQ1ATpJd { display:block; }
 }@media only screen and (max-width: 763px) { #KeApt00BEVUOO9U9XIx5Fwq3PyDk4mL1 { top:22.875rem;left:32.125rem;width:5.375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Boydkb3gQqSlCAys0xZ4ssoLXZVzwLF0 { top:22.625rem;left:36.375rem;width:10.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcVCVuZsaJkmW45T3LT0eJHdMM9GgisJ { top:22.8125rem;left:35.5rem;width:12.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0Ml7bqo0f5cFTu7OQuSgbDaNd0pCqnw { top:2.6875rem;left:40.6875rem;width:7.0625rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmqKw85lV6ArBk8vuWBT91ffhDRLRlLK { top:12.4375rem;left:40.1240234375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEvOtPammt1CF2FuSAMg5Qbr2eDhOIdg { top:19.3125rem;left:19.75rem;width:28rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2WUfsAg18tMyuDWwVmfTQCSTATiTeMx { top:22rem;left:24.75rem;width:23rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTs8x4ZuBJTK5826xhizbcMQS8GJS1Bs { top:15.375rem;left:36.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogoTSCi1XiIOa0tlxpt1rKtcJeZbky2r { top:6rem;left:39.5625rem;width:5.875rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeZn2UT9ACdXq7KddaMM0ZhhiduOlaqM { top:1.3125rem;left:43.5rem;width:4.25rem;height:9.6702898550725rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiFShqkX8TCUx5ixNZRzEqR3hTpouy6v { top:1.3125rem;left:43.5rem;width:4.25rem;height:9.6702898550725rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok1L55TRctTVpifFEdPPCbTxFETNNssL { display:block; }#Ok1L55TRctTVpifFEdPPCbTxFETNNssL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fq8AnIcCphQC7rRH1N1l5dHanGtpLQP5 { top:3.75rem;left:0rem;width:15.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #deaz6ixgwnAeEkX3bok4m6IZNJOiSXmn { top:9.9375rem;left:0rem;width:47.75rem;height:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFWT1pOJy7KZwD7FKq8ugC2AMl0xb9Ft { top:3.125rem;left:41.5625rem;width:6.1875rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0SknTD12lseOowzVAxGRGOT58vvMK6b { top:40.625rem;left:0rem;width:21.625rem;height:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVoVRTp5SZPa5ri1OOdLS7VSo7d8WN47 { top:37.9375rem;left:20.5625rem;width:27.1875rem;height:12.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTcvXb0agOczxi3Kcbv3CQw027PNG97m { top:3.125rem;left:25.8076171875rem;width:5.8125rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGQ3eIAVAsIxKtexOTMpt5K9wxLo9MwX { top:3.125rem;left:34.1181640625rem;width:11.6875rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bzu2IAsNBleLw3B9dtzbFPvT9RTAXnT2 { top:3.125rem;left:40.875rem;width:6.875rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmzLSrEsBo4yvSi87oBbxWSKxsTp8y8t { top:38.5rem;left:25.40625rem;width:0.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWCQLgSTH2uR5D66P5oHTM9dP9nMuKRA { top:40.3125rem;left:25.40625rem;width:0.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pveWQzCONNkPDIq7Zmq7oWmmu0THMlqd { top:42.125rem;left:25.40625rem;width:0.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGCbK6CzoXLQgEE5Dd9fr6lVsTRhH7n8 { top:43.9375rem;left:25.40625rem;width:0.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJh0JiQvpRKzD8lm4hOuElEInSiRihIh { top:47.5rem;left:25.40625rem;width:0.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C57ipQqft4Bc0mJ5N1U3XMrUsKpzdi8U { top:49.3125rem;left:25.40625rem;width:0.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8bybWLpGKgTHU2pQXUHCyMd3ypPTN0w { display:block; }#i8bybWLpGKgTHU2pQXUHCyMd3ypPTN0w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0xnwumZM63gXroT40sgZBsBcDgaawcz { display:block; }#e0xnwumZM63gXroT40sgZBsBcDgaawcz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LyTK7ev4cayS4UVnECoPX9J2rNJXbKUW { top:10.25rem;left:10.625rem;width:37.125rem;height:19.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDQ1MRmlA60lJn0KWgM7BUI88SWuSgeK { top:6.4375rem;left:18.3125rem;width:29.4375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvTlo5tcf5ZZknRGuMuiIDAn5hSm7Evv { top:6.875rem;left:0rem;width:34.625rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txSaAI3VpSBKf8aU3EfmWPQwDf27u0Bw { display:block; }#txSaAI3VpSBKf8aU3EfmWPQwDf27u0Bw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwqqhsCgtMHfWJeL8TtEMJkIElhBT1Hz { top:3.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6DqRZ57bl8e3wnJP861tLmH5hglEvG5 { top:12.75rem;left:0.375rem;width:13.75rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a08ZN6PuJ5xeHnucPpUGXitePQexG9dN { top:12.75rem;left:17.3125rem;width:13.75rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFfyTx8grm4cn8NfrOD6EfTCLSDQO0xB { top:12.75rem;left:34.125rem;width:13.125rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTM3s8dRiTVlsaTOs9tREMBiug2PhCEz { top:23.25rem;left:8.9375rem;width:13.75rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i74xys5FtwLuCUfhwkUfXnB5uCymlCmc { top:23.25rem;left:25.9375rem;width:13.125rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdyhiUGHznKfD7utZaX8kRkoKTeGJU4t { top:10.5625rem;left:0.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl1fT7S22wxmKJtSBATIDqio8QOL3bp6 { top:10.3125rem;left:16.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnrQR3Rz68GoaVuvf0nAv884FoxT5Sam { top:10.6875rem;left:34.125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnfOyOyUi5fi6cQ9f6LiBXuX4VXCxsDR { top:20.9375rem;left:8.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipNhI92zKx6bKUv33GuFUn0bIZz2IzN8 { top:21.375rem;left:25.75rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwZErUW2rTcldH2t7mpJoF8fCeWL3iiK { top:9.5625rem;left:16.125rem;width:15.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig8XJ2EM6DuK1wRZSkGzCAo8x0btrkbN { top:9.5625rem;left:0rem;width:15.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoSDg5AHrxBHghQKJoZEFXLkFNZFw7Ew { top:9.5625rem;left:31.75rem;width:15.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXxRr3l1XpEnTO69kQ1K85PO02NEbnqA { top:20rem;left:7.75rem;width:15.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUalkWL6ikKEoyb5imTA2LtBXGwNTHRD { top:20rem;left:24.6875rem;width:15.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU5afE5r2GCPz8uRbnRE3mBeawW7Gnm4 { display:block; }#iU5afE5r2GCPz8uRbnRE3mBeawW7Gnm4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5HpfqPMNnTZ0fDd34eM4XpmUSeGsh68 { top:3.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgC6gaQPzwgZz71uKpBTT7af8TkoCG7i { top:9.4375rem;left:0rem;width:23.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CftupeL8zNvwSUwkVuBznIZuCdsUfH1u { top:9.4375rem;left:11.6875rem;width:23.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON1QlsaZ3NGfK2BLiVSzCVqXrLKyf6XS { top:9.4375rem;left:23.375rem;width:23.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlxtRTSVPST1gLPWETH0cr3JzhS1115v { top:23.5rem;left:0rem;width:24.375rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2NuZsXJ6mGUxOwTHCsSAQ5I8p5XeHRW { top:23.5rem;left:11.6875rem;width:24.375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9HF6pNkxsREb9lq1zy2RtbLHF9iivTw { top:23.5rem;left:23.375rem;width:24.375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHO63Zu3qeQ4lhAxPPkAddJuX08wIMV2 { top:30.6875rem;left:0rem;width:36.875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk5MnIqTTkpMopmeHZOxhRqsIdiQnVt1 { top:30.6875rem;left:10.625rem;width:36.875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEGRx7rgJSSbw0NZV7yqokMK9kXT5MTD { top:36.9375rem;left:0rem;width:36.875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHZV9uRcw9Nwc4mPPrvx2ZtAQrfrTKN5 { top:36.9375rem;left:10.625rem;width:36.875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6iTan4xNOT6tKHM7FzhxM8niLpBKq3p { top:31.5rem;left:0rem;width:31rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZoaKbZrePmNZM9VUShTeftdTQCC2QK7 { top:38.375rem;left:0rem;width:31rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4cFkWkCVhTwcal8uGFVEHPfca5d4369 { top:31.4375rem;left:18.9375rem;width:28.8125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnvWPbu7TnNNppURQAKvxTKtd0mX6qH6 { top:37.75rem;left:18.25rem;width:29.5rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G93vcngcgUVle1QVcVwkgJPb5v5dQaf0 { top:38.25rem;left:25.59375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuTtJPzTXitUTkueMVBcQEW67JkuMFBZ { top:32rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #crMbCwTMKA3dvtEi83bpNhuumITXEsaC { top:32.125rem;left:25.65625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNwBLsNhlZNG4vLOCDtdhBMiD8BzkVX0 { top:38.1875rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 { display:block; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNJofgq7nOpvzDq2tiIxWlRg2ZMQFFyk { top:3.75rem;left:16.21875rem;width:15.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClpiOitUVbMRTsDPUsDen48H8pClrht3 { top:10rem;left:0rem;width:47.75rem;height:11.778333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD2xnT9v9T80kVn9osl8OAZzEgzxUVRu { top:29.75rem;left:0rem;width:36.875rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl1dvPrTP35vpSleUAGbw5Mnpvqovo7J { top:31.625rem;left:1.53125rem;width:18rem;height:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #maZOsRbfQHFBCO2WoBIulTT8rtknkiKI { top:33.25rem;left:0rem;width:10.875rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSIaqdLwb8gaaQ6gIlfrI9m85u9Qe2Gd { top:29.75rem;left:10.875rem;width:36.875rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArHUTvEP95dUsEt8AsdFHqZq6HJFQTw8 { top:31.625rem;left:27.4375rem;width:20.3125rem;height:5.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v01IuTqpVVsAyR4mFMHLbsVEfRSLkKKx { top:33.25rem;left:26.125rem;width:12.3125rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcRaGTlQJdndPA8woVSWaMe3uhcrt4It { top:39.8125rem;left:0rem;width:36.875rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHbyT98BcL6ngReqLdEGMoWDt5JPQkA9 { top:43.1875rem;left:0rem;width:11.3125rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wymry1enqqqJkT3calVn1T5xBVnGTsz1 { top:40.8125rem;left:1.5625rem;width:19.0625rem;height:6.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra8wPvV3tcLVahNcMsRfWDZaoM1i7ZsG { top:39.8125rem;left:10.875rem;width:36.875rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmUc7hGUSAZ5ifdegR1kVbQJfhx8rSr0 { top:43.1875rem;left:26.125rem;width:9.625rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfiRazwgsdeXKECxcVacUQQTTHmM2Rgw { top:40.8125rem;left:26.4375rem;width:21.3125rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KocfDoTDcaqTCXurvNF83JS5GThMF4cd { top:32.125rem;left:0.34375rem;width:0.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgUS2dyfh853CDJpeeKRO5UtWWtT4BEr { top:33.8125rem;left:0.34375rem;width:0.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdIb9g1Ni6lUImwvFaEpavcicBIKnasX { top:35.5625rem;left:0.34375rem;width:0.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF4E4PgINGDO8qffTCm0cbbbPf7G4G3A { top:32.125rem;left:38.46875rem;width:0.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDJmZMiP1IMyUogKmylFpmQBekUq4gnJ { top:33.8125rem;left:38.46875rem;width:0.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oncE6yOtPfrxTXvlSZcUAAhLkJBxVe6O { top:35.5625rem;left:38.46875rem;width:0.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #at2273DkEx59TTekpCIPdPdUEnh7whzo { top:41.25rem;left:0.34375rem;width:0.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt78c2pZHtfuuPlSMIOzClvidySMy7SS { top:42.9375rem;left:0.34375rem;width:0.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3SODsT68FMvTtdHRRr61TL24CHFZvJL { top:44.6875rem;left:0.34375rem;width:0.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiVyIP3TubaFluTXqcTlDfRUpIgAOo8h { top:46.4375rem;left:0.34375rem;width:0.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUZM1W641vM1JlxKTsP86MNJXcVZvysZ { top:41.25rem;left:38.46875rem;width:0.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXT052UJVqtP4ODAtpt8k22myKpf6IDq { top:42.9375rem;left:38.46875rem;width:0.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut9sVFpZ3wE9hbzTaed0VZ5M7qWmc1AF { top:46.4375rem;left:38.46875rem;width:0.25rem;height:0.25rem;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:24.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:24.9375rem;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:24.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:24.9375rem;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:24.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:23.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:24.9375rem;height:auto;top:2.125rem;left:20.3125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:24.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:24.9375rem;height:auto;top:2.125rem;left:20.3125rem; }
 }@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 #gDssrI2HovngTqNQGHNaEu41hB80Kkll {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #n8rbstHVDrcMsQ17NEURkbGs7dGt3uRV {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #rga6sXnfPwULnxOpBePHMLlEUVzzFJqw {  }
 }@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 #WBNAgsSZvXEq65HSnlXlu7JoT3E0Lomb {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #RxHWbrTDNQ6PngTQ4ylipUUOIwzTInhu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #fM5yl4TmtFvuDxi6hlhKLT2RE4Mg5hDZ {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #tANU0e8XN8pRpIenITyyqvXVfTr87nwh {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ZG6c99y3S1N8JC8HEDAPHWi65n5vyUms {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #VufsV4KXZyuMMyXTV9RouE3PN4TfaG09 {  }
 }@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) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:14.25rem;left:0rem;width:30.5625rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:24.4375rem;left:0rem;width:42.375rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEOX7TQI4STogvaULHM59RTtU1v5H6KA { top:41.1875rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.75rem;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:10rem;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) { #Qp0bRN0wFTbCQxCn2pEs79Zh6hdRTL8D { top:43.75rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { top:3.75rem;left:14.87109375rem;width:18.1875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG1KWTM5RJVQsVTnHZF3kdawT1mTsJ9K { top:53.6875rem;left:0rem;width:24.375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq77rVHd0PqlQkvUNlTTHnBAniSxGa3n { top:57.75rem;left:0rem;width:17.4375rem;height:6.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6dd2xpEKgbkBFlM33LVzfQyPfVPQERS { top:57.75rem;left:4.4375rem;width:5.0625rem;height:6.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkVmT5tcpFSIVaD6FBJnCpMAPqipgIEl { top:47.0625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNpk8eoU3bUTPQWSqWhPUMC2BHcwTgy1 { top:54.6875rem;left:0rem;width:9.375rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh1bpwxZqxIF3f8PG91DiVpWFSqTa5qv { top:53.6875rem;left:23.375rem;width:24.375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtzoNJSEVbW4P1NNgPvXPWwZXuvQkZhV { top:57.75rem;left:42.6875rem;width:5.0625rem;height:6.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkCpt3MEGgVWa48tfkSFBPqQaN5NMcAx { top:57.75rem;left:30.3125rem;width:17.4375rem;height:6.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1xHEbWxLGIU2wVoTUNDFRhXzPow6Eed { top:54.6875rem;left:35.75rem;width:12rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clR197i3l7t8TWpJzTD0mAWqQahVAHON { top:53.6875rem;left:11.6875rem;width:24.375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqFezV9lwFe1L3fWX4ALBh4c6cdr7SKO { top:57.75rem;left:29.75rem;width:5.0625rem;height:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI7seOh3PWZW2FbAhseZ1VU9WIfMAQXv { top:57.75rem;left:12.9375rem;width:17.4375rem;height:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghU5nGPQEEH34EQHunpA2ad1xaIlRKVT { top:54.6875rem;left:12.9375rem;width:9.375rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiTU0UxaQoPPTZUznCwk0LxdXs1BGS8F { top:66.5rem;left:0rem;width:24.375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evhGTKmTXxvydwRhUVVf1vnAgqUZfH4h { top:70.5625rem;left:0rem;width:17.4375rem;height:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrWoiTTHKa37qiP9VJaV7FODQR4piqPv { top:70.5625rem;left:4.4375rem;width:5.0625rem;height:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOT5WWH724P0T1vcTdq7G86q8zByAgZo { top:66.5rem;left:11.6875rem;width:24.375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STKrwr2hl3pUZCANGpwTQ52BFgVqUSET { top:70.5625rem;left:12.9375rem;width:17.4375rem;height:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7IVeVxH8m21Ro9Wvs6hOOSqXdzFQ2B6 { top:67.5rem;left:0rem;width:9.375rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTlddGzhgESX4JpuOPThhzEAGG1TTnkV { top:67.5rem;left:12.9375rem;width:14.4375rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrxMPI1gnyHTUNhcKdSOP5NptangQOub { top:70.5625rem;left:29.75rem;width:5.0625rem;height:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvE3qzIM5T1RiozzkDVC4iEUzvwS9Drm { width:20.3125rem;height:3.125rem;top:82.1875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnVMi9bp1MKAo4NQTzbmnLgeQuPTwo2g { display:block; }
 }@media only screen and (max-width: 763px) { #of9OxazGyMNbweVhtfRrdBUF1aGwc2bh { top:66.5rem;left:23.375rem;width:24.375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVwHMVhBawD6DziAXpmFl1HNi6C1GrTi { top:70.5625rem;left:30.3125rem;width:17.4375rem;height:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9yTnTa1OXQTSxFrR7inno7cRwW0kHRR { top:67.5rem;left:35.75rem;width:12rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea7AUxxxVNgE4ZGuQNUGhXtmy6NymHze { top:70.5625rem;left:42.6875rem;width:5.0625rem;height:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO2447Ton6Bxd4LiBzDphQ33idN2dH2Q { top:54.5rem;left:7.5625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5yoVXlduL6qhaV71oUPzzsX2xuhzC2N { top:54.8125rem;left:33.03125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzafP7iTprKmLNJlt1HDluxK4PC0xtlC { top:67.4375rem;left:7.5rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tExhktINi8bR7hxKQoHrRfkH4F0gTCiG { top:67.875rem;left:33.181640625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu313a8WxAGJVk99IWqwLmkAXAzH5q2s { top:67.3125rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwKV0hOvIuTLCIT2JTE9s2AFr9vSSxk6 { top:54.75rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO { display:block; }#vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO > .row .container { width:47.75rem;position:relative;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) { #INTocygm0qmoqoUJiF7sSHxFvHtLV1dT { display:block; }#INTocygm0qmoqoUJiF7sSHxFvHtLV1dT > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gllgKKyadD0rKbMbQ4TAPfEwHTIKTOV3 { width:7.125rem;height:1.875rem;top:0.625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e1d9ce98-2a4d-46ef-98b9-02f3f5ddc8a2/123.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu.adaptive-delivery-prevent-bg, #zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu.lazyload, #zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu.lazyloading { background-image: none; }#zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu > .row .container { background-color: transparent; background-image: none; }#zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(17,17,17,0.63); }#zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu > .row .container > .video-iframe-container { display: none; }#zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(17,17,17,0.63); }#zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu > .row > .video-iframe-container { display: none; }#zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu > .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); }#zJtEPLGZITqHWwZLemKpg0PVsQdNh9Hu > .row .container { width:20rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFg6JCi0Sp8DxaCdm5qI9omRwUXlvx7A { width:14.625rem;height:0.8994125rem;top:7.3125rem;left:2.6875rem;font-size:0.75rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oAXz5KWTzaC53OyVnloHAwiXFGmXRvEI { width:15rem;height:2.9375rem;top:15rem;left:2.5rem;font-size:1rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1BPqzPy2rGXL6KgLF9de5HQGQ1ATpJd { display:block; }
 }@media only screen and (max-width: 763px) { #KeApt00BEVUOO9U9XIx5Fwq3PyDk4mL1 { width:4.6875rem;height:1.13671875rem;top:11.8125rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Boydkb3gQqSlCAys0xZ4ssoLXZVzwLF0 { width:6.1875rem;height:1.3808625rem;top:11.75rem;left:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcVCVuZsaJkmW45T3LT0eJHdMM9GgisJ { width:8.875rem;height:0.9746125rem;top:11.9375rem;left:10.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0Ml7bqo0f5cFTu7OQuSgbDaNd0pCqnw { width:3rem;height:3.75rem;top:2.8125rem;left:8.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hmqKw85lV6ArBk8vuWBT91ffhDRLRlLK { display:flex;width:1.1875rem;height:1.1875rem;top:7.0625rem;left:5.625rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #CEvOtPammt1CF2FuSAMg5Qbr2eDhOIdg { width:20rem;height:1.125rem;top:9.4375rem;left:0rem;font-size:0.9375rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S2WUfsAg18tMyuDWwVmfTQCSTATiTeMx { width:15.5rem;height:2.375rem;top:11.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTs8x4ZuBJTK5826xhizbcMQS8GJS1Bs { display:flex;width:1.5625rem;height:1.5625rem;top:15.375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ogoTSCi1XiIOa0tlxpt1rKtcJeZbky2r { width:6.25rem;height:7.9375rem;top:21.749131917954rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HeZn2UT9ACdXq7KddaMM0ZhhiduOlaqM { width:2.5rem;height:5.75rem;top:0.5625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiFShqkX8TCUx5ixNZRzEqR3hTpouy6v { width:2.5rem;height:5.6875rem;top:0.5625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok1L55TRctTVpifFEdPPCbTxFETNNssL { display:block; }#Ok1L55TRctTVpifFEdPPCbTxFETNNssL > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fq8AnIcCphQC7rRH1N1l5dHanGtpLQP5 { width:15.3125rem;height:1.625rem;top:1.25rem;left:2.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #deaz6ixgwnAeEkX3bok4m6IZNJOiSXmn { width:20rem;height:6.6666666666669rem;top:10.9755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFWT1pOJy7KZwD7FKq8ugC2AMl0xb9Ft { width:6.186525rem;height:2.69824375rem;top:7.080078125rem;left:10.75rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #P0SknTD12lseOowzVAxGRGOT58vvMK6b { width:20rem;height:3.25rem;top:19.203125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVoVRTp5SZPa5ri1OOdLS7VSo7d8WN47 { width:18.25rem;height:9.44728125rem;top:23.390625rem;left:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTcvXb0agOczxi3Kcbv3CQw027PNG97m { width:5.811525rem;height:2.69824375rem;top:3.6845703125rem;left:2.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GGQ3eIAVAsIxKtexOTMpt5K9wxLo9MwX { width:9.1875rem;height:2.69824375rem;top:3.685546875rem;left:9.25rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Bzu2IAsNBleLw3B9dtzbFPvT9RTAXnT2 { width:6.875rem;height:2.69824375rem;top:7.0810546875rem;left:2.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PmzLSrEsBo4yvSi87oBbxWSKxsTp8y8t { width:0.125rem;height:0.125rem;top:23.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWCQLgSTH2uR5D66P5oHTM9dP9nMuKRA { width:0.125rem;height:0.125rem;top:25.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pveWQzCONNkPDIq7Zmq7oWmmu0THMlqd { width:0.125rem;height:0.125rem;top:26.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGCbK6CzoXLQgEE5Dd9fr6lVsTRhH7n8 { width:0.125rem;height:0.125rem;top:27.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJh0JiQvpRKzD8lm4hOuElEInSiRihIh { width:0.125rem;height:0.125rem;top:30.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C57ipQqft4Bc0mJ5N1U3XMrUsKpzdi8U { width:0.125rem;height:0.125rem;top:31.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8bybWLpGKgTHU2pQXUHCyMd3ypPTN0w { display:block; }#i8bybWLpGKgTHU2pQXUHCyMd3ypPTN0w > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0xnwumZM63gXroT40sgZBsBcDgaawcz { display:block; }#e0xnwumZM63gXroT40sgZBsBcDgaawcz > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LyTK7ev4cayS4UVnECoPX9J2rNJXbKUW { width:20rem;height:19.78710625rem;top:16.795654296875rem;left:0rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iDQ1MRmlA60lJn0KWgM7BUI88SWuSgeK { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gvTlo5tcf5ZZknRGuMuiIDAn5hSm7Evv { width:20rem;height:11.25rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #txSaAI3VpSBKf8aU3EfmWPQwDf27u0Bw { display:block; }#txSaAI3VpSBKf8aU3EfmWPQwDf27u0Bw > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwqqhsCgtMHfWJeL8TtEMJkIElhBT1Hz { width:20rem;height:3.4121125rem;top:1.18359375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X6DqRZ57bl8e3wnJP861tLmH5hglEvG5 { width:13.75rem;height:2.9243625rem;top:7.9375rem;left:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a08ZN6PuJ5xeHnucPpUGXitePQexG9dN { width:13.75rem;height:2.9243625rem;top:14.8125rem;left:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFfyTx8grm4cn8NfrOD6EfTCLSDQO0xB { width:14.25rem;height:2.9243625rem;top:21.875rem;left:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTM3s8dRiTVlsaTOs9tREMBiug2PhCEz { width:13.375rem;height:2.9243625rem;top:28.625rem;left:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i74xys5FtwLuCUfhwkUfXnB5uCymlCmc { width:13.125rem;height:2.9243625rem;top:35.5625rem;left:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdyhiUGHznKfD7utZaX8kRkoKTeGJU4t { display:flex;width:1.5625rem;height:1.5625rem;top:6.125rem;left:2.625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #sl1fT7S22wxmKJtSBATIDqio8QOL3bp6 { display:flex;width:2rem;height:2rem;top:12.875rem;left:2.5rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #WnrQR3Rz68GoaVuvf0nAv884FoxT5Sam { display:flex;width:1.625rem;height:1.625rem;top:20.125rem;left:2.75rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #rnfOyOyUi5fi6cQ9f6LiBXuX4VXCxsDR { display:flex;width:2.125rem;height:2.125rem;top:26.625rem;left:3.0625rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #ipNhI92zKx6bKUv33GuFUn0bIZz2IzN8 { display:flex;width:1.375rem;height:1.375rem;top:34rem;left:3.0625rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #kwZErUW2rTcldH2t7mpJoF8fCeWL3iiK { width:15.625rem;height:5.9375rem;top:12.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig8XJ2EM6DuK1wRZSkGzCAo8x0btrkbN { width:15.625rem;height:5.9375rem;top:5.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoSDg5AHrxBHghQKJoZEFXLkFNZFw7Ew { width:15.625rem;height:5.9375rem;top:19.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXxRr3l1XpEnTO69kQ1K85PO02NEbnqA { width:15.625rem;height:5.9375rem;top:26.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUalkWL6ikKEoyb5imTA2LtBXGwNTHRD { width:15.625rem;height:5.9375rem;top:33.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU5afE5r2GCPz8uRbnRE3mBeawW7Gnm4 { display:block; }#iU5afE5r2GCPz8uRbnRE3mBeawW7Gnm4 > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5HpfqPMNnTZ0fDd34eM4XpmUSeGsh68 { width:20rem;height:3.4121125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgC6gaQPzwgZz71uKpBTT7af8TkoCG7i { width:15.625rem;height:9.6875rem;top:5.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CftupeL8zNvwSUwkVuBznIZuCdsUfH1u { width:15.625rem;height:9.6875rem;top:21.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON1QlsaZ3NGfK2BLiVSzCVqXrLKyf6XS { width:15.625rem;height:9.6875rem;top:36.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlxtRTSVPST1gLPWETH0cr3JzhS1115v { width:20rem;height:3.89915rem;top:16.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2NuZsXJ6mGUxOwTHCsSAQ5I8p5XeHRW { width:18.5625rem;height:2.9243625rem;top:32.1875rem;left:0.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9HF6pNkxsREb9lq1zy2RtbLHF9iivTw { width:20rem;height:2.9243625rem;top:47.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHO63Zu3qeQ4lhAxPPkAddJuX08wIMV2 { width:19.75rem;height:5.1875rem;top:51.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk5MnIqTTkpMopmeHZOxhRqsIdiQnVt1 { width:19.75rem;height:5.1875rem;top:57.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEGRx7rgJSSbw0NZV7yqokMK9kXT5MTD { width:19.75rem;height:5.1875rem;top:63.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHZV9uRcw9Nwc4mPPrvx2ZtAQrfrTKN5 { width:19.75rem;height:5.1875rem;top:69.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6iTan4xNOT6tKHM7FzhxM8niLpBKq3p { width:15.3125rem;height:3.59765625rem;top:51.9375rem;left:4.4375rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mZoaKbZrePmNZM9VUShTeftdTQCC2QK7 { width:14.5rem;height:3.59765625rem;top:64.08203125rem;left:4.4375rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a4cFkWkCVhTwcal8uGFVEHPfca5d4369 { width:15.3125rem;height:3.59765625rem;top:58.08203125rem;left:4.4375rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mnvWPbu7TnNNppURQAKvxTKtd0mX6qH6 { width:15.3125rem;height:2.9243625rem;top:70.5rem;left:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G93vcngcgUVle1QVcVwkgJPb5v5dQaf0 { display:flex;width:2.25rem;height:2.25rem;top:70.75rem;left:1.125rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #PuTtJPzTXitUTkueMVBcQEW67JkuMFBZ { width:2.25rem;height:2.25rem;top:52.59375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crMbCwTMKA3dvtEi83bpNhuumITXEsaC { width:2.25rem;height:2.25rem;top:58.65625rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNwBLsNhlZNG4vLOCDtdhBMiD8BzkVX0 { width:2.25rem;height:2.25rem;top:64.71875rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #805c45, #d9beac);background-image: -moz-linear-gradient(45deg, #805c45, #d9beac);background-image: -ms-linear-gradient(45deg, #805c45, #d9beac);background-image: -o-linear-gradient(45deg, #805c45, #d9beac);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#805c45', endColorstr='#d9beac' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#805c45', endColorstr='#d9beac' );";background-image: linear-gradient(45deg, #805c45, #d9beac);background-size:cover !important;display:block; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { background-color: transparent; background-image: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container > .video-iframe-container { display: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row > .video-iframe-container { display: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .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); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNJofgq7nOpvzDq2tiIxWlRg2ZMQFFyk { width:15.3125rem;height:1.625rem;top:1.25rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClpiOitUVbMRTsDPUsDen48H8pClrht3 { width:20rem;height:4.9333333333333rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD2xnT9v9T80kVn9osl8OAZzEgzxUVRu { width:20rem;height:7.1875rem;top:9.2451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl1dvPrTP35vpSleUAGbw5Mnpvqovo7J { width:16.1875rem;height:3.14941875rem;top:12.0712890625rem;left:1.625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #maZOsRbfQHFBCO2WoBIulTT8rtknkiKI { width:10.875rem;height:1.487925rem;top:10.1201171875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSIaqdLwb8gaaQ6gIlfrI9m85u9Qe2Gd { width:20rem;height:7.1875rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArHUTvEP95dUsEt8AsdFHqZq6HJFQTw8 { width:9rem;height:3.14941875rem;top:19.9375rem;left:1.875rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #v01IuTqpVVsAyR4mFMHLbsVEfRSLkKKx { width:12.3125rem;height:1.487925rem;top:18rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcRaGTlQJdndPA8woVSWaMe3uhcrt4It { width:20rem;height:8.1875rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHbyT98BcL6ngReqLdEGMoWDt5JPQkA9 { width:11.3125rem;height:1.487925rem;top:25.75rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wymry1enqqqJkT3calVn1T5xBVnGTsz1 { width:12.5rem;height:4.199225rem;top:27.6875rem;left:1.875rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ra8wPvV3tcLVahNcMsRfWDZaoM1i7ZsG { width:20rem;height:8.1875rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmUc7hGUSAZ5ifdegR1kVbQJfhx8rSr0 { width:9.625rem;height:1.487925rem;top:34.6201171875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfiRazwgsdeXKECxcVacUQQTTHmM2Rgw { width:15.8125rem;height:4.199225rem;top:36.5458984375rem;left:1.875rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KocfDoTDcaqTCXurvNF83JS5GThMF4cd { width:0.125rem;height:0.125rem;top:12.2451171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgUS2dyfh853CDJpeeKRO5UtWWtT4BEr { width:0.125rem;height:0.125rem;top:13.3076171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdIb9g1Ni6lUImwvFaEpavcicBIKnasX { width:0.125rem;height:0.125rem;top:14.3701171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF4E4PgINGDO8qffTCm0cbbbPf7G4G3A { width:0.125rem;height:0.125rem;top:20.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDJmZMiP1IMyUogKmylFpmQBekUq4gnJ { width:0.125rem;height:0.125rem;top:21.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oncE6yOtPfrxTXvlSZcUAAhLkJBxVe6O { width:0.125rem;height:0.125rem;top:22.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #at2273DkEx59TTekpCIPdPdUEnh7whzo { width:0.125rem;height:0.125rem;top:27.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt78c2pZHtfuuPlSMIOzClvidySMy7SS { width:0.125rem;height:0.125rem;top:36.8076171875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3SODsT68FMvTtdHRRr61TL24CHFZvJL { width:0.125rem;height:0.125rem;top:37.8076171875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiVyIP3TubaFluTXqcTlDfRUpIgAOo8h { width:0.125rem;height:0.125rem;top:39.8701171875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUZM1W641vM1JlxKTsP86MNJXcVZvysZ { width:0.125rem;height:0.125rem;top:28.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXT052UJVqtP4ODAtpt8k22myKpf6IDq { width:0.125rem;height:0.125rem;top:31.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut9sVFpZ3wE9hbzTaed0VZ5M7qWmc1AF { width:0.125rem;height:0.125rem;top:30.01171875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:#4a3313;background-image:url("https://images.assets-landingi.com/uc/43ae5323-cdbb-4ab7-86fc-d71ded6be5c0/8AtelierResidence09.jpg");background-position:center right !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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:45.25rem;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#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:6.43359375rem;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:6.43359375rem;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 #gDssrI2HovngTqNQGHNaEu41hB80Kkll {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #n8rbstHVDrcMsQ17NEURkbGs7dGt3uRV {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #rga6sXnfPwULnxOpBePHMLlEUVzzFJqw {  }
 }@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 #WBNAgsSZvXEq65HSnlXlu7JoT3E0Lomb {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #RxHWbrTDNQ6PngTQ4ylipUUOIwzTInhu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #fM5yl4TmtFvuDxi6hlhKLT2RE4Mg5hDZ {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #tANU0e8XN8pRpIenITyyqvXVfTr87nwh {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ZG6c99y3S1N8JC8HEDAPHWi65n5vyUms {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #VufsV4KXZyuMMyXTV9RouE3PN4TfaG09 {  }
 }@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) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.462675rem;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:2.798825rem;top:3.57421875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gEOX7TQI4STogvaULHM59RTtU1v5H6KA { width:16.25rem;height:1.94921875rem;top:41.37109375rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3304eb5a-3c9c-4b56-9524-6b14495f1267/8AtelierResidence08.jpg");background-position:center left !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:85.9375rem;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:71.661929394531rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { top:3.9735412597656rem;left:0rem;width:20rem;height:12.5rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #Qp0bRN0wFTbCQxCn2pEs79Zh6hdRTL8D { width:15.2485625rem;height:1.05025rem;top:17.785346031189rem;left:2.3748224377632rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { width:18.187125rem;height:1.7871125rem;top:1.25rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG1KWTM5RJVQsVTnHZF3kdawT1mTsJ9K { width:20rem;height:9.0625rem;top:28.337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq77rVHd0PqlQkvUNlTTHnBAniSxGa3n { width:17.4375rem;height:5.09765rem;top:31.212890625rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6dd2xpEKgbkBFlM33LVzfQyPfVPQERS { width:5.0625rem;height:5.09765rem;top:31.212890625rem;left:13.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkVmT5tcpFSIVaD6FBJnCpMAPqipgIEl { width:20rem;height:7.1953125rem;top:19.7724609375rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PNpk8eoU3bUTPQWSqWhPUMC2BHcwTgy1 { width:9.375rem;height:1.487925rem;top:29.275390625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh1bpwxZqxIF3f8PG91DiVpWFSqTa5qv { width:20rem;height:9.0625rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtzoNJSEVbW4P1NNgPvXPWwZXuvQkZhV { width:5.0625rem;height:5.09765rem;top:49.3125rem;left:13.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkCpt3MEGgVWa48tfkSFBPqQaN5NMcAx { width:17.4375rem;height:5.09765rem;top:49.3125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1xHEbWxLGIU2wVoTUNDFRhXzPow6Eed { width:12rem;height:1.487925rem;top:47.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clR197i3l7t8TWpJzTD0mAWqQahVAHON { width:20rem;height:7.8125rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqFezV9lwFe1L3fWX4ALBh4c6cdr7SKO { width:5.0625rem;height:3.8232375rem;top:40.875rem;left:13.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI7seOh3PWZW2FbAhseZ1VU9WIfMAQXv { width:17.4375rem;height:3.8232375rem;top:40.875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghU5nGPQEEH34EQHunpA2ad1xaIlRKVT { width:9.375rem;height:1.487925rem;top:38.9375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiTU0UxaQoPPTZUznCwk0LxdXs1BGS8F { width:20rem;height:7.8125rem;top:56.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #evhGTKmTXxvydwRhUVVf1vnAgqUZfH4h { width:17.4375rem;height:3.8232375rem;top:59rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrWoiTTHKa37qiP9VJaV7FODQR4piqPv { width:5.0625rem;height:3.8232375rem;top:59rem;left:13.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOT5WWH724P0T1vcTdq7G86q8zByAgZo { width:20rem;height:7.8125rem;top:64.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STKrwr2hl3pUZCANGpwTQ52BFgVqUSET { width:17.4375rem;height:3.82324375rem;top:67.4375rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7IVeVxH8m21Ro9Wvs6hOOSqXdzFQ2B6 { width:9.375rem;height:1.487925rem;top:57.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTlddGzhgESX4JpuOPThhzEAGG1TTnkV { width:14.4375rem;height:1.487925rem;top:65.5rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrxMPI1gnyHTUNhcKdSOP5NptangQOub { width:5.0625rem;height:3.8232375rem;top:67.4375rem;left:13.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvE3qzIM5T1RiozzkDVC4iEUzvwS9Drm { width:19rem;height:3.125rem;top:82.400390625rem;left:0.5rem;font-size:1rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnVMi9bp1MKAo4NQTzbmnLgeQuPTwo2g { display:block; }
 }@media only screen and (max-width: 763px) { #of9OxazGyMNbweVhtfRrdBUF1aGwc2bh { width:20rem;height:7.8125rem;top:73rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVwHMVhBawD6DziAXpmFl1HNi6C1GrTi { width:17.4375rem;height:3.8232375rem;top:75.875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9yTnTa1OXQTSxFrR7inno7cRwW0kHRR { width:12rem;height:1.487925rem;top:73.9375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea7AUxxxVNgE4ZGuQNUGhXtmy6NymHze { width:5.0625rem;height:3.8232375rem;top:75.875rem;left:13.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO2447Ton6Bxd4LiBzDphQ33idN2dH2Q { display:flex;width:1.5rem;height:1.5rem;top:29.087890625rem;left:17.25rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #S5yoVXlduL6qhaV71oUPzzsX2xuhzC2N { display:flex;width:1.375rem;height:1.375rem;top:38.962890625rem;left:17.375rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #zzafP7iTprKmLNJlt1HDluxK4PC0xtlC { width:1.5rem;height:1.5rem;top:57rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tExhktINi8bR7hxKQoHrRfkH4F0gTCiG { display:flex;width:1.25rem;height:1.25rem;top:65.5rem;left:17.5rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #cu313a8WxAGJVk99IWqwLmkAXAzH5q2s { width:1.625rem;height:1.625rem;top:73.75rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwKV0hOvIuTLCIT2JTE9s2AFr9vSSxk6 { display:flex;width:1.375rem;height:1.375rem;top:47.3125rem;left:17.435546875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/59822848-5723-40b7-8a0c-5b2aa0043ef5/8AtelierResidence06.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO.adaptive-delivery-prevent-bg, #vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO.lazyload, #vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO.lazyloading { background-image: none; }#vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO > .row .container { background-color: transparent; background-image: none; }#vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO > .row .container > .video-iframe-container { display: none; }#vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO > .row > .video-iframe-container { display: none; }#vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO > .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); }#vef1Iu3mdHx4i9dX1wXQns9zOdASOSJO > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:20rem;height:2.1875rem;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; }
 }