.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:246,238,226;--color-primary-1:229,203,167;--color-primary-2:211,169,109;--color-primary-3:165,123,62;--color-primary-4:125,88,35;--color-secondary-0:93,165,49;--color-secondary-1:72,148,26;--color-secondary-2:41,98,5;--color-secondary-3:27,72,1;--color-secondary-4:11,33,2;--color-tertiary-0:255,255,255;--color-tertiary-1:194,194,194;--color-tertiary-2:153,153,153;--color-tertiary-3:92,92,92;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { position:relative;display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { background-color: transparent; background-image: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { border-width: 0; border-radius: 0; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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:5rem;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; }#z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.adaptive-delivery-prevent-bg, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyload, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyloading { background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { background-color: transparent; background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .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); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { border-width: 0; border-radius: 0; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/71e4a19e-290e-4256-a89d-75f897cff82f/GreenAreaforWalks.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;overflow:visible;position:relative;display:block; }#dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:19.4375rem;left:32.5625rem;height:1.275rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.7490234375rem;left:33.3115234375rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e8b046, #a57110);background-image: -moz-linear-gradient(180deg, #e8b046, #a57110);background-image: -ms-linear-gradient(180deg, #e8b046, #a57110);background-image: -o-linear-gradient(180deg, #e8b046, #a57110);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b046', endColorstr='#a57110' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b046', endColorstr='#a57110' );";background-image: linear-gradient(180deg, #e8b046, #a57110);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;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:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:27.4365234375rem;left:25.8125rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { box-sizing:content-box;height:3.125rem;width:23.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(17,17,17,0.2);background-image:none;top:22.875rem;left:25.8125rem;border-top:0.125rem solid #e8b046;border-left:0.125rem solid #e8b046;border-right:0.125rem solid #e8b046;border-bottom:0.125rem solid #e8b046;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { color:#e8b046;display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:23.9990234375rem;left:25.6865234375rem;height:1.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:24.0615234375rem;left:40.8740234375rem;height:1.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:19.5625rem;left:31.625rem; }
#eISVtRwb9KkRSZ1HU283lhCJDMNH1KJi { color:#e8b046;display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:16.625rem;left:13.625rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B5hI8HzStQkJpg8cR1DWHLt1r3ifURaJ { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:marcellus;font-size:2.5rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:12.5625rem;left:13.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#69471d;background-image:url("https://images.assets-landingi.com/uc/e7fb056a-0645-4267-b89c-8bd2d9e10411/BGNew301.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE.adaptive-delivery-prevent-bg, #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE.lazyload, #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE.lazyloading { background-image: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { background-color: transparent; background-image: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container > .video-iframe-container { display: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container { display: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .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); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { border-width: 0; border-radius: 0; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { font-size:0.875rem;font-family:arial;height:66.25rem;width:75rem;position:relative;display:block; }#y7233XsTKTG273vqVNX48syDDN5yMVKM { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:32.9375rem;left:52.5625rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#n5bPgW4sqlAHsmz95WKaSfoBusOBB2gO { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:32.6875rem;left:45.125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HMDTlOCaZ0BM050nqW1bcsWxOHX2NML9 { color:#e8b046;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:32.875rem;left:40.5625rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#bh8uFS8w3wT5Qp40O0dObE5XL5LTnUch { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:32.875rem;left:27.9375rem;height:1.21875rem;display:block; }
#BvAFyhXn7ralg4Q4QCuS5HZ7M7lt24bW { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:32.4375rem;left:29.1875rem; }
#fP64VzMC4IbdqfvcMcwGcexhW5LcKS7E { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:32.875rem;left:31.125rem;height:1.21875rem;display:block; }
#s8HidyypToFlxfn8eQL54likrDIv9CUH { color:#e8b046;display:block;width:27.9989375rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:3.6875rem;left:23.5rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ruRWl3VaWl1oBJ7pwRfbT3tQh2E3iLpy { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:32.625rem;left:25.9375rem; }
#t6a0ikqn1PiDRVEGTlOchSVX0LqHewKG { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15134;line-height:1.3;letter-spacing:0;top:32.875rem;left:34.125rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#k9RLMTxl8tE4Z21V9rTeqbknBQ6wdMQL { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:32.625rem;left:32.3125rem; }
#NaawPOTew6F1Ilc0hVto6zdNIEbEspOa { box-sizing:content-box;height:20rem;width:36.5625rem;position:absolute;display:block;z-index:15263;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c9f93fe0-86c6-41cf-9716-bfb4238fd004/TYPEC002.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.1875rem;left:0.625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NaawPOTew6F1Ilc0hVto6zdNIEbEspOa.adaptive-delivery-prevent-bg, #NaawPOTew6F1Ilc0hVto6zdNIEbEspOa.lazyload, #NaawPOTew6F1Ilc0hVto6zdNIEbEspOa.lazyloading { background-image: none; }
#F2SOAw82f3sMmT49N07c44B8IuWwrVIU { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#bGAFPoyPUU4P1B605x2mUlvNJvszHG0I { box-sizing:content-box;height:9.6875rem;width:17.9375rem;position:absolute;display:block;z-index:15264;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b5056eda-b877-495b-9624-3a3f47ff5685/TYPEC003.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.1875rem;left:37.8125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bGAFPoyPUU4P1B605x2mUlvNJvszHG0I.adaptive-delivery-prevent-bg, #bGAFPoyPUU4P1B605x2mUlvNJvszHG0I.lazyload, #bGAFPoyPUU4P1B605x2mUlvNJvszHG0I.lazyloading { background-image: none; }
#IuIHLs4iPIiUvgvvxZT0dfH8iUuTquFk { color:#69471d;display:block;width:20.3125rem;position:absolute;font-family:marcellus;font-size:1.625rem;font-weight:400;z-index:15158;line-height:1.3;letter-spacing:0;top:32.46875rem;left:1.25rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sbKGcXDnGvOT1OMCkAheO81K88GzRn8s { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e8b046, #a57110);background-image: -moz-linear-gradient(180deg, #e8b046, #a57110);background-image: -ms-linear-gradient(180deg, #e8b046, #a57110);background-image: -o-linear-gradient(180deg, #e8b046, #a57110);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b046', endColorstr='#a57110' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b046', endColorstr='#a57110' );";background-image: linear-gradient(180deg, #e8b046, #a57110);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;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:marcellus;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5625rem;text-decoration:none;z-index:15268;text-align:center;text-align-last:center;top:32.099609375rem;left:60.3125rem;display:block; }
#d5dlUoZLivL4lnGgU4LMzl1tnNPXcUxF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AnZp5eViitTMQkPV9Gr34DSwEXW8ykGX { box-sizing:content-box;height:9.6875rem;width:17.9375rem;position:absolute;display:block;z-index:15265;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1079483c-a683-406b-9b05-513263271c9f/TYPEC001.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.25rem;left:56.375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#AnZp5eViitTMQkPV9Gr34DSwEXW8ykGX.adaptive-delivery-prevent-bg, #AnZp5eViitTMQkPV9Gr34DSwEXW8ykGX.lazyload, #AnZp5eViitTMQkPV9Gr34DSwEXW8ykGX.lazyloading { background-image: none; }
#RVTBEVkz1XUmStrd2nqslgThsZTwlLSN { box-sizing:content-box;height:9.6875rem;width:17.9375rem;position:absolute;display:block;z-index:15266;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/91e41c81-ffb9-4f1a-8a16-c4b788517a28/TYPEC004.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.5rem;left:37.8125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RVTBEVkz1XUmStrd2nqslgThsZTwlLSN.adaptive-delivery-prevent-bg, #RVTBEVkz1XUmStrd2nqslgThsZTwlLSN.lazyload, #RVTBEVkz1XUmStrd2nqslgThsZTwlLSN.lazyloading { background-image: none; }
#rfAqTpbGMOAI4Ule9JJA3JbBhKwk27lQ { box-sizing:content-box;height:9.6875rem;width:17.9375rem;position:absolute;display:block;z-index:15267;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4ca8d5ab-d19c-4b33-8cc7-4daa4bcb10b1/TYPEC005.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.5625rem;left:56.375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#rfAqTpbGMOAI4Ule9JJA3JbBhKwk27lQ.adaptive-delivery-prevent-bg, #rfAqTpbGMOAI4Ule9JJA3JbBhKwk27lQ.lazyload, #rfAqTpbGMOAI4Ule9JJA3JbBhKwk27lQ.lazyloading { background-image: none; }
#ATpLXraLMA47W5I01912QFI0Lq0Flvnk { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#PITrvt9p0dIc8BJAIAmd9y7m1ocz7fVC { color:#69471d;display:block;width:20.3125rem;position:absolute;font-family:marcellus;font-size:1.625rem;font-weight:400;z-index:15175;line-height:1.3;letter-spacing:0;top:58.75rem;left:1.25rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BNsXVvaIak7g01pvsCCDUhM0T7D65Fhs { box-sizing:content-box;height:20rem;width:36.5625rem;position:absolute;display:block;z-index:15280;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/08997d6a-159b-4642-a005-18b7435b8236/TYPEE001.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.4375rem;left:0.625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#BNsXVvaIak7g01pvsCCDUhM0T7D65Fhs.adaptive-delivery-prevent-bg, #BNsXVvaIak7g01pvsCCDUhM0T7D65Fhs.lazyload, #BNsXVvaIak7g01pvsCCDUhM0T7D65Fhs.lazyloading { background-image: none; }
#KT4vvibfm4sF03PDugPf0NSpieBkLD1X { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15148;line-height:1.3;letter-spacing:0;top:59.125rem;left:27.9375rem;height:1.21875rem;display:block; }
#B6B9xOmOt6N6HMUu98u1D3s88LDE8bHB { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15160;opacity:1;top:58.875rem;left:25.9375rem; }
#gBQTuMxHnaHTfc9fUTl0IVrQ9WJbTeLT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15161;opacity:1;top:58.6875rem;left:29.1875rem; }
#VxFZ2vvbXSrf3OfzXhrwmQZ8OF0eUlsu { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15149;line-height:1.3;letter-spacing:0;top:59.125rem;left:31.125rem;height:1.21875rem;display:block; }
#VrO2uAgBvrkVGK5FKVH3TgXPeC6tuptS { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15151;line-height:1.3;letter-spacing:0;top:59.125rem;left:34.125rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#ECs1pHkNv6KPNyPqM4wF6OTUeMlv8JcG { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15162;opacity:1;top:58.875rem;left:32.3125rem; }
#W4wdbHTH5sg53QBsggWfsx2nB2h6xCQy { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15174;line-height:1.3;letter-spacing:0;top:58.9375rem;left:44.9375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UuBAO03A32f3GUQ7xyAkpirm8A4nMlXc { color:#e8b046;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15172;line-height:1.3;letter-spacing:0;top:59.125rem;left:40.5625rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#sn230PoTH33c4RndibXX2s52CeUGVDJe { box-sizing:content-box;height:9.6875rem;width:17.9375rem;position:absolute;display:block;z-index:15283;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/83be5c87-c94c-4cc6-95a2-66540b4cf82f/TYPEE004.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:47.75rem;left:37.8125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#sn230PoTH33c4RndibXX2s52CeUGVDJe.adaptive-delivery-prevent-bg, #sn230PoTH33c4RndibXX2s52CeUGVDJe.lazyload, #sn230PoTH33c4RndibXX2s52CeUGVDJe.lazyloading { background-image: none; }
#doOpCvZxuKzMDHF3TvTc5r0ghm7sTwTf { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15173;line-height:1.3;letter-spacing:0;top:59.1875rem;left:52.5625rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#FEqdSDsS6b0K9TzVCW8sGqdJGzA4WhI9 { box-sizing:content-box;height:9.6875rem;width:17.9375rem;position:absolute;display:block;z-index:15284;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/154f0aa7-3701-43ec-b123-72833254da70/TYPEE005.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:47.8125rem;left:56.375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FEqdSDsS6b0K9TzVCW8sGqdJGzA4WhI9.adaptive-delivery-prevent-bg, #FEqdSDsS6b0K9TzVCW8sGqdJGzA4WhI9.lazyload, #FEqdSDsS6b0K9TzVCW8sGqdJGzA4WhI9.lazyloading { background-image: none; }
#Ui9woHmGFrHhQ301HL1NzzgG9Duuq8M9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e8b046, #a57110);background-image: -moz-linear-gradient(180deg, #e8b046, #a57110);background-image: -ms-linear-gradient(180deg, #e8b046, #a57110);background-image: -o-linear-gradient(180deg, #e8b046, #a57110);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b046', endColorstr='#a57110' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b046', endColorstr='#a57110' );";background-image: linear-gradient(180deg, #e8b046, #a57110);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;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:marcellus;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5625rem;text-decoration:none;z-index:15285;text-align:center;text-align-last:center;top:58.375rem;left:60.3125rem;display:block; }
#A8X8JF2WbOKd3FlzKLC5DowJhnT0lCSa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KDWFbWJpyPHlMpAbJmZqUB28ZWId6Xun { box-sizing:content-box;height:9.6875rem;width:17.9375rem;position:absolute;display:block;z-index:15281;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/61434bbf-56d4-4900-a495-ca09b2ff746b/TYPEE002.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.4375rem;left:37.8125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#KDWFbWJpyPHlMpAbJmZqUB28ZWId6Xun.adaptive-delivery-prevent-bg, #KDWFbWJpyPHlMpAbJmZqUB28ZWId6Xun.lazyload, #KDWFbWJpyPHlMpAbJmZqUB28ZWId6Xun.lazyloading { background-image: none; }
#XKdRLMfwhT3QBfTOxUw31xgZap1ieHRR { box-sizing:content-box;height:9.6875rem;width:17.9375rem;position:absolute;display:block;z-index:15282;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4183a2bd-aa8d-4291-9aab-42191c21a570/TYPEE003.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.5rem;left:56.375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XKdRLMfwhT3QBfTOxUw31xgZap1ieHRR.adaptive-delivery-prevent-bg, #XKdRLMfwhT3QBfTOxUw31xgZap1ieHRR.lazyload, #XKdRLMfwhT3QBfTOxUw31xgZap1ieHRR.lazyloading { background-image: none; }
#O6Pp6dpi3yuyStODgGKlU69viFcpfMQO { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#BMdDxEhXw9BWeALkOuGvQKg8ukKT018Q { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#yFrrVTHbLrMw8y697Nt67eNrl8MVmfL9 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#K5T2XwHyPg3DbOkeRVkmsIKnRoZIGTim { box-sizing:content-box;height:25rem;width:75rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#q5oNvgyBFcZ1Ea2sxewWK3rosl7a56b3 { color:#e8b046;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:32.875rem;left:40.5625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#MiHUbI8XmW26prZtTyfZCgQ66sDKr2QT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#N1siCMkHhky0QxPhiif7tNc7ZmyZOhMK { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:32.625rem;left:25.9375rem;display:none; }
#J5w568f7G3nyssQXGyApSmxB6bUrcopO { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:32.6875rem;left:45.125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#hb1nFUmStgo1DxLOXmzUPPPVkS9waXKb { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:32.875rem;left:27.9375rem;height:1.21875rem;display:none; }
#QGFa88UKmb9w4I2IvkVEEUNnxQg7rpH9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e8b046, #a57110);background-image: -moz-linear-gradient(180deg, #e8b046, #a57110);background-image: -ms-linear-gradient(180deg, #e8b046, #a57110);background-image: -o-linear-gradient(180deg, #e8b046, #a57110);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b046', endColorstr='#a57110' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b046', endColorstr='#a57110' );";background-image: linear-gradient(180deg, #e8b046, #a57110);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;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:marcellus;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5625rem;text-decoration:none;z-index:15268;text-align:center;text-align-last:center;top:32.099609375rem;left:60.3125rem;display:none; }
#Z0WO5V5OcWRZlPyVl1TfHumQfWU6op0P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FUqNC2Zb10C26Nk0V7y8ik1UI5Pqndlt { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#cMTBHo3Svfg31RtdTmoulDIO6V2NSVny { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:32.4375rem;left:29.1875rem;display:none; }
#nvUl3KtiuxRhXCecATGTrUk6fCb43B2g { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:32.875rem;left:31.125rem;height:1.21875rem;display:none; }
#JxvUzLccnuI1zOUclXLqEBxgx4ix5mUR { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:32.625rem;left:32.3125rem;display:none; }
#HG5V9zmxZpw6OVXxLkzvVZDu3TWmgZP2 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:32.9375rem;left:52.5625rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#qZ7eTabxHQJCTitZTUy1Dqpof0RzHMl9 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#byalh6nXm4RXMXcN2bL4X8FC2Ey2eHVT { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15134;line-height:1.3;letter-spacing:0;top:32.875rem;left:34.125rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#f32DkW5hQWEZTRzItzIdGOdplzTbr14m { color:#69471d;display:block;width:20.3125rem;position:absolute;font-family:marcellus;font-size:1.625rem;font-weight:400;z-index:15158;line-height:1.3;letter-spacing:0;top:32.46875rem;left:1.25rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64be030d-c0a2-4f44-8ae9-587063e0f9d3/hero2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { border-width: 0; border-radius: 0; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { color:rgba(var(--color-tertiary-0),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:13.609375rem;left:40.78125rem;height:11.7rem;text-align:left;text-align-last:left;display:block; }
#Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { color:#ffffff;display:block;width:30.875rem;position:absolute;font-family:marcellus;font-size:3.375rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:15.875rem;left:4.28125rem;height:8.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e5ded8);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e5ded8);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e5ded8);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e5ded8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e5ded8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e5ded8' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e5ded8);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .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); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { border-width: 0; border-radius: 0; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#mktJvqZOPbJ6itPD9LE9zohiqcn0KWqQ { color:#69471d;display:block;width:17.5rem;position:absolute;font-family:marcellus;font-size:3.375rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:13.1625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RZaq2yQh7uM0LNsSCXG5u2lZ7olZEW7C { box-sizing:content-box;height:17.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15064;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/684bb48d-88b9-4d66-9118-318e3c33980b/PrivateSwimmingPool.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.375rem;left:38.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#RZaq2yQh7uM0LNsSCXG5u2lZ7olZEW7C.adaptive-delivery-prevent-bg, #RZaq2yQh7uM0LNsSCXG5u2lZ7olZEW7C.lazyload, #RZaq2yQh7uM0LNsSCXG5u2lZ7olZEW7C.lazyloading { background-image: none; }
#RZaq2yQh7uM0LNsSCXG5u2lZ7olZEW7C::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#RZaq2yQh7uM0LNsSCXG5u2lZ7olZEW7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#r4ApSdl9Fh7LiLstA09pCawIinM8qBtz { box-sizing:content-box;height:17.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15065;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5dd2f700-2c1a-4225-952c-17c5c1d8af15/ZenCommonArea.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.375rem;left:57.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#r4ApSdl9Fh7LiLstA09pCawIinM8qBtz.adaptive-delivery-prevent-bg, #r4ApSdl9Fh7LiLstA09pCawIinM8qBtz.lazyload, #r4ApSdl9Fh7LiLstA09pCawIinM8qBtz.lazyloading { background-image: none; }
#r4ApSdl9Fh7LiLstA09pCawIinM8qBtz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#r4ApSdl9Fh7LiLstA09pCawIinM8qBtz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#ktcHzyOgDlySV9TGmBpATOsPlgqdX3um { box-sizing:content-box;height:17.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15066;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d3c88d7-89e3-4e51-93f3-885c8e184249/FitnessCenter.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.8125rem;left:38.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#ktcHzyOgDlySV9TGmBpATOsPlgqdX3um.adaptive-delivery-prevent-bg, #ktcHzyOgDlySV9TGmBpATOsPlgqdX3um.lazyload, #ktcHzyOgDlySV9TGmBpATOsPlgqdX3um.lazyloading { background-image: none; }
#ktcHzyOgDlySV9TGmBpATOsPlgqdX3um::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#ktcHzyOgDlySV9TGmBpATOsPlgqdX3um::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.1); }#WaBT2K0N5t8TrXFJn9m3NEu0Tk5MNfwm { box-sizing:content-box;height:17.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15067;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f2f08251-6aa8-4a86-a221-9a81f5b917b1/About201.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.8125rem;left:57.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#WaBT2K0N5t8TrXFJn9m3NEu0Tk5MNfwm.adaptive-delivery-prevent-bg, #WaBT2K0N5t8TrXFJn9m3NEu0Tk5MNfwm.lazyload, #WaBT2K0N5t8TrXFJn9m3NEu0Tk5MNfwm.lazyloading { background-image: none; }
#WaBT2K0N5t8TrXFJn9m3NEu0Tk5MNfwm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#WaBT2K0N5t8TrXFJn9m3NEu0Tk5MNfwm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#DFTumrrBu6FMpI9lumQ1oxW6NgAMfUTV { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15068;line-height:1.4;letter-spacing:0;top:14.8125rem;left:0rem;height:3.15rem;display:block; }
#L0QG9ekwmEu2qH3N9aqZPi7H2GnHoDuE { box-sizing:content-box;height:8.625rem;width:17.8125rem;position:absolute;display:block;z-index:15068;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.0625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#aHwTMfikpC0Sh07UombmJWxVrR7Vgz9U { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15071;line-height:1.1;letter-spacing:0;top:16.6875rem;left:40.03125rem;height:3.3rem;display:block; }
#eyIGTErOobbmodFBFguizaauUvi19NeV { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15072;line-height:1.1;letter-spacing:0;top:14.8125rem;left:40.03125rem;height:1.375rem;display:block; }
#sBUAtatriikWgo9nvZWbMG56Tgcfl9Hx { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15074;line-height:1.1;letter-spacing:0;top:14.8125rem;left:58.46875rem;height:1.375rem;display:block; }
#PlyeF7QTqAnVOSauVR1Dz3ekzrQS2U5k { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15073;line-height:1.1;letter-spacing:0;top:16.6875rem;left:58.46875rem;height:3.3rem;display:block; }
#IT1kE98tL1S66v1Ml7e4oVGurdtRRfuW { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15076;line-height:1.1;letter-spacing:0;top:33.25rem;left:40.03125rem;height:1.375rem;display:block; }
#xTT4o6Q2wSMuzvDT3CQ2vRlvVgmXKCgL { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15075;line-height:1.1;letter-spacing:0;top:35.125rem;left:40.03125rem;height:3.3rem;display:block; }
#EhTNZKTZETrl3qB7gNoDiF4OE1ie3JsQ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15078;line-height:1.1;letter-spacing:0;top:33.25rem;left:58.46875rem;height:1.375rem;display:block; }
#QzUOTl34PxUunVIlhRJ4xPBFITWr4W43 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.1;letter-spacing:0;top:35.125rem;left:58.46875rem;height:3.3rem;display:block; }
#srDEc1xsEJ2hTC5JavaVGQi51iTaI7hn { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15072;line-height:1.2;letter-spacing:0;top:37.375rem;left:1.125rem;height:2.4rem;display:block; }
#vg4nnW4VIB41Ih2VJeMWlvSe79k5RUId { color:rgba(var(--color-primary-4),1);display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15073;line-height:1.1;letter-spacing:0;top:36rem;left:1.125rem;height:1.2375rem;font-style:normal;display:block; }
#xBvVCQWxw3PAaD7zEF6Kv7dN3cGIsdt5 { box-sizing:content-box;height:8.625rem;width:17.8125rem;position:absolute;display:block;z-index:15071;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.0625rem;left:18.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#QOFhTsDly3T2yGNe5IBKRJFpZRRHuE6P { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15075;line-height:1.2;letter-spacing:0;top:37.375rem;left:19.5625rem;height:2.4rem;display:block; }
#qL4dWTLdovDc1SgmnUAPraXO37BZ7ftP { color:rgba(var(--color-primary-4),1);display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15076;line-height:1.1;letter-spacing:0;top:36rem;left:19.5625rem;height:1.2375rem;font-style:normal;display:block; }
#MEdfgkfatn0LT3liCWz0sIygGFUTLJIe { box-sizing:content-box;height:8.625rem;width:17.8125rem;position:absolute;display:block;z-index:15074;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.8125rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#q0yX86kkgoxzxD8NxPRI4csUX6wWHAs1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.2;letter-spacing:0;top:28.125rem;left:1.125rem;height:2.4rem;display:block; }
#DkxF8dJyxB8lFwyXBGWZSmfHGmo0519B { color:rgba(var(--color-primary-4),1);display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15079;line-height:1.1;letter-spacing:0;top:26.75rem;left:1.125rem;height:1.2375rem;font-style:normal;display:block; }
#HnAaMykhUaEAlEuQOdboUduVI5ElH80U { box-sizing:content-box;height:8.625rem;width:17.8125rem;position:absolute;display:block;z-index:15077;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.8125rem;left:18.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#NOCkxyluaLpkvMgLIUyfadHGFhNhDwCd { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15081;line-height:1.2;letter-spacing:0;top:28.125rem;left:19.5625rem;height:2.4rem;display:block; }
#T1tT1Vb24nnS6Ec5QVZoqZUdQJGcwNJK { color:rgba(var(--color-primary-4),1);display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15082;line-height:1.1;letter-spacing:0;top:26.75rem;left:19.5625rem;height:1.2375rem;font-style:normal;display:block; }
#LCmLJOxkTT7Po198khSrxJFohKvDiqNo { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:23.8125rem;left:1.125rem; }
#noPmRrbn6309uLLW2zrx2vKq2wOhyWms { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:23.75rem;left:19.3125rem; }
#HHV0U0EiVqJK0qcVJbl29ifd4pd7WwRK { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:32.9375rem;left:1.03125rem; }
#V9zv8Jgm50Kk5KN0BEVTXikxJP2TQu4T { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:32.875rem;left:19.5rem; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.6);background-image:url("https://images.assets-landingi.com/uc/e7c04747-13b7-4596-a4e7-039933c30b07/bg401.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.2; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e8b046, #a57110);background-image: -moz-linear-gradient(180deg, #e8b046, #a57110);background-image: -ms-linear-gradient(180deg, #e8b046, #a57110);background-image: -o-linear-gradient(180deg, #e8b046, #a57110);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b046', endColorstr='#a57110' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b046', endColorstr='#a57110' );";background-image: linear-gradient(180deg, #e8b046, #a57110);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.1875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.4375rem;height:3rem;font-family:marcellus;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8106231689453rem;left:47.966875076294rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8106231689453rem;left:47.966875076294rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.686962127686rem;left:51.312139511108rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#e8b046;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:18.6875rem;left:5.125rem;height:5.25rem;font-style:normal;display:block; }
#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e5ded8, #e5ded8);background-image: -moz-linear-gradient(180deg, #e5ded8, #e5ded8);background-image: -ms-linear-gradient(180deg, #e5ded8, #e5ded8);background-image: -o-linear-gradient(180deg, #e5ded8, #e5ded8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ded8', endColorstr='#e5ded8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ded8', endColorstr='#e5ded8' );";background-image: linear-gradient(180deg, #e5ded8, #e5ded8);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { background-color: transparent; background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .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); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { border-width: 0; border-radius: 0; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { font-size:0.875rem;font-family:arial;height:73.125rem;width:75rem;position:relative;display:block; }#i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:#cccccc;background-image:none;top:51.9365234375rem;left:18.34375rem;display:none; }
#EylUf5aEdGNQL5r9VpQQ8VyASSKPQit6 { color:#69471d;display:block;width:34.0625rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:3.75rem;left:20.46875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mviBN5EqoAwCSIwX5Xo9uysn3aRUSXGb { color:#222222;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15121;line-height:1.4;letter-spacing:0;top:54.875rem;left:0rem;height:4.2rem;text-align:left;text-align-last:left;display:block; }
#ThTzUlTyMElNobLoLANaT5k29oZ2kl4d { position:absolute;display:block;z-index:15122;height:31.25rem;width:75rem;top:10.9375rem;left:0rem;display:block; }
#iqDuyA62ZRpHn7JHIDUN1dHvLi5wUR0B { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#ELrxAOXfJTngB4B0USW2HyTOfPulrP9w { box-sizing:content-box;height:4.6875rem;width:17.8125rem;position:absolute;display:block;z-index:15124;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:45.75rem;left:38.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#Rm0tnfTKGerHNgvmXbk7lBIb2RtucTzn { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15127;line-height:1.2;letter-spacing:0;top:46.875rem;left:42.875rem;height:1.2rem;font-style:normal;display:block; }
#kL9N52fX9JsdhsFdZu160cmimtZl2Joy { color:#e8b046;display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15128;line-height:1.2;letter-spacing:0;top:48.25rem;left:42.875rem;height:1.2rem;font-style:normal;display:block; }
#H8whSTak4XVUXDnP7FqXvyXTIosJG4P0 { box-sizing:content-box;height:4.6875rem;width:17.8125rem;position:absolute;display:block;z-index:15128;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:45.75rem;left:57.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#qEkRPX3voLcHryL9NRWE0rJHivk2M0Tw { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15131;line-height:1.2;letter-spacing:0;top:46.875rem;left:61.25rem;height:1.2rem;font-style:normal;display:block; }
#GIqNto46SFMsmRVEE88pJa4ScQBV0TIk { color:#e8b046;display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15132;line-height:1.2;letter-spacing:0;top:48.25rem;left:61.25rem;height:1.2rem;font-style:normal;display:block; }
#ipdNbfJaCMubQTs0DrZb6zxO4HwKbom8 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15146;opacity:1;top:52.375rem;left:39.8125rem; }
#iG3aOVuo6ApiHe8FEe3TP6f954krIkMK { box-sizing:content-box;height:4.6875rem;width:17.8125rem;position:absolute;display:block;z-index:15132;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:51.0625rem;left:57.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#BZWm2pget24zk0gMLis1WsbpCCgSM0Q3 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15135;line-height:1.1;letter-spacing:0;top:51.6875rem;left:61.5625rem;height:2.2rem;font-style:normal;display:block; }
#EQwgJzFHT7e1dZJ7nyM2JWTe1AtvO8oB { color:#e8b046;display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15136;line-height:1.2;letter-spacing:0;top:54rem;left:61.5625rem;height:1.2rem;font-style:normal;display:block; }
#QaidUkESHm4wmb38r1XCQn0Ul8TxTGay { box-sizing:content-box;height:4.6875rem;width:17.8125rem;position:absolute;display:block;z-index:15136;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:51.0625rem;left:38.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#msUuvTfF1epGrf6EuXN7eHe0W7ztBFqT { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15139;line-height:1.2;letter-spacing:0;top:52.1875rem;left:42.875rem;height:1.2rem;font-style:normal;display:block; }
#yAgUUpGK0uc6qak8gIa7tZKa7abyxAeU { color:#e8b046;display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15140;line-height:1.2;letter-spacing:0;top:53.5625rem;left:42.875rem;height:1.2rem;font-style:normal;display:block; }
#S1lQsk7oVka9r95gqOlpL5CLdsLhh2pp { color:#e8b046;display:block;width:26.125rem;position:absolute;font-family:marcellus;font-size:2.5rem;font-weight:normal;z-index:15122;line-height:1.2;letter-spacing:0;top:47.0625rem;left:0rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#eZNLktXDNPaHQ3dRAAwl8rJJ4F0R22BR { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15138;opacity:1;top:46.875rem;left:39.5625rem; }
#mPZlp2s2tTNKnFyZVbhZips7noSd2QMp { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15139;opacity:1;top:46.85546875rem;left:58rem; }
#y5trBA2VL5APbnhFCTNBamsUuRSUE8bM { box-sizing:content-box;height:4.6875rem;width:17.8125rem;position:absolute;display:block;z-index:15140;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:56.375rem;left:38.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#il6AvpMN2t4zfab5nFfmHPCN8mTubk78 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:57.5625rem;left:39.6875rem; }
#ZITrUfLIDQzAmnblZ4ACOMWCJZmpMFoM { color:#e8b046;display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15144;line-height:1.2;letter-spacing:0;top:59.3125rem;left:42.875rem;height:1.2rem;font-style:normal;display:block; }
#aCXalsnTkNNZ8fh2XT2DRhk0iuCnmFQW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15143;line-height:1.1;letter-spacing:0;top:57rem;left:42.875rem;height:1.1rem;font-style:normal;display:block; }
#XE9TELcVq4NLMIOcPzpy4QHzdGff8hdh { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15147;opacity:1;top:52.375rem;left:58.1875rem; }
#TZ6vdOEQwgC9cTX6KBrixsXWCb8CcToG { box-sizing:content-box;height:4.6875rem;width:17.8125rem;position:absolute;display:block;z-index:15144;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:56.375rem;left:57.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#pKPkG2En9seutAc93HLiUNiUehhSdGgB { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15149;opacity:1;top:57.5625rem;left:58.0625rem; }
#PeuUtyuCRhEEwBGEOwL6CT3qmbiuclNw { color:#e8b046;display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:59.3125rem;left:61.25rem;height:1.2rem;font-style:normal;display:block; }
#uyJaH0vVHzN1ZS2iews1w5J92bpSMMH8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15147;line-height:1.1;letter-spacing:0;top:57rem;left:61.25rem;height:2.2rem;font-style:normal;display:block; }
#fsGf1sAMlT9JByEwnnUeP4TfUlkalgtu { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e8b046, #a57110);background-image: -moz-linear-gradient(180deg, #e8b046, #a57110);background-image: -ms-linear-gradient(180deg, #e8b046, #a57110);background-image: -o-linear-gradient(180deg, #e8b046, #a57110);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b046', endColorstr='#a57110' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b046', endColorstr='#a57110' );";background-image: linear-gradient(180deg, #e8b046, #a57110);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;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:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:65.4375rem;left:25.875rem;display:block; }
#oxU50Oyrcy9Tx4FBLG6TZNZZ1iwvDatB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { position:relative;display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { background-color: transparent; background-image: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { border-width: 0; border-radius: 0; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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:5rem;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; }#dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { top:19.4375rem;left:18.9375rem;width:10.1875rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:23.6875rem;left:19.6865234375rem;width:9.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:23.25rem;height:3.25rem;top:27.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { top:22.875rem;left:12.1875rem;width:23.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { top:23.9375rem;left:12.0615234375rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { top:24rem;left:27.2490234375rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { top:19.5625rem;left:18rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eISVtRwb9KkRSZ1HU283lhCJDMNH1KJi { top:16.625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5hI8HzStQkJpg8cR1DWHLt1r3ifURaJ { top:12.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE { display:block; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7233XsTKTG273vqVNX48syDDN5yMVKM { top:32.9375rem;left:38.9375rem;width:5.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5bPgW4sqlAHsmz95WKaSfoBusOBB2gO { top:32.6875rem;left:31.5rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMDTlOCaZ0BM050nqW1bcsWxOHX2NML9 { top:32.875rem;left:26.9375rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh8uFS8w3wT5Qp40O0dObE5XL5LTnUch { top:32.875rem;left:14.3125rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvAFyhXn7ralg4Q4QCuS5HZ7M7lt24bW { top:32.4375rem;left:15.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP64VzMC4IbdqfvcMcwGcexhW5LcKS7E { top:32.875rem;left:17.5rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8HidyypToFlxfn8eQL54likrDIv9CUH { top:3.6875rem;left:9.875rem;width:27.9375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruRWl3VaWl1oBJ7pwRfbT3tQh2E3iLpy { top:32.625rem;left:12.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6a0ikqn1PiDRVEGTlOchSVX0LqHewKG { top:32.875rem;left:20.5rem;width:8.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9RLMTxl8tE4Z21V9rTeqbknBQ6wdMQL { top:32.625rem;left:18.6875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaawPOTew6F1Ilc0hVto6zdNIEbEspOa { top:11.1875rem;left:0rem;width:36.5625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2SOAw82f3sMmT49N07c44B8IuWwrVIU { top:10.625rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGAFPoyPUU4P1B605x2mUlvNJvszHG0I { top:11.1875rem;left:11.1875rem;width:17.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuIHLs4iPIiUvgvvxZT0dfH8iUuTquFk { top:32.4375rem;left:0rem;width:20.3125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbKGcXDnGvOT1OMCkAheO81K88GzRn8s { width:13.75rem;height:2.5625rem;top:32.0625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5dlUoZLivL4lnGgU4LMzl1tnNPXcUxF { display:block; }
 }@media only screen and (max-width: 763px) { #AnZp5eViitTMQkPV9Gr34DSwEXW8ykGX { top:11.25rem;left:29.8125rem;width:17.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVTBEVkz1XUmStrd2nqslgThsZTwlLSN { top:21.5rem;left:24.1875rem;width:17.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfAqTpbGMOAI4Ule9JJA3JbBhKwk27lQ { top:21.5625rem;left:29.8125rem;width:17.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATpLXraLMA47W5I01912QFI0Lq0Flvnk { top:36.875rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PITrvt9p0dIc8BJAIAmd9y7m1ocz7fVC { top:58.75rem;left:0rem;width:20.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNsXVvaIak7g01pvsCCDUhM0T7D65Fhs { top:37.4375rem;left:0rem;width:36.5625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT4vvibfm4sF03PDugPf0NSpieBkLD1X { top:59.125rem;left:14.3125rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6B9xOmOt6N6HMUu98u1D3s88LDE8bHB { top:58.875rem;left:12.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBQTuMxHnaHTfc9fUTl0IVrQ9WJbTeLT { top:58.6875rem;left:15.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxFZ2vvbXSrf3OfzXhrwmQZ8OF0eUlsu { top:59.125rem;left:17.5rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrO2uAgBvrkVGK5FKVH3TgXPeC6tuptS { top:59.125rem;left:20.5rem;width:8.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECs1pHkNv6KPNyPqM4wF6OTUeMlv8JcG { top:58.875rem;left:18.6875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4wdbHTH5sg53QBsggWfsx2nB2h6xCQy { top:58.9375rem;left:31.3125rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuBAO03A32f3GUQ7xyAkpirm8A4nMlXc { top:59.125rem;left:26.9375rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn230PoTH33c4RndibXX2s52CeUGVDJe { top:47.75rem;left:24.1875rem;width:17.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #doOpCvZxuKzMDHF3TvTc5r0ghm7sTwTf { top:59.1875rem;left:38.9375rem;width:5.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEqdSDsS6b0K9TzVCW8sGqdJGzA4WhI9 { top:47.8125rem;left:29.8125rem;width:17.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui9woHmGFrHhQ301HL1NzzgG9Duuq8M9 { width:13.75rem;height:2.5625rem;top:58.375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8X8JF2WbOKd3FlzKLC5DowJhnT0lCSa { display:block; }
 }@media only screen and (max-width: 763px) { #KDWFbWJpyPHlMpAbJmZqUB28ZWId6Xun { top:37.4375rem;left:24.1875rem;width:17.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKdRLMfwhT3QBfTOxUw31xgZap1ieHRR { top:37.5rem;left:29.8125rem;width:17.9375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6Pp6dpi3yuyStODgGKlU69viFcpfMQO { display:none; }
 }@media only screen and (max-width: 763px) { #BMdDxEhXw9BWeALkOuGvQKg8ukKT018Q { display:none; }
 }@media only screen and (max-width: 763px) { #yFrrVTHbLrMw8y697Nt67eNrl8MVmfL9 { display:none; }
 }@media only screen and (max-width: 763px) { #K5T2XwHyPg3DbOkeRVkmsIKnRoZIGTim { top:10.625rem;left:0rem;width:47.75rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #q5oNvgyBFcZ1Ea2sxewWK3rosl7a56b3 { top:32.875rem;left:26.9375rem;width:5.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MiHUbI8XmW26prZtTyfZCgQ66sDKr2QT { display:none; }
 }@media only screen and (max-width: 763px) { #N1siCMkHhky0QxPhiif7tNc7ZmyZOhMK { top:32.625rem;left:12.3125rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5w568f7G3nyssQXGyApSmxB6bUrcopO { top:45.25rem;left:0rem;width:7.9375rem;height:1.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hb1nFUmStgo1DxLOXmzUPPPVkS9waXKb { top:43.875rem;left:0rem;width:1.375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGFa88UKmb9w4I2IvkVEEUNnxQg7rpH9 { width:13.75rem;height:2.5625rem;top:32.0625rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0WO5V5OcWRZlPyVl1TfHumQfWU6op0P { display:block; }
 }@media only screen and (max-width: 763px) { #FUqNC2Zb10C26Nk0V7y8ik1UI5Pqndlt { display:none; }
 }@media only screen and (max-width: 763px) { #cMTBHo3Svfg31RtdTmoulDIO6V2NSVny { top:32.4375rem;left:15.5625rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvUl3KtiuxRhXCecATGTrUk6fCb43B2g { top:43.875rem;left:0rem;width:1.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JxvUzLccnuI1zOUclXLqEBxgx4ix5mUR { top:32.625rem;left:18.6875rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HG5V9zmxZpw6OVXxLkzvVZDu3TWmgZP2 { top:45.4375rem;left:0rem;width:7.125rem;height:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qZ7eTabxHQJCTitZTUy1Dqpof0RzHMl9 { display:none; }
 }@media only screen and (max-width: 763px) { #byalh6nXm4RXMXcN2bL4X8FC2Ey2eHVT { top:43.875rem;left:0rem;width:6.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f32DkW5hQWEZTRzItzIdGOdplzTbr14m { top:28.375rem;left:0rem;width:13.5625rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { top:13.5625rem;left:15.6875rem;width:32.0625rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { top:15.875rem;left:0rem;width:30.875rem;height:8.0625rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mktJvqZOPbJ6itPD9LE9zohiqcn0KWqQ { top:3.625rem;left:0rem;width:17.5rem;height:8.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZaq2yQh7uM0LNsSCXG5u2lZ7olZEW7C { top:4.375rem;left:25.125rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4ApSdl9Fh7LiLstA09pCawIinM8qBtz { top:4.375rem;left:29.9375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktcHzyOgDlySV9TGmBpATOsPlgqdX3um { top:22.8125rem;left:25.125rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaBT2K0N5t8TrXFJn9m3NEu0Tk5MNfwm { top:22.8125rem;left:29.9375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFTumrrBu6FMpI9lumQ1oxW6NgAMfUTV { top:14.8125rem;left:0rem;width:34.875rem;height:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0QG9ekwmEu2qH3N9aqZPi7H2GnHoDuE { top:32.0625rem;left:0rem;width:17.8125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHwTMfikpC0Sh07UombmJWxVrR7Vgz9U { top:16.6875rem;left:26.40625rem;width:15.0625rem;height:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyIGTErOobbmodFBFguizaauUvi19NeV { top:14.8125rem;left:26.40625rem;width:15.9375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBUAtatriikWgo9nvZWbMG56Tgcfl9Hx { top:14.8125rem;left:31.8125rem;width:15.9375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlyeF7QTqAnVOSauVR1Dz3ekzrQS2U5k { top:16.6875rem;left:32.6875rem;width:15.0625rem;height:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT1kE98tL1S66v1Ml7e4oVGurdtRRfuW { top:33.25rem;left:26.40625rem;width:15.9375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTT4o6Q2wSMuzvDT3CQ2vRlvVgmXKCgL { top:35.125rem;left:26.40625rem;width:15.0625rem;height:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhTNZKTZETrl3qB7gNoDiF4OE1ie3JsQ { top:33.25rem;left:31.8125rem;width:15.9375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzUOTl34PxUunVIlhRJ4xPBFITWr4W43 { top:35.125rem;left:32.6875rem;width:15.0625rem;height:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #srDEc1xsEJ2hTC5JavaVGQi51iTaI7hn { top:37.375rem;left:0rem;width:15.375rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg4nnW4VIB41Ih2VJeMWlvSe79k5RUId { top:36rem;left:0rem;width:15.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBvVCQWxw3PAaD7zEF6Kv7dN3cGIsdt5 { top:32.0625rem;left:4.8125rem;width:17.8125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOFhTsDly3T2yGNe5IBKRJFpZRRHuE6P { top:37.375rem;left:5.9375rem;width:15.625rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL4dWTLdovDc1SgmnUAPraXO37BZ7ftP { top:36rem;left:5.9375rem;width:15.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEdfgkfatn0LT3liCWz0sIygGFUTLJIe { top:22.8125rem;left:0rem;width:17.8125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0yX86kkgoxzxD8NxPRI4csUX6wWHAs1 { top:28.125rem;left:0rem;width:15.9375rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkxF8dJyxB8lFwyXBGWZSmfHGmo0519B { top:26.75rem;left:0rem;width:15.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnAaMykhUaEAlEuQOdboUduVI5ElH80U { top:22.8125rem;left:4.8125rem;width:17.8125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOCkxyluaLpkvMgLIUyfadHGFhNhDwCd { top:28.125rem;left:5.9375rem;width:15.5625rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1tT1Vb24nnS6Ec5QVZoqZUdQJGcwNJK { top:26.75rem;left:5.9375rem;width:15.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCmLJOxkTT7Po198khSrxJFohKvDiqNo { top:23.8125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #noPmRrbn6309uLLW2zrx2vKq2wOhyWms { top:23.75rem;left:5.6875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHV0U0EiVqJK0qcVJbl29ifd4pd7WwRK { top:32.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9zv8Jgm50Kk5KN0BEVTXikxJP2TQu4T { top:32.875rem;left:5.875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:28.625rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.4375rem;left:0rem;width:28.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.6875rem;left:0rem;width:27.3125rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { top:51.875rem;left:4.71875rem;width:0.0625rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EylUf5aEdGNQL5r9VpQQ8VyASSKPQit6 { top:3.75rem;left:6.84375rem;width:34.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mviBN5EqoAwCSIwX5Xo9uysn3aRUSXGb { top:54.875rem;left:0rem;width:36.875rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTzUlTyMElNobLoLANaT5k29oZ2kl4d { top:10.9375rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqDuyA62ZRpHn7JHIDUN1dHvLi5wUR0B { display:none; }
 }@media only screen and (max-width: 763px) { #ELrxAOXfJTngB4B0USW2HyTOfPulrP9w { top:45.75rem;left:25.1875rem;width:17.8125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm0tnfTKGerHNgvmXbk7lBIb2RtucTzn { top:46.875rem;left:29.25rem;width:11rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL9N52fX9JsdhsFdZu160cmimtZl2Joy { top:48.25rem;left:29.25rem;width:11rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8whSTak4XVUXDnP7FqXvyXTIosJG4P0 { top:45.75rem;left:29.9375rem;width:17.8125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEkRPX3voLcHryL9NRWE0rJHivk2M0Tw { top:46.875rem;left:36.75rem;width:11rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIqNto46SFMsmRVEE88pJa4ScQBV0TIk { top:48.25rem;left:36.75rem;width:11rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipdNbfJaCMubQTs0DrZb6zxO4HwKbom8 { top:52.375rem;left:26.1875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG3aOVuo6ApiHe8FEe3TP6f954krIkMK { top:51.0625rem;left:29.9375rem;width:17.8125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZWm2pget24zk0gMLis1WsbpCCgSM0Q3 { top:51.6875rem;left:34.6875rem;width:13.0625rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQwgJzFHT7e1dZJ7nyM2JWTe1AtvO8oB { top:54rem;left:36.75rem;width:11rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaidUkESHm4wmb38r1XCQn0Ul8TxTGay { top:51.0625rem;left:25.1875rem;width:17.8125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msUuvTfF1epGrf6EuXN7eHe0W7ztBFqT { top:52.1875rem;left:29.25rem;width:11rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAgUUpGK0uc6qak8gIa7tZKa7abyxAeU { top:53.5625rem;left:29.25rem;width:11rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1lQsk7oVka9r95gqOlpL5CLdsLhh2pp { top:47.0625rem;left:0rem;width:26.125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZNLktXDNPaHQ3dRAAwl8rJJ4F0R22BR { top:46.875rem;left:25.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPZlp2s2tTNKnFyZVbhZips7noSd2QMp { top:46.8125rem;left:44.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5trBA2VL5APbnhFCTNBamsUuRSUE8bM { top:56.375rem;left:25.1875rem;width:17.8125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #il6AvpMN2t4zfab5nFfmHPCN8mTubk78 { top:57.5625rem;left:26.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZITrUfLIDQzAmnblZ4ACOMWCJZmpMFoM { top:59.3125rem;left:29.25rem;width:11rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCXalsnTkNNZ8fh2XT2DRhk0iuCnmFQW { top:57rem;left:29.25rem;width:12.4375rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE9TELcVq4NLMIOcPzpy4QHzdGff8hdh { top:52.375rem;left:44.5625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ6vdOEQwgC9cTX6KBrixsXWCb8CcToG { top:56.375rem;left:29.9375rem;width:17.8125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKPkG2En9seutAc93HLiUNiUehhSdGgB { top:57.5625rem;left:44.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeuUtyuCRhEEwBGEOwL6CT3qmbiuclNw { top:59.3125rem;left:36.75rem;width:11rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyJaH0vVHzN1ZS2iews1w5J92bpSMMH8 { top:57rem;left:35.5625rem;width:12.1875rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsGf1sAMlT9JByEwnnUeP4TfUlkalgtu { width:23.25rem;height:3.25rem;top:65.4375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxU50Oyrcy9Tx4FBLG6TZNZZ1iwvDatB { display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/71e4a19e-290e-4256-a89d-75f897cff82f/GreenAreaforWalks.webp");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { width:6.5rem;height:0.82421875rem;top:5rem;left:7rem;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:5.25rem;height:1.21875rem;top:8.0625rem;left:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:17.5rem;height:2.5rem;top:10.6875rem;left:1.25rem;font-size:0.9375rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { width:17.24875rem;height:2.375rem;top:7.375rem;left:1.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { width:5.6875rem;height:0.89355625rem;top:8.1875rem;left:1.9375rem;font-size:0.8125rem;color:#e8b046;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { width:5.625rem;height:0.89355625rem;top:8.2490234375rem;left:12.8115234375rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { display:flex;width:0.75rem;height:0.75rem;top:5.0625rem;left:6.4375rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #eISVtRwb9KkRSZ1HU283lhCJDMNH1KJi { width:20rem;height:1.13671875rem;top:3.4873046875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5hI8HzStQkJpg8cR1DWHLt1r3ifURaJ { width:20rem;height:1.29980625rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE { background-color:rgba(72,148,26,0.6);background-image:url("https://images.assets-landingi.com/uc/e7fb056a-0645-4267-b89c-8bd2d9e10411/BGNew301.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE.adaptive-delivery-prevent-bg, #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE.lazyload, #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE.lazyloading { background-image: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { background-color: transparent; background-image: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container > .video-iframe-container { display: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container { display: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .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); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7233XsTKTG273vqVNX48syDDN5yMVKM { width:7.125rem;height:0.9746125rem;top:22.01171875rem;left:9.6875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #n5bPgW4sqlAHsmz95WKaSfoBusOBB2gO { width:7.9375rem;height:1.21875rem;top:21.8125rem;left:4.1875rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HMDTlOCaZ0BM050nqW1bcsWxOHX2NML9 { width:5.75rem;height:1.13671875rem;top:21.7939453125rem;left:1.1875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #bh8uFS8w3wT5Qp40O0dObE5XL5LTnUch { width:1.375rem;height:1.13671875rem;top:20.4375rem;left:4.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BvAFyhXn7ralg4Q4QCuS5HZ7M7lt24bW { display:flex;width:1.25rem;height:1.25rem;top:20.3125rem;left:6.25rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fP64VzMC4IbdqfvcMcwGcexhW5LcKS7E { width:1.3125rem;height:1.13671875rem;top:20.4375rem;left:7.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8HidyypToFlxfn8eQL54likrDIv9CUH { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruRWl3VaWl1oBJ7pwRfbT3tQh2E3iLpy { display:flex;width:1.25rem;height:1.25rem;top:20.375rem;left:3.5rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #t6a0ikqn1PiDRVEGTlOchSVX0LqHewKG { width:6.9375rem;height:1.13671875rem;top:20.4375rem;left:10.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k9RLMTxl8tE4Z21V9rTeqbknBQ6wdMQL { display:flex;width:1.375rem;height:1.375rem;top:20.3125rem;left:8.8125rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #NaawPOTew6F1Ilc0hVto6zdNIEbEspOa { width:20rem;height:20rem;top:94.9375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#NaawPOTew6F1Ilc0hVto6zdNIEbEspOa.adaptive-delivery-prevent-bg, #NaawPOTew6F1Ilc0hVto6zdNIEbEspOa.lazyload, #NaawPOTew6F1Ilc0hVto6zdNIEbEspOa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #F2SOAw82f3sMmT49N07c44B8IuWwrVIU { width:20rem;height:22.8125rem;top:4rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGAFPoyPUU4P1B605x2mUlvNJvszHG0I { width:17.9375rem;height:9.6875rem;top:94.9375rem;left:2.0625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#bGAFPoyPUU4P1B605x2mUlvNJvszHG0I.adaptive-delivery-prevent-bg, #bGAFPoyPUU4P1B605x2mUlvNJvszHG0I.lazyload, #bGAFPoyPUU4P1B605x2mUlvNJvszHG0I.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IuIHLs4iPIiUvgvvxZT0dfH8iUuTquFk { width:13.5625rem;height:1.4619125rem;top:4.9375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15289;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sbKGcXDnGvOT1OMCkAheO81K88GzRn8s { width:10.625rem;height:2.1875rem;top:23.625rem;left:4.6875rem;font-size:0.75rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5dlUoZLivL4lnGgU4LMzl1tnNPXcUxF { display:block; }
 }@media only screen and (max-width: 763px) { #AnZp5eViitTMQkPV9Gr34DSwEXW8ykGX { width:17.9375rem;height:9.6875rem;top:95rem;left:2.0625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#AnZp5eViitTMQkPV9Gr34DSwEXW8ykGX.adaptive-delivery-prevent-bg, #AnZp5eViitTMQkPV9Gr34DSwEXW8ykGX.lazyload, #AnZp5eViitTMQkPV9Gr34DSwEXW8ykGX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RVTBEVkz1XUmStrd2nqslgThsZTwlLSN { width:17.9375rem;height:9.6875rem;top:105.25rem;left:2.0625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#RVTBEVkz1XUmStrd2nqslgThsZTwlLSN.adaptive-delivery-prevent-bg, #RVTBEVkz1XUmStrd2nqslgThsZTwlLSN.lazyload, #RVTBEVkz1XUmStrd2nqslgThsZTwlLSN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rfAqTpbGMOAI4Ule9JJA3JbBhKwk27lQ { width:17.9375rem;height:9.6875rem;top:105.3125rem;left:2.0625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#rfAqTpbGMOAI4Ule9JJA3JbBhKwk27lQ.adaptive-delivery-prevent-bg, #rfAqTpbGMOAI4Ule9JJA3JbBhKwk27lQ.lazyload, #rfAqTpbGMOAI4Ule9JJA3JbBhKwk27lQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ATpLXraLMA47W5I01912QFI0Lq0Flvnk { width:20rem;height:25rem;top:124.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PITrvt9p0dIc8BJAIAmd9y7m1ocz7fVC { width:20rem;height:0;top:142.5rem;left:0rem;font-size:1.625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #BNsXVvaIak7g01pvsCCDUhM0T7D65Fhs { width:20rem;height:20rem;top:121.1875rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#BNsXVvaIak7g01pvsCCDUhM0T7D65Fhs.adaptive-delivery-prevent-bg, #BNsXVvaIak7g01pvsCCDUhM0T7D65Fhs.lazyload, #BNsXVvaIak7g01pvsCCDUhM0T7D65Fhs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KT4vvibfm4sF03PDugPf0NSpieBkLD1X { width:1.375rem;height:0;top:142.875rem;left:18.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #B6B9xOmOt6N6HMUu98u1D3s88LDE8bHB { display:flex;width:1.625rem;height:1.625rem;top:142.625rem;left:18.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBQTuMxHnaHTfc9fUTl0IVrQ9WJbTeLT { display:flex;width:1.625rem;height:1.625rem;top:142.4375rem;left:18.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VxFZ2vvbXSrf3OfzXhrwmQZ8OF0eUlsu { width:1.3125rem;height:0;top:142.875rem;left:18.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VrO2uAgBvrkVGK5FKVH3TgXPeC6tuptS { width:8.625rem;height:0;top:142.875rem;left:11.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ECs1pHkNv6KPNyPqM4wF6OTUeMlv8JcG { display:flex;width:1.625rem;height:1.625rem;top:142.625rem;left:18.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4wdbHTH5sg53QBsggWfsx2nB2h6xCQy { width:7.9375rem;height:0;top:142.6875rem;left:12.0625rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #UuBAO03A32f3GUQ7xyAkpirm8A4nMlXc { width:5.75rem;height:0;top:142.875rem;left:4.8125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #sn230PoTH33c4RndibXX2s52CeUGVDJe { width:17.9375rem;height:9.6875rem;top:131.5rem;left:2.0625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#sn230PoTH33c4RndibXX2s52CeUGVDJe.adaptive-delivery-prevent-bg, #sn230PoTH33c4RndibXX2s52CeUGVDJe.lazyload, #sn230PoTH33c4RndibXX2s52CeUGVDJe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #doOpCvZxuKzMDHF3TvTc5r0ghm7sTwTf { width:5.9375rem;height:0;top:142.9375rem;left:14.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #FEqdSDsS6b0K9TzVCW8sGqdJGzA4WhI9 { width:17.9375rem;height:9.6875rem;top:131.5625rem;left:2.0625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#FEqdSDsS6b0K9TzVCW8sGqdJGzA4WhI9.adaptive-delivery-prevent-bg, #FEqdSDsS6b0K9TzVCW8sGqdJGzA4WhI9.lazyload, #FEqdSDsS6b0K9TzVCW8sGqdJGzA4WhI9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ui9woHmGFrHhQ301HL1NzzgG9Duuq8M9 { width:13.75rem;height:2.5625rem;top:142.125rem;left:6.25rem;font-size:0.9375rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A8X8JF2WbOKd3FlzKLC5DowJhnT0lCSa { display:block; }
 }@media only screen and (max-width: 763px) { #KDWFbWJpyPHlMpAbJmZqUB28ZWId6Xun { width:17.9375rem;height:9.6875rem;top:121.1875rem;left:2.0625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#KDWFbWJpyPHlMpAbJmZqUB28ZWId6Xun.adaptive-delivery-prevent-bg, #KDWFbWJpyPHlMpAbJmZqUB28ZWId6Xun.lazyload, #KDWFbWJpyPHlMpAbJmZqUB28ZWId6Xun.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XKdRLMfwhT3QBfTOxUw31xgZap1ieHRR { width:17.9375rem;height:9.6875rem;top:121.25rem;left:2.0625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/867d9d84-2040-4aa8-a2f0-ef5392128547/TypeA.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#XKdRLMfwhT3QBfTOxUw31xgZap1ieHRR.adaptive-delivery-prevent-bg, #XKdRLMfwhT3QBfTOxUw31xgZap1ieHRR.lazyload, #XKdRLMfwhT3QBfTOxUw31xgZap1ieHRR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #O6Pp6dpi3yuyStODgGKlU69viFcpfMQO { top:4.625rem;left:0.625rem;width:18.75rem;height:9.8125rem;z-index:15286;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/c9f93fe0-86c6-41cf-9716-bfb4238fd004/TYPEC002.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }#O6Pp6dpi3yuyStODgGKlU69viFcpfMQO.adaptive-delivery-prevent-bg, #O6Pp6dpi3yuyStODgGKlU69viFcpfMQO.lazyload, #O6Pp6dpi3yuyStODgGKlU69viFcpfMQO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BMdDxEhXw9BWeALkOuGvQKg8ukKT018Q { top:14.798828125rem;left:0.625rem;width:9.1875rem;height:4.75rem;z-index:15287;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/1079483c-a683-406b-9b05-513263271c9f/TYPEC001.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }#BMdDxEhXw9BWeALkOuGvQKg8ukKT018Q.adaptive-delivery-prevent-bg, #BMdDxEhXw9BWeALkOuGvQKg8ukKT018Q.lazyload, #BMdDxEhXw9BWeALkOuGvQKg8ukKT018Q.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yFrrVTHbLrMw8y697Nt67eNrl8MVmfL9 { top:14.798828125rem;left:10.1875rem;width:9.1875rem;height:4.75rem;z-index:15288;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/91e41c81-ffb9-4f1a-8a16-c4b788517a28/TYPEC004.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }#yFrrVTHbLrMw8y697Nt67eNrl8MVmfL9.adaptive-delivery-prevent-bg, #yFrrVTHbLrMw8y697Nt67eNrl8MVmfL9.lazyload, #yFrrVTHbLrMw8y697Nt67eNrl8MVmfL9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #K5T2XwHyPg3DbOkeRVkmsIKnRoZIGTim { width:20rem;height:22.8125rem;top:27.4375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #q5oNvgyBFcZ1Ea2sxewWK3rosl7a56b3 { width:5.75rem;height:1.13671875rem;top:45.25rem;left:1.1875rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15170;display:block; }
 }@media only screen and (max-width: 763px) { #MiHUbI8XmW26prZtTyfZCgQ66sDKr2QT { top:38.25rem;left:0.625rem;width:9.1875rem;height:4.75rem;z-index:15302;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/08997d6a-159b-4642-a005-18b7435b8236/TYPEE001.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }#MiHUbI8XmW26prZtTyfZCgQ66sDKr2QT.adaptive-delivery-prevent-bg, #MiHUbI8XmW26prZtTyfZCgQ66sDKr2QT.lazyload, #MiHUbI8XmW26prZtTyfZCgQ66sDKr2QT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #N1siCMkHhky0QxPhiif7tNc7ZmyZOhMK { display:flex;width:1.25rem;height:1.25rem;top:43.8125rem;left:3.5rem;font-size:0.875rem;z-index:15158; }
 }@media only screen and (max-width: 763px) { #J5w568f7G3nyssQXGyApSmxB6bUrcopO { width:7.9375rem;height:1.21875rem;top:45.25rem;left:4.1875rem;font-size:0.9375rem;text-align:right;text-align-last:right;z-index:15172;display:block; }
 }@media only screen and (max-width: 763px) { #hb1nFUmStgo1DxLOXmzUPPPVkS9waXKb { width:1.375rem;height:1.13671875rem;top:43.875rem;left:4.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #QGFa88UKmb9w4I2IvkVEEUNnxQg7rpH9 { width:10.625rem;height:2.1875rem;top:47.0625rem;left:4.6875rem;font-size:0.75rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;z-index:15283;display:block; }
 }@media only screen and (max-width: 763px) { #Z0WO5V5OcWRZlPyVl1TfHumQfWU6op0P { display:block; }
 }@media only screen and (max-width: 763px) { #FUqNC2Zb10C26Nk0V7y8ik1UI5Pqndlt { top:28.0625rem;left:0.625rem;width:18.75rem;height:9.8125rem;z-index:15301;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/61434bbf-56d4-4900-a495-ca09b2ff746b/TYPEE002.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }#FUqNC2Zb10C26Nk0V7y8ik1UI5Pqndlt.adaptive-delivery-prevent-bg, #FUqNC2Zb10C26Nk0V7y8ik1UI5Pqndlt.lazyload, #FUqNC2Zb10C26Nk0V7y8ik1UI5Pqndlt.lazyloading { background-image: none; }
#FUqNC2Zb10C26Nk0V7y8ik1UI5Pqndlt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem; }#FUqNC2Zb10C26Nk0V7y8ik1UI5Pqndlt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.11); } }@media only screen and (max-width: 763px) { #cMTBHo3Svfg31RtdTmoulDIO6V2NSVny { display:flex;width:1.25rem;height:1.25rem;top:43.75rem;left:6.25rem;font-size:0.875rem;z-index:15159; }
 }@media only screen and (max-width: 763px) { #nvUl3KtiuxRhXCecATGTrUk6fCb43B2g { width:1.3125rem;height:1.13671875rem;top:43.875rem;left:7.375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15147;display:block; }
 }@media only screen and (max-width: 763px) { #JxvUzLccnuI1zOUclXLqEBxgx4ix5mUR { display:flex;width:1.375rem;height:1.375rem;top:43.75rem;left:8.8125rem;font-size:0.9375rem;z-index:15160; }
 }@media only screen and (max-width: 763px) { #HG5V9zmxZpw6OVXxLkzvVZDu3TWmgZP2 { width:7.125rem;height:0.9746125rem;top:45.4375rem;left:9.6875rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #qZ7eTabxHQJCTitZTUy1Dqpof0RzHMl9 { top:38.25rem;left:10.1875rem;width:9.1875rem;height:4.75rem;z-index:15303;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/83be5c87-c94c-4cc6-95a2-66540b4cf82f/TYPEE004.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }#qZ7eTabxHQJCTitZTUy1Dqpof0RzHMl9.adaptive-delivery-prevent-bg, #qZ7eTabxHQJCTitZTUy1Dqpof0RzHMl9.lazyload, #qZ7eTabxHQJCTitZTUy1Dqpof0RzHMl9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #byalh6nXm4RXMXcN2bL4X8FC2Ey2eHVT { width:6.9375rem;height:1.13671875rem;top:43.875rem;left:10.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15149;display:block; }
 }@media only screen and (max-width: 763px) { #f32DkW5hQWEZTRzItzIdGOdplzTbr14m { width:13.5625rem;height:1.4619125rem;top:28.375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15304;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64be030d-c0a2-4f44-8ae9-587063e0f9d3/hero2.webp");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { width:18.25rem;height:8.9941375rem;top:5.99609375rem;left:0.875rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { width:20rem;height:1.2744125rem;top:3.671875rem;left:0rem;font-size:1.0625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e5ded8);background-image: -moz-linear-gradient(180deg, #ffffff, #e5ded8);background-image: -ms-linear-gradient(180deg, #ffffff, #e5ded8);background-image: -o-linear-gradient(180deg, #ffffff, #e5ded8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5ded8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5ded8' );";background-image: linear-gradient(180deg, #ffffff, #e5ded8);background-size:cover !important;display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .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); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mktJvqZOPbJ6itPD9LE9zohiqcn0KWqQ { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZaq2yQh7uM0LNsSCXG5u2lZ7olZEW7C { width:17.8125rem;height:6.25rem;top:7.296875rem;left:1.0625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/684bb48d-88b9-4d66-9118-318e3c33980b/PrivateSwimmingPool.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RZaq2yQh7uM0LNsSCXG5u2lZ7olZEW7C.adaptive-delivery-prevent-bg, #RZaq2yQh7uM0LNsSCXG5u2lZ7olZEW7C.lazyload, #RZaq2yQh7uM0LNsSCXG5u2lZ7olZEW7C.lazyloading { background-image: none; }
#RZaq2yQh7uM0LNsSCXG5u2lZ7olZEW7C::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#RZaq2yQh7uM0LNsSCXG5u2lZ7olZEW7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); } }@media only screen and (max-width: 763px) { #r4ApSdl9Fh7LiLstA09pCawIinM8qBtz { width:17.8125rem;height:6.25rem;top:14.1875rem;left:1.125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktcHzyOgDlySV9TGmBpATOsPlgqdX3um { width:17.8125rem;height:6.25rem;top:21.0625rem;left:1.125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/167c648f-2cd1-46a3-8fca-fe0e23ae8628/FitnessCenterJPG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ktcHzyOgDlySV9TGmBpATOsPlgqdX3um.adaptive-delivery-prevent-bg, #ktcHzyOgDlySV9TGmBpATOsPlgqdX3um.lazyload, #ktcHzyOgDlySV9TGmBpATOsPlgqdX3um.lazyloading { background-image: none; }
#ktcHzyOgDlySV9TGmBpATOsPlgqdX3um::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#ktcHzyOgDlySV9TGmBpATOsPlgqdX3um::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.1); } }@media only screen and (max-width: 763px) { #WaBT2K0N5t8TrXFJn9m3NEu0Tk5MNfwm { width:17.8125rem;height:6.25rem;top:27.9375rem;left:1.125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFTumrrBu6FMpI9lumQ1oxW6NgAMfUTV { width:17.8125rem;height:2.69824375rem;top:3.5rem;left:1.09375rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L0QG9ekwmEu2qH3N9aqZPi7H2GnHoDuE { width:17.8125rem;height:4.375rem;top:44.8125rem;left:1.125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHwTMfikpC0Sh07UombmJWxVrR7Vgz9U { width:15.0625rem;height:2.47265625rem;top:9.9453125rem;left:2.15625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyIGTErOobbmodFBFguizaauUvi19NeV { width:15.9375rem;height:0.9619125rem;top:8.609375rem;left:2.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBUAtatriikWgo9nvZWbMG56Tgcfl9Hx { width:15.9375rem;height:0.9619125rem;top:15.375rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlyeF7QTqAnVOSauVR1Dz3ekzrQS2U5k { width:15.0625rem;height:2.47265625rem;top:16.6875rem;left:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT1kE98tL1S66v1Ml7e4oVGurdtRRfuW { width:15.9375rem;height:0.9619125rem;top:22.3125rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTT4o6Q2wSMuzvDT3CQ2vRlvVgmXKCgL { width:15.0625rem;height:2.47265625rem;top:23.75rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhTNZKTZETrl3qB7gNoDiF4OE1ie3JsQ { width:15.9375rem;height:0.9619125rem;top:29.1875rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzUOTl34PxUunVIlhRJ4xPBFITWr4W43 { width:15.0625rem;height:2.47265625rem;top:30.625rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #srDEc1xsEJ2hTC5JavaVGQi51iTaI7hn { width:13.25rem;height:1.6484375rem;top:46.8125rem;left:5rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vg4nnW4VIB41Ih2VJeMWlvSe79k5RUId { width:6.9375rem;height:0.9619125rem;top:45.625rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBvVCQWxw3PAaD7zEF6Kv7dN3cGIsdt5 { width:17.8125rem;height:4.375rem;top:49.8125rem;left:1.125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOFhTsDly3T2yGNe5IBKRJFpZRRHuE6P { width:12.3125rem;height:1.798825rem;top:51.75rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL4dWTLdovDc1SgmnUAPraXO37BZ7ftP { width:10.75rem;height:0.9619125rem;top:50.5rem;left:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEdfgkfatn0LT3liCWz0sIygGFUTLJIe { width:17.8125rem;height:4.375rem;top:34.8125rem;left:1.125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0yX86kkgoxzxD8NxPRI4csUX6wWHAs1 { width:13.5rem;height:1.6484375rem;top:36.75rem;left:5rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DkxF8dJyxB8lFwyXBGWZSmfHGmo0519B { width:13.125rem;height:0.9619125rem;top:35.625rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnAaMykhUaEAlEuQOdboUduVI5ElH80U { width:17.8125rem;height:4.375rem;top:39.8125rem;left:1.125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOCkxyluaLpkvMgLIUyfadHGFhNhDwCd { width:13.625rem;height:1.6484375rem;top:41.75rem;left:5.0625rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #T1tT1Vb24nnS6Ec5QVZoqZUdQJGcwNJK { width:11.75rem;height:0.9619125rem;top:40.5625rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCmLJOxkTT7Po198khSrxJFohKvDiqNo { display:flex;width:1.75rem;height:1.75rem;top:36.125rem;left:2.25rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #noPmRrbn6309uLLW2zrx2vKq2wOhyWms { display:flex;width:2.125rem;height:2.125rem;top:41rem;left:2.0625rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #HHV0U0EiVqJK0qcVJbl29ifd4pd7WwRK { display:flex;width:2.125rem;height:2.125rem;top:46.0625rem;left:2.0625rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #V9zv8Jgm50Kk5KN0BEVTXikxJP2TQu4T { display:flex;width:2.125rem;height:2.125rem;top:50.9375rem;left:2.1875rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:rgba(27,72,1,0.6);background-image:url("https://images.assets-landingi.com/uc/e7c04747-13b7-4596-a4e7-039933c30b07/bg401.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.5rem;line-height:1.2;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.7871125rem;top:26.5107421875rem;left:1.8740234375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54385625rem;top:1.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.2246125rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#c79f6e;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { width:0.0625rem;height:5rem;top:67.9091796875rem;left:10.5625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #EylUf5aEdGNQL5r9VpQQ8VyASSKPQit6 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mviBN5EqoAwCSIwX5Xo9uysn3aRUSXGb { width:20rem;height:3.296875rem;top:18.5693359375rem;left:0rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThTzUlTyMElNobLoLANaT5k29oZ2kl4d { width:20rem;height:31.25rem;top:70.4443359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqDuyA62ZRpHn7JHIDUN1dHvLi5wUR0B { top:3.75rem;left:0rem;width:20rem;height:10.625rem;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #ELrxAOXfJTngB4B0USW2HyTOfPulrP9w { width:20rem;height:2.5rem;top:23rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm0tnfTKGerHNgvmXbk7lBIb2RtucTzn { width:13.5625rem;height:0.9746125rem;top:23.8125rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL9N52fX9JsdhsFdZu160cmimtZl2Joy { width:5.75rem;height:0.8994125rem;top:23.8125rem;left:13.625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #H8whSTak4XVUXDnP7FqXvyXTIosJG4P0 { width:20rem;height:2.5rem;top:25.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEkRPX3voLcHryL9NRWE0rJHivk2M0Tw { width:11rem;height:0.9746125rem;top:26.375rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIqNto46SFMsmRVEE88pJa4ScQBV0TIk { width:6.6875rem;height:0.8994125rem;top:26.375rem;left:12.75rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ipdNbfJaCMubQTs0DrZb6zxO4HwKbom8 { display:flex;width:1.375rem;height:1.375rem;top:28.6875rem;left:0.5625rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #iG3aOVuo6ApiHe8FEe3TP6f954krIkMK { width:20rem;height:2.5rem;top:30.6875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZWm2pget24zk0gMLis1WsbpCCgSM0Q3 { width:11rem;height:1.7871125rem;top:31rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQwgJzFHT7e1dZJ7nyM2JWTe1AtvO8oB { width:5.875rem;height:0.8994125rem;top:31.5rem;left:13.5625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #QaidUkESHm4wmb38r1XCQn0Ul8TxTGay { width:20rem;height:2.5rem;top:28.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #msUuvTfF1epGrf6EuXN7eHe0W7ztBFqT { width:11rem;height:0.9746125rem;top:28.9375rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAgUUpGK0uc6qak8gIa7tZKa7abyxAeU { width:11rem;height:0.8994125rem;top:28.9375rem;left:8.4375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #S1lQsk7oVka9r95gqOlpL5CLdsLhh2pp { width:10.5rem;height:2.19921875rem;top:15.625rem;left:4.75rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eZNLktXDNPaHQ3dRAAwl8rJJ4F0R22BR { display:flex;width:1.5rem;height:1.5rem;top:23.5625rem;left:0.5rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #mPZlp2s2tTNKnFyZVbhZips7noSd2QMp { display:flex;width:1.5rem;height:1.5rem;top:26.0625rem;left:0.5rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #y5trBA2VL5APbnhFCTNBamsUuRSUE8bM { width:20rem;height:2.5rem;top:33.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #il6AvpMN2t4zfab5nFfmHPCN8mTubk78 { display:flex;width:1.5rem;height:1.5rem;top:33.8125rem;left:0.5rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #ZITrUfLIDQzAmnblZ4ACOMWCJZmpMFoM { width:4.75rem;height:0.8994125rem;top:34.05078125rem;left:14.625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #aCXalsnTkNNZ8fh2XT2DRhk0iuCnmFQW { width:12.4375rem;height:0.89355625rem;top:34.0625rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE9TELcVq4NLMIOcPzpy4QHzdGff8hdh { display:flex;width:1.375rem;height:1.375rem;top:31.25rem;left:0.5625rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #TZ6vdOEQwgC9cTX6KBrixsXWCb8CcToG { width:20rem;height:2.5rem;top:35.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKPkG2En9seutAc93HLiUNiUehhSdGgB { display:flex;width:1.5rem;height:1.5rem;top:36.3125rem;left:0.5rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #PeuUtyuCRhEEwBGEOwL6CT3qmbiuclNw { width:5.4375rem;height:0.8994125rem;top:36.61328125rem;left:13.9375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uyJaH0vVHzN1ZS2iews1w5J92bpSMMH8 { width:12.1875rem;height:1.7871125rem;top:36.125rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsGf1sAMlT9JByEwnnUeP4TfUlkalgtu { width:19rem;height:3rem;top:39.875rem;left:0.5rem;font-size:1rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxU50Oyrcy9Tx4FBLG6TZNZZ1iwvDatB { display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { width:20rem;height:0.8125rem;top:0.6865234375rem;left:0rem;font-size:0.625rem;display:block; }
 }