.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:234,238,241;--color-primary-1:185,200,209;--color-primary-2:115,144,162;--color-primary-3:58,72,81;--color-primary-4:17,22,24;--color-secondary-0:252,231,219;--color-secondary-1:245,176,136;--color-secondary-2:234,97,17;--color-secondary-3:117,49,9;--color-secondary-4:35,15,3;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { background-color: transparent; background-image: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .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); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { border-width: 0; border-radius: 0; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#R6RKcsJDUvkOrBZB4hZt26PRCOeX8RBa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:2.9375rem;left:51.3125rem;display:block; }
#bummOJPczJ4s4VM9xuKIxeFMUznTVhhP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TKHSIMvoShqsi0mTZff9MpxbLTQ3IVKs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:2.9375rem;left:60.875rem;display:block; }
#AQyG4uFWTre6G4SzM7Wn0fF2TyAF99AD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CreLD1u7b1rhUBTzR2uD335VrT9AKAe8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:22rem;top:3.5rem;left:2.75rem;overflow:hidden;display:block; }
#HPlyIIVLsL3vrx0TdJZbPMp3Gd3k58GP { display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;z-index:15002;line-height:1;top:3.75rem;left:5.0625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;font-weight:normal;text-transform:none;text-decoration:none;overflow:visible;height:1.25rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { position:relative;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a4bbdf5e-bf21-4066-bd14-78f041fd7dd5/luxuryhousewithpoolattwilight20250210063653utc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;width:75rem;height:48.9375rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container.adaptive-delivery-prevent-bg, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container.lazyload, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container.lazyloading { background-image: none; }#Kk57f1CK30SPdbKTJP6Ei0GCgv6AwftT { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);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:13.75rem;width:0.0625rem;top:3.8125rem;left:72.5625rem;display:block; }
#KUNz7Z35OevIx6BJpNtSGcqQoaLh36dI { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);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:13.75rem;width:0.0625rem;top:24.9375rem;left:72.5625rem;display:block; }
#i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { color:rgba(var(--color-tertiary-0),1);display:block;width:41.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.25);top:6.130859375rem;left:3.9375rem;height:14.625rem;font-style:normal;display:block; }
#hSxvZvKuP8o68Nm2cv8k0PdJTNsKV3UI { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.5);top:23.125rem;left:3.9375rem;height:4.798825rem;display:block; }
#BEivOsEz0zbXKC9FA7ziq7SmFofnkLoQ { background-color:rgba(var(--color-secondary-2),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:30.09375rem;left:3.9375rem;display:block; }
#K9lyFK57QEuD7Mgxr5MoGNtMR4M3wJzD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cr2QxnEBS7L9EHWQ8vyeif9uI09Wg4xb { background-color:rgba(var(--color-tertiary-0),0.36);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:30.09375rem;left:26.25rem;display:block; }
#eXi7s05tpCxPM9Dt3UKwDH0Cux8TJQth { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E3XHIZPBUwISDxEOiug366LTc1iyFAxS { box-sizing:content-box;height:40rem;width:49.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.474609375rem;left:0rem;display:block; }
#LJpZ6eqXDSFnGPe2fheNSSKT5ZTcRqdw { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:20.693359375rem;left:71.8125rem; }
#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { position:relative;display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { background-color: transparent; background-image: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .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); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { border-width: 0; border-radius: 0; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .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; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:70.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mZM566oPRaTIRAWNTvZXeJVZUrlXWvxP { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.875rem;left:12.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:15.5rem;left:12.4375rem;height:4.19970625rem;display:block; }
#FcrcizfhIXzGIzgz95Hv3tno26JB57DL { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:24.8125rem;left:12.4375rem;height:4.19970625rem;display:block; }
#mGM33zJHaSpQEfOG40TAZfUGqmA0NfNr { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.9375rem;left:12.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#iM0a7qBZggIxJVSxArPX7S6iowgnG0sT { position:absolute;display:block;z-index:15017;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:24.9375rem;width:37.5rem;top:43.28125rem;left:37.5rem;overflow:hidden;display:block; }
#tM4NhEEC5QLiRZSczU9qXTqVpWtcX7ai { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:45.619140625rem;left:12.4375rem;height:4.19970625rem;display:block; }
#oUPRQnUSsaUFZ9G9oK63h7Iw6raCmcks { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:42.25rem;left:12.4375rem;height:2.5996125rem;font-style:normal;display:block; }
#MQ58xboWX490i7l3FDVDwHV0aCVyAWao { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:34.25rem;left:12.4375rem;height:5.5996125rem;display:block; }
#JWhvTfBLPpUycJFKM3Ji85216IEcUnXw { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:32.1875rem;left:12.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#epRGlaZFTvsJ4yUQMSoM8yaOCwE20KFG { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:37.5625rem;top:15.1748046875rem;left:37.4375rem;overflow:hidden;display:block; }
#vvKGcOk4M4lqws53XEHpAkfmTTA03VgV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:15.1748046875rem;left:7.25rem; }
#JOUXNDIXn1TU4TCUdJARpXPQTFwQJhnB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:24.8125rem;left:7.25rem; }
#AwTm85x2tMoGKFNC1WlyRartm0gd94zT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:33.53125rem;left:7.25rem; }
#O763QvUf3M7t5FAVs1e0ffBvxwtpdScT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:44.1875rem;left:7.25rem; }
#zATCcKtmTg494lcWoML5dmpB51cF1SSU { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:2.25rem;left:7.5rem;height:6.82425rem;display:block; }
#viaBKDUm68JLTD9LUrEDp7E9wSpOkbMW { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:56.05078125rem;left:12.4375rem;height:4.19970625rem;display:block; }
#hKVH4PoloTXBGT4AuJS5RBiLnXL4Mv7A { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:52.5625rem;left:12.4375rem;height:2.5996125rem;font-style:normal;display:block; }
#koICWXHr29tHcFC5lzwztsFR4ReWrRkg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:54.1875rem;left:7.25rem; }
#WqzuTFgoxbmft7VDuf5UeEo1PT0vQJNX { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:64.587890625rem;left:12.4375rem;height:5.5996125rem;display:block; }
#owwRKOkaTNlEGGnwpJL34y0BH8tWIMnM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:63.375rem;left:7.3125rem; }
#D9b2kexMJlMn0CXfEgDVPl4x694z4iCc { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:62.1376953125rem;left:12.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { position:relative;display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { background-color: transparent; background-image: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .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); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { border-width: 0; border-radius: 0; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .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; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { background-color: transparent; background-image: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .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); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { border-width: 0; border-radius: 0; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#SF53tQvKVPpbmlrubcI8v36tXBrVHt06 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);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:18.5rem;width:41.875rem;top:9rem;left:27.75rem;display:block; }
#h4optaO8pV62lcoVG2etbd9FT6dhkdgF { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.375rem;left:30.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:13.625rem;left:30.5625rem;height:;display:block; }#J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa li:before{  }
#ocOOKcdODELfElFnoOIrA4Cyh2mhPGbv { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);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:12rem;width:41.875rem;top:26.75rem;left:27.75rem;display:block; }
#A5QOPvyIv7RUTrbzncoTlfoW3B1STRbK { color:rgba(var(--color-tertiary-4),1);display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:30.775390625rem;left:30.5625rem;height:4.82470625rem;display:block; }#A5QOPvyIv7RUTrbzncoTlfoW3B1STRbK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A5QOPvyIv7RUTrbzncoTlfoW3B1STRbK li:before{  }
#eJIxI8gyMrqs18oQqTLQFXcXlydqEnIQ { color:rgba(var(--color-tertiary-4),1);display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:28.8125rem;left:30.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#BW5PA1irpNecHoeiRkW7l4N7sXxvdK9e { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);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:13.75rem;width:0.0625rem;top:5.375rem;left:72.5625rem;display:block; }
#Eq9vyJKcZ8RtbQXeTLCEd9QJrtXU0qf9 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);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:13.75rem;width:0.0625rem;top:26.3125rem;left:72.5625rem;display:block; }
#uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { box-sizing:content-box;height:46.875rem;width:54.8125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:0rem;display:block; }
#maOo2lp6dPFxaNi6fRi0bp10Lq6l47HV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:21.53125rem;left:71.8125rem; }
#Ihcwsuw4DWo5NxtoGctTlvSOHiLyEzV6 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.4375rem;width:33.75rem;top:12.21875rem;left:3.52294921875rem;overflow:hidden;display:block; }
#BMmgHMHw35b3ZZKsZJ0ZnTwQu0MB6wBH { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.30029296875rem;left:29.4375rem;height:0;display:block; }
#ePsf4ZfkIKpg7NU5AdnKlpOnwHM1eDLL { 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; }#ePsf4ZfkIKpg7NU5AdnKlpOnwHM1eDLL > .row .container { background-color: transparent; background-image: none; }#ePsf4ZfkIKpg7NU5AdnKlpOnwHM1eDLL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePsf4ZfkIKpg7NU5AdnKlpOnwHM1eDLL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePsf4ZfkIKpg7NU5AdnKlpOnwHM1eDLL > .row .container > .video-iframe-container { display: none; }#ePsf4ZfkIKpg7NU5AdnKlpOnwHM1eDLL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePsf4ZfkIKpg7NU5AdnKlpOnwHM1eDLL > .row > .video-iframe-container { display: none; }#ePsf4ZfkIKpg7NU5AdnKlpOnwHM1eDLL > .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); }#ePsf4ZfkIKpg7NU5AdnKlpOnwHM1eDLL > .row .container { border-width: 0; border-radius: 0; }#ePsf4ZfkIKpg7NU5AdnKlpOnwHM1eDLL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ePsf4ZfkIKpg7NU5AdnKlpOnwHM1eDLL > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;position:relative;display:block; }#tCZkp0CTyJADF2QPMRRgo4pnu9Tp797J { color:#000000;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.09375rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MTsSnNkDhSnUkmVs0XvGCg01t76wNo47 { color:#616161;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:8.3125rem;left:3.09375rem;height:5.15625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R6uIKwsv2DFJ9ta9esgTOiZ8X6iSlt9F { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.125rem;left:3.15625rem;height:4.0625rem;font-style:normal;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; }
#hC8hztZzSHcHrdwwF0hfWvhd8BrbawET { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:18.44921875rem;left:3.25rem;height:;display:block; }#hC8hztZzSHcHrdwwF0hfWvhd8BrbawET li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hC8hztZzSHcHrdwwF0hfWvhd8BrbawET li:before{  }
#d1osE7iR1KhHMGAo3LUA7E7gNuh517UE { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:31.1875rem;left:4.3125rem;height:2.5996125rem;font-style:italic;display:block; }
#v9BdTFTcnWt5hnfmtNVGhkBT1DApJ1r0 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.25rem;width:36.5rem;top:8.3125rem;left:38rem;overflow:hidden;display:block; }
#dpVvq1oTl6qILuoPQMHHNHyWNqzR8c2T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dpVvq1oTl6qILuoPQMHHNHyWNqzR8c2T > .row .container { background-color: transparent; background-image: none; }#dpVvq1oTl6qILuoPQMHHNHyWNqzR8c2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpVvq1oTl6qILuoPQMHHNHyWNqzR8c2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpVvq1oTl6qILuoPQMHHNHyWNqzR8c2T > .row .container > .video-iframe-container { display: none; }#dpVvq1oTl6qILuoPQMHHNHyWNqzR8c2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpVvq1oTl6qILuoPQMHHNHyWNqzR8c2T > .row > .video-iframe-container { display: none; }#dpVvq1oTl6qILuoPQMHHNHyWNqzR8c2T > .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); }#dpVvq1oTl6qILuoPQMHHNHyWNqzR8c2T > .row .container { border-width: 0; border-radius: 0; }#dpVvq1oTl6qILuoPQMHHNHyWNqzR8c2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dpVvq1oTl6qILuoPQMHHNHyWNqzR8c2T > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;position:relative;display:block; }#fVWRETnMJBpvaZ95TmXT3V9mtEmRhXVI { color:rgba(var(--color-primary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:6.0625rem;left:0rem;height:7.349625rem;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; }
#inLFAlqdoO3beIwETWRSFBcAfiOwatlD { position:absolute;display:block;z-index:15026;background-color:#ea6111;background-image:none;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.5rem;width:25.625rem;top:14.6875rem;left:0rem;display:block; }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:contain !important;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-primary-4),1);height:auto;line-height:2;overflow:hidden; }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-4),1);height:auto;line-height:1.7;overflow:hidden; }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_ddf7c9403d5ac4a6dec78d880e5e68fdbec19a96.svg");background-size:contain !important; }#k1SnysWPN2smDAkyNl9EzeftLeGeWQag .accordion-trigger.adaptive-delivery-prevent-bg, #k1SnysWPN2smDAkyNl9EzeftLeGeWQag .accordion-trigger.lazyload, #k1SnysWPN2smDAkyNl9EzeftLeGeWQag .accordion-trigger.lazyloading { background-image: none; }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15045;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:6.0625rem;left:32.3125rem; }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag #IWPphmcVUcWcC9T55CmuvxbwgsnKAi7U { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag #kMAk57RlJTsufHdVgiU5lIXvXxCNHIVS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag #ZH71bZ6lVvOxdmEPf0IK4bmtHeVTdAI0 { display:block;position:relative; }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag #lADK5FRVIBVXMAVUArqSchqdTLuasI3L {  }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag #qXD1JBnCgOMpx6VkuyMoogSUPEUX0ftd {  }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag #R6oreb4s9tDhArsfwpmreIFwSTAEkkvU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag #EyfJx4VJOSgHGCXcaSiGmDEM97SytxsV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag #HkCmfKKwP624KLS3CMoJ22zeM9RkBdPi { display:block;position:relative; }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag #sAG0QP8GwasuHW9RywQkzAHZUnVZpP8i {  }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag #IaGiBGytQWNJp6saSDLUswmyBWOm1gyn { display:none; }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag #Pi6MDPCewuo5iR8eHyKdTW6t9INKk28p { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag #M911WvdpX3c6JGnrriXwgJX2JEpLmwd0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag #a8I7CoMiWwy87epX1nWkNVGKeGLoEXq3 { display:block;position:relative; }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag #D8HpPp1tGIcTNwuB3hkFyBahaKP8xbnf {  }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag #yeRO3bvLQHPoICfO8LHgWOTn7FLPngTh { display:none; }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag #AQyz12O5cwrtzeHmSKmnUmoGpnlp5mJl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag #TmEqU7TKd7SZrAbl6vSry0UIySI3JIeJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag #CBS9063ESVwP3TzEJOzT7AED03SgaBKg { display:block;position:relative; }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag #ppv4cJFO3l5FmrNbm9yInT3biupCd6qD {  }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag #IoNTili5fTAQ2i8SaVXNN5oAoGLHenLG { display:none; }
#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { background-color: transparent; background-image: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .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); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { border-width: 0; border-radius: 0; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#LWNCJF1Li5OKdsbZwz5AJzPbO8HXpDgH { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.9375rem;left:2.1875rem;height:5.8496125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Ahn4Pw0hMMWsIDkAmkATOxTOefEWBmR1 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:20.8125rem;left:10.9375rem;height:7.7988375rem;text-align:right;text-align-last:right;display:block; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-form-header {  }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:16.75rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);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:16.75rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);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:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .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; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:16.75rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]:-moz-placeholder { color:#9b9c9d;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]::-moz-placeholder { color:#9b9c9d;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]:-ms-input-placeholder { color:#9b9c9d;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g [class*="-text"]::-webkit-input-placeholder { color:#9b9c9d;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .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; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-container:first-of-type{padding-top:0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-container:last-of-type{padding-bottom:0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g  { background-color:transparent;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:15021;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.9375rem;left:45.125rem; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g {display:block;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g { background-color:transparent;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:15021;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.9375rem;left:45.125rem; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Zhz8dlP4Hfh5kbomW1ftV8PuAo5mihcI { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #FN7fmnbo4HI0t7KuS8wL45yFK7gHM8Ly { position:relative;display:none; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #ASswspSkkqGxxGJQS5JkydDGXTsaOBOH { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #HoCLdTTimK1ndZSfMSSt1I6TRqhZ09uk { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Obom1r1QFTvmKa32MLwF2C3z286L1SZB { position:relative;display:none; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #yswSCGpcoRlIQBSM6dLK9Nk8srqN19yn { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #eCr6dguvUzmvwBG6sqWis6RT8m6NbGKD { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #gyMR8lhuItN2EP1lGTGmGFvgUKB7zziD { position:relative;display:none; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #CAXQ43SxuUZP6KT0Xy5yDfD35uEn61TA { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #zt7txA2qIyJmsBCfLLerfeFxVobQUzqi { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #rVNO6QwOApuLf5AkH13vKKfd6FkcibcB { position:relative;display:block; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #TWrmUF1AMu3dwMdgJApfKc0egcbv1riy { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #hMy09VP4IaPNMfVq1eEU8Zw0fQvkCOxT { position:relative; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Cy5a9ImyJqKI8sRidiun6tnizE04sJmN { position:relative; }
#ySvT5S2bKlmRDfHXcJq8fAU7Wk6mEcBF { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:31.25rem;left:0.625rem; }
#yxfk3eHJfom21z8wBRpUJ6RevQ5CJAcz { box-sizing:content-box;height:33.4375rem;width:37.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:37.5rem;display:block; }
#Jta30Iw9xXyHhCtQFxTCkGpWKs1lcU6T { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:11.8125rem;left:15.8125rem;height:3.79980625rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6RKcsJDUvkOrBZB4hZt26PRCOeX8RBa { width:9.625rem;height:3.4375rem;top:2.9375rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bummOJPczJ4s4VM9xuKIxeFMUznTVhhP { display:block; }
 }@media only screen and (max-width: 763px) { #TKHSIMvoShqsi0mTZff9MpxbLTQ3IVKs { width:14.125rem;height:3.4375rem;top:2.9375rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQyG4uFWTre6G4SzM7Wn0fF2TyAF99AD { display:block; }
 }@media only screen and (max-width: 763px) { #CreLD1u7b1rhUBTzR2uD335VrT9AKAe8 { top:3.5rem;left:0rem;width:22rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPlyIIVLsL3vrx0TdJZbPMp3Gd3k58GP { z-index:15002;width:46rem;height:2.625rem;top:3.5rem;left:0.75rem;font-size:3.0625rem;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { position:relative;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:47.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;height:35.9375rem;overflow:visible;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kk57f1CK30SPdbKTJP6Ei0GCgv6AwftT { top:3.8125rem;left:47.6875rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUNz7Z35OevIx6BJpNtSGcqQoaLh36dI { top:24.9375rem;left:47.6875rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { top:6.125rem;left:0rem;width:41.5rem;height:14.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSxvZvKuP8o68Nm2cv8k0PdJTNsKV3UI { top:23.125rem;left:0rem;width:34.625rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEivOsEz0zbXKC9FA7ziq7SmFofnkLoQ { width:19.5rem;height:3.4375rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9lyFK57QEuD7Mgxr5MoGNtMR4M3wJzD { display:block; }
 }@media only screen and (max-width: 763px) { #cr2QxnEBS7L9EHWQ8vyeif9uI09Wg4xb { width:13.8125rem;height:3.4375rem;top:30.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXi7s05tpCxPM9Dt3UKwDH0Cux8TJQth { display:block; }
 }@media only screen and (max-width: 763px) { #E3XHIZPBUwISDxEOiug366LTc1iyFAxS { top:1.4375rem;left:0rem;width:47.75rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJpZ6eqXDSFnGPe2fheNSSKT5ZTcRqdw { top:20.6875rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZM566oPRaTIRAWNTvZXeJVZUrlXWvxP { top:13.875rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { top:15.5rem;left:0rem;width:19.0625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcrcizfhIXzGIzgz95Hv3tno26JB57DL { top:24.8125rem;left:0rem;width:19.0625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGM33zJHaSpQEfOG40TAZfUGqmA0NfNr { top:22.9375rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM0a7qBZggIxJVSxArPX7S6iowgnG0sT { top:43.25rem;left:10.25rem;width:37.5rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM4NhEEC5QLiRZSczU9qXTqVpWtcX7ai { top:45.5625rem;left:0rem;width:19.0625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUPRQnUSsaUFZ9G9oK63h7Iw6raCmcks { top:42.25rem;left:0rem;width:19.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ58xboWX490i7l3FDVDwHV0aCVyAWao { top:34.25rem;left:0rem;width:19.0625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWhvTfBLPpUycJFKM3Ji85216IEcUnXw { top:32.1875rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epRGlaZFTvsJ4yUQMSoM8yaOCwE20KFG { top:15.125rem;left:10.1875rem;width:37.5625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvKGcOk4M4lqws53XEHpAkfmTTA03VgV { top:15.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOUXNDIXn1TU4TCUdJARpXPQTFwQJhnB { top:24.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwTm85x2tMoGKFNC1WlyRartm0gd94zT { top:33.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O763QvUf3M7t5FAVs1e0ffBvxwtpdScT { top:44.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zATCcKtmTg494lcWoML5dmpB51cF1SSU { top:2.25rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #viaBKDUm68JLTD9LUrEDp7E9wSpOkbMW { top:56rem;left:0rem;width:19.0625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKVH4PoloTXBGT4AuJS5RBiLnXL4Mv7A { top:52.5625rem;left:0rem;width:19.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #koICWXHr29tHcFC5lzwztsFR4ReWrRkg { top:54.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqzuTFgoxbmft7VDuf5UeEo1PT0vQJNX { top:64.5625rem;left:0rem;width:19.0625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owwRKOkaTNlEGGnwpJL34y0BH8tWIMnM { top:63.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9b2kexMJlMn0CXfEgDVPl4x694z4iCc { top:62.125rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfBweDDFVv1czfchcftzfzbVOEbzpNbm { display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SF53tQvKVPpbmlrubcI8v36tXBrVHt06 { top:9rem;left:5.875rem;width:41.875rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4optaO8pV62lcoVG2etbd9FT6dhkdgF { top:11.375rem;left:16.9375rem;width:16.9375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa { top:13.625rem;left:9rem;width:38.75rem;height:;font-size:0.875rem;display:block; }#J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa li:before{  }
 }@media only screen and (max-width: 763px) { #ocOOKcdODELfElFnoOIrA4Cyh2mhPGbv { top:26.75rem;left:5.875rem;width:41.875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5QOPvyIv7RUTrbzncoTlfoW3B1STRbK { top:30.75rem;left:9.625rem;width:38.125rem;height:4.8125rem;font-size:0.875rem;display:block; }#A5QOPvyIv7RUTrbzncoTlfoW3B1STRbK li:before{  }
 }@media only screen and (max-width: 763px) { #eJIxI8gyMrqs18oQqTLQFXcXlydqEnIQ { top:28.8125rem;left:9.625rem;width:38.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW5PA1irpNecHoeiRkW7l4N7sXxvdK9e { top:5.375rem;left:47.6875rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq9vyJKcZ8RtbQXeTLCEd9QJrtXU0qf9 { top:26.3125rem;left:47.6875rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { top:0rem;left:0rem;width:47.75rem;height:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maOo2lp6dPFxaNi6fRi0bp10Lq6l47HV { top:21.5rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ihcwsuw4DWo5NxtoGctTlvSOHiLyEzV6 { top:12.1875rem;left:0rem;width:33.75rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMmgHMHw35b3ZZKsZJ0ZnTwQu0MB6wBH { top:3.25rem;left:15.8125rem;width:22.1875rem;height:0;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePsf4ZfkIKpg7NU5AdnKlpOnwHM1eDLL { display:block; }#ePsf4ZfkIKpg7NU5AdnKlpOnwHM1eDLL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCZkp0CTyJADF2QPMRRgo4pnu9Tp797J { width:37.5rem;height:4.0625rem;top:3.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTsSnNkDhSnUkmVs0XvGCg01t76wNo47 { width:29.9375rem;height:5.125rem;top:8.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6uIKwsv2DFJ9ta9esgTOiZ8X6iSlt9F { width:29.8125rem;height:4.0625rem;top:15.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC8hztZzSHcHrdwwF0hfWvhd8BrbawET { top:18.4375rem;left:0rem;width:29.625rem;height:;font-size:1rem;display:block; }#hC8hztZzSHcHrdwwF0hfWvhd8BrbawET li:before{  }
 }@media only screen and (max-width: 763px) { #d1osE7iR1KhHMGAo3LUA7E7gNuh517UE { top:31.1875rem;left:0rem;width:23.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9BdTFTcnWt5hnfmtNVGhkBT1DApJ1r0 { top:8.3125rem;left:11.25rem;width:36.5rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpVvq1oTl6qILuoPQMHHNHyWNqzR8c2T { display:block; }#dpVvq1oTl6qILuoPQMHHNHyWNqzR8c2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVWRETnMJBpvaZ95TmXT3V9mtEmRhXVI { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inLFAlqdoO3beIwETWRSFBcAfiOwatlD { width:25.625rem;height:0.5rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #IWPphmcVUcWcC9T55CmuvxbwgsnKAi7U {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #kMAk57RlJTsufHdVgiU5lIXvXxCNHIVS {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #ZH71bZ6lVvOxdmEPf0IK4bmtHeVTdAI0 {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #lADK5FRVIBVXMAVUArqSchqdTLuasI3L {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #qXD1JBnCgOMpx6VkuyMoogSUPEUX0ftd {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #R6oreb4s9tDhArsfwpmreIFwSTAEkkvU {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #EyfJx4VJOSgHGCXcaSiGmDEM97SytxsV {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #HkCmfKKwP624KLS3CMoJ22zeM9RkBdPi {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #sAG0QP8GwasuHW9RywQkzAHZUnVZpP8i {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #IaGiBGytQWNJp6saSDLUswmyBWOm1gyn {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #Pi6MDPCewuo5iR8eHyKdTW6t9INKk28p {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #M911WvdpX3c6JGnrriXwgJX2JEpLmwd0 {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #a8I7CoMiWwy87epX1nWkNVGKeGLoEXq3 {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #D8HpPp1tGIcTNwuB3hkFyBahaKP8xbnf {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #yeRO3bvLQHPoICfO8LHgWOTn7FLPngTh {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #AQyz12O5cwrtzeHmSKmnUmoGpnlp5mJl {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #TmEqU7TKd7SZrAbl6vSry0UIySI3JIeJ {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #CBS9063ESVwP3TzEJOzT7AED03SgaBKg {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #ppv4cJFO3l5FmrNbm9yInT3biupCd6qD {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #IoNTili5fTAQ2i8SaVXNN5oAoGLHenLG {  }
 }@media only screen and (max-width: 763px) { #J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C { display:block; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWNCJF1Li5OKdsbZwz5AJzPbO8HXpDgH { top:5.9375rem;left:0rem;width:31.625rem;height:5.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahn4Pw0hMMWsIDkAmkATOxTOefEWBmR1 { top:20.8125rem;left:1.0625rem;width:22.8125rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g  { width:17.5rem;height:auto;top:5.9375rem;left:24.6875rem; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g {display:block;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g { width:17.5rem;height:auto;top:5.9375rem;left:24.6875rem; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Zhz8dlP4Hfh5kbomW1ftV8PuAo5mihcI {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #FN7fmnbo4HI0t7KuS8wL45yFK7gHM8Ly { display:none; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #ASswspSkkqGxxGJQS5JkydDGXTsaOBOH {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #HoCLdTTimK1ndZSfMSSt1I6TRqhZ09uk {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Obom1r1QFTvmKa32MLwF2C3z286L1SZB { display:none; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #yswSCGpcoRlIQBSM6dLK9Nk8srqN19yn {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #eCr6dguvUzmvwBG6sqWis6RT8m6NbGKD {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #gyMR8lhuItN2EP1lGTGmGFvgUKB7zziD { display:none; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #CAXQ43SxuUZP6KT0Xy5yDfD35uEn61TA {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #zt7txA2qIyJmsBCfLLerfeFxVobQUzqi {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #rVNO6QwOApuLf5AkH13vKKfd6FkcibcB {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #TWrmUF1AMu3dwMdgJApfKc0egcbv1riy {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #hMy09VP4IaPNMfVq1eEU8Zw0fQvkCOxT {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Cy5a9ImyJqKI8sRidiun6tnizE04sJmN {  }
 }@media only screen and (max-width: 763px) { #ySvT5S2bKlmRDfHXcJq8fAU7Wk6mEcBF { top:31.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxfk3eHJfom21z8wBRpUJ6RevQ5CJAcz { top:0rem;left:10.25rem;width:37.5rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jta30Iw9xXyHhCtQFxTCkGpWKs1lcU6T { width:18.0625rem;height:3.75rem;top:11.8125rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6RKcsJDUvkOrBZB4hZt26PRCOeX8RBa { width:9.625rem;height:3.4375rem;top:2.3125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bummOJPczJ4s4VM9xuKIxeFMUznTVhhP { display:block; }
 }@media only screen and (max-width: 763px) { #TKHSIMvoShqsi0mTZff9MpxbLTQ3IVKs { width:14.125rem;height:3.4375rem;top:4.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQyG4uFWTre6G4SzM7Wn0fF2TyAF99AD { display:block; }
 }@media only screen and (max-width: 763px) { #CreLD1u7b1rhUBTzR2uD335VrT9AKAe8 { width:14.25rem;height:1.25rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPlyIIVLsL3vrx0TdJZbPMp3Gd3k58GP { z-index:15002;width:14.4375rem;height:1.0625rem;top:1.5rem;left:5.1875rem;font-size:1.0625rem;background-color:rgba(0,0,0,0);background-image:none;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a4bbdf5e-bf21-4066-bd14-78f041fd7dd5/luxuryhousewithpoolattwilight20250210063653utc.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.adaptive-delivery-prevent-bg, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyload, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyloading { background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kk57f1CK30SPdbKTJP6Ei0GCgv6AwftT { width:0.0625rem;height:13.75rem;top:38.0875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KUNz7Z35OevIx6BJpNtSGcqQoaLh36dI { width:0.0625rem;height:13.75rem;top:71.325rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { width:20rem;height:7.1996875rem;top:3.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hSxvZvKuP8o68Nm2cv8k0PdJTNsKV3UI { width:17.375rem;height:7.9980625rem;top:11.25048828125rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BEivOsEz0zbXKC9FA7ziq7SmFofnkLoQ { width:19.4375rem;height:3.4375rem;top:25.375rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9lyFK57QEuD7Mgxr5MoGNtMR4M3wJzD { display:block; }
 }@media only screen and (max-width: 763px) { #cr2QxnEBS7L9EHWQ8vyeif9uI09Wg4xb { width:13.8125rem;height:3.4375rem;top:20.9375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXi7s05tpCxPM9Dt3UKwDH0Cux8TJQth { display:block; }
 }@media only screen and (max-width: 763px) { #E3XHIZPBUwISDxEOiug366LTc1iyFAxS { width:20rem;height:29.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJpZ6eqXDSFnGPe2fheNSSKT5ZTcRqdw { display:flex;width:1.5625rem;height:1.5625rem;top:33.0625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { width:20rem;height:121rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZM566oPRaTIRAWNTvZXeJVZUrlXWvxP { width:15rem;height:2.5996125rem;top:16.0869140625rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { width:15rem;height:4.8984375rem;top:19.94921875rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FcrcizfhIXzGIzgz95Hv3tno26JB57DL { width:15rem;height:3.673825rem;top:34.884765625rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mGM33zJHaSpQEfOG40TAZfUGqmA0NfNr { width:15rem;height:2.5996125rem;top:31.28466796875rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iM0a7qBZggIxJVSxArPX7S6iowgnG0sT { width:19.875rem;height:13.1875rem;top:92.8896484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM4NhEEC5QLiRZSczU9qXTqVpWtcX7ai { width:15rem;height:4.8984375rem;top:74.09326171875rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oUPRQnUSsaUFZ9G9oK63h7Iw6raCmcks { width:15rem;height:2.5996125rem;top:70.74365234375rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MQ58xboWX490i7l3FDVDwHV0aCVyAWao { width:15rem;height:4.8984375rem;top:47.84521484375rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JWhvTfBLPpUycJFKM3Ji85216IEcUnXw { width:15rem;height:2.5996125rem;top:43.8076171875rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #epRGlaZFTvsJ4yUQMSoM8yaOCwE20KFG { width:17.0625rem;height:11.375rem;top:54.30615234375rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvKGcOk4M4lqws53XEHpAkfmTTA03VgV { display:flex;width:3.125rem;height:3.125rem;top:12.2744140625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #JOUXNDIXn1TU4TCUdJARpXPQTFwQJhnB { display:flex;width:3.125rem;height:3.125rem;top:26.78515625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #AwTm85x2tMoGKFNC1WlyRartm0gd94zT { display:flex;width:3.125rem;height:3.125rem;top:39.6826171875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #O763QvUf3M7t5FAVs1e0ffBvxwtpdScT { display:flex;width:3.125rem;height:3.125rem;top:66.86865234375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #zATCcKtmTg494lcWoML5dmpB51cF1SSU { width:20rem;height:5.84911875rem;top:3.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #viaBKDUm68JLTD9LUrEDp7E9wSpOkbMW { width:19.0625rem;height:3.673825rem;top:87.59130859375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hKVH4PoloTXBGT4AuJS5RBiLnXL4Mv7A { width:19.0625rem;height:2.5996125rem;top:84.36669921875rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #koICWXHr29tHcFC5lzwztsFR4ReWrRkg { display:flex;width:3.125rem;height:3.125rem;top:80.49169921875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #WqzuTFgoxbmft7VDuf5UeEo1PT0vQJNX { width:19.0625rem;height:4.8984375rem;top:113.251953125rem;left:0.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #owwRKOkaTNlEGGnwpJL34y0BH8tWIMnM { display:flex;width:3.125rem;height:3.125rem;top:107.0771484375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #D9b2kexMJlMn0CXfEgDVPl4x694z4iCc { width:19.0625rem;height:1.29980625rem;top:110.8896484375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfBweDDFVv1czfchcftzfzbVOEbzpNbm { display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { width:20rem;height:70.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SF53tQvKVPpbmlrubcI8v36tXBrVHt06 { width:16.5625rem;height:10.9375rem;top:20.8681640625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4optaO8pV62lcoVG2etbd9FT6dhkdgF { width:12.5rem;height:2.5996125rem;top:6.4375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa { width:13.9375rem;height:20.556625rem;top:11.5rem;left:1.6875rem;font-size:0.875rem;display:block; }#J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa li:before{  }
 }@media only screen and (max-width: 763px) { #ocOOKcdODELfElFnoOIrA4Cyh2mhPGbv { width:16.5625rem;height:10.9375rem;top:38.4228515625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5QOPvyIv7RUTrbzncoTlfoW3B1STRbK { width:13.9375rem;height:10.421875rem;top:38.6806640625rem;left:1.6875rem;font-size:0.875rem;display:block; }#A5QOPvyIv7RUTrbzncoTlfoW3B1STRbK li:before{  }
 }@media only screen and (max-width: 763px) { #eJIxI8gyMrqs18oQqTLQFXcXlydqEnIQ { width:12.5rem;height:2.5996125rem;top:34.3251953125rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BW5PA1irpNecHoeiRkW7l4N7sXxvdK9e { width:0.0625rem;height:13.75rem;top:18.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eq9vyJKcZ8RtbQXeTLCEd9QJrtXU0qf9 { width:0.0625rem;height:13.75rem;top:53.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #maOo2lp6dPFxaNi6fRi0bp10Lq6l47HV { display:flex;width:1.5625rem;height:1.5625rem;top:66.8125rem;left:9.21875rem; }
 }@media only screen and (max-width: 763px) { #Ihcwsuw4DWo5NxtoGctTlvSOHiLyEzV6 { width:20rem;height:13.2954375rem;top:51.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMmgHMHw35b3ZZKsZJ0ZnTwQu0MB6wBH { width:20rem;height:0;top:0.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ePsf4ZfkIKpg7NU5AdnKlpOnwHM1eDLL { display:block; }#ePsf4ZfkIKpg7NU5AdnKlpOnwHM1eDLL > .row .container { width:20rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCZkp0CTyJADF2QPMRRgo4pnu9Tp797J { width:20rem;height:1.94970625rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTsSnNkDhSnUkmVs0XvGCg01t76wNo47 { width:20rem;height:3.71191875rem;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6uIKwsv2DFJ9ta9esgTOiZ8X6iSlt9F { width:20rem;height:2.1123rem;top:7.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC8hztZzSHcHrdwwF0hfWvhd8BrbawET { width:20rem;height:14.2480625rem;top:10.29931640625rem;left:0rem;font-size:1rem;display:block; }#hC8hztZzSHcHrdwwF0hfWvhd8BrbawET li:before{  }
 }@media only screen and (max-width: 763px) { #d1osE7iR1KhHMGAo3LUA7E7gNuh517UE { width:20rem;height:3.8994125rem;top:25.48486328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9BdTFTcnWt5hnfmtNVGhkBT1DApJ1r0 { width:20rem;height:13.287625rem;top:31.5712890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpVvq1oTl6qILuoPQMHHNHyWNqzR8c2T { display:block; }#dpVvq1oTl6qILuoPQMHHNHyWNqzR8c2T > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVWRETnMJBpvaZ95TmXT3V9mtEmRhXVI { width:20rem;height:5.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #inLFAlqdoO3beIwETWRSFBcAfiOwatlD { width:20rem;height:0.5rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag .accordion-desc-text { font-size:0.875rem;height:auto; }
#k1SnysWPN2smDAkyNl9EzeftLeGeWQag { display:flex;height:auto;width:20rem;top:10.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #IWPphmcVUcWcC9T55CmuvxbwgsnKAi7U {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #kMAk57RlJTsufHdVgiU5lIXvXxCNHIVS {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #ZH71bZ6lVvOxdmEPf0IK4bmtHeVTdAI0 {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #lADK5FRVIBVXMAVUArqSchqdTLuasI3L {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #qXD1JBnCgOMpx6VkuyMoogSUPEUX0ftd {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #R6oreb4s9tDhArsfwpmreIFwSTAEkkvU {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #EyfJx4VJOSgHGCXcaSiGmDEM97SytxsV {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #HkCmfKKwP624KLS3CMoJ22zeM9RkBdPi {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #sAG0QP8GwasuHW9RywQkzAHZUnVZpP8i {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #IaGiBGytQWNJp6saSDLUswmyBWOm1gyn {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #Pi6MDPCewuo5iR8eHyKdTW6t9INKk28p {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #M911WvdpX3c6JGnrriXwgJX2JEpLmwd0 {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #a8I7CoMiWwy87epX1nWkNVGKeGLoEXq3 {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #D8HpPp1tGIcTNwuB3hkFyBahaKP8xbnf {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #yeRO3bvLQHPoICfO8LHgWOTn7FLPngTh {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #AQyz12O5cwrtzeHmSKmnUmoGpnlp5mJl {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #TmEqU7TKd7SZrAbl6vSry0UIySI3JIeJ {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #CBS9063ESVwP3TzEJOzT7AED03SgaBKg {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #ppv4cJFO3l5FmrNbm9yInT3biupCd6qD {  }
 }@media only screen and (max-width: 763px) { #k1SnysWPN2smDAkyNl9EzeftLeGeWQag #IoNTili5fTAQ2i8SaVXNN5oAoGLHenLG {  }
 }@media only screen and (max-width: 763px) { #J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C { background-color:transparent;background-image:none;display:block; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { background-color: transparent; background-image: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .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); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWNCJF1Li5OKdsbZwz5AJzPbO8HXpDgH { width:20rem;height:6.3369375rem;top:1.25rem;left:0rem;font-size:1.625rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ahn4Pw0hMMWsIDkAmkATOxTOefEWBmR1 { width:12.5rem;height:7.7988375rem;top:13.28615625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-text {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-select {padding-top: 0; padding-bottom: 0;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .widget-checkbox-label { width:15.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g  { width:16.75rem;height:auto;top:23.6474609375rem;left:0.75rem; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g {display:block;}#KQcM6TTy54BT7K4JWA02FGPKLBLsna0g { width:16.75rem;height:auto;top:23.6474609375rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Zhz8dlP4Hfh5kbomW1ftV8PuAo5mihcI {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #FN7fmnbo4HI0t7KuS8wL45yFK7gHM8Ly { display:none; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #ASswspSkkqGxxGJQS5JkydDGXTsaOBOH {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #HoCLdTTimK1ndZSfMSSt1I6TRqhZ09uk {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Obom1r1QFTvmKa32MLwF2C3z286L1SZB { display:none; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #yswSCGpcoRlIQBSM6dLK9Nk8srqN19yn {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #eCr6dguvUzmvwBG6sqWis6RT8m6NbGKD {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #gyMR8lhuItN2EP1lGTGmGFvgUKB7zziD { display:none; }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #CAXQ43SxuUZP6KT0Xy5yDfD35uEn61TA {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #zt7txA2qIyJmsBCfLLerfeFxVobQUzqi {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #rVNO6QwOApuLf5AkH13vKKfd6FkcibcB {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #TWrmUF1AMu3dwMdgJApfKc0egcbv1riy {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #hMy09VP4IaPNMfVq1eEU8Zw0fQvkCOxT {  }
 }@media only screen and (max-width: 763px) { #KQcM6TTy54BT7K4JWA02FGPKLBLsna0g #Cy5a9ImyJqKI8sRidiun6tnizE04sJmN {  }
 }@media only screen and (max-width: 763px) { #ySvT5S2bKlmRDfHXcJq8fAU7Wk6mEcBF { display:flex;width:1.5625rem;height:1.5625rem;top:51.3349609375rem;left:9.21875rem; }
 }@media only screen and (max-width: 763px) { #yxfk3eHJfom21z8wBRpUJ6RevQ5CJAcz { width:20rem;height:18.6875rem;top:23.6474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jta30Iw9xXyHhCtQFxTCkGpWKs1lcU6T { width:16.4375rem;height:3.19921875rem;top:8.8369375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }