.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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:#ffffff;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:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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/83075182-3a82-422f-b9c3-7cbcf6892f49/HeroNew.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;overflow:visible;position:relative;display:block; }#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:29.3125rem;left:47.71875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;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.1);background-image:none;top:28.5rem;left:40.15625rem;border-top:0.125rem solid #cf9b36;border-left:0.125rem solid #cf9b36;border-right:0.125rem solid #cf9b36;border-bottom:0.125rem solid #cf9b36;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:#f1b849;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:29.5625rem;left:40.53125rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:29.625rem;left:54.71875rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZTzOO2KlKH6qTxVdsfh9wDgyexF4HTcT { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:21.4375rem;left:37.28125rem;height:4.72265625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k5u0qpCxQeniF4ar8sS4XQhl6fnambBw { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:11.375rem;top:5.1875rem;left:46.28125rem;overflow:hidden;display:block; }
#rqPhFAv5zSOBvgvTNasqQ4DMUL8IgJk9 { color:#fbc115;display:block;width:34.3125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:18.4375rem;left:34.8125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VEis9NdBzz0SPGxH4iy2JE1XBr1PIZXR { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaba59, #be8211);background-image: -moz-linear-gradient(180deg, #eaba59, #be8211);background-image: -ms-linear-gradient(180deg, #eaba59, #be8211);background-image: -o-linear-gradient(180deg, #eaba59, #be8211);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaba59', endColorstr='#be8211' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaba59', endColorstr='#be8211' );";background-image: linear-gradient(180deg, #eaba59, #be8211);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.25rem;left:40.34375rem;display:block; }
#O9BnRKDAtvioFyNQFQwsTB88VH3SnScq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bf3d994b-7646-4881-b71b-d6fd4ebf1881/Gemini_Generated_Image_w91svxw91svxw91s1.png");background-position:top 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; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.adaptive-delivery-prevent-bg, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyload, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyloading { background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(215,167,31,0.6); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(215,167,31,0.6); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .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); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { border-width: 0; border-radius: 0; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::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; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { font-size:0.875rem;font-family:arial;height:74.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#JVT12346lBX6E9IPLWtJzLnc9NQVig3c { box-sizing:content-box;height:4.375rem;width:75rem;position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:none;top:56.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#aviFEwW9UdZdrQh61ywOCiC1SqwJMpg0 { color:#111111;display:block;width:7.9980625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15124;line-height:1.3;letter-spacing:0;top:57.875rem;left:59.875rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iu7cOD1Que9dQ7hA24gxgpV7vazbx8Qd { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:58.125rem;left:66.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#GEe4BTtGlvqNnXZ2OHUNXZuZ5r0ahBfH { color:#eaba59;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:58.125rem;left:55.75rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#wZNuNduNtyEAeqxi5e7y8FEluE5rX44M { color:#111111;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:58.25rem;left:47.9375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#uXeUXsxc9yh3dJZxFGeqLpw3GqTZW6fE { 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:15112;opacity:1;top:57.9375rem;left:47.1875rem; }
#bh24OR1lnve8uvefFM7i0Xvdd2ZiadiC { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:58.25rem;left:45.625rem;height:1.29980625rem;display:block; }
#aAQ1h9oTre7gFsoDoPS2UmZwxs19IfZl { color:#111111;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:57.6875rem;left:1.5rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SFSl3NFXSPqk3zv59tTaBkZcBWB4JTiK { 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:15111;opacity:1;top:57.8125rem;left:43.5rem; }
#cLBcp9Ud7KvRrctHZwp4gwGlx88fprVM { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:58.25rem;left:41.875rem;height:1.29980625rem;display:block; }
#rq0DLNJnUBgiimuXdVaMRnvnOXQFcdcL { 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:15110;opacity:1;top:58rem;left:39.6875rem; }
#tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { 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:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { color:#0d4641;display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { 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:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { 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:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { color:#111111;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#wByqlVl2AVBFV7BVtC18pPTwMLsmciJI { box-sizing:content-box;height:4.375rem;width:75rem;position:absolute;display:block;z-index:15062;background-color:#ffffff;background-image:none;top:60.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#eLVIXFM3borT3hQyFs2LUvlyHHNRG28f { color:#111111;display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:62.125rem;left:1.5rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EZ2omUuLLASNafX1KwdRC8TNq62qScaB { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:62.625rem;left:41.875rem;height:1.29980625rem;display:block; }
#FOzIFPXuFHHr0RPIAyF7r2xo7PvGWbNA { 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:15121;opacity:1;top:62.4375rem;left:39.6875rem; }
#SG0sCo8JpJSwq3u07wNNfTNilyokTPzD { 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:15122;opacity:1;top:62.25rem;left:43.5rem; }
#CxrXkdJN5TqvTUTX2b8uAVJ3lTRlgQ5W { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:62.625rem;left:45.625rem;height:1.29980625rem;display:block; }
#VLOb74SUXE8WFIyH1UUROVvPSzIScXmK { color:#111111;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:62.625rem;left:47.9375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#dtqgaL6XU7d3gGtFKF8KHIA2p2fJRm7b { 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:15123;opacity:1;top:62.375rem;left:47.1875rem; }
#FmqSBvDAGqkikiXoaCfyasxcbivUzu75 { color:#eaba59;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:62.5625rem;left:54.9375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#XlpIUZWnJ2RrgWwz7de4UTRR9gvmFSa8 { color:#111111;display:block;width:7.9980625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15135;line-height:1.3;letter-spacing:0;top:62.3125rem;left:59.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fnnDLLolkMW8S7nBPgzG4x1N1tG7wHqq { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15134;line-height:1.3;letter-spacing:0;top:62.5625rem;left:66.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#KvlXTtS7rMi2bupvZEQvRBhecSvHyUW4 { box-sizing:content-box;height:4.375rem;width:75rem;position:absolute;display:block;z-index:15073;background-color:#ffffff;background-image:none;top:65.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#XtPvpTMA768Knn7heqPIiSqlfTHTvuqa { color:#111111;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15121;line-height:1.3;letter-spacing:0;top:66.5625rem;left:1.5rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mh7ZUXxrHErcRQUgcQVDZRqTBZcBW9By { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:67.0625rem;left:41.875rem;height:1.29980625rem;display:block; }
#k0SLzrLSfOsyiXlbQQb7GnkkMcLn7F8H { 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:15132;opacity:1;top:66.875rem;left:39.6875rem; }
#q0Hw8OLKTuqHkkvg4W9zXUi3CTmtRUrg { 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:15133;opacity:1;top:66.6875rem;left:43.5rem; }
#DzZBi3kxHNvniTSlxk4cNJIHx6DAxw1F { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15121;line-height:1.3;letter-spacing:0;top:67.0625rem;left:45.625rem;height:1.29980625rem;display:block; }
#WsKHQHKgUmFqpA5e3UmPOiTCdzbdvEIc { color:#111111;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:67.0625rem;left:47.9375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#Zcq5gZP3HdbQUgZta1vcaAXs8k9yWrO1 { 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:15134;opacity:1;top:66.8125rem;left:47.1875rem; }
#hOMDOTaUzmr8TqshnKk4F6KUmiRDuxNh { color:#eaba59;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:67rem;left:54.5625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#urwvD6bT29oQ25cTXhRaT58EVsyaW1AJ { color:#111111;display:block;width:7.9980625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15146;line-height:1.3;letter-spacing:0;top:66.75rem;left:59.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SUg5P0k8TqdXu9A3O9hbab3tk0EXyoHn { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15145;line-height:1.3;letter-spacing:0;top:67rem;left:66.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#Do8igOUvuX9qxRWufggOHnRXPeWAqUvR { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:27.5625rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KR0h1mrCqZD1LV5R9AQveaBTdno1oKKX { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#DcSh6XkBNgogtyNhyUVxCy3fWAEcgWLw { 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:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#QPrP3T2qvb95JUeQRhMlhOfeZvDE7kPv { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#fcH86RbvFaXTzlJdZVomiqfx2BmxGmfV { 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:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#l6FFbdBMiqBpAmB4fi3FgQSwb7PC74T4 { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#ccfmuuWMJWDt4oEk83Wd07IiOPKz95N1 { 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:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#q81iaRM4umGyd7rBiB0T8VTnbab7nBVG { color:#0d4641;display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gK21PvTzRqdxir5rzoCAsheoqzf29GOK { color:#111111;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#XexzELOWtMf9eLqBrR8Vtc4vh7Eu7aMw { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#sMnGKgf6QH94UtBxyCTTLS5c11zW7N2M { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#zdTGCDbGIoJefWb7xbH58ckhWKQrgBgV { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#KPL6FKI4ARGNaDUzpoimtNrVg2Q4MZ0x { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#d4yRdN808Mk608CretLrPLlXEdK1xHkd { 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:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#TWIh71qmQ8QFA9kzXxxknQWEMSzCfuXa { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#FMSzLoEIONhZPTAydMLVqB89kPQTf63s { 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:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#bWTM28hblDNZ8IRkcmmg7pIrzE3IAkJy { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#tk0bS2ArU4gcvd6r5AXiS86cpADaXPX7 { 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:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#nc4PNQsFmekJJLyThPrp6hpniVMEK0KQ { color:#111111;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#Dm0fUeUvpxbVS3JKJB6UT7SyOonxrMgd { color:#0d4641;display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fsmhgMSXRsGD7ir8eKNZGLlG7gO7RxKs { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#vM3p2IEfsTBiPX6DcNTkkK4lMTEydUWM { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#vTboBvKLb1o50nyKVT1OMJz7FATVpGdv { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy { box-sizing:content-box;height:20.5rem;width:35.625rem;position:absolute;display:block;z-index:15147;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/77433562-b3d2-4137-a469-a762dd8c1e57/br1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3623046875rem;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;border-top:0.625rem solid #ffffff;border-left:0.625rem solid #ffffff;border-right:0.625rem solid #ffffff;border-bottom:0.625rem solid #ffffff;display:block; }#bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy.adaptive-delivery-prevent-bg, #bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy.lazyload, #bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy.lazyloading { background-image: none; }
#XSxckATss22K9N9FOICSLzI9H1rilRkt { box-sizing:content-box;height:20.5rem;width:35.625rem;position:absolute;display:block;z-index:15148;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5577d5a-82f0-4156-99d8-b282cd353110/br2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3623046875rem;left:38.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.625rem solid #ffffff;border-left:0.625rem solid #ffffff;border-right:0.625rem solid #ffffff;border-bottom:0.625rem solid #ffffff;display:block; }#XSxckATss22K9N9FOICSLzI9H1rilRkt.adaptive-delivery-prevent-bg, #XSxckATss22K9N9FOICSLzI9H1rilRkt.lazyload, #XSxckATss22K9N9FOICSLzI9H1rilRkt.lazyloading { background-image: none; }
#czEAtBMyzVDl1TmpBCBsccZDb1hGbslK { box-sizing:content-box;height:20.5rem;width:35.625rem;position:absolute;display:block;z-index:15149;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/17f82a44-a2a5-498e-a150-ac898908b4a5/br3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:33.375rem;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;border-top:0.625rem solid #ffffff;border-left:0.625rem solid #ffffff;border-right:0.625rem solid #ffffff;border-bottom:0.625rem solid #ffffff;display:block; }#czEAtBMyzVDl1TmpBCBsccZDb1hGbslK.adaptive-delivery-prevent-bg, #czEAtBMyzVDl1TmpBCBsccZDb1hGbslK.lazyload, #czEAtBMyzVDl1TmpBCBsccZDb1hGbslK.lazyloading { background-image: none; }
#G5RHTk714MNSu7IcKXlD9guRgpmw8MvU { box-sizing:content-box;height:20.5rem;width:35.625rem;position:absolute;display:block;z-index:15150;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4c45af06-31bc-4bef-98f8-087e2fb3658f/br4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:33.375rem;left:38.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.625rem solid #ffffff;border-left:0.625rem solid #ffffff;border-right:0.625rem solid #ffffff;border-bottom:0.625rem solid #ffffff;display:block; }#G5RHTk714MNSu7IcKXlD9guRgpmw8MvU.adaptive-delivery-prevent-bg, #G5RHTk714MNSu7IcKXlD9guRgpmw8MvU.lazyload, #G5RHTk714MNSu7IcKXlD9guRgpmw8MvU.lazyloading { background-image: none; }
#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container { background-color: transparent; background-image: none; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container > .video-iframe-container { display: none; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row > .video-iframe-container { display: block; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .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); }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container { border-width: 0; border-radius: 0; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 { position:relative;display:none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 { border-width: 0; border-radius: 0; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .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; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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:none; }#QnLTsTTZwt2Lone1UnLxbR7cRBSegeC3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9e661466-e07c-4691-b51b-da34f3b74063/BGform2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:1rem;font-weight:400;color:#ffffff;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.4; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;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:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;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:montserrat; }
#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:montserrat;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #be9277, #875b40);background-image: -moz-linear-gradient(180deg, #be9277, #875b40);background-image: -ms-linear-gradient(180deg, #be9277, #875b40);background-image: -o-linear-gradient(180deg, #be9277, #875b40);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be9277', endColorstr='#875b40' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be9277', endColorstr='#875b40' );";background-image: linear-gradient(180deg, #be9277, #875b40);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.125rem;font-weight:700;color:#ffffff;width:20.4375rem;height:3rem;font-family:montserrat;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:montserrat;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:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;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:montserrat;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(0,0,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.8115234375rem;left:47.9677734375rem; }
#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:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;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(0,0,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.8115234375rem;left:47.9677734375rem; }
#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:#ffffff;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.949575rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.375rem;left:5.125rem;height:6rem;font-style:normal;display:block; }
#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/0f0ab604-a7f2-4a6f-a0e6-295f2d9fb41d/250421_HS5_01_overall_FINAL.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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.45); }#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.45); }#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:34.375rem;width:75rem;position:relative;display:block; }#xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:12.462890625rem;left:39.5rem;height:9.44726875rem;display:block; }
#Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { color:#ffffff;display:block;width:31.6875rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:12.013671875rem;left:0rem;height:10.347625rem;display:block; }
#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(183,144,50,0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:46.875rem;width:75rem;position:relative;display:block; }#J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { color:#9f7358;display:block;width:18.3115rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.75rem;left:28.3427734375rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f35265c8-3709-44d3-9208-94bbfadf27b4/250421_HS5_03_overallpool.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:0rem;display:block; }#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.adaptive-delivery-prevent-bg, #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.lazyload, #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.lazyloading { background-image: none; }
#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vy71WDQQDxNzIMxCzcz93P77TEhPobcP { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/48fc7909-1a8a-4e96-8bb1-19dce1f07f07/INT_FITNESS_FINAL.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:25.3115234375rem;display:block; }#Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.adaptive-delivery-prevent-bg, #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.lazyload, #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.lazyloading { background-image: none; }
#Vy71WDQQDxNzIMxCzcz93P77TEhPobcP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0.2);background-image:url("https://images.assets-landingi.com/uc/84840a1c-fc70-456c-b7b1-761141dca460/250604_HS5_Petpark_Final_015.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.875rem;left:25.3125rem;display:block; }#iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.adaptive-delivery-prevent-bg, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyload, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyloading { background-image: none; }
#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f670267e-1a5d-412a-9585-c27db6fce5e9/INT_PILATES_FINAL.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.875rem;left:0rem;display:block; }#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.adaptive-delivery-prevent-bg, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyload, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyloading { background-image: none; }
#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/939f00e3-ddd5-4317-9c7c-b6060754d6ed/250604_HS5_ClubhouseGarden_Final.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:50.625rem;display:block; }#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.adaptive-delivery-prevent-bg, #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.lazyload, #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.lazyloading { background-image: none; }
#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0.2);background-image:url("https://images.assets-landingi.com/uc/d6910565-65e2-48bc-8d8f-82abcf2d02e5/INT_COWORKING_FINAL.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.875rem;left:50.625rem;display:block; }#FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.adaptive-delivery-prevent-bg, #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.lazyload, #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.lazyloading { background-image: none; }
#CiUGEdWb1JBRDrg2ACs16THqOKyNCeDc { color:#8ac09e;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:23.70703125rem;left:5.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#PhZw2sHxwNDaPLTF7J2IDLBzUkSOgTbp { color:#8ac09e;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:23.70703125rem;left:31.25rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FqSsllkVuVhqoiibFTPv6hSlsddFbgvh { color:#8ac09e;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:23.70703125rem;left:56.5625rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#TSK32uuHq0c11GfKf64OWnEl2rRKrZ9W { color:#8ac09e;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:40.20703125rem;left:3.875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lAwq9QKUNTr0IGFB9rWMwO0alUXsxSwV { color:#8ac09e;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:40.20703125rem;left:29.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OJzoTF2VIm94Fb3RLMZTTfJ9uy9LWxU1 { color:#8ac09e;display:block;width:20.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:40.20703125rem;left:52.6875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K6RtLT1mrd9kz4W4MHRP3bX2UpbUNZeV { color:#fffdfb;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:16.14453125rem;left:5.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:none; }
#caLht4kmDNF9D4b8ngAxDHhF54cB2DT8 { color:#fffdfb;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:16.14453125rem;left:5.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:none; }
#h3I3DhUQ1kyoeynkhE3prKysUZimB2Vx { color:#fffdfb;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:16.14453125rem;left:5.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:none; }
#fblTMb0fvn4aPeclX8nvTUn3VGID2poa { color:#fffdfb;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:16.14453125rem;left:5.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:none; }
#brVcwqaJf9AP2TgNsAcr0arfPTtv4Ku7 { color:#fffdfb;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:16.14453125rem;left:5.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:none; }
#DbhzHaMXFH7JSXntyswizEeAUl8SPZsA { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;top:22.8125rem;left:0rem;display:block; }
#RX4kb8oVQiNwA5ee6lClIbNWdG3zFuUk { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;top:22.8125rem;left:25.3125rem;display:block; }
#IvqI2ykNBSe9yEmg3Je58E1AJ44DcULh { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;top:22.8125rem;left:50.625rem;display:block; }
#ii55CkThEzP1BfAr17X4o6Insa2u16wT { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;top:39.375rem;left:0rem;display:block; }
#G2LTHAlVPLwLC75xkuLmqgGyALL2dJQ5 { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;top:39.375rem;left:25.3125rem;display:block; }
#o0t7G9kzM6V7mwWNoTZtXlVZtVp33VTP { box-sizing:content-box;height:3.125rem;width:24.375rem;position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:none;top:39.375rem;left:50.625rem;display:block; }
#HWVSlXChVaysmT4DpndxW63c2ZscerZ2 { position:relative;display:block; }#HWVSlXChVaysmT4DpndxW63c2ZscerZ2 { background-color: transparent; background-image: none; }#HWVSlXChVaysmT4DpndxW63c2ZscerZ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWVSlXChVaysmT4DpndxW63c2ZscerZ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWVSlXChVaysmT4DpndxW63c2ZscerZ2 > .row .container > .video-iframe-container { display: none; }#HWVSlXChVaysmT4DpndxW63c2ZscerZ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWVSlXChVaysmT4DpndxW63c2ZscerZ2 > .row > .video-iframe-container { display: none; }#HWVSlXChVaysmT4DpndxW63c2ZscerZ2 > .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); }#HWVSlXChVaysmT4DpndxW63c2ZscerZ2 { border-width: 0; border-radius: 0; }#HWVSlXChVaysmT4DpndxW63c2ZscerZ2 > .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; }#HWVSlXChVaysmT4DpndxW63c2ZscerZ2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:54.3125rem;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; }#MSTaGMLkNA9wueoUw769UK0ErzNzvQEO { 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:49.9375rem;width:75rem;top:4.375rem;left:0rem;overflow:hidden;display:block; }
#WUB3qi0I9pkBoTbMoCZeaIpQKzm6rCNe { position:relative;display:block; }#WUB3qi0I9pkBoTbMoCZeaIpQKzm6rCNe { background-color: transparent; background-image: none; }#WUB3qi0I9pkBoTbMoCZeaIpQKzm6rCNe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUB3qi0I9pkBoTbMoCZeaIpQKzm6rCNe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUB3qi0I9pkBoTbMoCZeaIpQKzm6rCNe > .row .container > .video-iframe-container { display: none; }#WUB3qi0I9pkBoTbMoCZeaIpQKzm6rCNe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUB3qi0I9pkBoTbMoCZeaIpQKzm6rCNe > .row > .video-iframe-container { display: none; }#WUB3qi0I9pkBoTbMoCZeaIpQKzm6rCNe > .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); }#WUB3qi0I9pkBoTbMoCZeaIpQKzm6rCNe { border-width: 0; border-radius: 0; }#WUB3qi0I9pkBoTbMoCZeaIpQKzm6rCNe > .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; }#WUB3qi0I9pkBoTbMoCZeaIpQKzm6rCNe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.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; }#MAnTliAvrVE69kpmJ0clI60HuhF5yS0r { color:#9f7358;display:block;width:33.1875rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:6.0625rem;left:40.9375rem;height:9.4863125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tXSsTq8iXfzH1x3JbmyTWEIQgzeQk2We { box-sizing:content-box;height:12.5rem;width:18.125rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7076c923-4542-491e-b84b-accfdbfdaad0/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.375rem;left:0rem;display:block; }#tXSsTq8iXfzH1x3JbmyTWEIQgzeQk2We.adaptive-delivery-prevent-bg, #tXSsTq8iXfzH1x3JbmyTWEIQgzeQk2We.lazyload, #tXSsTq8iXfzH1x3JbmyTWEIQgzeQk2We.lazyloading { background-image: none; }
#VCCOQlKTgRyTBg3WhRGP51Oop0TJpMlo { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.75rem;left:40.9375rem;height:12.9980625rem;display:block; }
#QzhqzEqIhUJiBn1MVuiUvIyz5SIfiz4m { box-sizing:content-box;height:12.5rem;width:18.125rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b9f174f6-eea3-4376-9c82-a7ad73c39064/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.5rem;left:18.75rem;display:block; }#QzhqzEqIhUJiBn1MVuiUvIyz5SIfiz4m.adaptive-delivery-prevent-bg, #QzhqzEqIhUJiBn1MVuiUvIyz5SIfiz4m.lazyload, #QzhqzEqIhUJiBn1MVuiUvIyz5SIfiz4m.lazyloading { background-image: none; }
#AadgmebXZPH3GCSThogn26EZRCphXvUb { box-sizing:content-box;height:12.5rem;width:18.125rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/10f9f09e-e028-4001-94b3-45fa08d8cc08/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:20.625rem;left:18.75rem;display:block; }#AadgmebXZPH3GCSThogn26EZRCphXvUb.adaptive-delivery-prevent-bg, #AadgmebXZPH3GCSThogn26EZRCphXvUb.lazyload, #AadgmebXZPH3GCSThogn26EZRCphXvUb.lazyloading { background-image: none; }
#KwHnGH1E3SkG6tWV2SMScMtSsiw3hKxS { box-sizing:content-box;height:12.5rem;width:18.125rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/45f00620-355c-4236-b4ed-4b42d8d2c106/3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.5rem;left:0rem;display:block; }#KwHnGH1E3SkG6tWV2SMScMtSsiw3hKxS.adaptive-delivery-prevent-bg, #KwHnGH1E3SkG6tWV2SMScMtSsiw3hKxS.lazyload, #KwHnGH1E3SkG6tWV2SMScMtSsiw3hKxS.lazyloading { background-image: none; }
#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8ac09e;background-image:url("https://images.assets-landingi.com/uc/555054af-6595-464f-bf11-4f11ce3e58ba/BGlocation.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; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P.adaptive-delivery-prevent-bg, #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P.lazyload, #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P.lazyloading { background-image: none; }#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:57.8125rem;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; }
#KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5625rem;left:21.155893325806rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#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; }
#GMuLz5Kgs4Sc4XTZcwb3qVv6LDbOi8JA { box-sizing:content-box;height:43.5625rem;width:75rem;position:absolute;display:block;z-index:15098;background-color:#ffffff;background-image:none;top:9.9765625rem;left:0rem;display:block; }
#EK1QFCMytSqaQR0qAxi16ydoWJKNmoRf { position:absolute;display:block;z-index:15111;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:42.5rem;width:68.125rem;top:10.9453125rem;left:3.4375rem;overflow:hidden;display:block; }
#T9cpoPZETrHT2Hf1DBD1uISHTsNIOhWM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013168;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T9cpoPZETrHT2Hf1DBD1uISHTsNIOhWM > .row .container { background-color: transparent; background-image: none; }#T9cpoPZETrHT2Hf1DBD1uISHTsNIOhWM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9cpoPZETrHT2Hf1DBD1uISHTsNIOhWM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9cpoPZETrHT2Hf1DBD1uISHTsNIOhWM > .row .container > .video-iframe-container { display: none; }#T9cpoPZETrHT2Hf1DBD1uISHTsNIOhWM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9cpoPZETrHT2Hf1DBD1uISHTsNIOhWM > .row > .video-iframe-container { display: none; }#T9cpoPZETrHT2Hf1DBD1uISHTsNIOhWM > .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); }#T9cpoPZETrHT2Hf1DBD1uISHTsNIOhWM > .row .container { border-width: 0; border-radius: 0; }#T9cpoPZETrHT2Hf1DBD1uISHTsNIOhWM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9cpoPZETrHT2Hf1DBD1uISHTsNIOhWM > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#G77Ti19Q7MlxRSwXBn0DHyqUpQzh3lTX { color:#222222;display:block;width:42rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:8.9873046875rem;left:3.09375rem;height:6.32425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eTsRZfTR6RKM8Rws8TwIXvM34KDBRcDx { position:absolute;display:block;z-index:15006;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:2rem;width:15.3125rem;top:9.3125rem;left:56.75rem;overflow:hidden;display:block; }
#fdWb6gXbBtihkIpdOHpEll0T0oP7HsNn { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.427734375rem;left:3.09375rem;height:11.69821875rem;text-align:left;text-align-last:left;display:block; }
#UvQQbzdiNSdSvnLKcwWUfy8yS8L6GA8x { box-sizing:content-box;height:30.625rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:4.375rem;left:0rem;display:block; }
#gyoVyzIaBHQyhDbSFLwD1ClvvNTxUge3 { position:absolute;display:block;z-index:15008;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:14.875rem;width:18.75rem;top:15.375rem;left:54.375rem;overflow:hidden;display:block; }
#KvJwm7HkgfSAuTOhSazghh5WSNTEt9RI { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:18.75rem;top:6.9375rem;left:35.0625rem;overflow:hidden;display:block; }
#zEq85ZGVDJKQc4H8mimdAqwTM1bbTf1E { position:absolute;display:block;z-index:15010;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:9.9375rem;width:12.5rem;top:22.5rem;left:41.375rem;overflow:hidden;display:block; }
#RT6kE5wf3n2fH8eyfQXA0Tuxyx4esZ6g { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a5d0b3, #67a07c);background-image: -moz-linear-gradient(180deg, #a5d0b3, #67a07c);background-image: -ms-linear-gradient(180deg, #a5d0b3, #67a07c);background-image: -o-linear-gradient(180deg, #a5d0b3, #67a07c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5d0b3', endColorstr='#67a07c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5d0b3', endColorstr='#67a07c' );";background-image: linear-gradient(180deg, #a5d0b3, #67a07c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:39.375rem;left:25.875rem;display:block; }
#QeICldrEA27Rodl0K7AGAPZHtCNqkpCd { 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:#ffffff;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:#999999;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.13725rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #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) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:29.3125rem;left:34.09375rem;width:9.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { top:28.5rem;left:24.375rem;width:23.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { top:29.5625rem;left:26.90625rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { top:29.625rem;left:38.6875rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTzOO2KlKH6qTxVdsfh9wDgyexF4HTcT { top:21.4375rem;left:18.375rem;width:29.375rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5u0qpCxQeniF4ar8sS4XQhl6fnambBw { top:5.1875rem;left:32.65625rem;width:11.375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqPhFAv5zSOBvgvTNasqQ4DMUL8IgJk9 { top:18.4375rem;left:13.4375rem;width:34.3125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEis9NdBzz0SPGxH4iy2JE1XBr1PIZXR { width:23.25rem;height:3.375rem;top:33.25rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9BnRKDAtvioFyNQFQwsTB88VH3SnScq { display:block; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVT12346lBX6E9IPLWtJzLnc9NQVig3c { top:56.375rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aviFEwW9UdZdrQh61ywOCiC1SqwJMpg0 { top:57.875rem;left:39.8125rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu7cOD1Que9dQ7hA24gxgpV7vazbx8Qd { top:58.125rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEe4BTtGlvqNnXZ2OHUNXZuZ5r0ahBfH { top:58.125rem;left:42rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZNuNduNtyEAeqxi5e7y8FEluE5rX44M { top:58.25rem;left:34.3125rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXeUXsxc9yh3dJZxFGeqLpw3GqTZW6fE { top:57.9375rem;left:33.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh24OR1lnve8uvefFM7i0Xvdd2ZiadiC { top:58.25rem;left:32rem;width:1.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAQ1h9oTre7gFsoDoPS2UmZwxs19IfZl { top:57.6875rem;left:0rem;width:14.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFSl3NFXSPqk3zv59tTaBkZcBWB4JTiK { top:57.8125rem;left:29.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLBcp9Ud7KvRrctHZwp4gwGlx88fprVM { top:58.25rem;left:28.25rem;width:1.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq0DLNJnUBgiimuXdVaMRnvnOXQFcdcL { top:58rem;left:26.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { top:28.75rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { top:26.5rem;left:0rem;width:8.5rem;height:1.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { top:28.75rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { top:13.75rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { top:12.125rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { top:13.4375rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wByqlVl2AVBFV7BVtC18pPTwMLsmciJI { top:60.8125rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLVIXFM3borT3hQyFs2LUvlyHHNRG28f { top:62.125rem;left:0rem;width:16.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ2omUuLLASNafX1KwdRC8TNq62qScaB { top:62.625rem;left:28.25rem;width:1.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOzIFPXuFHHr0RPIAyF7r2xo7PvGWbNA { top:62.4375rem;left:26.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG0sCo8JpJSwq3u07wNNfTNilyokTPzD { top:62.25rem;left:29.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxrXkdJN5TqvTUTX2b8uAVJ3lTRlgQ5W { top:62.625rem;left:32rem;width:1.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLOb74SUXE8WFIyH1UUROVvPSzIScXmK { top:62.625rem;left:34.3125rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtqgaL6XU7d3gGtFKF8KHIA2p2fJRm7b { top:62.375rem;left:33.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmqSBvDAGqkikiXoaCfyasxcbivUzu75 { top:62.5625rem;left:41.3125rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlpIUZWnJ2RrgWwz7de4UTRR9gvmFSa8 { top:62.3125rem;left:39.8125rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnnDLLolkMW8S7nBPgzG4x1N1tG7wHqq { top:62.5625rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvlXTtS7rMi2bupvZEQvRBhecSvHyUW4 { top:65.25rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtPvpTMA768Knn7heqPIiSqlfTHTvuqa { top:66.5625rem;left:0rem;width:14.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh7ZUXxrHErcRQUgcQVDZRqTBZcBW9By { top:67.0625rem;left:28.25rem;width:1.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0SLzrLSfOsyiXlbQQb7GnkkMcLn7F8H { top:66.875rem;left:26.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0Hw8OLKTuqHkkvg4W9zXUi3CTmtRUrg { top:66.6875rem;left:29.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzZBi3kxHNvniTSlxk4cNJIHx6DAxw1F { top:67.0625rem;left:32rem;width:1.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsKHQHKgUmFqpA5e3UmPOiTCdzbdvEIc { top:67.0625rem;left:34.3125rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zcq5gZP3HdbQUgZta1vcaAXs8k9yWrO1 { top:66.8125rem;left:33.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOMDOTaUzmr8TqshnKk4F6KUmiRDuxNh { top:67rem;left:40.9375rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #urwvD6bT29oQ25cTXhRaT58EVsyaW1AJ { top:66.75rem;left:39.8125rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUg5P0k8TqdXu9A3O9hbab3tk0EXyoHn { top:67rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do8igOUvuX9qxRWufggOHnRXPeWAqUvR { top:3.75rem;left:13.9375rem;width:19.875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR0h1mrCqZD1LV5R9AQveaBTdno1oKKX { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DcSh6XkBNgogtyNhyUVxCy3fWAEcgWLw { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QPrP3T2qvb95JUeQRhMlhOfeZvDE7kPv { top:18.125rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fcH86RbvFaXTzlJdZVomiqfx2BmxGmfV { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6FFbdBMiqBpAmB4fi3FgQSwb7PC74T4 { top:18.125rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccfmuuWMJWDt4oEk83Wd07IiOPKz95N1 { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q81iaRM4umGyd7rBiB0T8VTnbab7nBVG { top:15.875rem;left:0rem;width:8.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gK21PvTzRqdxir5rzoCAsheoqzf29GOK { top:18.125rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XexzELOWtMf9eLqBrR8Vtc4vh7Eu7aMw { top:16.8125rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sMnGKgf6QH94UtBxyCTTLS5c11zW7N2M { top:18.125rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zdTGCDbGIoJefWb7xbH58ckhWKQrgBgV { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPL6FKI4ARGNaDUzpoimtNrVg2Q4MZ0x { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d4yRdN808Mk608CretLrPLlXEdK1xHkd { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWIh71qmQ8QFA9kzXxxknQWEMSzCfuXa { top:22.8125rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMSzLoEIONhZPTAydMLVqB89kPQTf63s { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bWTM28hblDNZ8IRkcmmg7pIrzE3IAkJy { top:22.8125rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tk0bS2ArU4gcvd6r5AXiS86cpADaXPX7 { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nc4PNQsFmekJJLyThPrp6hpniVMEK0KQ { top:22.8125rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dm0fUeUvpxbVS3JKJB6UT7SyOonxrMgd { top:20.5625rem;left:0rem;width:8.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fsmhgMSXRsGD7ir8eKNZGLlG7gO7RxKs { top:21.5rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vM3p2IEfsTBiPX6DcNTkkK4lMTEydUWM { top:22.8125rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTboBvKLb1o50nyKVT1OMJz7FATVpGdv { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy { top:10.3125rem;left:0rem;width:35.625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSxckATss22K9N9FOICSLzI9H1rilRkt { top:10.3125rem;left:10.875rem;width:35.625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #czEAtBMyzVDl1TmpBCBsccZDb1hGbslK { top:33.375rem;left:0rem;width:35.625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5RHTk714MNSu7IcKXlD9guRgpmw8MvU { top:33.375rem;left:10.875rem;width:35.625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbTTGfEiMw09WwA993HD8dVv70bsbsg0 { display:block; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 { display:none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QnLTsTTZwt2Lone1UnLxbR7cRBSegeC3 { display:none; }
 }@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.125rem;left:0rem;width:28.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.375rem;left:0rem;width:27.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@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:12.4375rem;left:12.25rem;width:35.5rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { top:12rem;left:0rem;width:31.6875rem;height:10.3125rem;font-size:1rem;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) { #J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { top:3.75rem;left:14.6875rem;width:18.25rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS { top:10.3125rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP { top:10.3125rem;left:11.6865234375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { top:26.875rem;left:11.6875rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { top:26.875rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK { top:10.3125rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF { top:26.875rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiUGEdWb1JBRDrg2ACs16THqOKyNCeDc { top:23.6875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhZw2sHxwNDaPLTF7J2IDLBzUkSOgTbp { top:23.6875rem;left:17.625rem;width:12.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqSsllkVuVhqoiibFTPv6hSlsddFbgvh { top:23.6875rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSK32uuHq0c11GfKf64OWnEl2rRKrZ9W { top:40.1875rem;left:0rem;width:16.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAwq9QKUNTr0IGFB9rWMwO0alUXsxSwV { top:40.1875rem;left:15.5625rem;width:16.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJzoTF2VIm94Fb3RLMZTTfJ9uy9LWxU1 { top:40.1875rem;left:27.5rem;width:20.25rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6RtLT1mrd9kz4W4MHRP3bX2UpbUNZeV { top:6rem;left:0rem;width:9.75rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #caLht4kmDNF9D4b8ngAxDHhF54cB2DT8 { top:12.375rem;left:0rem;width:9.75rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3I3DhUQ1kyoeynkhE3prKysUZimB2Vx { top:12.4375rem;left:0rem;width:9.75rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fblTMb0fvn4aPeclX8nvTUn3VGID2poa { top:18.625rem;left:0rem;width:9.75rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #brVcwqaJf9AP2TgNsAcr0arfPTtv4Ku7 { top:18.6875rem;left:0rem;width:9.75rem;height:0.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DbhzHaMXFH7JSXntyswizEeAUl8SPZsA { top:22.8125rem;left:0rem;width:24.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX4kb8oVQiNwA5ee6lClIbNWdG3zFuUk { top:22.8125rem;left:11.6875rem;width:24.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvqI2ykNBSe9yEmg3Je58E1AJ44DcULh { top:22.8125rem;left:23.375rem;width:24.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii55CkThEzP1BfAr17X4o6Insa2u16wT { top:39.375rem;left:0rem;width:24.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2LTHAlVPLwLC75xkuLmqgGyALL2dJQ5 { top:39.375rem;left:11.6875rem;width:24.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0t7G9kzM6V7mwWNoTZtXlVZtVp33VTP { top:39.375rem;left:23.375rem;width:24.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWVSlXChVaysmT4DpndxW63c2ZscerZ2 { display:block; }#HWVSlXChVaysmT4DpndxW63c2ZscerZ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSTaGMLkNA9wueoUw769UK0ErzNzvQEO { top:4.375rem;left:0rem;width:47.75rem;height:31.793541666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUB3qi0I9pkBoTbMoCZeaIpQKzm6rCNe { display:block; }#WUB3qi0I9pkBoTbMoCZeaIpQKzm6rCNe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAnTliAvrVE69kpmJ0clI60HuhF5yS0r { top:6.0625rem;left:14.5625rem;width:33.1875rem;height:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXSsTq8iXfzH1x3JbmyTWEIQgzeQk2We { top:4.375rem;left:0rem;width:18.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCCOQlKTgRyTBg3WhRGP51Oop0TJpMlo { top:17.75rem;left:13.6875rem;width:34.0625rem;height:12.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzhqzEqIhUJiBn1MVuiUvIyz5SIfiz4m { top:7.5rem;left:5.125rem;width:18.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AadgmebXZPH3GCSThogn26EZRCphXvUb { top:20.625rem;left:5.125rem;width:18.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwHnGH1E3SkG6tWV2SMScMtSsiw3hKxS { top:17.5rem;left:0rem;width:18.125rem;height:12.5rem;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) { #KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { top:3.5625rem;left:7.5308933258056rem;width:32.6875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@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) { #GMuLz5Kgs4Sc4XTZcwb3qVv6LDbOi8JA { top:9.9375rem;left:0rem;width:47.75rem;height:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK1QFCMytSqaQR0qAxi16ydoWJKNmoRf { top:10.9375rem;left:0rem;width:47.75rem;height:29.788990825688rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9cpoPZETrHT2Hf1DBD1uISHTsNIOhWM { display:block; }#T9cpoPZETrHT2Hf1DBD1uISHTsNIOhWM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G77Ti19Q7MlxRSwXBn0DHyqUpQzh3lTX { top:8.9375rem;left:0rem;width:42rem;height:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTsRZfTR6RKM8Rws8TwIXvM34KDBRcDx { top:9.3125rem;left:32.4375rem;width:15.3125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdWb6gXbBtihkIpdOHpEll0T0oP7HsNn { top:18.375rem;left:0rem;width:30.1875rem;height:11.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvQQbzdiNSdSvnLKcwWUfy8yS8L6GA8x { top:4.375rem;left:0rem;width:47.75rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyoVyzIaBHQyhDbSFLwD1ClvvNTxUge3 { top:15.375rem;left:29rem;width:18.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvJwm7HkgfSAuTOhSazghh5WSNTEt9RI { top:6.9375rem;left:21.4375rem;width:18.75rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEq85ZGVDJKQc4H8mimdAqwTM1bbTf1E { top:22.5rem;left:27.75rem;width:12.5rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT6kE5wf3n2fH8eyfQXA0Tuxyx4esZ6g { width:23.25rem;height:3.125rem;top:39.375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeICldrEA27Rodl0K7AGAPZHtCNqkpCd { 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/c9c499f1-2e4c-4268-9e1c-d10e314ae352/250421_HS5_04_GardenKidspool_Final.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#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.4); }#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:34.3203125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:5.25rem;height:1.21875rem;top:6.8125rem;left:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { width:17.24875rem;height:2.25rem;top:6.25rem;left:1.25rem;background-color:rgba(17,17,17,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { width:5.6875rem;height:0.89355625rem;top:6.9375rem;left:1.9375rem;font-size:0.8125rem;color:#e6a85c;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { width:5.625rem;height:0.89355625rem;top:7rem;left:12.4375rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZTzOO2KlKH6qTxVdsfh9wDgyexF4HTcT { width:19.6875rem;height:2.923825rem;top:9.859375rem;left:0.15625rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #k5u0qpCxQeniF4ar8sS4XQhl6fnambBw { width:11.375rem;height:10.9375rem;top:13.984375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqPhFAv5zSOBvgvTNasqQ4DMUL8IgJk9 { width:20rem;height:0;top:26.171875rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VEis9NdBzz0SPGxH4iy2JE1XBr1PIZXR { width:19rem;height:3.375rem;top:29.6953125rem;left:0.5rem;font-size:0.9375rem;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) { #O9BnRKDAtvioFyNQFQwsTB88VH3SnScq { display:block; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:#8ac09e;background-image:url("https://images.assets-landingi.com/uc/fc3b7957-3ef9-4be0-bbc7-05b52e7ca6ff/BGMain120925.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.adaptive-delivery-prevent-bg, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyload, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyloading { background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .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); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:20rem;height:115.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVT12346lBX6E9IPLWtJzLnc9NQVig3c { width:20rem;height:5.0625rem;top:97.497335433963rem;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:none; }
 }@media only screen and (max-width: 763px) { #aviFEwW9UdZdrQh61ywOCiC1SqwJMpg0 { width:7.9368125rem;height:0;top:99.372335433963rem;left:12.062322020531rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #iu7cOD1Que9dQ7hA24gxgpV7vazbx8Qd { width:7.0623125rem;height:0;top:100.87269020081rem;left:12.937676787376rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #GEe4BTtGlvqNnXZ2OHUNXZuZ5r0ahBfH { width:5.7492875rem;height:0;top:98.122335433963rem;left:14.250709891319rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #wZNuNduNtyEAeqxi5e7y8FEluE5rX44M { width:4.562325rem;height:0;top:100.68536567688rem;left:9.1867898702619rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uXeUXsxc9yh3dJZxFGeqLpw3GqTZW6fE { display:flex;width:1.5625rem;height:1.5625rem;top:100.37286567688rem;left:7.4360793828963rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bh24OR1lnve8uvefFM7i0Xvdd2ZiadiC { width:1.25rem;height:0;top:100.68536567688rem;left:6.061789393425rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aAQ1h9oTre7gFsoDoPS2UmZwxs19IfZl { width:5.499825rem;height:0;top:98.122335433963rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SFSl3NFXSPqk3zv59tTaBkZcBWB4JTiK { display:flex;width:1.5625rem;height:1.5625rem;top:100.24769020081rem;left:4.186789393425rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLBcp9Ud7KvRrctHZwp4gwGlx88fprVM { width:1.31214375rem;height:0;top:100.68536567688rem;left:2.9367896318436rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rq0DLNJnUBgiimuXdVaMRnvnOXQFcdcL { display:flex;width:1.5625rem;height:1.5625rem;top:100.43501091003rem;left:0.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { width:20rem;height:4.375rem;top:10.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { display:flex;width:1.25rem;height:1.25rem;top:13.3125rem;left:0.9375rem;font-size:0.875rem;z-index:15110; }
 }@media only screen and (max-width: 763px) { #enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { width:1.31214375rem;height:1.13671875rem;top:13.4375rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { width:8.5rem;height:1.4619125rem;top:11.1875rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15099;font-family:montserrat;font-weight:700;font-style:normal;color:#111111;display:block; }
 }@media only screen and (max-width: 763px) { #kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { display:flex;width:1.25rem;height:1.25rem;top:13.1875rem;left:3.5625rem;font-size:0.875rem;z-index:15111; }
 }@media only screen and (max-width: 763px) { #nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { width:1.25rem;height:1.13671875rem;top:13.4375rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { display:flex;width:1.25rem;height:1.25rem;top:13.3125rem;left:6.25rem;font-size:0.875rem;z-index:15112; }
 }@media only screen and (max-width: 763px) { #U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { width:5.75rem;height:1.13671875rem;top:13.4375rem;left:7.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { width:7.9368125rem;height:1.29980625rem;top:12.125rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { width:7.0623125rem;height:1.13671875rem;top:13.4375rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { width:5.7492875rem;height:1.13671875rem;top:10.875rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15122;color:#9f7358;display:block; }
 }@media only screen and (max-width: 763px) { #wByqlVl2AVBFV7BVtC18pPTwMLsmciJI { width:20rem;height:4.375rem;top:60.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:none; }
 }@media only screen and (max-width: 763px) { #eLVIXFM3borT3hQyFs2LUvlyHHNRG28f { width:16.125rem;height:auto;top:62.125rem;left:1.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EZ2omUuLLASNafX1KwdRC8TNq62qScaB { width:1.375rem;height:auto;top:62.625rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FOzIFPXuFHHr0RPIAyF7r2xo7PvGWbNA { display:flex;width:1.625rem;height:1.625rem;top:62.4375rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SG0sCo8JpJSwq3u07wNNfTNilyokTPzD { display:flex;width:1.625rem;height:1.625rem;top:62.25rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CxrXkdJN5TqvTUTX2b8uAVJ3lTRlgQ5W { width:1.3125rem;height:auto;top:62.625rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VLOb74SUXE8WFIyH1UUROVvPSzIScXmK { width:6.8125rem;height:auto;top:62.625rem;left:6.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dtqgaL6XU7d3gGtFKF8KHIA2p2fJRm7b { display:flex;width:1.625rem;height:1.625rem;top:62.375rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmqSBvDAGqkikiXoaCfyasxcbivUzu75 { width:5.75rem;height:auto;top:62.5625rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #XlpIUZWnJ2RrgWwz7de4UTRR9gvmFSa8 { width:7.9375rem;height:auto;top:62.3125rem;left:6rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #fnnDLLolkMW8S7nBPgzG4x1N1tG7wHqq { width:7.125rem;height:auto;top:62.5625rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #KvlXTtS7rMi2bupvZEQvRBhecSvHyUW4 { width:20rem;height:4.375rem;top:65.25rem;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:none; }
 }@media only screen and (max-width: 763px) { #XtPvpTMA768Knn7heqPIiSqlfTHTvuqa { width:14.3125rem;height:auto;top:66.5625rem;left:2.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Mh7ZUXxrHErcRQUgcQVDZRqTBZcBW9By { width:1.375rem;height:auto;top:67.0625rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #k0SLzrLSfOsyiXlbQQb7GnkkMcLn7F8H { display:flex;width:1.625rem;height:1.625rem;top:66.875rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0Hw8OLKTuqHkkvg4W9zXUi3CTmtRUrg { display:flex;width:1.625rem;height:1.625rem;top:66.6875rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzZBi3kxHNvniTSlxk4cNJIHx6DAxw1F { width:1.3125rem;height:auto;top:67.0625rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WsKHQHKgUmFqpA5e3UmPOiTCdzbdvEIc { width:6.8125rem;height:auto;top:67.0625rem;left:6.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Zcq5gZP3HdbQUgZta1vcaAXs8k9yWrO1 { display:flex;width:1.625rem;height:1.625rem;top:66.8125rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hOMDOTaUzmr8TqshnKk4F6KUmiRDuxNh { width:5.75rem;height:auto;top:67rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #urwvD6bT29oQ25cTXhRaT58EVsyaW1AJ { width:7.9375rem;height:auto;top:66.75rem;left:6rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #SUg5P0k8TqdXu9A3O9hbab3tk0EXyoHn { width:7.125rem;height:auto;top:67rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #Do8igOUvuX9qxRWufggOHnRXPeWAqUvR { width:19.875rem;height:1.625rem;top:1.25rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #KR0h1mrCqZD1LV5R9AQveaBTdno1oKKX { width:20rem;height:4.375rem;top:15.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #DcSh6XkBNgogtyNhyUVxCy3fWAEcgWLw { display:flex;width:1.25rem;height:1.25rem;top:18rem;left:0.9375rem;font-size:0.875rem;z-index:15121; }
 }@media only screen and (max-width: 763px) { #QPrP3T2qvb95JUeQRhMlhOfeZvDE7kPv { width:1.31214375rem;height:1.13671875rem;top:18.125rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #fcH86RbvFaXTzlJdZVomiqfx2BmxGmfV { display:flex;width:1.25rem;height:1.25rem;top:17.875rem;left:3.5625rem;font-size:0.875rem;z-index:15122; }
 }@media only screen and (max-width: 763px) { #l6FFbdBMiqBpAmB4fi3FgQSwb7PC74T4 { width:1.25rem;height:1.13671875rem;top:18.125rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #ccfmuuWMJWDt4oEk83Wd07IiOPKz95N1 { display:flex;width:1.25rem;height:1.25rem;top:18rem;left:6.25rem;font-size:0.875rem;z-index:15123; }
 }@media only screen and (max-width: 763px) { #q81iaRM4umGyd7rBiB0T8VTnbab7nBVG { width:8.5rem;height:1.4619125rem;top:15.875rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15110;font-family:montserrat;font-weight:700;font-style:normal;color:#111111;display:block; }
 }@media only screen and (max-width: 763px) { #gK21PvTzRqdxir5rzoCAsheoqzf29GOK { width:5.75rem;height:1.13671875rem;top:18.125rem;left:7.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #XexzELOWtMf9eLqBrR8Vtc4vh7Eu7aMw { width:7.9368125rem;height:1.29980625rem;top:16.8125rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15135;display:block; }
 }@media only screen and (max-width: 763px) { #sMnGKgf6QH94UtBxyCTTLS5c11zW7N2M { width:7.0623125rem;height:1.13671875rem;top:18.125rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15134;display:block; }
 }@media only screen and (max-width: 763px) { #zdTGCDbGIoJefWb7xbH58ckhWKQrgBgV { width:5.7492875rem;height:1.13671875rem;top:15.5625rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15133;color:#9f7358;display:block; }
 }@media only screen and (max-width: 763px) { #KPL6FKI4ARGNaDUzpoimtNrVg2Q4MZ0x { width:20rem;height:4.375rem;top:19.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #d4yRdN808Mk608CretLrPLlXEdK1xHkd { display:flex;width:1.25rem;height:1.25rem;top:22.6875rem;left:0.9375rem;font-size:0.875rem;z-index:15132; }
 }@media only screen and (max-width: 763px) { #TWIh71qmQ8QFA9kzXxxknQWEMSzCfuXa { width:1.31214375rem;height:1.13671875rem;top:22.8125rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15120;display:block; }
 }@media only screen and (max-width: 763px) { #FMSzLoEIONhZPTAydMLVqB89kPQTf63s { display:flex;width:1.25rem;height:1.25rem;top:22.5625rem;left:3.5625rem;font-size:0.875rem;z-index:15133; }
 }@media only screen and (max-width: 763px) { #bWTM28hblDNZ8IRkcmmg7pIrzE3IAkJy { width:1.25rem;height:1.13671875rem;top:22.8125rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #tk0bS2ArU4gcvd6r5AXiS86cpADaXPX7 { display:flex;width:1.25rem;height:1.25rem;top:22.6875rem;left:6.25rem;font-size:0.875rem;z-index:15134; }
 }@media only screen and (max-width: 763px) { #nc4PNQsFmekJJLyThPrp6hpniVMEK0KQ { width:5.75rem;height:1.13671875rem;top:22.8125rem;left:7.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #Dm0fUeUvpxbVS3JKJB6UT7SyOonxrMgd { width:8.5rem;height:1.4619125rem;top:20.5625rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15121;font-family:montserrat;font-weight:700;font-style:normal;color:#111111;display:block; }
 }@media only screen and (max-width: 763px) { #fsmhgMSXRsGD7ir8eKNZGLlG7gO7RxKs { width:7.9368125rem;height:1.29980625rem;top:21.5rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #vM3p2IEfsTBiPX6DcNTkkK4lMTEydUWM { width:7.0623125rem;height:1.13671875rem;top:22.8125rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15145;display:block; }
 }@media only screen and (max-width: 763px) { #vTboBvKLb1o50nyKVT1OMJz7FATVpGdv { width:5.7492875rem;height:1.13671875rem;top:20.25rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15144;color:#9f7358;display:block; }
 }@media only screen and (max-width: 763px) { #bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy { width:18.75rem;height:20.5rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSxckATss22K9N9FOICSLzI9H1rilRkt { width:18.75rem;height:20.5rem;top:47.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #czEAtBMyzVDl1TmpBCBsccZDb1hGbslK { width:18.75rem;height:20.5rem;top:69.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5RHTk714MNSu7IcKXlD9guRgpmw8MvU { width:18.75rem;height:20.5rem;top:90.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbTTGfEiMw09WwA993HD8dVv70bsbsg0 { display:none; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container { width:20rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 { background-color:#8ac09e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container { background-color: transparent; background-image: none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container > .video-iframe-container { display: none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row > .video-iframe-container { display: none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .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); }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container { border-width: 0; border-radius: 0; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QnLTsTTZwt2Lone1UnLxbR7cRBSegeC3 { height:11.1869375rem;width:20rem;top:1.5926856994629rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:rgba(159,115,88,0.5);background-image:url("https://images.assets-landingi.com/uc/f9e79922-5666-4aad-b33b-ef0a7e6077ab/BGform3.jpg");background-position:bottom 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:30.625rem;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#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.625rem;line-height:1.2;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#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:27.1982421875rem;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.3994125rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0f0ab604-a7f2-4a6f-a0e6-295f2d9fb41d/250421_HS5_01_overall_FINAL.jpg");background-position:center !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.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 { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { width:19.5rem;height:7.41796875rem;top:5.87109375rem;left:0.25rem;font-size:0.6875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { width:18.4375rem;height:3.59765625rem;top:1.6630859375rem;left:0.78125rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { background-color:rgba(183,123,50,0.08);background-image:none;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:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { width:11.937125rem;height:1.625rem;top:1.25rem;left:4.030539393425rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS { width:9.6875rem;height:5.625rem;top:3.7317237854004rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP { width:9.6875rem;height:5.625rem;top:3.7317190170288rem;left:10.312499403954rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/48fc7909-1a8a-4e96-8bb1-19dce1f07f07/INT_FITNESS_FINAL.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.adaptive-delivery-prevent-bg, #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.lazyload, #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { width:9.6875rem;height:5.625rem;top:11.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { width:9.6875rem;height:5.625rem;top:19.375rem;left:10.3125rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f670267e-1a5d-412a-9585-c27db6fce5e9/INT_PILATES_FINAL.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.adaptive-delivery-prevent-bg, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyload, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK { width:9.6875rem;height:5.625rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF { width:9.6875rem;height:5.625rem;top:19.375rem;left:0rem;background-color:rgba(0,0,0,0.2);background-image:url("https://images.assets-landingi.com/uc/d6910565-65e2-48bc-8d8f-82abcf2d02e5/INT_COWORKING_FINAL.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.adaptive-delivery-prevent-bg, #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.lazyload, #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CiUGEdWb1JBRDrg2ACs16THqOKyNCeDc { width:9.75rem;height:0.89355625rem;top:9.865234375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhZw2sHxwNDaPLTF7J2IDLBzUkSOgTbp { width:12.5rem;height:0;top:28.375rem;left:5.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqSsllkVuVhqoiibFTPv6hSlsddFbgvh { width:12.5rem;height:0;top:32.75rem;left:5.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSK32uuHq0c11GfKf64OWnEl2rRKrZ9W { width:16.625rem;height:0;top:37.0625rem;left:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lAwq9QKUNTr0IGFB9rWMwO0alUXsxSwV { width:16.625rem;height:0;top:41.4375rem;left:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OJzoTF2VIm94Fb3RLMZTTfJ9uy9LWxU1 { width:20rem;height:0;top:45.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K6RtLT1mrd9kz4W4MHRP3bX2UpbUNZeV { width:9.75rem;height:0.89355625rem;top:9.865234375rem;left:10.25rem;font-size:0.6875rem;z-index:15021;color:#8ac09e;display:block; }
 }@media only screen and (max-width: 763px) { #caLht4kmDNF9D4b8ngAxDHhF54cB2DT8 { width:9.75rem;height:0.89355625rem;top:18rem;left:10.25rem;font-size:0.6875rem;z-index:15023;color:#8ac09e;display:block; }
 }@media only screen and (max-width: 763px) { #h3I3DhUQ1kyoeynkhE3prKysUZimB2Vx { width:9.75rem;height:0.89355625rem;top:18.0625rem;left:0rem;font-size:0.6875rem;z-index:15022;color:#8ac09e;display:block; }
 }@media only screen and (max-width: 763px) { #fblTMb0fvn4aPeclX8nvTUn3VGID2poa { width:9.75rem;height:0.89355625rem;top:25.5rem;left:10.25rem;font-size:0.6875rem;z-index:15025;color:#8ac09e;display:block; }
 }@media only screen and (max-width: 763px) { #brVcwqaJf9AP2TgNsAcr0arfPTtv4Ku7 { width:9.75rem;height:0.89355625rem;top:25.5625rem;left:0rem;font-size:0.6875rem;z-index:15024;color:#8ac09e;display:block; }
 }@media only screen and (max-width: 763px) { #DbhzHaMXFH7JSXntyswizEeAUl8SPZsA { width:9.6875rem;height:1.875rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX4kb8oVQiNwA5ee6lClIbNWdG3zFuUk { width:9.6875rem;height:1.875rem;top:9.375rem;left:10.3125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #IvqI2ykNBSe9yEmg3Je58E1AJ44DcULh { width:9.6875rem;height:1.875rem;top:17.5rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ii55CkThEzP1BfAr17X4o6Insa2u16wT { width:9.6875rem;height:1.875rem;top:17.5rem;left:10.3125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #G2LTHAlVPLwLC75xkuLmqgGyALL2dJQ5 { width:9.6875rem;height:1.875rem;top:25rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #o0t7G9kzM6V7mwWNoTZtXlVZtVp33VTP { width:9.6875rem;height:1.875rem;top:25rem;left:10.3125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #HWVSlXChVaysmT4DpndxW63c2ZscerZ2 { display:block; }#HWVSlXChVaysmT4DpndxW63c2ZscerZ2 > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSTaGMLkNA9wueoUw769UK0ErzNzvQEO { width:20rem;height:13.316666666667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUB3qi0I9pkBoTbMoCZeaIpQKzm6rCNe { display:block; }#WUB3qi0I9pkBoTbMoCZeaIpQKzm6rCNe > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAnTliAvrVE69kpmJ0clI60HuhF5yS0r { width:18.5rem;height:2.3984375rem;top:1.25rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15012;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tXSsTq8iXfzH1x3JbmyTWEIQgzeQk2We { width:9.6875rem;height:5.625rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCCOQlKTgRyTBg3WhRGP51Oop0TJpMlo { width:20rem;height:9.829125rem;top:18.6875rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QzhqzEqIhUJiBn1MVuiUvIyz5SIfiz4m { width:9.6875rem;height:5.625rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AadgmebXZPH3GCSThogn26EZRCphXvUb { width:9.6875rem;height:5.625rem;top:12.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwHnGH1E3SkG6tWV2SMScMtSsiw3hKxS { width:9.6875rem;height:5.625rem;top:5.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:20rem;height:18.125rem;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) { #KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { width:18.187125rem;height:1.625rem;top:1.25rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@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) { #GMuLz5Kgs4Sc4XTZcwb3qVv6LDbOi8JA { width:20rem;height:12.5625rem;top:3.7724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK1QFCMytSqaQR0qAxi16ydoWJKNmoRf { width:19.375rem;height:12.0625rem;top:4.0537109375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9cpoPZETrHT2Hf1DBD1uISHTsNIOhWM { display:block; }#T9cpoPZETrHT2Hf1DBD1uISHTsNIOhWM > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G77Ti19Q7MlxRSwXBn0DHyqUpQzh3lTX { width:20rem;height:3rem;top:2.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15012;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eTsRZfTR6RKM8Rws8TwIXvM34KDBRcDx { width:7.5rem;height:0.875rem;top:16.7490234375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdWb6gXbBtihkIpdOHpEll0T0oP7HsNn { width:17.875rem;height:9.8291rem;top:18.76171875rem;left:1.0625rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UvQQbzdiNSdSvnLKcwWUfy8yS8L6GA8x { width:20rem;height:28.125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyoVyzIaBHQyhDbSFLwD1ClvvNTxUge3 { width:9.375rem;height:7.4375rem;top:6.6875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvJwm7HkgfSAuTOhSazghh5WSNTEt9RI { width:9.6875rem;height:7.6875rem;top:7.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEq85ZGVDJKQc4H8mimdAqwTM1bbTf1E { width:12.5rem;height:9.9375rem;top:37.51171875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RT6kE5wf3n2fH8eyfQXA0Tuxyx4esZ6g { width:19rem;height:3.125rem;top:31.1875rem;left:0.5rem;font-size:0.9375rem;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) { #QeICldrEA27Rodl0K7AGAPZHtCNqkpCd { 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.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }