.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/c7db44a2-c201-40a5-a6d1-2c5fc88e5520/2P10301024x683.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.41); }#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.41); }#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:28.625rem;width:75rem;overflow:visible;position:relative;display:block; }#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:#ffffff;display:block;width:15.1230625rem;position:absolute;font-family:poppins;font-size:2.25rem;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:15.9375rem;left:29.5625rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ede7e0, #827460);background-image: -moz-linear-gradient(180deg, #ede7e0, #827460);background-image: -ms-linear-gradient(180deg, #ede7e0, #827460);background-image: -o-linear-gradient(180deg, #ede7e0, #827460);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede7e0', endColorstr='#827460' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede7e0', endColorstr='#827460' );";background-image: linear-gradient(180deg, #ede7e0, #827460);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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.371125rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:21.624643087387rem;left:27.312676668167rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QuQB7NzA30HDdZd79rlFbhCoLuB0TFrM { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:9.75rem;top:6.0625rem;left:32.625rem;overflow:hidden;display:block; }
#tCn6dUCtuX471adFaTx3Lo38y9vgCTF1 { color:#ffffff;display:block;width:15.1230625rem;position:absolute;font-family:poppins;font-size:1.4375rem;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:16.5rem;left:40.125rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aVuw0yDhrTUg6LiRCabviKBbudQt9vVp { color:#ffffff;display:block;width:15.1230625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.00390625rem;left:29.9375rem;height:1.54394375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oT0Nx7GnwGsxwMPfeMrsGVkt117lvgDH { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.625rem;left:24.75rem;height:1.54394375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lMSAvrR8PrHLgmb9tgboiolm8Na08kBh { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:38.9375rem;top:15.7431640625rem;left:18.03125rem;overflow:hidden;display:block; }
#TREH5evFoH81a72A30TvDZuTVxIDZ7T2 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:33.8125rem;top:15.7431640625rem;left:18.03125rem;overflow:hidden;display:none; }
#zzMX9T58JglSIhbTfcVbc3Ls5RnMhxl0 { 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/b0fb1f30-ce08-4677-a0bc-3f4cac5e8748/12.jpg");background-position:center right !important;background-repeat:no-repeat !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; }#zzMX9T58JglSIhbTfcVbc3Ls5RnMhxl0.adaptive-delivery-prevent-bg, #zzMX9T58JglSIhbTfcVbc3Ls5RnMhxl0.lazyload, #zzMX9T58JglSIhbTfcVbc3Ls5RnMhxl0.lazyloading { background-image: none; }#zzMX9T58JglSIhbTfcVbc3Ls5RnMhxl0 > .row .container { background-color: transparent; background-image: none; }#zzMX9T58JglSIhbTfcVbc3Ls5RnMhxl0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzMX9T58JglSIhbTfcVbc3Ls5RnMhxl0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzMX9T58JglSIhbTfcVbc3Ls5RnMhxl0 > .row .container > .video-iframe-container { display: none; }#zzMX9T58JglSIhbTfcVbc3Ls5RnMhxl0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzMX9T58JglSIhbTfcVbc3Ls5RnMhxl0 > .row > .video-iframe-container { display: none; }#zzMX9T58JglSIhbTfcVbc3Ls5RnMhxl0 > .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); }#zzMX9T58JglSIhbTfcVbc3Ls5RnMhxl0 > .row .container { border-width: 0; border-radius: 0; }#zzMX9T58JglSIhbTfcVbc3Ls5RnMhxl0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zzMX9T58JglSIhbTfcVbc3Ls5RnMhxl0 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#GMcUvJ8M2BrETsCixG9rFxUW82VzoT00 { 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:7.3123125rem;width:13.4375rem;top:5.7183160781861rem;left:3.8107643127441rem;overflow:hidden;display:block; }
#KhOW5MTrTN6AtfwnE63PQheLMPynIXWo { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.7799491882324rem;left:32.873266220093rem;height:1.94986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TFNfcZloVhyyaam3bJNs7WVTusBx1ncF { color:#ffffff;display:block;width:46rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.7802734375rem;left:25.6865234375rem;height:8.5495rem;text-align:center;text-align-last:center;font-style:normal;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/245bd976-4544-44f9-bd5e-8265bac338e7/BirdiePoolVillas.jpg");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; }#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.5); }#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.5); }#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:92.375rem;width:75rem;position:relative;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; }
#SrnZ0SMuoq95zKHT2U7WSorcJCNbcmZS { box-sizing:content-box;height:30.1875rem;width:63rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9c6db785-5ed7-4183-b809-53496df677e3/2P10291024x683.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.23046875rem;left:6rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#SrnZ0SMuoq95zKHT2U7WSorcJCNbcmZS.adaptive-delivery-prevent-bg, #SrnZ0SMuoq95zKHT2U7WSorcJCNbcmZS.lazyload, #SrnZ0SMuoq95zKHT2U7WSorcJCNbcmZS.lazyloading { background-image: none; }
#n6L2gkADtc0Z87QVtsVlckDcQ29Gs9k5 { box-sizing:content-box;height:19.4375rem;width:63.0625rem;position:absolute;display:block;z-index:14998;background-color:#827460;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.99755859375rem;left:5.9970703125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#cAGRmKV6O66aPGfEHBQlUaOebkLIEBSS { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#eSGF18MNHoxaGPmacediEsOohNlvIcBT { color:#303f4f;display:block;width:31.62475rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.953125rem;left:4.4361972808838rem;height:2.4375rem;text-align:left;text-align-last:left;display:none; }
#alWhz7QatUcQzT8sQ3mAKtglLDWGLBlt { color:#303f4f;display:block;width:31.62475rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:44.640626907349rem;left:4.3723964691162rem;height:2.4375rem;text-align:left;text-align-last:left;display:none; }
#FFMD472Im9BkO4pD9HGgOoA4iz7pleG4 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#O1L3PBGq9pB6FsfarC99S7l8XaNCBvUX { color:#303f4f;display:block;width:31.62475rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:75.327260971069rem;left:4.3717441558838rem;height:2.4375rem;text-align:left;text-align-last:left;display:none; }
#NI5ppRAf7V1wHJCZHB7e1zOsc4DDNSUQ { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#cKPy36G60lOiLUDMqUaMgaq0kgTpEAbX { color:#303f4f;display:block;width:31.62475rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:106.57661056519rem;left:4.3706607818604rem;height:2.4375rem;text-align:left;text-align-last:left;display:none; }
#msGAPkHdFwqRWR56o3QcZ7PV8u4F0dPm { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Ma4UIbXTbPSLLCyx0ryA3KGzPndw3ifW { color:#000000;display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15228;line-height:1.3;letter-spacing:0;top:110.12153244019rem;left:5.7454433441162rem;height:1.21875rem;text-align:center;text-align-last:center;display:none; }
#x8Jxa6aCM31uMzuTlSVKvzrbInda7BMa { color:#000000;display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15228;line-height:1.3;letter-spacing:0;top:110.12153244019rem;left:5.7454433441162rem;height:1.21875rem;text-align:center;text-align-last:center;display:none; }
#AGI2dTGlPEB3JZdyD0CMWUN44MTcgBUQ { color:#000000;display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15228;line-height:1.3;letter-spacing:0;top:110.12153244019rem;left:5.7454433441162rem;height:1.21875rem;text-align:center;text-align-last:center;display:none; }
#AwHS8ue52vQQPC54v1omT1EuXr0TFr4p { color:#000000;display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15228;line-height:1.3;letter-spacing:0;top:110.12153244019rem;left:5.7454433441162rem;height:1.21875rem;text-align:center;text-align-last:center;display:none; }
#FK089pUaMDO34w6MidgWQM9oiKCwWUqi { box-sizing:content-box;height:2.875rem;width:20.5625rem;position:absolute;display:block;z-index:15320;background-color:#006ce3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.582465946674rem;left:53.466800689698rem;display:none; }
#TGvpPDSQdtS8wx7cyKLbkk06NxhlnoNE { box-sizing:content-box;height:0.1875rem;width:6.875rem;position:absolute;display:block;z-index:15323;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.285400390625rem;left:64.566650390625rem;display:none; }
#AuIHtZiK45FS450NUQwlxZODek3t3lye { box-sizing:content-box;height:2.875rem;width:20.5625rem;position:absolute;display:block;z-index:15320;background-color:#006ce3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.582465946674rem;left:53.466800689698rem;display:none; }
#xa67Hs2sT1DSc4k5K3NWNPG4G024fMcf { box-sizing:content-box;height:0.1875rem;width:6.875rem;position:absolute;display:block;z-index:15323;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.285400390625rem;left:64.566650390625rem;display:none; }
#giOBU259yI5PdPchwxr7cvTTXryDbxDe { box-sizing:content-box;height:2.875rem;width:20.5625rem;position:absolute;display:block;z-index:15320;background-color:#006ce3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.582465946674rem;left:53.466800689698rem;display:none; }
#QQyRJOVPMaGnSFe4RsTLgCIpXM6q94BN { box-sizing:content-box;height:0.1875rem;width:6.875rem;position:absolute;display:block;z-index:15323;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.285400390625rem;left:64.566650390625rem;display:none; }
#Zo8KJNJFLpAgurnpk86UWlF5kVCmrbk4 { box-sizing:content-box;height:13.625rem;width:20.75rem;position:absolute;display:block;z-index:14999;background-color:#093025;background-image:url("https://images.assets-landingi.com/uc/da115560-cfc4-4ee4-b991-e04a6e4a2b87/BirdiePoolVillas09.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.9365234375rem;left:6rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#Zo8KJNJFLpAgurnpk86UWlF5kVCmrbk4.adaptive-delivery-prevent-bg, #Zo8KJNJFLpAgurnpk86UWlF5kVCmrbk4.lazyload, #Zo8KJNJFLpAgurnpk86UWlF5kVCmrbk4.lazyloading { background-image: none; }
#QbcP5tGqgqsU6FvB4gw1rUUEVUX5Hw0t { box-sizing:content-box;height:13.625rem;width:20.75rem;position:absolute;display:block;z-index:15000;background-color:#093025;background-image:url("https://images.assets-landingi.com/uc/b83b3c75-cbfd-4042-8842-8fac2441699b/BirdiePoolVillas11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.9365234375rem;left:27.12451171875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#QbcP5tGqgqsU6FvB4gw1rUUEVUX5Hw0t.adaptive-delivery-prevent-bg, #QbcP5tGqgqsU6FvB4gw1rUUEVUX5Hw0t.lazyload, #QbcP5tGqgqsU6FvB4gw1rUUEVUX5Hw0t.lazyloading { background-image: none; }
#nXSOXiaz9JkJ7WafTTTkbkmOczGTEv9T { box-sizing:content-box;height:13.625rem;width:20.75rem;position:absolute;display:block;z-index:15001;background-color:#093025;background-image:url("https://images.assets-landingi.com/uc/1a422859-c785-4416-986c-1681e46f5a6a/BirdiePoolVillas10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.9365234375rem;left:48.31201171875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#nXSOXiaz9JkJ7WafTTTkbkmOczGTEv9T.adaptive-delivery-prevent-bg, #nXSOXiaz9JkJ7WafTTTkbkmOczGTEv9T.lazyload, #nXSOXiaz9JkJ7WafTTTkbkmOczGTEv9T.lazyloading { background-image: none; }
#NdqbrDicJI51eBGSP7QG3H9XuNlZml7r { box-sizing:content-box;height:9.375rem;width:61.875rem;position:absolute;display:block;z-index:14999;background-color:#f0f0f0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.46484375rem;left:6.56103515625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#nyFyTvIxfIEBN681b6rIZgklLwDmSg2z { 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:4.24913125rem;width:7.874375rem;top:50.1533203125rem;left:7.50439453125rem;overflow:hidden;display:block; }
#PhBTfCCc33aSNtnpcJgmp9L4rTzOiK3t { color:#ffffff;display:block;width:33.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:52.52197265625rem;left:17.0595703125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LZJxBP9LJTCOnTF13C4nZFRDNWas435c { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15324;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/d87dd1f7-3d87-4009-b559-3cf7b61f4804/BirdiePoolVillas03.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.27685546875rem;left:9.25341796875rem;display:block; }#LZJxBP9LJTCOnTF13C4nZFRDNWas435c.adaptive-delivery-prevent-bg, #LZJxBP9LJTCOnTF13C4nZFRDNWas435c.lazyload, #LZJxBP9LJTCOnTF13C4nZFRDNWas435c.lazyloading { background-image: none; }
#EcNzrFswzdEptrI1yn8tTWGiTLgIxfGr { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15325;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/ea43930d-7a97-438c-922b-4386e1e574ab/BirdiePoolVillas04.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.275390625rem;left:18.75341796875rem;display:block; }#EcNzrFswzdEptrI1yn8tTWGiTLgIxfGr.adaptive-delivery-prevent-bg, #EcNzrFswzdEptrI1yn8tTWGiTLgIxfGr.lazyload, #EcNzrFswzdEptrI1yn8tTWGiTLgIxfGr.lazyloading { background-image: none; }
#HsagiThc84QfMENmVgvxqudXspDIzhlJ { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15326;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/295a13aa-d01b-4ff0-8b22-bad49fd239d5/BirdiePoolVillas05.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.275390625rem;left:29.19091875rem;display:block; }#HsagiThc84QfMENmVgvxqudXspDIzhlJ.adaptive-delivery-prevent-bg, #HsagiThc84QfMENmVgvxqudXspDIzhlJ.lazyload, #HsagiThc84QfMENmVgvxqudXspDIzhlJ.lazyloading { background-image: none; }
#s2ZOl1q7p9Og6sF7IbXMsKW9SaD3WTM7 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15327;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/eb3bf10e-c96e-4e3e-a187-5eb36c73c7cc/BirdiePoolVillas06.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.0263671875rem;left:39.8154296875rem;display:block; }#s2ZOl1q7p9Og6sF7IbXMsKW9SaD3WTM7.adaptive-delivery-prevent-bg, #s2ZOl1q7p9Og6sF7IbXMsKW9SaD3WTM7.lazyload, #s2ZOl1q7p9Og6sF7IbXMsKW9SaD3WTM7.lazyloading { background-image: none; }
#PXtNekkyVEuZ5bCDCTFFnXZqNwPtxb5p { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15328;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/0cf676fe-a306-45cd-b985-08c408c9de75/BirdiePoolVillas07.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.96337890625rem;left:49.810546875rem;display:block; }#PXtNekkyVEuZ5bCDCTFFnXZqNwPtxb5p.adaptive-delivery-prevent-bg, #PXtNekkyVEuZ5bCDCTFFnXZqNwPtxb5p.lazyload, #PXtNekkyVEuZ5bCDCTFFnXZqNwPtxb5p.lazyloading { background-image: none; }
#TmKOvWoiGhKByvz5TUdU8QGUqJR2KaKS { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15329;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/70121d9d-57b1-47b2-a182-148781eba8ac/BirdiePoolVillas08.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.275390625rem;left:61.375rem;display:block; }#TmKOvWoiGhKByvz5TUdU8QGUqJR2KaKS.adaptive-delivery-prevent-bg, #TmKOvWoiGhKByvz5TUdU8QGUqJR2KaKS.lazyload, #TmKOvWoiGhKByvz5TUdU8QGUqJR2KaKS.lazyloading { background-image: none; }
#EGsTs7RxTFy4sPSboodzWotd4g8mdA4M { color:#827460;display:block;width:5.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:61.02685546875rem;left:8.0654296875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hWVVWdbls2QJqyRTaJ1L7Nq1OOLTeTZL { color:#827460;display:block;width:5.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:62.42724609375rem;left:8.06689453125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SXdVvQeHJ4MLRRAHx76VLaSTpLh1RiyV { color:#827460;display:block;width:5.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:61.025390625rem;left:17.31640625rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r9MDgVAaGdeDrhIEDMLpVppRMVSOSB6l { color:#827460;display:block;width:5.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:62.42578125rem;left:17.31640625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dddQeolJouyTnkkqmguCdZFx71qWQpfP { color:#827460;display:block;width:5.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:61.025390625rem;left:27.87841796875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qomIsFaWKCdxnXwaFa6sN4gdczDhCFv0 { color:#827460;display:block;width:6.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:62.42578125rem;left:27.56640625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iwOgfaqKeO9FzHeMJrR5ZDdKNTiX8XWt { color:#827460;display:block;width:5.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:61.025390625rem;left:38.94091796875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u1zfwa6dkFz3w1RScCCzh7UPFdUM8WI4 { color:#827460;display:block;width:6.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:62.42578125rem;left:38.62890625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dW8MAZph2GozJods94P2szT5N5Mgh9vU { color:#827460;display:block;width:5.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:61.025390625rem;left:48.9404296875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p9Qs90SPn7WFzpG8kcrLasSplrX9tEmi { color:#827460;display:block;width:7.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:62.42578125rem;left:48.62841796875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NGe2rhLs8i4EN5rnoRHyFzT3duopQVz1 { color:#827460;display:block;width:5.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:61.025390625rem;left:59.5029296875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rDXH9RLUswP74waLIXac14n5yTf69slH { color:#827460;display:block;width:7.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:62.42578125rem;left:59.19091796875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U9VKqMrfc0Mm5GDcOSA3UGE8gSXXOTdN { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:65.770833969119rem;left:26.252605438233rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#olkbwfGAtGSadl7yICkHH4boKBlK6FKo { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:65.364583969119rem;left:32.565105438233rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d6nTvOe1RATN7cX27BW0UaPxkl4lWELy { color:#ffffff;display:block;width:1.4375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:43.3095703125rem;left:23.232421875rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pa96ygMkTM4azVGe7qbWlfdKkyKe5ui1 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;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:15199;opacity:1;top:44.54150390625rem;left:20.8154296875rem; }
#sIezFCaFTIbsTmvbs0T55EncdMpciseH { color:#ffffff;display:block;width:5.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:46.60400390625rem;left:20.69091796875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tVNLtGJLFf3uqJClCRbyieoUZV22Dc3J { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15200;opacity:1;top:44.19580078125rem;left:41.94140625rem; }
#vPdDrspNg5DfeuPA9dOntPyantLSlTLv { color:#ffffff;display:block;width:1.4375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:42.9990234375rem;left:44.37451171875rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qGlhw76VwRXUAqksTteRcPm5WLkBLmRJ { color:#ffffff;display:block;width:5.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:46.3125rem;left:41.8125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s3VrQkVImuv9PwymRvpX6JOMfVyDoSRO { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;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:15205;opacity:1;top:44.25rem;left:63.6240234375rem; }
#SaFzZIJX9J7NkqL0T1TPq8S9tGHKA1Fh { color:#ffffff;display:block;width:1.4375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:42.9990234375rem;left:65.8740234375rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NeZTEnZa4ZUhm9Vn0RvoMnrQLfG2c9J1 { color:#ffffff;display:block;width:5.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:46.3125rem;left:63.49951171875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DivJwDVpOKnuvZRwbZmysfEE1SLsFKmt { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:65.770833969119rem;left:41.76953125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IVPzlmxkdFIxd94ffK5TEeI9eMU3TtOu { color:#827460;display:block;width:44.25rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:72.39501953125rem;left:15.375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dZWpN2kHOaTU6MIVDOsAC6PtUB32tA19 { color:#827460;display:block;width:44.25rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:75.88720703125rem;left:15.375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qx1xES82PK8iDyRgSGMMfaHvSRb1NHpw { color:#827460;display:block;width:23.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.9;letter-spacing:0;top:79.82470703125rem;left:1.43701171875rem;height:8.549475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BIcSaxED7Qv7VXzAI6Pe2qovba3u7XmC { color:#827460;display:block;width:23.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.9;letter-spacing:0;top:79.8232421875rem;left:26.126953125rem;height:8.549475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UqCQQ0NhBcOrKvh0Hwk8NvVqNevNe7J9 { color:#827460;display:block;width:23.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.9;letter-spacing:0;top:79.8232421875rem;left:51.31201171875rem;height:8.549475rem;text-align:left;text-align-last:left;font-style:normal;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/bfda07fc-968c-46a5-bfec-f1844f63808a/BirdiePoolVillas.jpg");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.4); }#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.4); }#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, #ede7e0, #827460);background-image: -moz-linear-gradient(180deg, #ede7e0, #827460);background-image: -ms-linear-gradient(180deg, #ede7e0, #827460);background-image: -o-linear-gradient(180deg, #ede7e0, #827460);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede7e0', endColorstr='#827460' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede7e0', endColorstr='#827460' );";background-image: linear-gradient(180deg, #ede7e0, #827460);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:marcellus;overflow:hidden;font-style:normal;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#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.937502384186rem; }
#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.937502384186rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:rgba(var(--color-secondary-0),1);display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:27.5rem;left:51.25rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:rgba(var(--color-secondary-0),1);display:block;width:28.3125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.3740234375rem;left:5.12451171875rem;height:6rem;font-style:normal;display:block; }
#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/245bd976-4544-44f9-bd5e-8265bac338e7/BirdiePoolVillas.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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(255,255,255,0.5); }#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(255,255,255,0.5); }#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::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; }#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:53.5625rem;width:75rem;position:relative;display:block; }#BfSEukzoKTlwu2xMfsJagvT7V9oWa4Te { color:#827460;display:block;width:44.25rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.392578125rem;left:15.375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O8weSffdZUNZTuEQIUKBGxwRSs9iC5qD { box-sizing:content-box;height:23.1875rem;width:32.375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/980b953d-3c6d-4c11-b313-6943a223b25a/2P10261024x683.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:10rem;left:5rem;display:block; }#O8weSffdZUNZTuEQIUKBGxwRSs9iC5qD.adaptive-delivery-prevent-bg, #O8weSffdZUNZTuEQIUKBGxwRSs9iC5qD.lazyload, #O8weSffdZUNZTuEQIUKBGxwRSs9iC5qD.lazyloading { background-image: none; }
#UQL7aeDLzqupOWsFDKNyoSN0m5QvawfB { box-sizing:content-box;height:23.1855625rem;width:32.0625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/03c79031-9212-40ff-af50-448e0040262e/2P10151024x683.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:10rem;left:37.875rem;display:block; }#UQL7aeDLzqupOWsFDKNyoSN0m5QvawfB.adaptive-delivery-prevent-bg, #UQL7aeDLzqupOWsFDKNyoSN0m5QvawfB.lazyload, #UQL7aeDLzqupOWsFDKNyoSN0m5QvawfB.lazyloading { background-image: none; }
#oRGR1e3kvhUoOFkIqRPxUo5mQihep633 { box-sizing:content-box;height:15.0625rem;width:21.3125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/aeb7c769-0da8-45f5-a92a-f4d2a8a10220/2P10211024x683.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.77734375rem;left:4.998046875rem;display:block; }#oRGR1e3kvhUoOFkIqRPxUo5mQihep633.adaptive-delivery-prevent-bg, #oRGR1e3kvhUoOFkIqRPxUo5mQihep633.lazyload, #oRGR1e3kvhUoOFkIqRPxUo5mQihep633.lazyloading { background-image: none; }
#OC8AUgGI2MBDUiad8RmW0g7D0hKExd5L { box-sizing:content-box;height:15.0615rem;width:21.312rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/00841215-b8a0-4a64-a3e0-63c98b770a50/2P10231024x683.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.775390625rem;left:26.841796875rem;display:block; }#OC8AUgGI2MBDUiad8RmW0g7D0hKExd5L.adaptive-delivery-prevent-bg, #OC8AUgGI2MBDUiad8RmW0g7D0hKExd5L.lazyload, #OC8AUgGI2MBDUiad8RmW0g7D0hKExd5L.lazyloading { background-image: none; }
#iQD9ebqGoe4wtuMPvLcu5l8o34plABZs { box-sizing:content-box;height:15.0600625rem;width:21.3105625rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b3a1d3a6-e438-4b8e-b949-8630e6e0d406/2P10241024x683.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.77734375rem;left:48.71875rem;display:block; }#iQD9ebqGoe4wtuMPvLcu5l8o34plABZs.adaptive-delivery-prevent-bg, #iQD9ebqGoe4wtuMPvLcu5l8o34plABZs.lazyload, #iQD9ebqGoe4wtuMPvLcu5l8o34plABZs.lazyloading { background-image: none; }
#ZLR2ykpsxsFMClp0laBsTAdLkZdM1BgW { 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/245bd976-4544-44f9-bd5e-8265bac338e7/BirdiePoolVillas.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZLR2ykpsxsFMClp0laBsTAdLkZdM1BgW.adaptive-delivery-prevent-bg, #ZLR2ykpsxsFMClp0laBsTAdLkZdM1BgW.lazyload, #ZLR2ykpsxsFMClp0laBsTAdLkZdM1BgW.lazyloading { background-image: none; }#ZLR2ykpsxsFMClp0laBsTAdLkZdM1BgW > .row .container { background-color: transparent; background-image: none; }#ZLR2ykpsxsFMClp0laBsTAdLkZdM1BgW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLR2ykpsxsFMClp0laBsTAdLkZdM1BgW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLR2ykpsxsFMClp0laBsTAdLkZdM1BgW > .row .container > .video-iframe-container { display: none; }#ZLR2ykpsxsFMClp0laBsTAdLkZdM1BgW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLR2ykpsxsFMClp0laBsTAdLkZdM1BgW > .row > .video-iframe-container { display: none; }#ZLR2ykpsxsFMClp0laBsTAdLkZdM1BgW > .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); }#ZLR2ykpsxsFMClp0laBsTAdLkZdM1BgW > .row .container { border-width: 0; border-radius: 0; }#ZLR2ykpsxsFMClp0laBsTAdLkZdM1BgW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZLR2ykpsxsFMClp0laBsTAdLkZdM1BgW > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#DkOUuULy0bBtPZdV8GVtTmQmm7XMWQ5o { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:37.9375rem;width:67.6875rem;top:3.6875052452088rem;left:3.65625rem;display:block; }
#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/245bd976-4544-44f9-bd5e-8265bac338e7/BirdiePoolVillas.jpg");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; }#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.5); }#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.5); }#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:84.4375rem;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:37.5rem;width:75rem;top:39.123046875rem;left:0rem;display:block; }
#OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { color:#827460;display:block;width:63.5625rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.80859375rem;left:5.71875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b8H9rGL5TBKg3kGHV0zSzenoNsApqLaK { color:#212121;display:block;width:49.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15146;line-height:1.6;letter-spacing:0;top:8.7044277191163rem;left:12.875rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XSWgWZ0CwHggMu8kUJg9d7ggvLqicD8z { box-sizing:content-box;height:9.875rem;width:9.875rem;position:absolute;display:block;z-index:15147;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/54297f2f-d137-46d7-b3bd-4968779b2a17/BirdiePoolVillas18.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5625rem;left:7.75rem;display:block; }#XSWgWZ0CwHggMu8kUJg9d7ggvLqicD8z.adaptive-delivery-prevent-bg, #XSWgWZ0CwHggMu8kUJg9d7ggvLqicD8z.lazyload, #XSWgWZ0CwHggMu8kUJg9d7ggvLqicD8z.lazyloading { background-image: none; }
#dH3iZKp4Ti76uEQsiJDZELUMrRUShbrX { box-sizing:content-box;height:9.875rem;width:9.875rem;position:absolute;display:block;z-index:15148;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/3f6f7c49-e477-4240-8655-c4a2eed6e918/BirdiePoolVillas19.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5625rem;left:24.125rem;display:block; }#dH3iZKp4Ti76uEQsiJDZELUMrRUShbrX.adaptive-delivery-prevent-bg, #dH3iZKp4Ti76uEQsiJDZELUMrRUShbrX.lazyload, #dH3iZKp4Ti76uEQsiJDZELUMrRUShbrX.lazyloading { background-image: none; }
#bOCzg1VQhxnrsp9ZHllc7kVRP7x7zf9s { box-sizing:content-box;height:9.875rem;width:9.875rem;position:absolute;display:block;z-index:15149;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/8a1a6755-7153-4958-a070-4a0e8dee8080/BirdiePoolVillas20.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5625rem;left:40.6875rem;display:block; }#bOCzg1VQhxnrsp9ZHllc7kVRP7x7zf9s.adaptive-delivery-prevent-bg, #bOCzg1VQhxnrsp9ZHllc7kVRP7x7zf9s.lazyload, #bOCzg1VQhxnrsp9ZHllc7kVRP7x7zf9s.lazyloading { background-image: none; }
#VTyr5LDJw2OMgRWvXG27FRSsVqb3UX0I { box-sizing:content-box;height:9.875rem;width:9.875rem;position:absolute;display:block;z-index:15150;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/f617c69e-ff0d-4a95-83d9-f5a6ddbe17e0/BirdiePoolVillas21.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5625rem;left:57.375rem;display:block; }#VTyr5LDJw2OMgRWvXG27FRSsVqb3UX0I.adaptive-delivery-prevent-bg, #VTyr5LDJw2OMgRWvXG27FRSsVqb3UX0I.lazyload, #VTyr5LDJw2OMgRWvXG27FRSsVqb3UX0I.lazyloading { background-image: none; }
#aZAXAom11Sa1LPEUsCIpkiQU3JlCXoZ1 { color:#212121;display:block;width:11.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15147;line-height:1.6;letter-spacing:0;top:29.079428672791rem;left:6.875rem;height:3.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wV71dy5nU1CvD6pRKE0AAVTHreyWCZAc { color:#212121;display:block;width:13.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15148;line-height:1.6;letter-spacing:0;top:29.079428672791rem;left:22.15625rem;height:3.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y5QOJBAS9Ggek7MXfkWewPJw5pTC5MPA { color:#212121;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15149;line-height:1.6;letter-spacing:0;top:29.079428672791rem;left:39.03125rem;height:5.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D7eXQhdJf2DrPcXBclmdJr1yEF79rG61 { color:#212121;display:block;width:17.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15150;line-height:1.6;letter-spacing:0;top:29.076823711395rem;left:53.5rem;height:3.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GtNkQ3Xr3loU4Bq52DuAdgcueDzKm5Vb { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ede7e0, #827460);background-image: -moz-linear-gradient(180deg, #ede7e0, #827460);background-image: -ms-linear-gradient(180deg, #ede7e0, #827460);background-image: -o-linear-gradient(180deg, #ede7e0, #827460);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede7e0', endColorstr='#827460' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede7e0', endColorstr='#827460' );";background-image: linear-gradient(180deg, #ede7e0, #827460);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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.371125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:78.8095703125rem;left:27.3134765625rem;display:block; }
#dz21aL8Kz6d11CkASLTpxCeM67XxoOmr { 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/6cb1d0a2-06a7-4342-a783-335ea4361486/1404.webp");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.6); }#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.6); }#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:52.9375rem;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.92448125rem;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.94986875rem;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.2999125rem;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.59960625rem;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.47504375rem;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.47504375rem;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.59960625rem;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.47504375rem;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.59960625rem;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.97395625rem;display:block; }
#ZQIBoKEkHdCGTrcwfGTl9huGta6xPHMh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:3.75rem;left:14.125rem; }
#PPqrBWz1f2T7FM6w9huIIyUvBJ8FfLqc { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.4746125rem;display:none; }
#r1QVy53oTnKzQAnz6hsd4MH1si2GyTts { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.4746125rem;display:none; }
#izF9coy0VVpTc0Oe0dmkQkWPf3JizBZd { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.4746125rem;display:none; }
#PyZei5JeT6DGyRbGtSfoPg9N0ZEi2y7W { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.625rem;left:3.125rem;display:none; }
#vqKR1CWIMv5AbDbDhxdgFDUWfvL0l8Di { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.4746125rem;display:none; }
#XUqKgqswMrlWFCDyZbaSFxFxv6DbGDbJ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.4746125rem;display:none; }
#D3PFwOKpRnAg4It8CSCKBWJMWk66SnQQ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.4746125rem;display:none; }
#OIveT9l9kTyUyi1a6nm0OvEm6HxAUKtn { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.4746125rem;display:none; }
#T86nCDZpI63O79h8nQmgBFET4NW7xJU5 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.4746125rem;display:none; }
#tQbHD9W5asTCqTplCNGOMCBX7qbc9Vv4 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.4746125rem;display:none; }
#fK1UWR5WkCVlHBL0p2kJ3hnM1twM5aGB { color:rgba(var(--color-tertiary-0),1);display:block;width:68.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:16.25rem;left:3.09375rem;height:2.923825rem;display:none; }
#xQZhVtcmP5DZcwG6Kvh329zUQWe5BaTE { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ede7e0, #827460);background-image: -moz-linear-gradient(180deg, #ede7e0, #827460);background-image: -ms-linear-gradient(180deg, #ede7e0, #827460);background-image: -o-linear-gradient(180deg, #ede7e0, #827460);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede7e0', endColorstr='#827460' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede7e0', endColorstr='#827460' );";background-image: linear-gradient(180deg, #ede7e0, #827460);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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.371125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:47.060546875rem;left:27.3125rem;display:block; }
#yIpU5I5RP3FwBd6MpagO2PszQm0KVWaf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { background-color: transparent; background-image: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { border-width: 0; border-radius: 0; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { color:#999999;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.13736875rem;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:15.9375rem;left:15.9375rem;width:15.0625rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:20.3125rem;height:3.125rem;top:21.5625rem;left:13.687676668167rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #QuQB7NzA30HDdZd79rlFbhCoLuB0TFrM { top:6.0625rem;left:19rem;width:9.75rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCn6dUCtuX471adFaTx3Lo38y9vgCTF1 { top:16.5rem;left:26.5rem;width:15.0625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVuw0yDhrTUg6LiRCabviKBbudQt9vVp { top:13rem;left:16.3125rem;width:15.0625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT0Nx7GnwGsxwMPfeMrsGVkt117lvgDH { top:16.625rem;left:11.125rem;width:6.4375rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMSAvrR8PrHLgmb9tgboiolm8Na08kBh { top:15.6875rem;left:4.40625rem;width:38.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TREH5evFoH81a72A30TvDZuTVxIDZ7T2 { top:15.6875rem;left:4.40625rem;width:33.8125rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzMX9T58JglSIhbTfcVbc3Ls5RnMhxl0 { display:block; }#zzMX9T58JglSIhbTfcVbc3Ls5RnMhxl0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMcUvJ8M2BrETsCixG9rFxUW82VzoT00 { top:5.6875rem;left:0rem;width:13.4375rem;height:7.3123125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhOW5MTrTN6AtfwnE63PQheLMPynIXWo { top:2.75rem;left:14.9375rem;width:32.8125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFNfcZloVhyyaam3bJNs7WVTusBx1ncF { top:5.75rem;left:1.75rem;width:46rem;height:10.625rem;font-size:0.8125rem;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) { #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) { #SrnZ0SMuoq95zKHT2U7WSorcJCNbcmZS { top:4.1875rem;left:0rem;width:47.75rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6L2gkADtc0Z87QVtsVlckDcQ29Gs9k5 { top:48.9375rem;left:0rem;width:47.75rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAGRmKV6O66aPGfEHBQlUaOebkLIEBSS { display:none; }
 }@media only screen and (max-width: 763px) { #eSGF18MNHoxaGPmacediEsOohNlvIcBT { top:8.5rem;left:0rem;width:3.6875rem;height:2.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #alWhz7QatUcQzT8sQ3mAKtglLDWGLBlt { top:43.9375rem;left:0rem;width:20rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFMD472Im9BkO4pD9HGgOoA4iz7pleG4 { display:none; }
 }@media only screen and (max-width: 763px) { #O1L3PBGq9pB6FsfarC99S7l8XaNCBvUX { top:49.375rem;left:0rem;width:4.125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NI5ppRAf7V1wHJCZHB7e1zOsc4DDNSUQ { display:none; }
 }@media only screen and (max-width: 763px) { #cKPy36G60lOiLUDMqUaMgaq0kgTpEAbX { top:73.625rem;left:0rem;width:4.6875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #msGAPkHdFwqRWR56o3QcZ7PV8u4F0dPm { display:none; }
 }@media only screen and (max-width: 763px) { #Ma4UIbXTbPSLLCyx0ryA3KGzPndw3ifW { top:76.375rem;left:0rem;width:5.0625rem;height:1.125rem;font-size:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x8Jxa6aCM31uMzuTlSVKvzrbInda7BMa { top:76.375rem;left:0rem;width:5.0625rem;height:1.125rem;font-size:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AGI2dTGlPEB3JZdyD0CMWUN44MTcgBUQ { top:76.375rem;left:0rem;width:5.0625rem;height:1.125rem;font-size:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AwHS8ue52vQQPC54v1omT1EuXr0TFr4p { top:76.375rem;left:0rem;width:5.0625rem;height:1.125rem;font-size:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FK089pUaMDO34w6MidgWQM9oiKCwWUqi { top:32.5625rem;left:27.1875rem;width:20.5625rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGvpPDSQdtS8wx7cyKLbkk06NxhlnoNE { top:36.25rem;left:38.375rem;width:6.875rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AuIHtZiK45FS450NUQwlxZODek3t3lye { top:32.5625rem;left:27.1875rem;width:20.5625rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xa67Hs2sT1DSc4k5K3NWNPG4G024fMcf { top:36.25rem;left:38.375rem;width:6.875rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #giOBU259yI5PdPchwxr7cvTTXryDbxDe { top:32.5625rem;left:27.1875rem;width:20.5625rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQyRJOVPMaGnSFe4RsTLgCIpXM6q94BN { top:36.25rem;left:38.375rem;width:6.875rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zo8KJNJFLpAgurnpk86UWlF5kVCmrbk4 { top:34.875rem;left:0rem;width:20.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbcP5tGqgqsU6FvB4gw1rUUEVUX5Hw0t { top:34.875rem;left:13.49951171875rem;width:20.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXSOXiaz9JkJ7WafTTTkbkmOczGTEv9T { top:34.875rem;left:27rem;width:20.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdqbrDicJI51eBGSP7QG3H9XuNlZml7r { top:55.4375rem;left:0rem;width:47.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyFyTvIxfIEBN681b6rIZgklLwDmSg2z { top:50.125rem;left:0rem;width:7.8125rem;height:4.2151047413417rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhBTfCCc33aSNtnpcJgmp9L4rTzOiK3t { top:52.5rem;left:3.4345703125rem;width:33.0625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZJxBP9LJTCOnTF13C4nZFRDNWas435c { top:57.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcNzrFswzdEptrI1yn8tTWGiTLgIxfGr { top:57.25rem;left:5.12841796875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsagiThc84QfMENmVgvxqudXspDIzhlJ { top:57.25rem;left:15.56591875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2ZOl1q7p9Og6sF7IbXMsKW9SaD3WTM7 { top:57rem;left:26.1904296875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXtNekkyVEuZ5bCDCTFFnXZqNwPtxb5p { top:56.9375rem;left:36.185546875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmKOvWoiGhKByvz5TUdU8QGUqJR2KaKS { top:57.25rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGsTs7RxTFy4sPSboodzWotd4g8mdA4M { top:61rem;left:0rem;width:5.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWVVWdbls2QJqyRTaJ1L7Nq1OOLTeTZL { top:62.375rem;left:0rem;width:5.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXdVvQeHJ4MLRRAHx76VLaSTpLh1RiyV { top:61rem;left:3.69140625rem;width:5.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9MDgVAaGdeDrhIEDMLpVppRMVSOSB6l { top:62.375rem;left:3.69140625rem;width:5.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dddQeolJouyTnkkqmguCdZFx71qWQpfP { top:61rem;left:14.25341796875rem;width:5.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qomIsFaWKCdxnXwaFa6sN4gdczDhCFv0 { top:62.375rem;left:13.94140625rem;width:6.1875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwOgfaqKeO9FzHeMJrR5ZDdKNTiX8XWt { top:61rem;left:25.31591796875rem;width:5.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1zfwa6dkFz3w1RScCCzh7UPFdUM8WI4 { top:62.375rem;left:25.00390625rem;width:6.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW8MAZph2GozJods94P2szT5N5Mgh9vU { top:61rem;left:35.3154296875rem;width:5.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9Qs90SPn7WFzpG8kcrLasSplrX9tEmi { top:62.375rem;left:35.00341796875rem;width:7.3125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGe2rhLs8i4EN5rnoRHyFzT3duopQVz1 { top:61rem;left:41.875rem;width:5.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDXH9RLUswP74waLIXac14n5yTf69slH { top:62.375rem;left:40.4375rem;width:7.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9VKqMrfc0Mm5GDcOSA3UGE8gSXXOTdN { top:65.75rem;left:12.627605438233rem;width:5.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #olkbwfGAtGSadl7yICkHH4boKBlK6FKo { top:65.3125rem;left:18.940105438233rem;width:9.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6nTvOe1RATN7cX27BW0UaPxkl4lWELy { top:43.25rem;left:9.607421875rem;width:1.4375rem;height:3.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa96ygMkTM4azVGe7qbWlfdKkyKe5ui1 { top:44.5rem;left:7.1904296875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIezFCaFTIbsTmvbs0T55EncdMpciseH { top:46.5625rem;left:7.06591796875rem;width:5.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVNLtGJLFf3uqJClCRbyieoUZV22Dc3J { top:44.1875rem;left:28.31640625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPdDrspNg5DfeuPA9dOntPyantLSlTLv { top:42.9375rem;left:30.74951171875rem;width:1.4375rem;height:3.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGlhw76VwRXUAqksTteRcPm5WLkBLmRJ { top:46.3125rem;left:28.1875rem;width:5.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3VrQkVImuv9PwymRvpX6JOMfVyDoSRO { top:44.25rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaFzZIJX9J7NkqL0T1TPq8S9tGHKA1Fh { top:42.9375rem;left:46.375rem;width:1.375rem;height:3.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeZTEnZa4ZUhm9Vn0RvoMnrQLfG2c9J1 { top:46.3125rem;left:42.75rem;width:5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DivJwDVpOKnuvZRwbZmysfEE1SLsFKmt { top:65.75rem;left:28.14453125rem;width:9.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVPzlmxkdFIxd94ffK5TEeI9eMU3TtOu { top:72.375rem;left:1.7500019073486rem;width:44.25rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZWpN2kHOaTU6MIVDOsAC6PtUB32tA19 { top:75.875rem;left:1.75rem;width:44.25rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qx1xES82PK8iDyRgSGMMfaHvSRb1NHpw { top:79.8125rem;left:0rem;width:23.125rem;height:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIcSaxED7Qv7VXzAI6Pe2qovba3u7XmC { top:79.8125rem;left:12.501953125rem;width:23.625rem;height:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqCQQ0NhBcOrKvh0Hwk8NvVqNevNe7J9 { top:79.8125rem;left:24.0625rem;width:23.6875rem;height:8.5rem;font-size:0.875rem;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) { #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa { display:block; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfSEukzoKTlwu2xMfsJagvT7V9oWa4Te { top:3.375rem;left:1.7500019073486rem;width:44.25rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8weSffdZUNZTuEQIUKBGxwRSs9iC5qD { top:10rem;left:0rem;width:32.375rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQL7aeDLzqupOWsFDKNyoSN0m5QvawfB { top:10rem;left:15.6875rem;width:32.0625rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRGR1e3kvhUoOFkIqRPxUo5mQihep633 { top:33.75rem;left:0rem;width:21.3125rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC8AUgGI2MBDUiad8RmW0g7D0hKExd5L { top:33.75rem;left:13.216796875rem;width:21.25rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQD9ebqGoe4wtuMPvLcu5l8o34plABZs { top:33.75rem;left:26.5rem;width:21.25rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLR2ykpsxsFMClp0laBsTAdLkZdM1BgW { display:block; }#ZLR2ykpsxsFMClp0laBsTAdLkZdM1BgW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkOUuULy0bBtPZdV8GVtTmQmm7XMWQ5o { top:3.6875rem;left:0rem;width:47.75rem;height:26.762927054478rem;display:block; }
 }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #swCqybO2DLAeE7Ahl2WiSQVDyrGlJcXq { top:39.0625rem;left:0rem;width:47.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { display:none; }
 }@media only screen and (max-width: 763px) { #eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { top:3.75rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8H9rGL5TBKg3kGHV0zSzenoNsApqLaK { top:8.6875rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSWgWZ0CwHggMu8kUJg9d7ggvLqicD8z { top:16.5625rem;left:0rem;width:9.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH3iZKp4Ti76uEQsiJDZELUMrRUShbrX { top:16.5625rem;left:10.5rem;width:9.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOCzg1VQhxnrsp9ZHllc7kVRP7x7zf9s { top:16.5625rem;left:27.0625rem;width:9.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTyr5LDJw2OMgRWvXG27FRSsVqb3UX0I { top:16.5625rem;left:37.875rem;width:9.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZAXAom11Sa1LPEUsCIpkiQU3JlCXoZ1 { top:29.0625rem;left:0rem;width:11.625rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV71dy5nU1CvD6pRKE0AAVTHreyWCZAc { top:29.0625rem;left:8.53125rem;width:13.8125rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5QOJBAS9Ggek7MXfkWewPJw5pTC5MPA { top:29.0625rem;left:25.40625rem;width:13.5rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7eXQhdJf2DrPcXBclmdJr1yEF79rG61 { top:29.0625rem;left:30.125rem;width:17.625rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtNkQ3Xr3loU4Bq52DuAdgcueDzKm5Vb { width:20.3125rem;height:3.125rem;top:78.75rem;left:13.6884765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz21aL8Kz6d11CkASLTpxCeM67XxoOmr { display:block; }
 }@media only screen and (max-width: 763px) { #iJVuZ0N04csaQUegHpEPequRLIMBW2hp { display:block; }#iJVuZ0N04csaQUegHpEPequRLIMBW2hp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3uU1glT3beET59mQruzVPeay9XkFAH8 { top:3.75rem;left:2.875rem;width:44.875rem;height:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weRmBImZl3HqTwe2zqJfZv32ovexZTz3 { top:13.125rem;left:0rem;width:47.5rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5EVWBHn2T3u849tXzi4poyytHwa5raq { top:16.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntwEcBZTkOkbqvycmyg7ZWtiwVf941XT { top:20.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irqUyTsrqkXo0C0Bo8OylJV07JcM20Uv { top:35.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQRnZQvzA6nJxthybI9KSGrOfuHMFLv9 { top:7.8125rem;left:2.6875rem;width:42.375rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC9WGHZgnpsRF8bJid3u9JKVmXasyuFr { top:27.1875rem;left:0rem;width:18.1875rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITbkCweB1vC8AFODqGFI80v5BnbOJyST { top:23.8125rem;left:0rem;width:18.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmKW9DA91By3cUHuWqEw5ii3T2I5EOqN { top:23.8125rem;left:6.03125rem;width:18.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk2UqOahlsW7kecgXwNIOkrJT2SgFu1H { top:27.1875rem;left:6.03125rem;width:18.1875rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3DZfU8GPaRJRFbD8sQ1bVxqdLSmvfUk { top:23.8125rem;left:23.84375rem;width:18.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdiU6S4i9l1F0Cug3FXmAdOIGB5V5dZW { top:27.1875rem;left:22.8125rem;width:24.9375rem;height:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkcERaQ19VueZMOin5Kn2Q2iObb2GW9f { top:26.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxcmuhJhEp3USBGesTIohyg9w8DTcnRn { top:29.5625rem;left:45.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #veO96uXwGJIbwyuT9xBdauguzoMeLt3I { top:28.875rem;left:34.625rem;width:13.125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgoZ25h73xasn72pVfmOpCGfCor3hk3A { top:16.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIhUUGTiSQ8OhPPrMCZsD374hAmyIMzG { top:16.125rem;left:0rem;width:18.6875rem;height:4.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1XGAwqAJ1G70kx3ypmUMSea1lxxCbyN { top:41.6875rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQIBoKEkHdCGTrcwfGTl9huGta6xPHMh { top:3.75rem;left:0.5rem;width:3rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPqrBWz1f2T7FM6w9huIIyUvBJ8FfLqc { top:11.875rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #r1QVy53oTnKzQAnz6hsd4MH1si2GyTts { top:13.125rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #izF9coy0VVpTc0Oe0dmkQkWPf3JizBZd { top:17rem;left:0rem;width:18.0625rem;height:3.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PyZei5JeT6DGyRbGtSfoPg9N0ZEi2y7W { top:26.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqKR1CWIMv5AbDbDhxdgFDUWfvL0l8Di { top:18.75rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XUqKgqswMrlWFCDyZbaSFxFxv6DbGDbJ { top:13.125rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3PFwOKpRnAg4It8CSCKBWJMWk66SnQQ { top:21.4375rem;left:0rem;width:16.6875rem;height:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIveT9l9kTyUyi1a6nm0OvEm6HxAUKtn { top:24.5rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T86nCDZpI63O79h8nQmgBFET4NW7xJU5 { top:25.75rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQbHD9W5asTCqTplCNGOMCBX7qbc9Vv4 { top:27.1875rem;left:0rem;width:16.6875rem;height:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fK1UWR5WkCVlHBL0p2kJ3hnM1twM5aGB { top:5.625rem;left:0rem;width:18.75rem;height:3.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xQZhVtcmP5DZcwG6Kvh329zUQWe5BaTE { width:20.3125rem;height:3.125rem;top:47rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIpU5I5RP3FwBd6MpagO2PszQm0KVWaf { display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { top:1.9375rem;left:8.6246433258056rem;width:30.4375rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV { display:block; }#J8PwWCxRw89N6DBwsL36lo3rtpwN5vdV > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4mXtuq0FNno02UTdkNxQuAGchvFlE9H { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm { display:block; }#QVMZM7TUiIJsem62f3BP2OT0IXc9WCcm > .row .container { width:20rem;height:1.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/c7db44a2-c201-40a5-a6d1-2c5fc88e5520/2P10301024x683.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:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:7.75rem;height:1.86889375rem;top:11.187066555023rem;left:5.9375002980232rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:15rem;height:2.5rem;top:17.5537109375rem;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) { #QuQB7NzA30HDdZd79rlFbhCoLuB0TFrM { width:6.125rem;height:3.375rem;top:2.4580078125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCn6dUCtuX471adFaTx3Lo38y9vgCTF1 { width:15.0625rem;height:1.2999125rem;top:13.5546875rem;left:2.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVuw0yDhrTUg6LiRCabviKBbudQt9vVp { width:15.0625rem;height:1.21875rem;top:6.3662109375rem;left:2.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT0Nx7GnwGsxwMPfeMrsGVkt117lvgDH { width:6.4375rem;height:1.54296875rem;top:9.39453125rem;left:6.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMSAvrR8PrHLgmb9tgboiolm8Na08kBh { width:20rem;height:1.7014446227929rem;top:11.274957180023rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TREH5evFoH81a72A30TvDZuTVxIDZ7T2 { width:20rem;height:1.75rem;top:11.151042461395rem;left:0rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zzMX9T58JglSIhbTfcVbc3Ls5RnMhxl0 { display:block; }#zzMX9T58JglSIhbTfcVbc3Ls5RnMhxl0 > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMcUvJ8M2BrETsCixG9rFxUW82VzoT00 { width:11.124125rem;height:5.99935rem;top:2.4587669372559rem;left:4.4368494153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhOW5MTrTN6AtfwnE63PQheLMPynIXWo { width:20rem;height:3.25rem;top:10.060764312744rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFNfcZloVhyyaam3bJNs7WVTusBx1ncF { width:20rem;height:12.34375rem;top:14.646268844604rem;left:0rem;font-size:0.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/245bd976-4544-44f9-bd5e-8265bac338e7/BirdiePoolVillas.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:130.3125rem;position:relative;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) { #SrnZ0SMuoq95zKHT2U7WSorcJCNbcmZS { width:20rem;height:12.4370625rem;top:1.5483951568604rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/980b953d-3c6d-4c11-b313-6943a223b25a/2P10261024x683.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SrnZ0SMuoq95zKHT2U7WSorcJCNbcmZS.adaptive-delivery-prevent-bg, #SrnZ0SMuoq95zKHT2U7WSorcJCNbcmZS.lazyload, #SrnZ0SMuoq95zKHT2U7WSorcJCNbcmZS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #n6L2gkADtc0Z87QVtsVlckDcQ29Gs9k5 { width:20rem;height:38.75rem;top:59.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAGRmKV6O66aPGfEHBQlUaOebkLIEBSS { top:22.9921875rem;left:0.625rem;width:18.75rem;height:0.0625rem;z-index:15316;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #eSGF18MNHoxaGPmacediEsOohNlvIcBT { width:3.68706875rem;height:2.599825rem;top:13.998481750488rem;left:1.9672310948372rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #alWhz7QatUcQzT8sQ3mAKtglLDWGLBlt { width:4.875rem;height:2.599825rem;top:31.375rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #FFMD472Im9BkO4pD9HGgOoA4iz7pleG4 { top:46.0625rem;left:0.625rem;width:18.75rem;height:0.0625rem;z-index:15317;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #O1L3PBGq9pB6FsfarC99S7l8XaNCBvUX { width:4.125rem;height:2.599825rem;top:53.4375rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #NI5ppRAf7V1wHJCZHB7e1zOsc4DDNSUQ { top:71.4375rem;left:0.625rem;width:18.75rem;height:0.0625rem;z-index:15318;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #cKPy36G60lOiLUDMqUaMgaq0kgTpEAbX { width:4.6875rem;height:2.599825rem;top:78.9375rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15052;display:none; }
 }@media only screen and (max-width: 763px) { #msGAPkHdFwqRWR56o3QcZ7PV8u4F0dPm { top:97.375rem;left:0.625rem;width:18.75rem;height:0.0625rem;z-index:15319;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Ma4UIbXTbPSLLCyx0ryA3KGzPndw3ifW { width:0.875rem;height:0.48719625rem;top:80.3125rem;left:5.4375rem;font-size:0.375rem;text-align:left;text-align-last:left;z-index:15229;display:none; }
 }@media only screen and (max-width: 763px) { #x8Jxa6aCM31uMzuTlSVKvzrbInda7BMa { width:0.875rem;height:0.48719625rem;top:54.8125rem;left:5.625rem;font-size:0.375rem;text-align:left;text-align-last:left;z-index:15230;display:none; }
 }@media only screen and (max-width: 763px) { #AGI2dTGlPEB3JZdyD0CMWUN44MTcgBUQ { width:0.875rem;height:0.48719625rem;top:32.75rem;left:5.1875rem;font-size:0.375rem;text-align:left;text-align-last:left;z-index:15231;display:none; }
 }@media only screen and (max-width: 763px) { #AwHS8ue52vQQPC54v1omT1EuXr0TFr4p { width:0.875rem;height:0.48719625rem;top:9.98828125rem;left:4.986328125rem;font-size:0.375rem;text-align:left;text-align-last:left;z-index:15232;display:block; }
 }@media only screen and (max-width: 763px) { #FK089pUaMDO34w6MidgWQM9oiKCwWUqi { width:20rem;height:3.25rem;top:46.715627670288rem;left:0rem;z-index:15321;display:none; }
 }@media only screen and (max-width: 763px) { #TGvpPDSQdtS8wx7cyKLbkk06NxhlnoNE { width:4.375rem;height:0.0625rem;top:47.25rem;left:9.8125rem;z-index:15336;display:none; }
 }@media only screen and (max-width: 763px) { #AuIHtZiK45FS450NUQwlxZODek3t3lye { width:20rem;height:3.25rem;top:71.96533203125rem;left:0rem;z-index:15322;display:none; }
 }@media only screen and (max-width: 763px) { #xa67Hs2sT1DSc4k5K3NWNPG4G024fMcf { width:4.375rem;height:0.0625rem;top:72.561767578125rem;left:9.9365234375rem;z-index:15337;display:none; }
 }@media only screen and (max-width: 763px) { #giOBU259yI5PdPchwxr7cvTTXryDbxDe { width:20rem;height:3.25rem;top:97.90234375rem;left:0rem;z-index:15323;display:none; }
 }@media only screen and (max-width: 763px) { #QQyRJOVPMaGnSFe4RsTLgCIpXM6q94BN { width:4.375rem;height:0.0625rem;top:98.37451171875rem;left:9.9365234375rem;z-index:15339;display:none; }
 }@media only screen and (max-width: 763px) { #Zo8KJNJFLpAgurnpk86UWlF5kVCmrbk4 { width:20rem;height:13.624125rem;top:14.77734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbcP5tGqgqsU6FvB4gw1rUUEVUX5Hw0t { width:20rem;height:13.624125rem;top:28.964193582535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXSOXiaz9JkJ7WafTTTkbkmOczGTEv9T { width:20rem;height:13.624125rem;top:43.087675094604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdqbrDicJI51eBGSP7QG3H9XuNlZml7r { width:18.5rem;height:27.25rem;top:68.874267578125rem;left:0.74951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyFyTvIxfIEBN681b6rIZgklLwDmSg2z { width:5.875rem;height:3.125rem;top:61.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhBTfCCc33aSNtnpcJgmp9L4rTzOiK3t { width:17.125rem;height:3.1494125rem;top:64.9375rem;left:1.4375rem;font-size:0.875rem;line-height:1.8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LZJxBP9LJTCOnTF13C4nZFRDNWas435c { width:3.125rem;height:3.125rem;top:70.8115234375rem;left:3.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcNzrFswzdEptrI1yn8tTWGiTLgIxfGr { width:3.125rem;height:3.125rem;top:70.8115234375rem;left:12.374267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsagiThc84QfMENmVgvxqudXspDIzhlJ { width:2.9987rem;height:2.9987rem;top:79rem;left:3.936767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2ZOl1q7p9Og6sF7IbXMsKW9SaD3WTM7 { width:3.75rem;height:3.75rem;top:78.6240234375rem;left:12.061767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXtNekkyVEuZ5bCDCTFFnXZqNwPtxb5p { width:3.75rem;height:3.75rem;top:87.3740234375rem;left:3.56201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmKOvWoiGhKByvz5TUdU8QGUqJR2KaKS { width:3.125rem;height:3.125rem;top:87.6865234375rem;left:12.374267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGsTs7RxTFy4sPSboodzWotd4g8mdA4M { width:5.875rem;height:1.4622375rem;top:74.5615234375rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWVVWdbls2QJqyRTaJ1L7Nq1OOLTeTZL { width:5.875rem;height:1.21875rem;top:75.937255859375rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXdVvQeHJ4MLRRAHx76VLaSTpLh1RiyV { width:5.875rem;height:1.4622375rem;top:74.5615234375rem;left:10.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9MDgVAaGdeDrhIEDMLpVppRMVSOSB6l { width:5.875rem;height:1.21875rem;top:75.937255859375rem;left:10.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dddQeolJouyTnkkqmguCdZFx71qWQpfP { width:5.875rem;height:1.4622375rem;top:83.0625rem;left:2.62451171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qomIsFaWKCdxnXwaFa6sN4gdczDhCFv0 { width:6.1875rem;height:1.21875rem;top:84.43701171875rem;left:2.31201171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwOgfaqKeO9FzHeMJrR5ZDdKNTiX8XWt { width:5.875rem;height:1.4622375rem;top:83.124755859375rem;left:11.1865234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1zfwa6dkFz3w1RScCCzh7UPFdUM8WI4 { width:6.18706875rem;height:1.21875rem;top:84.499267578125rem;left:10.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW8MAZph2GozJods94P2szT5N5Mgh9vU { width:5.875rem;height:1.4622375rem;top:91.686767578125rem;left:2.62451171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9Qs90SPn7WFzpG8kcrLasSplrX9tEmi { width:7.3123125rem;height:1.21875rem;top:93.124755859375rem;left:1.749267578125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGe2rhLs8i4EN5rnoRHyFzT3duopQVz1 { width:5.87456875rem;height:1.4622375rem;top:91.686767578125rem;left:10.999755859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDXH9RLUswP74waLIXac14n5yTf69slH { width:7.3125rem;height:1.21875rem;top:93.249267578125rem;left:10.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9VKqMrfc0Mm5GDcOSA3UGE8gSXXOTdN { width:5.8125rem;height:1.62435rem;top:162.79817199707rem;left:14.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #olkbwfGAtGSadl7yICkHH4boKBlK6FKo { width:9.375rem;height:2.43706875rem;top:162.39192199707rem;left:10.625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6nTvOe1RATN7cX27BW0UaPxkl4lWELy { width:1.4375rem;height:3.3311625rem;top:23rem;left:16.125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa96ygMkTM4azVGe7qbWlfdKkyKe5ui1 { display:flex;width:1.875rem;height:1.875rem;top:23.875rem;left:13.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #sIezFCaFTIbsTmvbs0T55EncdMpciseH { width:5.0625rem;height:1.2999125rem;top:25.9375rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVNLtGJLFf3uqJClCRbyieoUZV22Dc3J { display:flex;width:2rem;height:2rem;top:38.062500953674rem;left:13.687066376209rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #vPdDrspNg5DfeuPA9dOntPyantLSlTLv { width:1.43663125rem;height:3.3311625rem;top:37.458117485046rem;left:15.811633408069rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGlhw76VwRXUAqksTteRcPm5WLkBLmRJ { width:5.0625rem;height:1.2999125rem;top:40.187067031861rem;left:13.874783813953rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3VrQkVImuv9PwymRvpX6JOMfVyDoSRO { display:flex;width:1.875rem;height:1.875rem;top:52.3125rem;left:13.9375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #SaFzZIJX9J7NkqL0T1TPq8S9tGHKA1Fh { width:1.37478125rem;height:3.3311625rem;top:51.582685470581rem;left:16.186633408069rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeZTEnZa4ZUhm9Vn0RvoMnrQLfG2c9J1 { width:5rem;height:1.2999125rem;top:54.375rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DivJwDVpOKnuvZRwbZmysfEE1SLsFKmt { width:9.0625rem;height:1.62435rem;top:162.79817199707rem;left:10.9375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVPzlmxkdFIxd94ffK5TEeI9eMU3TtOu { width:20rem;height:1.625rem;top:101.49957275391rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZWpN2kHOaTU6MIVDOsAC6PtUB32tA19 { width:20rem;height:2.62573125rem;top:103.12392044067rem;left:0rem;font-size:0.875rem;line-height:3;display:block; }
 }@media only screen and (max-width: 763px) { #qx1xES82PK8iDyRgSGMMfaHvSRb1NHpw { width:20rem;height:6.645825rem;top:107.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIcSaxED7Qv7VXzAI6Pe2qovba3u7XmC { width:20rem;height:6.645825rem;top:113.70551872253rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqCQQ0NhBcOrKvh0Hwk8NvVqNevNe7J9 { width:20rem;height:6.645825rem;top:120.34939956665rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bfda07fc-968c-46a5-bfec-f1844f63808a/BirdiePoolVillas.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.5rem;line-height:1.2;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ede7e0, #827460);background-image: -moz-linear-gradient(180deg, #ede7e0, #827460);background-image: -ms-linear-gradient(180deg, #ede7e0, #827460);background-image: -o-linear-gradient(180deg, #ede7e0, #827460);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede7e0', endColorstr='#827460' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede7e0', endColorstr='#827460' );";background-image: linear-gradient(180deg, #ede7e0, #827460);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.9487875rem;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) { #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/245bd976-4544-44f9-bd5e-8265bac338e7/BirdiePoolVillas.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.adaptive-delivery-prevent-bg, #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.lazyload, #yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa.lazyloading { background-image: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { background-color: transparent; background-image: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container > .video-iframe-container { display: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row > .video-iframe-container { display: none; }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCg8de5fCtWVshAU0iBgGr6Fbd7UXZa > .row .container { width:20rem;height:78.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfSEukzoKTlwu2xMfsJagvT7V9oWa4Te { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8weSffdZUNZTuEQIUKBGxwRSs9iC5qD { width:20rem;height:13.4375rem;top:5.84765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQL7aeDLzqupOWsFDKNyoSN0m5QvawfB { width:20rem;height:13.125rem;top:19.847658157349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRGR1e3kvhUoOFkIqRPxUo5mQihep633 { width:20rem;height:12.875rem;top:33.599173069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC8AUgGI2MBDUiad8RmW0g7D0hKExd5L { width:20rem;height:13.3125rem;top:47.034950256347rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQD9ebqGoe4wtuMPvLcu5l8o34plABZs { width:20rem;height:12.6248125rem;top:61.036468505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLR2ykpsxsFMClp0laBsTAdLkZdM1BgW { display:block; }#ZLR2ykpsxsFMClp0laBsTAdLkZdM1BgW > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkOUuULy0bBtPZdV8GVtTmQmm7XMWQ5o { height:11.209602954755rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/245bd976-4544-44f9-bd5e-8265bac338e7/BirdiePoolVillas.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:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #swCqybO2DLAeE7Ahl2WiSQVDyrGlJcXq { width:20rem;height:31.25rem;top:78.724429394531rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { top:40.3173828125rem;left:0rem;width:20rem;height:12.5rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { width:18.1848125rem;height:3.57291875rem;top:2.310791015625rem;left:0.90576171875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8H9rGL5TBKg3kGHV0zSzenoNsApqLaK { width:18.75rem;height:4.2004375rem;top:6.87744140625rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XSWgWZ0CwHggMu8kUJg9d7ggvLqicD8z { width:5.625rem;height:5.625rem;top:13.316650390625rem;left:1.842041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH3iZKp4Ti76uEQsiJDZELUMrRUShbrX { width:5.625rem;height:5.625rem;top:13.316650390625rem;left:12.373046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOCzg1VQhxnrsp9ZHllc7kVRP7x7zf9s { width:5.625rem;height:5.625rem;top:25.9375rem;left:1.842041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTyr5LDJw2OMgRWvXG27FRSsVqb3UX0I { width:5.625rem;height:5.625rem;top:26.015625rem;left:12.373046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZAXAom11Sa1LPEUsCIpkiQU3JlCXoZ1 { width:9.3115rem;height:2.80029375rem;top:19.997802734375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wV71dy5nU1CvD6pRKE0AAVTHreyWCZAc { width:9.4995rem;height:4.2004375rem;top:19.997802734375rem;left:10.50048828125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y5QOJBAS9Ggek7MXfkWewPJw5pTC5MPA { width:9.812rem;height:4.2004375rem;top:32.76611328125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D7eXQhdJf2DrPcXBclmdJr1yEF79rG61 { width:6.9995rem;height:5.5989625rem;top:32.76611328125rem;left:11.6845703125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GtNkQ3Xr3loU4Bq52DuAdgcueDzKm5Vb { width:18.999rem;height:3.125rem;top:52.81494140625rem;left:1.00048828125rem;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) { #dz21aL8Kz6d11CkASLTpxCeM67XxoOmr { display:block; }
 }@media only screen and (max-width: 763px) { #iJVuZ0N04csaQUegHpEPequRLIMBW2hp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6cb1d0a2-06a7-4342-a783-335ea4361486/1404.webp");background-position:center left !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.77); }#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.77); }#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.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3uU1glT3beET59mQruzVPeay9XkFAH8 { width:16.8125rem;height:1.30625rem;top:1.3125rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #weRmBImZl3HqTwe2zqJfZv32ovexZTz3 { width:19.75rem;height:29.6875rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5EVWBHn2T3u849tXzi4poyytHwa5raq { width:18.4375rem;height:3.8984375rem;top:5.875rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ntwEcBZTkOkbqvycmyg7ZWtiwVf941XT { width:17.3125rem;height:1.13769375rem;top:10.4375rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #irqUyTsrqkXo0C0Bo8OylJV07JcM20Uv { width:20rem;height:0;top:32.0625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQRnZQvzA6nJxthybI9KSGrOfuHMFLv9 { width:20rem;height:1.03125rem;top:2.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC9WGHZgnpsRF8bJid3u9JKVmXasyuFr { width:8.5625rem;height:0;top:14.1064453125rem;left:0.9375rem;font-size:0.75rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #ITbkCweB1vC8AFODqGFI80v5BnbOJyST { width:3.5rem;height:0;top:11.875rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AmKW9DA91By3cUHuWqEw5ii3T2I5EOqN { width:5.3125rem;height:0;top:14.3125rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lk2UqOahlsW7kecgXwNIOkrJT2SgFu1H { width:18.1875rem;height:0;top:27.7734375rem;left:1.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3DZfU8GPaRJRFbD8sQ1bVxqdLSmvfUk { width:8.1875rem;height:0;top:17.05078125rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KdiU6S4i9l1F0Cug3FXmAdOIGB5V5dZW { width:20rem;height:0;top:25.0263671875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkcERaQ19VueZMOin5Kn2Q2iObb2GW9f { width:18.125rem;height:0.0625rem;top:17.3359375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxcmuhJhEp3USBGesTIohyg9w8DTcnRn { display:flex;width:2.625rem;height:2.625rem;top:25.6875rem;left:6.8749063570206rem;display:none; }
 }@media only screen and (max-width: 763px) { #veO96uXwGJIbwyuT9xBdauguzoMeLt3I { width:13.125rem;height:10.8125rem;top:25rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgoZ25h73xasn72pVfmOpCGfCor3hk3A { width:18.4375rem;height:0;top:16.3125rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15066;display:none; }
 }@media only screen and (max-width: 763px) { #ZIhUUGTiSQ8OhPPrMCZsD374hAmyIMzG { width:18.6875rem;height:4.5rem;top:29.099609375rem;left:0.875rem;font-size:0.75rem;z-index:15068;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #E1XGAwqAJ1G70kx3ypmUMSea1lxxCbyN { width:17.5625rem;height:3.25rem;top:35.5625rem;left:0rem;font-size:0.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZQIBoKEkHdCGTrcwfGTl9huGta6xPHMh { display:flex;width:1.625rem;height:1.125rem;top:1.3125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #PPqrBWz1f2T7FM6w9huIIyUvBJ8FfLqc { width:17.375rem;height:1.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.09895625rem;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.09895625rem;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.09895625rem;top:26.23828125rem;left:0.875rem;font-size:0.75rem;z-index:15079;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fK1UWR5WkCVlHBL0p2kJ3hnM1twM5aGB { width:18.75rem;height:3.57291875rem;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) { #xQZhVtcmP5DZcwG6Kvh329zUQWe5BaTE { width:19rem;height:3.125rem;top:40.0625rem;left:0.5rem;font-size:0.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIpU5I5RP3FwBd6MpagO2PszQm0KVWaf { display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { width:20rem;height:0.8125rem;top:0.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }