.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:249,243,230;--color-primary-1:232,218,205;--color-primary-2:224,196,131;--color-primary-3:162,123,62;--color-primary-4:45,39,26;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:221,225,228;--color-tertiary-1:142,156,164;--color-tertiary-2:29,56,73;--color-tertiary-3:15,28,37;--color-tertiary-4:4,8,11;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container { background-color: transparent; background-image: none; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container > .video-iframe-container { display: none; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row > .video-iframe-container { display: none; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container { border-width: 0; border-radius: 0; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#w4mXtuq0FNno02UTdkNxQuAGchvFlE9H { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm.adaptive-delivery-prevent-bg, #QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm.lazyload, #QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm.lazyloading { background-image: none; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container { background-color: transparent; background-image: none; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container > .video-iframe-container { display: none; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row > .video-iframe-container { display: none; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container { border-width: 0; border-radius: 0; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#e2kU5DfVmM9xc7HcdecCfQLWVRynz9zt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac483cd6-148b-4b7e-a019-d1f9781ce464/edm.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); }#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); }#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:38.125rem;width:75rem;overflow:visible;position:relative;display:block; }#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:2.1875rem;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:16.84375rem;left:5.0625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cUp5UykzVuL6J89EuzrUmJ48AppkieoA { color:#ffffff;display:block;width:7.872375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.2578125rem;left:8.6875rem;height:1.46218125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7981d, #672700);background-image: -moz-linear-gradient(180deg, #f7981d, #672700);background-image: -ms-linear-gradient(180deg, #f7981d, #672700);background-image: -o-linear-gradient(180deg, #f7981d, #672700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7981d', endColorstr='#672700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7981d', endColorstr='#672700' );";background-image: linear-gradient(180deg, #f7981d, #672700);background-size: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.374rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:30.3125rem;left:27.3125rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ELyRzMAq6JCVAPG6OyBdQOLK139iWzQT { 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:3.5625rem;width:17.375rem;top:6.5rem;left:3.9375004768372rem;overflow:hidden;display:block; }
#qoU0IcfZgahpwJhRpJ887A0n3a0Sar08 { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:poppins;font-size:1rem;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:19.673828125rem;left:9.84375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gaHOiXgHwwKn6J1zVlW193WtwwEiT6oe { position:absolute;display:block;z-index:15014;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:0.9375rem;width:7.8125rem;top:11.75rem;left:8.7187504768369rem;overflow:hidden;display:block; }
#nAT6M0pby0QsXRTdQxCls8aU2Xz6WySF { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:19.837890625rem;left:15.935546875rem;height:1.0556625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row .container { border-width: 0; border-radius: 0; }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#lTRFVNvEP14dxw5psEkOzeGPPGRmGe9h { color:#ffffff;display:block;width:17rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:3.4990234375rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lrOxVfeI4m8O5gcR7z3ExVqDxQ0aiumR { position:absolute;display:block;z-index:15204;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:6.9375rem;width:23.6875rem;top:8.6875rem;left:0rem;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:71.9375rem;width:75rem;position:relative;display:block; }#eHZd7yoPm12QDOyhEXLV6vMZVJF6y0OD { box-sizing:content-box;height:22.875rem;width:72.75rem;position:absolute;display:block;z-index:15001;background-color:#187450;background-image:url("https://images.assets-landingi.com/uc/a1bfdf85-69c6-483b-8ad7-389c49adb1aa/edm.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.622395992279rem;left:1.0915813446045rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#eHZd7yoPm12QDOyhEXLV6vMZVJF6y0OD.adaptive-delivery-prevent-bg, #eHZd7yoPm12QDOyhEXLV6vMZVJF6y0OD.lazyload, #eHZd7yoPm12QDOyhEXLV6vMZVJF6y0OD.lazyloading { background-image: none; }
#qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9 { box-sizing:content-box;height:20.9375rem;width:39.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/2c59970d-dd91-46bf-a2f4-a0e7e323c8da/cabanashuahincondogallery16.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.562066078186rem;left:1.8120670318604rem;border-top-right-radius:3.125rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-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:#ffffff;display:block;width:31.625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.436632156372rem;left:42.746311187744rem;height:2.9243625rem;text-align:left;text-align-last:left;display:block; }
#THqTJ4iheNUNa8vJxyJSEPoLNte1g63e { color:#187450;display:block;width:5.8734375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:27.93593788147rem;left:46.683596134186rem;height:1.05625rem;display:block; }
#FydIs4sPxr5ZHF4EmUyKtCmgAmDnWul8 { color:#f3855d;display:block;width:11.3745rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15125;line-height:1.3;letter-spacing:0;top:28.673828125rem;left:44.30859375rem;height:2.6809875rem;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; }
#XttS3FpuTtrhBvb45q2S1VRV5zLNtxza { position:absolute;display:block;z-index:15121;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:18.625rem;top:5.3310546875rem;left:28.1875rem;overflow:hidden;display:block; }
#dgvqL6CUFA4QJ4lCadqoyf0kDziIy1NH { box-sizing:content-box;height:5.6875rem;width:72.1875rem;position:absolute;display:block;z-index:15122;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.999566555023rem;left:1.0601139068604rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.375rem;display:block; }
#OU2ffzvSvaNDIsmfmqq5BgHCA5KrN0WV { color:#f3855d;display:block;width:6.4995rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:30.978515625rem;left:45.873046875rem;height:1.298825rem;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:19.7490234375rem;left:47.4365234375rem; }
#WvvLTDN99pk1bbBtalwZNl7TGoTxB3qp { color:#ffffff;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:22.498698472977rem;left:45.622829437256rem;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:19.561415314674rem;left:55.686855316162rem; }
#QIS3bm6TpRHA1Lx1vurWKPwfzCUMFJ8O { color:#ffffff;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:22.498698472977rem;left:53.870449066162rem;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:19.561415314674rem;left:64.40213394165rem; }
#BnpqAPmPTFey02aQ6cN4ICebgiRUIzpc { color:#ffffff;display:block;width:5.25rem;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:22.498698472977rem;left:63.40604019165rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#xSe27GkclxgeQQVl70v3XZFUwF1VzQtb { position:absolute;display:block;z-index:15200;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:0.1875rem;width:31.25rem;top:17.244791984558rem;left:42.932949066162rem;overflow:hidden;display:block; }
#yARWmxFPsUxIzNUDmP1eJ15DwQu7slO9 { box-sizing:content-box;height:23.875rem;width:73.875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/3d5f9955-1460-440e-8042-8ff47b2def3a/edm.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:40.44140625rem;left:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yARWmxFPsUxIzNUDmP1eJ15DwQu7slO9.adaptive-delivery-prevent-bg, #yARWmxFPsUxIzNUDmP1eJ15DwQu7slO9.lazyload, #yARWmxFPsUxIzNUDmP1eJ15DwQu7slO9.lazyloading { background-image: none; }
#IMZ8KR6d1MNRPecRkIuWLlWxaLLENDyr { box-sizing:content-box;height:22.875rem;width:72.75rem;position:absolute;display:block;z-index:15018;background-color:#187450;background-image:url("https://images.assets-landingi.com/uc/a1bfdf85-69c6-483b-8ad7-389c49adb1aa/edm.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:40.934896469116rem;left:1.0915813446045rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#IMZ8KR6d1MNRPecRkIuWLlWxaLLENDyr.adaptive-delivery-prevent-bg, #IMZ8KR6d1MNRPecRkIuWLlWxaLLENDyr.lazyload, #IMZ8KR6d1MNRPecRkIuWLlWxaLLENDyr.lazyloading { background-image: none; }
#H2c0G5xAooDsqGFzu77tHqwFdktaCyJR { box-sizing:content-box;height:20.9375rem;width:39.8125rem;position:absolute;display:block;z-index:15223;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/1f75c44f-a2a5-421b-b13d-b3ca567927ac/cabanashuahincondogallery17.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:41.874567031861rem;left:33.250869750976rem;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; }#H2c0G5xAooDsqGFzu77tHqwFdktaCyJR.adaptive-delivery-prevent-bg, #H2c0G5xAooDsqGFzu77tHqwFdktaCyJR.lazyload, #H2c0G5xAooDsqGFzu77tHqwFdktaCyJR.lazyloading { background-image: none; }
#cTkKg99aDA4M4cTvf93y74hT6I5mshfJ { color:#ffffff;display:block;width:31.625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:42.749134063721rem;left:3.6252174377441rem;height:2.9243625rem;text-align:left;text-align-last:left;display:block; }
#Bb92Q2gcD3lVayy1f5LqKTE60QiTkDHI { color:#187450;display:block;width:4.375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15141;line-height:1.3;letter-spacing:0;top:56.283592224121rem;left:5.9375004768372rem;height:1.05625rem;display:block; }
#xMyyvV1MPURl1QeWZT3vmZX5PaADVDVt { box-sizing:content-box;height:5.6875rem;width:72rem;position:absolute;display:block;z-index:15139;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.373916625976rem;left:1.8750019073486rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:0rem;display:block; }
#CCkwz4JOcSkqV1ZgVLo6ZoE7mW4gXf2g { 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:15214;opacity:1;top:48.061634063721rem;left:7.8168411254881rem; }
#aDEVKlXNgXsWi1mn6smLAAyEENqAXKF0 { color:#ffffff;display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15202;line-height:1.3;letter-spacing:0;top:50.811199188233rem;left:6.1273880004883rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#MHBIxMMoWA62KnC6pFo6KrLQnHF3c77f { position:absolute;display:block;z-index:15217;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:0.1875rem;width:31.25rem;top:45.869792938233rem;left:3.8129348754883rem;overflow:hidden;display:block; }
#U8wf2LgzZF2ThLStLDTdhHmPWtpQaMDr { color:#f3855d;display:block;width:11.25rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;top:57.207468986511rem;left:3.2502174377441rem;height:2.6809875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ngxe9PVfsa8yn0gm6InQmDR2lgx8nkaM { color:#f3855d;display:block;width:7.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15142;line-height:1.3;letter-spacing:0;top:59.455733299256rem;left:4.7532558441162rem;height:1.298825rem;text-align:right;text-align-last:right;display:block; }
#aHFPlaD5DreWWMIQPp4RoAaS1R08K9qz { 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:15215;opacity:1;top:47.873916625976rem;left:16.566841125488rem; }
#VOa3ZtV4uz7dxq6pNzPVQsoUV2A2MwOB { color:#ffffff;display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15203;line-height:1.3;letter-spacing:0;top:50.811199188233rem;left:14.750434875488rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#DQsmmk8uBH6znRobGiCZD4EVvK7PGTPx { 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:15216;opacity:1;top:47.873916625976rem;left:25.282119750976rem; }
#iPtsaegBR4KTnuIDFC4IrHSaXpoD0r4q { color:#ffffff;display:block;width:6.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:50.810546875rem;left:23.09765625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#PNyRpMH686RRStRkQWlPT8ONVaV2ef78 { box-sizing:content-box;height:23.875rem;width:73.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/3d5f9955-1460-440e-8042-8ff47b2def3a/edm.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:12.119140625rem;left:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PNyRpMH686RRStRkQWlPT8ONVaV2ef78.adaptive-delivery-prevent-bg, #PNyRpMH686RRStRkQWlPT8ONVaV2ef78.lazyload, #PNyRpMH686RRStRkQWlPT8ONVaV2ef78.lazyloading { background-image: none; }
#zDuzZJi02dQ8NIIRDB88kRtMqnxN0GOn { color:#4a4a4a;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:27.667188644409rem;left:44.308596134186rem;height:1.38139375rem;display:block; }
#dBO15mSB3Bvc3liCVptAQ0Tb1g8NRLlT { box-sizing:content-box;height:5rem;width:0.125rem;position:absolute;display:block;z-index:15224;background-color:#0c0c0c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.388671875rem;left:56.3125rem;display:block; }
#lVzGIsZaTDptZUd6qmthr8RoscOO1Iok { color:#187450;display:block;width:5.874025rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15128;line-height:1.3;letter-spacing:0;top:27.998435974121rem;left:60.183592319489rem;height:1.0559875rem;display:block; }
#iiQfWcugnrzCEBL40gqAe9T4BxGB8kVG { color:#4a4a4a;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15129;line-height:1.3;letter-spacing:0;top:27.685935974121rem;left:57.996096134186rem;height:1.38139375rem;display:block; }
#kxhAHmbzzpIcyO19tUzbcmynnUQTw3be { color:#f3855d;display:block;width:11.3745rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:28.673828125rem;left:58.05859375rem;height:2.6809875rem;font-style:normal;display:block; }
#R5JEIRx1yUPvATO6OUSPv09CmMaCBOJB { color:#f3855d;display:block;width:6.4995rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15129;line-height:1.3;letter-spacing:0;top:30.978515625rem;left:59.623046875rem;height:1.298825rem;text-align:right;text-align-last:right;display:block; }
#tmfdS4dZ8olzrCW3nFXZot0uCkFL4aaP { color:#187450;display:block;width:5.875rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:56.283592224121rem;left:18.875000476837rem;height:1.05625rem;display:block; }
#o5WCnO9zgmLKQQe7C6SMzbtPTOLeIGMD { color:#f3855d;display:block;width:11.25rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:57.207034111023rem;left:16.374784469604rem;height:2.6809875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cewxIsz8GCyxRcz3qQLNLlvTScH4450N { color:#f3855d;display:block;width:7.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15145;line-height:1.3;letter-spacing:0;top:59.455298423767rem;left:17.877605438233rem;height:1.298825rem;text-align:right;text-align-last:right;display:block; }
#FE6TRmhFneBcu6QbmMOsIXLPUdaHTE5F { color:#4a4a4a;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15225;line-height:1.3;letter-spacing:0;top:56.060935974121rem;left:3.6203122138977rem;height:1.38139375rem;display:block; }
#ia14lJ1nqZcyuDtdAM3cpZZvJWMMpHge { color:#4a4a4a;display:block;width:1.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15226;line-height:1.3;letter-spacing:0;top:56.1201171875rem;left:16.56640625rem;height:1.38139375rem;display:block; }
#TU60MJbbfOuid5GuA4DTVmmdPgTLZQzP { box-sizing:content-box;height:5rem;width:0.125rem;position:absolute;display:block;z-index:15225;background-color:#0c0c0c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.638239860534rem;left:15.686855316162rem;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/6da63182-e476-4f17-91c4-d7e2b22b8544/cabanashuahincondogallery15copy.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:45.625rem;width:75rem;position:relative;display:block; }#FC7dH59VEJ8ltFUT2BOWZTZS16qznhlp { box-sizing:content-box;height:35.5625rem;width:30rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.6);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.9375rem;left:1rem;display:block; }
#MM7FUGJKPDPR1LlT4rt8VovJqkMTGGbo { color:#212121;display:block;width:26.5625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15144;line-height:1;letter-spacing:0;top:17.625rem;left:2.4375rem;height:1.3754875rem;font-style:normal;display:block; }
#CxsyVbUsmfqCOHWMTIU4FOF3hO6BrotE { color:#212121;display:block;width:27.1875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15145;line-height:1;letter-spacing:0;top:19.375rem;left:2.5625rem;height:1.062675rem;font-style:normal;display:block; }
#Tu7bRkpfPhXLEegIernvUBVONEwFqW3X { color:#212121;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:22.625rem;left:2.4375rem;height:1.25rem;font-style:normal;display:block; }
#xQCCgv7Iyt2vHuFRRdoMBRsKBeRe81TQ { color:#212121;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15146;line-height:1;letter-spacing:0;top:22.75rem;left:15.75rem;height:1.062675rem;font-style:normal;display:block; }
#IhuJTGA3D77vFDFsBB5TJaPJiCf5lWMX { color:#212121;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15148;line-height:1;letter-spacing:0;top:25.3125rem;left:15.75rem;height:1.062675rem;font-style:normal;display:block; }
#LiHaLW4Gu4UdFabVTxwkVddsgkOfygRJ { color:#212121;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:25.1875rem;left:2.4375rem;height:1.25rem;font-style:normal;display:block; }
#nBTvZCyk9leS2yc91F2h5lTacZeadOVT { color:#212121;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:27.6875rem;left:2.4375rem;height:1.25rem;font-style:normal;display:block; }
#XDiVC8kopiXiPm6zriTn6TbUNfOQWixD { color:#212121;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15150;line-height:1;letter-spacing:0;top:27.8125rem;left:15.75rem;height:1.062675rem;font-style:normal;display:block; }
#oRUWHN61JJ2W2n43JhrtrVpCb4BJdQL5 { color:#212121;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:30.1875rem;left:2.4375rem;height:1.25rem;font-style:normal;display:block; }
#Xq3ylGM8CNmiHoSFpSrsQXHfM43BhmVQ { color:#212121;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15152;line-height:1;letter-spacing:0;top:30.3125rem;left:15.75rem;height:1.062675rem;font-style:normal;display:block; }
#KMOZPcxw9CAPSLmUCxipALiSXTBdWP4N { color:#212121;display:block;width:27.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15153;line-height:1;letter-spacing:0;top:32.625rem;left:2.4375rem;height:1.25rem;font-style:normal;display:block; }
#bAvndokq8XtJsCWLzKfwI47Zg0bcpmHo { color:#212121;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15154;line-height:1;letter-spacing:0;top:32.75rem;left:15.625rem;height:1.062675rem;font-style:normal;display:block; }
#TsTMPVFMoZNTHBWeLL9BDgWwouPG1ruG { box-sizing:content-box;height:38.0620625rem;width:32.1875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.4429196715355rem;left:0rem;display:block; }
#BmSIhzC40sTNcPTTEDhFebTFag3iNWFW { position:absolute;display:block;z-index:15155;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:5.375rem;width:18.75rem;top:6.875rem;left:3.3125rem;overflow:hidden;display:block; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d14d1951-6260-4066-9123-c2043ac5ed72/cabanashuahincondogallery05.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.55); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-secondary-0),1);width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0rem solid rgba(var(--color-secondary-0),1);border-left:0rem solid rgba(var(--color-secondary-0),1);border-right:0rem solid rgba(var(--color-secondary-0),1);border-bottom:0rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.25rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0rem solid rgba(var(--color-secondary-0),1);border-left:0rem solid rgba(var(--color-secondary-0),1);border-right:0rem solid rgba(var(--color-secondary-0),1);border-bottom:0rem solid rgba(var(--color-secondary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7981d, #672700);background-image: -moz-linear-gradient(180deg, #f7981d, #672700);background-image: -ms-linear-gradient(180deg, #f7981d, #672700);background-image: -o-linear-gradient(180deg, #f7981d, #672700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7981d', endColorstr='#672700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7981d', endColorstr='#672700' );";background-image: linear-gradient(180deg, #f7981d, #672700);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:20.4375rem;height:3rem;font-family:poppins;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-secondary-4),1);vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(var(--color-secondary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.5625rem;left:47.937501907349rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-secondary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(var(--color-secondary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.5625rem;left:47.937501907349rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:rgba(var(--color-secondary-0),1);display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:27.5rem;left:51.25rem;height:1.94965rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:rgba(var(--color-secondary-0),1);display:block;width:28.3125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.3740234375rem;left:5.12451171875rem;height:6rem;font-style:normal;display:block; }
#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a744f;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; }#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:84.375rem;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.89915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nNzA9lZ9B59gVZgsF1TIh9uTTqMXHhSg { box-sizing:content-box;height:16.125rem;width:24.75rem;position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/5ff95996-d9e7-41ef-9eb8-99d17954c692/cabanashuahincondofacilities01.webp");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.125rem;left:0rem;display:block; }#nNzA9lZ9B59gVZgsF1TIh9uTTqMXHhSg.adaptive-delivery-prevent-bg, #nNzA9lZ9B59gVZgsF1TIh9uTTqMXHhSg.lazyload, #nNzA9lZ9B59gVZgsF1TIh9uTTqMXHhSg.lazyloading { background-image: none; }
#fXxn6rqGt0kP8fOTBfpvx7r8aZhVzX6A { box-sizing:content-box;height:16.125rem;width:24.75rem;position:absolute;display:block;z-index:15090;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/407713bb-504a-4556-85f6-7c9df18f2b8b/cabanashuahincondofacilities02.webp");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.125rem;left:25.125rem;display:block; }#fXxn6rqGt0kP8fOTBfpvx7r8aZhVzX6A.adaptive-delivery-prevent-bg, #fXxn6rqGt0kP8fOTBfpvx7r8aZhVzX6A.lazyload, #fXxn6rqGt0kP8fOTBfpvx7r8aZhVzX6A.lazyloading { background-image: none; }
#KlxPGd9ODyAiHSJWh43ndUbDE5xVfQiw { box-sizing:content-box;height:16.125rem;width:24.75rem;position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/4a94daa3-fa8d-4b58-9da7-1e430808d1fc/cabanashuahincondofacilities03.webp");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.125rem;left:50.25rem;display:block; }#KlxPGd9ODyAiHSJWh43ndUbDE5xVfQiw.adaptive-delivery-prevent-bg, #KlxPGd9ODyAiHSJWh43ndUbDE5xVfQiw.lazyload, #KlxPGd9ODyAiHSJWh43ndUbDE5xVfQiw.lazyloading { background-image: none; }
#q1UnpFdtvVmMk1pSBNM5kTVVWy1N1NXc { box-sizing:content-box;height:19.8125rem;width:30.625rem;position:absolute;display:block;z-index:15092;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/479d532f-0831-4b79-b16b-fe659a21c559/cabanashuahincondofacilities04.jpg");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:33.87451171875rem;left:5.3639705882353rem;display:block; }#q1UnpFdtvVmMk1pSBNM5kTVVWy1N1NXc.adaptive-delivery-prevent-bg, #q1UnpFdtvVmMk1pSBNM5kTVVWy1N1NXc.lazyload, #q1UnpFdtvVmMk1pSBNM5kTVVWy1N1NXc.lazyloading { background-image: none; }
#JnQLFints9ULvZWL64RLxWmvEA3DoLvt { box-sizing:content-box;height:19.9375rem;width:30.625rem;position:absolute;display:block;z-index:15093;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/4ebf0beb-563e-43f0-a41b-db08fb699d0e/cabanashuahincondofacilities05.webp");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:33.87451171875rem;left:37.125rem;display:block; }#JnQLFints9ULvZWL64RLxWmvEA3DoLvt.adaptive-delivery-prevent-bg, #JnQLFints9ULvZWL64RLxWmvEA3DoLvt.lazyload, #JnQLFints9ULvZWL64RLxWmvEA3DoLvt.lazyloading { background-image: none; }
#tUqRwfqarbLkQP3MNUud5WBmnxAICIHa { box-sizing:content-box;height:19.9375rem;width:30.625rem;position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/15676bdb-7dc4-433f-9bf4-85df50ac6e9e/cabanashuahincondofacilities06.jpg");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:57.93603515625rem;left:38.30859375rem;display:block; }#tUqRwfqarbLkQP3MNUud5WBmnxAICIHa.adaptive-delivery-prevent-bg, #tUqRwfqarbLkQP3MNUud5WBmnxAICIHa.lazyload, #tUqRwfqarbLkQP3MNUud5WBmnxAICIHa.lazyloading { background-image: none; }
#eZzvc1k3nSPEVtW2DelyWto0lqxzcTMh { box-sizing:content-box;height:19.9375rem;width:30.625rem;position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b885bc5a-4eb7-4195-b459-d41c38e5e806/cabanashuahincondofacilities07.webp");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:57.9375rem;left:6.5947265625rem;display:block; }#eZzvc1k3nSPEVtW2DelyWto0lqxzcTMh.adaptive-delivery-prevent-bg, #eZzvc1k3nSPEVtW2DelyWto0lqxzcTMh.lazyload, #eZzvc1k3nSPEVtW2DelyWto0lqxzcTMh.lazyloading { background-image: none; }
#zqZ1vdrLcolqBNNE0HGWP364waKpyLSH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zqZ1vdrLcolqBNNE0HGWP364waKpyLSH > .row .container { background-color: transparent; background-image: none; }#zqZ1vdrLcolqBNNE0HGWP364waKpyLSH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqZ1vdrLcolqBNNE0HGWP364waKpyLSH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqZ1vdrLcolqBNNE0HGWP364waKpyLSH > .row .container > .video-iframe-container { display: none; }#zqZ1vdrLcolqBNNE0HGWP364waKpyLSH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqZ1vdrLcolqBNNE0HGWP364waKpyLSH > .row > .video-iframe-container { display: block; }#zqZ1vdrLcolqBNNE0HGWP364waKpyLSH > .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); }#zqZ1vdrLcolqBNNE0HGWP364waKpyLSH > .row .container { border-width: 0; border-radius: 0; }#zqZ1vdrLcolqBNNE0HGWP364waKpyLSH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zqZ1vdrLcolqBNNE0HGWP364waKpyLSH > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#ZCRPqdkryyk7qm6suxWrAd5v0rI9QSRf { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#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:78.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:31.25rem;width:75rem;top:39.874267578125rem;left:0rem;display:block; }
#OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { color:#187450;display:block;width:18.247625rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.060546875rem;left:28.37548828125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b8H9rGL5TBKg3kGHV0zSzenoNsApqLaK { color:#212121;display:block;width:27.1875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15146;line-height:1;letter-spacing:0;top:9.3125rem;left:23.90625rem;height:1.062675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XkerGm1059xzmsQRJ90ALnpccFTzLazM { box-sizing:content-box;height:8.875rem;width:8.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#1a744f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:7.8125rem;display:block; }
#PdawZNxgfUy5e2CangTfkAQRdwkViXXq { box-sizing:content-box;height:8.875rem;width:8.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:#1a744f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:23.90625rem;display:block; }
#Wn4rEzXb6uuxBWFg2wpuo1vahKxbq6xp { box-sizing:content-box;height:8.875rem;width:8.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:#1a744f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:39.6875rem;display:block; }
#QuVK8QrBxIfq0GCbNzcNCNtFVt6FRasF { box-sizing:content-box;height:8.875rem;width:8.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15150;background-color:#1a744f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.625rem;left:55.8125rem;display:block; }
#UTX5dXOcqXBvbXSWMm5GdVDQUsahT0Cn { color:#fcdbd7;display:block;width:18.2470625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.623046875rem;left:3.1259765625rem;height:2.9243625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F8I1kxClglMiuOo34BLor9XJCc81dcAq { color:#fcdbd7;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:14.623046875rem;left:26.7822265625rem;height:2.9243625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aPtJwbUfI9Vvi6Rv86IibIQbaW7wSIQX { color:#fcdbd7;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:14.623046875rem;left:42.5634765625rem;height:2.9243625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HOTrPbwAr7M7STPr2y0QeWM2l3TzoCXm { color:#fcdbd7;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:14.623046875rem;left:59.21875rem;height:2.9243625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kACIAD4si6CSnnMVxhQAxFgTErL6Uv1T { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15147;line-height:1;letter-spacing:0;top:18.0625rem;left:9.375rem;height:1.062675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z1zhBcJwsHdqr9PLBKw3ocwEUr4EIWSv { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15148;line-height:1;letter-spacing:0;top:18.0625rem;left:25.625rem;height:1.062675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VcpnbMT9rTvnNyO3EHqEdAoZR0C8xTtD { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15149;line-height:1;letter-spacing:0;top:18.0625rem;left:41.25rem;height:1.062675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KnklM3EElt7NGiLcWeqrfh1roHxuonUX { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15150;line-height:1;letter-spacing:0;top:18.0625rem;left:57.5rem;height:1.062675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c5d1stGmTQVOaGcKw3LwGL3yZMcT27XC { color:#212121;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15147;line-height:1;letter-spacing:0;top:23.75rem;left:5.4375rem;height:1.0004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xmweRGdhi0C8luTNoOLCDU1s8TcKaTAT { color:#212121;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15148;line-height:1;letter-spacing:0;top:23.75rem;left:21.6875rem;height:1.0004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BlkuIGPCqkzxQDP8T5g7spT2hCU834Wk { color:#212121;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15149;line-height:1;letter-spacing:0;top:23.75rem;left:37.3125rem;height:1.0004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Elt0saVVE88AQCexdHEgnDAynXmlTlHM { color:#212121;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15150;line-height:1;letter-spacing:0;top:23.75rem;left:54.1875rem;height:1.0004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTQ0ClerJKTwUDw7SpItfefTUFvyRCtM { color:#1a744f;display:block;width:4.624025rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15148;line-height:1;letter-spacing:0;top:28.75rem;left:3.25rem;height:1.18785625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oe7fmSToJudG31Ln042kF3WL2crT672U { color:#212121;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15149;line-height:1.5;letter-spacing:0;top:31.5rem;left:0.0625rem;height:5.997875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uBd0dG11PF8Rq6PW6cx23LpfODO2s9ks { color:#1a744f;display:block;width:4.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15150;line-height:1.5;letter-spacing:0;top:31.5rem;left:14.5947265625rem;height:5.997875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lhUrHsSwSDU9rJzFlM6xlh4U2TDhsPzR { color:#1a744f;display:block;width:4.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15153;line-height:1.5;letter-spacing:0;top:31.5rem;left:31.5625rem;height:1.49946875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tX0gPBJqQEi3sTH4NudWUoDZCwAdquXT { color:#212121;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15152;line-height:1.5;letter-spacing:0;top:31.5rem;left:20.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cg5byGV0VAXzhOhfXPrzNATIvdNQpNsb { color:#1a744f;display:block;width:8.125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15151;line-height:1;letter-spacing:0;top:28.84375rem;left:22.75rem;height:1.18785625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WzFIN4fBUG9PyukntILNMK2og9LtqUTo { color:#1a744f;display:block;width:4.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15159;line-height:1.5;letter-spacing:0;top:31.5rem;left:69.6875rem;height:2.9989375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v5JnOS83OLaQ0Zqa5ZiyopduDiTCzCU5 { color:#212121;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15158;line-height:1.5;letter-spacing:0;top:31.5rem;left:58.25rem;height:2.9989375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wcvIOdQd2kKBpRo19Q0KChVSJvz86736 { color:#1a744f;display:block;width:8.125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15157;line-height:1;letter-spacing:0;top:29.1875rem;left:60.875rem;height:1.18785625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i1bzu0Vy9bbdAQ8FN6BWELu67cDi8KL5 { color:#212121;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15155;line-height:1.2;letter-spacing:0;top:31.5rem;left:38.1875rem;height:2.39930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KoJi0aTnwu32DMW8XheTNAzXxdMdWQTn { color:#1a744f;display:block;width:4.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15156;line-height:1.5;letter-spacing:0;top:31.5rem;left:52.7197265625rem;height:1.49946875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XrcLucOavJoJ9I0apk3KsO96AuF2bsAf { color:#1a744f;display:block;width:5.75rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15154;line-height:1;letter-spacing:0;top:28.84375rem;left:40.93359375rem;height:1.18785625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lKZsvKJyQEoLpul9apSPVgTJPFMV16yp { color:#1a744f;display:block;width:4.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15158;line-height:1.5;letter-spacing:0;top:34.625rem;left:52.7197265625rem;height:1.49946875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VUD15J0iNtTuSzTTBsd8LiPbebi0P1lQ { color:#212121;display:block;width:13.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15157;line-height:1.2;letter-spacing:0;top:34.625rem;left:38.1875rem;height:2.39930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z5XiOKEiPAzCtMwRQqAh6GoIi7Sfadoc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15160;opacity:1;top:28.125rem;left:0rem; }
#JT5xRG1qiiU0X6mzKx5N0T4DRBHXnSe2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15161;opacity:1;top:28.25rem;left:20.125rem; }
#R4Jhivdkz84LsbfTisvdKNznLnsAbzyF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15162;opacity:1;top:28.25rem;left:38.1875rem; }
#ICRgIMHiOnatRR7KSqQGBKZ9yLAcKT7E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15163;opacity:1;top:28.75rem;left:58.25rem; }
#x88Dl9IpSHgpnMx1prZTRdCn1ecou0zE { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7981d, #672700);background-image: -moz-linear-gradient(180deg, #f7981d, #672700);background-image: -ms-linear-gradient(180deg, #f7981d, #672700);background-image: -o-linear-gradient(180deg, #f7981d, #672700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7981d', endColorstr='#672700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7981d', endColorstr='#672700' );";background-image: linear-gradient(180deg, #f7981d, #672700);background-size: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.3730625rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:72.5625rem;left:29.09375rem;display:block; }
#lyQ1LNkCtDhZoJJCwicqQDxTJQGwHlP6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iJVuZ0N04csaQUegHpEPequRLIMBW2hp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a1bfdf85-69c6-483b-8ad7-389c49adb1aa/edm.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.9243625rem;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.9504625rem;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.298825rem;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.59713125rem;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.474825rem;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.474825rem;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.59713125rem;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.474825rem;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.59713125rem;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.97585rem;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; }
#CqgunINumxQadUoB5fmKzdQrJ1URTbB7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7981d, #672700);background-image: -moz-linear-gradient(180deg, #f7981d, #672700);background-image: -ms-linear-gradient(180deg, #f7981d, #672700);background-image: -o-linear-gradient(180deg, #f7981d, #672700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7981d', endColorstr='#672700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7981d', endColorstr='#672700' );";background-image: linear-gradient(180deg, #f7981d, #672700);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.47) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:48.537109375rem;left:25.875rem;display:block; }
#mesBuxpfOmpReZnTSwn3bc2VEZEoPbub { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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; }
#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.13725rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV { display:block; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4mXtuq0FNno02UTdkNxQuAGchvFlE9H { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm { display:block; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2kU5DfVmM9xc7HcdecCfQLWVRynz9zt { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:16.8125rem;left:0rem;width:15.125rem;height:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUp5UykzVuL6J89EuzrUmJ48AppkieoA { top:15.25rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:20.3125rem;height:3.125rem;top:30.3125rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #ELyRzMAq6JCVAPG6OyBdQOLK139iWzQT { top:6.5rem;left:0rem;width:17.375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoU0IcfZgahpwJhRpJ887A0n3a0Sar08 { top:19.625rem;left:0rem;width:5.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaHOiXgHwwKn6J1zVlW193WtwwEiT6oe { top:11.75rem;left:0rem;width:7.8125rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAT6M0pby0QsXRTdQxCls8aU2Xz6WySF { top:19.8125rem;left:2.310546875rem;width:2.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 { display:block; }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTRFVNvEP14dxw5psEkOzeGPPGRmGe9h { top:3.4375rem;left:0rem;width:17rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrOxVfeI4m8O5gcR7z3ExVqDxQ0aiumR { top:8.6875rem;left:0rem;width:23.6875rem;height:6.9375rem;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) { #eHZd7yoPm12QDOyhEXLV6vMZVJF6y0OD { top:12.5625rem;left:0rem;width:47.75rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9 { top:13.5rem;left:0rem;width:39.8125rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8OMTaKACThT5xsE04KiTygUTq5wNy8e { top:14.375rem;left:16.125rem;width:31.625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THqTJ4iheNUNa8vJxyJSEPoLNte1g63e { top:27.875rem;left:33.058596134186rem;width:5.8125rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FydIs4sPxr5ZHF4EmUyKtCmgAmDnWul8 { top:28.625rem;left:30.68359375rem;width:11.3125rem;height:2.625rem;font-size:1.25rem;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) { #XttS3FpuTtrhBvb45q2S1VRV5zLNtxza { top:5.3125rem;left:14.5625rem;width:18.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgvqL6CUFA4QJ4lCadqoyf0kDziIy1NH { top:26.9375rem;left:0rem;width:47.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU2ffzvSvaNDIsmfmqq5BgHCA5KrN0WV { top:30.9375rem;left:32.248046875rem;width:6.4375rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbsOl09QO4HZI7l1tDINeLu5x0QJXNIw { top:19.6875rem;left:33.8115234375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvvLTDN99pk1bbBtalwZNl7TGoTxB3qp { top:22.4375rem;left:31.9970703125rem;width:5.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbQbUdTGlJw6qAMqTRcH0byz4rv53lLn { top:19.5rem;left:42.061855316162rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIS3bm6TpRHA1Lx1vurWKPwfzCUMFJ8O { top:22.4375rem;left:40.2451171875rem;width:5.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #em1g5lAMc40qBGk7TpaQla25PQDKnfOG { top:19.5rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnpqAPmPTFey02aQ6cN4ICebgiRUIzpc { top:22.4375rem;left:42.5rem;width:5.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSe27GkclxgeQQVl70v3XZFUwF1VzQtb { top:17.1875rem;left:16.5rem;width:31.25rem;height:0.186631875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yARWmxFPsUxIzNUDmP1eJ15DwQu7slO9 { top:40.4375rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMZ8KR6d1MNRPecRkIuWLlWxaLLENDyr { top:40.875rem;left:0rem;width:47.75rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2c0G5xAooDsqGFzu77tHqwFdktaCyJR { top:41.8125rem;left:8rem;width:39.75rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTkKg99aDA4M4cTvf93y74hT6I5mshfJ { top:42.6875rem;left:0rem;width:31.5625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb92Q2gcD3lVayy1f5LqKTE60QiTkDHI { top:56.25rem;left:0rem;width:4.375rem;height:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMyyvV1MPURl1QeWZT3vmZX5PaADVDVt { top:55.3125rem;left:0rem;width:47.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCkwz4JOcSkqV1ZgVLo6ZoE7mW4gXf2g { top:48rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDEVKlXNgXsWi1mn6smLAAyEENqAXKF0 { top:50.75rem;left:0rem;width:5.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHBIxMMoWA62KnC6pFo6KrLQnHF3c77f { top:45.8125rem;left:0rem;width:31.25rem;height:0.186631875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8wf2LgzZF2ThLStLDTdhHmPWtpQaMDr { top:57.1875rem;left:0rem;width:11.25rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngxe9PVfsa8yn0gm6InQmDR2lgx8nkaM { top:59.4375rem;left:0rem;width:7.25rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHFPlaD5DreWWMIQPp4RoAaS1R08K9qz { top:47.8125rem;left:2.9418411254883rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOa3ZtV4uz7dxq6pNzPVQsoUV2A2MwOB { top:50.75rem;left:1.125rem;width:5.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQsmmk8uBH6znRobGiCZD4EVvK7PGTPx { top:47.8125rem;left:11.657119750976rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPtsaegBR4KTnuIDFC4IrHSaXpoD0r4q { top:50.75rem;left:9.47265625rem;width:6.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNyRpMH686RRStRkQWlPT8ONVaV2ef78 { top:12.0625rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDuzZJi02dQ8NIIRDB88kRtMqnxN0GOn { top:27.625rem;left:30.683596134186rem;width:1.875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBO15mSB3Bvc3liCVptAQ0Tb1g8NRLlT { top:27.375rem;left:42.6875rem;width:0.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVzGIsZaTDptZUd6qmthr8RoscOO1Iok { top:27.9375rem;left:41.9375rem;width:5.8125rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiQfWcugnrzCEBL40gqAe9T4BxGB8kVG { top:27.625rem;left:44.371096134186rem;width:1.875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxhAHmbzzpIcyO19tUzbcmynnUQTw3be { top:28.625rem;left:36.4375rem;width:11.3125rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5JEIRx1yUPvATO6OUSPv09CmMaCBOJB { top:30.9375rem;left:41.3125rem;width:6.4375rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmfdS4dZ8olzrCW3nFXZot0uCkFL4aaP { top:56.25rem;left:5.2500004768372rem;width:5.875rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5WCnO9zgmLKQQe7C6SMzbtPTOLeIGMD { top:57.1875rem;left:2.7497844696045rem;width:11.25rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cewxIsz8GCyxRcz3qQLNLlvTScH4450N { top:59.4375rem;left:4.2526054382324rem;width:7.1875rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE6TRmhFneBcu6QbmMOsIXLPUdaHTE5F { top:56rem;left:0rem;width:1.875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia14lJ1nqZcyuDtdAM3cpZZvJWMMpHge { top:56.0625rem;left:2.94140625rem;width:1.875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU60MJbbfOuid5GuA4DTVmmdPgTLZQzP { top:55.625rem;left:2.0618553161621rem;width:0.0625rem;height:5rem;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) { #FC7dH59VEJ8ltFUT2BOWZTZS16qznhlp { top:4.9375rem;left:0rem;width:30rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM7FUGJKPDPR1LlT4rt8VovJqkMTGGbo { top:17.625rem;left:0rem;width:26.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxsyVbUsmfqCOHWMTIU4FOF3hO6BrotE { top:19.375rem;left:0rem;width:27.1875rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu7bRkpfPhXLEegIernvUBVONEwFqW3X { top:22.625rem;left:0rem;width:27.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQCCgv7Iyt2vHuFRRdoMBRsKBeRe81TQ { top:22.75rem;left:2.125rem;width:15.3125rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhuJTGA3D77vFDFsBB5TJaPJiCf5lWMX { top:25.3125rem;left:2.125rem;width:15.3125rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiHaLW4Gu4UdFabVTxwkVddsgkOfygRJ { top:25.1875rem;left:0rem;width:27.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBTvZCyk9leS2yc91F2h5lTacZeadOVT { top:27.6875rem;left:0rem;width:27.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDiVC8kopiXiPm6zriTn6TbUNfOQWixD { top:27.8125rem;left:2.125rem;width:15.3125rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRUWHN61JJ2W2n43JhrtrVpCb4BJdQL5 { top:30.1875rem;left:0rem;width:27rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq3ylGM8CNmiHoSFpSrsQXHfM43BhmVQ { top:30.3125rem;left:2.125rem;width:15.3125rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMOZPcxw9CAPSLmUCxipALiSXTBdWP4N { top:32.625rem;left:0rem;width:27.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAvndokq8XtJsCWLzKfwI47Zg0bcpmHo { top:32.75rem;left:2rem;width:15.3125rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsTMPVFMoZNTHBWeLL9BDgWwouPG1ruG { top:3.4375rem;left:0rem;width:32.1875rem;height:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmSIhzC40sTNcPTTEDhFebTFag3iNWFW { top:6.875rem;left:0rem;width:18.75rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:2.5625rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:2.5625rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:27.5rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.125rem;left:0rem;width:28.3125rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.3125rem;left:0rem;width:24.0625rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #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) { #nNzA9lZ9B59gVZgsF1TIh9uTTqMXHhSg { top:12.125rem;left:0rem;width:24.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXxn6rqGt0kP8fOTBfpvx7r8aZhVzX6A { top:12.125rem;left:11.5rem;width:24.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlxPGd9ODyAiHSJWh43ndUbDE5xVfQiw { top:12.125rem;left:23rem;width:24.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1UnpFdtvVmMk1pSBNM5kTVVWy1N1NXc { top:33.8125rem;left:0rem;width:30.625rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnQLFints9ULvZWL64RLxWmvEA3DoLvt { top:33.8125rem;left:17.125rem;width:30.625rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUqRwfqarbLkQP3MNUud5WBmnxAICIHa { top:57.875rem;left:17.125rem;width:30.625rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZzvc1k3nSPEVtW2DelyWto0lqxzcTMh { top:57.9375rem;left:0rem;width:30.625rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqZ1vdrLcolqBNNE0HGWP364waKpyLSH { display:block; }#zqZ1vdrLcolqBNNE0HGWP364waKpyLSH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCRPqdkryyk7qm6suxWrAd5v0rI9QSRf { display:none; }
 }@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:39.8125rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { display:none; }
 }@media only screen and (max-width: 763px) { #eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { top:4rem;left:14.75048828125rem;width:18.1875rem;height:4rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8H9rGL5TBKg3kGHV0zSzenoNsApqLaK { top:9.3125rem;left:10.28125rem;width:27.1875rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkerGm1059xzmsQRJ90ALnpccFTzLazM { top:12.625rem;left:0rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdawZNxgfUy5e2CangTfkAQRdwkViXXq { top:12.625rem;left:10.28125rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn4rEzXb6uuxBWFg2wpuo1vahKxbq6xp { top:12.625rem;left:26.0625rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuVK8QrBxIfq0GCbNzcNCNtFVt6FRasF { top:12.625rem;left:38.875rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTX5dXOcqXBvbXSWMm5GdVDQUsahT0Cn { top:14.5625rem;left:0rem;width:18.1875rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8I1kxClglMiuOo34BLor9XJCc81dcAq { top:14.5625rem;left:13.1572265625rem;width:2.875rem;height:2.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPtJwbUfI9Vvi6Rv86IibIQbaW7wSIQX { top:14.5625rem;left:28.9384765625rem;width:2.8125rem;height:2.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOTrPbwAr7M7STPr2y0QeWM2l3TzoCXm { top:14.5625rem;left:45.4375rem;width:2.3125rem;height:2.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kACIAD4si6CSnnMVxhQAxFgTErL6Uv1T { top:18.0625rem;left:0rem;width:5.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1zhBcJwsHdqr9PLBKw3ocwEUr4EIWSv { top:18.0625rem;left:12rem;width:5.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcpnbMT9rTvnNyO3EHqEdAoZR0C8xTtD { top:18.0625rem;left:27.625rem;width:5.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnklM3EElt7NGiLcWeqrfh1roHxuonUX { top:18.0625rem;left:42rem;width:5.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5d1stGmTQVOaGcKw3LwGL3yZMcT27XC { top:23.75rem;left:0rem;width:13.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmweRGdhi0C8luTNoOLCDU1s8TcKaTAT { top:23.75rem;left:8.0625rem;width:13.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlkuIGPCqkzxQDP8T5g7spT2hCU834Wk { top:23.75rem;left:23.6875rem;width:13.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Elt0saVVE88AQCexdHEgnDAynXmlTlHM { top:23.75rem;left:34.125rem;width:13.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTQ0ClerJKTwUDw7SpItfefTUFvyRCtM { top:28.75rem;left:0rem;width:4.5625rem;height:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe7fmSToJudG31Ln042kF3WL2crT672U { top:31.5rem;left:0rem;width:15.125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBd0dG11PF8Rq6PW6cx23LpfODO2s9ks { top:31.5rem;left:0.9697265625rem;width:4.1875rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhUrHsSwSDU9rJzFlM6xlh4U2TDhsPzR { top:31.5rem;left:17.9375rem;width:4.1875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX0gPBJqQEi3sTH4NudWUoDZCwAdquXT { top:31.5rem;left:6.5rem;width:15.125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg5byGV0VAXzhOhfXPrzNATIvdNQpNsb { top:28.8125rem;left:9.125rem;width:8.125rem;height:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzFIN4fBUG9PyukntILNMK2og9LtqUTo { top:31.5rem;left:43.5625rem;width:4.1875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5JnOS83OLaQ0Zqa5ZiyopduDiTCzCU5 { top:31.5rem;left:32.625rem;width:15.125rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcvIOdQd2kKBpRo19Q0KChVSJvz86736 { top:29.1875rem;left:39.625rem;width:8.125rem;height:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1bzu0Vy9bbdAQ8FN6BWELu67cDi8KL5 { top:31.5rem;left:24.5625rem;width:15.125rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoJi0aTnwu32DMW8XheTNAzXxdMdWQTn { top:31.5rem;left:39.0947265625rem;width:4.1875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrcLucOavJoJ9I0apk3KsO96AuF2bsAf { top:28.8125rem;left:27.30859375rem;width:5.75rem;height:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKZsvKJyQEoLpul9apSPVgTJPFMV16yp { top:34.625rem;left:39.0947265625rem;width:4.1875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUD15J0iNtTuSzTTBsd8LiPbebi0P1lQ { top:34.625rem;left:24.5625rem;width:13.125rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5XiOKEiPAzCtMwRQqAh6GoIi7Sfadoc { top:28.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT5xRG1qiiU0X6mzKx5N0T4DRBHXnSe2 { top:28.25rem;left:6.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4Jhivdkz84LsbfTisvdKNznLnsAbzyF { top:28.25rem;left:24.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICRgIMHiOnatRR7KSqQGBKZ9yLAcKT7E { top:28.75rem;left:44.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x88Dl9IpSHgpnMx1prZTRdCn1ecou0zE { width:20.3125rem;height:3.125rem;top:72.5625rem;left:15.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyQ1LNkCtDhZoJJCwicqQDxTJQGwHlP6 { display:block; }
 }@media only screen and (max-width: 763px) { #iJVuZ0N04csaQUegHpEPequRLIMBW2hp { display:block; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3uU1glT3beET59mQruzVPeay9XkFAH8 { top:3.75rem;left:2.875rem;width:44.875rem;height:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weRmBImZl3HqTwe2zqJfZv32ovexZTz3 { top:13.125rem;left:0rem;width:47.5rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5EVWBHn2T3u849tXzi4poyytHwa5raq { top:16.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntwEcBZTkOkbqvycmyg7ZWtiwVf941XT { top:20.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irqUyTsrqkXo0C0Bo8OylJV07JcM20Uv { top:35.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQRnZQvzA6nJxthybI9KSGrOfuHMFLv9 { top:7.8125rem;left:2.6875rem;width:42.375rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC9WGHZgnpsRF8bJid3u9JKVmXasyuFr { top:27.1875rem;left:0rem;width:18.1875rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITbkCweB1vC8AFODqGFI80v5BnbOJyST { top:23.8125rem;left:0rem;width:18.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmKW9DA91By3cUHuWqEw5ii3T2I5EOqN { top:23.8125rem;left:6.03125rem;width:18.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk2UqOahlsW7kecgXwNIOkrJT2SgFu1H { top:27.1875rem;left:6.03125rem;width:18.1875rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3DZfU8GPaRJRFbD8sQ1bVxqdLSmvfUk { top:23.8125rem;left:23.84375rem;width:18.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdiU6S4i9l1F0Cug3FXmAdOIGB5V5dZW { top:27.1875rem;left:22.8125rem;width:24.9375rem;height:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkcERaQ19VueZMOin5Kn2Q2iObb2GW9f { top:26.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxcmuhJhEp3USBGesTIohyg9w8DTcnRn { top:29.5625rem;left:45.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #veO96uXwGJIbwyuT9xBdauguzoMeLt3I { top:28.875rem;left:34.625rem;width:13.125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgoZ25h73xasn72pVfmOpCGfCor3hk3A { top:16.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIhUUGTiSQ8OhPPrMCZsD374hAmyIMzG { top:16.125rem;left:0rem;width:18.6875rem;height:4.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1XGAwqAJ1G70kx3ypmUMSea1lxxCbyN { top:41.6875rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQIBoKEkHdCGTrcwfGTl9huGta6xPHMh { top:3.75rem;left:0.5rem;width:3rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPqrBWz1f2T7FM6w9huIIyUvBJ8FfLqc { top:11.875rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #r1QVy53oTnKzQAnz6hsd4MH1si2GyTts { top:13.125rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #izF9coy0VVpTc0Oe0dmkQkWPf3JizBZd { top:17rem;left:0rem;width:18.0625rem;height:3.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PyZei5JeT6DGyRbGtSfoPg9N0ZEi2y7W { top:26.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqKR1CWIMv5AbDbDhxdgFDUWfvL0l8Di { top:18.75rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XUqKgqswMrlWFCDyZbaSFxFxv6DbGDbJ { top:13.125rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3PFwOKpRnAg4It8CSCKBWJMWk66SnQQ { top:21.4375rem;left:0rem;width:16.6875rem;height:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIveT9l9kTyUyi1a6nm0OvEm6HxAUKtn { top:24.5rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T86nCDZpI63O79h8nQmgBFET4NW7xJU5 { top:25.75rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQbHD9W5asTCqTplCNGOMCBX7qbc9Vv4 { top:27.1875rem;left:0rem;width:16.6875rem;height:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CqgunINumxQadUoB5fmKzdQrJ1URTbB7 { width:23.25rem;height:3.25rem;top:48.5rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mesBuxpfOmpReZnTSwn3bc2VEZEoPbub { display:block; }
 }@media only screen and (max-width: 763px) { #fK1UWR5WkCVlHBL0p2kJ3hnM1twM5aGB { top:5.625rem;left:0rem;width:18.75rem;height:3.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #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.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2kU5DfVmM9xc7HcdecCfQLWVRynz9zt { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7763cb47-1ad2-4b22-95ba-6ac6fbe992bb/cabanashuahincondocoverbannerdesktop1920x80001copy.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:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:11.4375rem;height:2.5996125rem;top:9.09375rem;left:4.28125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUp5UykzVuL6J89EuzrUmJ48AppkieoA { width:4.186525rem;height:1.21875rem;top:8.1666669845581rem;left:7.90625rem;font-size:0.9375rem;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:15rem;height:2.5rem;top:20.65625rem;left:2.5rem;font-size:0.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #ELyRzMAq6JCVAPG6OyBdQOLK139iWzQT { width:12.375rem;height:2.3125rem;top:2.4951171875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoU0IcfZgahpwJhRpJ887A0n3a0Sar08 { width:6.4365rem;height:1.29948125rem;top:11.619141578674rem;left:6.6868491172787rem;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) { #gaHOiXgHwwKn6J1zVlW193WtwwEiT6oe { width:7.8125rem;height:0.9375rem;top:6.05859375rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAT6M0pby0QsXRTdQxCls8aU2Xz6WySF { width:2rem;height:1.0559875rem;top:11.390625953674rem;left:13.447916984558rem;font-size:0.8125rem;font-weight:400;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 { display:none; }#cNhSHwzCsTLr1ZbrGrqaBbzsA95aU2A9 > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lTRFVNvEP14dxw5psEkOzeGPPGRmGe9h { width:16.999rem;height:2.111325rem;top:5.6845703125rem;left:1.4990234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrOxVfeI4m8O5gcR7z3ExVqDxQ0aiumR { width:12.375rem;height:3.5625rem;top:1.556640625rem;left:3.8125rem;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:59.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHZd7yoPm12QDOyhEXLV6vMZVJF6y0OD { width:19.5625rem;height:22.8125rem;top:6.498046875rem;left:0.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9 { width:18.375rem;height:10.4375rem;top:9.0615234375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8OMTaKACThT5xsE04KiTygUTq5wNy8e { width:10.4375rem;height:1.54394375rem;top:7.060546875rem;left:1rem;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.89355625rem;top:25.81640625rem;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:9.375rem;height:1.625rem;top:26.5595703125rem;left:1.15625rem;font-size:1.25rem;text-align:left;text-align-last:left;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) { #XttS3FpuTtrhBvb45q2S1VRV5zLNtxza { width:12.5rem;height:1.4375rem;top:2.6171875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgvqL6CUFA4QJ4lCadqoyf0kDziIy1NH { width:19.3125rem;height:3.375rem;top:25.546875rem;left:0.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU2ffzvSvaNDIsmfmqq5BgHCA5KrN0WV { width:5.18676875rem;height:0.89355625rem;top:27.97265625rem;left:2.517578125rem;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.625rem;height:1.625rem;top:20.8046875rem;left:2.9375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #WvvLTDN99pk1bbBtalwZNl7TGoTxB3qp { width:5.124025rem;height:1.13736875rem;top:22.926134824752rem;left:0.99964487552644rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cbQbUdTGlJw6qAMqTRcH0byz4rv53lLn { display:flex;width:1.625rem;height:1.625rem;top:20.803443908691rem;left:8.8742898702619rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #QIS3bm6TpRHA1Lx1vurWKPwfzCUMFJ8O { width:5.436525rem;height:1.13769375rem;top:22.928087949752rem;left:6.968217253685rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #em1g5lAMc40qBGk7TpaQla25PQDKnfOG { display:flex;width:1.625rem;height:1.625rem;top:20.803444623947rem;left:15.312676787376rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #BnpqAPmPTFey02aQ6cN4ICebgiRUIzpc { width:5.249025rem;height:1.13769375rem;top:22.926134824752rem;left:13.993252158165rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xSe27GkclxgeQQVl70v3XZFUwF1VzQtb { width:20rem;height:0.625rem;top:70.1845703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yARWmxFPsUxIzNUDmP1eJ15DwQu7slO9 { width:20rem;height:23.5rem;top:31.2978515625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMZ8KR6d1MNRPecRkIuWLlWxaLLENDyr { width:19.5625rem;height:22.8125rem;top:31.642578125rem;left:0.21875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.625rem;background-color:#187450;background-image:url("https://images.assets-landingi.com/uc/a1bfdf85-69c6-483b-8ad7-389c49adb1aa/edm.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IMZ8KR6d1MNRPecRkIuWLlWxaLLENDyr.adaptive-delivery-prevent-bg, #IMZ8KR6d1MNRPecRkIuWLlWxaLLENDyr.lazyload, #IMZ8KR6d1MNRPecRkIuWLlWxaLLENDyr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #H2c0G5xAooDsqGFzu77tHqwFdktaCyJR { width:18.375rem;height:10.4375rem;top:34.25rem;left:0.625rem;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/1f75c44f-a2a5-421b-b13d-b3ca567927ac/cabanashuahincondogallery17.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#H2c0G5xAooDsqGFzu77tHqwFdktaCyJR.adaptive-delivery-prevent-bg, #H2c0G5xAooDsqGFzu77tHqwFdktaCyJR.lazyload, #H2c0G5xAooDsqGFzu77tHqwFdktaCyJR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cTkKg99aDA4M4cTvf93y74hT6I5mshfJ { width:9.25rem;height:1.54361875rem;top:32.205078125rem;left:1rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bb92Q2gcD3lVayy1f5LqKTE60QiTkDHI { width:5.81176875rem;height:0.89355625rem;top:50.74609375rem;left:3.84375rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#187450;display:block; }
 }@media only screen and (max-width: 763px) { #xMyyvV1MPURl1QeWZT3vmZX5PaADVDVt { width:19.25rem;height:3.5625rem;top:50.49560546875rem;left:0.52978515625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCkwz4JOcSkqV1ZgVLo6ZoE7mW4gXf2g { display:flex;width:1.5625rem;height:1.5625rem;top:46.123046875rem;left:3.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #aDEVKlXNgXsWi1mn6smLAAyEENqAXKF0 { width:5.4375rem;height:1.13769375rem;top:48.3095703125rem;left:1.744140625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MHBIxMMoWA62KnC6pFo6KrLQnHF3c77f { width:18.75rem;height:0.0625rem;top:67.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8wf2LgzZF2ThLStLDTdhHmPWtpQaMDr { width:7.06175rem;height:1.625rem;top:51.4892578125rem;left:1.6416015625rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ngxe9PVfsa8yn0gm6InQmDR2lgx8nkaM { width:4.5rem;height:0.89355625rem;top:52.9912109375rem;left:3.0615234375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aHFPlaD5DreWWMIQPp4RoAaS1R08K9qz { display:flex;width:1.5625rem;height:1.5625rem;top:46.123046875rem;left:8.8076171875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #VOa3ZtV4uz7dxq6pNzPVQsoUV2A2MwOB { width:5.4375rem;height:1.13769375rem;top:48.3076171875rem;left:6.9052734375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DQsmmk8uBH6znRobGiCZD4EVvK7PGTPx { display:flex;width:1.5625rem;height:1.5625rem;top:46.123046875rem;left:14.7431640625rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #iPtsaegBR4KTnuIDFC4IrHSaXpoD0r4q { width:5.25rem;height:1.13769375rem;top:48.310546875rem;left:13.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PNyRpMH686RRStRkQWlPT8ONVaV2ef78 { width:20rem;height:23.4375rem;top:6.125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #zDuzZJi02dQ8NIIRDB88kRtMqnxN0GOn { width:1.875rem;height:1.21875rem;top:25.609375rem;left:0.875rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #dBO15mSB3Bvc3liCVptAQ0Tb1g8NRLlT { width:0.0625rem;height:3.125rem;top:25.746332421875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVzGIsZaTDptZUd6qmthr8RoscOO1Iok { width:3rem;height:0.89355625rem;top:25.75390625rem;left:11.2158203125rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #iiQfWcugnrzCEBL40gqAe9T4BxGB8kVG { width:1.875rem;height:1.21875rem;top:25.6494140625rem;left:9.1875rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kxhAHmbzzpIcyO19tUzbcmynnUQTw3be { width:10.875rem;height:1.625rem;top:26.55859375rem;left:5.1220703125rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #R5JEIRx1yUPvATO6OUSPv09CmMaCBOJB { width:3.75rem;height:0.89355625rem;top:27.953125rem;left:10.9658203125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tmfdS4dZ8olzrCW3nFXZot0uCkFL4aaP { width:3.75rem;height:0.89355625rem;top:50.80859375rem;left:12.23828125rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#187450;display:block; }
 }@media only screen and (max-width: 763px) { #o5WCnO9zgmLKQQe7C6SMzbtPTOLeIGMD { width:7.0625rem;height:1.625rem;top:51.576171875rem;left:10.53125rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #cewxIsz8GCyxRcz3qQLNLlvTScH4450N { width:4.3125rem;height:0.89355625rem;top:53.0078125rem;left:12.1748046875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FE6TRmhFneBcu6QbmMOsIXLPUdaHTE5F { width:1.875rem;height:1.21875rem;top:50.5625rem;left:1.6875rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ia14lJ1nqZcyuDtdAM3cpZZvJWMMpHge { width:1.875rem;height:1.21875rem;top:50.5986328125rem;left:10.1748046875rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TU60MJbbfOuid5GuA4DTVmmdPgTLZQzP { width:0.0625rem;height:3.125rem;top:50.625rem;left:9.875rem;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/6da63182-e476-4f17-91c4-d7e2b22b8544/cabanashuahincondogallery15copy.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.adaptive-delivery-prevent-bg, #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.lazyload, #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.lazyloading { background-image: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { background-color: transparent; background-image: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container > .video-iframe-container { display: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row > .video-iframe-container { display: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FC7dH59VEJ8ltFUT2BOWZTZS16qznhlp { width:18.875rem;height:21.5625rem;top:3.2763671875rem;left:0.5625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #MM7FUGJKPDPR1LlT4rt8VovJqkMTGGbo { width:10.75rem;height:1.0004875rem;top:9.0576171875rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CxsyVbUsmfqCOHWMTIU4FOF3hO6BrotE { width:17.75rem;height:0.75rem;top:10.494140625rem;left:1.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tu7bRkpfPhXLEegIernvUBVONEwFqW3X { width:7rem;height:0.87524375rem;top:12.556640625rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xQCCgv7Iyt2vHuFRRdoMBRsKBeRe81TQ { width:11.3125rem;height:0.8129875rem;top:12.650390625rem;left:7.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IhuJTGA3D77vFDFsBB5TJaPJiCf5lWMX { width:9rem;height:0.8129875rem;top:14.4326171875rem;left:7.8125rem;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.87524375rem;top:14.3701171875rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nBTvZCyk9leS2yc91F2h5lTacZeadOVT { width:6.125rem;height:1.7504875rem;top:16.3076171875rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XDiVC8kopiXiPm6zriTn6TbUNfOQWixD { width:4.1875rem;height:0.8129875rem;top:16.3701171875rem;left:7.8125rem;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.87524375rem;top:18.962890625rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xq3ylGM8CNmiHoSFpSrsQXHfM43BhmVQ { width:5.5625rem;height:0.8129875rem;top:18.994140625rem;left:7.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KMOZPcxw9CAPSLmUCxipALiSXTBdWP4N { width:7.1875rem;height:0.87524375rem;top:20.6513671875rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bAvndokq8XtJsCWLzKfwI47Zg0bcpmHo { width:3.125rem;height:0.8129875rem;top:20.7451171875rem;left:7.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TsTMPVFMoZNTHBWeLL9BDgWwouPG1ruG { width:20rem;height:23rem;top:2.744140625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #BmSIhzC40sTNcPTTEDhFebTFag3iNWFW { width:11.3125rem;height:3.1875rem;top:3.806640625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d14d1951-6260-4066-9123-c2043ac5ed72/cabanashuahincondogallery05.webp");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.125rem;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, #f7981d, #672700);background-image: -moz-linear-gradient(180deg, #f7981d, #672700);background-image: -ms-linear-gradient(180deg, #f7981d, #672700);background-image: -o-linear-gradient(180deg, #f7981d, #672700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7981d', endColorstr='#672700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7981d', endColorstr='#672700' );";background-image: linear-gradient(180deg, #f7981d, #672700);background-size:initial !important;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:none;display:block; }#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:117.8125rem;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.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNzA9lZ9B59gVZgsF1TIh9uTTqMXHhSg { width:20rem;height:13.5rem;top:4.7200527191162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXxn6rqGt0kP8fOTBfpvx7r8aZhVzX6A { width:20rem;height:13.5rem;top:20.157337188721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlxPGd9ODyAiHSJWh43ndUbDE5xVfQiw { width:20rem;height:13.5rem;top:35.596782684326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1UnpFdtvVmMk1pSBNM5kTVVWy1N1NXc { width:20rem;height:13.5rem;top:51.534300327301rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnQLFints9ULvZWL64RLxWmvEA3DoLvt { width:20rem;height:13.5rem;top:68.219396591188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUqRwfqarbLkQP3MNUud5WBmnxAICIHa { width:20rem;height:13.499375rem;top:85.59353637695rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZzvc1k3nSPEVtW2DelyWto0lqxzcTMh { width:20rem;height:13.625rem;top:101.15185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqZ1vdrLcolqBNNE0HGWP364waKpyLSH { background-color:#ffffff;background-image:none;display:block; }#zqZ1vdrLcolqBNNE0HGWP364waKpyLSH > .row .container { background-color: transparent; background-image: none; }#zqZ1vdrLcolqBNNE0HGWP364waKpyLSH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqZ1vdrLcolqBNNE0HGWP364waKpyLSH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqZ1vdrLcolqBNNE0HGWP364waKpyLSH > .row .container > .video-iframe-container { display: none; }#zqZ1vdrLcolqBNNE0HGWP364waKpyLSH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqZ1vdrLcolqBNNE0HGWP364waKpyLSH > .row > .video-iframe-container { display: none; }#zqZ1vdrLcolqBNNE0HGWP364waKpyLSH > .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); }#zqZ1vdrLcolqBNNE0HGWP364waKpyLSH > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCRPqdkryyk7qm6suxWrAd5v0rI9QSRf { height:11.25rem;width:20rem;top:1.1796875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7089062-b7c0-4e0e-bcd5-c80d601efa77/TheAddressSiamRatchathewi20.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46.adaptive-delivery-prevent-bg, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyload, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyloading { background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { background-color: transparent; background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:20rem;height:87.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #swCqybO2DLAeE7Ahl2WiSQVDyrGlJcXq { width:20rem;height:31.25rem;top:71.661929394531rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { top:69.3125rem;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.7871125rem;top:2.6236982345581rem;left:0.90603309869769rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8H9rGL5TBKg3kGHV0zSzenoNsApqLaK { width:16.6873125rem;height:1.7504875rem;top:5.5056438446045rem;left:1.6558161377907rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XkerGm1059xzmsQRJ90ALnpccFTzLazM { width:6.9375rem;height:6.9375rem;top:8.8747844696044rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdawZNxgfUy5e2CangTfkAQRdwkViXXq { width:6.9375rem;height:6.9375rem;top:8.8747844696044rem;left:11.474609673023rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn4rEzXb6uuxBWFg2wpuo1vahKxbq6xp { width:6.9375rem;height:6.9375rem;top:21.078125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuVK8QrBxIfq0GCbNzcNCNtFVt6FRasF { width:6.9375rem;height:6.9375rem;top:21.0771484375rem;left:11.4619140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTX5dXOcqXBvbXSWMm5GdVDQUsahT0Cn { width:3.75rem;height:2.0317375rem;top:10.816841125488rem;left:2.5303819775581rem;font-size:1.5625rem;z-index:15160;display:block; }
 }@media only screen and (max-width: 763px) { #F8I1kxClglMiuOo34BLor9XJCc81dcAq { width:2.87435rem;height:2.0317375rem;top:10.316841125488rem;left:13.505859673023rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPtJwbUfI9Vvi6Rv86IibIQbaW7wSIQX { width:2.8125rem;height:2.0317375rem;top:22.810546875rem;left:2.998046875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOTrPbwAr7M7STPr2y0QeWM2l3TzoCXm { width:2.3112rem;height:2.0317375rem;top:22.810546875rem;left:13.7861328125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kACIAD4si6CSnnMVxhQAxFgTErL6Uv1T { width:3.62413125rem;height:0.87535625rem;top:13.347440719604rem;left:2.5922310948372rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z1zhBcJwsHdqr9PLBKw3ocwEUr4EIWSv { width:5.7487rem;height:0.87535625rem;top:13.346057891846rem;left:12.067648291588rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VcpnbMT9rTvnNyO3EHqEdAoZR0C8xTtD { width:5.7487rem;height:0.87535625rem;top:24.998046875rem;left:1.6552734375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KnklM3EElt7NGiLcWeqrfh1roHxuonUX { width:5.7487rem;height:0.87535625rem;top:24.9970703125rem;left:11.4736328125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #c5d1stGmTQVOaGcKw3LwGL3yZMcT27XC { width:7.8125rem;height:1.7504875rem;top:16.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xmweRGdhi0C8luTNoOLCDU1s8TcKaTAT { width:6.9375rem;height:0.87535625rem;top:16.9375rem;left:11.404296875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BlkuIGPCqkzxQDP8T5g7spT2hCU834Wk { width:7.4375rem;height:1.7504875rem;top:28.8125rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Elt0saVVE88AQCexdHEgnDAynXmlTlHM { width:7.1875rem;height:1.7504875rem;top:28.8125rem;left:11.2158203125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTQ0ClerJKTwUDw7SpItfefTUFvyRCtM { width:8.25rem;height:1.25rem;top:36.166015625rem;left:3.224609375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oe7fmSToJudG31Ln042kF3WL2crT672U { width:15.124rem;height:5.25rem;top:38.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uBd0dG11PF8Rq6PW6cx23LpfODO2s9ks { width:4.186525rem;height:5.25rem;top:38.75rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lhUrHsSwSDU9rJzFlM6xlh4U2TDhsPzR { width:4.186525rem;height:1.3125rem;top:49.25rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tX0gPBJqQEi3sTH4NudWUoDZCwAdquXT { width:15.124rem;height:1.3125rem;top:49.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Cg5byGV0VAXzhOhfXPrzNATIvdNQpNsb { width:8.125rem;height:1.25rem;top:46.625rem;left:2.912109375rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #WzFIN4fBUG9PyukntILNMK2og9LtqUTo { width:4.186525rem;height:2.625rem;top:65.375rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v5JnOS83OLaQ0Zqa5ZiyopduDiTCzCU5 { width:15.124rem;height:2.625rem;top:65.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wcvIOdQd2kKBpRo19Q0KChVSJvz86736 { width:8.125rem;height:1.25rem;top:62.8125rem;left:2.7802734375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i1bzu0Vy9bbdAQ8FN6BWELu67cDi8KL5 { width:13.75rem;height:2.0996125rem;top:58.6875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KoJi0aTnwu32DMW8XheTNAzXxdMdWQTn { width:4.186525rem;height:1.3125rem;top:58.6875rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XrcLucOavJoJ9I0apk3KsO96AuF2bsAf { width:5.749025rem;height:1.25rem;top:52.728515625rem;left:2.998046875rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #lKZsvKJyQEoLpul9apSPVgTJPFMV16yp { width:4.186525rem;height:1.3125rem;top:55.5rem;left:14.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VUD15J0iNtTuSzTTBsd8LiPbebi0P1lQ { width:10.5rem;height:2.0996125rem;top:55.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z5XiOKEiPAzCtMwRQqAh6GoIi7Sfadoc { display:flex;width:2.1875rem;height:2.1875rem;top:35.634765625rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #JT5xRG1qiiU0X6mzKx5N0T4DRBHXnSe2 { display:flex;width:1.875rem;height:1.875rem;top:46.3125rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #R4Jhivdkz84LsbfTisvdKNznLnsAbzyF { display:flex;width:2.1875rem;height:2.1875rem;top:52.259765625rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #ICRgIMHiOnatRR7KSqQGBKZ9yLAcKT7E { display:flex;width:1.875rem;height:1.875rem;top:62.4375rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #x88Dl9IpSHgpnMx1prZTRdCn1ecou0zE { width:19rem;height:3.125rem;top:83rem;left:0.5rem;font-size:1rem;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) { #lyQ1LNkCtDhZoJJCwicqQDxTJQGwHlP6 { display:block; }
 }@media only screen and (max-width: 763px) { #iJVuZ0N04csaQUegHpEPequRLIMBW2hp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f727dbb2-cd0c-4d95-94c8-d2d3e90f7e97/bg1.png");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.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3uU1glT3beET59mQruzVPeay9XkFAH8 { width:16.8125rem;height:1.3059875rem;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.13671875rem;top:10.4375rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #irqUyTsrqkXo0C0Bo8OylJV07JcM20Uv { width:20rem;height:0;top:32.0625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQRnZQvzA6nJxthybI9KSGrOfuHMFLv9 { width:20rem;height:1.03125rem;top:2.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC9WGHZgnpsRF8bJid3u9JKVmXasyuFr { width:8.5625rem;height:0;top:14.1064453125rem;left:0.9375rem;font-size:0.75rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #ITbkCweB1vC8AFODqGFI80v5BnbOJyST { width:3.5rem;height:0;top:11.875rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AmKW9DA91By3cUHuWqEw5ii3T2I5EOqN { width:5.3125rem;height:0;top:14.3125rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lk2UqOahlsW7kecgXwNIOkrJT2SgFu1H { width:18.1875rem;height:0;top:27.7734375rem;left:1.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3DZfU8GPaRJRFbD8sQ1bVxqdLSmvfUk { width:8.1875rem;height:0;top:17.05078125rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KdiU6S4i9l1F0Cug3FXmAdOIGB5V5dZW { width:20rem;height:0;top:25.0263671875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkcERaQ19VueZMOin5Kn2Q2iObb2GW9f { width:18.125rem;height:0.0625rem;top:17.3359375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxcmuhJhEp3USBGesTIohyg9w8DTcnRn { display:flex;width:2.625rem;height:2.625rem;top:25.6875rem;left:6.8749063570206rem;display:none; }
 }@media only screen and (max-width: 763px) { #veO96uXwGJIbwyuT9xBdauguzoMeLt3I { width:13.125rem;height:10.8125rem;top:25rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgoZ25h73xasn72pVfmOpCGfCor3hk3A { width:18.4375rem;height:0;top:16.3125rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15066;display:none; }
 }@media only screen and (max-width: 763px) { #ZIhUUGTiSQ8OhPPrMCZsD374hAmyIMzG { width:18.6875rem;height:4.5rem;top:29.099609375rem;left:0.875rem;font-size:0.75rem;z-index:15068;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #E1XGAwqAJ1G70kx3ypmUMSea1lxxCbyN { width:17.5625rem;height:3.25rem;top:35.5625rem;left:0rem;font-size:0.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZQIBoKEkHdCGTrcwfGTl9huGta6xPHMh { display:flex;width:1.625rem;height:1.125rem;top:1.3125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #PPqrBWz1f2T7FM6w9huIIyUvBJ8FfLqc { width:17.375rem;height:1.6497375rem;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.6497375rem;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.0996125rem;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.6497375rem;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.6497375rem;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.0996125rem;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.6497375rem;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.6497375rem;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.0996125rem;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) { #CqgunINumxQadUoB5fmKzdQrJ1URTbB7 { width:19rem;height:2.5rem;top:40.1875rem;left:0.5rem;font-size:1rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mesBuxpfOmpReZnTSwn3bc2VEZEoPbub { display:block; }
 }@media only screen and (max-width: 763px) { #fK1UWR5WkCVlHBL0p2kJ3hnM1twM5aGB { width:18.75rem;height:3.57421875rem;top:5.6640625rem;left:0.78125rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { width:20rem;height:0.8129875rem;top:0.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }