.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#d8e8f1;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: block; }#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 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:60rem;overflow:visible;position:relative;display:block; }#XsVgOcH2i5akeMyhHikKy5kBGNWn72Bh { color:#ffffff;display:block;width:40.25rem;position:absolute;font-family:"inter tight";font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.3125002384187rem;left:0rem;height:4.46875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X2WFBdPGCqsuN6TvcKXi3vJ9mhnqTT0z { color:#ffffff;display:block;width:30rem;position:absolute;font-family:"inter tight";font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.7;letter-spacing:0;top:25.307142257691rem;left:13.18124961853rem;height:2.125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KGcSVfh7pTakzXwuZaOzh64Ul021byW0 { color:#e0d0b1;display:block;width:48.625rem;position:absolute;font-family:"inter tight";font-size:3rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.53125rem;left:0rem;height:3.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WDXI77AUNLPWd2pPSzDMaZ6kfyu6ywTn { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:10.5625rem;top:1.5rem;left:44.562055587769rem;overflow:hidden;display:none; }
#wsyNpLRC9Dw6rKXf9ZFmGkqHNXOi3rxE { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#1e2931;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:33.21875rem;left:32.312501907349rem;display:block; }
#lym93os2AhcHhDNBRIAwscWdpg0rRN0R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dQ8wPOPpv46rSNPrM2tqR0oCL543O80k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:33.75rem;left:40.625rem; }
#PtHc0euTtf34IVJQ6NJZ9byivFitB71M { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15043;background-color:#c3922e;background-image:none;top:33.1875rem;left:40.0625rem;display:block; }
#lvK2TeDVdVn5Fg34uBoSscQbmyEiobkM { box-sizing:content-box;height:2.5rem;width:9.75rem;position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;top:33.1875rem;left:32.312501907349rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#JGW5J0p6JJNrdNbWFLN6DDhXh4cWmR0v { box-sizing:content-box;height:12.5625rem;width:45.1875rem;position:absolute;display:block;z-index:15034;background-color:#1e2931;background-image:none;top:24.5rem;left:0.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#DvwRIEbHqre8VZPIcWxDIMHROhrMANFA { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:10.5625rem;top:1.5rem;left:44.561609268189rem;overflow:hidden;display:block; }
#tMNiTMXaFbUSHSQMJSeZyqNdp2Wog8da { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:28.06964302063rem;left:13.181251525879rem;height:5.736325rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MATnz30BF5JdnEZOnbdFr2vWhwA21UEv { box-sizing:content-box;height:10.75rem;width:10.0625rem;position:absolute;display:block;z-index:15047;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ba4ab206-d7f0-4bd6-8f5d-6d8f80c5184b/Family.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.307142257691rem;left:1.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#MATnz30BF5JdnEZOnbdFr2vWhwA21UEv.adaptive-delivery-prevent-bg, #MATnz30BF5JdnEZOnbdFr2vWhwA21UEv.lazyload, #MATnz30BF5JdnEZOnbdFr2vWhwA21UEv.lazyloading { background-image: none; }
#Z82Zw2OVSX4QxnifnGEfs0Uvm66LD4Vt { color:#ffffff;display:block;width:30rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:400;z-index:15040;line-height:1.7;letter-spacing:0;top:20.264285564423rem;left:13.18124961853rem;height:0;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#hc91tC7V7BRUDrI0ZTIClZXMDSc6SQhA { position:relative;display:block; }#hc91tC7V7BRUDrI0ZTIClZXMDSc6SQhA { background-color: transparent; background-image: none; }#hc91tC7V7BRUDrI0ZTIClZXMDSc6SQhA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hc91tC7V7BRUDrI0ZTIClZXMDSc6SQhA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hc91tC7V7BRUDrI0ZTIClZXMDSc6SQhA > .row .container > .video-iframe-container { display: none; }#hc91tC7V7BRUDrI0ZTIClZXMDSc6SQhA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hc91tC7V7BRUDrI0ZTIClZXMDSc6SQhA > .row > .video-iframe-container { display: none; }#hc91tC7V7BRUDrI0ZTIClZXMDSc6SQhA > .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); }#hc91tC7V7BRUDrI0ZTIClZXMDSc6SQhA { border-width: 0; border-radius: 0; }#hc91tC7V7BRUDrI0ZTIClZXMDSc6SQhA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hc91tC7V7BRUDrI0ZTIClZXMDSc6SQhA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GIk0C3bM7R5edbLrCpqK172IKLxAAPhT { position:relative;display:block; }#GIk0C3bM7R5edbLrCpqK172IKLxAAPhT { background-color: transparent; background-image: none; }#GIk0C3bM7R5edbLrCpqK172IKLxAAPhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIk0C3bM7R5edbLrCpqK172IKLxAAPhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIk0C3bM7R5edbLrCpqK172IKLxAAPhT > .row .container > .video-iframe-container { display: none; }#GIk0C3bM7R5edbLrCpqK172IKLxAAPhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIk0C3bM7R5edbLrCpqK172IKLxAAPhT > .row > .video-iframe-container { display: none; }#GIk0C3bM7R5edbLrCpqK172IKLxAAPhT > .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); }#GIk0C3bM7R5edbLrCpqK172IKLxAAPhT { border-width: 0; border-radius: 0; }#GIk0C3bM7R5edbLrCpqK172IKLxAAPhT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GIk0C3bM7R5edbLrCpqK172IKLxAAPhT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kPmRZKl1Ss6xTGas2QqKTkt31qAACaBd { color:#1e3b6b;display:block;width:23.8125rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:5.25rem;left:0rem;height:5.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HRl3F6xgpAFZiwG7cbT1OUWB7tizlnkE { color:#1e3b6b;display:block;width:16.125rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:5.25rem;left:43.875rem;height:1.13671875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oqDkag90SAZElHNKdT4tp0LingDq2lUD { color:#1e3b6b;display:block;width:26.5rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:15.1875rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H3gwuLGVsurL7nUTiI3PyOctuPsEvA3L { position:absolute;display:block;z-index:15010;background-color:#c3922e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:12.5rem;top:12.9375rem;left:0rem;display:block; }
#w1cG851O3pnHuvxCM64EZZ9dDoDmkNiP { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15060;background-color:#c3922e;background-image:none;top:30.5625rem;left:57.5rem;display:none; }
#JgtuilWBCwHOMfXpQpOv21XtsMgII3oo { box-sizing:content-box;height:2.5rem;width:10.75rem;position:absolute;display:block;z-index:15057;background-color:#1e2931;background-image:none;top:30.5625rem;left:49rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:none; }
#n8GToEfm1Tsobi4AxazP9ti2wVpQHSU9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:31.1875rem;left:58.0625rem;display:none; }
#fPaoWGDw8Kcx9tWvnQuHI6pX37MtxEC9 { background-color:#1e2931;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.5rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:30.5625rem;left:48.8125rem;display:none; }
#IBlTfHHcpiHDo8pgIv8tT9fILvvcaeqX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l9DbgXelCS7LLfwiM8NHnKylDLP82fPT { box-sizing:content-box;height:20.4375rem;width:27.5625rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/99e41214-241c-4f71-be95-47cf91ecd6d2/EuropeanPorto_159701299.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.4375rem;left:32.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#l9DbgXelCS7LLfwiM8NHnKylDLP82fPT.adaptive-delivery-prevent-bg, #l9DbgXelCS7LLfwiM8NHnKylDLP82fPT.lazyload, #l9DbgXelCS7LLfwiM8NHnKylDLP82fPT.lazyloading { background-image: none; }
#AfModzRdEmEDcKfdkpEBOFhfcs1CdUr0 { color:#c3922e;display:block;width:14.0625rem;position:absolute;font-family:"inter tight";font-size:1.375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:3.5244140625rem;left:43.875rem;height:1.7871125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zz4yl8vm0iXbVQWP2fN7qzUIl15MsHIt { color:#1e3b6b;display:block;width:27.8125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:18.625rem;left:0rem;height:6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b8WD0zT1nJTT48kN31wvAgvPa3EefG8W { box-sizing:content-box;height:4.125rem;width:16.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:2.9375rem;left:42.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.12) ;display:block; }
#Gd5bXyRQKHixSgbs3MCzs15xTUm9pRxv { box-sizing:content-box;height:4.125rem;width:14.625rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:8.125rem;left:30rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.12) ;display:block; }
#MxpeBHQn3dCqOCmwVWTKvN3qDArcRKNg { color:#c3922e;display:block;width:12.3125rem;position:absolute;font-family:"inter tight";font-size:1.375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:8.4375rem;left:31.0625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nMuh1UwtSiS3VmgDGtzz9PNNzOLlVhEe { color:#1e3b6b;display:block;width:13.375rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:10.4375rem;left:31.125rem;height:1.13671875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TiJrPx9uWFVsu4h2xAf96lMUKchttXfq { box-sizing:content-box;height:4.125rem;width:16.25rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:24.4375rem;left:38.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.12) ;display:block; }
#hSdhUOJoV9H8rn1x9fIu1GwZUAsA0g8f { color:#1e3b6b;display:block;width:14.5rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:26.75rem;left:39.375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#O2dg2f5txqw3Nv7oO4nyeNJZ335vFRBK { color:#c3922e;display:block;width:14.1875rem;position:absolute;font-family:"inter tight";font-size:1.375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:24.75rem;left:39.3125rem;height:1.7871125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#S9o9Ha1dW9hy5CzrsCb0RTImFVqclKvD { position:relative;display:block; }#S9o9Ha1dW9hy5CzrsCb0RTImFVqclKvD { background-color: transparent; background-image: none; }#S9o9Ha1dW9hy5CzrsCb0RTImFVqclKvD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9o9Ha1dW9hy5CzrsCb0RTImFVqclKvD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9o9Ha1dW9hy5CzrsCb0RTImFVqclKvD > .row .container > .video-iframe-container { display: none; }#S9o9Ha1dW9hy5CzrsCb0RTImFVqclKvD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9o9Ha1dW9hy5CzrsCb0RTImFVqclKvD > .row > .video-iframe-container { display: none; }#S9o9Ha1dW9hy5CzrsCb0RTImFVqclKvD > .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); }#S9o9Ha1dW9hy5CzrsCb0RTImFVqclKvD { border-width: 0; border-radius: 0; }#S9o9Ha1dW9hy5CzrsCb0RTImFVqclKvD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#S9o9Ha1dW9hy5CzrsCb0RTImFVqclKvD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FpSviOlo8VviZkGccfoVrk1iHEDeI2w1 { position:relative;display:block; }#FpSviOlo8VviZkGccfoVrk1iHEDeI2w1 { background-color: transparent; background-image: none; }#FpSviOlo8VviZkGccfoVrk1iHEDeI2w1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpSviOlo8VviZkGccfoVrk1iHEDeI2w1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpSviOlo8VviZkGccfoVrk1iHEDeI2w1 > .row .container > .video-iframe-container { display: none; }#FpSviOlo8VviZkGccfoVrk1iHEDeI2w1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpSviOlo8VviZkGccfoVrk1iHEDeI2w1 > .row > .video-iframe-container { display: none; }#FpSviOlo8VviZkGccfoVrk1iHEDeI2w1 > .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); }#FpSviOlo8VviZkGccfoVrk1iHEDeI2w1 { border-width: 0; border-radius: 0; }#FpSviOlo8VviZkGccfoVrk1iHEDeI2w1 > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#FpSviOlo8VviZkGccfoVrk1iHEDeI2w1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2edea;background-image:none;font-size:0.875rem;font-family:arial;height:44.9375rem;width:60rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#A576fJ6XhCwe7GKIAxTctNpF0xnRt7Ep { color:#1e3b6b;display:block;width:58.5625rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:1.9915180206299rem;left:1.4375rem;height:2.60028125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#M15EJz1uZLySphIzFwiM4oCHlsUJZ5Ki { color:#1e3b6b;display:block;width:12.4375rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:30.75rem;left:1.28125rem;height:6.499rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ncZGN841a8sXwFdLbEqVsPDGtEqpRbQD { color:#1e3b6b;display:block;width:11.8125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:30.75rem;left:16.59375rem;height:6.499rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TlpuIVP0qK3INfwuHpBMCanvbysATROh { color:#1e3b6b;display:block;width:12.5rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:30.75rem;left:31.25rem;height:6.499rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#t1dEVGQDpRknmIuDVIcduv3izxFLwiyV { color:#1e3b6b;display:block;width:12.5rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:30.75rem;left:46.25rem;height:6.499rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K1BA3mgouhy0hTqXWPkPiBUhVIJMBCWB { color:#1e3b6b;display:block;width:56.625rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:8.5000009536744rem;left:1.4375rem;height:3.375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T4r1pCsStwddSuCaNcr0LiN32FPrX1bP { position:absolute;display:block;z-index:15010;background-color:#c3922e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:12.5rem;top:6.4375rem;left:1.4375rem;display:block; }
#tJAkp8y8gwQ2h3AuWN3NxxWWcfuo32pV { box-sizing:content-box;height:10.5rem;width:11.75rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cd7a2585-4860-4e86-8552-16fb7bb66c6e/PW1357ChiadoApartment.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.5625rem;left:1.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#tJAkp8y8gwQ2h3AuWN3NxxWWcfuo32pV.adaptive-delivery-prevent-bg, #tJAkp8y8gwQ2h3AuWN3NxxWWcfuo32pV.lazyload, #tJAkp8y8gwQ2h3AuWN3NxxWWcfuo32pV.lazyloading { background-image: none; }
#T1VHJz2MyqLC0V9FeCoLyf6Bpmmy5w0P { box-sizing:content-box;height:10.5rem;width:11.75rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/eaa6d5dc-f0f6-495a-aadd-4d8a2f092e5a/PP176048AlgarveVilla.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.5625rem;left:16.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#T1VHJz2MyqLC0V9FeCoLyf6Bpmmy5w0P.adaptive-delivery-prevent-bg, #T1VHJz2MyqLC0V9FeCoLyf6Bpmmy5w0P.lazyload, #T1VHJz2MyqLC0V9FeCoLyf6Bpmmy5w0P.lazyloading { background-image: none; }
#FBDDd2R2qHuiqqdNtTbCt7ayat5pobET { box-sizing:content-box;height:10.5rem;width:11.75rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0238cc68-591c-4386-90e1-409ceed2560c/PP175978EstateAlgarve.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.5625rem;left:31.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#FBDDd2R2qHuiqqdNtTbCt7ayat5pobET.adaptive-delivery-prevent-bg, #FBDDd2R2qHuiqqdNtTbCt7ayat5pobET.lazyload, #FBDDd2R2qHuiqqdNtTbCt7ayat5pobET.lazyloading { background-image: none; }
#HNmIecAULxGBB2AZe9lWVgpTHcC66bqw { box-sizing:content-box;height:10.5rem;width:11.75rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/44e87cbc-0a0e-45f4-b35e-b2866d167cd7/PW3029VillaMonchique2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.5625rem;left:46.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#HNmIecAULxGBB2AZe9lWVgpTHcC66bqw.adaptive-delivery-prevent-bg, #HNmIecAULxGBB2AZe9lWVgpTHcC66bqw.lazyload, #HNmIecAULxGBB2AZe9lWVgpTHcC66bqw.lazyloading { background-image: none; }
#gBGzeFwTUG8oFefJC1e2a21bd7GRzpa1 { box-sizing:content-box;height:5.625rem;width:60rem;position:absolute;display:block;z-index:15040;background-color:#1e2931;background-image:none;top:39.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#tgMCH82DqEm5e44oBV0Kpi8m3FlKEtX6 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#1e2931;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.5rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:40.875rem;left:44.807144165039rem;display:block; }
#zV7K5kXnanf6CFtwMBysHB0C0ZRSgGXh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P6oNTLGe90qe11vBU4E7yJe5KlZRi1LT { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15049;background-color:#c3922e;background-image:none;top:40.875rem;left:56.25rem;display:block; }
#QHOIilMhnhLX8Mgm4aIF3hs2Gl8dxKQG { box-sizing:content-box;height:2.5rem;width:7.3125rem;position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;top:40.875rem;left:51.3125rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#IB5PlZiEcUFELR4i2RUJLbrqsCmMArZJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:41.375rem;left:56.8125rem; }
#FPAlqvbwmnaCaFMISV3ezTJC5TKxcLhL { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:"inter tight";font-size:1.5rem;font-weight:700;z-index:15045;line-height:1.7;letter-spacing:0;top:40.875rem;left:2.6875rem;height:2.55rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#a9SR1XQaJlJnEeCq6UgxPrLlVS6FZlS7 { background-color:#e1c896;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#1e3b6b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:26.9375rem;left:2.8125rem;display:block; }
#JL1l5ph7XFv8mcNtX05ZmaMtGgK31ZTu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WUUqMaE84PW2rL2RJ4npwqy0W4ZJtpaD { background-color:#e1c896;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#1e3b6b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:26.9375rem;left:17.8125rem;display:block; }
#XXw8LFU6dLAmbAyylPsmNsDW3guUJlwv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTcbHXzISIv3DHLuBl7ZEHotHq3o8V5G { background-color:#e1c896;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#1e3b6b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:26.9375rem;left:32.8125rem;display:block; }
#VkOTZ4WJZ7eGbGPH220eFE7P682uZnJm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#moDtTlpTnPZ4LroC9fA6592QRpkUgr2v { background-color:#e1c896;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#1e3b6b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:26.9375rem;left:47.8125rem;display:block; }
#NkQ8G7c64HDdoMKiJtklNsixM151aBe6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Abv7cntS3XkPCfT3NTROzylJ8hHfvlFm { position:relative;display:block; }#Abv7cntS3XkPCfT3NTROzylJ8hHfvlFm { background-color: transparent; background-image: none; }#Abv7cntS3XkPCfT3NTROzylJ8hHfvlFm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Abv7cntS3XkPCfT3NTROzylJ8hHfvlFm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Abv7cntS3XkPCfT3NTROzylJ8hHfvlFm > .row .container > .video-iframe-container { display: none; }#Abv7cntS3XkPCfT3NTROzylJ8hHfvlFm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Abv7cntS3XkPCfT3NTROzylJ8hHfvlFm > .row > .video-iframe-container { display: none; }#Abv7cntS3XkPCfT3NTROzylJ8hHfvlFm > .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); }#Abv7cntS3XkPCfT3NTROzylJ8hHfvlFm { border-width: 0; border-radius: 0; }#Abv7cntS3XkPCfT3NTROzylJ8hHfvlFm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Abv7cntS3XkPCfT3NTROzylJ8hHfvlFm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZWLHurabvVRcGeu0QLXQDcGEIUCi50TD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ZWLHurabvVRcGeu0QLXQDcGEIUCi50TD > .row .container { background-color: transparent; background-image: none; }#ZWLHurabvVRcGeu0QLXQDcGEIUCi50TD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWLHurabvVRcGeu0QLXQDcGEIUCi50TD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWLHurabvVRcGeu0QLXQDcGEIUCi50TD > .row .container > .video-iframe-container { display: none; }#ZWLHurabvVRcGeu0QLXQDcGEIUCi50TD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWLHurabvVRcGeu0QLXQDcGEIUCi50TD > .row > .video-iframe-container { display: none; }#ZWLHurabvVRcGeu0QLXQDcGEIUCi50TD > .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); }#ZWLHurabvVRcGeu0QLXQDcGEIUCi50TD > .row .container { border-width: 0; border-radius: 0; }#ZWLHurabvVRcGeu0QLXQDcGEIUCi50TD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZWLHurabvVRcGeu0QLXQDcGEIUCi50TD > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:60rem;position:relative;display:block; }#krEkmakgq1BtuXHcO2ZcoaFa9FQfkg7P { color:#1e3b6b;display:block;width:24.875rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.4986591339111rem;left:31.406251907349rem;height:5.19921875rem;font-style:normal;display:block; }
#Ks5O5rHMolW0F7C409OxpmI5TK2xTyUi { color:#1e3b6b;display:block;width:26.25rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:13.5625rem;left:31.687501907349rem;height:4.5rem;font-style:normal;display:block; }
#mrWOfmXiKf46Qt0L5vVTJrxRCeTDfPut { color:#1e3b6b;display:block;width:26.5rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:19.6806640625rem;left:31.5625rem;height:;font-style:normal;display:block; }#mrWOfmXiKf46Qt0L5vVTJrxRCeTDfPut li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mrWOfmXiKf46Qt0L5vVTJrxRCeTDfPut li:before{  }
#H1h6OfnRvwO8VSWGsKSn3ug4T87gLIkx { position:absolute;display:block;z-index:15008;background-color:#c3922e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:12.5rem;top:11.61741065979rem;left:31.656251907349rem;display:block; }
#U8EUDPA4FCDNCKLszIATzHPpolRl0PxP { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15056;background-color:#c3922e;background-image:none;top:40.875rem;left:53.125rem;display:block; }
#qbTUVFTKPVR4azroipR5TQ72Tn4Dq8KN { box-sizing:content-box;height:2.5rem;width:10.75rem;position:absolute;display:block;z-index:15053;background-color:#1e2931;background-image:none;top:40.875rem;left:44.625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#ac2TCsgz9GO76hKZ9rvWr4KZ0CDIHf94 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:41.5rem;left:53.6875rem; }
#XTFITqbWgo37xhT2babAmcpfIIPnoDpw { background-color:#1e2931;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.5rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:40.875rem;left:41.0625rem;display:block; }
#WQVCwybO7gdqe5p8I7d5TTzcPgM7tacc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qcwi70pfH8VkUAglLga8hkTd2EHnWRtN { box-sizing:content-box;height:32.4375rem;width:26.4375rem;position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ff70eac2-f429-49dc-848f-4f415668b376/BuyPromisoryAS_235889550.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.4991073608399rem;left:1.7178573608399rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#qcwi70pfH8VkUAglLga8hkTd2EHnWRtN.adaptive-delivery-prevent-bg, #qcwi70pfH8VkUAglLga8hkTd2EHnWRtN.lazyload, #qcwi70pfH8VkUAglLga8hkTd2EHnWRtN.lazyloading { background-image: none; }
#STP7MkOz2aViXW74Te8oPrHPvJTb8gKV { color:#1e3b6b;display:block;width:31.4375rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:40.5rem;left:1.7178573608399rem;height:2.923825rem;display:block; }
#pgBImubVXo3xdNmKTodPvRp193xX2i5r { position:relative;display:block; }#pgBImubVXo3xdNmKTodPvRp193xX2i5r { background-color: transparent; background-image: none; }#pgBImubVXo3xdNmKTodPvRp193xX2i5r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgBImubVXo3xdNmKTodPvRp193xX2i5r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgBImubVXo3xdNmKTodPvRp193xX2i5r > .row .container > .video-iframe-container { display: none; }#pgBImubVXo3xdNmKTodPvRp193xX2i5r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgBImubVXo3xdNmKTodPvRp193xX2i5r > .row > .video-iframe-container { display: none; }#pgBImubVXo3xdNmKTodPvRp193xX2i5r > .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); }#pgBImubVXo3xdNmKTodPvRp193xX2i5r { border-width: 0; border-radius: 0; }#pgBImubVXo3xdNmKTodPvRp193xX2i5r > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pgBImubVXo3xdNmKTodPvRp193xX2i5r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HPSl8LxK9LVJZGCtV38WVWcEGZLGbZeo { position:relative;display:block; }#HPSl8LxK9LVJZGCtV38WVWcEGZLGbZeo { background-color: transparent; background-image: none; }#HPSl8LxK9LVJZGCtV38WVWcEGZLGbZeo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPSl8LxK9LVJZGCtV38WVWcEGZLGbZeo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPSl8LxK9LVJZGCtV38WVWcEGZLGbZeo > .row .container > .video-iframe-container { display: none; }#HPSl8LxK9LVJZGCtV38WVWcEGZLGbZeo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPSl8LxK9LVJZGCtV38WVWcEGZLGbZeo > .row > .video-iframe-container { display: none; }#HPSl8LxK9LVJZGCtV38WVWcEGZLGbZeo > .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); }#HPSl8LxK9LVJZGCtV38WVWcEGZLGbZeo { border-width: 0; border-radius: 0; }#HPSl8LxK9LVJZGCtV38WVWcEGZLGbZeo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HPSl8LxK9LVJZGCtV38WVWcEGZLGbZeo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tIX4mWVVwahSahi65wJuW5Jv6oy7CTzy { color:#1e3b6b;display:block;width:37.25rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1525573730469E-7rem;left:2rem;height:2.60028125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zJ9dZhg8yUdz1Ccld3wxOLwbVzhLuLac { color:#1e3b6b;display:block;width:47.625rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.5;letter-spacing:0;top:3.1870534420013rem;left:2rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MFSJvMe7f4TONJGG4o6s3i6Og28cBqC3 { position:absolute;display:block;z-index:15012;background-color:#c3922e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:12.5rem;top:10.1875rem;left:1.3125rem;display:none; }
#Zs9TeauWc4k31TeWURcxBMTF99rPL5Pk { 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; }#Zs9TeauWc4k31TeWURcxBMTF99rPL5Pk > .row .container { background-color: transparent; background-image: none; }#Zs9TeauWc4k31TeWURcxBMTF99rPL5Pk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs9TeauWc4k31TeWURcxBMTF99rPL5Pk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs9TeauWc4k31TeWURcxBMTF99rPL5Pk > .row .container > .video-iframe-container { display: none; }#Zs9TeauWc4k31TeWURcxBMTF99rPL5Pk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs9TeauWc4k31TeWURcxBMTF99rPL5Pk > .row > .video-iframe-container { display: block; }#Zs9TeauWc4k31TeWURcxBMTF99rPL5Pk > .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); }#Zs9TeauWc4k31TeWURcxBMTF99rPL5Pk > .row .container { border-width: 0; border-radius: 0; }#Zs9TeauWc4k31TeWURcxBMTF99rPL5Pk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zs9TeauWc4k31TeWURcxBMTF99rPL5Pk > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:block; }#T0i6C7p9LqoT6TiQQXoHNVC1I9Psfbuw { color:#1e3b6b;display:block;width:17.625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:13.18705368042rem;left:1.1875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#AdKlwgrqUfFoOfJgHGF8D6mHFW4JyVKO { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#VDO2XQlWyKkESlq4KfLizTO2FGhf7MSV { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#VZs3UTmIVxc8aIhoZ08avUUSlIMHHCAs { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#rnhpq7NxbmoJuP1q5BkqWUygAZDQUSX7 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#xWM3Dq1U38TU0IgTxBHy7OFByrk6WXSH { position:relative;display:block; }#xWM3Dq1U38TU0IgTxBHy7OFByrk6WXSH { background-color: transparent; background-image: none; }#xWM3Dq1U38TU0IgTxBHy7OFByrk6WXSH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWM3Dq1U38TU0IgTxBHy7OFByrk6WXSH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWM3Dq1U38TU0IgTxBHy7OFByrk6WXSH > .row .container > .video-iframe-container { display: none; }#xWM3Dq1U38TU0IgTxBHy7OFByrk6WXSH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWM3Dq1U38TU0IgTxBHy7OFByrk6WXSH > .row > .video-iframe-container { display: none; }#xWM3Dq1U38TU0IgTxBHy7OFByrk6WXSH > .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); }#xWM3Dq1U38TU0IgTxBHy7OFByrk6WXSH { border-width: 0; border-radius: 0; }#xWM3Dq1U38TU0IgTxBHy7OFByrk6WXSH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xWM3Dq1U38TU0IgTxBHy7OFByrk6WXSH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QcqzrfDfX3kpoKetzlVMJTCEqmT1hJvW { position:relative;display:block; }#QcqzrfDfX3kpoKetzlVMJTCEqmT1hJvW { background-color: transparent; background-image: none; }#QcqzrfDfX3kpoKetzlVMJTCEqmT1hJvW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcqzrfDfX3kpoKetzlVMJTCEqmT1hJvW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcqzrfDfX3kpoKetzlVMJTCEqmT1hJvW > .row .container > .video-iframe-container { display: none; }#QcqzrfDfX3kpoKetzlVMJTCEqmT1hJvW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcqzrfDfX3kpoKetzlVMJTCEqmT1hJvW > .row > .video-iframe-container { display: none; }#QcqzrfDfX3kpoKetzlVMJTCEqmT1hJvW > .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); }#QcqzrfDfX3kpoKetzlVMJTCEqmT1hJvW { border-width: 0; border-radius: 0; }#QcqzrfDfX3kpoKetzlVMJTCEqmT1hJvW > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#QcqzrfDfX3kpoKetzlVMJTCEqmT1hJvW > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0e4cb;background-image:none;font-size:0.875rem;font-family:arial;height:39.4375rem;width:60rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#BSXTAZb8VEgKUVG7P8LrqSCpWKMWc54T { color:#1e3b6b;display:block;width:27.5rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:1.75rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U3JNTAuTUtvXzyK9dfQWOSWJLnEL1SU6 { color:#1e3b6b;display:block;width:26.75rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:12.743301391601rem;left:1.75rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#brzFhau9OgJwiDdDNyTKbz3SrbPSqAdb { position:absolute;display:block;z-index:15007;background-color:#c3922e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:12.5rem;top:10.375rem;left:1.6875rem;display:block; }
#kk267gT11CzRuXpCTKrrFbCwsubQbhW9 { color:#1e3b6b;display:block;width:25.75rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:21.061605453491rem;left:1.75rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#kk267gT11CzRuXpCTKrrFbCwsubQbhW9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kk267gT11CzRuXpCTKrrFbCwsubQbhW9 li:before{  }
#mp0FpAFQUFZ2mcWTVOQG5xghSiT770sH { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15052;background-color:#c3922e;background-image:none;top:33.625rem;left:21.369642257691rem;display:block; }
#TGlC1K4IMnBLErQE5UcP2XkVhL2t7p3K { box-sizing:content-box;height:2.5rem;width:11.0625rem;position:absolute;display:block;z-index:15049;background-color:#1e2931;background-image:none;top:33.625rem;left:12.75rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#gI4eyDiNrQEZ2ZiHGZiAqL5DtOtUkD4f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:34.15625rem;left:21.900892257691rem; }
#h3nwMl2Rwhe6D3JH70ecUBot39i1A9LM { background-color:#1e2931;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:2.5rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:33.625rem;left:6.4375rem;display:block; }
#v3TiWLpoyUgqP2bTUh9a8xKuBoX6G6FW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xT4aGmbO2EM31pteLltyxGupJlh80f7u { box-sizing:content-box;height:32.875rem;width:25rem;position:absolute;display:block;z-index:15054;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c23c0417-9e28-4e1f-ace2-b3b67d346874/GHarlandDPostonAleg1copy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.125rem;left:33.250001907349rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#xT4aGmbO2EM31pteLltyxGupJlh80f7u.adaptive-delivery-prevent-bg, #xT4aGmbO2EM31pteLltyxGupJlh80f7u.lazyload, #xT4aGmbO2EM31pteLltyxGupJlh80f7u.lazyloading { background-image: none; }
#FbCoDWeDMoqeaWBkOws6L1ONE2WJf96D { 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; }#FbCoDWeDMoqeaWBkOws6L1ONE2WJf96D > .row .container { background-color: transparent; background-image: none; }#FbCoDWeDMoqeaWBkOws6L1ONE2WJf96D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbCoDWeDMoqeaWBkOws6L1ONE2WJf96D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbCoDWeDMoqeaWBkOws6L1ONE2WJf96D > .row .container > .video-iframe-container { display: none; }#FbCoDWeDMoqeaWBkOws6L1ONE2WJf96D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbCoDWeDMoqeaWBkOws6L1ONE2WJf96D > .row > .video-iframe-container { display: none; }#FbCoDWeDMoqeaWBkOws6L1ONE2WJf96D > .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); }#FbCoDWeDMoqeaWBkOws6L1ONE2WJf96D > .row .container { border-width: 0; border-radius: 0; }#FbCoDWeDMoqeaWBkOws6L1ONE2WJf96D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FbCoDWeDMoqeaWBkOws6L1ONE2WJf96D > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:60rem;position:relative;display:block; }#k7hWv6AyXfMgZPJkOkOLWcGITONHVvfm { position:absolute;display:block;z-index:15000;background-color:#d8e8f1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14rem;width:18.9375rem;top:17.1875rem;left:0.375rem;display:block; }
#qXGTWggwQBekXv5UHTAHS33tP8oZ8Vqz { color:#1e3b6b;display:block;width:15.875rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:19.6875rem;left:1.9375rem;height:8.999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rmmrTn49LAiRhCGQJJanrxyxD8RWy3xd { color:#1e3b6b;display:block;width:9.375rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:33.875rem;left:6.6875rem;height:2.26171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f5lfyksBBil4OeJqGb7aKw96pw0EFKo7 { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/96d2ec14-6e0f-46c4-8d01-1e91c0a9711c/JulieLiuGen.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.5625rem;width:4.5625rem;top:32.625rem;left:0.375rem;display:block; }#f5lfyksBBil4OeJqGb7aKw96pw0EFKo7.adaptive-delivery-prevent-bg, #f5lfyksBBil4OeJqGb7aKw96pw0EFKo7.lazyload, #f5lfyksBBil4OeJqGb7aKw96pw0EFKo7.lazyloading { background-image: none; }
#yLmR4E7la322fNJyvhXdH9LvsJC4hTh9 { position:absolute;display:block;z-index:15005;background-color:#d8e8f1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14rem;width:18.9375rem;top:17.1875rem;left:20.5rem;display:block; }
#lzwhzKNETsnbfyBExkCDEre2yV4CMETq { color:#1e3b6b;display:block;width:16.3125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:20.625rem;left:21.8125rem;height:7.19925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vuX9EVAPJy4R99XXyxrKwX0c7QSVdegd { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1e10bf49-1d11-4071-8863-5f20b4c87db7/GelskeHuyGen.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.5625rem;width:4.5625rem;top:32.6875rem;left:20.5rem;display:block; }#vuX9EVAPJy4R99XXyxrKwX0c7QSVdegd.adaptive-delivery-prevent-bg, #vuX9EVAPJy4R99XXyxrKwX0c7QSVdegd.lazyload, #vuX9EVAPJy4R99XXyxrKwX0c7QSVdegd.lazyloading { background-image: none; }
#LEAHSyUPnmtkh5ibxks5BH1xVw8nCWCm { position:absolute;display:block;z-index:15010;background-color:#d8e8f1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14.1875rem;width:18.9375rem;top:17rem;left:40.625rem;display:block; }
#zUcaTss3LhnnIfMvwi6cLB9VZ2ePNNee { color:#1e3b6b;display:block;width:15.8125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:18.9375rem;left:42.1875rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U7NPBAGb6KFvQduChzuCTDEk5cWa9fUC { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/376ca611-0bc8-4b93-afe2-67c9586b2469/AhsanAhmGen.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.5625rem;width:4.5625rem;top:32.6875rem;left:40.625rem;display:block; }#U7NPBAGb6KFvQduChzuCTDEk5cWa9fUC.adaptive-delivery-prevent-bg, #U7NPBAGb6KFvQduChzuCTDEk5cWa9fUC.lazyload, #U7NPBAGb6KFvQduChzuCTDEk5cWa9fUC.lazyloading { background-image: none; }
#oDmEOAnbXiSgiKam4kJ8CtZciExW237G { color:#1e3b6b;display:block;width:55.4375rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.0625rem;left:1.125rem;height:2.60028125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a0DkGzqnMRuFM3SboLWbiyy5Z9e6Ex6V { position:absolute;display:block;z-index:15010;background-color:#c3922e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:12.5rem;top:9.3125rem;left:1.125rem;display:block; }
#Lq24wmbiQvVOwOqqw1yXscnvuKDnqcQZ { color:#1e3b6b;display:block;width:57.875rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:12.5rem;left:1.125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P63IXpn6TLCMUbDALfOef1hLQVwLpMAc { color:#1e3b6b;display:block;width:9.375rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:33.875rem;left:26.75rem;height:2.26171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wFZy3TVy62qInyhuODHfTKy9Nf25KuhO { color:#1e3b6b;display:block;width:12.0625rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:33.875rem;left:46.8125rem;height:2.26171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JiXFPLrbrW1a4UClLTGKMUrQBelG4AzC { position:relative;display:block; }#JiXFPLrbrW1a4UClLTGKMUrQBelG4AzC { background-color: transparent; background-image: none; }#JiXFPLrbrW1a4UClLTGKMUrQBelG4AzC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiXFPLrbrW1a4UClLTGKMUrQBelG4AzC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiXFPLrbrW1a4UClLTGKMUrQBelG4AzC > .row .container > .video-iframe-container { display: none; }#JiXFPLrbrW1a4UClLTGKMUrQBelG4AzC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiXFPLrbrW1a4UClLTGKMUrQBelG4AzC > .row > .video-iframe-container { display: none; }#JiXFPLrbrW1a4UClLTGKMUrQBelG4AzC > .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); }#JiXFPLrbrW1a4UClLTGKMUrQBelG4AzC { border-width: 0; border-radius: 0; }#JiXFPLrbrW1a4UClLTGKMUrQBelG4AzC > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#JiXFPLrbrW1a4UClLTGKMUrQBelG4AzC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2edea;background-image:none;font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#nS8hSPTrtRpVO534OoR4XHZyvEkkCmyp { color:#ff0000;display:block;width:4.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:16.069195747376rem;left:51.125001907349rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#NKc3dd0VcylHpXqaOLOArBusPphxnOZG { color:#1e3b6b;display:block;width:24.1875rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:13.967410087586rem;left:2.90625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sh7vuIbN2DOv3tqPphHpK7eF4L9aFIFW { position:absolute;display:block;z-index:15015;background-color:#c3922e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:0.125rem;width:12.5rem;top:11.06071472168rem;left:2.90625rem;display:block; }
#S5sl427t8cfhoA6KmfPKSReSkIcmtJ1S { color:#1e3b6b;display:block;width:25.875rem;position:absolute;font-family:"inter tight";font-size:2rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4991071522236rem;left:3rem;height:5.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cVa3DtJB6DFRE5MQ1485PTrGxz54y89C { color:#1e3b6b;display:block;width:24.1875rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:27.375000953674rem;left:2.90625rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-form-header { font-size:0.875rem; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-regular-label { height:auto;display:block;font-family:"inter tight";font-size:0.75rem;font-weight:700;color:#f6f1ea;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;overflow:hidden;font-style:normal;line-height:1; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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;width:17.5rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"inter tight";box-shadow: none;vertical-align:top; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-input-text {padding-top: 0; padding-bottom: 0;}#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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;width:17.5rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"inter tight";box-shadow: none;vertical-align:top; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .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:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"inter tight";font-size:0.875rem;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;vertical-align:top; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-input-select {padding-top: 0; padding-bottom: 0;}#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-input-button { border-top-left-radius:26.25rem;border-top-right-radius:26.25rem;border-bottom-left-radius:26.25rem;border-bottom-right-radius:26.25rem;background-color:#c3922e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:1.75rem;margin-bottom:0.25rem;margin-left:1.75rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:700;color:#f6f1ea;width:14rem;height:2.5rem;font-family:"inter tight";overflow:hidden;line-height:1;text-align:center;text-align-last:center;box-shadow: none;font-style:normal; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL [class*="-text"]:-moz-placeholder { color:#787f83;font-family:"inter tight";font-size:0.8125rem;font-weight:700;font-style:normal; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL [class*="-text"]::-moz-placeholder { color:#787f83;font-family:"inter tight";font-size:0.8125rem;font-weight:700;font-style:normal; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL [class*="-text"]:-ms-input-placeholder { color:#787f83;font-family:"inter tight";font-size:0.8125rem;font-weight:700;font-style:normal; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL [class*="-text"]::-webkit-input-placeholder { color:#787f83;font-family:"inter tight";font-size:0.8125rem;font-weight:700;font-style:normal; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .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:"inter tight";line-height:1.3;font-size:1rem;font-weight:700;color:#000000;vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal;text-align:center;text-align-last:center;float:none; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .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; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:300;color:#f6f1ea;overflow:hidden;font-style:normal;line-height:1.3;float:none;text-align:center;text-align-last:center; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-container:first-of-type{padding-top:0;}#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-container:last-of-type{padding-bottom:0;}#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL  { background-color:#1e2931;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15031;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;position:absolute;top:2.109375rem;left:38.093751907349rem;font-size:0.875rem; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-info-text { display:block;height:auto;font-family:"inter tight";font-size:0.625rem;line-height:1.3;font-weight:400;color:#f6f1ea;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL {display:block;}#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL { background-color:#1e2931;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15031;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;position:absolute;top:2.109375rem;left:38.093751907349rem;font-size:0.875rem; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #cyJn5CT1KKa9HTgE8TXlL9nQBrvvoVbK { position:relative; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #XcJypw5QG8u3CNI0J9prFZlBh7Bre4ke { position:relative;display:none; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #otI3zgbVOE3Fy6B1Iu0qbnnc4znymog9 { position:relative; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #OhdWgEWmn3f0aSWWQQhqFubFdDVfprB5 { position:relative; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #Do9dEnFys02E2azTQPDDB6JoTwutvlAe { position:relative;display:none; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #WbTeTgvx9QPeomHJlR4fHfWN85bHw3dn { position:relative; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #TUBLaEEgAvL594FwWvqzfhcfUKvHCnfZ { position:relative; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #T7dSLnMxr2KfWwH3NpTy8SgPFVRhVTqf { position:relative;display:none; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #IXT62nqCnvClxhKEqKQuX8qViwiQDdGf { position:relative; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #dMvUnXZF8KXEkf3DxpShmWb3TZvrAEed { position:relative; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #uNTZJkB0TUA9J6HnnIrJxnIEIMywSiyE { position:relative;display:none; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #tgBcXCSPZMqE3JrO5ZcRubDNKgrZdHpW { position:relative; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #UnBbQAX7R7E45MaXxpu4gT6F6nsTCkSZ { position:relative; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #s0TFlUTX0ExO1po90vPrt9ciekr0c0Wv { position:relative;display:none; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #Hk9BdN98CGMqlO4bplgBg3THDmvIoCdH { position:relative; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #IUlXGceXGp83oiI9mcXd8KydEtu5qxgz { position:relative; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #IUlXGceXGp83oiI9mcXd8KydEtu5qxgz .container-column{width:100%;}#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #RoC5tyBVGKuPeUkRdSXuve7TZ0pPyOaw { position:relative;display:none; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #HgTgA8vsXDA4yRlDaq9xQBdQIsSZvvfh { position:relative;z-index:2; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #DqnygLdD99LLnvQoaU6O1eoONJpZlFcx { position:relative; }
#Z3OPOsocp7f9plHxSubkkTA4o1JgZimQ #eTJEth89STqDE6dFqwQ7TCKOWEStV118 { position:relative; }
#FpX7IXpO1O4Mwb2lxCBde1o2Swaf1dw6 { position:relative;display:block;z-index:100000;display:block; }
#UfSEW5wDR8rbLOtbFo4Kk2NbWyJt9EVv { position:relative;display:block;z-index:100000;display:block; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #rqzLRooQpFGdAqlnC6T4l5r9tHDRv9yK { position:relative;display:block;z-index:15000; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #NiZMy4OFGrcVN2HhP1dQoKE8RZ4fnKDe { position:relative;display:block;z-index:15000; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #fqPGOUMdnSgqW0EXZAdWJIqrIpem01Fz { position:relative; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #VWz9wByV0b2Rd6dATeABevwWGBLTyUVK { position:relative; }
#FmGtc2BByGtpsqDInli9LJMcRP8Fta5x { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/43338352-bd8a-4ee4-9244-a47a5986b1d7/NidiaFerreiraLightBlueBg0824.crop_452x400_48,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.5rem;left:2.9375rem;box-shadow: 0.375rem 0rem 0.5rem rgba(92,94,110,0.2) ;display:block; }#FmGtc2BByGtpsqDInli9LJMcRP8Fta5x.adaptive-delivery-prevent-bg, #FmGtc2BByGtpsqDInli9LJMcRP8Fta5x.lazyload, #FmGtc2BByGtpsqDInli9LJMcRP8Fta5x.lazyloading { background-image: none; }
#ItvA53B6hFAhiBEyLr04sJVWWSw4IE0O { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5e684413-ec0b-4457-aba2-3d798fcaba2f/JoaoBoscoLightBlueBg.crop_432x380_53,18.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.5rem;left:6.9375rem;box-shadow: 0.375rem 0rem 0.5rem rgba(92,94,110,0.2) ;display:block; }#ItvA53B6hFAhiBEyLr04sJVWWSw4IE0O.adaptive-delivery-prevent-bg, #ItvA53B6hFAhiBEyLr04sJVWWSw4IE0O.lazyload, #ItvA53B6hFAhiBEyLr04sJVWWSw4IE0O.lazyloading { background-image: none; }
#qBUo6uKXTTcXGtWeH8X8AHKnllbx8hBm { box-sizing:content-box;height:4.5rem;width:4.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/058f14fd-03b1-4632-b14e-36a3982db79d/AlfredLeungLightBlueBg.crop_452x400_45,2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.5rem;left:10.9375rem;box-shadow: none;display:block; }#qBUo6uKXTTcXGtWeH8X8AHKnllbx8hBm.adaptive-delivery-prevent-bg, #qBUo6uKXTTcXGtWeH8X8AHKnllbx8hBm.lazyload, #qBUo6uKXTTcXGtWeH8X8AHKnllbx8hBm.lazyloading { background-image: none; }
#cVEliZGv47gsr4S4Ti277kctdQgKeWPz { position:relative;display:block; }#cVEliZGv47gsr4S4Ti277kctdQgKeWPz { background-color: transparent; background-image: none; }#cVEliZGv47gsr4S4Ti277kctdQgKeWPz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVEliZGv47gsr4S4Ti277kctdQgKeWPz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVEliZGv47gsr4S4Ti277kctdQgKeWPz > .row .container > .video-iframe-container { display: none; }#cVEliZGv47gsr4S4Ti277kctdQgKeWPz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVEliZGv47gsr4S4Ti277kctdQgKeWPz > .row > .video-iframe-container { display: none; }#cVEliZGv47gsr4S4Ti277kctdQgKeWPz > .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); }#cVEliZGv47gsr4S4Ti277kctdQgKeWPz { border-width: 0; border-radius: 0; }#cVEliZGv47gsr4S4Ti277kctdQgKeWPz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cVEliZGv47gsr4S4Ti277kctdQgKeWPz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b11cd3d137b5e367f796fbd4865f55c8.widget-smartsection { 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; } #b11cd3d137b5e367f796fbd4865f55c8.widget-smartsection *:focus-visible, #b11cd3d137b5e367f796fbd4865f55c8.widget-smartsection input[type="text"]:focus-visible, #b11cd3d137b5e367f796fbd4865f55c8.widget-smartsection input[type="email"]:focus-visible, #b11cd3d137b5e367f796fbd4865f55c8.widget-smartsection input[type="tel"]:focus-visible, #b11cd3d137b5e367f796fbd4865f55c8.widget-smartsection textarea:focus-visible { outline: none; } #lAyGmqrHAVTAvdEoxrH53TBZs1T16d7b > .row .container { background-color: transparent; background-image: none; }#lAyGmqrHAVTAvdEoxrH53TBZs1T16d7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAyGmqrHAVTAvdEoxrH53TBZs1T16d7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAyGmqrHAVTAvdEoxrH53TBZs1T16d7b > .row .container > .video-iframe-container { display: none; }#lAyGmqrHAVTAvdEoxrH53TBZs1T16d7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAyGmqrHAVTAvdEoxrH53TBZs1T16d7b > .row > .video-iframe-container { display: none; }#lAyGmqrHAVTAvdEoxrH53TBZs1T16d7b > .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); }#lAyGmqrHAVTAvdEoxrH53TBZs1T16d7b > .row .container { border-width: 0; border-radius: 0; }#lAyGmqrHAVTAvdEoxrH53TBZs1T16d7b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lAyGmqrHAVTAvdEoxrH53TBZs1T16d7b > .row .container { font-size:0.875rem;font-family:"inter tight";height:21.0625rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;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) { #XsVgOcH2i5akeMyhHikKy5kBGNWn72Bh { top:9.3125rem;left:0rem;width:40.25rem;height:;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2WFBdPGCqsuN6TvcKXi3vJ9mhnqTT0z { top:25.25rem;left:7.0562515258787rem;width:30rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGcSVfh7pTakzXwuZaOzh64Ul021byW0 { top:14.5rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDXI77AUNLPWd2pPSzDMaZ6kfyu6ywTn { top:1.5rem;left:36.9375rem;width:10.5625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsyNpLRC9Dw6rKXf9ZFmGkqHNXOi3rxE { width:7.8125rem;height:2.5rem;top:33.1875rem;left:26.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #lym93os2AhcHhDNBRIAwscWdpg0rRN0R { display:block; }
 }@media only screen and (max-width: 763px) { #dQ8wPOPpv46rSNPrM2tqR0oCL543O80k { top:33.75rem;left:34.5rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtHc0euTtf34IVJQ6NJZ9byivFitB71M { top:33.1875rem;left:33.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvK2TeDVdVn5Fg34uBoSscQbmyEiobkM { top:33.1875rem;left:26.187501907349rem;width:9.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGW5J0p6JJNrdNbWFLN6DDhXh4cWmR0v { top:24.5rem;left:0rem;width:45.1875rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvwRIEbHqre8VZPIcWxDIMHROhrMANFA { top:1.5rem;left:37.1875rem;width:10.5625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMNiTMXaFbUSHSQMJSeZyqNdp2Wog8da { top:28.0625rem;left:7.0562515258787rem;width:29.6875rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MATnz30BF5JdnEZOnbdFr2vWhwA21UEv { top:25.25rem;left:0rem;width:10.0625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z82Zw2OVSX4QxnifnGEfs0Uvm66LD4Vt { top:20.25rem;left:7.05624961853rem;width:30rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc91tC7V7BRUDrI0ZTIClZXMDSc6SQhA { display:block; }#hc91tC7V7BRUDrI0ZTIClZXMDSc6SQhA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIk0C3bM7R5edbLrCpqK172IKLxAAPhT { display:block; }#GIk0C3bM7R5edbLrCpqK172IKLxAAPhT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPmRZKl1Ss6xTGas2QqKTkt31qAACaBd { top:5.25rem;left:0rem;width:23.8125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRl3F6xgpAFZiwG7cbT1OUWB7tizlnkE { top:5.25rem;left:19.6875rem;width:16.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqDkag90SAZElHNKdT4tp0LingDq2lUD { top:15.1875rem;left:0rem;width:26.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3gwuLGVsurL7nUTiI3PyOctuPsEvA3L { top:12.9375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1cG851O3pnHuvxCM64EZZ9dDoDmkNiP { top:30.5625rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgtuilWBCwHOMfXpQpOv21XtsMgII3oo { top:30.5625rem;left:37rem;width:10.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8GToEfm1Tsobi4AxazP9ti2wVpQHSU9 { top:31.1875rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPaoWGDw8Kcx9tWvnQuHI6pX37MtxEC9 { width:8.6875rem;height:2.5rem;top:30.5625rem;left:38.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBlTfHHcpiHDo8pgIv8tT9fILvvcaeqX { display:block; }
 }@media only screen and (max-width: 763px) { #l9DbgXelCS7LLfwiM8NHnKylDLP82fPT { top:5.4375rem;left:8.25rem;width:27.5625rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfModzRdEmEDcKfdkpEBOFhfcs1CdUr0 { top:3.5rem;left:21.75rem;width:14.0625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz4yl8vm0iXbVQWP2fN7qzUIl15MsHIt { top:18.625rem;left:0rem;width:27.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8WD0zT1nJTT48kN31wvAgvPa3EefG8W { top:2.9375rem;left:19.875rem;width:16.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd5bXyRQKHixSgbs3MCzs15xTUm9pRxv { top:8.125rem;left:20.8125rem;width:14.625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxpeBHQn3dCqOCmwVWTKvN3qDArcRKNg { top:8.4375rem;left:23.5rem;width:12.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMuh1UwtSiS3VmgDGtzz9PNNzOLlVhEe { top:10.4375rem;left:22.4375rem;width:13.375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiJrPx9uWFVsu4h2xAf96lMUKchttXfq { top:24.4375rem;left:19.5625rem;width:16.25rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSdhUOJoV9H8rn1x9fIu1GwZUAsA0g8f { top:26.75rem;left:21.3125rem;width:14.5rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2dg2f5txqw3Nv7oO4nyeNJZ335vFRBK { top:24.75rem;left:21.625rem;width:14.1875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9o9Ha1dW9hy5CzrsCb0RTImFVqclKvD { display:block; }#S9o9Ha1dW9hy5CzrsCb0RTImFVqclKvD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpSviOlo8VviZkGccfoVrk1iHEDeI2w1 { display:block; }#FpSviOlo8VviZkGccfoVrk1iHEDeI2w1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A576fJ6XhCwe7GKIAxTctNpF0xnRt7Ep { top:1.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M15EJz1uZLySphIzFwiM4oCHlsUJZ5Ki { top:30.75rem;left:0rem;width:12.4375rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncZGN841a8sXwFdLbEqVsPDGtEqpRbQD { top:30.75rem;left:12rem;width:11.8125rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlpuIVP0qK3INfwuHpBMCanvbysATROh { top:30.75rem;left:23.3125rem;width:12.5rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1dEVGQDpRknmIuDVIcduv3izxFLwiyV { top:30.75rem;left:35.25rem;width:12.5rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1BA3mgouhy0hTqXWPkPiBUhVIJMBCWB { top:8.5rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4r1pCsStwddSuCaNcr0LiN32FPrX1bP { top:6.4375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJAkp8y8gwQ2h3AuWN3NxxWWcfuo32pV { top:14.5625rem;left:0.03125rem;width:11.75rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1VHJz2MyqLC0V9FeCoLyf6Bpmmy5w0P { top:14.5625rem;left:11.96875rem;width:11.75rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBDDd2R2qHuiqqdNtTbCt7ayat5pobET { top:14.5625rem;left:23.90625rem;width:11.75rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmIecAULxGBB2AZe9lWVgpTHcC66bqw { top:14.5625rem;left:35.84375rem;width:11.75rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBGzeFwTUG8oFefJC1e2a21bd7GRzpa1 { top:39.3125rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgMCH82DqEm5e44oBV0Kpi8m3FlKEtX6 { width:11.5rem;height:2.5rem;top:40.875rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV7K5kXnanf6CFtwMBysHB0C0ZRSgGXh { display:block; }
 }@media only screen and (max-width: 763px) { #P6oNTLGe90qe11vBU4E7yJe5KlZRi1LT { top:40.875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHOIilMhnhLX8Mgm4aIF3hs2Gl8dxKQG { top:40.875rem;left:40.4375rem;width:7.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB5PlZiEcUFELR4i2RUJLbrqsCmMArZJ { top:41.375rem;left:46.09375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPAlqvbwmnaCaFMISV3ezTJC5TKxcLhL { top:40.875rem;left:0rem;width:26.3125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9SR1XQaJlJnEeCq6UgxPrLlVS6FZlS7 { width:9.375rem;height:2.5rem;top:26.9375rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL1l5ph7XFv8mcNtX05ZmaMtGgK31ZTu { display:block; }
 }@media only screen and (max-width: 763px) { #WUUqMaE84PW2rL2RJ4npwqy0W4ZJtpaD { width:9.375rem;height:2.5rem;top:26.9375rem;left:13.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXw8LFU6dLAmbAyylPsmNsDW3guUJlwv { display:block; }
 }@media only screen and (max-width: 763px) { #sTcbHXzISIv3DHLuBl7ZEHotHq3o8V5G { width:9.375rem;height:2.5rem;top:26.9375rem;left:25.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkOTZ4WJZ7eGbGPH220eFE7P682uZnJm { display:block; }
 }@media only screen and (max-width: 763px) { #moDtTlpTnPZ4LroC9fA6592QRpkUgr2v { width:9.375rem;height:2.5rem;top:26.9375rem;left:37.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkQ8G7c64HDdoMKiJtklNsixM151aBe6 { display:block; }
 }@media only screen and (max-width: 763px) { #Abv7cntS3XkPCfT3NTROzylJ8hHfvlFm { display:block; }#Abv7cntS3XkPCfT3NTROzylJ8hHfvlFm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWLHurabvVRcGeu0QLXQDcGEIUCi50TD { display:block; }#ZWLHurabvVRcGeu0QLXQDcGEIUCi50TD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krEkmakgq1BtuXHcO2ZcoaFa9FQfkg7P { width:24.875rem;height:5.1875rem;top:4.4375rem;left:22.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks5O5rHMolW0F7C409OxpmI5TK2xTyUi { width:26.25rem;height:4.5rem;top:13.5625rem;left:21.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrWOfmXiKf46Qt0L5vVTJrxRCeTDfPut { width:26.5rem;height:;top:19.625rem;left:21.25rem;font-size:1rem;display:block; }#mrWOfmXiKf46Qt0L5vVTJrxRCeTDfPut li:before{  }
 }@media only screen and (max-width: 763px) { #H1h6OfnRvwO8VSWGsKSn3ug4T87gLIkx { top:11.5625rem;left:25.531251907349rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8EUDPA4FCDNCKLszIATzHPpolRl0PxP { top:40.875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbTUVFTKPVR4azroipR5TQ72Tn4Dq8KN { top:40.875rem;left:37rem;width:10.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac2TCsgz9GO76hKZ9rvWr4KZ0CDIHf94 { top:41.5rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTFITqbWgo37xhT2babAmcpfIIPnoDpw { width:12.125rem;height:2.5rem;top:40.875rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQVCwybO7gdqe5p8I7d5TTzcPgM7tacc { display:block; }
 }@media only screen and (max-width: 763px) { #qcwi70pfH8VkUAglLga8hkTd2EHnWRtN { top:4.4375rem;left:0rem;width:26.4375rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STP7MkOz2aViXW74Te8oPrHPvJTb8gKV { top:40.5rem;left:0rem;width:31.4375rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgBImubVXo3xdNmKTodPvRp193xX2i5r { display:block; }#pgBImubVXo3xdNmKTodPvRp193xX2i5r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPSl8LxK9LVJZGCtV38WVWcEGZLGbZeo { display:block; }#HPSl8LxK9LVJZGCtV38WVWcEGZLGbZeo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIX4mWVVwahSahi65wJuW5Jv6oy7CTzy { top:0rem;left:0rem;width:37.25rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ9dZhg8yUdz1Ccld3wxOLwbVzhLuLac { top:3.125rem;left:0rem;width:47.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFSJvMe7f4TONJGG4o6s3i6Og28cBqC3 { top:10.1875rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs9TeauWc4k31TeWURcxBMTF99rPL5Pk { display:block; }#Zs9TeauWc4k31TeWURcxBMTF99rPL5Pk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0i6C7p9LqoT6TiQQXoHNVC1I9Psfbuw { width:17.625rem;height:6rem;top:13.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdKlwgrqUfFoOfJgHGF8D6mHFW4JyVKO { display:none; }
 }@media only screen and (max-width: 763px) { #VDO2XQlWyKkESlq4KfLizTO2FGhf7MSV { display:none; }
 }@media only screen and (max-width: 763px) { #VZs3UTmIVxc8aIhoZ08avUUSlIMHHCAs { display:none; }
 }@media only screen and (max-width: 763px) { #rnhpq7NxbmoJuP1q5BkqWUygAZDQUSX7 { display:none; }
 }@media only screen and (max-width: 763px) { #xWM3Dq1U38TU0IgTxBHy7OFByrk6WXSH { display:block; }#xWM3Dq1U38TU0IgTxBHy7OFByrk6WXSH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcqzrfDfX3kpoKetzlVMJTCEqmT1hJvW { display:block; }#QcqzrfDfX3kpoKetzlVMJTCEqmT1hJvW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSXTAZb8VEgKUVG7P8LrqSCpWKMWc54T { width:27.5rem;height:5.1875rem;top:3.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3JNTAuTUtvXzyK9dfQWOSWJLnEL1SU6 { width:26.75rem;height:6rem;top:12.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brzFhau9OgJwiDdDNyTKbz3SrbPSqAdb { top:10.375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk267gT11CzRuXpCTKrrFbCwsubQbhW9 { width:25.75rem;height:;top:21rem;left:0rem;font-size:1rem;display:block; }#kk267gT11CzRuXpCTKrrFbCwsubQbhW9 li:before{  }
 }@media only screen and (max-width: 763px) { #mp0FpAFQUFZ2mcWTVOQG5xghSiT770sH { top:33.625rem;left:15.244642257691rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGlC1K4IMnBLErQE5UcP2XkVhL2t7p3K { top:33.625rem;left:6.625rem;width:11.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI4eyDiNrQEZ2ZiHGZiAqL5DtOtUkD4f { top:34.125rem;left:15.775892257691rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3nwMl2Rwhe6D3JH70ecUBot39i1A9LM { width:15.0625rem;height:2.5rem;top:33.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3TiWLpoyUgqP2bTUh9a8xKuBoX6G6FW { display:block; }
 }@media only screen and (max-width: 763px) { #xT4aGmbO2EM31pteLltyxGupJlh80f7u { top:3.125rem;left:22.75rem;width:25rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbCoDWeDMoqeaWBkOws6L1ONE2WJf96D { display:block; }#FbCoDWeDMoqeaWBkOws6L1ONE2WJf96D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7hWv6AyXfMgZPJkOkOLWcGITONHVvfm { width:18.9375rem;height:14rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXGTWggwQBekXv5UHTAHS33tP8oZ8Vqz { width:15.875rem;height:9rem;top:19.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmmrTn49LAiRhCGQJJanrxyxD8RWy3xd { width:9.375rem;height:2.25rem;top:33.875rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5lfyksBBil4OeJqGb7aKw96pw0EFKo7 { width:4.5625rem;height:4.5625rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLmR4E7la322fNJyvhXdH9LvsJC4hTh9 { width:18.9375rem;height:14rem;top:17.1875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzwhzKNETsnbfyBExkCDEre2yV4CMETq { width:16.3125rem;height:7.1875rem;top:20.625rem;left:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuX9EVAPJy4R99XXyxrKwX0c7QSVdegd { width:4.5625rem;height:4.5625rem;top:32.6875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEAHSyUPnmtkh5ibxks5BH1xVw8nCWCm { width:18.9375rem;height:14.1875rem;top:17rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUcaTss3LhnnIfMvwi6cLB9VZ2ePNNee { width:15.8125rem;height:10.5rem;top:18.9375rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7NPBAGb6KFvQduChzuCTDEk5cWa9fUC { width:4.5625rem;height:4.5625rem;top:32.6875rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDmEOAnbXiSgiKam4kJ8CtZciExW237G { width:47.75rem;height:2.625rem;top:4.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0DkGzqnMRuFM3SboLWbiyy5Z9e6Ex6V { top:9.3125rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq24wmbiQvVOwOqqw1yXscnvuKDnqcQZ { width:47.75rem;height:1.6875rem;top:12.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P63IXpn6TLCMUbDALfOef1hLQVwLpMAc { width:9.375rem;height:2.25rem;top:33.875rem;left:20.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFZy3TVy62qInyhuODHfTKy9Nf25KuhO { width:12.0625rem;height:2.25rem;top:33.875rem;left:35.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiXFPLrbrW1a4UClLTGKMUrQBelG4AzC { display:block; }#JiXFPLrbrW1a4UClLTGKMUrQBelG4AzC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nS8hSPTrtRpVO534OoR4XHZyvEkkCmyp { top:16.0625rem;left:35.25rem;width:4.5rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKc3dd0VcylHpXqaOLOArBusPphxnOZG { width:24.1875rem;height:4.5rem;top:13.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh7vuIbN2DOv3tqPphHpK7eF4L9aFIFW { top:11rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5sl427t8cfhoA6KmfPKSReSkIcmtJ1S { top:3.4375rem;left:0rem;width:25.875rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVa3DtJB6DFRE5MQ1485PTrGxz54y89C { width:24.1875rem;height:5.0625rem;top:27.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-input-text {padding-top: 0; padding-bottom: 0;}#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-input-select {padding-top: 0; padding-bottom: 0;}#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.75rem; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL  { width:17.5rem;height:auto;top:2.0625rem;left:27.75rem; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL {display:block;}#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL { width:17.5rem;height:auto;top:2.0625rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #cyJn5CT1KKa9HTgE8TXlL9nQBrvvoVbK {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #XcJypw5QG8u3CNI0J9prFZlBh7Bre4ke {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #otI3zgbVOE3Fy6B1Iu0qbnnc4znymog9 {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #OhdWgEWmn3f0aSWWQQhqFubFdDVfprB5 {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #Do9dEnFys02E2azTQPDDB6JoTwutvlAe {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #WbTeTgvx9QPeomHJlR4fHfWN85bHw3dn {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #TUBLaEEgAvL594FwWvqzfhcfUKvHCnfZ {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #T7dSLnMxr2KfWwH3NpTy8SgPFVRhVTqf {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #IXT62nqCnvClxhKEqKQuX8qViwiQDdGf {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #dMvUnXZF8KXEkf3DxpShmWb3TZvrAEed {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #uNTZJkB0TUA9J6HnnIrJxnIEIMywSiyE {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #tgBcXCSPZMqE3JrO5ZcRubDNKgrZdHpW {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #UnBbQAX7R7E45MaXxpu4gT6F6nsTCkSZ {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #s0TFlUTX0ExO1po90vPrt9ciekr0c0Wv {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #Hk9BdN98CGMqlO4bplgBg3THDmvIoCdH {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #IUlXGceXGp83oiI9mcXd8KydEtu5qxgz {  }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #IUlXGceXGp83oiI9mcXd8KydEtu5qxgz .container-column{width:50%;} }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #RoC5tyBVGKuPeUkRdSXuve7TZ0pPyOaw {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #HgTgA8vsXDA4yRlDaq9xQBdQIsSZvvfh {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #DqnygLdD99LLnvQoaU6O1eoONJpZlFcx {  }
 }@media only screen and (max-width: 763px) { #Z3OPOsocp7f9plHxSubkkTA4o1JgZimQ #eTJEth89STqDE6dFqwQ7TCKOWEStV118 {  }
 }@media only screen and (max-width: 763px) { #FpX7IXpO1O4Mwb2lxCBde1o2Swaf1dw6 { display:block; }
 }@media only screen and (max-width: 763px) { #UfSEW5wDR8rbLOtbFo4Kk2NbWyJt9EVv { display:block; }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #rqzLRooQpFGdAqlnC6T4l5r9tHDRv9yK {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #NiZMy4OFGrcVN2HhP1dQoKE8RZ4fnKDe {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #fqPGOUMdnSgqW0EXZAdWJIqrIpem01Fz {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #VWz9wByV0b2Rd6dATeABevwWGBLTyUVK {  }
 }@media only screen and (max-width: 763px) { #FmGtc2BByGtpsqDInli9LJMcRP8Fta5x { top:21.5rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItvA53B6hFAhiBEyLr04sJVWWSw4IE0O { top:21.5rem;left:3.875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBUo6uKXTTcXGtWeH8X8AHKnllbx8hBm { top:21.5rem;left:7.875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVEliZGv47gsr4S4Ti277kctdQgKeWPz { display:block; }#cVEliZGv47gsr4S4Ti277kctdQgKeWPz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b11cd3d137b5e367f796fbd4865f55c8.widget-smartsection { display:block; } #b11cd3d137b5e367f796fbd4865f55c8.widget-smartsection *:focus-visible, #b11cd3d137b5e367f796fbd4865f55c8.widget-smartsection input[type="text"]:focus-visible, #b11cd3d137b5e367f796fbd4865f55c8.widget-smartsection input[type="email"]:focus-visible, #b11cd3d137b5e367f796fbd4865f55c8.widget-smartsection input[type="tel"]:focus-visible, #b11cd3d137b5e367f796fbd4865f55c8.widget-smartsection textarea:focus-visible { outline: none; } #lAyGmqrHAVTAvdEoxrH53TBZs1T16d7b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ca353d0e-6042-4b03-8626-6e80abb165b9/HeroMobBP390x844x2.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XsVgOcH2i5akeMyhHikKy5kBGNWn72Bh { width:12rem;height:4.39955625rem;top:7.25rem;left:1.4313617348671rem;font-size:2rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X2WFBdPGCqsuN6TvcKXi3vJ9mhnqTT0z { width:14.1875rem;height:3.375rem;top:32.5rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KGcSVfh7pTakzXwuZaOzh64Ul021byW0 { width:15.125rem;height:3.9rem;top:12.9375rem;left:1.4316965341568rem;font-size:1.5rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WDXI77AUNLPWd2pPSzDMaZ6kfyu6ywTn { width:7.9375rem;height:2.5rem;top:1.9375rem;left:11.182143092156rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wsyNpLRC9Dw6rKXf9ZFmGkqHNXOi3rxE { width:8.0625rem;height:2.4375rem;top:41.125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lym93os2AhcHhDNBRIAwscWdpg0rRN0R { display:block; }
 }@media only screen and (max-width: 763px) { #dQ8wPOPpv46rSNPrM2tqR0oCL543O80k { display:flex;width:1.4375rem;height:1.4375rem;top:41.625rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #PtHc0euTtf34IVJQ6NJZ9byivFitB71M { width:2.5rem;height:2.5rem;top:41.0625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvK2TeDVdVn5Fg34uBoSscQbmyEiobkM { width:10.5625rem;height:2.4375rem;top:41.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGW5J0p6JJNrdNbWFLN6DDhXh4cWmR0v { width:18.125rem;height:14.0625rem;top:31.625rem;left:0.9375rem;background-color:rgba(30,41,49,0.82);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DvwRIEbHqre8VZPIcWxDIMHROhrMANFA { width:10.5625rem;height:3.3125rem;top:1.5rem;left:4.6875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #tMNiTMXaFbUSHSQMJSeZyqNdp2Wog8da { width:20rem;height:6rem;top:25.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #MATnz30BF5JdnEZOnbdFr2vWhwA21UEv { width:10.0625rem;height:10.75rem;top:45.4375rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z82Zw2OVSX4QxnifnGEfs0Uvm66LD4Vt { width:16.125rem;height:3rem;top:36.6875rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hc91tC7V7BRUDrI0ZTIClZXMDSc6SQhA { display:block; }#hc91tC7V7BRUDrI0ZTIClZXMDSc6SQhA > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIk0C3bM7R5edbLrCpqK172IKLxAAPhT { display:block; }#GIk0C3bM7R5edbLrCpqK172IKLxAAPhT > .row .container { width:20rem;height:57.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPmRZKl1Ss6xTGas2QqKTkt31qAACaBd { width:18.625rem;height:4.0625rem;top:2.25rem;left:0.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HRl3F6xgpAFZiwG7cbT1OUWB7tizlnkE { width:10.75rem;height:2.275rem;top:16.782143592834rem;left:4.6249998807907rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oqDkag90SAZElHNKdT4tp0LingDq2lUD { width:13.5625rem;height:3rem;top:10.000000476837rem;left:3.2183035612106rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H3gwuLGVsurL7nUTiI3PyOctuPsEvA3L { width:12.5rem;height:0.125rem;top:8.0499997138975rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1cG851O3pnHuvxCM64EZZ9dDoDmkNiP { width:2.5rem;height:2.5rem;top:53.1875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgtuilWBCwHOMfXpQpOv21XtsMgII3oo { width:10.75rem;height:2.5rem;top:53.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8GToEfm1Tsobi4AxazP9ti2wVpQHSU9 { display:flex;width:1.4375rem;height:1.4375rem;top:53.6875rem;left:13.3125rem; }
 }@media only screen and (max-width: 763px) { #fPaoWGDw8Kcx9tWvnQuHI6pX37MtxEC9 { width:8.6875rem;height:2.5rem;top:53.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBlTfHHcpiHDo8pgIv8tT9fILvvcaeqX { display:block; }
 }@media only screen and (max-width: 763px) { #l9DbgXelCS7LLfwiM8NHnKylDLP82fPT { width:17.1875rem;height:20.375rem;top:16.4375rem;left:1.4375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/99e41214-241c-4f71-be95-47cf91ecd6d2/EuropeanPorto_159701299.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#l9DbgXelCS7LLfwiM8NHnKylDLP82fPT.adaptive-delivery-prevent-bg, #l9DbgXelCS7LLfwiM8NHnKylDLP82fPT.lazyload, #l9DbgXelCS7LLfwiM8NHnKylDLP82fPT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AfModzRdEmEDcKfdkpEBOFhfcs1CdUr0 { width:11.75rem;height:1.4625rem;top:15.032143592834rem;left:4.1249998807907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zz4yl8vm0iXbVQWP2fN7qzUIl15MsHIt { width:15.9375rem;height:10.5rem;top:41.06205368042rem;left:2.0312501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b8WD0zT1nJTT48kN31wvAgvPa3EefG8W { width:12.1875rem;height:4.875rem;top:14.5625rem;left:4.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd5bXyRQKHixSgbs3MCzs15xTUm9pRxv { width:14.1875rem;height:3.6875rem;top:20.687500953674rem;left:2.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxpeBHQn3dCqOCmwVWTKvN3qDArcRKNg { width:12.3125rem;height:1.4625rem;top:21.125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nMuh1UwtSiS3VmgDGtzz9PNNzOLlVhEe { width:13.375rem;height:1.1375rem;top:22.75rem;left:3.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TiJrPx9uWFVsu4h2xAf96lMUKchttXfq { width:15.25rem;height:4.0625rem;top:35.125000953674rem;left:2.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSdhUOJoV9H8rn1x9fIu1GwZUAsA0g8f { width:14.5rem;height:1.1375rem;top:37.1875rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2dg2f5txqw3Nv7oO4nyeNJZ335vFRBK { width:14.1875rem;height:1.4625rem;top:35.625rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S9o9Ha1dW9hy5CzrsCb0RTImFVqclKvD { display:block; }#S9o9Ha1dW9hy5CzrsCb0RTImFVqclKvD > .row .container { width:20rem;height:1.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpSviOlo8VviZkGccfoVrk1iHEDeI2w1 { display:block; }#FpSviOlo8VviZkGccfoVrk1iHEDeI2w1 { background-color: transparent; background-image: none; }#FpSviOlo8VviZkGccfoVrk1iHEDeI2w1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpSviOlo8VviZkGccfoVrk1iHEDeI2w1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpSviOlo8VviZkGccfoVrk1iHEDeI2w1 > .row .container > .video-iframe-container { display: none; }#FpSviOlo8VviZkGccfoVrk1iHEDeI2w1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpSviOlo8VviZkGccfoVrk1iHEDeI2w1 > .row > .video-iframe-container { display: none; }#FpSviOlo8VviZkGccfoVrk1iHEDeI2w1 > .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); }#FpSviOlo8VviZkGccfoVrk1iHEDeI2w1 { border-width: 0; border-radius: 0; }#FpSviOlo8VviZkGccfoVrk1iHEDeI2w1 > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#FpSviOlo8VviZkGccfoVrk1iHEDeI2w1 > .row .container { width:20rem;height:122.1875rem;background-color:#f2edea;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A576fJ6XhCwe7GKIAxTctNpF0xnRt7Ep { width:18.125rem;height:4.22433125rem;top:2.4375rem;left:0.9375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M15EJz1uZLySphIzFwiM4oCHlsUJZ5Ki { width:14.375rem;height:6.4983125rem;top:35.1875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncZGN841a8sXwFdLbEqVsPDGtEqpRbQD { width:14.375rem;height:6.4983125rem;top:58rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlpuIVP0qK3INfwuHpBMCanvbysATROh { width:14.375rem;height:6.4983125rem;top:81.375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1dEVGQDpRknmIuDVIcduv3izxFLwiyV { width:14.5rem;height:6.4983125rem;top:104.625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1BA3mgouhy0hTqXWPkPiBUhVIJMBCWB { width:15.875rem;height:9rem;top:10.173661231994rem;left:2.0625001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4r1pCsStwddSuCaNcr0LiN32FPrX1bP { width:12.5rem;height:0.125rem;top:8.1745510101319rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJAkp8y8gwQ2h3AuWN3NxxWWcfuo32pV { width:14.375rem;height:9.625rem;top:20.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1VHJz2MyqLC0V9FeCoLyf6Bpmmy5w0P { width:14.375rem;height:9.625rem;top:43.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBDDd2R2qHuiqqdNtTbCt7ayat5pobET { width:14.375rem;height:9.625rem;top:66.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmIecAULxGBB2AZe9lWVgpTHcC66bqw { width:14.375rem;height:9.625rem;top:90.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBGzeFwTUG8oFefJC1e2a21bd7GRzpa1 { width:20rem;height:8.625rem;top:113.5rem;left:0rem;background-color:#1e2931;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tgMCH82DqEm5e44oBV0Kpi8m3FlKEtX6 { width:10.25rem;height:2.5rem;top:117.5rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV7K5kXnanf6CFtwMBysHB0C0ZRSgGXh { display:block; }
 }@media only screen and (max-width: 763px) { #P6oNTLGe90qe11vBU4E7yJe5KlZRi1LT { width:2.5rem;height:2.5rem;top:117.5rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHOIilMhnhLX8Mgm4aIF3hs2Gl8dxKQG { width:7.3125rem;height:2.5rem;top:117.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB5PlZiEcUFELR4i2RUJLbrqsCmMArZJ { display:flex;width:1.4375rem;height:1.4375rem;top:118rem;left:14.3125rem; }
 }@media only screen and (max-width: 763px) { #FPAlqvbwmnaCaFMISV3ezTJC5TKxcLhL { width:17.9375rem;height:1.5rem;top:114.75rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #a9SR1XQaJlJnEeCq6UgxPrLlVS6FZlS7 { width:9.375rem;height:2.5rem;top:31.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL1l5ph7XFv8mcNtX05ZmaMtGgK31ZTu { display:block; }
 }@media only screen and (max-width: 763px) { #WUUqMaE84PW2rL2RJ4npwqy0W4ZJtpaD { width:9.375rem;height:2.5rem;top:54.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXw8LFU6dLAmbAyylPsmNsDW3guUJlwv { display:block; }
 }@media only screen and (max-width: 763px) { #sTcbHXzISIv3DHLuBl7ZEHotHq3o8V5G { width:9.375rem;height:2.5rem;top:77.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkOTZ4WJZ7eGbGPH220eFE7P682uZnJm { display:block; }
 }@media only screen and (max-width: 763px) { #moDtTlpTnPZ4LroC9fA6592QRpkUgr2v { width:9.375rem;height:2.5rem;top:101rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkQ8G7c64HDdoMKiJtklNsixM151aBe6 { display:block; }
 }@media only screen and (max-width: 763px) { #Abv7cntS3XkPCfT3NTROzylJ8hHfvlFm { display:block; }#Abv7cntS3XkPCfT3NTROzylJ8hHfvlFm > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWLHurabvVRcGeu0QLXQDcGEIUCi50TD { background-color:#d8e8f1;background-image:none;display:block; }#ZWLHurabvVRcGeu0QLXQDcGEIUCi50TD > .row .container { background-color: transparent; background-image: none; }#ZWLHurabvVRcGeu0QLXQDcGEIUCi50TD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWLHurabvVRcGeu0QLXQDcGEIUCi50TD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWLHurabvVRcGeu0QLXQDcGEIUCi50TD > .row .container > .video-iframe-container { display: none; }#ZWLHurabvVRcGeu0QLXQDcGEIUCi50TD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWLHurabvVRcGeu0QLXQDcGEIUCi50TD > .row > .video-iframe-container { display: none; }#ZWLHurabvVRcGeu0QLXQDcGEIUCi50TD > .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); }#ZWLHurabvVRcGeu0QLXQDcGEIUCi50TD > .row .container { width:20rem;height:76.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krEkmakgq1BtuXHcO2ZcoaFa9FQfkg7P { width:18.125rem;height:4.22433125rem;top:18.000000238419rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks5O5rHMolW0F7C409OxpmI5TK2xTyUi { width:17.1875rem;height:7.03125rem;top:26.062494277954rem;left:1.4062501192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrWOfmXiKf46Qt0L5vVTJrxRCeTDfPut { width:16.875rem;height:26.25rem;top:34.83793258667rem;left:1.5625001192093rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#mrWOfmXiKf46Qt0L5vVTJrxRCeTDfPut li:before{  }
 }@media only screen and (max-width: 763px) { #H1h6OfnRvwO8VSWGsKSn3ug4T87gLIkx { width:12.5rem;height:0.125rem;top:23.937503814698rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8EUDPA4FCDNCKLszIATzHPpolRl0PxP { width:2.5rem;height:2.5rem;top:71.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbTUVFTKPVR4azroipR5TQ72Tn4Dq8KN { width:12.5rem;height:2.5rem;top:71.375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac2TCsgz9GO76hKZ9rvWr4KZ0CDIHf94 { display:flex;width:1.4375rem;height:1.4375rem;top:72rem;left:14.5625rem; }
 }@media only screen and (max-width: 763px) { #XTFITqbWgo37xhT2babAmcpfIIPnoDpw { width:10.5625rem;height:2.5rem;top:71.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQVCwybO7gdqe5p8I7d5TTzcPgM7tacc { display:block; }
 }@media only screen and (max-width: 763px) { #qcwi70pfH8VkUAglLga8hkTd2EHnWRtN { width:18.125rem;height:13.75rem;top:2.3750019073486rem;left:0.9375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9e0d7bb0-18be-4b60-9815-f6381bf3fc98/IMG_1766HandshakeVivMigHR.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }#qcwi70pfH8VkUAglLga8hkTd2EHnWRtN.adaptive-delivery-prevent-bg, #qcwi70pfH8VkUAglLga8hkTd2EHnWRtN.lazyload, #qcwi70pfH8VkUAglLga8hkTd2EHnWRtN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #STP7MkOz2aViXW74Te8oPrHPvJTb8gKV { width:17.1875rem;height:5.8482125rem;top:62.68750190735rem;left:1.4062501192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pgBImubVXo3xdNmKTodPvRp193xX2i5r { display:block; }#pgBImubVXo3xdNmKTodPvRp193xX2i5r > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPSl8LxK9LVJZGCtV38WVWcEGZLGbZeo { display:block; }#HPSl8LxK9LVJZGCtV38WVWcEGZLGbZeo > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIX4mWVVwahSahi65wJuW5Jv6oy7CTzy { width:16.8125rem;height:4.22433125rem;top:1.3125rem;left:1.5937501192093rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJ9dZhg8yUdz1Ccld3wxOLwbVzhLuLac { width:17.1875rem;height:4.5rem;top:9.0000001192094rem;left:1.4062501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MFSJvMe7f4TONJGG4o6s3i6Og28cBqC3 { width:12.5rem;height:0.125rem;top:7.4375rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs9TeauWc4k31TeWURcxBMTF99rPL5Pk { display:block; }#Zs9TeauWc4k31TeWURcxBMTF99rPL5Pk { background-color: transparent; background-image: none; }#Zs9TeauWc4k31TeWURcxBMTF99rPL5Pk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs9TeauWc4k31TeWURcxBMTF99rPL5Pk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs9TeauWc4k31TeWURcxBMTF99rPL5Pk > .row .container > .video-iframe-container { display: none; }#Zs9TeauWc4k31TeWURcxBMTF99rPL5Pk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs9TeauWc4k31TeWURcxBMTF99rPL5Pk > .row > .video-iframe-container { display: none; }#Zs9TeauWc4k31TeWURcxBMTF99rPL5Pk > .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); }#Zs9TeauWc4k31TeWURcxBMTF99rPL5Pk { border-width: 0; border-radius: 0; }#Zs9TeauWc4k31TeWURcxBMTF99rPL5Pk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zs9TeauWc4k31TeWURcxBMTF99rPL5Pk > .row .container { width:20rem;height:27.3125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0i6C7p9LqoT6TiQQXoHNVC1I9Psfbuw { width:17.1875rem;height:6rem;top:19.311161518097rem;left:1.4062501192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdKlwgrqUfFoOfJgHGF8D6mHFW4JyVKO { top:1.640625rem;left:12.437053561211rem;width:6.5rem;height:7.5rem;z-index:15018;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/346f45e0-486c-43f2-bd8c-4d8663600ade/ASPHAlgarveGolDhro_Mob.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AdKlwgrqUfFoOfJgHGF8D6mHFW4JyVKO.adaptive-delivery-prevent-bg, #AdKlwgrqUfFoOfJgHGF8D6mHFW4JyVKO.lazyload, #AdKlwgrqUfFoOfJgHGF8D6mHFW4JyVKO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VDO2XQlWyKkESlq4KfLizTO2FGhf7MSV { top:1.640625rem;left:0.9375rem;width:10.625rem;height:7.5rem;z-index:15016;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ffea7e8b-0e37-4f86-b2e7-acd9a3b6406d/Family_499125512.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VDO2XQlWyKkESlq4KfLizTO2FGhf7MSV.adaptive-delivery-prevent-bg, #VDO2XQlWyKkESlq4KfLizTO2FGhf7MSV.lazyload, #VDO2XQlWyKkESlq4KfLizTO2FGhf7MSV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VZs3UTmIVxc8aIhoZ08avUUSlIMHHCAs { top:10.125rem;left:0.9375rem;width:6.5rem;height:7.5rem;z-index:15019;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/94bfc31c-702b-4253-8b4c-d0351ae998fd/AS_496017755.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VZs3UTmIVxc8aIhoZ08avUUSlIMHHCAs.adaptive-delivery-prevent-bg, #VZs3UTmIVxc8aIhoZ08avUUSlIMHHCAs.lazyload, #VZs3UTmIVxc8aIhoZ08avUUSlIMHHCAs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rnhpq7NxbmoJuP1q5BkqWUygAZDQUSX7 { top:10.125rem;left:8.3120535612106rem;width:10.625rem;height:7.5rem;z-index:15017;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1c6f1788-0e02-435f-a3d8-d7b0b1e3c763/Convertible.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rnhpq7NxbmoJuP1q5BkqWUygAZDQUSX7.adaptive-delivery-prevent-bg, #rnhpq7NxbmoJuP1q5BkqWUygAZDQUSX7.lazyload, #rnhpq7NxbmoJuP1q5BkqWUygAZDQUSX7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xWM3Dq1U38TU0IgTxBHy7OFByrk6WXSH { display:block; }#xWM3Dq1U38TU0IgTxBHy7OFByrk6WXSH > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcqzrfDfX3kpoKetzlVMJTCEqmT1hJvW { display:block; }#QcqzrfDfX3kpoKetzlVMJTCEqmT1hJvW > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BSXTAZb8VEgKUVG7P8LrqSCpWKMWc54T { width:17.8125rem;height:6.3365rem;top:2.9982147216797rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3JNTAuTUtvXzyK9dfQWOSWJLnEL1SU6 { width:17.1875rem;height:9rem;top:42.248224258423rem;left:1.4062501192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brzFhau9OgJwiDdDNyTKbz3SrbPSqAdb { width:12.5rem;height:0.125rem;top:11.994643211365rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk267gT11CzRuXpCTKrrFbCwsubQbhW9 { width:16.875rem;height:14.125rem;top:26.743752121926rem;left:1.5625001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#kk267gT11CzRuXpCTKrrFbCwsubQbhW9 li:before{  }
 }@media only screen and (max-width: 763px) { #mp0FpAFQUFZ2mcWTVOQG5xghSiT770sH { width:2.5rem;height:2.5rem;top:52.8125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGlC1K4IMnBLErQE5UcP2XkVhL2t7p3K { width:12.5rem;height:2.5rem;top:52.8125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI4eyDiNrQEZ2ZiHGZiAqL5DtOtUkD4f { display:flex;width:1.4375rem;height:1.4375rem;top:53.375rem;left:16.75rem; }
 }@media only screen and (max-width: 763px) { #h3nwMl2Rwhe6D3JH70ecUBot39i1A9LM { width:14.9375rem;height:2.5rem;top:52.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3TiWLpoyUgqP2bTUh9a8xKuBoX6G6FW { display:block; }
 }@media only screen and (max-width: 763px) { #xT4aGmbO2EM31pteLltyxGupJlh80f7u { width:18.125rem;height:13.75rem;top:11.182142257691rem;left:0.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbCoDWeDMoqeaWBkOws6L1ONE2WJf96D { display:block; }#FbCoDWeDMoqeaWBkOws6L1ONE2WJf96D > .row .container { width:20rem;height:80.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7hWv6AyXfMgZPJkOkOLWcGITONHVvfm { width:18.125rem;height:11.5625rem;top:21.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXGTWggwQBekXv5UHTAHS33tP8oZ8Vqz { width:15.625rem;height:8.4375rem;top:22.625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmmrTn49LAiRhCGQJJanrxyxD8RWy3xd { width:7.125rem;height:2.2625rem;top:34.8125rem;left:9.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f5lfyksBBil4OeJqGb7aKw96pw0EFKo7 { width:4.5625rem;height:4.5625rem;top:33.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLmR4E7la322fNJyvhXdH9LvsJC4hTh9 { width:18.125rem;height:10.75rem;top:40.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzwhzKNETsnbfyBExkCDEre2yV4CMETq { width:15.625rem;height:7.1986875rem;top:42.5rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vuX9EVAPJy4R99XXyxrKwX0c7QSVdegd { width:4.5625rem;height:4.5625rem;top:52.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEAHSyUPnmtkh5ibxks5BH1xVw8nCWCm { width:18.125rem;height:13.125rem;top:59.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUcaTss3LhnnIfMvwi6cLB9VZ2ePNNee { width:15.625rem;height:10.5rem;top:60.6875rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U7NPBAGb6KFvQduChzuCTDEk5cWa9fUC { width:4.5625rem;height:4.5625rem;top:73.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDmEOAnbXiSgiKam4kJ8CtZciExW237G { width:18.125rem;height:6.3365rem;top:2.8745555877686rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0DkGzqnMRuFM3SboLWbiyy5Z9e6Ex6V { width:12.5rem;height:0.125rem;top:11.53883934021rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq24wmbiQvVOwOqqw1yXscnvuKDnqcQZ { width:17.1875rem;height:4.5rem;top:14.186158180237rem;left:1.4062501192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P63IXpn6TLCMUbDALfOef1hLQVwLpMAc { width:7.125rem;height:2.2625rem;top:53.625rem;left:9.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFZy3TVy62qInyhuODHfTKy9Nf25KuhO { width:8.5rem;height:3.3875rem;top:74.125rem;left:9.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiXFPLrbrW1a4UClLTGKMUrQBelG4AzC { background-color:#f0e4cb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JiXFPLrbrW1a4UClLTGKMUrQBelG4AzC > .row .container { background-color: transparent; background-image: none; }#JiXFPLrbrW1a4UClLTGKMUrQBelG4AzC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiXFPLrbrW1a4UClLTGKMUrQBelG4AzC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiXFPLrbrW1a4UClLTGKMUrQBelG4AzC > .row .container > .video-iframe-container { display: none; }#JiXFPLrbrW1a4UClLTGKMUrQBelG4AzC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiXFPLrbrW1a4UClLTGKMUrQBelG4AzC > .row > .video-iframe-container { display: none; }#JiXFPLrbrW1a4UClLTGKMUrQBelG4AzC > .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); }#JiXFPLrbrW1a4UClLTGKMUrQBelG4AzC > .row .container { border-width: 0; border-radius: 0; }#JiXFPLrbrW1a4UClLTGKMUrQBelG4AzC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JiXFPLrbrW1a4UClLTGKMUrQBelG4AzC > .row .container { width:20rem;height:64.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nS8hSPTrtRpVO534OoR4XHZyvEkkCmyp { width:12.5rem;height:1.3rem;top:44.593751907349rem;left:4.5937498807907rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #NKc3dd0VcylHpXqaOLOArBusPphxnOZG { width:17.1875rem;height:0;top:50.059818506241rem;left:2.2495535612106rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sh7vuIbN2DOv3tqPphHpK7eF4L9aFIFW { width:12.5rem;height:0.125rem;top:10rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5sl427t8cfhoA6KmfPKSReSkIcmtJ1S { width:16.25rem;height:6.3365rem;top:2.0625rem;left:1.875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cVa3DtJB6DFRE5MQ1485PTrGxz54y89C { width:18.125rem;height:4.5rem;top:12.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-input-text {padding-top: 0; padding-bottom: 0;}#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-input-select {padding-top: 0; padding-bottom: 0;}#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:1.75rem;margin-bottom:0.25rem;margin-left:1.75rem; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-radio-label { font-size:0.8125rem;overflow:hidden; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-container:first-of-type{padding-top:0;}#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .widget-container:last-of-type{padding-bottom:0;}#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL  { width:17.5rem;height:auto;top:25.562499761581rem;left:0rem;box-shadow: none; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL {display:block;}#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL { width:17.5rem;height:auto;top:25.562499761581rem;left:0rem;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #cyJn5CT1KKa9HTgE8TXlL9nQBrvvoVbK {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #XcJypw5QG8u3CNI0J9prFZlBh7Bre4ke { display:block; }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #otI3zgbVOE3Fy6B1Iu0qbnnc4znymog9 {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #OhdWgEWmn3f0aSWWQQhqFubFdDVfprB5 {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #Do9dEnFys02E2azTQPDDB6JoTwutvlAe { display:block; }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #WbTeTgvx9QPeomHJlR4fHfWN85bHw3dn {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #TUBLaEEgAvL594FwWvqzfhcfUKvHCnfZ {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #T7dSLnMxr2KfWwH3NpTy8SgPFVRhVTqf { display:block; }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #IXT62nqCnvClxhKEqKQuX8qViwiQDdGf {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #dMvUnXZF8KXEkf3DxpShmWb3TZvrAEed {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #uNTZJkB0TUA9J6HnnIrJxnIEIMywSiyE { display:block; }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #tgBcXCSPZMqE3JrO5ZcRubDNKgrZdHpW {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #UnBbQAX7R7E45MaXxpu4gT6F6nsTCkSZ {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #s0TFlUTX0ExO1po90vPrt9ciekr0c0Wv { display:block; }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #Hk9BdN98CGMqlO4bplgBg3THDmvIoCdH {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #IUlXGceXGp83oiI9mcXd8KydEtu5qxgz {  }
#XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #IUlXGceXGp83oiI9mcXd8KydEtu5qxgz .container-column{width:100%;} }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #RoC5tyBVGKuPeUkRdSXuve7TZ0pPyOaw { display:none; }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #HgTgA8vsXDA4yRlDaq9xQBdQIsSZvvfh {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #DqnygLdD99LLnvQoaU6O1eoONJpZlFcx {  }
 }@media only screen and (max-width: 763px) { #Z3OPOsocp7f9plHxSubkkTA4o1JgZimQ #eTJEth89STqDE6dFqwQ7TCKOWEStV118 {  }
 }@media only screen and (max-width: 763px) { #FpX7IXpO1O4Mwb2lxCBde1o2Swaf1dw6 { display:block; }
 }@media only screen and (max-width: 763px) { #UfSEW5wDR8rbLOtbFo4Kk2NbWyJt9EVv { display:block; }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #rqzLRooQpFGdAqlnC6T4l5r9tHDRv9yK {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #NiZMy4OFGrcVN2HhP1dQoKE8RZ4fnKDe {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #fqPGOUMdnSgqW0EXZAdWJIqrIpem01Fz {  }
 }@media only screen and (max-width: 763px) { #XOVStysJ1gNb9JKDkb2kfeTPVSfQfHgL #VWz9wByV0b2Rd6dATeABevwWGBLTyUVK {  }
 }@media only screen and (max-width: 763px) { #FmGtc2BByGtpsqDInli9LJMcRP8Fta5x { width:4.5rem;height:4.5rem;top:18.625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItvA53B6hFAhiBEyLr04sJVWWSw4IE0O { width:4.5rem;height:4.5rem;top:18.625rem;left:3.75rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #qBUo6uKXTTcXGtWeH8X8AHKnllbx8hBm { width:4.5rem;height:4.5rem;top:18.625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVEliZGv47gsr4S4Ti277kctdQgKeWPz { display:block; }#cVEliZGv47gsr4S4Ti277kctdQgKeWPz > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b11cd3d137b5e367f796fbd4865f55c8.widget-smartsection { display:block; } #b11cd3d137b5e367f796fbd4865f55c8.widget-smartsection *:focus-visible, #b11cd3d137b5e367f796fbd4865f55c8.widget-smartsection input[type="text"]:focus-visible, #b11cd3d137b5e367f796fbd4865f55c8.widget-smartsection input[type="email"]:focus-visible, #b11cd3d137b5e367f796fbd4865f55c8.widget-smartsection input[type="tel"]:focus-visible, #b11cd3d137b5e367f796fbd4865f55c8.widget-smartsection textarea:focus-visible { outline: none; } #lAyGmqrHAVTAvdEoxrH53TBZs1T16d7b > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }