.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:249,243,230;--color-primary-1:232,218,205;--color-primary-2:224,196,131;--color-primary-3:162,123,62;--color-primary-4:45,39,26;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:221,225,228;--color-tertiary-1:142,156,164;--color-tertiary-2:29,56,73;--color-tertiary-3:15,28,37;--color-tertiary-4:4,8,11;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container { background-color: transparent; background-image: none; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container > .video-iframe-container { display: none; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row > .video-iframe-container { display: none; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container { border-width: 0; border-radius: 0; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#w4mXtuq0FNno02UTdkNxQuAGchvFlE9H { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm.adaptive-delivery-prevent-bg, #QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm.lazyload, #QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm.lazyloading { background-image: none; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container { background-color: transparent; background-image: none; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container > .video-iframe-container { display: none; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row > .video-iframe-container { display: none; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container { border-width: 0; border-radius: 0; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#e2kU5DfVmM9xc7HcdecCfQLWVRynz9zt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#qf0y43Kf6ZWTRh1KaPgyEOaLJmfzv4xQ { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:12.999rem;top:0.875rem;left:1.8125rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0d894d01-25c3-4e8b-b570-b4243491f91e/1234.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.26); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.26); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.125rem;left:30.625rem;height:3.0872375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cUp5UykzVuL6J89EuzrUmJ48AppkieoA { color:#ffffff;display:block;width:7.871125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.625rem;left:23.625rem;height:2.11181875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d4af37, #b38d09);background-image: -moz-linear-gradient(180deg, #d4af37, #b38d09);background-image: -ms-linear-gradient(180deg, #d4af37, #b38d09);background-image: -o-linear-gradient(180deg, #d4af37, #b38d09);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4af37', endColorstr='#b38d09' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4af37', endColorstr='#b38d09' );";background-image: linear-gradient(180deg, #d4af37, #b38d09);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.371125rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:28.875rem;left:27.313804626465rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qoU0IcfZgahpwJhRpJ887A0n3a0Sar08 { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.625rem;left:45.1875rem;height:2.11181875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zxB6yn84dhTIQaUFWqQflxIwHSP9cTFO { color:#ffffff;display:block;width:33.372375rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.75rem;left:21.501304626465rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ke0HePqv0weU4I6JJXSHMLn5NA22a1iw { color:#ffffff;display:block;width:35.4980625rem;position:absolute;font-family:marcellus;font-size:1.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.6875rem;left:20.5rem;height:2.35618125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zuThy6Z3iuIdUMBPAbpPeLaVdMUwJpMf { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:46.8125rem;top:16.8125rem;left:14.8125rem;overflow:hidden;display:block; }
#dkqyuzTLsKp5r2fwluW90FKXKbG4WsGa { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:48rem;top:24rem;left:13.5rem;overflow:hidden;display:block; }
#aHEIv6ApfZJ30ds4SVm023IqZ4KFy2R5 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:55.25rem;top:23rem;left:9.875rem;overflow:hidden;display:block; }
#mbvTL0LUGii5XsKJekXr8E1hSGIXxf9f { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:12.9375rem;top:0.875rem;left:1.8125rem;overflow:hidden;display:none; }
#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ca3e3628-0c56-436a-b9f7-24936de677fd/ResidenceLaMer.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9.adaptive-delivery-prevent-bg, #cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9.lazyload, #cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9.lazyloading { background-image: none; }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row .container { background-color: transparent; background-image: none; }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row .container > .video-iframe-container { display: none; }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row > .video-iframe-container { display: none; }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row .container { border-width: 0; border-radius: 0; }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:block; }#lTRFVNvEP14dxw5psEkOzeGPPGRmGe9h { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:marcellus;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.9365234375rem;left:5.5rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tmKoDG3ekaaCaPTSTB7TFUeJzOwnHtuz { color:#ffffff;display:block;width:9.624rem;position:absolute;font-family:marcellus;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:9.9365234375rem;left:22.061767578125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5slDt8nfAUlQDskk67JvJIF5HdTlsZy { color:#ffffff;display:block;width:12.56225rem;position:absolute;font-family:marcellus;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.9365234375rem;left:39.686279296875rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UnVTQdNaxxpdcEUSlJ0nf8aEHcM44wky { color:#ffffff;display:block;width:12.56225rem;position:absolute;font-family:marcellus;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:9.9365234375rem;left:57.62451171875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cywh6Rs2Ce99yuas0TJJZd319yDIXTBD { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.312325rem;width:4.6875rem;top:4.7088069915771rem;left:6.8732242584231rem;overflow:hidden;display:block; }
#PehGdobQvaE22qUvCc1lLgWTqvZxMkyR { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.249825rem;width:4.12464375rem;top:4.2400569915771rem;left:24.80912399292rem;overflow:hidden;display:block; }
#FGDkxurqUHiKtwBLUXhuG3XE8awhr0dH { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12464375rem;width:2.6242875rem;top:4.3022022247314rem;left:44.653762817382rem;overflow:hidden;display:block; }
#K2XA8z9AlHZy8xM8X1QxRgiqTGBHRVyV { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.937325rem;width:2.87464375rem;top:4.3963069915771rem;left:62.466262817382rem;overflow:hidden;display:block; }
#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9ead8f25-68d6-48cf-88f1-83f4378358c1/edm.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.adaptive-delivery-prevent-bg, #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.lazyload, #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.lazyloading { background-image: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { background-color: transparent; background-image: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.32); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container > .video-iframe-container { display: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.32); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container { display: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { border-width: 0; border-radius: 0; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { font-size:0.875rem;font-family:arial;height:146.75rem;width:75rem;position:relative;display:block; }#qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9 { box-sizing:content-box;height:22.5rem;width:52.8125rem;position:absolute;display:block;z-index:15203;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/b461a96d-efea-45ac-8cee-30ebcb057d6f/IP1.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.62451171875rem;left:12.559814453125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9.adaptive-delivery-prevent-bg, #qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9.lazyload, #qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9.lazyloading { background-image: none; }
#F8OMTaKACThT5xsE04KiTygUTq5wNy8e { color:#303f4f;display:block;width:31.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:31.1875rem;left:13.6875rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#THqTJ4iheNUNa8vJxyJSEPoLNte1g63e { color:#ffffff;display:block;width:5.87206875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:37.125rem;left:29.0625rem;height:1.29980625rem;display:block; }
#FydIs4sPxr5ZHF4EmUyKtCmgAmDnWul8 { color:#d4af37;display:block;width:11.3736875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15125;line-height:1.3;letter-spacing:0;top:36.8125rem;left:34.0625rem;height:1.94970625rem;font-style:normal;display:block; }
#XGIf06hBU75lBexwr1fgVCu2XVnVKLJx { box-sizing:content-box;height:43.3125rem;width:35.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:58.1875rem;left:39.375rem;display:none; }
#dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5 { box-sizing:content-box;height:18.875rem;width:32.9375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/bf9e3dbd-9735-45df-b371-8014c15bda39/14.crop_1022x463_0,440.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:63.75rem;left:40.75rem;display:none; }#dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5.adaptive-delivery-prevent-bg, #dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5.lazyload, #dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5.lazyloading { background-image: none; }
#rdR1Ne3Rs8xNtsd01MH5dOgLo8RV1xqt { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:marcellus;font-size:2.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:59.5625rem;left:50.9375rem;height:2.92358125rem;text-align:center;text-align-last:center;display:none; }
#DKGO2TPuQaTxObNSInKR9TWJREAVKs6d { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:11.4375rem;top:82.625rem;left:41.875rem;overflow:hidden;display:none; }
#M1V55aWzBGoWsSU40f9944FTLIv0rBPG { color:rgba(var(--color-tertiary-2),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.9;letter-spacing:0;top:84.5rem;left:57.0625rem;height:8.5498rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VOcXoeUBkbJkA8Jke0xDXe1C0sPVghQc { color:rgba(var(--color-tertiary-2),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.9;letter-spacing:0;top:84.5rem;left:61rem;height:8.5498rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OU2ffzvSvaNDIsmfmqq5BgHCA5KrN0WV { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:37.125rem;left:40.3125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#FbsOl09QO4HZI7l1tDINeLu5x0QJXNIw { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15197;opacity:1;top:31.4375rem;left:42.25rem; }
#WvvLTDN99pk1bbBtalwZNl7TGoTxB3qp { color:#000000;display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15185;line-height:1.3;letter-spacing:0;top:31.625rem;left:43.25rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#cbQbUdTGlJw6qAMqTRcH0byz4rv53lLn { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15198;opacity:1;top:31.25rem;left:49.75rem; }
#QIS3bm6TpRHA1Lx1vurWKPwfzCUMFJ8O { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15186;line-height:1.3;letter-spacing:0;top:31.625rem;left:50.8125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#em1g5lAMc40qBGk7TpaQla25PQDKnfOG { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15199;opacity:1;top:31.25rem;left:57.5625rem; }
#BnpqAPmPTFey02aQ6cN4ICebgiRUIzpc { color:#000000;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15188;line-height:1.3;letter-spacing:0;top:31.625rem;left:59.6875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#mgkHLcNupNmU4Fr3M91pJiEtnKNuxwA2 { color:#001f3f;display:block;width:33.374rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.91748046875rem;left:22.247314453125rem;height:3.4118625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SrnZ0SMuoq95zKHT2U7WSorcJCNbcmZS { box-sizing:content-box;height:33.625rem;width:55.5rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.25rem;left:11.1865234375rem;display:block; }
#qh6v7zPrgxTx7w2JGztMHfaEH3GeSA9M { color:#000000;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15187;line-height:1.3;letter-spacing:0;top:34.1875rem;left:13.6875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#CfIqvtmtrtBDEiw5I3u0H0xyc4OTd21n { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15188;line-height:1.3;letter-spacing:0;top:34.1875rem;left:26.375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#PM5eTKkdwe6UF0QBhqwGmxHvbCLrvFln { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15190;line-height:1.3;letter-spacing:0;top:34.1875rem;left:54.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#Q8IGpzeNZr0LJa0DooIWCMbnMx5T3fWO { color:#000000;display:block;width:13.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15189;line-height:1.3;letter-spacing:0;top:34.1875rem;left:39.75rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#n6L2gkADtc0Z87QVtsVlckDcQ29Gs9k5 { box-sizing:content-box;height:2.5rem;width:53.125rem;position:absolute;display:block;z-index:14998;background-color:#303f4f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.5rem;left:12.3125rem;display:block; }
#x6gXZNRqkJI1ZTu8fFWcZCk8TzmVTLFP { box-sizing:content-box;height:19.6875rem;width:52.875rem;position:absolute;display:block;z-index:15223;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/f77c339a-c892-46d6-a000-09f867420772/IP3.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:44.5625rem;left:12.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#x6gXZNRqkJI1ZTu8fFWcZCk8TzmVTLFP.adaptive-delivery-prevent-bg, #x6gXZNRqkJI1ZTu8fFWcZCk8TzmVTLFP.lazyload, #x6gXZNRqkJI1ZTu8fFWcZCk8TzmVTLFP.lazyloading { background-image: none; }
#NRyhsTFWrQJTTSgUAWmTmUGS482ymoq1 { box-sizing:content-box;height:30.5625rem;width:55.5rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.125rem;left:11.125rem;display:block; }
#cotooTtbuF3wTy8z3JipZTNMWtKNN87U { color:#303f4f;display:block;width:32.625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:65.0625rem;left:13rem;height:1.86889375rem;text-align:left;text-align-last:left;display:block; }
#CTlSalKwKUIe5lh3STBdgq0BziCTqlVT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15217;opacity:1;top:64.9375rem;left:41.125rem; }
#HKLD7S4x0vpyuE04hadHd4f89IHO9o8L { color:#000000;display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15205;line-height:1.3;letter-spacing:0;top:65.125rem;left:42.5rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#O7oucEQGdUuBAf42lLMkIub4Rultbd00 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15218;opacity:1;top:64.75rem;left:49.5625rem; }
#PxeoKxortclvRhstTdKG7WtHsUqxtM4T { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15206;line-height:1.3;letter-spacing:0;top:65.125rem;left:50.625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#hu377SUzH4EQ2qiD4LRuytBdhL4huGxF { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15219;opacity:1;top:64.75rem;left:57.6875rem; }
#mcpTAs6lnZL67e5G5fQzQmavr4n0mZOF { color:#000000;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15208;line-height:1.3;letter-spacing:0;top:65.125rem;left:59.8125rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#NJPpv6gkfaeR8xNbzxFcq1oDcKcU4RL2 { color:#000000;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15207;line-height:1.3;letter-spacing:0;top:67.6875rem;left:13rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#yF9plpvKfEJ5J8RsTf3X6JzD9I8P99wR { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15208;line-height:1.3;letter-spacing:0;top:67.6875rem;left:27.5625rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#EC57pg08My2ze3B7QWxJ4bRs8SvT7lta { color:#000000;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15209;line-height:1.3;letter-spacing:0;top:67.6875rem;left:43.6875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#S7JxbiKC4B5MTg8vNu7k9XMaEbVWtCmH { box-sizing:content-box;height:2.5rem;width:53.125rem;position:absolute;display:block;z-index:15018;background-color:#303f4f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.625rem;left:12.25rem;display:block; }
#dCWK52kLoRhOd6aik9TXpOotwe1qh2sI { color:#ffffff;display:block;width:5.87239375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:70.1875rem;left:27.8125rem;height:1.3806125rem;display:block; }
#NBkJIHLNminaVxIcVEZJvbFvrLMk2KGG { color:#d4af37;display:block;width:11.3736875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:69.875rem;left:32.75rem;height:2.0317375rem;font-style:normal;display:block; }
#C7mXKRB0xXTwUrbabQAoVPgRzLLcsrXB { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15145;line-height:1.3;letter-spacing:0;top:70.125rem;left:39.6875rem;height:1.3806125rem;text-align:right;text-align-last:right;display:block; }
#KCSF4ku4UEV6cw2eP1iyPrnqfDiLxkCC { color:#000000;display:block;width:5.1245125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15227;line-height:1.3;letter-spacing:0;top:31.5rem;left:23.0625rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#KnNoUFoRvLmgeVDdvkaJExgonvzTgSmU { position:absolute;display:block;z-index:15225;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:10.625rem;top:31.4375rem;left:23.3125rem;overflow:hidden;display:block; }
#L2bRdy82C4MTbntvntV5f4sgq5im1xtW { color:#000000;display:block;width:5.1245125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15229;line-height:1.3;letter-spacing:0;top:65.3125rem;left:33.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#hfWukCJbAU6yvAbEhhAwTVKKGT3rkxry { position:absolute;display:block;z-index:15227;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:9.125rem;top:65.375rem;left:33.9375rem;overflow:hidden;display:block; }
#mAe4JSscOfzcmNSDTGX89TlgNPT1Trqh { box-sizing:content-box;height:30.5625rem;width:55.5rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:76.75rem;left:11.2705078125rem;display:block; }
#ckNkxE2TA0cvduUbAwQBxA4blWRxAbPH { box-sizing:content-box;height:2.5rem;width:53.125rem;position:absolute;display:block;z-index:15039;background-color:#303f4f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:103.4990234375rem;left:12.4365234375rem;display:block; }
#RUeTCLvqsM2IctW76ZLkDfpEOeAh8ycL { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15229;line-height:1.3;letter-spacing:0;top:101.5625rem;left:27rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#ELmrfdUPgzH5L70CDROKw7FT7N5sRyMg { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:104.09765625rem;left:41.942970275879rem;height:1.3806125rem;text-align:right;text-align-last:right;display:block; }
#OiNCipaon9uwcEzM77Qg0gogIouETPP3 { color:#000000;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15229;line-height:1.3;letter-spacing:0;top:99.1875rem;left:59.75rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#DcccJWTIdmo4C0fARc0bMenswT1imAlu { color:#d4af37;display:block;width:11.3736875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15166;line-height:1.3;letter-spacing:0;top:103.8125rem;left:34.5rem;height:2.0317375rem;font-style:normal;display:block; }
#eZS8F9yrQPliF0MxG2Nr3w4ZXqIhRa1T { position:absolute;display:block;z-index:15248;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:9.125rem;top:99.33984375rem;left:36.5625rem;overflow:hidden;display:block; }
#a0xT2SbOuO2IGLpnmbbvBl2idyDEntsB { color:#303f4f;display:block;width:33.875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:99rem;left:12.5625rem;height:1.86889375rem;text-align:left;text-align-last:left;display:block; }
#WhyMyedA4zp4azopgaN4AivGUmGVnaws { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15240;opacity:1;top:98.8125rem;left:57.625rem; }
#nBw12VOklxuyT1amVHKwnbJlJImGU8if { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15227;line-height:1.3;letter-spacing:0;top:99.1875rem;left:51.25rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#JNEmD2IICR6G2AJQ7Ha5WuKTsh76gUun { color:#000000;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15228;line-height:1.3;letter-spacing:0;top:101.5625rem;left:12.4375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#ZDM0K3cnbPhSaNvMfHstrXdnuuXFUEu2 { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15230;line-height:1.3;letter-spacing:0;top:101.5625rem;left:41.5673828125rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#ZCwbwCNUzWevqCrnUIaQaXPm7l7ie4ow { box-sizing:content-box;height:19.6875rem;width:53.0625rem;position:absolute;display:block;z-index:15244;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/5eb6a0ec-f706-497f-a320-206196bd9591/IP2.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:78.1875rem;left:12.4375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#ZCwbwCNUzWevqCrnUIaQaXPm7l7ie4ow.adaptive-delivery-prevent-bg, #ZCwbwCNUzWevqCrnUIaQaXPm7l7ie4ow.lazyload, #ZCwbwCNUzWevqCrnUIaQaXPm7l7ie4ow.lazyloading { background-image: none; }
#vXqWu7hvsEwNfIUgDrJ9wUglo1kBwOEZ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15239;opacity:1;top:98.8125rem;left:50.1875rem; }
#w7tNUMpTOXu39rm2h3EqbZuhk7cBt4X4 { color:#ffffff;display:block;width:5.87239375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15165;line-height:1.3;letter-spacing:0;top:104.1875rem;left:29.25rem;height:1.3806125rem;display:block; }
#gHwJyavPJ3179Uz5QK8phOHGsPwVUEOM { color:#000000;display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15226;line-height:1.3;letter-spacing:0;top:99.1875rem;left:44.375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#MaGVRulFMHsCzm3KiCWFQTTy0DF8kZTr { color:#000000;display:block;width:5.1245125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15250;line-height:1.3;letter-spacing:0;top:99.375rem;left:36.3125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#KpTy9wT4NO8Taw0XPfJKVsuTToOSQXQy { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15238;opacity:1;top:98.9423828125rem;left:43.3125rem; }
#yCVKgfecZue35BFMbIlXS1JNeVZllyAs { box-sizing:content-box;height:30.5625rem;width:55.5rem;position:absolute;display:block;z-index:15059;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:110.4375rem;left:11.2705078125rem;display:block; }
#tD0ZMya4seZuTuVyyCDcNXGGT2NwDvq8 { box-sizing:content-box;height:19.6875rem;width:53rem;position:absolute;display:block;z-index:15265;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/e5163658-dadb-4cbd-8c39-8a7e6cea2895/IP4.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:111.9375rem;left:12.4375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#tD0ZMya4seZuTuVyyCDcNXGGT2NwDvq8.adaptive-delivery-prevent-bg, #tD0ZMya4seZuTuVyyCDcNXGGT2NwDvq8.lazyload, #tD0ZMya4seZuTuVyyCDcNXGGT2NwDvq8.lazyloading { background-image: none; }
#D3OgPyGqWJBVEDzZIJatc52rtvkgnv0K { color:#303f4f;display:block;width:33.875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:132.4375rem;left:13rem;height:1.86889375rem;text-align:left;text-align-last:left;display:block; }
#b6zehUqoCP5zvuVIH8CXFUypczfdGznw { position:absolute;display:block;z-index:15269;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:9.125rem;top:132.74946594238rem;left:31.374464511871rem;overflow:hidden;display:block; }
#tKCrl3WuZzIKx4RViU5OS3zkUhDeoU0b { color:#000000;display:block;width:5.1245125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15271;line-height:1.3;letter-spacing:0;top:132.74946594238rem;left:31.124998569489rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#lRAU9XRtqk8tQCQNDHqRmTzUM6LEfiNm { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15250;line-height:1.3;letter-spacing:0;top:132.8125rem;left:59rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#aduPz1VpcZi8SIOx411hfFDT5THbET5b { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15261;opacity:1;top:132.4375rem;left:56.875rem; }
#fhWW2uOpmXRTEnAclf1nCTNcKCZvtSzd { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15248;line-height:1.3;letter-spacing:0;top:132.8125rem;left:49.875rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#gA88zEqMayNho5sHX30tT1vU6oqfa2JB { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15260;opacity:1;top:132.4375rem;left:48.8125rem; }
#Xt6JHyAkR1lOLOAR3iBtCBmoMMUFTS1O { color:#000000;display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15247;line-height:1.3;letter-spacing:0;top:132.8125rem;left:42.3125rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#uvHTMHiSTsIBy4DnF3UhprUIzBfJQmGL { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15259;opacity:1;top:132.625rem;left:40.9375rem; }
#iDKCqN89TDVMVSAWn7cLEIMHztC9W0ND { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15250;line-height:1.3;letter-spacing:0;top:134.837890625rem;left:23.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#No12IoIAzUiq6MtDtlZ1QFoaIuXT8PRx { color:#000000;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15249;line-height:1.3;letter-spacing:0;top:134.837890625rem;left:13rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#DGTxG3v13TOtlcChsvBZDzBLXuy012Tb { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15251;line-height:1.3;letter-spacing:0;top:134.837890625rem;left:37.6875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#kGrXr7pEytMg2vqJXMHLTG8GvzL5ZgqW { box-sizing:content-box;height:2.5rem;width:53.125rem;position:absolute;display:block;z-index:15060;background-color:#303f4f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:136.95855331421rem;left:12.437067031861rem;display:block; }
#FU0PRv6iWTWul7UAbiLx40PE7ebQQTTp { color:#ffffff;display:block;width:7.5605625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15187;line-height:1.3;letter-spacing:0;top:137.55624389649rem;left:42.122657775879rem;height:1.3806125rem;text-align:right;text-align-last:right;display:block; }
#ChnXzdCfJizEIwuFvWNdxIa29T7whBSD { color:#d4af37;display:block;width:11.371125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15187;line-height:1.3;letter-spacing:0;top:137.25rem;left:35rem;height:2.0317375rem;font-style:normal;display:block; }
#MTMMtkwAkZ16vehVoHALim6arXLdg5zb { color:#ffffff;display:block;width:5.87109375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15186;line-height:1.3;letter-spacing:0;top:137.556640625rem;left:29.6875rem;height:1.3806125rem;display:block; }
#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0a06fc26-f45f-40dc-95d7-d12ea06c26e9/WhatsAppImage25690327at0958.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; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.adaptive-delivery-prevent-bg, #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.lazyload, #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.lazyloading { background-image: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { background-color: transparent; background-image: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container > .video-iframe-container { display: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row > .video-iframe-container { display: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { border-width: 0; border-radius: 0; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#MM7FUGJKPDPR1LlT4rt8VovJqkMTGGbo { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15144;line-height:1;letter-spacing:0;top:12.75rem;left:4.5rem;height:1.25rem;font-style:normal;display:block; }
#CxsyVbUsmfqCOHWMTIU4FOF3hO6BrotE { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15145;line-height:1;letter-spacing:0;top:12.875rem;left:15.8125rem;height:1.1254875rem;font-style:normal;display:block; }
#Tu7bRkpfPhXLEegIernvUBVONEwFqW3X { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15145;line-height:1;letter-spacing:0;top:19.75rem;left:4.5rem;height:1.25rem;font-style:normal;display:block; }
#xQCCgv7Iyt2vHuFRRdoMBRsKBeRe81TQ { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15146;line-height:1;letter-spacing:0;top:19.875rem;left:15.8125rem;height:1.1254875rem;font-style:normal;display:block; }
#IhuJTGA3D77vFDFsBB5TJaPJiCf5lWMX { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15148;line-height:1;letter-spacing:0;top:23.0625rem;left:15.8125rem;height:1.1254875rem;font-style:normal;display:block; }
#LiHaLW4Gu4UdFabVTxwkVddsgkOfygRJ { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15147;line-height:1;letter-spacing:0;top:22.9375rem;left:4.5rem;height:1.25rem;font-style:normal;display:block; }
#nBTvZCyk9leS2yc91F2h5lTacZeadOVT { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15149;line-height:1;letter-spacing:0;top:26.25rem;left:4.5rem;height:1.25rem;font-style:normal;display:block; }
#XDiVC8kopiXiPm6zriTn6TbUNfOQWixD { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15150;line-height:1;letter-spacing:0;top:26.375rem;left:15.8125rem;height:1.1254875rem;font-style:normal;display:block; }
#oRUWHN61JJ2W2n43JhrtrVpCb4BJdQL5 { color:#ffffff;display:block;width:27rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15151;line-height:1;letter-spacing:0;top:29.25rem;left:4.5rem;height:1.25rem;font-style:normal;display:block; }
#Xq3ylGM8CNmiHoSFpSrsQXHfM43BhmVQ { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15152;line-height:1;letter-spacing:0;top:29.375rem;left:15.8125rem;height:1.1254875rem;font-style:normal;display:block; }
#LKwXRshaoiEv1Lp6UZN72qQs4nEdrC8l { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15145;line-height:1.2;letter-spacing:0;top:5.875rem;left:4.5rem;height:4.2246125rem;font-style:normal;display:block; }
#a2lgXiKIc1nqOVMhVR6BwkXFc8QiPPUb { color:#ffffff;display:block;width:12.7495625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15146;line-height:1;letter-spacing:0;top:16.4375rem;left:15.8125rem;height:1.1254875rem;font-style:normal;display:block; }
#gm9IiAefpGnuJk5XAuJsUM7piXXR2tkF { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15145;line-height:1;letter-spacing:0;top:16.3125rem;left:4.5rem;height:1.25rem;font-style:normal;display:block; }
#xpIahi16fTnZRbz4iGhBZtScc0afdfma { box-sizing:content-box;height:0.125rem;width:25rem;position:absolute;display:block;z-index:15153;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.75rem;left:4.5rem;display:block; }
#rdruvQGuJgsAFsqfUfKrXnyRI7XQXwKh { box-sizing:content-box;height:30.8125rem;width:35.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3125rem;left:2.6875rem;display:block; }
#t4MApV4dTJmJcfUClPePhV1obtMJL0fy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t4MApV4dTJmJcfUClPePhV1obtMJL0fy > .row .container { background-color: transparent; background-image: none; }#t4MApV4dTJmJcfUClPePhV1obtMJL0fy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4MApV4dTJmJcfUClPePhV1obtMJL0fy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4MApV4dTJmJcfUClPePhV1obtMJL0fy > .row .container > .video-iframe-container { display: none; }#t4MApV4dTJmJcfUClPePhV1obtMJL0fy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4MApV4dTJmJcfUClPePhV1obtMJL0fy > .row > .video-iframe-container { display: none; }#t4MApV4dTJmJcfUClPePhV1obtMJL0fy > .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); }#t4MApV4dTJmJcfUClPePhV1obtMJL0fy > .row .container { border-width: 0; border-radius: 0; }#t4MApV4dTJmJcfUClPePhV1obtMJL0fy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t4MApV4dTJmJcfUClPePhV1obtMJL0fy > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:block; }#krasQO7eTx0TuLSy1uxIFv2TRMyA8Md8 { color:#e5c149;display:block;width:31.7480625rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.12890625rem;left:0rem;height:3.16894375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F0L8QSx8HBTvP9vkaR4d0iFmOdvfC4bp { color:#00244b;display:block;width:15.37475rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5rem;left:36.125rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JTyhKKG5r24GAQkk50URmr1JDrMkNwV2 { color:#00244b;display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.8125rem;left:36.125rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F0uKDzrtx4RMyivXgOJtp6fbXHOsfCKo { color:#00244b;display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.6875rem;left:61.125rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I05UDapkke3gDhK8eDUAst9TUUaIpe6q { color:#00244b;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5rem;left:61.125rem;height:1.705325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Iyz3IzGCXQntDDaSPNb81SHFLkcWXnHM { color:#00244b;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.3125rem;left:36.125rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l7LU1mpDKO3LqV9U7tAvtTwx8uqQTx4F { color:#00244b;display:block;width:15.37475rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.625rem;left:36.1875rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yuS4NEHguLArzqVJkFg5T28gOGKTlpeD { color:#00244b;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.5625rem;left:61.1875rem;height:1.705325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c4eAJTe1Fv0TuqTxzIkUcNyKyeT2ktZx { color:#00244b;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.3125rem;left:61.125rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GIGyVEmAHawzSWMmGmD201vwPiSZrogR { box-sizing:content-box;height:7.125rem;width:46.6875rem;position:absolute;display:block;z-index:15007;background-color:#e5c149;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:28.375rem;display:block; }
#M5gEzsrVtVyOOZI71pGBuiADUtMtUXX8 { color:#00244b;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.625rem;left:32.6875rem;height:3.0060375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nUm2WAx8KXLMQ1GeCLzybmZf4VNRc8oz { color:#00244b;display:block;width:10.999375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.832900047302rem;left:31.748050689698rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iBFI9DLStonDyARQreHunpWHpSbt1U6T { color:#00244b;display:block;width:9.43725rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:21.625rem;left:47.3125rem;height:3.0060375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nvxOLbGnhfD3B3TITxqtWvDCuaoUzwCH { color:#00244b;display:block;width:9.87425rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:24.875rem;left:47.125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kcWXTwHzXZg0OqICLxPvTLnUhtQkAt6A { color:#00244b;display:block;width:9.4360625rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:21.625rem;left:62.25rem;height:3.0060375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QbDT0aabvlNI4MgX2Xf11pg1KqxpaI5J { color:#00244b;display:block;width:10.8745625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:24.832900047302rem;left:62.5293006897rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oVXlX2eMwvEMnDCGNQu0dq3vwVJD9fJa { box-sizing:content-box;height:4.24926875rem;width:4.24926875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#e5c149;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5rem;left:30.8125rem;display:block; }
#eiTKlRBvue4odTpiZ3lmoNdA1fk6d3dT { box-sizing:content-box;height:4.24926875rem;width:4.24926875rem;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:15016;background-color:#e5c149;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5625rem;left:30.8125rem;display:block; }
#ZMoBydZMxcCt1rGkva2peXNLsDnmkrom { box-sizing:content-box;height:4.24926875rem;width:4.24926875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#e5c149;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5rem;left:55.75rem;display:block; }
#Gl7Dy5Un6NK9nLKIlbgvdTG3pHs1PGcV { box-sizing:content-box;height:4.24926875rem;width:4.24926875rem;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:15018;background-color:#e5c149;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:55.6875rem;display:block; }
#wLHT4BUXZFmliIcn0KWS2mTbIhcHVTXu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:5.75rem;left:31.625rem; }
#XXxBknb9FItrqH0CIqzDKg8NE7SH5d1k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:5.9375rem;left:56.75rem; }
#QmRCKMhioxTcCarMxxAdpa6KIlbXVWkn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.687325rem;width:2.687325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:13.3125rem;left:31.625rem; }
#rLm7amRTBmKiTmyJKvD1zk7T9LS9Bc0D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3112rem;width:2.3112rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:13.5rem;left:56.6875rem; }
#XdqJARstEI1zhE9y2I7i7oFwOv9KnwME { color:#00244b;display:block;width:26.4355625rem;position:absolute;font-family:poppins;font-size:4rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.4765625rem;left:0rem;height:10.4003875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SbWRbtHUQRE08TwSnqMQDukoBBPqzl1E { color:#00244b;display:block;width:26.4355625rem;position:absolute;font-family:poppins;font-size:4rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.4765625rem;left:0rem;height:10.3971375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/30f81e6a-a172-497f-add8-b6073bc2d5aa/13LDK215.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-secondary-0),1);width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0rem solid rgba(var(--color-secondary-0),1);border-left:0rem solid rgba(var(--color-secondary-0),1);border-right:0rem solid rgba(var(--color-secondary-0),1);border-bottom:0rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.25rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0rem solid rgba(var(--color-secondary-0),1);border-left:0rem solid rgba(var(--color-secondary-0),1);border-right:0rem solid rgba(var(--color-secondary-0),1);border-bottom:0rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd700, #b38d09);background-image: -moz-linear-gradient(180deg, #ffd700, #b38d09);background-image: -ms-linear-gradient(180deg, #ffd700, #b38d09);background-image: -o-linear-gradient(180deg, #ffd700, #b38d09);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd700', endColorstr='#b38d09' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd700', endColorstr='#b38d09' );";background-image: linear-gradient(180deg, #ffd700, #b38d09);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:20.4375rem;height:3rem;font-family:poppins;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-secondary-4),1);vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(var(--color-secondary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.5625rem;left:47.937501907349rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-secondary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(var(--color-secondary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.5625rem;left:47.937501907349rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:rgba(var(--color-secondary-0),1);display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:27.5rem;left:51.25rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:rgba(var(--color-secondary-0),1);display:block;width:28.3125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.3740234375rem;left:5.12451171875rem;height:5.9985375rem;font-style:normal;display:block; }
#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a744f;background-image:url("https://images.assets-landingi.com/uc/ca3e3628-0c56-436a-b9f7-24936de677fd/ResidenceLaMer.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6.adaptive-delivery-prevent-bg, #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6.lazyload, #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6.lazyloading { background-image: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { background-color: transparent; background-image: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container > .video-iframe-container { display: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row > .video-iframe-container { display: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { border-width: 0; border-radius: 0; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;position:relative;display:block; }#oM8wNEzk3GcAQamoPbVJwwQkQuImgwk7 { color:#c09653;display:block;width:5.8109375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:7.1875rem;left:60.0625rem;height:1.29980625rem;display:none; }
#gEJvs5XCEQDPmlHVvtQl2foxGyfgVLDs { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:6.875rem;left:64.875rem;height:1.94921875rem;font-style:normal;display:none; }
#LHBWAImbLI3qICNLE7WWnopyky0m6RKs { color:rgba(var(--color-tertiary-2),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:8.8125rem;left:66rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#nq7xefwcfzSEwxAZDHZDRZfcRNHCOOKw { color:#ffffff;display:block;width:31.496125rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.87109375rem;left:21.7509765625rem;height:3.90014375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IlghatAICLRTKWoehGU1kfEEE7d0gv8n { box-sizing:content-box;height:15.625rem;width:23.93675rem;position:absolute;display:block;z-index:15090;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/8d0c173f-7d7c-4fa9-a97d-26a4e9da4399/04Corridor3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.32666015625rem;left:25.52978515625rem;display:block; }#IlghatAICLRTKWoehGU1kfEEE7d0gv8n.adaptive-delivery-prevent-bg, #IlghatAICLRTKWoehGU1kfEEE7d0gv8n.lazyload, #IlghatAICLRTKWoehGU1kfEEE7d0gv8n.lazyloading { background-image: none; }
#TkCp8aNTOEbUMD0aOtDcVDob3nSyC6pI { box-sizing:content-box;height:15.625rem;width:23.9355625rem;position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/58eba72b-ef65-4778-9973-56493cadadc3/19BF2_LDK1.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.32666015625rem;left:0rem;display:block; }#TkCp8aNTOEbUMD0aOtDcVDob3nSyC6pI.adaptive-delivery-prevent-bg, #TkCp8aNTOEbUMD0aOtDcVDob3nSyC6pI.lazyload, #TkCp8aNTOEbUMD0aOtDcVDob3nSyC6pI.lazyloading { background-image: none; }
#maPG8h0eBiLSfwaATuukBRLEJHAHZ6SV { box-sizing:content-box;height:15.625rem;width:23.9355625rem;position:absolute;display:block;z-index:15092;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0a47ccc8-39c7-4ebf-a685-e2cc75602e5b/05LDK122.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.32666015625rem;left:51.063232421875rem;display:block; }#maPG8h0eBiLSfwaATuukBRLEJHAHZ6SV.adaptive-delivery-prevent-bg, #maPG8h0eBiLSfwaATuukBRLEJHAHZ6SV.lazyload, #maPG8h0eBiLSfwaATuukBRLEJHAHZ6SV.lazyloading { background-image: none; }
#fhJlCCSthmCF3P5nDMJ57QdBPiEfQxyH { box-sizing:content-box;height:15.625rem;width:23.93675rem;position:absolute;display:block;z-index:15093;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/28436873-e6a6-4c9f-87fd-a50b18f464a9/10Bed55.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.82666015625rem;left:25.52978515625rem;display:block; }#fhJlCCSthmCF3P5nDMJ57QdBPiEfQxyH.adaptive-delivery-prevent-bg, #fhJlCCSthmCF3P5nDMJ57QdBPiEfQxyH.lazyload, #fhJlCCSthmCF3P5nDMJ57QdBPiEfQxyH.lazyloading { background-image: none; }
#UZcidpA3A19HN7VTHi5AwTsztweERPxV { box-sizing:content-box;height:15.625rem;width:23.9355625rem;position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/18e52628-6400-47c2-beed-eb3ba236358c/12LDK113.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.82666015625rem;left:0rem;display:block; }#UZcidpA3A19HN7VTHi5AwTsztweERPxV.adaptive-delivery-prevent-bg, #UZcidpA3A19HN7VTHi5AwTsztweERPxV.lazyload, #UZcidpA3A19HN7VTHi5AwTsztweERPxV.lazyloading { background-image: none; }
#eq7yKT563TUVTpHKlN9zcO6damQbPkdx { box-sizing:content-box;height:15.625rem;width:23.9355625rem;position:absolute;display:block;z-index:15095;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/cd5aaff2-e4e2-4dcc-b630-a3c926db912f/05LDK114.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.82666015625rem;left:51.063232421875rem;display:block; }#eq7yKT563TUVTpHKlN9zcO6damQbPkdx.adaptive-delivery-prevent-bg, #eq7yKT563TUVTpHKlN9zcO6damQbPkdx.lazyload, #eq7yKT563TUVTpHKlN9zcO6damQbPkdx.lazyloading { background-image: none; }
#ixiCqvc6TSRNHl1M9wCzZ5mf22ffMRSp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ixiCqvc6TSRNHl1M9wCzZ5mf22ffMRSp > .row .container { background-color: transparent; background-image: none; }#ixiCqvc6TSRNHl1M9wCzZ5mf22ffMRSp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixiCqvc6TSRNHl1M9wCzZ5mf22ffMRSp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixiCqvc6TSRNHl1M9wCzZ5mf22ffMRSp > .row .container > .video-iframe-container { display: none; }#ixiCqvc6TSRNHl1M9wCzZ5mf22ffMRSp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixiCqvc6TSRNHl1M9wCzZ5mf22ffMRSp > .row > .video-iframe-container { display: none; }#ixiCqvc6TSRNHl1M9wCzZ5mf22ffMRSp > .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); }#ixiCqvc6TSRNHl1M9wCzZ5mf22ffMRSp > .row .container { border-width: 0; border-radius: 0; }#ixiCqvc6TSRNHl1M9wCzZ5mf22ffMRSp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ixiCqvc6TSRNHl1M9wCzZ5mf22ffMRSp > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#eyBXqvKVDZdasFsCaEtMtAy51WDQMi2s { color:#00244b;display:block;width:50.8744375rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.9375rem;left:20rem;height:2.76269375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JQ3stiE7WAQECJ7JJgBP99sxSVZsurX1 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4995625rem;width:16.4995625rem;top:2.017822265625rem;left:1.561279296875rem;overflow:hidden;display:block; }
#PFHx7tUO8i5yH9LWZwzlDTx6T9whRor9 { color:#00244b;display:block;width:29.3125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.375rem;left:20rem;height:2.11181875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AcWDgnqFlDI6gRanRHaGGp2vhm4GUBZM { color:#00244b;display:block;width:22.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.187072753906rem;left:22.937286376953rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xonEWbFyI6LqiDhZFDvtiLVv5U933tBx { color:#00244b;display:block;width:20.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.187072753906rem;left:48.750003814698rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J6D06DeW3nkm707fC6EynSIQdXuAp88x { color:#00244b;display:block;width:20.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:14rem;left:23rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TdNIT2alZhIsN4WylMJOCrHgBMFfTdO4 { color:#00244b;display:block;width:20.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:13.999572753906rem;left:48.811855316162rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NsChJI5qeTiffv1AcXe8Q1Xq3uR6ebLm { 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:15013;opacity:1;top:11.1875rem;left:20rem; }
#cz6eIsiDr2cdJ2yIFKZJTOpDAEVdk32p { 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:15014;opacity:1;top:14rem;left:20rem; }
#lKulmLDNcT7TpiKnNkc1A78c1v4uWBrb { 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:15015;opacity:1;top:11.062286376953rem;left:45.874568939209rem; }
#DMCT6qXUibI8sa8R89AT7TTvQeT2yVCQ { 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:15016;opacity:1;top:13.874786376953rem;left:45.874568939209rem; }
#yySpsmVLorKHbawMrBcxpLCIBGawlv46 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7089062-b7c0-4e0e-bcd5-c80d601efa77/TheAddressSiamRatchathewi20.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46.adaptive-delivery-prevent-bg, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyload, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyloading { background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { background-color: transparent; background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.71); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.71); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { border-width: 0; border-radius: 0; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { font-size:0.875rem;font-family:arial;height:64.25rem;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:28.125rem;width:40.625rem;top:26.684875965118rem;left:34.375rem;display:block; }
#OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { color:#00244b;display:block;width:18.247625rem;position:absolute;font-family:poppins;font-size:2.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.060546875rem;left:28.37548828125rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b8H9rGL5TBKg3kGHV0zSzenoNsApqLaK { color:#212121;display:block;width:65rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15146;line-height:1.6;letter-spacing:0;top:9.0809459686281rem;left:5.249568939209rem;height:4.7973625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XkerGm1059xzmsQRJ90ALnpccFTzLazM { box-sizing:content-box;height:5.9375rem;width:5.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#eabd3f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:8.966796875rem;display:block; }
#PdawZNxgfUy5e2CangTfkAQRdwkViXXq { box-sizing:content-box;height:5.9375rem;width:5.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:#eabd3f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:24.90625rem;display:block; }
#Wn4rEzXb6uuxBWFg2wpuo1vahKxbq6xp { box-sizing:content-box;height:5.9375rem;width:5.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:#eabd3f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:40.84375rem;display:block; }
#QuVK8QrBxIfq0GCbNzcNCNtFVt6FRasF { box-sizing:content-box;height:5.9375rem;width:5.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15150;background-color:#eabd3f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:57.125rem;display:block; }
#UTX5dXOcqXBvbXSWMm5GdVDQUsahT0Cn { color:#00244b;display:block;width:3.0625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.130859375rem;left:10.404296875rem;height:2.92358125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F8I1kxClglMiuOo34BLor9XJCc81dcAq { color:#00244b;display:block;width:2.875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.067718505859rem;left:26.4375rem;height:2.92358125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aPtJwbUfI9Vvi6Rv86IibIQbaW7wSIQX { color:#00244b;display:block;width:2.8125rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16.130859375rem;left:42.40625rem;height:2.92358125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HOTrPbwAr7M7STPr2y0QeWM2l3TzoCXm { color:#00244b;display:block;width:2.3125rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:400;z-index:15151;line-height:1.3;letter-spacing:0;top:16.130859375rem;left:58.9375rem;height:2.92358125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kACIAD4si6CSnnMVxhQAxFgTErL6Uv1T { color:#00244b;display:block;width:5.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15147;line-height:1;letter-spacing:0;top:18.8125rem;left:9.0625rem;height:1.0004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z1zhBcJwsHdqr9PLBKw3ocwEUr4EIWSv { color:#00244b;display:block;width:5.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15148;line-height:1;letter-spacing:0;top:18.8671875rem;left:25rem;height:1.0004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VcpnbMT9rTvnNyO3EHqEdAoZR0C8xTtD { color:#00244b;display:block;width:5.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15149;line-height:1;letter-spacing:0;top:19.1875rem;left:40.9375rem;height:1.0004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KnklM3EElt7NGiLcWeqrfh1roHxuonUX { color:#00244b;display:block;width:5.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15150;line-height:1;letter-spacing:0;top:19.1875rem;left:57.0625rem;height:1.0004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c5d1stGmTQVOaGcKw3LwGL3yZMcT27XC { color:#212121;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15147;line-height:1;letter-spacing:0;top:21.9375rem;left:5.25rem;height:1.0004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xmweRGdhi0C8luTNoOLCDU1s8TcKaTAT { color:#212121;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15148;line-height:1;letter-spacing:0;top:21.9375rem;left:21.5rem;height:1.0004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BlkuIGPCqkzxQDP8T5g7spT2hCU834Wk { color:#212121;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15149;line-height:1;letter-spacing:0;top:21.9375rem;left:37.125rem;height:1.0004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Elt0saVVE88AQCexdHEgnDAynXmlTlHM { color:#212121;display:block;width:10.7498125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15150;line-height:1;letter-spacing:0;top:21.936849594116rem;left:54.717884063721rem;height:1.9995125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uDKBTU1TCA14S5KzWIoXL69iDTQT7esN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd700, #b38d09);background-image: -moz-linear-gradient(180deg, #ffd700, #b38d09);background-image: -ms-linear-gradient(180deg, #ffd700, #b38d09);background-image: -o-linear-gradient(180deg, #ffd700, #b38d09);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd700', endColorstr='#b38d09' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd700', endColorstr='#b38d09' );";background-image: linear-gradient(180deg, #ffd700, #b38d09);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.371125rem;height:3.124025rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:57.9404296875rem;left:27.3134765625rem;display:block; }
#R9o2wPJTRdgaT3bPLSG4eLLzfNb3ivTz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gVVRpT6o76gC0Kpygvqh9SeVcn4h3HL8 { color:#000000;display:block;width:29.375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:26.6865234375rem;left:2.7490234375rem;height:2.11181875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H5pDGObKBq58VSc8f2kVb6ARq0MseuJH { color:#000000;display:block;width:25.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:30.9375rem;left:8rem;height:1.62475625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qAVeAXDu8BRLRaFhRgcqbooTJGVrwkDE { box-sizing:content-box;height:4.3125rem;width:4.375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/23d70d7f-2081-4abb-8034-4c8fbb7d96ad/283128.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.9375rem;left:2.75rem;display:block; }#qAVeAXDu8BRLRaFhRgcqbooTJGVrwkDE.adaptive-delivery-prevent-bg, #qAVeAXDu8BRLRaFhRgcqbooTJGVrwkDE.lazyload, #qAVeAXDu8BRLRaFhRgcqbooTJGVrwkDE.lazyloading { background-image: none; }
#r3N0oUrmHQVhUhzoOgWQwET0za4L7kev { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:32.875rem;left:8rem;height:3.8964875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E3PDJbu0mi4GpQ6TmT2eXo5J1kDrask6 { color:#000000;display:block;width:18.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:39.625rem;left:8rem;height:2.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AsGxXq55VzlJWEdAIOwSwG9BNUMK4dw5 { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:37.6875rem;left:8rem;height:1.62475625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FO1mQrKfNmkUUqLzbOkTSM9bB7f1i1Wg { color:#000000;display:block;width:22.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:45.875rem;left:8.0625rem;height:2.59863125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yn0IPK5rqG5AysyJ9ggUZ75cFV4G8PEg { color:#000000;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:43.9375rem;left:8.0625rem;height:1.62475625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mrfcVJp5gmH0Ls1JK4Qy6fGNZDKR2XBh { box-sizing:content-box;height:4.3125rem;width:4.375rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/5bfcfadf-b895-4587-85c4-ba77ad55c0ca/283130.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.5625rem;left:2.75rem;display:block; }#mrfcVJp5gmH0Ls1JK4Qy6fGNZDKR2XBh.adaptive-delivery-prevent-bg, #mrfcVJp5gmH0Ls1JK4Qy6fGNZDKR2XBh.lazyload, #mrfcVJp5gmH0Ls1JK4Qy6fGNZDKR2XBh.lazyloading { background-image: none; }
#CJTKw9IEnQv502ZxDQQ8qA66HeznnkTU { box-sizing:content-box;height:4.3125rem;width:4.375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/d6b7d356-1516-4a92-a575-46af05183638/283131.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44rem;left:2.75rem;display:block; }#CJTKw9IEnQv502ZxDQQ8qA66HeznnkTU.adaptive-delivery-prevent-bg, #CJTKw9IEnQv502ZxDQQ8qA66HeznnkTU.lazyload, #CJTKw9IEnQv502ZxDQQ8qA66HeznnkTU.lazyloading { background-image: none; }
#U5Af4WTw7e9p4BwQuv9QrAilQC1bdeMR { color:#000000;display:block;width:15.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:50.25rem;left:8.0625rem;height:1.62475625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LqspmNpvmLQuTIV4zra4bD24Cw3swxIL { box-sizing:content-box;height:4.3125rem;width:4.375rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/39c4c6e9-6b77-4b93-aafa-8f095adda944/283129.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.25rem;left:2.75rem;display:block; }#LqspmNpvmLQuTIV4zra4bD24Cw3swxIL.adaptive-delivery-prevent-bg, #LqspmNpvmLQuTIV4zra4bD24Cw3swxIL.lazyload, #LqspmNpvmLQuTIV4zra4bD24Cw3swxIL.lazyloading { background-image: none; }
#iNBvzg51DVU4mB5TzdcQ26IaKcUWbcoD { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:52.1875rem;left:8.0625rem;height:2.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iJVuZ0N04csaQUegHpEPequRLIMBW2hp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca3e3628-0c56-436a-b9f7-24936de677fd/ResidenceLaMer.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp.adaptive-delivery-prevent-bg, #iJVuZ0N04csaQUegHpEPequRLIMBW2hp.lazyload, #iJVuZ0N04csaQUegHpEPequRLIMBW2hp.lazyloading { background-image: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { background-color: transparent; background-image: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container > .video-iframe-container { display: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row > .video-iframe-container { display: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { border-width: 0; border-radius: 0; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#s3uU1glT3beET59mQruzVPeay9XkFAH8 { color:#ffffff;display:block;width:44.875rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15063;line-height:1.1;letter-spacing:0;top:3.75rem;left:16.875rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#weRmBImZl3HqTwe2zqJfZv32ovexZTz3 { box-sizing:content-box;height:26.5625rem;width:74.75rem;position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);top:13.125rem;left:0rem;display:block; }
#H5EVWBHn2T3u849tXzi4poyytHwa5raq { color:rgba(var(--color-tertiary-0),1);display:block;width:68.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:16.25rem;left:3.09375rem;height:2.92480625rem;display:block; }
#ntwEcBZTkOkbqvycmyg7ZWtiwVf941XT { color:rgba(var(--color-tertiary-0),1);display:block;width:68.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:20.75rem;left:3.09375rem;height:1.94970625rem;font-style:normal;display:block; }
#irqUyTsrqkXo0C0Bo8OylJV07JcM20Uv { color:rgba(var(--color-tertiary-0),1);display:block;width:58.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:35.9375rem;left:3.09375rem;height:1.29980625rem;display:block; }
#tQRnZQvzA6nJxthybI9KSGrOfuHMFLv9 { color:#ffffff;display:block;width:42.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15064;line-height:1.1;letter-spacing:0;top:7.8125rem;left:16.3125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kC9WGHZgnpsRF8bJid3u9JKVmXasyuFr { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15067;line-height:2.2;letter-spacing:0;top:27.1875rem;left:3.09375rem;height:6.5954625rem;display:block; }
#ITbkCweB1vC8AFODqGFI80v5BnbOJyST { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.4755875rem;display:block; }
#AmKW9DA91By3cUHuWqEw5ii3T2I5EOqN { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.4755875rem;display:block; }
#lk2UqOahlsW7kecgXwNIOkrJT2SgFu1H { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15069;line-height:2.2;letter-spacing:0;top:27.1875rem;left:19.65625rem;height:6.5954625rem;display:block; }
#R3DZfU8GPaRJRFbD8sQ1bVxqdLSmvfUk { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.4755875rem;display:block; }
#KdiU6S4i9l1F0Cug3FXmAdOIGB5V5dZW { color:rgba(var(--color-tertiary-0),1);display:block;width:24.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15067;line-height:2.2;letter-spacing:0;top:27.1875rem;left:37.46875rem;height:6.5954625rem;display:block; }
#mkcERaQ19VueZMOin5Kn2Q2iObb2GW9f { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.625rem;left:3.125rem;display:block; }
#xxcmuhJhEp3USBGesTIohyg9w8DTcnRn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:29.5625rem;left:61.0849609375rem; }
#veO96uXwGJIbwyuT9xBdauguzoMeLt3I { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:13.125rem;top:28.875rem;left:61.085054580479rem;overflow:hidden;display:block; }
#TgoZ25h73xasn72pVfmOpCGfCor3hk3A { color:rgba(var(--color-tertiary-0),1);display:block;width:68.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:16.25rem;left:3.09375rem;height:2.923825rem;display:none; }
#ZIhUUGTiSQ8OhPPrMCZsD374hAmyIMzG { color:rgba(var(--color-tertiary-0),1);display:block;width:58.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:35.9375rem;left:3.09375rem;height:1.29980625rem;display:none; }
#E1XGAwqAJ1G70kx3ypmUMSea1lxxCbyN { color:rgba(var(--color-tertiary-0),1);display:block;width:58.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15067;line-height:1.7;letter-spacing:0;top:41.6875rem;left:0rem;height:2.97363125rem;display:block; }
#ZQIBoKEkHdCGTrcwfGTl9huGta6xPHMh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:3.75rem;left:14.125rem; }
#PPqrBWz1f2T7FM6w9huIIyUvBJ8FfLqc { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.4746125rem;display:none; }
#r1QVy53oTnKzQAnz6hsd4MH1si2GyTts { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.4746125rem;display:none; }
#izF9coy0VVpTc0Oe0dmkQkWPf3JizBZd { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.4746125rem;display:none; }
#PyZei5JeT6DGyRbGtSfoPg9N0ZEi2y7W { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.625rem;left:3.125rem;display:none; }
#vqKR1CWIMv5AbDbDhxdgFDUWfvL0l8Di { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.4746125rem;display:none; }
#XUqKgqswMrlWFCDyZbaSFxFxv6DbGDbJ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.4746125rem;display:none; }
#D3PFwOKpRnAg4It8CSCKBWJMWk66SnQQ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.4746125rem;display:none; }
#OIveT9l9kTyUyi1a6nm0OvEm6HxAUKtn { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.4746125rem;display:none; }
#T86nCDZpI63O79h8nQmgBFET4NW7xJU5 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.4746125rem;display:none; }
#tQbHD9W5asTCqTplCNGOMCBX7qbc9Vv4 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.4746125rem;display:none; }
#fK1UWR5WkCVlHBL0p2kJ3hnM1twM5aGB { color:rgba(var(--color-tertiary-0),1);display:block;width:68.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:16.25rem;left:3.09375rem;height:2.923825rem;display:none; }
#LfhagR5XuPQpTnmoaU1huFlqcOHEVGHk { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd700, #b38d09);background-image: -moz-linear-gradient(180deg, #ffd700, #b38d09);background-image: -ms-linear-gradient(180deg, #ffd700, #b38d09);background-image: -o-linear-gradient(180deg, #ffd700, #b38d09);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd700', endColorstr='#b38d09' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd700', endColorstr='#b38d09' );";background-image: linear-gradient(180deg, #ffd700, #b38d09);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.371125rem;height:3.124025rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:48.37890625rem;left:27.3134765625rem;display:block; }
#C4Wi1TDWgMG6fT6CLy3XWER8UG0ukETK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { background-color: transparent; background-image: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { border-width: 0; border-radius: 0; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { color:#999999;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV { display:block; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4mXtuq0FNno02UTdkNxQuAGchvFlE9H { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm { display:block; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2kU5DfVmM9xc7HcdecCfQLWVRynz9zt { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf0y43Kf6ZWTRh1KaPgyEOaLJmfzv4xQ { top:0.875rem;left:0rem;width:12.9375rem;height:13.062903877221rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:17.125rem;left:17rem;width:15.125rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUp5UykzVuL6J89EuzrUmJ48AppkieoA { top:17.625rem;left:10rem;width:7.8125rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:20.3125rem;height:3.125rem;top:28.875rem;left:13.688804626465rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #qoU0IcfZgahpwJhRpJ887A0n3a0Sar08 { top:17.625rem;left:31.5625rem;width:9.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxB6yn84dhTIQaUFWqQflxIwHSP9cTFO { top:6.75rem;left:7.876304626465rem;width:33.3125rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke0HePqv0weU4I6JJXSHMLn5NA22a1iw { top:11.6875rem;left:6.875rem;width:35.4375rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuThy6Z3iuIdUMBPAbpPeLaVdMUwJpMf { top:16.8125rem;left:0.9375rem;width:46.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkqyuzTLsKp5r2fwluW90FKXKbG4WsGa { top:24rem;left:0rem;width:47.75rem;height:1.9274088541667rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHEIv6ApfZJ30ds4SVm023IqZ4KFy2R5 { top:23rem;left:0rem;width:47.75rem;height:2.9168552036199rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbvTL0LUGii5XsKJekXr8E1hSGIXxf9f { top:0.875rem;left:0rem;width:12.9375rem;height:11.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 { display:block; }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTRFVNvEP14dxw5psEkOzeGPPGRmGe9h { top:9.875rem;left:0rem;width:7.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmKoDG3ekaaCaPTSTB7TFUeJzOwnHtuz { top:9.875rem;left:8.4367198944094rem;width:9.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5slDt8nfAUlQDskk67JvJIF5HdTlsZy { top:9.875rem;left:26.060939788818rem;width:12.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnVTQdNaxxpdcEUSlJ0nf8aEHcM44wky { top:9.875rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cywh6Rs2Ce99yuas0TJJZd319yDIXTBD { top:4.6875rem;left:0rem;width:4.6875rem;height:3.312325rem;display:block; }
 }@media only screen and (max-width: 763px) { #PehGdobQvaE22qUvCc1lLgWTqvZxMkyR { top:4.1875rem;left:11.18412399292rem;width:4.0625rem;height:4.1857952126168rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGDkxurqUHiKtwBLUXhuG3XE8awhr0dH { top:4.25rem;left:31.028762817382rem;width:2.5625rem;height:4.0275311334505rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2XA8z9AlHZy8xM8X1QxRgiqTGBHRVyV { top:4.375rem;left:44.875rem;width:2.8125rem;height:3.8522083171176rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA { display:block; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9 { top:7.5625rem;left:0rem;width:47.75rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8OMTaKACThT5xsE04KiTygUTq5wNy8e { top:31.1875rem;left:0.0625rem;width:31.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #THqTJ4iheNUNa8vJxyJSEPoLNte1g63e { top:37.125rem;left:15.4375rem;width:5.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FydIs4sPxr5ZHF4EmUyKtCmgAmDnWul8 { top:36.8125rem;left:20.4375rem;width:11.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGIf06hBU75lBexwr1fgVCu2XVnVKLJx { top:58.1875rem;left:12.125rem;width:35.625rem;height:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5 { top:63.75rem;left:14.8125rem;width:32.9375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdR1Ne3Rs8xNtsd01MH5dOgLo8RV1xqt { top:59.5625rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKGO2TPuQaTxObNSInKR9TWJREAVKs6d { top:82.625rem;left:28.25rem;width:11.4375rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1V55aWzBGoWsSU40f9944FTLIv0rBPG { top:84.5rem;left:43.4375rem;width:1.875rem;height:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOcXoeUBkbJkA8Jke0xDXe1C0sPVghQc { top:84.5rem;left:35rem;width:12.75rem;height:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU2ffzvSvaNDIsmfmqq5BgHCA5KrN0WV { top:37.125rem;left:26.6875rem;width:7.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbsOl09QO4HZI7l1tDINeLu5x0QJXNIw { top:31.4375rem;left:28.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvvLTDN99pk1bbBtalwZNl7TGoTxB3qp { top:31.625rem;left:29.625rem;width:5.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbQbUdTGlJw6qAMqTRcH0byz4rv53lLn { top:31.25rem;left:36.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIS3bm6TpRHA1Lx1vurWKPwfzCUMFJ8O { top:31.625rem;left:37.1875rem;width:5.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #em1g5lAMc40qBGk7TpaQla25PQDKnfOG { top:31.25rem;left:43.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnpqAPmPTFey02aQ6cN4ICebgiRUIzpc { top:31.625rem;left:40.75rem;width:7rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgkHLcNupNmU4Fr3M91pJiEtnKNuxwA2 { top:2.875rem;left:8.622314453125rem;width:33.3125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrnZ0SMuoq95zKHT2U7WSorcJCNbcmZS { top:6.25rem;left:0rem;width:47.75rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh6v7zPrgxTx7w2JGztMHfaEH3GeSA9M { top:34.1875rem;left:0.0625rem;width:12.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfIqvtmtrtBDEiw5I3u0H0xyc4OTd21n { top:34.1875rem;left:12.75rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM5eTKkdwe6UF0QBhqwGmxHvbCLrvFln { top:34.1875rem;left:35.25rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8IGpzeNZr0LJa0DooIWCMbnMx5T3fWO { top:34.1875rem;left:26.125rem;width:13.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6L2gkADtc0Z87QVtsVlckDcQ29Gs9k5 { top:36.5rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6gXZNRqkJI1ZTu8fFWcZCk8TzmVTLFP { top:44.5625rem;left:0rem;width:47.75rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRyhsTFWrQJTTSgUAWmTmUGS482ymoq1 { top:43.125rem;left:0rem;width:47.75rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cotooTtbuF3wTy8z3JipZTNMWtKNN87U { top:65.0625rem;left:0rem;width:32.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTlSalKwKUIe5lh3STBdgq0BziCTqlVT { top:64.9375rem;left:27.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKLD7S4x0vpyuE04hadHd4f89IHO9o8L { top:65.125rem;left:28.875rem;width:5.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7oucEQGdUuBAf42lLMkIub4Rultbd00 { top:64.75rem;left:35.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxeoKxortclvRhstTdKG7WtHsUqxtM4T { top:65.125rem;left:37rem;width:5.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu377SUzH4EQ2qiD4LRuytBdhL4huGxF { top:64.75rem;left:44.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcpTAs6lnZL67e5G5fQzQmavr4n0mZOF { top:65.125rem;left:40.75rem;width:7rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJPpv6gkfaeR8xNbzxFcq1oDcKcU4RL2 { top:67.6875rem;left:0rem;width:12.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF9plpvKfEJ5J8RsTf3X6JzD9I8P99wR { top:67.6875rem;left:13.9375rem;width:13.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC57pg08My2ze3B7QWxJ4bRs8SvT7lta { top:67.6875rem;left:30.0625rem;width:12.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7JxbiKC4B5MTg8vNu7k9XMaEbVWtCmH { top:69.625rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCWK52kLoRhOd6aik9TXpOotwe1qh2sI { top:70.1875rem;left:14.1875rem;width:5.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBkJIHLNminaVxIcVEZJvbFvrLMk2KGG { top:69.875rem;left:19.125rem;width:11.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7mXKRB0xXTwUrbabQAoVPgRzLLcsrXB { top:70.125rem;left:26.0625rem;width:7.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCSF4ku4UEV6cw2eP1iyPrnqfDiLxkCC { top:31.5rem;left:9.4375rem;width:5.0625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnNoUFoRvLmgeVDdvkaJExgonvzTgSmU { top:31.4375rem;left:9.6875rem;width:10.625rem;height:1.18706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2bRdy82C4MTbntvntV5f4sgq5im1xtW { top:65.3125rem;left:20.0625rem;width:5.0625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfWukCJbAU6yvAbEhhAwTVKKGT3rkxry { top:65.375rem;left:20.3125rem;width:9.0625rem;height:1.1793664383562rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAe4JSscOfzcmNSDTGX89TlgNPT1Trqh { top:76.75rem;left:0rem;width:47.75rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckNkxE2TA0cvduUbAwQBxA4blWRxAbPH { top:103.4375rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUeTCLvqsM2IctW76ZLkDfpEOeAh8ycL { top:101.5625rem;left:13.375rem;width:13.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELmrfdUPgzH5L70CDROKw7FT7N5sRyMg { top:104.0625rem;left:28.317970275879rem;width:7.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiNCipaon9uwcEzM77Qg0gogIouETPP3 { top:99.1875rem;left:40.75rem;width:7rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcccJWTIdmo4C0fARc0bMenswT1imAlu { top:103.8125rem;left:20.875rem;width:11.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZS8F9yrQPliF0MxG2Nr3w4ZXqIhRa1T { top:99.3125rem;left:22.9375rem;width:9.125rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0xT2SbOuO2IGLpnmbbvBl2idyDEntsB { top:99rem;left:0rem;width:33.875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhyMyedA4zp4azopgaN4AivGUmGVnaws { top:98.8125rem;left:44rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBw12VOklxuyT1amVHKwnbJlJImGU8if { top:99.1875rem;left:37.625rem;width:5.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNEmD2IICR6G2AJQ7Ha5WuKTsh76gUun { top:101.5625rem;left:0rem;width:12.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDM0K3cnbPhSaNvMfHstrXdnuuXFUEu2 { top:101.5625rem;left:27.942188262939rem;width:16.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCwbwCNUzWevqCrnUIaQaXPm7l7ie4ow { top:78.1875rem;left:0rem;width:47.75rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXqWu7hvsEwNfIUgDrJ9wUglo1kBwOEZ { top:98.8125rem;left:36.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7tNUMpTOXu39rm2h3EqbZuhk7cBt4X4 { top:104.1875rem;left:15.625rem;width:5.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHwJyavPJ3179Uz5QK8phOHGsPwVUEOM { top:99.1875rem;left:30.75rem;width:5.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaGVRulFMHsCzm3KiCWFQTTy0DF8kZTr { top:99.375rem;left:22.6875rem;width:5.0625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpTy9wT4NO8Taw0XPfJKVsuTToOSQXQy { top:98.9375rem;left:29.6875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCVKgfecZue35BFMbIlXS1JNeVZllyAs { top:110.4375rem;left:0rem;width:47.75rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD0ZMya4seZuTuVyyCDcNXGGT2NwDvq8 { top:111.9375rem;left:0rem;width:47.75rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3OgPyGqWJBVEDzZIJatc52rtvkgnv0K { top:132.375rem;left:0rem;width:33.8125rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6zehUqoCP5zvuVIH8CXFUypczfdGznw { top:132.6875rem;left:17.749464511871rem;width:9.125rem;height:1.1870175315424rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKCrl3WuZzIKx4RViU5OS3zkUhDeoU0b { top:132.6875rem;left:17.499998569489rem;width:5.0625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRAU9XRtqk8tQCQNDHqRmTzUM6LEfiNm { top:132.8125rem;left:41.3125rem;width:6.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aduPz1VpcZi8SIOx411hfFDT5THbET5b { top:132.4375rem;left:43.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhWW2uOpmXRTEnAclf1nCTNcKCZvtSzd { top:132.8125rem;left:36.25rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA88zEqMayNho5sHX30tT1vU6oqfa2JB { top:132.4375rem;left:35.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt6JHyAkR1lOLOAR3iBtCBmoMMUFTS1O { top:132.8125rem;left:28.6875rem;width:5.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvHTMHiSTsIBy4DnF3UhprUIzBfJQmGL { top:132.625rem;left:27.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDKCqN89TDVMVSAWn7cLEIMHztC9W0ND { top:134.8125rem;left:9.875rem;width:13.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #No12IoIAzUiq6MtDtlZ1QFoaIuXT8PRx { top:134.8125rem;left:0rem;width:12.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGTxG3v13TOtlcChsvBZDzBLXuy012Tb { top:134.8125rem;left:24.0625rem;width:16.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGrXr7pEytMg2vqJXMHLTG8GvzL5ZgqW { top:136.9375rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU0PRv6iWTWul7UAbiLx40PE7ebQQTTp { top:137.5rem;left:28.497657775879rem;width:7.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChnXzdCfJizEIwuFvWNdxIa29T7whBSD { top:137.25rem;left:21.375rem;width:11.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTMMtkwAkZ16vehVoHALim6arXLdg5zb { top:137.5rem;left:16.0625rem;width:5.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa { display:block; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MM7FUGJKPDPR1LlT4rt8VovJqkMTGGbo { top:12.75rem;left:0rem;width:26.5625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxsyVbUsmfqCOHWMTIU4FOF3hO6BrotE { top:12.875rem;left:2.1875rem;width:15.3125rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu7bRkpfPhXLEegIernvUBVONEwFqW3X { top:19.75rem;left:0rem;width:27.6875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQCCgv7Iyt2vHuFRRdoMBRsKBeRe81TQ { top:19.875rem;left:2.1875rem;width:21.25rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhuJTGA3D77vFDFsBB5TJaPJiCf5lWMX { top:23.0625rem;left:2.1875rem;width:15.3125rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiHaLW4Gu4UdFabVTxwkVddsgkOfygRJ { top:22.9375rem;left:0rem;width:27.4375rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBTvZCyk9leS2yc91F2h5lTacZeadOVT { top:26.25rem;left:0rem;width:27.1875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDiVC8kopiXiPm6zriTn6TbUNfOQWixD { top:26.375rem;left:2.1875rem;width:15.3125rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRUWHN61JJ2W2n43JhrtrVpCb4BJdQL5 { top:29.25rem;left:0rem;width:27rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq3ylGM8CNmiHoSFpSrsQXHfM43BhmVQ { top:29.375rem;left:2.1875rem;width:15.3125rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKwXRshaoiEv1Lp6UZN72qQs4nEdrC8l { top:5.875rem;left:0rem;width:20.3125rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2lgXiKIc1nqOVMhVR6BwkXFc8QiPPUb { top:16.4375rem;left:2.1875rem;width:12.6875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm9IiAefpGnuJk5XAuJsUM7piXXR2tkF { top:16.3125rem;left:0rem;width:26.5625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpIahi16fTnZRbz4iGhBZtScc0afdfma { top:10.75rem;left:0rem;width:25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdruvQGuJgsAFsqfUfKrXnyRI7XQXwKh { top:2.3125rem;left:0rem;width:35.25rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4MApV4dTJmJcfUClPePhV1obtMJL0fy { display:block; }#t4MApV4dTJmJcfUClPePhV1obtMJL0fy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krasQO7eTx0TuLSy1uxIFv2TRMyA8Md8 { top:15.125rem;left:0rem;width:31.6875rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0L8QSx8HBTvP9vkaR4d0iFmOdvfC4bp { top:5rem;left:22.5rem;width:15.3125rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTyhKKG5r24GAQkk50URmr1JDrMkNwV2 { top:6.8125rem;left:22.5rem;width:15.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0uKDzrtx4RMyivXgOJtp6fbXHOsfCKo { top:6.6875rem;left:34.0625rem;width:13.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I05UDapkke3gDhK8eDUAst9TUUaIpe6q { top:5rem;left:36.375rem;width:11.3125rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyz3IzGCXQntDDaSPNb81SHFLkcWXnHM { top:14.3125rem;left:22.5rem;width:12.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7LU1mpDKO3LqV9U7tAvtTwx8uqQTx4F { top:12.625rem;left:22.5625rem;width:15.3125rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuS4NEHguLArzqVJkFg5T28gOGKTlpeD { top:12.5625rem;left:35.1875rem;width:12.5rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4eAJTe1Fv0TuqTxzIkUcNyKyeT2ktZx { top:14.3125rem;left:35.5625rem;width:12.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIGyVEmAHawzSWMmGmD201vwPiSZrogR { top:20.4375rem;left:1.125rem;width:46.625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5gEzsrVtVyOOZI71pGBuiADUtMtUXX8 { top:21.5625rem;left:19.061634063721rem;width:8.5rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUm2WAx8KXLMQ1GeCLzybmZf4VNRc8oz { top:24.8125rem;left:18.123050689698rem;width:10.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBFI9DLStonDyARQreHunpWHpSbt1U6T { top:21.5625rem;left:33.687290191651rem;width:9.375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvxOLbGnhfD3B3TITxqtWvDCuaoUzwCH { top:24.8125rem;left:33.499568939209rem;width:9.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcWXTwHzXZg0OqICLxPvTLnUhtQkAt6A { top:21.5625rem;left:38.375rem;width:9.375rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbDT0aabvlNI4MgX2Xf11pg1KqxpaI5J { top:24.8125rem;left:36.875rem;width:10.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVXlX2eMwvEMnDCGNQu0dq3vwVJD9fJa { top:5rem;left:17.1875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiTKlRBvue4odTpiZ3lmoNdA1fk6d3dT { top:12.5625rem;left:17.1875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMoBydZMxcCt1rGkva2peXNLsDnmkrom { top:5rem;left:42.125rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl7Dy5Un6NK9nLKIlbgvdTG3pHs1PGcV { top:12.6875rem;left:42.0625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLHT4BUXZFmliIcn0KWS2mTbIhcHVTXu { top:5.75rem;left:18rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXxBknb9FItrqH0CIqzDKg8NE7SH5d1k { top:5.9375rem;left:43.125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmRCKMhioxTcCarMxxAdpa6KIlbXVWkn { top:13.3125rem;left:18rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLm7amRTBmKiTmyJKvD1zk7T9LS9Bc0D { top:13.5rem;left:43.0625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdqJARstEI1zhE9y2I7i7oFwOv9KnwME { top:4.4375rem;left:0rem;width:26.375rem;height:10.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbWRbtHUQRE08TwSnqMQDukoBBPqzl1E { top:1.25rem;left:0rem;width:11.5rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:2.5625rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:2.5625rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:27.5rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.125rem;left:0rem;width:28.3125rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.3125rem;left:0rem;width:24.0625rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 { display:block; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oM8wNEzk3GcAQamoPbVJwwQkQuImgwk7 { top:7.1875rem;left:42rem;width:5.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEJvs5XCEQDPmlHVvtQl2foxGyfgVLDs { top:6.875rem;left:39rem;width:8.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHBWAImbLI3qICNLE7WWnopyky0m6RKs { top:8.8125rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq7xefwcfzSEwxAZDHZDRZfcRNHCOOKw { top:3.8125rem;left:8.1259765625rem;width:31.4375rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlghatAICLRTKWoehGU1kfEEE7d0gv8n { top:12.3125rem;left:11.90478515625rem;width:23.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkCp8aNTOEbUMD0aOtDcVDob3nSyC6pI { top:12.3125rem;left:0rem;width:23.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #maPG8h0eBiLSfwaATuukBRLEJHAHZ6SV { top:12.3125rem;left:23.875rem;width:23.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhJlCCSthmCF3P5nDMJ57QdBPiEfQxyH { top:29.8125rem;left:11.90478515625rem;width:23.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZcidpA3A19HN7VTHi5AwTsztweERPxV { top:29.8125rem;left:0rem;width:23.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq7yKT563TUVTpHKlN9zcO6damQbPkdx { top:29.8125rem;left:23.875rem;width:23.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixiCqvc6TSRNHl1M9wCzZ5mf22ffMRSp { display:block; }#ixiCqvc6TSRNHl1M9wCzZ5mf22ffMRSp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyBXqvKVDZdasFsCaEtMtAy51WDQMi2s { top:3.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ3stiE7WAQECJ7JJgBP99sxSVZsurX1 { top:2rem;left:0rem;width:16.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFHx7tUO8i5yH9LWZwzlDTx6T9whRor9 { top:7.3125rem;left:6.3750038146975rem;width:29.25rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcWDgnqFlDI6gRanRHaGGp2vhm4GUBZM { top:11.125rem;left:9.3122863769531rem;width:22.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xonEWbFyI6LqiDhZFDvtiLVv5U933tBx { top:11.125rem;left:27.375rem;width:20.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6D06DeW3nkm707fC6EynSIQdXuAp88x { top:13.9375rem;left:9.3741340637206rem;width:20.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdNIT2alZhIsN4WylMJOCrHgBMFfTdO4 { top:13.9375rem;left:27.375rem;width:20.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsChJI5qeTiffv1AcXe8Q1Xq3uR6ebLm { top:11.1875rem;left:6.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz6eIsiDr2cdJ2yIFKZJTOpDAEVdk32p { top:14rem;left:6.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKulmLDNcT7TpiKnNkc1A78c1v4uWBrb { top:11rem;left:32.249568939209rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMCT6qXUibI8sa8R89AT7TTvQeT2yVCQ { top:13.8125rem;left:32.249568939209rem;width:1.5625rem;height:1.5625rem;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:26.625rem;left:7.125rem;width:40.625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { display:none; }
 }@media only screen and (max-width: 763px) { #eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { top:4rem;left:14.75rem;width:18.1875rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8H9rGL5TBKg3kGHV0zSzenoNsApqLaK { top:9.0625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkerGm1059xzmsQRJ90ALnpccFTzLazM { top:15rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdawZNxgfUy5e2CangTfkAQRdwkViXXq { top:15rem;left:11.28125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn4rEzXb6uuxBWFg2wpuo1vahKxbq6xp { top:15rem;left:27.21875rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuVK8QrBxIfq0GCbNzcNCNtFVt6FRasF { top:15rem;left:41.8125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTX5dXOcqXBvbXSWMm5GdVDQUsahT0Cn { top:16.125rem;left:0rem;width:3.0625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8I1kxClglMiuOo34BLor9XJCc81dcAq { top:16.0625rem;left:12.8125rem;width:2.875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPtJwbUfI9Vvi6Rv86IibIQbaW7wSIQX { top:16.125rem;left:28.78125rem;width:2.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOTrPbwAr7M7STPr2y0QeWM2l3TzoCXm { top:16.125rem;left:45.3125rem;width:2.3125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kACIAD4si6CSnnMVxhQAxFgTErL6Uv1T { top:18.8125rem;left:0rem;width:5.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1zhBcJwsHdqr9PLBKw3ocwEUr4EIWSv { top:18.8125rem;left:11.375rem;width:5.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcpnbMT9rTvnNyO3EHqEdAoZR0C8xTtD { top:19.1875rem;left:27.3125rem;width:5.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnklM3EElt7NGiLcWeqrfh1roHxuonUX { top:19.1875rem;left:42rem;width:5.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5d1stGmTQVOaGcKw3LwGL3yZMcT27XC { top:21.875rem;left:0rem;width:13.5625rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmweRGdhi0C8luTNoOLCDU1s8TcKaTAT { top:21.875rem;left:7.8745689392087rem;width:13.5625rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlkuIGPCqkzxQDP8T5g7spT2hCU834Wk { top:21.875rem;left:23.499568939209rem;width:13.5625rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Elt0saVVE88AQCexdHEgnDAynXmlTlHM { top:21.875rem;left:37.0625rem;width:10.6875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDKBTU1TCA14S5KzWIoXL69iDTQT7esN { width:20.3125rem;height:3.0625rem;top:57.9375rem;left:13.6884765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9o2wPJTRdgaT3bPLSG4eLLzfNb3ivTz { display:block; }
 }@media only screen and (max-width: 763px) { #gVVRpT6o76gC0Kpygvqh9SeVcn4h3HL8 { top:26.625rem;left:0rem;width:29.375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5pDGObKBq58VSc8f2kVb6ARq0MseuJH { top:30.9375rem;left:0rem;width:25.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAVeAXDu8BRLRaFhRgcqbooTJGVrwkDE { top:30.9375rem;left:0rem;width:4.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3N0oUrmHQVhUhzoOgWQwET0za4L7kev { top:32.8125rem;left:0rem;width:19.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3PDJbu0mi4GpQ6TmT2eXo5J1kDrask6 { top:39.5625rem;left:0rem;width:18.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsGxXq55VzlJWEdAIOwSwG9BNUMK4dw5 { top:37.625rem;left:0rem;width:37.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO1mQrKfNmkUUqLzbOkTSM9bB7f1i1Wg { top:45.8125rem;left:0rem;width:22.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn0IPK5rqG5AysyJ9ggUZ75cFV4G8PEg { top:43.875rem;left:0rem;width:16.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrfcVJp5gmH0Ls1JK4Qy6fGNZDKR2XBh { top:37.5625rem;left:0rem;width:4.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJTKw9IEnQv502ZxDQQ8qA66HeznnkTU { top:44rem;left:0rem;width:4.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5Af4WTw7e9p4BwQuv9QrAilQC1bdeMR { top:50.1875rem;left:0rem;width:15.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqspmNpvmLQuTIV4zra4bD24Cw3swxIL { top:50.25rem;left:0rem;width:4.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNBvzg51DVU4mB5TzdcQ26IaKcUWbcoD { top:52.1875rem;left:0rem;width:19.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJVuZ0N04csaQUegHpEPequRLIMBW2hp { display:block; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3uU1glT3beET59mQruzVPeay9XkFAH8 { top:3.75rem;left:2.875rem;width:44.875rem;height:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weRmBImZl3HqTwe2zqJfZv32ovexZTz3 { top:13.125rem;left:0rem;width:47.5rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5EVWBHn2T3u849tXzi4poyytHwa5raq { top:16.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntwEcBZTkOkbqvycmyg7ZWtiwVf941XT { top:20.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irqUyTsrqkXo0C0Bo8OylJV07JcM20Uv { top:35.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQRnZQvzA6nJxthybI9KSGrOfuHMFLv9 { top:7.8125rem;left:2.6875rem;width:42.375rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC9WGHZgnpsRF8bJid3u9JKVmXasyuFr { top:27.1875rem;left:0rem;width:18.1875rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITbkCweB1vC8AFODqGFI80v5BnbOJyST { top:23.8125rem;left:0rem;width:18.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmKW9DA91By3cUHuWqEw5ii3T2I5EOqN { top:23.8125rem;left:6.03125rem;width:18.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk2UqOahlsW7kecgXwNIOkrJT2SgFu1H { top:27.1875rem;left:6.03125rem;width:18.1875rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3DZfU8GPaRJRFbD8sQ1bVxqdLSmvfUk { top:23.8125rem;left:23.84375rem;width:18.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdiU6S4i9l1F0Cug3FXmAdOIGB5V5dZW { top:27.1875rem;left:22.8125rem;width:24.9375rem;height:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkcERaQ19VueZMOin5Kn2Q2iObb2GW9f { top:26.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxcmuhJhEp3USBGesTIohyg9w8DTcnRn { top:29.5625rem;left:45.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #veO96uXwGJIbwyuT9xBdauguzoMeLt3I { top:28.875rem;left:34.625rem;width:13.125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgoZ25h73xasn72pVfmOpCGfCor3hk3A { top:16.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIhUUGTiSQ8OhPPrMCZsD374hAmyIMzG { top:16.125rem;left:0rem;width:18.6875rem;height:4.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1XGAwqAJ1G70kx3ypmUMSea1lxxCbyN { top:41.6875rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQIBoKEkHdCGTrcwfGTl9huGta6xPHMh { top:3.75rem;left:0.5rem;width:3rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPqrBWz1f2T7FM6w9huIIyUvBJ8FfLqc { top:11.875rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #r1QVy53oTnKzQAnz6hsd4MH1si2GyTts { top:13.125rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #izF9coy0VVpTc0Oe0dmkQkWPf3JizBZd { top:17rem;left:0rem;width:18.0625rem;height:3.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PyZei5JeT6DGyRbGtSfoPg9N0ZEi2y7W { top:26.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqKR1CWIMv5AbDbDhxdgFDUWfvL0l8Di { top:18.75rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XUqKgqswMrlWFCDyZbaSFxFxv6DbGDbJ { top:13.125rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3PFwOKpRnAg4It8CSCKBWJMWk66SnQQ { top:21.4375rem;left:0rem;width:16.6875rem;height:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIveT9l9kTyUyi1a6nm0OvEm6HxAUKtn { top:24.5rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T86nCDZpI63O79h8nQmgBFET4NW7xJU5 { top:25.75rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQbHD9W5asTCqTplCNGOMCBX7qbc9Vv4 { top:27.1875rem;left:0rem;width:16.6875rem;height:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fK1UWR5WkCVlHBL0p2kJ3hnM1twM5aGB { top:5.625rem;left:0rem;width:18.75rem;height:3.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LfhagR5XuPQpTnmoaU1huFlqcOHEVGHk { width:20.3125rem;height:3.0625rem;top:48.375rem;left:13.6884765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4Wi1TDWgMG6fT6CLy3XWER8UG0ukETK { display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { top:1.9375rem;left:8.6246433258056rem;width:30.4375rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV { display:block; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4mXtuq0FNno02UTdkNxQuAGchvFlE9H { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm { display:block; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2kU5DfVmM9xc7HcdecCfQLWVRynz9zt { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf0y43Kf6ZWTRh1KaPgyEOaLJmfzv4xQ { width:12.9375rem;height:13.062903877221rem;top:4.0078125rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0d894d01-25c3-4e8b-b570-b4243491f91e/1234.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:8.0625rem;height:2.03125rem;top:10.6328125rem;left:3.28125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUp5UykzVuL6J89EuzrUmJ48AppkieoA { width:6.375rem;height:1.29948125rem;top:8.8802084922788rem;left:6.8120663762094rem;font-size:1rem;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:15rem;height:2.5rem;top:15.311415195465rem;left:2.5000000596046rem;font-size:0.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #qoU0IcfZgahpwJhRpJ887A0n3a0Sar08 { width:6.4355625rem;height:1.2999125rem;top:10.994791984558rem;left:11.341146469116rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxB6yn84dhTIQaUFWqQflxIwHSP9cTFO { width:14.1858125rem;height:1.86889375rem;top:4.249267578125rem;left:2.906494140625rem;font-size:1.4375rem;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ke0HePqv0weU4I6JJXSHMLn5NA22a1iw { width:9.624rem;height:1.1375rem;top:6.1171875rem;left:5.1875rem;font-size:0.875rem;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zuThy6Z3iuIdUMBPAbpPeLaVdMUwJpMf { width:20rem;height:1.57486875rem;top:10.852865219116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkqyuzTLsKp5r2fwluW90FKXKbG4WsGa { width:18.75rem;height:0.75rem;top:13.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHEIv6ApfZJ30ds4SVm023IqZ4KFy2R5 { width:20rem;height:1.2217194570136rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbvTL0LUGii5XsKJekXr8E1hSGIXxf9f { width:5.375rem;height:4.8125rem;top:0rem;left:0rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 { display:block; }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTRFVNvEP14dxw5psEkOzeGPPGRmGe9h { width:6.3125rem;height:2.4375rem;top:6.3085942268369rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmKoDG3ekaaCaPTSTB7TFUeJzOwnHtuz { width:8.0625rem;height:2.4375rem;top:6.3085942268369rem;left:10.955729484558rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5slDt8nfAUlQDskk67JvJIF5HdTlsZy { width:7.4375rem;height:3.6547875rem;top:15.9375rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnVTQdNaxxpdcEUSlJ0nf8aEHcM44wky { width:7.0625rem;height:3.6547875rem;top:15.9365234375rem;left:11.4560546875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cywh6Rs2Ce99yuas0TJJZd319yDIXTBD { width:4.1875rem;height:2.875rem;top:1.822265625rem;left:3.5498046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PehGdobQvaE22qUvCc1lLgWTqvZxMkyR { width:2.5625rem;height:2.625rem;top:1.947265625rem;left:13.5498046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGDkxurqUHiKtwBLUXhuG3XE8awhr0dH { width:1.9375rem;height:3.25rem;top:11.3828125rem;left:4.6748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2XA8z9AlHZy8xM8X1QxRgiqTGBHRVyV { width:2.3125rem;height:3.1875rem;top:11.4140625rem;left:13.6748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9ead8f25-68d6-48cf-88f1-83f4378358c1/edm.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.adaptive-delivery-prevent-bg, #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.lazyload, #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.lazyloading { background-image: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { background-color: transparent; background-image: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container > .video-iframe-container { display: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container { display: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { width:20rem;height:116.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9 { width:18.375rem;height:10.437rem;top:8.1859369277956rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8OMTaKACThT5xsE04KiTygUTq5wNy8e { width:10.43675rem;height:1.54361875rem;top:20.0625rem;left:0.8125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #THqTJ4iheNUNa8vJxyJSEPoLNte1g63e { width:3.8745125rem;height:0.89323125rem;top:27.62890625rem;left:2.0625rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #FydIs4sPxr5ZHF4EmUyKtCmgAmDnWul8 { width:7.1875rem;height:1.625rem;top:27.333984375rem;left:6.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XGIf06hBU75lBexwr1fgVCu2XVnVKLJx { width:20rem;height:25.75rem;top:31.287109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5 { width:18.625rem;height:11.125rem;top:34.599609375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rdR1Ne3Rs8xNtsd01MH5dOgLo8RV1xqt { width:12.5rem;height:1.46218125rem;top:32.474609375rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKGO2TPuQaTxObNSInKR9TWJREAVKs6d { width:7.0625rem;height:10.3125rem;top:45.724609375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1V55aWzBGoWsSU40f9944FTLIv0rBPG { width:1.875rem;height:5.699575rem;top:46.662109375rem;left:9.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VOcXoeUBkbJkA8Jke0xDXe1C0sPVghQc { width:6.625rem;height:5.699575rem;top:46.662109375rem;left:12.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OU2ffzvSvaNDIsmfmqq5BgHCA5KrN0WV { width:4.0625rem;height:0.89323125rem;top:27.66015625rem;left:13.4541015625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FbsOl09QO4HZI7l1tDINeLu5x0QJXNIw { display:flex;width:1.375rem;height:1.375rem;top:21.9375rem;left:0.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #WvvLTDN99pk1bbBtalwZNl7TGoTxB3qp { width:5.1234375rem;height:0.89323125rem;top:22.0625rem;left:1.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cbQbUdTGlJw6qAMqTRcH0byz4rv53lLn { display:flex;width:1.25rem;height:1.25rem;top:22rem;left:6.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #QIS3bm6TpRHA1Lx1vurWKPwfzCUMFJ8O { width:5.4359375rem;height:0.89323125rem;top:22.125rem;left:7.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #em1g5lAMc40qBGk7TpaQla25PQDKnfOG { display:flex;width:1.4375rem;height:1.4375rem;top:21.8125rem;left:12.1875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #BnpqAPmPTFey02aQ6cN4ICebgiRUIzpc { width:5.2484375rem;height:0.89323125rem;top:22.125rem;left:14rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mgkHLcNupNmU4Fr3M91pJiEtnKNuxwA2 { width:19.9980625rem;height:2.5996125rem;top:2.6123046875rem;left:0.001220703125rem;font-size:2rem;font-weight:400;font-style:normal;color:#303f4f;display:block; }
 }@media only screen and (max-width: 763px) { #SrnZ0SMuoq95zKHT2U7WSorcJCNbcmZS { width:20rem;height:23rem;top:7.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh6v7zPrgxTx7w2JGztMHfaEH3GeSA9M { width:12.2484375rem;height:0.89323125rem;top:23.8330078125rem;left:0.3740234375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CfIqvtmtrtBDEiw5I3u0H0xyc4OTd21n { width:9rem;height:0.89323125rem;top:23.8330078125rem;left:10.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PM5eTKkdwe6UF0QBhqwGmxHvbCLrvFln { width:8.0625rem;height:0.89323125rem;top:25.3955078125rem;left:10.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q8IGpzeNZr0LJa0DooIWCMbnMx5T3fWO { width:12.0625rem;height:0.89323125rem;top:25.435546875rem;left:0.3740234375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n6L2gkADtc0Z87QVtsVlckDcQ29Gs9k5 { width:19.125rem;height:2.375rem;top:26.958984375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6gXZNRqkJI1ZTu8fFWcZCk8TzmVTLFP { width:18.375rem;height:10.4375rem;top:33.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRyhsTFWrQJTTSgUAWmTmUGS482ymoq1 { width:20rem;height:24.75rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cotooTtbuF3wTy8z3JipZTNMWtKNN87U { width:17.375rem;height:1.54361875rem;top:45.4375rem;left:0.8125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CTlSalKwKUIe5lh3STBdgq0BziCTqlVT { display:flex;width:1.3745125rem;height:1.3745125rem;top:48.3125rem;left:0.8125rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #HKLD7S4x0vpyuE04hadHd4f89IHO9o8L { width:3.686525rem;height:0.89323125rem;top:48.5625rem;left:2.875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O7oucEQGdUuBAf42lLMkIub4Rultbd00 { display:flex;width:1.25rem;height:1.25rem;top:48.375rem;left:6.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #PxeoKxortclvRhstTdKG7WtHsUqxtM4T { width:4.249825rem;height:0.89323125rem;top:48.5625rem;left:8.125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hu377SUzH4EQ2qiD4LRuytBdhL4huGxF { display:flex;width:1.4375rem;height:1.4375rem;top:48.3125rem;left:12.25rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #mcpTAs6lnZL67e5G5fQzQmavr4n0mZOF { width:5rem;height:0.89323125rem;top:48.5625rem;left:14rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NJPpv6gkfaeR8xNbzxFcq1oDcKcU4RL2 { width:12.249625rem;height:0.89323125rem;top:50.75rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yF9plpvKfEJ5J8RsTf3X6JzD9I8P99wR { width:12.5rem;height:0.89323125rem;top:52.25rem;left:0.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EC57pg08My2ze3B7QWxJ4bRs8SvT7lta { width:8.5611875rem;height:0.89323125rem;top:50.75rem;left:10.66796875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S7JxbiKC4B5MTg8vNu7k9XMaEbVWtCmH { width:19.125rem;height:2.375rem;top:54.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCWK52kLoRhOd6aik9TXpOotwe1qh2sI { width:4rem;height:0.89323125rem;top:54.8125rem;left:2.0625rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NBkJIHLNminaVxIcVEZJvbFvrLMk2KGG { width:7.75rem;height:1.625rem;top:54.4375rem;left:5.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C7mXKRB0xXTwUrbabQAoVPgRzLLcsrXB { width:4.125rem;height:0.89323125rem;top:54.8125rem;left:13.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KCSF4ku4UEV6cw2eP1iyPrnqfDiLxkCC { width:5.06185rem;height:1.13769375rem;top:20.3125rem;left:9.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KnNoUFoRvLmgeVDdvkaJExgonvzTgSmU { width:10.625rem;height:1.18706875rem;top:20.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2bRdy82C4MTbntvntV5f4sgq5im1xtW { width:5.06185rem;height:0.89323125rem;top:47.0625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hfWukCJbAU6yvAbEhhAwTVKKGT3rkxry { width:18.75rem;height:0.9375rem;top:46.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAe4JSscOfzcmNSDTGX89TlgNPT1Trqh { width:20rem;height:25.9375rem;top:59.875001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckNkxE2TA0cvduUbAwQBxA4blWRxAbPH { width:19.125rem;height:2.375rem;top:82.3125038147rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUeTCLvqsM2IctW76ZLkDfpEOeAh8ycL { width:13.9365rem;height:0.9746125rem;top:77.87500190735rem;left:0.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ELmrfdUPgzH5L70CDROKw7FT7N5sRyMg { width:6.1875rem;height:0.89323125rem;top:83.0625038147rem;left:13.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OiNCipaon9uwcEzM77Qg0gogIouETPP3 { width:4.75rem;height:0.89323125rem;top:75.68750190735rem;left:13.9375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DcccJWTIdmo4C0fARc0bMenswT1imAlu { width:11.3115rem;height:1.625rem;top:82.6875038147rem;left:4.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eZS8F9yrQPliF0MxG2Nr3w4ZXqIhRa1T { width:18.75rem;height:0.9375rem;top:73.87500190735rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0xT2SbOuO2IGLpnmbbvBl2idyDEntsB { width:20rem;height:1.462675rem;top:72.31250190735rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WhyMyedA4zp4azopgaN4AivGUmGVnaws { display:flex;width:1.4375rem;height:1.4375rem;top:75.43750190735rem;left:12rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #nBw12VOklxuyT1amVHKwnbJlJImGU8if { width:3.6875rem;height:0.89323125rem;top:75.68750190735rem;left:8.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JNEmD2IICR6G2AJQ7Ha5WuKTsh76gUun { width:9.125rem;height:0.9746125rem;top:77.873699188231rem;left:10.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZDM0K3cnbPhSaNvMfHstrXdnuuXFUEu2 { width:16.0615rem;height:0.9746125rem;top:79.56250190735rem;left:0.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZCwbwCNUzWevqCrnUIaQaXPm7l7ie4ow { width:18.375rem;height:10.4375rem;top:60.812501907349rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXqWu7hvsEwNfIUgDrJ9wUglo1kBwOEZ { display:flex;width:1.25rem;height:1.25rem;top:75.31250190735rem;left:6.5rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #w7tNUMpTOXu39rm2h3EqbZuhk7cBt4X4 { width:5.811525rem;height:0.89323125rem;top:83.0625038147rem;left:0rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gHwJyavPJ3179Uz5QK8phOHGsPwVUEOM { width:3rem;height:0.89323125rem;top:75.68750190735rem;left:2.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MaGVRulFMHsCzm3KiCWFQTTy0DF8kZTr { width:5.061525rem;height:0.9746125rem;top:73.87500190735rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KpTy9wT4NO8Taw0XPfJKVsuTToOSQXQy { display:flex;width:1.375rem;height:1.375rem;top:75.93750190735rem;left:0.8125rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #yCVKgfecZue35BFMbIlXS1JNeVZllyAs { width:20rem;height:24.0625rem;top:89.2500038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD0ZMya4seZuTuVyyCDcNXGGT2NwDvq8 { width:18.375rem;height:10.4375rem;top:90.1875038147rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3OgPyGqWJBVEDzZIJatc52rtvkgnv0K { width:16.8115rem;height:1.462675rem;top:101.5000038147rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b6zehUqoCP5zvuVIH8CXFUypczfdGznw { width:18.75rem;height:0.9375rem;top:103.0000038147rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKCrl3WuZzIKx4RViU5OS3zkUhDeoU0b { width:4.5rem;height:0.89323125rem;top:103.0000038147rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lRAU9XRtqk8tQCQNDHqRmTzUM6LEfiNm { width:5.0625rem;height:0.89323125rem;top:105.0625038147rem;left:13.875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aduPz1VpcZi8SIOx411hfFDT5THbET5b { display:flex;width:1.4375rem;height:1.4375rem;top:104.7500038147rem;left:12.25rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #fhWW2uOpmXRTEnAclf1nCTNcKCZvtSzd { width:5.436525rem;height:0.89323125rem;top:105.0625038147rem;left:8.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gA88zEqMayNho5sHX30tT1vU6oqfa2JB { display:flex;width:1.25rem;height:1.25rem;top:104.8750038147rem;left:6.8125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Xt6JHyAkR1lOLOAR3iBtCBmoMMUFTS1O { width:2.749025rem;height:0.89323125rem;top:105.0625038147rem;left:2.9375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uvHTMHiSTsIBy4DnF3UhprUIzBfJQmGL { display:flex;width:1.375rem;height:1.375rem;top:104.8750038147rem;left:1.0625rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #iDKCqN89TDVMVSAWn7cLEIMHztC9W0ND { width:13.9365rem;height:0.89323125rem;top:106.8750038147rem;left:0.9375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #No12IoIAzUiq6MtDtlZ1QFoaIuXT8PRx { width:10.25rem;height:0.89323125rem;top:106.8750038147rem;left:9.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DGTxG3v13TOtlcChsvBZDzBLXuy012Tb { width:8.3125rem;height:0.89323125rem;top:108.3125038147rem;left:1rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kGrXr7pEytMg2vqJXMHLTG8GvzL5ZgqW { width:19.3125rem;height:2.375rem;top:110.0625038147rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU0PRv6iWTWul7UAbiLx40PE7ebQQTTp { width:6.3125rem;height:0.89323125rem;top:110.8125038147rem;left:13.5625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ChnXzdCfJizEIwuFvWNdxIa29T7whBSD { width:11.3115rem;height:1.625rem;top:110.4375038147rem;left:4.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTMMtkwAkZ16vehVoHALim6arXLdg5zb { width:5.1875rem;height:0.89323125rem;top:110.8125038147rem;left:0.8125rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e28d6212-853e-4c4d-991d-ed36b45d06ba/WhatsAppImage25690327at0958.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.adaptive-delivery-prevent-bg, #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.lazyload, #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.lazyloading { background-image: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { background-color: transparent; background-image: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container > .video-iframe-container { display: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row > .video-iframe-container { display: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MM7FUGJKPDPR1LlT4rt8VovJqkMTGGbo { width:10.75rem;height:0.8129875rem;top:9.8125rem;left:1.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CxsyVbUsmfqCOHWMTIU4FOF3hO6BrotE { width:10.875rem;height:0.8129875rem;top:9.875rem;left:8.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tu7bRkpfPhXLEegIernvUBVONEwFqW3X { width:7rem;height:0.8129875rem;top:13.4375rem;left:1.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xQCCgv7Iyt2vHuFRRdoMBRsKBeRe81TQ { width:9.75rem;height:1.625975rem;top:13.4375rem;left:8.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IhuJTGA3D77vFDFsBB5TJaPJiCf5lWMX { width:10.125rem;height:0.8129875rem;top:15.625rem;left:8.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LiHaLW4Gu4UdFabVTxwkVddsgkOfygRJ { width:6.25rem;height:0.8129875rem;top:15.625rem;left:1.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nBTvZCyk9leS2yc91F2h5lTacZeadOVT { width:6.125rem;height:0.8129875rem;top:17.6875rem;left:1.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XDiVC8kopiXiPm6zriTn6TbUNfOQWixD { width:10.6875rem;height:0.8129875rem;top:17.686630249024rem;left:8.499348938465rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oRUWHN61JJ2W2n43JhrtrVpCb4BJdQL5 { width:5.5625rem;height:0.8129875rem;top:20rem;left:1.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xq3ylGM8CNmiHoSFpSrsQXHfM43BhmVQ { width:11rem;height:0.8129875rem;top:20rem;left:8.499348938465rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LKwXRshaoiEv1Lp6UZN72qQs4nEdrC8l { width:14.375rem;height:4.36279375rem;top:4.125rem;left:1.625rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a2lgXiKIc1nqOVMhVR6BwkXFc8QiPPUb { width:9.0625rem;height:0.8129875rem;top:11.625rem;left:8.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gm9IiAefpGnuJk5XAuJsUM7piXXR2tkF { width:5.3125rem;height:0.8129875rem;top:11.625rem;left:1.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xpIahi16fTnZRbz4iGhBZtScc0afdfma { width:16.25rem;height:0.125rem;top:8.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdruvQGuJgsAFsqfUfKrXnyRI7XQXwKh { width:20rem;height:18.6875rem;top:3.310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4MApV4dTJmJcfUClPePhV1obtMJL0fy { display:block; }#t4MApV4dTJmJcfUClPePhV1obtMJL0fy > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krasQO7eTx0TuLSy1uxIFv2TRMyA8Md8 { width:17.625rem;height:1.86889375rem;top:3.875rem;left:1.1875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F0L8QSx8HBTvP9vkaR4d0iFmOdvfC4bp { width:15.3125rem;height:1.54361875rem;top:7.8116302490238rem;left:4.6875002980232rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTyhKKG5r24GAQkk50URmr1JDrMkNwV2 { width:14.0625rem;height:2.4375rem;top:9.75rem;left:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0uKDzrtx4RMyivXgOJtp6fbXHOsfCKo { width:12.1875rem;height:2.4375rem;top:14.9521484375rem;left:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I05UDapkke3gDhK8eDUAst9TUUaIpe6q { width:11.3125rem;height:1.54361875rem;top:13.1875rem;left:4.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyz3IzGCXQntDDaSPNb81SHFLkcWXnHM { width:12.1875rem;height:2.4375rem;top:20.3271484375rem;left:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7LU1mpDKO3LqV9U7tAvtTwx8uqQTx4F { width:15.3125rem;height:1.54361875rem;top:18.5625rem;left:4.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuS4NEHguLArzqVJkFg5T28gOGKTlpeD { width:12.5rem;height:1.54361875rem;top:23.875rem;left:4.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4eAJTe1Fv0TuqTxzIkUcNyKyeT2ktZx { width:12.1875rem;height:2.4375rem;top:25.5234375rem;left:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIGyVEmAHawzSWMmGmD201vwPiSZrogR { width:20rem;height:3.9375rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5gEzsrVtVyOOZI71pGBuiADUtMtUXX8 { width:5.625rem;height:1.462675rem;top:30.1875rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nUm2WAx8KXLMQ1GeCLzybmZf4VNRc8oz { width:6.0625rem;height:0.89323125rem;top:31.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBFI9DLStonDyARQreHunpWHpSbt1U6T { width:9.375rem;height:1.462675rem;top:30rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvxOLbGnhfD3B3TITxqtWvDCuaoUzwCH { width:9.8118125rem;height:0.89323125rem;top:31.9375rem;left:5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcWXTwHzXZg0OqICLxPvTLnUhtQkAt6A { width:5.99964375rem;height:1.462675rem;top:30.1875rem;left:14rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbDT0aabvlNI4MgX2Xf11pg1KqxpaI5J { width:5.875rem;height:0.89323125rem;top:31.961588859558rem;left:14.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVXlX2eMwvEMnDCGNQu0dq3vwVJD9fJa { width:3.8125rem;height:3.8125rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiTKlRBvue4odTpiZ3lmoNdA1fk6d3dT { width:3.8125rem;height:3.8125rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMoBydZMxcCt1rGkva2peXNLsDnmkrom { width:3.8125rem;height:3.8125rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl7Dy5Un6NK9nLKIlbgvdTG3pHs1PGcV { width:3.8125rem;height:3.8125rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLHT4BUXZFmliIcn0KWS2mTbIhcHVTXu { display:flex;width:2.375rem;height:2.375rem;top:8.21875rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #XXxBknb9FItrqH0CIqzDKg8NE7SH5d1k { display:flex;width:2.25rem;height:2.25rem;top:14.0625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #QmRCKMhioxTcCarMxxAdpa6KIlbXVWkn { display:flex;width:2.3125rem;height:2.3125rem;top:19.375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #rLm7amRTBmKiTmyJKvD1zk7T9LS9Bc0D { display:flex;width:2.1875rem;height:2.1875rem;top:24.6875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #XdqJARstEI1zhE9y2I7i7oFwOv9KnwME { width:11.5rem;height:3.736325rem;top:0.599609375rem;left:1.875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SbWRbtHUQRE08TwSnqMQDukoBBPqzl1E { width:11.5rem;height:1.86889375rem;top:2rem;left:4.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/30f81e6a-a172-497f-add8-b6073bc2d5aa/13LDK215.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.5rem;line-height:1.2;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc300, #b38d09);background-image: -moz-linear-gradient(180deg, #ffc300, #b38d09);background-image: -ms-linear-gradient(180deg, #ffc300, #b38d09);background-image: -o-linear-gradient(180deg, #ffc300, #b38d09);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc300', endColorstr='#b38d09' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc300', endColorstr='#b38d09' );";background-image: linear-gradient(180deg, #ffc300, #b38d09);background-size:initial !important;color:#ffffff; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.9375rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.94921875rem;top:25.94921875rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@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:1.40014375rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 { background-color:#1a744f;background-image:url("https://images.assets-landingi.com/uc/ca3e3628-0c56-436a-b9f7-24936de677fd/ResidenceLaMer.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6.adaptive-delivery-prevent-bg, #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6.lazyload, #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6.lazyloading { background-image: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { background-color: transparent; background-image: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container > .video-iframe-container { display: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row > .video-iframe-container { display: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { width:20rem;height:91.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oM8wNEzk3GcAQamoPbVJwwQkQuImgwk7 { width:5.75rem;height:1.1375rem;top:53.26171875rem;left:9.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #gEJvs5XCEQDPmlHVvtQl2foxGyfgVLDs { width:7.9375rem;height:1.4625rem;top:53.162109375rem;left:11.4375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #LHBWAImbLI3qICNLE7WWnopyky0m6RKs { width:7.125rem;height:1.1375rem;top:54.5859375rem;left:12.25rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #nq7xefwcfzSEwxAZDHZDRZfcRNHCOOKw { width:20rem;height:1.7858875rem;top:2.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlghatAICLRTKWoehGU1kfEEE7d0gv8n { width:20rem;height:12.9375rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkCp8aNTOEbUMD0aOtDcVDob3nSyC6pI { width:20rem;height:12.5rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #maPG8h0eBiLSfwaATuukBRLEJHAHZ6SV { width:20rem;height:13.1875rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhJlCCSthmCF3P5nDMJ57QdBPiEfQxyH { width:20rem;height:12.625rem;top:62.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZcidpA3A19HN7VTHi5AwTsztweERPxV { width:20rem;height:13.125rem;top:48.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq7yKT563TUVTpHKlN9zcO6damQbPkdx { width:20rem;height:12.6875rem;top:76.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixiCqvc6TSRNHl1M9wCzZ5mf22ffMRSp { display:block; }#ixiCqvc6TSRNHl1M9wCzZ5mf22ffMRSp > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyBXqvKVDZdasFsCaEtMtAy51WDQMi2s { width:16.8125rem;height:3.0859375rem;top:9.875rem;left:1.59375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JQ3stiE7WAQECJ7JJgBP99sxSVZsurX1 { width:7.4375rem;height:7.4375rem;top:2.4375rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFHx7tUO8i5yH9LWZwzlDTx6T9whRor9 { width:18.375rem;height:1.3rem;top:13.849609375rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcWDgnqFlDI6gRanRHaGGp2vhm4GUBZM { width:16rem;height:2.4375rem;top:16.75rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xonEWbFyI6LqiDhZFDvtiLVv5U933tBx { width:15rem;height:2.4375rem;top:20.217187643051rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6D06DeW3nkm707fC6EynSIQdXuAp88x { width:15.375rem;height:1.21875rem;top:23.5615234375rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdNIT2alZhIsN4WylMJOCrHgBMFfTdO4 { width:15.9375rem;height:1.21875rem;top:26.0537109375rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsChJI5qeTiffv1AcXe8Q1Xq3uR6ebLm { display:flex;width:1.125rem;height:1.125rem;top:16.875rem;left:1.4375rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #cz6eIsiDr2cdJ2yIFKZJTOpDAEVdk32p { display:flex;width:1.0625rem;height:1.0625rem;top:23.685937404633rem;left:1.40625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #lKulmLDNcT7TpiKnNkc1A78c1v4uWBrb { display:flex;width:1.125rem;height:1.125rem;top:20.217969894409rem;left:1.40625rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #DMCT6qXUibI8sa8R89AT7TTvQeT2yVCQ { display:flex;width:1.125rem;height:1.125rem;top:26.052343845367rem;left:1.40625rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7089062-b7c0-4e0e-bcd5-c80d601efa77/TheAddressSiamRatchathewi20.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46.adaptive-delivery-prevent-bg, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyload, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyloading { background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { background-color: transparent; background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:20rem;height:88.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #swCqybO2DLAeE7Ahl2WiSQVDyrGlJcXq { width:20rem;height:31.25rem;top:78.724429394531rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { top:67.749994277956rem;left:0rem;width:20rem;height:12.5rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { width:18.18575rem;height:1.7858875rem;top:2.623046875rem;left:0.9052734375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8H9rGL5TBKg3kGHV0zSzenoNsApqLaK { width:19.125rem;height:9.801rem;top:5.1851563453674rem;left:0.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XkerGm1059xzmsQRJ90ALnpccFTzLazM { width:5rem;height:5rem;top:17.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdawZNxgfUy5e2CangTfkAQRdwkViXXq { width:5rem;height:5rem;top:17.5625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn4rEzXb6uuxBWFg2wpuo1vahKxbq6xp { width:5rem;height:5rem;top:27.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuVK8QrBxIfq0GCbNzcNCNtFVt6FRasF { width:5rem;height:5rem;top:27.5rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTX5dXOcqXBvbXSWMm5GdVDQUsahT0Cn { width:3.75rem;height:2.03125rem;top:18.5625rem;left:3.4375rem;font-size:1.5625rem;z-index:15160;display:block; }
 }@media only screen and (max-width: 763px) { #F8I1kxClglMiuOo34BLor9XJCc81dcAq { width:2.87375625rem;height:2.4375rem;top:18.3125rem;left:13.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPtJwbUfI9Vvi6Rv86IibIQbaW7wSIQX { width:2.8125rem;height:2.03125rem;top:28.5rem;left:3.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOTrPbwAr7M7STPr2y0QeWM2l3TzoCXm { width:2.3109rem;height:2.03125rem;top:28.4375rem;left:14.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kACIAD4si6CSnnMVxhQAxFgTErL6Uv1T { width:3.6239375rem;height:0.87524375rem;top:20.75rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z1zhBcJwsHdqr9PLBKw3ocwEUr4EIWSv { width:5.7487rem;height:0.87524375rem;top:20.6875rem;left:12.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VcpnbMT9rTvnNyO3EHqEdAoZR0C8xTtD { width:5.7484rem;height:0.87524375rem;top:30.5rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KnklM3EElt7NGiLcWeqrfh1roHxuonUX { width:5.7484rem;height:0.87524375rem;top:30.375rem;left:12.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c5d1stGmTQVOaGcKw3LwGL3yZMcT27XC { width:7.8125rem;height:1.94921875rem;top:23.1865234375rem;left:1.4677734375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xmweRGdhi0C8luTNoOLCDU1s8TcKaTAT { width:6.937125rem;height:1.94921875rem;top:23.1865234375rem;left:11.5771484375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BlkuIGPCqkzxQDP8T5g7spT2hCU834Wk { width:7.4369375rem;height:0.75rem;top:33.767578125rem;left:1.65625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Elt0saVVE88AQCexdHEgnDAynXmlTlHM { width:7.1875rem;height:1.94921875rem;top:33.767578125rem;left:11.7646484375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uDKBTU1TCA14S5KzWIoXL69iDTQT7esN { width:18.999rem;height:3.061525rem;top:82.3125rem;left:0.5rem;font-size:0.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9o2wPJTRdgaT3bPLSG4eLLzfNb3ivTz { display:block; }
 }@media only screen and (max-width: 763px) { #gVVRpT6o76gC0Kpygvqh9SeVcn4h3HL8 { width:16.31225rem;height:2.92480625rem;top:38.935546875rem;left:1.841796875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5pDGObKBq58VSc8f2kVb6ARq0MseuJH { width:15.75rem;height:1.462675rem;top:43.650390625rem;left:4.1865234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAVeAXDu8BRLRaFhRgcqbooTJGVrwkDE { width:3.125rem;height:3.0625rem;top:43.837890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3N0oUrmHQVhUhzoOgWQwET0za4L7kev { width:15.6875rem;height:3.16796875rem;top:45.4599609375rem;left:4.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3PDJbu0mi4GpQ6TmT2eXo5J1kDrask6 { width:15.875rem;height:2.11198125rem;top:51.4990234375rem;left:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsGxXq55VzlJWEdAIOwSwG9BNUMK4dw5 { width:15.874rem;height:1.462675rem;top:49.990234375rem;left:4.1259765625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO1mQrKfNmkUUqLzbOkTSM9bB7f1i1Wg { width:15.875rem;height:2.11198125rem;top:57.5615234375rem;left:4.1865234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn0IPK5rqG5AysyJ9ggUZ75cFV4G8PEg { width:15.1875rem;height:1.462675rem;top:55.8740234375rem;left:4.1865234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrfcVJp5gmH0Ls1JK4Qy6fGNZDKR2XBh { width:3.125rem;height:3.061525rem;top:49.990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJTKw9IEnQv502ZxDQQ8qA66HeznnkTU { width:3.125rem;height:3.061525rem;top:55.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5Af4WTw7e9p4BwQuv9QrAilQC1bdeMR { width:15.75rem;height:1.462675rem;top:62.0615234375rem;left:4.1240234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqspmNpvmLQuTIV4zra4bD24Cw3swxIL { width:3.125rem;height:3.061525rem;top:62.0615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNBvzg51DVU4mB5TzdcQ26IaKcUWbcoD { width:15.875rem;height:2.11198125rem;top:63.9365234375rem;left:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJVuZ0N04csaQUegHpEPequRLIMBW2hp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca3e3628-0c56-436a-b9f7-24936de677fd/ResidenceLaMer.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp.adaptive-delivery-prevent-bg, #iJVuZ0N04csaQUegHpEPequRLIMBW2hp.lazyload, #iJVuZ0N04csaQUegHpEPequRLIMBW2hp.lazyloading { background-image: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { background-color: transparent; background-image: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container > .video-iframe-container { display: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row > .video-iframe-container { display: none; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3uU1glT3beET59mQruzVPeay9XkFAH8 { width:16.8125rem;height:1.30625rem;top:1.3125rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weRmBImZl3HqTwe2zqJfZv32ovexZTz3 { width:19.75rem;height:29.6875rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5EVWBHn2T3u849tXzi4poyytHwa5raq { width:18.4375rem;height:3.8984375rem;top:5.875rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ntwEcBZTkOkbqvycmyg7ZWtiwVf941XT { width:17.3125rem;height:1.13769375rem;top:10.4375rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #irqUyTsrqkXo0C0Bo8OylJV07JcM20Uv { width:20rem;height:0;top:32.0625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQRnZQvzA6nJxthybI9KSGrOfuHMFLv9 { width:20rem;height:1.03125rem;top:2.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC9WGHZgnpsRF8bJid3u9JKVmXasyuFr { width:8.5625rem;height:0;top:14.1064453125rem;left:0.9375rem;font-size:0.75rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #ITbkCweB1vC8AFODqGFI80v5BnbOJyST { width:3.5rem;height:0;top:11.875rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AmKW9DA91By3cUHuWqEw5ii3T2I5EOqN { width:5.3125rem;height:0;top:14.3125rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lk2UqOahlsW7kecgXwNIOkrJT2SgFu1H { width:18.1875rem;height:0;top:27.7734375rem;left:1.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3DZfU8GPaRJRFbD8sQ1bVxqdLSmvfUk { width:8.1875rem;height:0;top:17.05078125rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KdiU6S4i9l1F0Cug3FXmAdOIGB5V5dZW { width:20rem;height:0;top:25.0263671875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkcERaQ19VueZMOin5Kn2Q2iObb2GW9f { width:18.125rem;height:0.0625rem;top:17.3359375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxcmuhJhEp3USBGesTIohyg9w8DTcnRn { display:flex;width:2.625rem;height:2.625rem;top:25.6875rem;left:6.8749063570206rem;display:none; }
 }@media only screen and (max-width: 763px) { #veO96uXwGJIbwyuT9xBdauguzoMeLt3I { width:13.125rem;height:10.8125rem;top:25rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgoZ25h73xasn72pVfmOpCGfCor3hk3A { width:18.4375rem;height:0;top:16.3125rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15066;display:none; }
 }@media only screen and (max-width: 763px) { #ZIhUUGTiSQ8OhPPrMCZsD374hAmyIMzG { width:18.6875rem;height:4.497075rem;top:29.099609375rem;left:0.875rem;font-size:0.75rem;z-index:15068;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #E1XGAwqAJ1G70kx3ypmUMSea1lxxCbyN { width:17.5625rem;height:3.5693375rem;top:35.5625rem;left:0rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZQIBoKEkHdCGTrcwfGTl9huGta6xPHMh { display:flex;width:1.625rem;height:1.125rem;top:1.3125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #PPqrBWz1f2T7FM6w9huIIyUvBJ8FfLqc { width:17.375rem;height:1.64795rem;top:11.9375rem;left:0.875rem;font-size:0.75rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #r1QVy53oTnKzQAnz6hsd4MH1si2GyTts { width:16.125rem;height:1.64795rem;top:13.1875rem;left:0.875rem;font-size:0.75rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #izF9coy0VVpTc0Oe0dmkQkWPf3JizBZd { width:18.4375rem;height:2.09716875rem;top:14.67578125rem;left:0.875rem;font-size:0.75rem;z-index:15073;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PyZei5JeT6DGyRbGtSfoPg9N0ZEi2y7W { width:18.125rem;height:0.0625rem;top:23.1484375rem;left:0.875rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #vqKR1CWIMv5AbDbDhxdgFDUWfvL0l8Di { width:17.375rem;height:1.64795rem;top:17.6875rem;left:0.875rem;font-size:0.75rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #XUqKgqswMrlWFCDyZbaSFxFxv6DbGDbJ { width:16.125rem;height:1.64795rem;top:18.9375rem;left:0.875rem;font-size:0.75rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #D3PFwOKpRnAg4It8CSCKBWJMWk66SnQQ { width:16.3125rem;height:2.09716875rem;top:20.42578125rem;left:0.875rem;font-size:0.75rem;z-index:15076;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OIveT9l9kTyUyi1a6nm0OvEm6HxAUKtn { width:17.375rem;height:1.64795rem;top:23.5rem;left:0.875rem;font-size:0.75rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #T86nCDZpI63O79h8nQmgBFET4NW7xJU5 { width:16.125rem;height:1.64795rem;top:24.75rem;left:0.875rem;font-size:0.75rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #tQbHD9W5asTCqTplCNGOMCBX7qbc9Vv4 { width:16.6875rem;height:2.09716875rem;top:26.23828125rem;left:0.875rem;font-size:0.75rem;z-index:15079;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fK1UWR5WkCVlHBL0p2kJ3hnM1twM5aGB { width:18.75rem;height:3.8964875rem;top:5.6640625rem;left:0.78125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #LfhagR5XuPQpTnmoaU1huFlqcOHEVGHk { width:19rem;height:3.0625rem;top:40.0625rem;left:0.5rem;font-size:0.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4Wi1TDWgMG6fT6CLy3XWER8UG0ukETK { display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { width:20rem;height:0.8125rem;top:0.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }