.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:236,243,241;--color-primary-1:197,218,213;--color-primary-2:158,193,185;--color-primary-3:95,116,111;--color-primary-4:31,55,39;--color-secondary-0:255,248,222;--color-secondary-1:255,235,155;--color-secondary-2:255,222,89;--color-secondary-3:201,152,19;--color-secondary-4:51,44,18;--color-tertiary-0:255,250,230;--color-tertiary-1:255,239,172;--color-tertiary-2:255,222,89;--color-tertiary-3:128,111,45;--color-tertiary-4:38,33,13;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#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); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { position:relative;display:block; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { background-color: transparent; background-image: none; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container > .video-iframe-container { display: none; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row > .video-iframe-container { display: none; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .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); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { border-width: 0; border-radius: 0; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .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; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .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; }#s7EpEG9UK5V2X00QE241NcVFcWvTSUTy { 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; }
#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC { 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; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC.adaptive-delivery-prevent-bg, #bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC.lazyload, #bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC.lazyloading { background-image: none; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container { background-color: transparent; background-image: none; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container > .video-iframe-container { display: none; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row > .video-iframe-container { display: none; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .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); }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container { border-width: 0; border-radius: 0; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#qOIpUCfT4df6ONLLy9OAilvOszvIQZfv { 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/5689d814-f8b0-4e6d-ada0-5d6bf4108a5f/BGG.jpg");background-position:bottom 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:38.875rem;width:75rem;overflow:visible;position:relative;display:block; }#IFABsStbPdKFrOBMiWhbEeQp0SnOQnyN { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:marcellus;font-size:4.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.9267578125rem;left:1.443359375rem;height:6.337875rem;text-align:center;text-align-last:center;display:block; }
#y53d2pkH4ZcZFgXq3TIQhm74avklJlAZ { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:marcellus;font-size:3rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.6142578125rem;left:1.443359375rem;height:3.90014375rem;text-align:center;text-align-last:center;display:block; }
#rT5Hm8GZAR4BQlRcRyC2rwLmEyINCUoM { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:27.9130859375rem;left:1.443359375rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#mrfceusoCEVb9RdNHSBkPvgUPoFhBlvo { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:31.0380859375rem;left:1.443359375rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#fpBcO8QVeFKEIWTKQFOASIfPu95zVipN { color:#ffffff;display:block;width:10rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:34.2880859375rem;left:1.443359375rem;height:3.90014375rem;text-align:left;text-align-last:left;display:block; }
#iPc7tFeIeTiONtQeHMlUX9UbDPLU1gpH { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:34.286026954651rem;left:11.323133945465rem;height:3.90014375rem;text-align:left;text-align-last:left;display:block; }
#xAdSIAGaz9bGXOTwGmC44Zyfot0mglHw { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:34.286026954651rem;left:23.322918415069rem;height:3.90014375rem;text-align:left;text-align-last:left;display:block; }
#tNS29TVAOxSxANUw2TpXQRatNwsy9ydB { box-sizing:content-box;height:18.125rem;width:30.3125rem;position:absolute;display:block;z-index:15159;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/a39a9a7d-9956-4f51-8180-56fad1974f8d/edm08.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.5673828125rem;left:44.68798828125rem;display:block; }#tNS29TVAOxSxANUw2TpXQRatNwsy9ydB.adaptive-delivery-prevent-bg, #tNS29TVAOxSxANUw2TpXQRatNwsy9ydB.lazyload, #tNS29TVAOxSxANUw2TpXQRatNwsy9ydB.lazyloading { background-image: none; }
#Wt8xJgz9BgS1QvUndq0KdivwofXhMq3V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f3c334cd-1ccd-4476-8c77-cae36e700a67/edm.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wt8xJgz9BgS1QvUndq0KdivwofXhMq3V.adaptive-delivery-prevent-bg, #Wt8xJgz9BgS1QvUndq0KdivwofXhMq3V.lazyload, #Wt8xJgz9BgS1QvUndq0KdivwofXhMq3V.lazyloading { background-image: none; }#Wt8xJgz9BgS1QvUndq0KdivwofXhMq3V > .row .container { background-color: transparent; background-image: none; }#Wt8xJgz9BgS1QvUndq0KdivwofXhMq3V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#Wt8xJgz9BgS1QvUndq0KdivwofXhMq3V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wt8xJgz9BgS1QvUndq0KdivwofXhMq3V > .row .container > .video-iframe-container { display: none; }#Wt8xJgz9BgS1QvUndq0KdivwofXhMq3V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#Wt8xJgz9BgS1QvUndq0KdivwofXhMq3V > .row > .video-iframe-container { display: none; }#Wt8xJgz9BgS1QvUndq0KdivwofXhMq3V > .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); }#Wt8xJgz9BgS1QvUndq0KdivwofXhMq3V > .row .container { border-width: 0; border-radius: 0; }#Wt8xJgz9BgS1QvUndq0KdivwofXhMq3V::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; }#Wt8xJgz9BgS1QvUndq0KdivwofXhMq3V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wt8xJgz9BgS1QvUndq0KdivwofXhMq3V > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#flD3npl5lm4viLDf0rmutqRDLczuBB7H { box-sizing:content-box;height:42.625rem;width:29.1875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:48.625rem;left:5.25rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#AXKCHOKwPvFnw7dm8HB06WOy8rThJUVG { box-sizing:content-box;height:27rem;width:27.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4795ca52-97fa-4e2a-9bb1-88cbb9243844/sivanahillstypeA.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.6875rem;left:6.25rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }#AXKCHOKwPvFnw7dm8HB06WOy8rThJUVG.adaptive-delivery-prevent-bg, #AXKCHOKwPvFnw7dm8HB06WOy8rThJUVG.lazyload, #AXKCHOKwPvFnw7dm8HB06WOy8rThJUVG.lazyloading { background-image: none; }
#Hgh3kgiXgy66TSqdnxUBDFPlySoS3kAf { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:77.5rem;left:6.25rem;height:2.4375rem;font-style:normal;display:none; }
#oWGKhwIl2CNRoCWsxEQVlUTMVuTifSUI { box-sizing:content-box;height:4rem;width:22.8125rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-primary-4),1);background-image:none;top:87.1875rem;left:11.625rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:none; }
#XE55xik5OGMT0G5ZstQJWyQZJLKtZpTq { position:absolute;display:block;z-index:15069;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:5.4375rem;width:27.125rem;top:80.5625rem;left:6.25rem;overflow:hidden;display:none; }
#rVxBlLmqQV4E1Z15sQn1sqapGHa3i57Z { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:87.6875rem;left:14.8125rem;height:1.0556625rem;display:none; }
#BLk3xRagWTLfT46veWsTczZodUC03Q0r { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:88.5625rem;left:13.1875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ysAybSyZyUDU9xIRLPPpFCm2quu2fkSk { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:89rem;left:18.875rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#JpXqzANUCh3yCCfwP6E46R8ezOK5Fbak { box-sizing:content-box;height:42.625rem;width:29.1875rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:48.625rem;left:40.625rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#EBF26HpoyfUUKxLTaAsTm3dICTK3UJrV { box-sizing:content-box;height:27rem;width:27.125rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fdf2d5b4-faf6-4e6a-b2b2-546605e7f479/sivanahillstypeB.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.6875rem;left:41.6875rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }#EBF26HpoyfUUKxLTaAsTm3dICTK3UJrV.adaptive-delivery-prevent-bg, #EBF26HpoyfUUKxLTaAsTm3dICTK3UJrV.lazyload, #EBF26HpoyfUUKxLTaAsTm3dICTK3UJrV.lazyloading { background-image: none; }
#d0xsbltgpZp0gcHJfPVTveEIzSMPJmyN { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:77.5rem;left:41.6875rem;height:2.4375rem;font-style:normal;display:none; }
#SvN1a8ku1ONuasqm8LBUkoLGJuI8XE1q { position:absolute;display:block;z-index:15077;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:5.4375rem;width:27.125rem;top:80.5625rem;left:41.6875rem;overflow:hidden;display:none; }
#o0iVsSFT0tEQuhl4J3mzp1zMwPd7gMQT { box-sizing:content-box;height:4rem;width:22.8125rem;position:absolute;display:block;z-index:15076;background-color:rgba(var(--color-primary-4),1);background-image:none;top:87.1875rem;left:47rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:none; }
#maocWpp1ve2f93GPkXBkHllxpTpS13cL { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:87.6875rem;left:50.375rem;height:1.0556625rem;display:none; }
#HIpU9l62xc9x0CQikaQFvyRV9b8fLe2J { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:88.5625rem;left:48.0625rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#f0zTVsFQcE6yAwghO10T6IJf07pSPF12 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:88.96875rem;left:53.5rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#Gn6X1QiHdTkv97ZgIxOJJ53JIfUevllV { box-sizing:content-box;height:42.625rem;width:29.1875rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:95.0625rem;left:5.25rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#Tw0HePHT6xy3miisUyIhwa3L1hEzEXpS { box-sizing:content-box;height:27rem;width:27.125rem;position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a41a2326-afad-410b-9a2c-d8ec54f5fd46/C02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:96.125rem;left:6.3125rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }#Tw0HePHT6xy3miisUyIhwa3L1hEzEXpS.adaptive-delivery-prevent-bg, #Tw0HePHT6xy3miisUyIhwa3L1hEzEXpS.lazyload, #Tw0HePHT6xy3miisUyIhwa3L1hEzEXpS.lazyloading { background-image: none; }
#uWoxsbFrUoy20aLg3xL4vts0QxTAAN79 { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:123.9375rem;left:6.3125rem;height:2.4375rem;font-style:normal;display:none; }
#fwwkFtEEkOMtyxwQgsX0rrxxmOH3ZeQv { position:absolute;display:block;z-index:15085;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:5.4375rem;width:27.125rem;top:127rem;left:6.3125rem;overflow:hidden;display:none; }
#rl3kzWvMRkSKhDncIBdPoVx1lLsUXyq7 { box-sizing:content-box;height:4rem;width:22.8125rem;position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-primary-4),1);background-image:none;top:133.625rem;left:11.625rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:none; }
#HiNn7vIpMZbsZrehXGTlCyLJqofvzfcn { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:134.125rem;left:14.375rem;height:1.0556625rem;display:none; }
#OTFyyN7QNMLBx8J4lco9nRiUbVTLXs0q { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:135rem;left:12.8125rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#R4xNUPm32A2XKbSdaiOICdiUlFC1fPZU { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:135.3125rem;left:19.25rem;height:1.70605625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#gQy9B2u1vQz3S9IVZVL8sW4kOymqd25c { box-sizing:content-box;height:42.625rem;width:29.1875rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:48.625rem;left:40.625rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#v3dW5oU3GC2DQTIiw82L1P1I0OvCx1rz { box-sizing:content-box;height:27rem;width:27.125rem;position:absolute;display:block;z-index:15030;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9ed7c56f-5e15-40d9-86e3-b79d2c53bfcd/sivanahillstypeAS.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.6875rem;left:41.6875rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }#v3dW5oU3GC2DQTIiw82L1P1I0OvCx1rz.adaptive-delivery-prevent-bg, #v3dW5oU3GC2DQTIiw82L1P1I0OvCx1rz.lazyload, #v3dW5oU3GC2DQTIiw82L1P1I0OvCx1rz.lazyloading { background-image: none; }
#tzitkvKEhKExwWWhuFuTMyrIPNTEBIr5 { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:77.5rem;left:41.6875rem;height:2.4375rem;font-style:normal;display:none; }
#u1nHVDvAgKFqb7PsevryvtlushITCdc0 { position:absolute;display:block;z-index:15093;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:5.4375rem;width:27.125rem;top:80.5625rem;left:41.6875rem;overflow:hidden;display:none; }
#vwKuNDc7pbM5gmB4tK4qETsmm7X7wTnQ { box-sizing:content-box;height:4rem;width:22.8125rem;position:absolute;display:block;z-index:15092;background-color:rgba(var(--color-primary-4),1);background-image:none;top:87.1875rem;left:47rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:none; }
#kMcdp2aL8KTkM0AJiTRIBLq6OgdbHlTb { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:87.6875rem;left:49.9375rem;height:1.0556625rem;display:none; }
#aU0UnatLzTG9TMA7zls80xGz7hvw5w1U { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:88.5625rem;left:48.375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QafifpgR7nSBSZ3vGV83KAerbNWRT7UE { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15095;line-height:1.3;letter-spacing:0;top:89rem;left:54.375rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#bLMB3ugDgfTuOZ5310GpDpaCe482cUmK { box-sizing:content-box;height:42.625rem;width:29.1875rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:48.5625rem;left:6.3125rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#faVcqf9cNzO3iWxV3zyCVkW5iuEET2ok { box-sizing:content-box;height:27rem;width:27.125rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/4795ca52-97fa-4e2a-9bb1-88cbb9243844/sivanahillstypeA.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.625rem;left:7.3125rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }#faVcqf9cNzO3iWxV3zyCVkW5iuEET2ok.adaptive-delivery-prevent-bg, #faVcqf9cNzO3iWxV3zyCVkW5iuEET2ok.lazyload, #faVcqf9cNzO3iWxV3zyCVkW5iuEET2ok.lazyloading { background-image: none; }
#hNGXk6QIhBMxAcon9bo7zy0vfIoonwVM { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:77.4375rem;left:7.3125rem;height:2.4375rem;font-style:normal;display:none; }
#OGOEIZwyDwMP0ToQC1ZOJIgSEZt94269 { box-sizing:content-box;height:4rem;width:22.8125rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-primary-4),1);background-image:none;top:87.125rem;left:12.6875rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:none; }
#lGxQBpsfO8bcBXflTTlHQFBAXX7k5Teg { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:87.625rem;left:16.1875rem;height:1.0556625rem;display:none; }
#gF8EGkVrQDZHyC0mG9TaGom6to4ercNx { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:88.5rem;left:13.875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JcOPTEqPz3k9gBecW6zMhIrdawkg5X88 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:88.8125rem;left:19.6875rem;height:1.70605625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#KH3PMgdxw3Lczrbp8VUc7xbs1vQ4Ny5A { box-sizing:content-box;height:42.625rem;width:29.1875rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:48.5625rem;left:6.3125rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#J9TxxxdXJrgWwWX3a5TVWBKPyJhXXIaq { box-sizing:content-box;height:27rem;width:27.125rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/4795ca52-97fa-4e2a-9bb1-88cbb9243844/sivanahillstypeA.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.625rem;left:7.3125rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }#J9TxxxdXJrgWwWX3a5TVWBKPyJhXXIaq.adaptive-delivery-prevent-bg, #J9TxxxdXJrgWwWX3a5TVWBKPyJhXXIaq.lazyload, #J9TxxxdXJrgWwWX3a5TVWBKPyJhXXIaq.lazyloading { background-image: none; }
#SmcyZgmvDCUGVfDNuqqLCMuuBR7apx97 { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:77.4375rem;left:7.3125rem;height:2.4375rem;font-style:normal;display:none; }
#sPTLAdWakCTXre4sOfCMc4ACfh6JSI5S { box-sizing:content-box;height:4rem;width:22.8125rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-primary-4),1);background-image:none;top:87.125rem;left:12.6875rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:none; }
#tT4bv1ykTQdoGpEfvVmEDzQzcyl5gwGv { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:87.625rem;left:16.1875rem;height:1.0556625rem;display:none; }
#GVFHwm6SsPe5P9mVEpiL5OS9XcMIHtaU { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:88.5rem;left:13.875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CJWBEBRhJqpfTF42WGynDKlRTcgLRVst { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:88.8125rem;left:19.6875rem;height:1.70605625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#iSh0EQkwJHubdi7ZvqB4mFxZHQrWGKfk { box-sizing:content-box;height:42.625rem;width:29.1875rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:48.5625rem;left:6.3125rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#EI7AL4KpT5eNzJoT1hWTspsfnrxUd2Ut { box-sizing:content-box;height:27rem;width:27.125rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/4795ca52-97fa-4e2a-9bb1-88cbb9243844/sivanahillstypeA.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.625rem;left:7.3125rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }#EI7AL4KpT5eNzJoT1hWTspsfnrxUd2Ut.adaptive-delivery-prevent-bg, #EI7AL4KpT5eNzJoT1hWTspsfnrxUd2Ut.lazyload, #EI7AL4KpT5eNzJoT1hWTspsfnrxUd2Ut.lazyloading { background-image: none; }
#FvKJOIqHDQyRHkROmI029waTVCNzP5UT { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:77.4375rem;left:7.3125rem;height:2.4375rem;font-style:normal;display:none; }
#Qsdca2QFpKhgspaKx5iHXaKq0e3c1xuT { box-sizing:content-box;height:4rem;width:22.8125rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-primary-4),1);background-image:none;top:87.125rem;left:12.6875rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:none; }
#TNlM2hWCaynvM2npgwD6FXEVnKD1XvH0 { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:87.625rem;left:16.1875rem;height:1.0556625rem;display:none; }
#XfkPIr5Ldwht8cf66lT72eh7xnKgfQUa { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:88.5rem;left:13.875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#J5aHiNGGAAekEtEwEvBNh3DBtf4K6WDu { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:88.8125rem;left:19.6875rem;height:1.70605625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#CAmKH2ShO5FRlBAvZaS9mcsT2ZXFy9Q7 { box-sizing:content-box;height:42.625rem;width:29.1875rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:48.5625rem;left:6.3125rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#wxPZgcVrkPZfRT5IgKPXTOrcuL7TOyhh { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:77.4375rem;left:7.3125rem;height:2.4375rem;font-style:normal;display:none; }
#fFauABwSFwE5neZ9Ri3gurTx2CIV6G2a { box-sizing:content-box;height:4rem;width:22.8125rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-primary-4),1);background-image:none;top:87.125rem;left:12.6875rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:none; }
#QLVffhvWsqTEhvD2QDkCqkyBTnU2vnzk { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:87.625rem;left:16.1875rem;height:1.0556625rem;display:none; }
#QbwU4cOhy0dg9y4QNeAK0nSM2P66APT0 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:88.5rem;left:13.875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xFCD2OhJz7TtPkTcinMzeZW3leP8R7Gh { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:88.8125rem;left:19.6875rem;height:1.70605625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#qhOZnvLAnoBOOkAVxUOfIXmIZggcqqhv { 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:15151;opacity:1;top:119.625rem;left:35.3125rem;display:none; }
#fIOvTG5ycAUIWr3sMnf2UJB28vOBLoZF { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15139;line-height:1.3;letter-spacing:0;top:122.625rem;left:33.25rem;height:1.29980625rem;display:none; }
#hyzIqguNKKrHWpHTZQZ0wsBwvRclois6 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62464375rem;width:1.62464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15152;opacity:1;top:119.625rem;left:44.4375rem;display:none; }
#XtNDKMuOzUxNSaEJiTqL3IKRlzryfm6F { color:rgba(var(--color-tertiary-4),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15140;line-height:1.3;letter-spacing:0;top:122.625rem;left:41.625rem;height:1.29980625rem;display:none; }
#Nfg718SMFSvt7VsOpU4nWmfzrmzyeQT1 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.624025rem;width:1.624025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15153;opacity:1;top:119.625rem;left:53.4375rem;display:none; }
#s4XXB7ILvgCRa8NagcMH2aViHxTMZryh { color:rgba(var(--color-tertiary-4),1);display:block;width:7.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15141;line-height:1.3;letter-spacing:0;top:122.625rem;left:51.375rem;height:1.29980625rem;display:none; }
#Qdtohdw11VirBFVsGudPc0uiOKEVcRb7 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62305rem;width:1.62305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15153;opacity:1;top:126rem;left:44.4375rem;display:none; }
#DzTXAufCCVBQMxPpeosHeOZm8sWUytkV { color:rgba(var(--color-tertiary-4),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15141;line-height:1.3;letter-spacing:0;top:128.875rem;left:43.9375rem;height:1.29980625rem;display:none; }
#vOTEBWT5TPxGlccI5qwzU72LZZFWbhBT { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15140;line-height:1.3;letter-spacing:0;top:128.875rem;left:33rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#bTXuMx1dt2h9UTVHdJwqAnqhVhkDl3GW { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15152;opacity:1;top:125.9375rem;left:35.3125rem;display:none; }
#fReGsdfL6kCwATDe6P4hUrlxqxA6ERH9 { 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:15113;opacity:1;top:62.375rem;left:35.3125rem;display:none; }
#HrDVKAiTRUz7PEvbI08E3yd2FJM3VNMm { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:65.375rem;left:33.25rem;height:1.29980625rem;display:none; }
#pP6suGBSsMPSmambHUh5FPuJp8V8xPm6 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62464375rem;width:1.62464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:62.375rem;left:44.4375rem;display:none; }
#yIKTam8rDtN7o3nXGtufNAPbo3wyVden { color:rgba(var(--color-tertiary-4),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:65.375rem;left:41.625rem;height:1.29980625rem;display:none; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #678574, #0c3e3e);background-image: -moz-linear-gradient(180deg, #678574, #0c3e3e);background-image: -ms-linear-gradient(180deg, #678574, #0c3e3e);background-image: -o-linear-gradient(180deg, #678574, #0c3e3e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#678574', endColorstr='#0c3e3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#678574', endColorstr='#0c3e3e' );";background-image: linear-gradient(180deg, #678574, #0c3e3e);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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:27.208984375rem;left:3.59375rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hDyKhltviF5Qs7ayc3c1chBo5T9PDTb6 { box-sizing:content-box;height:18.1245rem;width:30.312rem;position:absolute;display:block;z-index:15160;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/1f56b9a3-821a-4321-9b5f-b257aec8788b/edm10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.37939453125rem;left:44.68798828125rem;display:block; }#hDyKhltviF5Qs7ayc3c1chBo5T9PDTb6.adaptive-delivery-prevent-bg, #hDyKhltviF5Qs7ayc3c1chBo5T9PDTb6.lazyload, #hDyKhltviF5Qs7ayc3c1chBo5T9PDTb6.lazyloading { background-image: none; }
#rEyFJihe7lbT5fc9XNT36yzlX2ORXKIJ { color:#004423;display:block;width:59.187rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:3.3515625rem;left:3.216796875rem;height:4.398875rem;text-align:left;text-align-last:left;display:block; }
#nbrD1WaLrcIzJf2e6y56DyfxBCVnIbxd { color:#004423;display:block;width:33.9375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.1279296875rem;left:5.2783203125rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#uGNUquxCk4LeGOSRWkZO9n8THJq62FHa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15161;opacity:1;top:7.7463092803956rem;left:3.3665380627441rem; }
#NWzVy36buWXHeuQw0kdRTngfFcyBu4VJ { color:#004423;display:block;width:33.9375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.56396484375rem;left:3.59375rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#JJZxqra8mT4JpI0VSJfEdOwTPOtPlqkn { color:#004423;display:block;width:33.9375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:15.62451171875rem;left:3.28125rem;height:8.79775rem;text-align:left;text-align-last:left;display:block; }
#VahTe6Tm3iA39mAopzl1KpvZ3uiiNSDx { box-sizing:content-box;height:18.125rem;width:30.3125rem;position:absolute;display:block;z-index:15159;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/a39a9a7d-9956-4f51-8180-56fad1974f8d/edm08.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.5673828125rem;left:44.68798828125rem;display:none; }#VahTe6Tm3iA39mAopzl1KpvZ3uiiNSDx.adaptive-delivery-prevent-bg, #VahTe6Tm3iA39mAopzl1KpvZ3uiiNSDx.lazyload, #VahTe6Tm3iA39mAopzl1KpvZ3uiiNSDx.lazyloading { background-image: none; }
#fvPLDpMxp52oJLmmAXi0rkWyHpArtBp9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f3c334cd-1ccd-4476-8c77-cae36e700a67/edm.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fvPLDpMxp52oJLmmAXi0rkWyHpArtBp9.adaptive-delivery-prevent-bg, #fvPLDpMxp52oJLmmAXi0rkWyHpArtBp9.lazyload, #fvPLDpMxp52oJLmmAXi0rkWyHpArtBp9.lazyloading { background-image: none; }#fvPLDpMxp52oJLmmAXi0rkWyHpArtBp9 > .row .container { background-color: transparent; background-image: none; }#fvPLDpMxp52oJLmmAXi0rkWyHpArtBp9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#fvPLDpMxp52oJLmmAXi0rkWyHpArtBp9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvPLDpMxp52oJLmmAXi0rkWyHpArtBp9 > .row .container > .video-iframe-container { display: none; }#fvPLDpMxp52oJLmmAXi0rkWyHpArtBp9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#fvPLDpMxp52oJLmmAXi0rkWyHpArtBp9 > .row > .video-iframe-container { display: none; }#fvPLDpMxp52oJLmmAXi0rkWyHpArtBp9 > .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); }#fvPLDpMxp52oJLmmAXi0rkWyHpArtBp9 > .row .container { border-width: 0; border-radius: 0; }#fvPLDpMxp52oJLmmAXi0rkWyHpArtBp9::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; }#fvPLDpMxp52oJLmmAXi0rkWyHpArtBp9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fvPLDpMxp52oJLmmAXi0rkWyHpArtBp9 > .row .container { font-size:0.875rem;font-family:arial;height:96.125rem;width:75rem;position:relative;display:block; }#ZAlVHwwFvm6BqiIhDTbmKIoGCOZwZUcQ { color:rgba(var(--color-primary-4),1);display:block;width:15.9375rem;position:absolute;font-family:marcellus;font-size:2.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6123046875rem;left:29.53125rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#Mya0zi7WTSOagfSCKOJWnqWIEJ5ocVe9 { color:rgba(var(--color-primary-4),1);display:block;width:23.5rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:10.0380859375rem;left:25.75rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VMwMMTLFIb13lxgL7fBLsw0y6qa05Eue { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/91ad52ea-a440-4803-b079-af6f9fd1b669/edm10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.6875rem;left:18.9375rem;display:block; }#VMwMMTLFIb13lxgL7fBLsw0y6qa05Eue.adaptive-delivery-prevent-bg, #VMwMMTLFIb13lxgL7fBLsw0y6qa05Eue.lazyload, #VMwMMTLFIb13lxgL7fBLsw0y6qa05Eue.lazyloading { background-image: none; }
#lQyTc4XnfyezXnfbcTUAAcrS9k5lSa3r { box-sizing:content-box;height:2.625rem;width:3.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/9815e708-4197-43e8-a574-3b751f225095/edm11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16rem;left:30.6875rem;display:block; }#lQyTc4XnfyezXnfbcTUAAcrS9k5lSa3r.adaptive-delivery-prevent-bg, #lQyTc4XnfyezXnfbcTUAAcrS9k5lSa3r.lazyload, #lQyTc4XnfyezXnfbcTUAAcrS9k5lSa3r.lazyloading { background-image: none; }
#TBXfJDI3IyOIW6tZgTmg7kcQGzTHFxqa { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/c0af4ed2-9f30-4706-86a6-c2609f2ebfeb/edm12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.6875rem;left:42rem;display:block; }#TBXfJDI3IyOIW6tZgTmg7kcQGzTHFxqa.adaptive-delivery-prevent-bg, #TBXfJDI3IyOIW6tZgTmg7kcQGzTHFxqa.lazyload, #TBXfJDI3IyOIW6tZgTmg7kcQGzTHFxqa.lazyloading { background-image: none; }
#Tz7HRoK31IPOUV1Q2EmmxVrZGUDkuTVG { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/a43febe4-e8fc-4f0a-9254-b74767ccd685/edm13.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.6875rem;left:51.8125rem;display:block; }#Tz7HRoK31IPOUV1Q2EmmxVrZGUDkuTVG.adaptive-delivery-prevent-bg, #Tz7HRoK31IPOUV1Q2EmmxVrZGUDkuTVG.lazyload, #Tz7HRoK31IPOUV1Q2EmmxVrZGUDkuTVG.lazyloading { background-image: none; }
#spFxbKP0e3sBI5BoKzrk4LT95oKylSBi { color:rgba(var(--color-primary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:19.5625rem;left:18.8125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#dXQxyGbauTfq8AsvXl893vqggen0gbco { color:rgba(var(--color-primary-4),1);display:block;width:2rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:16.5625rem;left:23.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#exPI8PFPx0KuGg5PrdEAeRGlgWz1Wgq0 { color:rgba(var(--color-primary-4),1);display:block;width:2rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:16.625rem;left:34.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#LI2TZNfTbdnTtEb9P5QbbVwtzRbqLUdH { color:rgba(var(--color-primary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:19.5625rem;left:29.8125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#eCNdd14NQ4whvEO2NTZ8hBTOL2brm8CD { color:rgba(var(--color-primary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:19.5625rem;left:40.46875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#Wzhb5ar9r6Q95FMsJsdmNEg2KRGfTMaL { color:rgba(var(--color-primary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:19.5625rem;left:50.28125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#SlZM1gD3DwXa6pe43u4lZXsJFf1UIwZL { color:rgba(var(--color-primary-4),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:16.5625rem;left:55.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#fyp4eO4iODGwV6kbX4gmgemICXxP9IiI { box-sizing:content-box;height:36.0615rem;width:23.187rem;position:absolute;display:block;z-index:15084;background-color:#004423;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.625rem;left:1.4375rem;display:block; }
#nx4uZtcIJ5NUMeFn3RuxTrEwdKKk2ZV5 { box-sizing:content-box;height:22.1875rem;width:22.1875rem;position:absolute;display:block;z-index:15087;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/29dabb98-82da-438e-85c0-be1a9e7ca150/edm09.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.59716796875rem;left:1.43701171875rem;display:block; }#nx4uZtcIJ5NUMeFn3RuxTrEwdKKk2ZV5.adaptive-delivery-prevent-bg, #nx4uZtcIJ5NUMeFn3RuxTrEwdKKk2ZV5.lazyload, #nx4uZtcIJ5NUMeFn3RuxTrEwdKKk2ZV5.lazyloading { background-image: none; }
#TDwF1CMinyzX822Sv9HXlveIOvLqMg5x { position:absolute;display:block;z-index:15090;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:10.75rem;top:24.371446609497rem;left:0.74840259552rem;overflow:hidden;display:block; }
#bxAOGS9cNLwydObCMQC4bOOiqLF3H1gn { position:absolute;display:block;z-index:15093;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:10.75rem;top:24.4375rem;left:25.5625rem;overflow:hidden;display:block; }
#rbh5sJFS8QXH6QQFf3Q1t4gkZB7BG7os { box-sizing:content-box;height:36.0615rem;width:23.187rem;position:absolute;display:block;z-index:15087;background-color:#004423;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.6875rem;left:26.25rem;display:block; }
#eUgPZO9ymg4b9Ep4hTTdDWDI8d4yOZ9s { box-sizing:content-box;height:22.1875rem;width:22.1875rem;position:absolute;display:block;z-index:15090;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/836bf3ce-dc82-481c-a5c4-f9684335fdfc/edm10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.6875rem;left:26.25rem;display:block; }#eUgPZO9ymg4b9Ep4hTTdDWDI8d4yOZ9s.adaptive-delivery-prevent-bg, #eUgPZO9ymg4b9Ep4hTTdDWDI8d4yOZ9s.lazyload, #eUgPZO9ymg4b9Ep4hTTdDWDI8d4yOZ9s.lazyloading { background-image: none; }
#hLq4u5ByWlpvek6BzkFSwDULCrFllhFC { box-sizing:content-box;height:36.0615rem;width:23.187rem;position:absolute;display:block;z-index:15090;background-color:#004423;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.750000953674rem;left:51.062503814698rem;display:block; }
#qwxCSOqnLlaARW2yyHeNgkAZWFE3TriG { box-sizing:content-box;height:22.1875rem;width:22.1875rem;position:absolute;display:block;z-index:15093;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a203eacf-17d0-43c1-ad33-ac46b4bcb1cc/edm11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.750000953674rem;left:51.062503814698rem;display:block; }#qwxCSOqnLlaARW2yyHeNgkAZWFE3TriG.adaptive-delivery-prevent-bg, #qwxCSOqnLlaARW2yyHeNgkAZWFE3TriG.lazyload, #qwxCSOqnLlaARW2yyHeNgkAZWFE3TriG.lazyloading { background-image: none; }
#I2GKUm4FGkDGOyybJXFUq6thQ3KRpPqO { position:absolute;display:block;z-index:15096;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:10.75rem;top:24.500000953674rem;left:50.375003814698rem;overflow:hidden;display:block; }
#uyATxcwZFoe6orsFwst3ORZD8RoOINfS { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:24.882813215256rem;left:27.583332061767rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Vpbtozs8T3pfLbQVgI3ZTw2EtlOOxTWH { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:25.007813453674rem;left:52.312503814698rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#wrzzuxXerG6eck2WA7enDc1ndtILGSdd { color:#ffffff;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:50.256513595581rem;left:2.9010429382324rem;height:3.0859375rem;text-align:left;text-align-last:left;display:block; }
#yzlaxdX88hbINilvTCX0NFWR1NTFzf5D { color:#ffffff;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:54.755859375rem;left:2.9375rem;height:1.54394375rem;text-align:left;text-align-last:left;display:block; }
#cRtJl9F6ZSpR4Cawc03npRdaUVAL2gAm { color:#ffffff;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:57.068359375rem;left:3rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#nkaeOV9XNynDFr6faF54gTJun0MfQa24 { color:#ffde59;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:58.693359375rem;left:3rem;height:2.2749rem;text-align:left;text-align-last:left;display:block; }
#oAZ2gmKaeToJf5y3NVrMACuzWLMtuBN0 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:58.693359375rem;left:11.96875rem;height:2.2749rem;text-align:left;text-align-last:left;display:block; }
#yAXqTCSvrNrzGfq7AX4VzRdHvfioEH2B { color:#ffffff;display:block;width:6.436625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:25.007596969604rem;left:2.9036445617676rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Nw2rgtKfgZBk7bcBcPaEnFNLhRDLVgGT { color:#ffffff;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:50.193578720093rem;left:27.900390625rem;height:3.0859375rem;text-align:left;text-align-last:left;display:block; }
#HEFNObpJUAH6rTr1PsIX686iE1TWlzWD { color:#ffffff;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:54.693361282349rem;left:27.936197280884rem;height:1.54394375rem;text-align:left;text-align-last:left;display:block; }
#KH2bT0fo9zZrLicgLQEdE7ilUmmvxHJT { color:#ffffff;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:57.005643844604rem;left:27.999132156372rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#kyy4XQyLQ1RrhKwBTlf8JmTr29uBxk75 { color:#ffde59;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15106;line-height:1.3;letter-spacing:0;top:58.629993438721rem;left:27.999132156372rem;height:2.2749rem;text-align:left;text-align-last:left;display:block; }
#IKw7XN1tuWJmTwCdTOU3lWr4lqcAgggH { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:58.628908157349rem;left:36.966144561767rem;height:2.2749rem;text-align:left;text-align-last:left;display:block; }
#yOXUFa4DJvwpzK0EvUWcu3miPUiEMJTz { color:#ffde59;display:block;width:14.875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:58.628908157349rem;left:52.748699188233rem;height:2.2749rem;text-align:left;text-align-last:left;display:block; }
#SfDTuPgZoQ5dJNU5DMLkB8ZvakK4UiJS { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:58.628908157349rem;left:61.716144561767rem;height:2.2749rem;text-align:left;text-align-last:left;display:block; }
#gyiq4Z0HX32vEgp2SznOhwVpPHEg6FEn { color:#ffffff;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:54.692708969116rem;left:52.686199188233rem;height:1.54394375rem;text-align:left;text-align-last:left;display:block; }
#l2Nufq0a4oKe1GmDDKXwuIAGPpBrpVqf { color:#ffffff;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:57.005208969116rem;left:52.748699188233rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#QnHEwUNTiqf4qp88To9NJnTlwv95xsH5 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:50.192708969116rem;left:52.649738311767rem;height:3.0859375rem;text-align:left;text-align-last:left;display:block; }
#m1Qd3wByG8GkMvKduK30ykJvmaVtLaXB { box-sizing:content-box;height:25.75rem;width:72.75rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:66.99653196335rem;left:1.1241321563721rem;display:block; }
#uzHudST6JiC0iCNbC8e2yE8otqv08UTe { position:absolute;display:block;z-index:15114;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:8.75rem;top:71.114370346069rem;left:6.1545143127441rem;overflow:hidden;display:block; }
#GD4u1IbmaeKv74xp7gZndFmODVeXh7hv { position:absolute;display:block;z-index:15115;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7rem;top:71.612417221069rem;left:24.624565124512rem;overflow:hidden;display:block; }
#fK1qkgcysGXAR5nLPsxoxDvOxJD1IXTV { position:absolute;display:block;z-index:15116;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:14.1875rem;top:72.833120346069rem;left:38.467884063721rem;overflow:hidden;display:block; }
#mgdSL5FqwxJt9usTluR0yrwFhyVFWv4l { position:absolute;display:block;z-index:15117;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:8.0625rem;top:69.874135971069rem;left:59.715713500976rem;overflow:hidden;display:block; }
#n40wgzl1RzlR1uWsZDUxpRmMc4qdECMh { box-sizing:content-box;height:12.5rem;width:0.125rem;position:absolute;display:block;z-index:15118;background-color:#004423;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.614153862rem;left:19.019096374512rem;display:block; }
#ExsktG13aQMLxliiRQwmWCgaCMHd1hp7 { color:rgba(var(--color-primary-4),1);display:block;width:9.0615rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:81.1111164093rem;left:6.2771263122556rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#gdkOiS6rrz6U13cTbhsRw1DEpg3N2Fgv { color:rgba(var(--color-primary-4),1);display:block;width:9.0605625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:81.110031127931rem;left:23.435329437256rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#fOJ5tn40Q9rt9HdTqQEQTMBQd4SenSO5 { box-sizing:content-box;height:12.5rem;width:0.125rem;position:absolute;display:block;z-index:15119;background-color:#004423;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.614153862rem;left:36.456165313721rem;display:block; }
#lE1SXn5riozOvS8tZZ2X8Nnu0xI8XrmP { box-sizing:content-box;height:12.5rem;width:0.125rem;position:absolute;display:block;z-index:15120;background-color:#004423;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.614153862rem;left:55.831161499024rem;display:block; }
#algE2rOqArUuzLBy1PcyolVG94BQQrJU { color:rgba(var(--color-primary-4),1);display:block;width:9.0603125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:81.110031127931rem;left:41.819664001465rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#tNKGCJmRi60WB7JplTHtGkBCOs3d3d65 { color:rgba(var(--color-primary-4),1);display:block;width:9.05925rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:81.110031127931rem;left:59.216583251953rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#L7A8TArPsmLwEPQ9KKz3MQz8zmrOeToi { color:rgba(var(--color-primary-4),1);display:block;width:13.9995625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:86.3125rem;left:12.5rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#C4CzI579PZq38pR0svuN5AUDM9K3ACLV { color:rgba(var(--color-primary-4),1);display:block;width:22.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:88.5625rem;left:12.4375rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#I2IGIa1ie23bbqSk85Be8hWhoqOQ7VWO { color:rgba(var(--color-primary-4),1);display:block;width:13.9995625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:86.3125rem;left:39.25rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#ciKm1enDHaRieLaseHQSg4EM3M0BTPWD { color:rgba(var(--color-primary-4),1);display:block;width:23.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:88.5625rem;left:39.1875rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#TTUvhzIOPyfES2A1o8145BTlmUwt4NNq { box-sizing:content-box;height:12.5rem;width:0.125rem;position:absolute;display:block;z-index:15118;background-color:#004423;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.614153862rem;left:19.019096374512rem;display:none; }
#HK3KZA3IUtIAvWxrdQmpb41nRP4RNPdg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f3c334cd-1ccd-4476-8c77-cae36e700a67/edm.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HK3KZA3IUtIAvWxrdQmpb41nRP4RNPdg.adaptive-delivery-prevent-bg, #HK3KZA3IUtIAvWxrdQmpb41nRP4RNPdg.lazyload, #HK3KZA3IUtIAvWxrdQmpb41nRP4RNPdg.lazyloading { background-image: none; }#HK3KZA3IUtIAvWxrdQmpb41nRP4RNPdg > .row .container { background-color: transparent; background-image: none; }#HK3KZA3IUtIAvWxrdQmpb41nRP4RNPdg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#HK3KZA3IUtIAvWxrdQmpb41nRP4RNPdg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HK3KZA3IUtIAvWxrdQmpb41nRP4RNPdg > .row .container > .video-iframe-container { display: none; }#HK3KZA3IUtIAvWxrdQmpb41nRP4RNPdg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#HK3KZA3IUtIAvWxrdQmpb41nRP4RNPdg > .row > .video-iframe-container { display: none; }#HK3KZA3IUtIAvWxrdQmpb41nRP4RNPdg > .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); }#HK3KZA3IUtIAvWxrdQmpb41nRP4RNPdg > .row .container { border-width: 0; border-radius: 0; }#HK3KZA3IUtIAvWxrdQmpb41nRP4RNPdg::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; }#HK3KZA3IUtIAvWxrdQmpb41nRP4RNPdg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HK3KZA3IUtIAvWxrdQmpb41nRP4RNPdg > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;position:relative;display:block; }#SVPe2E40XrehpmI5uQurBr7naoCcqOFP { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:15.25rem;top:1.46875rem;left:2.375rem;overflow:hidden;display:block; }
#Xg6KtipMS8vcCf0TvA5XcinTJr0eLdIT { color:rgba(var(--color-primary-4),1);display:block;width:28.4375rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:10.125rem;left:23.3125rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hr0SmTTbAkPT63vuMzGo8sFH4g94ucDU { color:rgba(var(--color-primary-4),1);display:block;width:50.9375rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.9375rem;left:12.0625rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q7ziL5REQSWEocghqlc15b1XTIfzdS45 { box-sizing:content-box;height:21.75rem;width:52.4375rem;position:absolute;display:block;z-index:15011;background-color:#233e2b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.165365219116rem;left:11.28125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Aqh0CFnfKsC0PltenDJsyz0cXqqawTpG { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:20.4375rem;left:13.6875rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CQa193I40VZVVLu1Xqbtkl78O6owRief { color:#ffffff;display:block;width:50.0625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15084;line-height:1.7;letter-spacing:0;top:25.125003814698rem;left:13.6875rem;height:13.8129375rem;text-align:left;text-align-last:left;display:block; }
#si0foo5EIzHXoDEnyy6iZGI5LsKXWhsK { position:absolute;display:block;z-index:15086;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:7.625rem;top:32.766929626465rem;left:53.436199188233rem;overflow:hidden;display:block; }
#U0IalDEDIAIuiKlNRZTH0wOJLCJhfd5h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f3c334cd-1ccd-4476-8c77-cae36e700a67/edm.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U0IalDEDIAIuiKlNRZTH0wOJLCJhfd5h.adaptive-delivery-prevent-bg, #U0IalDEDIAIuiKlNRZTH0wOJLCJhfd5h.lazyload, #U0IalDEDIAIuiKlNRZTH0wOJLCJhfd5h.lazyloading { background-image: none; }#U0IalDEDIAIuiKlNRZTH0wOJLCJhfd5h > .row .container { background-color: transparent; background-image: none; }#U0IalDEDIAIuiKlNRZTH0wOJLCJhfd5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#U0IalDEDIAIuiKlNRZTH0wOJLCJhfd5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0IalDEDIAIuiKlNRZTH0wOJLCJhfd5h > .row .container > .video-iframe-container { display: none; }#U0IalDEDIAIuiKlNRZTH0wOJLCJhfd5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#U0IalDEDIAIuiKlNRZTH0wOJLCJhfd5h > .row > .video-iframe-container { display: none; }#U0IalDEDIAIuiKlNRZTH0wOJLCJhfd5h > .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); }#U0IalDEDIAIuiKlNRZTH0wOJLCJhfd5h > .row .container { border-width: 0; border-radius: 0; }#U0IalDEDIAIuiKlNRZTH0wOJLCJhfd5h::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; }#U0IalDEDIAIuiKlNRZTH0wOJLCJhfd5h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U0IalDEDIAIuiKlNRZTH0wOJLCJhfd5h > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#SGxPsgxFms5gnxlV6WmptAUvf6Ekh15T { box-sizing:content-box;height:24.375rem;width:36.6875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0dc40f7b-aa27-4501-b18a-481c754f7438/211003SivanaVillas0080min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.875rem;left:37.4375rem;display:block; }#SGxPsgxFms5gnxlV6WmptAUvf6Ekh15T.adaptive-delivery-prevent-bg, #SGxPsgxFms5gnxlV6WmptAUvf6Ekh15T.lazyload, #SGxPsgxFms5gnxlV6WmptAUvf6Ekh15T.lazyloading { background-image: none; }
#PW51hxsnEPzkgoWf0K24bkO69sZrTPND { color:#1f3727;display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:2;letter-spacing:0;top:10.8125rem;left:12.5625rem;height:15.75301875rem;font-style:normal;display:block; }
#B0ZTTJ7drBpMO8yTOk9PWXrLqS8DCal5 { color:#1f3727;display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.625rem;left:0.875rem;height:3.65625rem;font-style:normal;display:block; }
#Z5NPTmto1po2soP6eAEJ4be5JHZ7CtGA { color:#1f3727;display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:2;letter-spacing:0;top:10.8125rem;left:0.875rem;height:15.75301875rem;font-style:normal;display:block; }
#VCmOM2gimTiqPkHuV96OtzqsyGSGnCCB { color:#1f3727;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.0625rem;left:1.9375rem;height:2.2744125rem;font-style:normal;display:block; }
#EDGFgHaQ2cyVZqPaX0O9puFuq5FUsTdR { box-sizing:content-box;height:1.8125rem;width:0.375rem;position:absolute;display:block;z-index:15006;background-color:#1f3727;background-image:none;top:2.25rem;left:0.875rem;display:block; }
#gNqTrlbitIW4rFNqSn8V74WKcbIiPs7S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bd24f54d-29aa-4abf-9e65-6c371bd91ea0/88891.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:none; }#gNqTrlbitIW4rFNqSn8V74WKcbIiPs7S.adaptive-delivery-prevent-bg, #gNqTrlbitIW4rFNqSn8V74WKcbIiPs7S.lazyload, #gNqTrlbitIW4rFNqSn8V74WKcbIiPs7S.lazyloading { background-image: none; }#gNqTrlbitIW4rFNqSn8V74WKcbIiPs7S > .row .container { border-width: 0; border-radius: 0; }#gNqTrlbitIW4rFNqSn8V74WKcbIiPs7S::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; }#gNqTrlbitIW4rFNqSn8V74WKcbIiPs7S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gNqTrlbitIW4rFNqSn8V74WKcbIiPs7S > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;position:relative;display:none; }#C2TL5tZxoTrlHTTcNT2GU755ATkGcnTm { color:#ffffff;display:block;width:32.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3rem;left:21.0625rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#meBN2pdlKxDRNWbVZVE5Dir3rNKFU5QT { color:#ffffff;display:block;width:8.0610625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:2;letter-spacing:0;top:9.9375rem;left:30.875rem;height:2.5rem;font-style:normal;display:block; }
#aKwhLNVDa8FTCtOG5TydGMlOi2KuRt6Q { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:28.625rem;display:block; }
#HWgzQDfXQrBImPTOCiU33V8pioZP5mED { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.749025rem;width:20.562rem;top:10.5rem;left:5.3125rem;overflow:hidden;display:block; }
#X8TzkKze3OFMa7VBfqZ5GlbTV8W3cR8C { color:#ffffff;display:block;width:11.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:2;letter-spacing:0;top:13.3125rem;left:30.875rem;height:2.5rem;font-style:normal;display:block; }
#vduoHW41R55JtxGkgfTlk2HCd4Hd3kU8 { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.0625rem;left:28.625rem;display:block; }
#LVJ5zksc5xvNmnHEWRLErFzefQOsU4hV { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:46.5625rem;display:block; }
#WHB98E5AE0X9B4s0iBpIB613Bqudz4Oq { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.0625rem;left:46.5625rem;display:block; }
#GuKX5D54ipCABuH3hbXDnBzAMOnK1Keu { color:#ffffff;display:block;width:13.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:2;letter-spacing:0;top:9.9375rem;left:48.625rem;height:2.5rem;font-style:normal;display:block; }
#BSRiQtPZcidpeKta8KyoOwplZDc0AXz9 { color:#ffffff;display:block;width:13.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:2;letter-spacing:0;top:13.3125rem;left:48.5625rem;height:2.5rem;font-style:normal;display:block; }
#StFAb61B6hVx412oPdFZZQbiaCBr2FzX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d0355dec-9a54-45b2-8290-bbd6ed79c83e/104079e1710213859288.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:none; }#StFAb61B6hVx412oPdFZZQbiaCBr2FzX.adaptive-delivery-prevent-bg, #StFAb61B6hVx412oPdFZZQbiaCBr2FzX.lazyload, #StFAb61B6hVx412oPdFZZQbiaCBr2FzX.lazyloading { background-image: none; }#StFAb61B6hVx412oPdFZZQbiaCBr2FzX > .row .container { border-width: 0; border-radius: 0; }#StFAb61B6hVx412oPdFZZQbiaCBr2FzX::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; }#StFAb61B6hVx412oPdFZZQbiaCBr2FzX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#StFAb61B6hVx412oPdFZZQbiaCBr2FzX > .row .container { font-size:0.875rem;font-family:arial;height:92.4375rem;width:75rem;position:relative;display:none; }#rxAQSlw6EZAolEd4ElF7TDVzl0fd0090 { color:#0e0e0e;display:block;width:23.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.4375rem;left:25.5rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZA7lwUEx5lmtK1rHaKVrXGPFyy6lIBwZ { box-sizing:content-box;height:42.625rem;width:29.1875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:48.625rem;left:5.25rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#dAtuEBR8SzL4QLDXJolGu8nMMwxttAk0 { box-sizing:content-box;height:27rem;width:27.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4795ca52-97fa-4e2a-9bb1-88cbb9243844/sivanahillstypeA.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.6875rem;left:6.25rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }#dAtuEBR8SzL4QLDXJolGu8nMMwxttAk0.adaptive-delivery-prevent-bg, #dAtuEBR8SzL4QLDXJolGu8nMMwxttAk0.lazyload, #dAtuEBR8SzL4QLDXJolGu8nMMwxttAk0.lazyloading { background-image: none; }
#uX4GdTW5wG45LGhrMNaRA8cKv399FqUg { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:77.5rem;left:6.25rem;height:2.4375rem;font-style:normal;display:none; }
#kBc3ZtmBZWE8QwMZGLlMBIRHTAsmaGm4 { box-sizing:content-box;height:4rem;width:22.8125rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-primary-4),1);background-image:none;top:87.1875rem;left:11.625rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:none; }
#k8F2L7FxWeUTyzQLTq7K1NJFy0StNufy { position:absolute;display:block;z-index:15069;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:5.4375rem;width:27.125rem;top:80.5625rem;left:6.25rem;overflow:hidden;display:none; }
#gvHfGS6CTJU9p1SGnCd48n0R30BVJNmw { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:87.6875rem;left:14.8125rem;height:1.0556625rem;display:none; }
#L9b8Zgg8IsmgT4T2nMae7wHc3m9pVVtK { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:88.5625rem;left:13.1875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TKGI2gaveKedHIOCD8TBt0RXPcHlUE0x { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:89rem;left:18.875rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#lkzOZ8qFpvwTRdaTTts31yTZNOOO74Uc { box-sizing:content-box;height:42.625rem;width:29.1875rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:48.625rem;left:40.625rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#H0l6hg2uKgRSOoB5g9rPVoIfuxkvKSGh { box-sizing:content-box;height:27rem;width:27.125rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fdf2d5b4-faf6-4e6a-b2b2-546605e7f479/sivanahillstypeB.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.6875rem;left:41.6875rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }#H0l6hg2uKgRSOoB5g9rPVoIfuxkvKSGh.adaptive-delivery-prevent-bg, #H0l6hg2uKgRSOoB5g9rPVoIfuxkvKSGh.lazyload, #H0l6hg2uKgRSOoB5g9rPVoIfuxkvKSGh.lazyloading { background-image: none; }
#h8ualMnRtKglGGDLKTwxTwdEK5wztFds { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:77.5rem;left:41.6875rem;height:2.4375rem;font-style:normal;display:none; }
#qVBwPHxf7nGNkUEdUvFxdkPvFkfsN71C { position:absolute;display:block;z-index:15077;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:5.4375rem;width:27.125rem;top:80.5625rem;left:41.6875rem;overflow:hidden;display:none; }
#UHiH2akOpwQHrD8b7rn39l1TH3EUM0CT { box-sizing:content-box;height:4rem;width:22.8125rem;position:absolute;display:block;z-index:15076;background-color:rgba(var(--color-primary-4),1);background-image:none;top:87.1875rem;left:47rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:none; }
#Asd6QD3U2kn0SvLbTUQGT7KAoJrf8h6A { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:87.6875rem;left:50.375rem;height:1.0556625rem;display:none; }
#FTISFUU0hcC6h6V3r9ocFV8Th9ltKIUU { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:88.5625rem;left:48.0625rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OsXHyvnhSq08Xxsnm9sTnLXbolBV2hPb { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:88.96875rem;left:53.5rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#gv8iF0RDgxuKyXEwvnLWGTAy7QNU5ySe { box-sizing:content-box;height:42.625rem;width:29.1875rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:95.0625rem;left:5.25rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#BUMoyxGxITtPoNSb5QFfZSMMhMAt9DqO { box-sizing:content-box;height:27rem;width:27.125rem;position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a41a2326-afad-410b-9a2c-d8ec54f5fd46/C02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:96.125rem;left:6.3125rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }#BUMoyxGxITtPoNSb5QFfZSMMhMAt9DqO.adaptive-delivery-prevent-bg, #BUMoyxGxITtPoNSb5QFfZSMMhMAt9DqO.lazyload, #BUMoyxGxITtPoNSb5QFfZSMMhMAt9DqO.lazyloading { background-image: none; }
#nZXKqpgULr7ul2okyU9bfLTcHTrlEmxk { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:123.9375rem;left:6.3125rem;height:2.4375rem;font-style:normal;display:none; }
#tcFQX0ndW8skXEKHh8cMXUWWyIrqiQTi { position:absolute;display:block;z-index:15085;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:5.4375rem;width:27.125rem;top:127rem;left:6.3125rem;overflow:hidden;display:none; }
#N46T2s0Fiap2nCD2pXSJJ17Ja45z9ZiX { box-sizing:content-box;height:4rem;width:22.8125rem;position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-primary-4),1);background-image:none;top:133.625rem;left:11.625rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:none; }
#tl9D3aOan3MOHUyEi0K2tttt6qHoFLuV { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:134.125rem;left:14.375rem;height:1.0556625rem;display:none; }
#SLAza7Efv1g7toVpnJeOdpCnfs4tL0ZZ { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:135rem;left:12.8125rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KsztS1k6sD3l8HPT8nkoFFzZRNDv32Gs { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:135.3125rem;left:19.25rem;height:1.70605625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#srIWWkwnP9n785PyulpcNz3gmzD8EZUE { box-sizing:content-box;height:42.625rem;width:29.1875rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:48.625rem;left:40.625rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#ocrqCvCEBrlTrETtBhTfTRtZzXfyzeer { box-sizing:content-box;height:27rem;width:27.125rem;position:absolute;display:block;z-index:15030;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9ed7c56f-5e15-40d9-86e3-b79d2c53bfcd/sivanahillstypeAS.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.6875rem;left:41.6875rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }#ocrqCvCEBrlTrETtBhTfTRtZzXfyzeer.adaptive-delivery-prevent-bg, #ocrqCvCEBrlTrETtBhTfTRtZzXfyzeer.lazyload, #ocrqCvCEBrlTrETtBhTfTRtZzXfyzeer.lazyloading { background-image: none; }
#p4chusIoUcp42LncNHGk1Prdz6rP4FKW { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:77.5rem;left:41.6875rem;height:2.4375rem;font-style:normal;display:none; }
#OdXf4Ns8eGroMIHCFmoJXFTRd0iK3PN6 { position:absolute;display:block;z-index:15093;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:5.4375rem;width:27.125rem;top:80.5625rem;left:41.6875rem;overflow:hidden;display:none; }
#WcuOTHpyVuK2TDbWUKxvMow1zfV5VV4p { box-sizing:content-box;height:4rem;width:22.8125rem;position:absolute;display:block;z-index:15092;background-color:rgba(var(--color-primary-4),1);background-image:none;top:87.1875rem;left:47rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:none; }
#MpGxQtImd2e3oDfggRQA1mB2nMElulM0 { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:87.6875rem;left:49.9375rem;height:1.0556625rem;display:none; }
#VtHM28OgSGTi54MuOlRX5w5eJKFQLkn0 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:88.5625rem;left:48.375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iDtyixA1nhimTnHyxtzxoRT37wJk1BFb { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15095;line-height:1.3;letter-spacing:0;top:89rem;left:54.375rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#iOyXFyDNCfT0hC4miKnbJyT1A5MmLAS4 { box-sizing:content-box;height:42.625rem;width:29.1875rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:48.5625rem;left:6.3125rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#XnDN3PXtTepBKcDTNTDxaNM9FW43zQSk { box-sizing:content-box;height:27rem;width:27.125rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/4795ca52-97fa-4e2a-9bb1-88cbb9243844/sivanahillstypeA.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.625rem;left:7.3125rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }#XnDN3PXtTepBKcDTNTDxaNM9FW43zQSk.adaptive-delivery-prevent-bg, #XnDN3PXtTepBKcDTNTDxaNM9FW43zQSk.lazyload, #XnDN3PXtTepBKcDTNTDxaNM9FW43zQSk.lazyloading { background-image: none; }
#C9PG3Dz7vQAcPymwht6wJ7W7HiO5sQBH { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:77.4375rem;left:7.3125rem;height:2.4375rem;font-style:normal;display:none; }
#t1nuuSC3SmWDpMQFTZ62i97a2u35JCTt { box-sizing:content-box;height:4rem;width:22.8125rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-primary-4),1);background-image:none;top:87.125rem;left:12.6875rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:none; }
#zThqktDh12zLovkxCVkm1ewObpQt1Hd8 { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:87.625rem;left:16.1875rem;height:1.0556625rem;display:none; }
#x1g0U7H6I78AuCpPnwMeHbDa1VFyX6Xt { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:88.5rem;left:13.875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nKLTMZE3Z3I0oCdLb3gpb8G3i20U0W5d { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:88.8125rem;left:19.6875rem;height:1.70605625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#RP3fDpZpEDClTpyMMywS4RQslLTIHd75 { box-sizing:content-box;height:42.625rem;width:29.1875rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:48.5625rem;left:6.3125rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#GG7IiJOdLe7C8Dmnyg747mMAELZo4lnq { box-sizing:content-box;height:27rem;width:27.125rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/4795ca52-97fa-4e2a-9bb1-88cbb9243844/sivanahillstypeA.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.625rem;left:7.3125rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }#GG7IiJOdLe7C8Dmnyg747mMAELZo4lnq.adaptive-delivery-prevent-bg, #GG7IiJOdLe7C8Dmnyg747mMAELZo4lnq.lazyload, #GG7IiJOdLe7C8Dmnyg747mMAELZo4lnq.lazyloading { background-image: none; }
#ydaxZWwAd7iXvKL6JPEP4hh5rM2BbAKh { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:77.4375rem;left:7.3125rem;height:2.4375rem;font-style:normal;display:none; }
#zGV1PTEbPDFEWqccsS19eMId6R2GMb1w { box-sizing:content-box;height:4rem;width:22.8125rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-primary-4),1);background-image:none;top:87.125rem;left:12.6875rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:none; }
#voCNmxhyArwqwn5byITbCaJ0rRozRhiS { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:87.625rem;left:16.1875rem;height:1.0556625rem;display:none; }
#wEBRiOWdeqUD5gk4GzfV1HC2WIbeJghS { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:88.5rem;left:13.875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T036HR0Z0dwQBOGfSenvs3M0Zt1KnXqW { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:88.8125rem;left:19.6875rem;height:1.70605625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#iIgNnQGms9CLuIDQUQA4E8NnyI8TQ7xC { box-sizing:content-box;height:42.625rem;width:29.1875rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:48.5625rem;left:6.3125rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#JomaV9QrFkuTWZHrEVBFINb7cM1m474e { box-sizing:content-box;height:27rem;width:27.125rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/4795ca52-97fa-4e2a-9bb1-88cbb9243844/sivanahillstypeA.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.625rem;left:7.3125rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }#JomaV9QrFkuTWZHrEVBFINb7cM1m474e.adaptive-delivery-prevent-bg, #JomaV9QrFkuTWZHrEVBFINb7cM1m474e.lazyload, #JomaV9QrFkuTWZHrEVBFINb7cM1m474e.lazyloading { background-image: none; }
#dvRZ1JA0WIZKBnayaLfa6kvJpnbhFTql { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:77.4375rem;left:7.3125rem;height:2.4375rem;font-style:normal;display:none; }
#oUdmrXbuaIiqhAltRB0zkrOtrPgbi6MN { box-sizing:content-box;height:4rem;width:22.8125rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-primary-4),1);background-image:none;top:87.125rem;left:12.6875rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:none; }
#k6GoypnemODpIUPSIpWZiJlD2EiXh0OC { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:87.625rem;left:16.1875rem;height:1.0556625rem;display:none; }
#MVIm7yPCwzviKxNSXo4sxLTFpiqcQ9He { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:88.5rem;left:13.875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#m448ECgXhqPiN4oPBlT3NROI5dMEdWRS { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:88.8125rem;left:19.6875rem;height:1.70605625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#FXnQxmJsDPK7xxPknrC2wfI4fTuE6dIJ { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:34.125rem;width:57.375rem;top:10.375rem;left:8.8125rem;overflow:hidden;display:block; }
#K1DedagvqZwP0HbstXKIee9J4KkHvi4k { box-sizing:content-box;height:35.3125rem;width:58.625rem;position:absolute;display:block;z-index:15098;background-color:#ffffff;background-image:none;top:9.78125rem;left:8.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#EcKRKPML5XsqoilqAZmmi61ok1Z5SHTt { box-sizing:content-box;height:38.625rem;width:24.375rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:48.5rem;left:0rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#b74PU1eSPCeiar8yhieIsPIoE2omSc4L { box-sizing:content-box;height:23.75rem;width:22.5rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/76831166-4787-435f-8ee9-a685df41ea55/HILLS1_2048x2048.crop_1988x1834_0,214.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.5625rem;left:0.875rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#b74PU1eSPCeiar8yhieIsPIoE2omSc4L.adaptive-delivery-prevent-bg, #b74PU1eSPCeiar8yhieIsPIoE2omSc4L.lazyload, #b74PU1eSPCeiar8yhieIsPIoE2omSc4L.lazyloading { background-image: none; }
#aS3TZmVnADM9MoEyIGGrhPXV2Pk5hK3K { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:74.375rem;left:0.9375rem;height:2.4375rem;font-style:normal;display:block; }
#muzGTyC8ohIKXnGuFoX8AhkulpyealsR { box-sizing:content-box;height:4rem;width:19.6875rem;position:absolute;display:block;z-index:15076;background-color:rgba(var(--color-primary-4),1);background-image:none;top:83.125rem;left:4.75rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }
#A9CXO9ncB1ZLeKVIa9BcVvdKRZ6dfb1R { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:83.625rem;left:6.4375rem;height:1.0556625rem;display:block; }
#Xg4H808OVTB7dLzT8wB9oeHBoQ4R004R { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:84.5rem;left:4.8125rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dZABM8XRUZ6XKx3LgaBdwAeCFeuNnNcx { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:84.9375rem;left:10.25rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gHK1h21qUTGoVDBftg1aaLBZ7Un7PxpD { box-sizing:content-box;height:38.625rem;width:24.375rem;position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;top:48.5rem;left:25.3125rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#stUiKBfwIpMhKBgoWsWSoE7QrCGyegZq { box-sizing:content-box;height:23.75rem;width:22.5rem;position:absolute;display:block;z-index:15038;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c1565d82-e866-4825-b90e-2ea8aab0bae7/HILLS2_2048x2048.crop_1842x1903_140,145.preview.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.5625rem;left:26.1875rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#stUiKBfwIpMhKBgoWsWSoE7QrCGyegZq.adaptive-delivery-prevent-bg, #stUiKBfwIpMhKBgoWsWSoE7QrCGyegZq.lazyload, #stUiKBfwIpMhKBgoWsWSoE7QrCGyegZq.lazyloading { background-image: none; }
#p93MW9dqZtigcCM15zhKD9T9DVniTS3L { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:74.375rem;left:26.375rem;height:2.4375rem;font-style:normal;display:block; }
#WMBEbpZ21576Ud0yppglkSpM0CEnZHNS { box-sizing:content-box;height:4rem;width:19.6875rem;position:absolute;display:block;z-index:15100;background-color:rgba(var(--color-primary-4),1);background-image:none;top:83.1875rem;left:30.0625rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }
#gvhQJcbfdrHJOR2PuT6zp9mupwosVyeQ { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:83.6875rem;left:31.6875rem;height:1.055775rem;display:block; }
#eKL4oHSpJL3pWbI35vfJcck2y223Sr3k { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:84.5625rem;left:30.125rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AMmEG7bmsIz8GK1qNle2UFAlwIKm8Pz4 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15103;line-height:1.3;letter-spacing:0;top:85rem;left:35.75rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#y6A12xvR4lnvaNSJLhnJxFWocyJHx8iN { box-sizing:content-box;height:38.625rem;width:24.375rem;position:absolute;display:block;z-index:15045;background-color:#ffffff;background-image:none;top:48.5rem;left:50.625rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#GEzPBPDQ2cTgUIDGCIPqIuObQMcmHdTn { box-sizing:content-box;height:23.75rem;width:22.5rem;position:absolute;display:block;z-index:15046;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bcaa3ffb-df9a-4621-bac1-d37f2dd57059/HILLS3_2048x2048.crop_1717x1868_220,180.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.5625rem;left:51.5rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#GEzPBPDQ2cTgUIDGCIPqIuObQMcmHdTn.adaptive-delivery-prevent-bg, #GEzPBPDQ2cTgUIDGCIPqIuObQMcmHdTn.lazyload, #GEzPBPDQ2cTgUIDGCIPqIuObQMcmHdTn.lazyloading { background-image: none; }
#DInJG9c89c2Iql0nBU1FVwJdl2iqXP6p { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:74.375rem;left:52.0625rem;height:2.4375rem;font-style:normal;display:block; }
#pfJyg9WQ3RxHgmEs5VL1VKiREonXc1R7 { box-sizing:content-box;height:4rem;width:19.6875rem;position:absolute;display:block;z-index:15108;background-color:rgba(var(--color-primary-4),1);background-image:none;top:83.1875rem;left:55.3125rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }
#xxeBbcPGnTa2BlUNB1AZsvKXEt56Bmkn { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:83.6875rem;left:57.0625rem;height:1.055775rem;display:block; }
#gwmoc6sQ4wOPNGyOr2s2CXJ4hMlEHA9o { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:84.5625rem;left:55.5rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zkN1LQP78ASBCNXeSd8sxLLqaLMZnFDS { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15111;line-height:1.3;letter-spacing:0;top:85rem;left:61rem;height:1.462675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gaFE7yrxAiza6hM4Z7AScbTet0CpplRn { box-sizing:content-box;height:42.625rem;width:29.1875rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:48.5625rem;left:6.3125rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#TH1B0AST118WFhxKmRKvw8zm9AQWu1tv { box-sizing:content-box;height:27rem;width:27.125rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/4795ca52-97fa-4e2a-9bb1-88cbb9243844/sivanahillstypeA.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.625rem;left:7.3125rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }#TH1B0AST118WFhxKmRKvw8zm9AQWu1tv.adaptive-delivery-prevent-bg, #TH1B0AST118WFhxKmRKvw8zm9AQWu1tv.lazyload, #TH1B0AST118WFhxKmRKvw8zm9AQWu1tv.lazyloading { background-image: none; }
#smyZmO55v24p7i5fn1Fo9IllzSqAt3iI { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:77.4375rem;left:7.3125rem;height:2.4375rem;font-style:normal;display:none; }
#FTV7T7phF1gwNqo7d1nu5BkbJqCVwrPH { box-sizing:content-box;height:4rem;width:22.8125rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-primary-4),1);background-image:none;top:87.125rem;left:12.6875rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:none; }
#Lne8d17TKfGOI6g79XT5QRtRBuTcFTGr { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:87.625rem;left:16.1875rem;height:1.0556625rem;display:none; }
#JPyu4ATiG20T8ip4SB2atTdx9nn8RBoO { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:88.5rem;left:13.875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RGWee2tpnSuBOW6L0nRzThL1KWK4a9Sc { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:88.8125rem;left:19.6875rem;height:1.70605625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#MR86DDZC33M1mmEfgXhmCSPRGmkTTbUf { box-sizing:content-box;height:42.625rem;width:29.1875rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:48.5625rem;left:6.3125rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#tKqZPeL6A7mQnDgT3EDtTV8STHy57Kvx { box-sizing:content-box;height:27rem;width:27.125rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/4795ca52-97fa-4e2a-9bb1-88cbb9243844/sivanahillstypeA.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.625rem;left:7.3125rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }#tKqZPeL6A7mQnDgT3EDtTV8STHy57Kvx.adaptive-delivery-prevent-bg, #tKqZPeL6A7mQnDgT3EDtTV8STHy57Kvx.lazyload, #tKqZPeL6A7mQnDgT3EDtTV8STHy57Kvx.lazyloading { background-image: none; }
#Tc5ON4sEXiKMZNr27udUfIEOzCGVVhao { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:77.4375rem;left:7.3125rem;height:2.4375rem;font-style:normal;display:none; }
#btGTLTuXGWHm2qTmoHiXgUMIWqywTfbk { box-sizing:content-box;height:4rem;width:22.8125rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-primary-4),1);background-image:none;top:87.125rem;left:12.6875rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:none; }
#pb9xvS6LzsCwEAqqV1E7OtSVvuLW4lzI { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:87.625rem;left:16.1875rem;height:1.0556625rem;display:none; }
#V9nGscmhN595ccmkOkEiwgZXy1BceOCM { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:88.5rem;left:13.875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#P0kaLJsiJ5H7s6DTn8rc6F5JNmWiPsDv { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:88.8125rem;left:19.6875rem;height:1.70605625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#ur5tFw1VbgqA51k4AO016T1lVEU7lJVp { box-sizing:content-box;height:42.625rem;width:29.1875rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:48.5625rem;left:6.3125rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#hog2oiCEVntdEUmDUC4eWJZ5ySBUQ1Fq { box-sizing:content-box;height:27rem;width:27.125rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/4795ca52-97fa-4e2a-9bb1-88cbb9243844/sivanahillstypeA.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.625rem;left:7.3125rem;border-top:0.0625rem solid #c0c0c0;border-left:0.0625rem solid #c0c0c0;border-right:0.0625rem solid #c0c0c0;border-bottom:0.0625rem solid #c0c0c0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }#hog2oiCEVntdEUmDUC4eWJZ5ySBUQ1Fq.adaptive-delivery-prevent-bg, #hog2oiCEVntdEUmDUC4eWJZ5ySBUQ1Fq.lazyload, #hog2oiCEVntdEUmDUC4eWJZ5ySBUQ1Fq.lazyloading { background-image: none; }
#DKIIhKQ8F7BtAOO5n06EXFyHTmJ0dV8C { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:77.4375rem;left:7.3125rem;height:2.4375rem;font-style:normal;display:none; }
#Z62WT83zJ8NJtzJMyiLQcWzhFVqTpGON { box-sizing:content-box;height:4rem;width:22.8125rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-primary-4),1);background-image:none;top:87.125rem;left:12.6875rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:none; }
#Dzh3XXDhhtw1RMhCb4E9NNwfAvu6BUsT { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:87.625rem;left:16.1875rem;height:1.0556625rem;display:none; }
#OzI51KQAFi0oxnluLA9a6L2sCAzMBbXT { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:88.5rem;left:13.875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QZLwFscrm9uvZNBBcwdFGzoVwQL6zcu9 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:88.8125rem;left:19.6875rem;height:1.70605625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#xr6cu1EkoOZ6eEK1zpTpIZMrC6UTnA2n { position:absolute;display:block;z-index:15113;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:4.5rem;width:22.5rem;top:77.4375rem;left:0.9375rem;overflow:hidden;display:block; }
#zSFlMuP9gsekHFFBGoEQUavUQzUl8ROU { position:absolute;display:block;z-index:15114;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:4.5rem;width:22.5rem;top:77.4375rem;left:26.25rem;overflow:hidden;display:block; }
#pMdnFh3SPUKL5J3vdzrgKw9BdDtrRQ0P { position:absolute;display:block;z-index:15115;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:4.5rem;width:22.5rem;top:77.4375rem;left:51.5625rem;overflow:hidden;display:block; }
#AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f3c334cd-1ccd-4476-8c77-cae36e700a67/edm.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; }#AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET.adaptive-delivery-prevent-bg, #AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET.lazyload, #AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET.lazyloading { background-image: none; }#AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET > .row .container { background-color: transparent; background-image: none; }#AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET > .row .container > .video-iframe-container { display: none; }#AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET > .row > .video-iframe-container { display: none; }#AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET > .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); }#AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET > .row .container { border-width: 0; border-radius: 0; }#AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET::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; }#AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:block; }#FPTEhLNkViD9l5Bef6dg1MXiyOaQDEKe { color:#0e4143;display:block;width:18.8125rem;position:absolute;font-family:marcellus;font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1228313446045rem;left:2.412109375rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pspuvil7is40G54WotKWLVKG0vUcJH1K { color:#0e4143;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.25rem;left:1.25rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NFIpUOnFVaTGVpUyJvJixMwWFAcRITQo { color:#0e4143;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:20.25rem;left:15.9375rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fzZAXh7wyTQp2X4Tbfim2BSyZT7WE6l9 { color:#0e4143;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:20.48046875rem;left:32.8125rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qw3xfughxi39raxk1zz8apXDZ8eTR6mc { color:#0e4143;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.25rem;left:46.4375rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zwkpHT0mo8b722CyEpVBmmdbd78E6e14 { color:#0e4143;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.25rem;left:61.25rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W82nccxVmL2cvnrhwnFd1PxTdNQxZVdn { color:#0e4143;display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:36.25rem;left:10.78125rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XGleccZeIdqmGFkJvBd6q13ncKOvcO3q { color:#0e4143;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:36.250001907349rem;left:23.4375rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oV0urdnApF3DTEImc3xAIHHHQ6QAZOZ0 { color:#0e4143;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:36.250001907349rem;left:38.75rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#icS1mdiCxBemTDKmZxrZz9KkNhoTpgM1 { color:#0e4143;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:36.250001907349rem;left:53.9375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wq8e2o5DULyfrdfRg3GUH9McAkzoBCC0 { position:absolute;display:block;z-index:15012;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:5rem;top:13.0625rem;left:5rem;overflow:hidden;display:block; }
#BDuA9V6Qz0TbTFzSAQ2CpSOIX2QnllWS { position:absolute;display:block;z-index:15013;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:5rem;top:13.0625rem;left:19.6875rem;overflow:hidden;display:block; }
#M5dgczTAiZMZf8Oui8wxXJxDXnb8ANbJ { position:absolute;display:block;z-index:15014;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:4.6875rem;width:4.6875rem;top:13.0615234375rem;left:35.15625rem;overflow:hidden;display:block; }
#xd22BZMTfP2zm7i0zL3lqBfwTHUJUK1i { position:absolute;display:block;z-index:15015;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:5rem;top:13.0625rem;left:50.1875rem;overflow:hidden;display:block; }
#pI5NwFGEengiKvHNFGWlhddN4IUKcahS { position:absolute;display:block;z-index:15016;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:5rem;top:13.0625rem;left:65rem;overflow:hidden;display:block; }
#Zw6FZqxdZ11gSfDRFrAe4PkN4kxPT2ng { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:29.000001907349rem;left:12.5rem;overflow:hidden;display:block; }
#gExwTSvu2dPdJS6MsfUnOlTiFhSMZCzF { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:29.000001907349rem;left:27.1875rem;overflow:hidden;display:block; }
#QzTZ88UrJG6EiforXnv0DKi8KynMi6mf { position:absolute;display:block;z-index:15019;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:5rem;top:29.000001907349rem;left:42.5rem;overflow:hidden;display:block; }
#KPrxH0Nimf4HPSFZXBcElAqzJv9GXWgP { 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:5rem;width:5rem;top:29.000001907349rem;left:57.6875rem;overflow:hidden;display:block; }
#xsBsiKg7u5GSsG3dbDpMIPGuII9Vb4bV { color:#0e4143;display:block;width:18.811875rem;position:absolute;font-family:marcellus;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.4344596862794rem;left:2.412109375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f3c334cd-1ccd-4476-8c77-cae36e700a67/edm.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; }#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:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-primary-4),1);width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.25rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius: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, #678574, #0c3e3e);background-image: -moz-linear-gradient(180deg, #678574, #0c3e3e);background-image: -ms-linear-gradient(180deg, #678574, #0c3e3e);background-image: -o-linear-gradient(180deg, #678574, #0c3e3e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#678574', endColorstr='#0c3e3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#678574', endColorstr='#0c3e3e' );";background-image: linear-gradient(180deg, #678574, #0c3e3e);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:700;color:#ffffff;width:20.4375rem;height:3rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(158,193,185,0.71);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-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:absolute;top:2.3125rem;left:48rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#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(158,193,185,0.71);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-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:absolute;top:2.3125rem;left:48rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:rgba(var(--color-primary-4),1);display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.875rem;left:51.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:rgba(var(--color-primary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);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:rgba(var(--color-primary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.375rem;left:5.125rem;height:5.9982625rem;font-style:normal;display:block; }
#phuKffIRSO3faXhl5UcrFR4as2L6Vt7r { 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; }#phuKffIRSO3faXhl5UcrFR4as2L6Vt7r > .row .container { background-color: transparent; background-image: none; }#phuKffIRSO3faXhl5UcrFR4as2L6Vt7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phuKffIRSO3faXhl5UcrFR4as2L6Vt7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phuKffIRSO3faXhl5UcrFR4as2L6Vt7r > .row .container > .video-iframe-container { display: none; }#phuKffIRSO3faXhl5UcrFR4as2L6Vt7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phuKffIRSO3faXhl5UcrFR4as2L6Vt7r > .row > .video-iframe-container { display: block; }#phuKffIRSO3faXhl5UcrFR4as2L6Vt7r > .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); }#phuKffIRSO3faXhl5UcrFR4as2L6Vt7r > .row .container { border-width: 0; border-radius: 0; }#phuKffIRSO3faXhl5UcrFR4as2L6Vt7r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#phuKffIRSO3faXhl5UcrFR4as2L6Vt7r > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f3c334cd-1ccd-4476-8c77-cae36e700a67/edm.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; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46.adaptive-delivery-prevent-bg, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyload, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyloading { background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { background-color: transparent; background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { border-width: 0; border-radius: 0; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { font-size:0.875rem;font-family:arial;height:67.5rem;width:75rem;position:relative;display:block; }#CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { color:rgba(var(--color-primary-4),1);display:block;width:18.2493125rem;position:absolute;font-family:marcellus;font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.6875rem;left:28.49609375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uzrk3t2rWiPo80Zu7NTmhwtqlIyc8Xac { color:#1f3727;display:block;width:45.0615rem;position:absolute;font-family:marcellus;font-size:2rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:7.9345703125rem;left:14.967041015625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#aGJSNm3BLcpuvH0Vt2bozUFlzVERTP39 { color:rgba(var(--color-primary-4),1);display:block;width:18.6865rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15084;line-height:1.8;letter-spacing:0;top:12.5625rem;left:22.4375rem;height:10.1236875rem;text-align:left;text-align-last:left;display:block; }
#aH9TChUaNmmdBxu23122brtkMOFrQVe7 { color:rgba(var(--color-primary-4),1);display:block;width:11.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15085;line-height:1.8;letter-spacing:0;top:12.5625rem;left:42.375rem;height:8.09895rem;text-align:left;text-align-last:left;display:block; }
#GT6Csgn7Tik0skuRsqJB0BeTIiN1fblA { position:absolute;display:block;z-index:15145;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:36.9375rem;width:53.0625rem;top:25.88818359375rem;left:10.96875rem;overflow:hidden;display:block; }
#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f3c334cd-1ccd-4476-8c77-cae36e700a67/edm.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4.adaptive-delivery-prevent-bg, #qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4.lazyload, #qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4.lazyloading { background-image: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { background-color: transparent; background-image: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container > .video-iframe-container { display: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.83); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row > .video-iframe-container { display: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .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); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { border-width: 0; border-radius: 0; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4::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; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { font-size:0.875rem;font-family:arial;height:95.0625rem;width:75rem;position:relative;display:block; }#KPi0tRfIRS4vFm1aqowsaxB0lRDQmVKQ { color:#0e4143;display:block;width:29.6875rem;position:absolute;font-family:marcellus;font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:22.65625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#flzoUJQBlsTtUvWEbzfDGrA34H4lvosN { box-sizing:content-box;height:23.5rem;width:36.8125rem;position:absolute;display:block;z-index:15076;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1f47b642-3947-49fb-9c35-28c441033863/edm20.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3740234375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#flzoUJQBlsTtUvWEbzfDGrA34H4lvosN.adaptive-delivery-prevent-bg, #flzoUJQBlsTtUvWEbzfDGrA34H4lvosN.lazyload, #flzoUJQBlsTtUvWEbzfDGrA34H4lvosN.lazyloading { background-image: none; }
#flzoUJQBlsTtUvWEbzfDGrA34H4lvosN::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; }#flzoUJQBlsTtUvWEbzfDGrA34H4lvosN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tfnd2tmzB1hu3peWzJONn0JxZCeKyPBP { box-sizing:content-box;height:23.499rem;width:36.8115rem;position:absolute;display:block;z-index:15077;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca871a24-9a3b-4a7d-a672-7d48b99dc219/edm23.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3740234375rem;left:38.1884765625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Tfnd2tmzB1hu3peWzJONn0JxZCeKyPBP.adaptive-delivery-prevent-bg, #Tfnd2tmzB1hu3peWzJONn0JxZCeKyPBP.lazyload, #Tfnd2tmzB1hu3peWzJONn0JxZCeKyPBP.lazyloading { background-image: none; }
#Tfnd2tmzB1hu3peWzJONn0JxZCeKyPBP::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; }#Tfnd2tmzB1hu3peWzJONn0JxZCeKyPBP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0ZorMTVFnp7fEPPcOnmXMCdEFkAZsaF { box-sizing:content-box;height:23.499rem;width:36.8115rem;position:absolute;display:block;z-index:15077;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac9734d5-e4c0-45d9-955b-725026e64cef/edm21.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:34.93505859375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#T0ZorMTVFnp7fEPPcOnmXMCdEFkAZsaF.adaptive-delivery-prevent-bg, #T0ZorMTVFnp7fEPPcOnmXMCdEFkAZsaF.lazyload, #T0ZorMTVFnp7fEPPcOnmXMCdEFkAZsaF.lazyloading { background-image: none; }
#T0ZorMTVFnp7fEPPcOnmXMCdEFkAZsaF::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; }#T0ZorMTVFnp7fEPPcOnmXMCdEFkAZsaF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzliKs4dPIki1X99yc7GTD4mFMTGRwKW { box-sizing:content-box;height:23.4975625rem;width:36.8100625rem;position:absolute;display:block;z-index:15078;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8afaa85f-86b8-4082-b4d9-f45a19ffe5bc/edm22.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:59.55908203125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yzliKs4dPIki1X99yc7GTD4mFMTGRwKW.adaptive-delivery-prevent-bg, #yzliKs4dPIki1X99yc7GTD4mFMTGRwKW.lazyload, #yzliKs4dPIki1X99yc7GTD4mFMTGRwKW.lazyloading { background-image: none; }
#yzliKs4dPIki1X99yc7GTD4mFMTGRwKW::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; }#yzliKs4dPIki1X99yc7GTD4mFMTGRwKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7gIT3iUufsxG570im48Z8xKitQgtnwd { box-sizing:content-box;height:23.4975625rem;width:36.8100625rem;position:absolute;display:block;z-index:15078;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1486f573-d654-4623-a6bd-410f47de3923/edm24.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:34.93505859375rem;left:38.1884765625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#r7gIT3iUufsxG570im48Z8xKitQgtnwd.adaptive-delivery-prevent-bg, #r7gIT3iUufsxG570im48Z8xKitQgtnwd.lazyload, #r7gIT3iUufsxG570im48Z8xKitQgtnwd.lazyloading { background-image: none; }
#r7gIT3iUufsxG570im48Z8xKitQgtnwd::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; }#r7gIT3iUufsxG570im48Z8xKitQgtnwd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEdSSZCXfqyLlAH1ehSff6aQlz5VF2bx { box-sizing:content-box;height:23.4975625rem;width:36.8100625rem;position:absolute;display:block;z-index:15079;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4c567151-b046-4b0a-8272-acedf392c158/edm25.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:59.55908203125rem;left:38.1884765625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#MEdSSZCXfqyLlAH1ehSff6aQlz5VF2bx.adaptive-delivery-prevent-bg, #MEdSSZCXfqyLlAH1ehSff6aQlz5VF2bx.lazyload, #MEdSSZCXfqyLlAH1ehSff6aQlz5VF2bx.lazyloading { background-image: none; }
#MEdSSZCXfqyLlAH1ehSff6aQlz5VF2bx::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; }#MEdSSZCXfqyLlAH1ehSff6aQlz5VF2bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StoaxkeU3QWGRSMQTfzdoBiQUl9Q8syz { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #678574, #0c3e3e);background-image: -moz-linear-gradient(180deg, #678574, #0c3e3e);background-image: -ms-linear-gradient(180deg, #678574, #0c3e3e);background-image: -o-linear-gradient(180deg, #678574, #0c3e3e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#678574', endColorstr='#0c3e3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#678574', endColorstr='#0c3e3e' );";background-image: linear-gradient(180deg, #678574, #0c3e3e);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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:86.94287109375rem;left:26.34375rem;display:block; }
#R4uHZ2auy3e0eNWT5absBdOR755S9Dh6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TWAvoXQM0886ZXzZTT08dJK05D3yUw5k { box-sizing:content-box;height:23.5rem;width:36.8125rem;position:absolute;display:block;z-index:15076;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1f47b642-3947-49fb-9c35-28c441033863/edm20.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3740234375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#TWAvoXQM0886ZXzZTT08dJK05D3yUw5k.adaptive-delivery-prevent-bg, #TWAvoXQM0886ZXzZTT08dJK05D3yUw5k.lazyload, #TWAvoXQM0886ZXzZTT08dJK05D3yUw5k.lazyloading { background-image: none; }
#TWAvoXQM0886ZXzZTT08dJK05D3yUw5k::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; }#TWAvoXQM0886ZXzZTT08dJK05D3yUw5k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p987OoP4linwzLJvUMo5C4V8zWmiPAQM { box-sizing:content-box;height:23.499rem;width:36.8115rem;position:absolute;display:block;z-index:15077;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca871a24-9a3b-4a7d-a672-7d48b99dc219/edm23.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3740234375rem;left:38.1884765625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#p987OoP4linwzLJvUMo5C4V8zWmiPAQM.adaptive-delivery-prevent-bg, #p987OoP4linwzLJvUMo5C4V8zWmiPAQM.lazyload, #p987OoP4linwzLJvUMo5C4V8zWmiPAQM.lazyloading { background-image: none; }
#p987OoP4linwzLJvUMo5C4V8zWmiPAQM::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; }#p987OoP4linwzLJvUMo5C4V8zWmiPAQM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCrPas7evyow5nnWS8MfbTTuT2ZP2AsP { box-sizing:content-box;height:23.5rem;width:36.8125rem;position:absolute;display:block;z-index:15076;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1f47b642-3947-49fb-9c35-28c441033863/edm20.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3740234375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#wCrPas7evyow5nnWS8MfbTTuT2ZP2AsP.adaptive-delivery-prevent-bg, #wCrPas7evyow5nnWS8MfbTTuT2ZP2AsP.lazyload, #wCrPas7evyow5nnWS8MfbTTuT2ZP2AsP.lazyloading { background-image: none; }
#wCrPas7evyow5nnWS8MfbTTuT2ZP2AsP::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; }#wCrPas7evyow5nnWS8MfbTTuT2ZP2AsP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PWTg8ccc5oC4M6V0DCx2brOZPmxMoxSS { box-sizing:content-box;height:23.499rem;width:36.8115rem;position:absolute;display:block;z-index:15077;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca871a24-9a3b-4a7d-a672-7d48b99dc219/edm23.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3740234375rem;left:38.1884765625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#PWTg8ccc5oC4M6V0DCx2brOZPmxMoxSS.adaptive-delivery-prevent-bg, #PWTg8ccc5oC4M6V0DCx2brOZPmxMoxSS.lazyload, #PWTg8ccc5oC4M6V0DCx2brOZPmxMoxSS.lazyloading { background-image: none; }
#PWTg8ccc5oC4M6V0DCx2brOZPmxMoxSS::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; }#PWTg8ccc5oC4M6V0DCx2brOZPmxMoxSS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzW3XNhGBpx8tNezHoSGUZoCJEEVXnlN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/74a28e3f-b3e4-4e55-adc2-9f59590d05be/211003SivanaVillas0008min.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:none; }#XzW3XNhGBpx8tNezHoSGUZoCJEEVXnlN.adaptive-delivery-prevent-bg, #XzW3XNhGBpx8tNezHoSGUZoCJEEVXnlN.lazyload, #XzW3XNhGBpx8tNezHoSGUZoCJEEVXnlN.lazyloading { background-image: none; }#XzW3XNhGBpx8tNezHoSGUZoCJEEVXnlN > .row .container { border-width: 0; border-radius: 0; }#XzW3XNhGBpx8tNezHoSGUZoCJEEVXnlN::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; }#XzW3XNhGBpx8tNezHoSGUZoCJEEVXnlN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XzW3XNhGBpx8tNezHoSGUZoCJEEVXnlN > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:none; }#AOsOMeWCbxvKnlMuTWbpw5DOzzyRPPwF { color:#ffffff;display:block;width:32.124rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:7.843017578125rem;left:0rem;height:12.1845625rem;font-style:normal;display:block; }
#ptdOZdxShQIpMqGHq4Sp93nQWfTQfVr6 { box-sizing:content-box;height:5.5625rem;width:5.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15076;background-color:#ffffff;background-image:none;top:3.4375rem;left:36.624755859375rem;display:block; }
#ibfirs8bE41RhiHL3HaLHygXUdHbbteV { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:4.593505859375rem;left:37.78076171875rem; }
#oJ0r9RPPLSQmPDVCvr2LXVdN72Ob2Xx8 { box-sizing:content-box;height:5.5625rem;width:5.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15077;background-color:#ffffff;background-image:none;top:3.4375rem;left:49.874267578125rem;display:block; }
#exkrkCNAsvZS3u6D8eIHqhmn5LPV7hGS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:4.65576171875rem;left:51.09375rem; }
#WTlNsDCC7HbSpVxB9wLTDCGZ2ynqZGg4 { box-sizing:content-box;height:5.5625rem;width:5.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15078;background-color:#ffffff;background-image:none;top:3.4375rem;left:63.125rem;display:block; }
#qQZdfqPqhrZ7NBN0PeyUNnDzHct7kkHx { color:rgba(var(--color-tertiary-2),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15085;line-height:1.1;letter-spacing:0;top:10rem;left:34.749755859375rem;height:2.8841125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VPfgwiZNhkJSsvD8bTmdEF7QtQrISKI3 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15086;line-height:1.1;letter-spacing:0;top:10rem;left:47.999267578125rem;height:2.8841125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XeHWzUz0nGNPwmBTece6MEpIJKOlRp8A { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15087;line-height:1.1;letter-spacing:0;top:10rem;left:60.499267578125rem;height:1.9227375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p5MhgJASN7TFMwwQcTTMEhG34fTHwhy4 { box-sizing:content-box;height:5.5625rem;width:5.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15079;background-color:#ffffff;background-image:none;top:15.5615234375rem;left:36.624755859375rem;display:block; }
#W4TeFDB58JpXKLlEKUGSrIBUph2iwZcT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:16.749267578125rem;left:37.8125rem; }
#kL301GRdlTd3puwF6IfTCMFWim3liazT { color:rgba(var(--color-tertiary-2),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15088;line-height:1.1;letter-spacing:0;top:22.1240234375rem;left:34.749755859375rem;height:1.92274375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JLbsKEvTdoannob4sy6yR0IrLy28dhzA { box-sizing:content-box;height:5.5625rem;width:5.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15082;background-color:#ffffff;background-image:none;top:15.5615234375rem;left:49.874267578125rem;display:block; }
#bTxOsMfsPqDvv9R2tIaKRisfimk9MH5N { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:16.84326171875rem;left:51.21826171875rem; }
#z6QDtG03KucFX7ssBWTFTLJewLu2qvZq { color:rgba(var(--color-tertiary-2),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15091;line-height:1.1;letter-spacing:0;top:22.1240234375rem;left:47.999267578125rem;height:2.8841125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WXXwasGuU12lTcFMbqe0rsuC8IodU9sQ { box-sizing:content-box;height:5.5625rem;width:5.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15085;background-color:#ffffff;background-image:none;top:15.5615234375rem;left:63.125rem;display:block; }
#PoJ8bG8trW4fTTwvBKi6TJnIDVxpWIUh { box-sizing:content-box;color:#5d92ff;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:16.8115234375rem;left:64.375rem; }
#GpCQ5gBv5il9wa9qbrf4gg1y4W96qu6p { color:rgba(var(--color-tertiary-2),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15094;line-height:1.1;letter-spacing:0;top:22.1240234375rem;left:59.9365234375rem;height:3.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CIH6LMeyoZlNTRcO7sDt59mPSCTLTpFd { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:4.65576171875rem;left:64.34326171875rem;overflow:hidden;display:block; }
#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { position:relative;display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { background-color: transparent; background-image: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { border-width: 0; border-radius: 0; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .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; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .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; }#gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { color:#999999;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.13671875rem;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) { #SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { display:block; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7EpEG9UK5V2X00QE241NcVFcWvTSUTy { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC { display:block; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOIpUCfT4df6ONLLy9OAilvOszvIQZfv { 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) { #IFABsStbPdKFrOBMiWhbEeQp0SnOQnyN { top:0.875rem;left:0rem;width:15.9375rem;height:6.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y53d2pkH4ZcZFgXq3TIQhm74avklJlAZ { top:6.5625rem;left:0rem;width:8.125rem;height:3.875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT5Hm8GZAR4BQlRcRyC2rwLmEyINCUoM { top:27.875rem;left:0rem;width:21.4375rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrfceusoCEVb9RdNHSBkPvgUPoFhBlvo { top:31rem;left:0rem;width:28.125rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpBcO8QVeFKEIWTKQFOASIfPu95zVipN { top:34.25rem;left:0rem;width:10rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPc7tFeIeTiONtQeHMlUX9UbDPLU1gpH { top:34.25rem;left:0rem;width:12.5625rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAdSIAGaz9bGXOTwGmC44Zyfot0mglHw { top:34.25rem;left:9.6979184150694rem;width:18.5625rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNS29TVAOxSxANUw2TpXQRatNwsy9ydB { top:31.5625rem;left:17.4375rem;width:30.3125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt8xJgz9BgS1QvUndq0KdivwofXhMq3V { display:block; }#Wt8xJgz9BgS1QvUndq0KdivwofXhMq3V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flD3npl5lm4viLDf0rmutqRDLczuBB7H { top:48.625rem;left:0rem;width:29.1875rem;height:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXKCHOKwPvFnw7dm8HB06WOy8rThJUVG { top:49.6875rem;left:0rem;width:27.125rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgh3kgiXgy66TSqdnxUBDFPlySoS3kAf { top:77.5rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWGKhwIl2CNRoCWsxEQVlUTMVuTifSUI { top:87.1875rem;left:0rem;width:22.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE55xik5OGMT0G5ZstQJWyQZJLKtZpTq { top:80.5625rem;left:0rem;width:27.125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVxBlLmqQV4E1Z15sQn1sqapGHa3i57Z { top:87.6875rem;left:1.1875rem;width:6.4375rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLk3xRagWTLfT46veWsTczZodUC03Q0r { top:88.5625rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysAybSyZyUDU9xIRLPPpFCm2quu2fkSk { top:89rem;left:5.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpXqzANUCh3yCCfwP6E46R8ezOK5Fbak { top:48.625rem;left:18.5625rem;width:29.1875rem;height:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBF26HpoyfUUKxLTaAsTm3dICTK3UJrV { top:49.6875rem;left:20.5rem;width:27.125rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0xsbltgpZp0gcHJfPVTveEIzSMPJmyN { top:77.5rem;left:28.0625rem;width:12.5rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvN1a8ku1ONuasqm8LBUkoLGJuI8XE1q { top:80.5625rem;left:20.625rem;width:27.125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0iVsSFT0tEQuhl4J3mzp1zMwPd7gMQT { top:87.1875rem;left:24.9375rem;width:22.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #maocWpp1ve2f93GPkXBkHllxpTpS13cL { top:87.6875rem;left:36.75rem;width:6.4375rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIpU9l62xc9x0CQikaQFvyRV9b8fLe2J { top:88.5625rem;left:34.4375rem;width:12.5rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0zTVsFQcE6yAwghO10T6IJf07pSPF12 { top:88.9375rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn6X1QiHdTkv97ZgIxOJJ53JIfUevllV { top:95.0625rem;left:0rem;width:29.1875rem;height:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw0HePHT6xy3miisUyIhwa3L1hEzEXpS { top:96.125rem;left:0rem;width:27.125rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWoxsbFrUoy20aLg3xL4vts0QxTAAN79 { top:123.9375rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwwkFtEEkOMtyxwQgsX0rrxxmOH3ZeQv { top:127rem;left:0rem;width:27.125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl3kzWvMRkSKhDncIBdPoVx1lLsUXyq7 { top:133.625rem;left:0rem;width:22.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiNn7vIpMZbsZrehXGTlCyLJqofvzfcn { top:134.125rem;left:0.75rem;width:6.4375rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTFyyN7QNMLBx8J4lco9nRiUbVTLXs0q { top:135rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4xNUPm32A2XKbSdaiOICdiUlFC1fPZU { top:135.3125rem;left:5.625rem;width:12.5rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQy9B2u1vQz3S9IVZVL8sW4kOymqd25c { top:48.625rem;left:18.5625rem;width:29.1875rem;height:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3dW5oU3GC2DQTIiw82L1P1I0OvCx1rz { top:49.6875rem;left:20.5rem;width:27.125rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzitkvKEhKExwWWhuFuTMyrIPNTEBIr5 { top:77.5rem;left:28.0625rem;width:12.5rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1nHVDvAgKFqb7PsevryvtlushITCdc0 { top:80.5625rem;left:20.625rem;width:27.125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwKuNDc7pbM5gmB4tK4qETsmm7X7wTnQ { top:87.1875rem;left:24.9375rem;width:22.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMcdp2aL8KTkM0AJiTRIBLq6OgdbHlTb { top:87.6875rem;left:36.3125rem;width:6.4375rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU0UnatLzTG9TMA7zls80xGz7hvw5w1U { top:88.5625rem;left:34.75rem;width:12.5rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QafifpgR7nSBSZ3vGV83KAerbNWRT7UE { top:89rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLMB3ugDgfTuOZ5310GpDpaCe482cUmK { top:48.5625rem;left:0rem;width:29.1875rem;height:42.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #faVcqf9cNzO3iWxV3zyCVkW5iuEET2ok { top:49.625rem;left:0rem;width:27.125rem;height:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNGXk6QIhBMxAcon9bo7zy0vfIoonwVM { top:69rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGOEIZwyDwMP0ToQC1ZOJIgSEZt94269 { top:87.125rem;left:0rem;width:22.8125rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGxQBpsfO8bcBXflTTlHQFBAXX7k5Teg { top:87.625rem;left:2.5625rem;width:6.4375rem;height:1rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gF8EGkVrQDZHyC0mG9TaGom6to4ercNx { top:75.375rem;left:0rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcOPTEqPz3k9gBecW6zMhIrdawkg5X88 { top:70.4375rem;left:0rem;width:5.1875rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KH3PMgdxw3Lczrbp8VUc7xbs1vQ4Ny5A { top:48.5625rem;left:0rem;width:29.1875rem;height:42.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J9TxxxdXJrgWwWX3a5TVWBKPyJhXXIaq { top:49.625rem;left:0rem;width:27.125rem;height:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmcyZgmvDCUGVfDNuqqLCMuuBR7apx97 { top:98.6875rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPTLAdWakCTXre4sOfCMc4ACfh6JSI5S { top:87.125rem;left:0rem;width:22.8125rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #tT4bv1ykTQdoGpEfvVmEDzQzcyl5gwGv { top:87.625rem;left:2.5625rem;width:6.4375rem;height:1rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GVFHwm6SsPe5P9mVEpiL5OS9XcMIHtaU { top:105.0625rem;left:0rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJWBEBRhJqpfTF42WGynDKlRTcgLRVst { top:98.125rem;left:0rem;width:5.1875rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iSh0EQkwJHubdi7ZvqB4mFxZHQrWGKfk { top:48.5625rem;left:0rem;width:29.1875rem;height:42.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EI7AL4KpT5eNzJoT1hWTspsfnrxUd2Ut { top:49.625rem;left:0rem;width:27.125rem;height:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvKJOIqHDQyRHkROmI029waTVCNzP5UT { top:128.4375rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qsdca2QFpKhgspaKx5iHXaKq0e3c1xuT { top:87.125rem;left:0rem;width:22.8125rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNlM2hWCaynvM2npgwD6FXEVnKD1XvH0 { top:87.625rem;left:2.5625rem;width:6.4375rem;height:1rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfkPIr5Ldwht8cf66lT72eh7xnKgfQUa { top:70.1875rem;left:0rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5aHiNGGAAekEtEwEvBNh3DBtf4K6WDu { top:70.5rem;left:0rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CAmKH2ShO5FRlBAvZaS9mcsT2ZXFy9Q7 { top:48.5625rem;left:0rem;width:29.1875rem;height:42.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wxPZgcVrkPZfRT5IgKPXTOrcuL7TOyhh { top:147.1875rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fFauABwSFwE5neZ9Ri3gurTx2CIV6G2a { top:87.125rem;left:0rem;width:22.8125rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #QLVffhvWsqTEhvD2QDkCqkyBTnU2vnzk { top:87.625rem;left:2.5625rem;width:6.4375rem;height:1rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QbwU4cOhy0dg9y4QNeAK0nSM2P66APT0 { top:97.625rem;left:0rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xFCD2OhJz7TtPkTcinMzeZW3leP8R7Gh { top:97.9375rem;left:0rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qhOZnvLAnoBOOkAVxUOfIXmIZggcqqhv { top:119.625rem;left:21.6875rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIOvTG5ycAUIWr3sMnf2UJB28vOBLoZF { top:122.625rem;left:19.625rem;width:6.375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hyzIqguNKKrHWpHTZQZ0wsBwvRclois6 { top:119.625rem;left:30.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XtNDKMuOzUxNSaEJiTqL3IKRlzryfm6F { top:122.625rem;left:28rem;width:7.25rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nfg718SMFSvt7VsOpU4nWmfzrmzyeQT1 { top:119.625rem;left:39.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4XXB7ILvgCRa8NagcMH2aViHxTMZryh { top:122.625rem;left:37.75rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qdtohdw11VirBFVsGudPc0uiOKEVcRb7 { top:126rem;left:30.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzTXAufCCVBQMxPpeosHeOZm8sWUytkV { top:128.875rem;left:30.3125rem;width:2.75rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOTEBWT5TPxGlccI5qwzU72LZZFWbhBT { top:128.875rem;left:19.375rem;width:6.375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTXuMx1dt2h9UTVHdJwqAnqhVhkDl3GW { top:125.9375rem;left:21.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fReGsdfL6kCwATDe6P4hUrlxqxA6ERH9 { top:62.375rem;left:21.6875rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HrDVKAiTRUz7PEvbI08E3yd2FJM3VNMm { top:65.375rem;left:19.625rem;width:6.375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pP6suGBSsMPSmambHUh5FPuJp8V8xPm6 { top:62.375rem;left:30.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yIKTam8rDtN7o3nXGtufNAPbo3wyVden { top:65.375rem;left:28rem;width:7.25rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:22.3125rem;height:3.375rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #hDyKhltviF5Qs7ayc3c1chBo5T9PDTb6 { top:12.375rem;left:17.5rem;width:30.25rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEyFJihe7lbT5fc9XNT36yzlX2ORXKIJ { top:3.3125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbrD1WaLrcIzJf2e6y56DyfxBCVnIbxd { top:8.125rem;left:0rem;width:33.9375rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGNUquxCk4LeGOSRWkZO9n8THJq62FHa { top:7.6875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWzVy36buWXHeuQw0kdRTngfFcyBu4VJ { top:10.5625rem;left:0rem;width:33.9375rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJZxqra8mT4JpI0VSJfEdOwTPOtPlqkn { top:15.5625rem;left:0rem;width:33.9375rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VahTe6Tm3iA39mAopzl1KpvZ3uiiNSDx { top:31.5625rem;left:17.4375rem;width:30.3125rem;height:18.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fvPLDpMxp52oJLmmAXi0rkWyHpArtBp9 { display:block; }#fvPLDpMxp52oJLmmAXi0rkWyHpArtBp9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAlVHwwFvm6BqiIhDTbmKIoGCOZwZUcQ { top:5.5625rem;left:15.90625rem;width:15.9375rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mya0zi7WTSOagfSCKOJWnqWIEJ5ocVe9 { top:10rem;left:12.12451171875rem;width:23.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMwMMTLFIb13lxgL7fBLsw0y6qa05Eue { top:15.6875rem;left:5.3125rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQyTc4XnfyezXnfbcTUAAcrS9k5lSa3r { top:16rem;left:17.0625rem;width:3.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBXfJDI3IyOIW6tZgTmg7kcQGzTHFxqa { top:15.6875rem;left:28.375rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz7HRoK31IPOUV1Q2EmmxVrZGUDkuTVG { top:15.6875rem;left:38.1875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spFxbKP0e3sBI5BoKzrk4LT95oKylSBi { top:19.5625rem;left:5.1875rem;width:6.4375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXQxyGbauTfq8AsvXl893vqggen0gbco { top:16.5625rem;left:9.6875rem;width:2rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exPI8PFPx0KuGg5PrdEAeRGlgWz1Wgq0 { top:16.625rem;left:20.5625rem;width:2rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI2TZNfTbdnTtEb9P5QbbVwtzRbqLUdH { top:19.5625rem;left:16.1875rem;width:6.4375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCNdd14NQ4whvEO2NTZ8hBTOL2brm8CD { top:19.5625rem;left:26.84375rem;width:6.4375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzhb5ar9r6Q95FMsJsdmNEg2KRGfTMaL { top:19.5625rem;left:36.65625rem;width:6.4375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlZM1gD3DwXa6pe43u4lZXsJFf1UIwZL { top:16.5625rem;left:42.1875rem;width:5rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyp4eO4iODGwV6kbX4gmgemICXxP9IiI { top:25.625rem;left:0rem;width:23.125rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx4uZtcIJ5NUMeFn3RuxTrEwdKKk2ZV5 { top:26.5625rem;left:0rem;width:22.1875rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDwF1CMinyzX822Sv9HXlveIOvLqMg5x { top:24.3125rem;left:0rem;width:10.75rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxAOGS9cNLwydObCMQC4bOOiqLF3H1gn { top:24.4375rem;left:11.9375rem;width:10.6875rem;height:4.4735606161915rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbh5sJFS8QXH6QQFf3Q1t4gkZB7BG7os { top:25.6875rem;left:12.625rem;width:23.125rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUgPZO9ymg4b9Ep4hTTdDWDI8d4yOZ9s { top:26.6875rem;left:12.625rem;width:22.1875rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLq4u5ByWlpvek6BzkFSwDULCrFllhFC { top:25.75rem;left:24.625rem;width:23.125rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwxCSOqnLlaARW2yyHeNgkAZWFE3TriG { top:26.75rem;left:25.5625rem;width:22.1875rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2GKUm4FGkDGOyybJXFUq6thQ3KRpPqO { top:24.5rem;left:36.750003814698rem;width:10.6875rem;height:4.4738372093023rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyATxcwZFoe6orsFwst3ORZD8RoOINfS { top:24.875rem;left:13.958332061767rem;width:6.875rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpbtozs8T3pfLbQVgI3ZTw2EtlOOxTWH { top:25rem;left:38.687503814698rem;width:6.875rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrzzuxXerG6eck2WA7enDc1ndtILGSdd { top:50.25rem;left:0rem;width:20rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzlaxdX88hbINilvTCX0NFWR1NTFzf5D { top:54.75rem;left:0rem;width:20rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRtJl9F6ZSpR4Cawc03npRdaUVAL2gAm { top:57.0625rem;left:0rem;width:20rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkaeOV9XNynDFr6faF54gTJun0MfQa24 { top:58.6875rem;left:0rem;width:20rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAZ2gmKaeToJf5y3NVrMACuzWLMtuBN0 { top:58.6875rem;left:0rem;width:20rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAXqTCSvrNrzGfq7AX4VzRdHvfioEH2B { top:25rem;left:0rem;width:6.375rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw2rgtKfgZBk7bcBcPaEnFNLhRDLVgGT { top:50.1875rem;left:14.275390625rem;width:20rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEFNObpJUAH6rTr1PsIX686iE1TWlzWD { top:54.6875rem;left:14.311197280884rem;width:20rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH2bT0fo9zZrLicgLQEdE7ilUmmvxHJT { top:57rem;left:14.374132156372rem;width:20rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyy4XQyLQ1RrhKwBTlf8JmTr29uBxk75 { top:58.625rem;left:14.374132156372rem;width:20rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKw7XN1tuWJmTwCdTOU3lWr4lqcAgggH { top:58.625rem;left:23.341144561767rem;width:9.8125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOXUFa4DJvwpzK0EvUWcu3miPUiEMJTz { top:58.625rem;left:32.875rem;width:14.875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfDTuPgZoQ5dJNU5DMLkB8ZvakK4UiJS { top:58.625rem;left:37.9375rem;width:9.8125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyiq4Z0HX32vEgp2SznOhwVpPHEg6FEn { top:54.6875rem;left:27.75rem;width:20rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2Nufq0a4oKe1GmDDKXwuIAGPpBrpVqf { top:57rem;left:27.75rem;width:20rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnHEwUNTiqf4qp88To9NJnTlwv95xsH5 { top:50.1875rem;left:27.75rem;width:20rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1Qd3wByG8GkMvKduK30ykJvmaVtLaXB { top:66.9375rem;left:0rem;width:47.75rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzHudST6JiC0iCNbC8e2yE8otqv08UTe { top:71.0625rem;left:0rem;width:8.75rem;height:7.874375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD4u1IbmaeKv74xp7gZndFmODVeXh7hv { top:71.5625rem;left:10.999565124512rem;width:7rem;height:7.3743225264962rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK1qkgcysGXAR5nLPsxoxDvOxJD1IXTV { top:72.8125rem;left:24.842884063721rem;width:14.1875rem;height:4.9371339984669rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgdSL5FqwxJt9usTluR0yrwFhyVFWv4l { top:69.8125rem;left:39.6875rem;width:8.0625rem;height:8.312076042886rem;display:block; }
 }@media only screen and (max-width: 763px) { #n40wgzl1RzlR1uWsZDUxpRmMc4qdECMh { top:70.5625rem;left:5.3940963745117rem;width:0.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExsktG13aQMLxliiRQwmWCgaCMHd1hp7 { top:81.0625rem;left:0rem;width:9rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdkOiS6rrz6U13cTbhsRw1DEpg3N2Fgv { top:81.0625rem;left:9.8103294372556rem;width:9rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOJ5tn40Q9rt9HdTqQEQTMBQd4SenSO5 { top:70.5625rem;left:22.831165313721rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE1SXn5riozOvS8tZZ2X8Nnu0xI8XrmP { top:70.5625rem;left:42.206161499024rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #algE2rOqArUuzLBy1PcyolVG94BQQrJU { top:81.0625rem;left:28.194664001465rem;width:9rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNKGCJmRi60WB7JplTHtGkBCOs3d3d65 { top:81.0625rem;left:38.75rem;width:9rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7A8TArPsmLwEPQ9KKz3MQz8zmrOeToi { top:86.3125rem;left:0rem;width:13.9375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4CzI579PZq38pR0svuN5AUDM9K3ACLV { top:88.5625rem;left:0rem;width:22.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2IGIa1ie23bbqSk85Be8hWhoqOQ7VWO { top:86.3125rem;left:25.625rem;width:13.9375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciKm1enDHaRieLaseHQSg4EM3M0BTPWD { top:88.5625rem;left:24.4375rem;width:23.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTUvhzIOPyfES2A1o8145BTlmUwt4NNq { top:70.5625rem;left:5.3940963745117rem;width:0.125rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HK3KZA3IUtIAvWxrdQmpb41nRP4RNPdg { display:block; }#HK3KZA3IUtIAvWxrdQmpb41nRP4RNPdg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVPe2E40XrehpmI5uQurBr7naoCcqOFP { top:1.4375rem;left:0rem;width:15.25rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg6KtipMS8vcCf0TvA5XcinTJr0eLdIT { top:10.125rem;left:9.6875rem;width:28.4375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr0SmTTbAkPT63vuMzGo8sFH4g94ucDU { top:13.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7ziL5REQSWEocghqlc15b1XTIfzdS45 { top:19.125rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aqh0CFnfKsC0PltenDJsyz0cXqqawTpG { top:20.4375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQa193I40VZVVLu1Xqbtkl78O6owRief { top:25.125rem;left:0rem;width:47.75rem;height:13.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #si0foo5EIzHXoDEnyy6iZGI5LsKXWhsK { top:32.75rem;left:39.811199188233rem;width:7.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0IalDEDIAIuiKlNRZTH0wOJLCJhfd5h { display:block; }#U0IalDEDIAIuiKlNRZTH0wOJLCJhfd5h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SGxPsgxFms5gnxlV6WmptAUvf6Ekh15T { top:2.875rem;left:11.0625rem;width:36.625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW51hxsnEPzkgoWf0K24bkO69sZrTPND { top:10.8125rem;left:0rem;width:30.75rem;height:15.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0ZTTJ7drBpMO8yTOk9PWXrLqS8DCal5 { top:4.5625rem;left:0rem;width:31.6875rem;height:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5NPTmto1po2soP6eAEJ4be5JHZ7CtGA { top:10.8125rem;left:0rem;width:13.5rem;height:15.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCmOM2gimTiqPkHuV96OtzqsyGSGnCCB { top:2.0625rem;left:0rem;width:13rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDGFgHaQ2cyVZqPaX0O9puFuq5FUsTdR { top:2.25rem;left:0rem;width:0.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNqTrlbitIW4rFNqSn8V74WKcbIiPs7S { display:block; }#gNqTrlbitIW4rFNqSn8V74WKcbIiPs7S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2TL5tZxoTrlHTTcNT2GU755ATkGcnTm { top:3rem;left:7.4375rem;width:32.25rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meBN2pdlKxDRNWbVZVE5Dir3rNKFU5QT { top:9.9375rem;left:17.25rem;width:8rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKwhLNVDa8FTCtOG5TydGMlOi2KuRt6Q { top:10.625rem;left:15rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWgzQDfXQrBImPTOCiU33V8pioZP5mED { top:10.5rem;left:0rem;width:20.5rem;height:4.7347054031709rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8TzkKze3OFMa7VBfqZ5GlbTV8W3cR8C { top:13.3125rem;left:17.25rem;width:11.9375rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vduoHW41R55JtxGkgfTlk2HCd4Hd3kU8 { top:14.0625rem;left:15rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVJ5zksc5xvNmnHEWRLErFzefQOsU4hV { top:10.625rem;left:32.9375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHB98E5AE0X9B4s0iBpIB613Bqudz4Oq { top:14.0625rem;left:32.9375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuKX5D54ipCABuH3hbXDnBzAMOnK1Keu { top:9.9375rem;left:34.625rem;width:13.125rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSRiQtPZcidpeKta8KyoOwplZDc0AXz9 { top:13.3125rem;left:34.625rem;width:13.125rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #StFAb61B6hVx412oPdFZZQbiaCBr2FzX { display:block; }#StFAb61B6hVx412oPdFZZQbiaCBr2FzX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxAQSlw6EZAolEd4ElF7TDVzl0fd0090 { top:3.4375rem;left:11.875rem;width:23.9375rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA7lwUEx5lmtK1rHaKVrXGPFyy6lIBwZ { top:48.625rem;left:0rem;width:29.1875rem;height:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAtuEBR8SzL4QLDXJolGu8nMMwxttAk0 { top:49.6875rem;left:0rem;width:27.125rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX4GdTW5wG45LGhrMNaRA8cKv399FqUg { top:77.5rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBc3ZtmBZWE8QwMZGLlMBIRHTAsmaGm4 { top:87.1875rem;left:0rem;width:22.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8F2L7FxWeUTyzQLTq7K1NJFy0StNufy { top:80.5625rem;left:0rem;width:27.125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvHfGS6CTJU9p1SGnCd48n0R30BVJNmw { top:87.6875rem;left:1.1875rem;width:6.4375rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9b8Zgg8IsmgT4T2nMae7wHc3m9pVVtK { top:88.5625rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKGI2gaveKedHIOCD8TBt0RXPcHlUE0x { top:89rem;left:5.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkzOZ8qFpvwTRdaTTts31yTZNOOO74Uc { top:48.625rem;left:18.5625rem;width:29.1875rem;height:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0l6hg2uKgRSOoB5g9rPVoIfuxkvKSGh { top:49.6875rem;left:20.5rem;width:27.125rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8ualMnRtKglGGDLKTwxTwdEK5wztFds { top:77.5rem;left:28.0625rem;width:12.5rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVBwPHxf7nGNkUEdUvFxdkPvFkfsN71C { top:80.5625rem;left:20.625rem;width:27.125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHiH2akOpwQHrD8b7rn39l1TH3EUM0CT { top:87.1875rem;left:24.9375rem;width:22.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asd6QD3U2kn0SvLbTUQGT7KAoJrf8h6A { top:87.6875rem;left:36.75rem;width:6.4375rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTISFUU0hcC6h6V3r9ocFV8Th9ltKIUU { top:88.5625rem;left:34.4375rem;width:12.5rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsXHyvnhSq08Xxsnm9sTnLXbolBV2hPb { top:88.9375rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv8iF0RDgxuKyXEwvnLWGTAy7QNU5ySe { top:95.0625rem;left:0rem;width:29.1875rem;height:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUMoyxGxITtPoNSb5QFfZSMMhMAt9DqO { top:96.125rem;left:0rem;width:27.125rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZXKqpgULr7ul2okyU9bfLTcHTrlEmxk { top:123.9375rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcFQX0ndW8skXEKHh8cMXUWWyIrqiQTi { top:127rem;left:0rem;width:27.125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N46T2s0Fiap2nCD2pXSJJ17Ja45z9ZiX { top:133.625rem;left:0rem;width:22.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl9D3aOan3MOHUyEi0K2tttt6qHoFLuV { top:134.125rem;left:0.75rem;width:6.4375rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLAza7Efv1g7toVpnJeOdpCnfs4tL0ZZ { top:135rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsztS1k6sD3l8HPT8nkoFFzZRNDv32Gs { top:135.3125rem;left:5.625rem;width:12.5rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srIWWkwnP9n785PyulpcNz3gmzD8EZUE { top:48.625rem;left:18.5625rem;width:29.1875rem;height:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocrqCvCEBrlTrETtBhTfTRtZzXfyzeer { top:49.6875rem;left:20.5rem;width:27.125rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4chusIoUcp42LncNHGk1Prdz6rP4FKW { top:77.5rem;left:28.0625rem;width:12.5rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdXf4Ns8eGroMIHCFmoJXFTRd0iK3PN6 { top:80.5625rem;left:20.625rem;width:27.125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcuOTHpyVuK2TDbWUKxvMow1zfV5VV4p { top:87.1875rem;left:24.9375rem;width:22.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpGxQtImd2e3oDfggRQA1mB2nMElulM0 { top:87.6875rem;left:36.3125rem;width:6.4375rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtHM28OgSGTi54MuOlRX5w5eJKFQLkn0 { top:88.5625rem;left:34.75rem;width:12.5rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDtyixA1nhimTnHyxtzxoRT37wJk1BFb { top:89rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOyXFyDNCfT0hC4miKnbJyT1A5MmLAS4 { top:48.5625rem;left:0rem;width:29.1875rem;height:42.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnDN3PXtTepBKcDTNTDxaNM9FW43zQSk { top:49.625rem;left:0rem;width:27.125rem;height:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9PG3Dz7vQAcPymwht6wJ7W7HiO5sQBH { top:69rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #t1nuuSC3SmWDpMQFTZ62i97a2u35JCTt { top:87.125rem;left:0rem;width:22.8125rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #zThqktDh12zLovkxCVkm1ewObpQt1Hd8 { top:87.625rem;left:2.5625rem;width:6.4375rem;height:1rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x1g0U7H6I78AuCpPnwMeHbDa1VFyX6Xt { top:75.375rem;left:0rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nKLTMZE3Z3I0oCdLb3gpb8G3i20U0W5d { top:70.4375rem;left:0rem;width:5.1875rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RP3fDpZpEDClTpyMMywS4RQslLTIHd75 { top:48.5625rem;left:0rem;width:29.1875rem;height:42.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GG7IiJOdLe7C8Dmnyg747mMAELZo4lnq { top:49.625rem;left:0rem;width:27.125rem;height:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #ydaxZWwAd7iXvKL6JPEP4hh5rM2BbAKh { top:98.6875rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zGV1PTEbPDFEWqccsS19eMId6R2GMb1w { top:87.125rem;left:0rem;width:22.8125rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #voCNmxhyArwqwn5byITbCaJ0rRozRhiS { top:87.625rem;left:2.5625rem;width:6.4375rem;height:1rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEBRiOWdeqUD5gk4GzfV1HC2WIbeJghS { top:105.0625rem;left:0rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T036HR0Z0dwQBOGfSenvs3M0Zt1KnXqW { top:98.125rem;left:0rem;width:5.1875rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iIgNnQGms9CLuIDQUQA4E8NnyI8TQ7xC { top:48.5625rem;left:0rem;width:29.1875rem;height:42.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JomaV9QrFkuTWZHrEVBFINb7cM1m474e { top:49.625rem;left:0rem;width:27.125rem;height:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvRZ1JA0WIZKBnayaLfa6kvJpnbhFTql { top:128.4375rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUdmrXbuaIiqhAltRB0zkrOtrPgbi6MN { top:87.125rem;left:0rem;width:22.8125rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6GoypnemODpIUPSIpWZiJlD2EiXh0OC { top:87.625rem;left:2.5625rem;width:6.4375rem;height:1rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVIm7yPCwzviKxNSXo4sxLTFpiqcQ9He { top:70.1875rem;left:0rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #m448ECgXhqPiN4oPBlT3NROI5dMEdWRS { top:70.5rem;left:0rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FXnQxmJsDPK7xxPknrC2wfI4fTuE6dIJ { top:10.375rem;left:0rem;width:47.75rem;height:28.400326797386rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1DedagvqZwP0HbstXKIee9J4KkHvi4k { top:9.75rem;left:0rem;width:47.75rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcKRKPML5XsqoilqAZmmi61ok1Z5SHTt { top:48.5rem;left:0rem;width:24.375rem;height:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b74PU1eSPCeiar8yhieIsPIoE2omSc4L { top:49.5625rem;left:0rem;width:22.5rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aS3TZmVnADM9MoEyIGGrhPXV2Pk5hK3K { top:74.375rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #muzGTyC8ohIKXnGuFoX8AhkulpyealsR { top:83.125rem;left:0rem;width:19.6875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9CXO9ncB1ZLeKVIa9BcVvdKRZ6dfb1R { top:83.625rem;left:0rem;width:6.4375rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg4H808OVTB7dLzT8wB9oeHBoQ4R004R { top:84.5rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZABM8XRUZ6XKx3LgaBdwAeCFeuNnNcx { top:84.9375rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHK1h21qUTGoVDBftg1aaLBZ7Un7PxpD { top:48.5rem;left:11.6875rem;width:24.375rem;height:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stUiKBfwIpMhKBgoWsWSoE7QrCGyegZq { top:49.5625rem;left:12.5625rem;width:22.5rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p93MW9dqZtigcCM15zhKD9T9DVniTS3L { top:74.375rem;left:12.75rem;width:12.5rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMBEbpZ21576Ud0yppglkSpM0CEnZHNS { top:83.1875rem;left:16.4375rem;width:19.6875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvhQJcbfdrHJOR2PuT6zp9mupwosVyeQ { top:83.6875rem;left:18.0625rem;width:6.4375rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKL4oHSpJL3pWbI35vfJcck2y223Sr3k { top:84.5625rem;left:16.5rem;width:12.5rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMmEG7bmsIz8GK1qNle2UFAlwIKm8Pz4 { top:85rem;left:22.125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6A12xvR4lnvaNSJLhnJxFWocyJHx8iN { top:48.5rem;left:23.375rem;width:24.375rem;height:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEzPBPDQ2cTgUIDGCIPqIuObQMcmHdTn { top:49.5625rem;left:25.125rem;width:22.5rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DInJG9c89c2Iql0nBU1FVwJdl2iqXP6p { top:74.375rem;left:35.25rem;width:12.5rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfJyg9WQ3RxHgmEs5VL1VKiREonXc1R7 { top:83.1875rem;left:28.0625rem;width:19.6875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxeBbcPGnTa2BlUNB1AZsvKXEt56Bmkn { top:83.6875rem;left:41.3125rem;width:6.4375rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwmoc6sQ4wOPNGyOr2s2CXJ4hMlEHA9o { top:84.5625rem;left:35.25rem;width:12.5rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkN1LQP78ASBCNXeSd8sxLLqaLMZnFDS { top:85rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaFE7yrxAiza6hM4Z7AScbTet0CpplRn { top:48.5625rem;left:0rem;width:29.1875rem;height:42.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TH1B0AST118WFhxKmRKvw8zm9AQWu1tv { top:49.625rem;left:0rem;width:27.125rem;height:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #smyZmO55v24p7i5fn1Fo9IllzSqAt3iI { top:91.5625rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTV7T7phF1gwNqo7d1nu5BkbJqCVwrPH { top:87.125rem;left:0rem;width:22.8125rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lne8d17TKfGOI6g79XT5QRtRBuTcFTGr { top:87.625rem;left:2.5625rem;width:6.4375rem;height:1rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JPyu4ATiG20T8ip4SB2atTdx9nn8RBoO { top:42rem;left:0rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RGWee2tpnSuBOW6L0nRzThL1KWK4a9Sc { top:42.3125rem;left:0rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MR86DDZC33M1mmEfgXhmCSPRGmkTTbUf { top:48.5625rem;left:0rem;width:29.1875rem;height:42.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKqZPeL6A7mQnDgT3EDtTV8STHy57Kvx { top:49.625rem;left:0rem;width:27.125rem;height:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tc5ON4sEXiKMZNr27udUfIEOzCGVVhao { top:63.4375rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #btGTLTuXGWHm2qTmoHiXgUMIWqywTfbk { top:87.125rem;left:0rem;width:22.8125rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #pb9xvS6LzsCwEAqqV1E7OtSVvuLW4lzI { top:87.625rem;left:2.5625rem;width:6.4375rem;height:1rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V9nGscmhN595ccmkOkEiwgZXy1BceOCM { top:69.8125rem;left:0rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0kaLJsiJ5H7s6DTn8rc6F5JNmWiPsDv { top:70.125rem;left:0rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ur5tFw1VbgqA51k4AO016T1lVEU7lJVp { top:48.5625rem;left:0rem;width:29.1875rem;height:42.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hog2oiCEVntdEUmDUC4eWJZ5ySBUQ1Fq { top:49.625rem;left:0rem;width:27.125rem;height:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKIIhKQ8F7BtAOO5n06EXFyHTmJ0dV8C { top:147.1875rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z62WT83zJ8NJtzJMyiLQcWzhFVqTpGON { top:87.125rem;left:0rem;width:22.8125rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dzh3XXDhhtw1RMhCb4E9NNwfAvu6BUsT { top:87.625rem;left:2.5625rem;width:6.4375rem;height:1rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OzI51KQAFi0oxnluLA9a6L2sCAzMBbXT { top:97.625rem;left:0rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZLwFscrm9uvZNBBcwdFGzoVwQL6zcu9 { top:97.9375rem;left:0rem;width:5.9375rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xr6cu1EkoOZ6eEK1zpTpIZMrC6UTnA2n { top:77.4375rem;left:0rem;width:22.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSFlMuP9gsekHFFBGoEQUavUQzUl8ROU { top:77.4375rem;left:12.625rem;width:22.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMdnFh3SPUKL5J3vdzrgKw9BdDtrRQ0P { top:77.4375rem;left:25.25rem;width:22.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET { display:block; }#AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPTEhLNkViD9l5Bef6dg1MXiyOaQDEKe { top:3.0625rem;left:0rem;width:18.8125rem;height:3.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pspuvil7is40G54WotKWLVKG0vUcJH1K { top:20.25rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFIpUOnFVaTGVpUyJvJixMwWFAcRITQo { top:20.25rem;left:2.3125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzZAXh7wyTQp2X4Tbfim2BSyZT7WE6l9 { top:20.4375rem;left:19.1875rem;width:9.375rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw3xfughxi39raxk1zz8apXDZ8eTR6mc { top:20.25rem;left:32.8125rem;width:12.5rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwkpHT0mo8b722CyEpVBmmdbd78E6e14 { top:20.25rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W82nccxVmL2cvnrhwnFd1PxTdNQxZVdn { top:36.25rem;left:0rem;width:8.4375rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGleccZeIdqmGFkJvBd6q13ncKOvcO3q { top:36.25rem;left:9.8125rem;width:12.5rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV0urdnApF3DTEImc3xAIHHHQ6QAZOZ0 { top:36.25rem;left:25.125rem;width:12.5rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #icS1mdiCxBemTDKmZxrZz9KkNhoTpgM1 { top:36.25rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq8e2o5DULyfrdfRg3GUH9McAkzoBCC0 { top:13.0625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDuA9V6Qz0TbTFzSAQ2CpSOIX2QnllWS { top:13.0625rem;left:6.0625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5dgczTAiZMZf8Oui8wxXJxDXnb8ANbJ { top:13rem;left:21.53125rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd22BZMTfP2zm7i0zL3lqBfwTHUJUK1i { top:13.0625rem;left:36.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI5NwFGEengiKvHNFGWlhddN4IUKcahS { top:13.0625rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw6FZqxdZ11gSfDRFrAe4PkN4kxPT2ng { top:29rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gExwTSvu2dPdJS6MsfUnOlTiFhSMZCzF { top:29rem;left:13.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzTZ88UrJG6EiforXnv0DKi8KynMi6mf { top:29rem;left:28.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPrxH0Nimf4HPSFZXBcElAqzJv9GXWgP { top:29rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsBsiKg7u5GSsG3dbDpMIPGuII9Vb4bV { top:6.375rem;left:0rem;width:18.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:2.3125rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:2.3125rem;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.875rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.125rem;left:0rem;width:28.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) { #phuKffIRSO3faXhl5UcrFR4as2L6Vt7r { display:block; }#phuKffIRSO3faXhl5UcrFR4as2L6Vt7r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { top:3.625rem;left:14.87060546875rem;width:18.1875rem;height:7.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzrk3t2rWiPo80Zu7NTmhwtqlIyc8Xac { top:7.875rem;left:1.342041015625rem;width:45rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGJSNm3BLcpuvH0Vt2bozUFlzVERTP39 { top:12.5625rem;left:8.8125rem;width:18.625rem;height:10.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH9TChUaNmmdBxu23122brtkMOFrQVe7 { top:12.5625rem;left:28.75rem;width:11.4375rem;height:8.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT6Csgn7Tik0skuRsqJB0BeTIiN1fblA { top:25.875rem;left:0rem;width:47.75rem;height:33.239399293286rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 { display:block; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPi0tRfIRS4vFm1aqowsaxB0lRDQmVKQ { top:3.75rem;left:9.03125rem;width:29.6875rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flzoUJQBlsTtUvWEbzfDGrA34H4lvosN { top:10.3125rem;left:0rem;width:36.8125rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfnd2tmzB1hu3peWzJONn0JxZCeKyPBP { top:10.3125rem;left:11rem;width:36.75rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0ZorMTVFnp7fEPPcOnmXMCdEFkAZsaF { top:34.875rem;left:0rem;width:36.75rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzliKs4dPIki1X99yc7GTD4mFMTGRwKW { top:59.5rem;left:0rem;width:36.75rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7gIT3iUufsxG570im48Z8xKitQgtnwd { top:34.875rem;left:11rem;width:36.75rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEdSSZCXfqyLlAH1ehSff6aQlz5VF2bx { top:59.5rem;left:11rem;width:36.75rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #StoaxkeU3QWGRSMQTfzdoBiQUl9Q8syz { width:22.3125rem;height:3.375rem;top:86.9375rem;left:12.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4uHZ2auy3e0eNWT5absBdOR755S9Dh6 { display:block; }
 }@media only screen and (max-width: 763px) { #TWAvoXQM0886ZXzZTT08dJK05D3yUw5k { top:10.3125rem;left:0rem;width:36.8125rem;height:23.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #p987OoP4linwzLJvUMo5C4V8zWmiPAQM { top:10.3125rem;left:11rem;width:36.75rem;height:23.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCrPas7evyow5nnWS8MfbTTuT2ZP2AsP { top:10.3125rem;left:0rem;width:36.8125rem;height:23.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWTg8ccc5oC4M6V0DCx2brOZPmxMoxSS { top:10.3125rem;left:11rem;width:36.75rem;height:23.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzW3XNhGBpx8tNezHoSGUZoCJEEVXnlN { display:block; }#XzW3XNhGBpx8tNezHoSGUZoCJEEVXnlN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOsOMeWCbxvKnlMuTWbpw5DOzzyRPPwF { top:7.8125rem;left:0rem;width:32.0625rem;height:12.1875rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptdOZdxShQIpMqGHq4Sp93nQWfTQfVr6 { top:3.4375rem;left:22.999755859375rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibfirs8bE41RhiHL3HaLHygXUdHbbteV { top:4.5625rem;left:24.15576171875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ0r9RPPLSQmPDVCvr2LXVdN72Ob2Xx8 { top:3.4375rem;left:36.249267578125rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exkrkCNAsvZS3u6D8eIHqhmn5LPV7hGS { top:4.625rem;left:37.46875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTlNsDCC7HbSpVxB9wLTDCGZ2ynqZGg4 { top:3.4375rem;left:42.1875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQZdfqPqhrZ7NBN0PeyUNnDzHct7kkHx { top:10rem;left:21.124755859375rem;width:9.375rem;height:2.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPfgwiZNhkJSsvD8bTmdEF7QtQrISKI3 { top:10rem;left:34.3740234375rem;width:9.375rem;height:2.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeHWzUz0nGNPwmBTece6MEpIJKOlRp8A { top:10rem;left:37.0625rem;width:10.6875rem;height:1.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5MhgJASN7TFMwwQcTTMEhG34fTHwhy4 { top:15.5rem;left:22.999755859375rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4TeFDB58JpXKLlEKUGSrIBUph2iwZcT { top:16.6875rem;left:24.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kL301GRdlTd3puwF6IfTCMFWim3liazT { top:22.0625rem;left:21.124755859375rem;width:9.375rem;height:1.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLbsKEvTdoannob4sy6yR0IrLy28dhzA { top:15.5rem;left:36.249267578125rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTxOsMfsPqDvv9R2tIaKRisfimk9MH5N { top:16.8125rem;left:37.59326171875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6QDtG03KucFX7ssBWTFTLJewLu2qvZq { top:22.0625rem;left:34.374267578125rem;width:9.375rem;height:2.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXXwasGuU12lTcFMbqe0rsuC8IodU9sQ { top:15.5rem;left:42.1875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoJ8bG8trW4fTTwvBKi6TJnIDVxpWIUh { top:16.75rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpCQ5gBv5il9wa9qbrf4gg1y4W96qu6p { top:22.0625rem;left:36.4375rem;width:11.25rem;height:3.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIH6LMeyoZlNTRcO7sDt59mPSCTLTpFd { top:4.625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { top:1.9375rem;left:8.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) { #SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { display:block; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7EpEG9UK5V2X00QE241NcVFcWvTSUTy { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC { display:block; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOIpUCfT4df6ONLLy9OAilvOszvIQZfv { 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/52ca1d08-8b0b-4f39-a344-266c81d99d18/211003SivanaVillas0002min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.26); }#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.26); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFABsStbPdKFrOBMiWhbEeQp0SnOQnyN { width:11.4375rem;height:3.4121125rem;top:0.541015625rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y53d2pkH4ZcZFgXq3TIQhm74avklJlAZ { width:8.125rem;height:3.0060375rem;top:3.390625rem;left:0rem;font-size:2.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rT5Hm8GZAR4BQlRcRyC2rwLmEyINCUoM { width:20rem;height:1.625rem;top:9rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrfceusoCEVb9RdNHSBkPvgUPoFhBlvo { width:20rem;height:1.625rem;top:10.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpBcO8QVeFKEIWTKQFOASIfPu95zVipN { width:10rem;height:1.625rem;top:12.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPc7tFeIeTiONtQeHMlUX9UbDPLU1gpH { width:5.5625rem;height:1.625rem;top:12.5rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAdSIAGaz9bGXOTwGmC44Zyfot0mglHw { width:8.3125rem;height:1.625rem;top:12.5rem;left:10rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNS29TVAOxSxANUw2TpXQRatNwsy9ydB { width:5.8125rem;height:5.25rem;top:32.5498046875rem;left:14.203125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wt8xJgz9BgS1QvUndq0KdivwofXhMq3V { display:block; }#Wt8xJgz9BgS1QvUndq0KdivwofXhMq3V > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flD3npl5lm4viLDf0rmutqRDLczuBB7H { width:17.9375rem;height:26.5rem;top:17.787109375rem;left:1.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXKCHOKwPvFnw7dm8HB06WOy8rThJUVG { width:16.375rem;height:16.625rem;top:18.662109375rem;left:1.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hgh3kgiXgy66TSqdnxUBDFPlySoS3kAf { width:12.5rem;height:1.625rem;top:36.099609375rem;left:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oWGKhwIl2CNRoCWsxEQVlUTMVuTifSUI { width:15.0625rem;height:2.75rem;top:41.537109375rem;left:3.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XE55xik5OGMT0G5ZstQJWyQZJLKtZpTq { width:16.125rem;height:3.0625rem;top:37.912109375rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rVxBlLmqQV4E1Z15sQn1sqapGHa3i57Z { width:3.8125rem;height:0.73046875rem;top:41.951171875rem;left:5.5625rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BLk3xRagWTLfT46veWsTczZodUC03Q0r { width:7.5rem;height:1.625rem;top:42.474609375rem;left:5.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ysAybSyZyUDU9xIRLPPpFCm2quu2fkSk { width:5.9375rem;height:1.0556625rem;top:42.775390625rem;left:11.6875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpXqzANUCh3yCCfwP6E46R8ezOK5Fbak { width:20rem;height:42.625rem;top:48.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EBF26HpoyfUUKxLTaAsTm3dICTK3UJrV { width:19.875rem;height:27rem;top:49.6875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d0xsbltgpZp0gcHJfPVTveEIzSMPJmyN { width:12.5rem;height:auto;top:77.5rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SvN1a8ku1ONuasqm8LBUkoLGJuI8XE1q { width:16.125rem;height:3.1875rem;top:65.5rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0iVsSFT0tEQuhl4J3mzp1zMwPd7gMQT { width:20rem;height:4rem;top:87.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #maocWpp1ve2f93GPkXBkHllxpTpS13cL { width:6.4375rem;height:auto;top:87.6875rem;left:6.75rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIpU9l62xc9x0CQikaQFvyRV9b8fLe2J { width:12.5rem;height:auto;top:88.5625rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #f0zTVsFQcE6yAwghO10T6IJf07pSPF12 { width:12.5rem;height:auto;top:88.9375rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gn6X1QiHdTkv97ZgIxOJJ53JIfUevllV { width:20rem;height:42.625rem;top:95.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tw0HePHT6xy3miisUyIhwa3L1hEzEXpS { width:19.875rem;height:27rem;top:96.125rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uWoxsbFrUoy20aLg3xL4vts0QxTAAN79 { width:12.5rem;height:0;top:145.4375rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwwkFtEEkOMtyxwQgsX0rrxxmOH3ZeQv { width:16.125rem;height:3.1875rem;top:93.1875rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rl3kzWvMRkSKhDncIBdPoVx1lLsUXyq7 { width:20rem;height:4rem;top:155.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HiNn7vIpMZbsZrehXGTlCyLJqofvzfcn { width:6.4375rem;height:0;top:155.625rem;left:6.75rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTFyyN7QNMLBx8J4lco9nRiUbVTLXs0q { width:12.5rem;height:0;top:156.5rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4xNUPm32A2XKbSdaiOICdiUlFC1fPZU { width:12.5rem;height:0;top:156.8125rem;left:3.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQy9B2u1vQz3S9IVZVL8sW4kOymqd25c { width:20rem;height:42.625rem;top:48.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v3dW5oU3GC2DQTIiw82L1P1I0OvCx1rz { width:19.875rem;height:27rem;top:49.6875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzitkvKEhKExwWWhuFuTMyrIPNTEBIr5 { width:12.5rem;height:auto;top:77.5rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1nHVDvAgKFqb7PsevryvtlushITCdc0 { width:16.125rem;height:3.1875rem;top:65.5625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwKuNDc7pbM5gmB4tK4qETsmm7X7wTnQ { width:20rem;height:4rem;top:87.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMcdp2aL8KTkM0AJiTRIBLq6OgdbHlTb { width:6.4375rem;height:auto;top:87.6875rem;left:6.75rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aU0UnatLzTG9TMA7zls80xGz7hvw5w1U { width:12.5rem;height:auto;top:88.5625rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QafifpgR7nSBSZ3vGV83KAerbNWRT7UE { width:12.5rem;height:auto;top:89rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLMB3ugDgfTuOZ5310GpDpaCe482cUmK { width:17.9375rem;height:26.5rem;top:45.4375rem;left:1.0625rem;z-index:15013;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #faVcqf9cNzO3iWxV3zyCVkW5iuEET2ok { width:16.375rem;height:16.625rem;top:46.3125rem;left:1.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;z-index:15014;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/fdf2d5b4-faf6-4e6a-b2b2-546605e7f479/sivanahillstypeB.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#faVcqf9cNzO3iWxV3zyCVkW5iuEET2ok.adaptive-delivery-prevent-bg, #faVcqf9cNzO3iWxV3zyCVkW5iuEET2ok.lazyload, #faVcqf9cNzO3iWxV3zyCVkW5iuEET2ok.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hNGXk6QIhBMxAcon9bo7zy0vfIoonwVM { width:12.5rem;height:1.625rem;top:63.75rem;left:1.8125rem;font-size:1.25rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #OGOEIZwyDwMP0ToQC1ZOJIgSEZt94269 { width:15.0625rem;height:2.75rem;top:69.1875rem;left:3.9375rem;z-index:15076;display:none; }
 }@media only screen and (max-width: 763px) { #lGxQBpsfO8bcBXflTTlHQFBAXX7k5Teg { width:3.8125rem;height:0.73046875rem;top:69.625rem;left:5.9375rem;font-size:0.5625rem;z-index:15078;display:none; }
 }@media only screen and (max-width: 763px) { #gF8EGkVrQDZHyC0mG9TaGom6to4ercNx { width:7.5rem;height:1.625rem;top:70.125rem;left:4.9375rem;font-size:1.25rem;z-index:15080;display:none; }
 }@media only screen and (max-width: 763px) { #JcOPTEqPz3k9gBecW6zMhIrdawkg5X88 { width:5.1875rem;height:1.0556625rem;top:70.4375rem;left:11.875rem;font-size:0.8125rem;z-index:15079;display:none; }
 }@media only screen and (max-width: 763px) { #KH3PMgdxw3Lczrbp8VUc7xbs1vQ4Ny5A { width:17.9375rem;height:26.5rem;top:73.125rem;left:1.0625rem;z-index:15021;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #J9TxxxdXJrgWwWX3a5TVWBKPyJhXXIaq { width:16.375rem;height:16.625rem;top:74rem;left:1.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;z-index:15022;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a41a2326-afad-410b-9a2c-d8ec54f5fd46/C02.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#J9TxxxdXJrgWwWX3a5TVWBKPyJhXXIaq.adaptive-delivery-prevent-bg, #J9TxxxdXJrgWwWX3a5TVWBKPyJhXXIaq.lazyload, #J9TxxxdXJrgWwWX3a5TVWBKPyJhXXIaq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SmcyZgmvDCUGVfDNuqqLCMuuBR7apx97 { width:12.5rem;height:1.625rem;top:91.4375rem;left:1.8125rem;font-size:1.25rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #sPTLAdWakCTXre4sOfCMc4ACfh6JSI5S { width:15.0625rem;height:2.75rem;top:96.875rem;left:3.9375rem;z-index:15084;display:none; }
 }@media only screen and (max-width: 763px) { #tT4bv1ykTQdoGpEfvVmEDzQzcyl5gwGv { width:3.8125rem;height:0.73046875rem;top:97.3125rem;left:5.375rem;font-size:0.5625rem;z-index:15086;display:none; }
 }@media only screen and (max-width: 763px) { #GVFHwm6SsPe5P9mVEpiL5OS9XcMIHtaU { width:7.5rem;height:1.625rem;top:97.8125rem;left:5rem;font-size:1.25rem;z-index:15088;display:none; }
 }@media only screen and (max-width: 763px) { #CJWBEBRhJqpfTF42WGynDKlRTcgLRVst { width:5.1875rem;height:1.0556625rem;top:98.125rem;left:12.375rem;font-size:0.8125rem;z-index:15087;display:none; }
 }@media only screen and (max-width: 763px) { #iSh0EQkwJHubdi7ZvqB4mFxZHQrWGKfk { width:17.9375rem;height:26.5rem;top:45.5rem;left:1.0625rem;z-index:15029;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #EI7AL4KpT5eNzJoT1hWTspsfnrxUd2Ut { width:16.375rem;height:16.625rem;top:46.375rem;left:1.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;z-index:15030;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/9ed7c56f-5e15-40d9-86e3-b79d2c53bfcd/sivanahillstypeAS.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#EI7AL4KpT5eNzJoT1hWTspsfnrxUd2Ut.adaptive-delivery-prevent-bg, #EI7AL4KpT5eNzJoT1hWTspsfnrxUd2Ut.lazyload, #EI7AL4KpT5eNzJoT1hWTspsfnrxUd2Ut.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FvKJOIqHDQyRHkROmI029waTVCNzP5UT { width:12.5rem;height:1.625rem;top:63.8125rem;left:1.8125rem;font-size:1.25rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #Qsdca2QFpKhgspaKx5iHXaKq0e3c1xuT { width:15.0625rem;height:2.75rem;top:69.25rem;left:3.9375rem;z-index:15092;display:none; }
 }@media only screen and (max-width: 763px) { #TNlM2hWCaynvM2npgwD6FXEVnKD1XvH0 { width:3.8125rem;height:0.73046875rem;top:69.6875rem;left:5.5625rem;font-size:0.5625rem;z-index:15098;display:none; }
 }@media only screen and (max-width: 763px) { #XfkPIr5Ldwht8cf66lT72eh7xnKgfQUa { width:7.5rem;height:1.625rem;top:70.1875rem;left:5.1875rem;font-size:1.25rem;z-index:15099;display:none; }
 }@media only screen and (max-width: 763px) { #J5aHiNGGAAekEtEwEvBNh3DBtf4K6WDu { width:5.9375rem;height:1.0556625rem;top:70.5rem;left:11.6875rem;font-size:0.8125rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #CAmKH2ShO5FRlBAvZaS9mcsT2ZXFy9Q7 { width:17.9375rem;height:26.5rem;top:134rem;left:1rem;z-index:15053;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #wxPZgcVrkPZfRT5IgKPXTOrcuL7TOyhh { width:12.5rem;height:1.62435rem;top:152.3125rem;left:1.75rem;font-size:1.25rem;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #fFauABwSFwE5neZ9Ri3gurTx2CIV6G2a { width:15.0625rem;height:2.75rem;top:157.75rem;left:3.875rem;z-index:15116;display:none; }
 }@media only screen and (max-width: 763px) { #QLVffhvWsqTEhvD2QDkCqkyBTnU2vnzk { width:3.8125rem;height:0.73025rem;top:158.1875rem;left:5.5rem;font-size:0.5625rem;z-index:15122;display:none; }
 }@media only screen and (max-width: 763px) { #QbwU4cOhy0dg9y4QNeAK0nSM2P66APT0 { width:7.5rem;height:1.62435rem;top:158.6875rem;left:5.125rem;font-size:1.25rem;z-index:15123;display:none; }
 }@media only screen and (max-width: 763px) { #xFCD2OhJz7TtPkTcinMzeZW3leP8R7Gh { width:5.9375rem;height:1.055775rem;top:159rem;left:11.625rem;font-size:0.8125rem;z-index:15121;display:none; }
 }@media only screen and (max-width: 763px) { #qhOZnvLAnoBOOkAVxUOfIXmIZggcqqhv { display:flex;width:1.625rem;height:1.625rem;top:60.4375rem;left:14.53125rem;font-size:0.9375rem;z-index:15161;display:none; }
 }@media only screen and (max-width: 763px) { #fIOvTG5ycAUIWr3sMnf2UJB28vOBLoZF { width:6.375rem;height:0;top:63.4375rem;left:12.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15149;display:none; }
 }@media only screen and (max-width: 763px) { #hyzIqguNKKrHWpHTZQZ0wsBwvRclois6 { display:flex;width:1.5625rem;height:1.5625rem;top:60.4375rem;left:19.96875rem;font-size:0.9375rem;z-index:15162;display:none; }
 }@media only screen and (max-width: 763px) { #XtNDKMuOzUxNSaEJiTqL3IKRlzryfm6F { width:7.25rem;height:0;top:63.4375rem;left:14.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15150;display:none; }
 }@media only screen and (max-width: 763px) { #Nfg718SMFSvt7VsOpU4nWmfzrmzyeQT1 { display:flex;width:1.5625rem;height:1.5625rem;top:60.4375rem;left:19.96875rem;font-size:0.9375rem;z-index:15163;display:none; }
 }@media only screen and (max-width: 763px) { #s4XXB7ILvgCRa8NagcMH2aViHxTMZryh { width:7.1875rem;height:0;top:63.4375rem;left:14.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15151;display:none; }
 }@media only screen and (max-width: 763px) { #Qdtohdw11VirBFVsGudPc0uiOKEVcRb7 { display:flex;width:1.5625rem;height:1.5625rem;top:66.8125rem;left:19.96875rem;font-size:0.9375rem;z-index:15163;display:none; }
 }@media only screen and (max-width: 763px) { #DzTXAufCCVBQMxPpeosHeOZm8sWUytkV { width:2.75rem;height:0;top:69.6875rem;left:18.78125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15151;display:none; }
 }@media only screen and (max-width: 763px) { #vOTEBWT5TPxGlccI5qwzU72LZZFWbhBT { width:6.375rem;height:0;top:69.6875rem;left:12.21875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15150;display:none; }
 }@media only screen and (max-width: 763px) { #bTXuMx1dt2h9UTVHdJwqAnqhVhkDl3GW { display:flex;width:1.75rem;height:1.75rem;top:66.75rem;left:14.53125rem;font-size:0.9375rem;z-index:15162;display:none; }
 }@media only screen and (max-width: 763px) { #fReGsdfL6kCwATDe6P4hUrlxqxA6ERH9 { display:flex;width:1.625rem;height:1.625rem;top:37.4375rem;left:12.53125rem;font-size:0.9375rem;z-index:15117;display:none; }
 }@media only screen and (max-width: 763px) { #HrDVKAiTRUz7PEvbI08E3yd2FJM3VNMm { width:6.375rem;height:0;top:40.4375rem;left:10.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15105;display:none; }
 }@media only screen and (max-width: 763px) { #pP6suGBSsMPSmambHUh5FPuJp8V8xPm6 { display:flex;width:1.5625rem;height:1.5625rem;top:37.4375rem;left:19.96875rem;font-size:0.9375rem;z-index:15118;display:none; }
 }@media only screen and (max-width: 763px) { #yIKTam8rDtN7o3nXGtufNAPbo3wyVden { width:7.25rem;height:0;top:40.4375rem;left:14.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15106;display:none; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:15rem;height:2.5rem;top:20.625rem;left:2.5rem;font-size:0.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #hDyKhltviF5Qs7ayc3c1chBo5T9PDTb6 { width:9.6875rem;height:6.25rem;top:0.00065088272094725rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEyFJihe7lbT5fc9XNT36yzlX2ORXKIJ { width:20rem;height:2.7973125rem;top:7.30859375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbrD1WaLrcIzJf2e6y56DyfxBCVnIbxd { width:17.75rem;height:1.13671875rem;top:10.056640625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGNUquxCk4LeGOSRWkZO9n8THJq62FHa { display:flex;width:1.375rem;height:1.375rem;top:9.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NWzVy36buWXHeuQw0kdRTngfFcyBu4VJ { width:20rem;height:1.13671875rem;top:11.255859375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJZxqra8mT4JpI0VSJfEdOwTPOtPlqkn { width:20rem;height:5.594625rem;top:13.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VahTe6Tm3iA39mAopzl1KpvZ3uiiNSDx { width:9.6875rem;height:6.25rem;top:0rem;left:10.3125rem;z-index:15160;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a39a9a7d-9956-4f51-8180-56fad1974f8d/edm08.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VahTe6Tm3iA39mAopzl1KpvZ3uiiNSDx.adaptive-delivery-prevent-bg, #VahTe6Tm3iA39mAopzl1KpvZ3uiiNSDx.lazyload, #VahTe6Tm3iA39mAopzl1KpvZ3uiiNSDx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fvPLDpMxp52oJLmmAXi0rkWyHpArtBp9 { display:block; }#fvPLDpMxp52oJLmmAXi0rkWyHpArtBp9 > .row .container { width:20rem;height:145.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAlVHwwFvm6BqiIhDTbmKIoGCOZwZUcQ { width:15.9375rem;height:2.2745rem;top:1.25rem;left:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mya0zi7WTSOagfSCKOJWnqWIEJ5ocVe9 { width:20rem;height:1.462675rem;top:3.5234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMwMMTLFIb13lxgL7fBLsw0y6qa05Eue { width:1.75rem;height:1.75rem;top:6.0701341629028rem;left:0.53089499473572rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQyTc4XnfyezXnfbcTUAAcrS9k5lSa3r { width:1.75rem;height:1.75rem;top:6.0701341629028rem;left:6.3121446371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBXfJDI3IyOIW6tZgTmg7kcQGzTHFxqa { width:1.75rem;height:1.75rem;top:6.0701341629028rem;left:11.561611533165rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz7HRoK31IPOUV1Q2EmmxVrZGUDkuTVG { width:1.437325rem;height:1.437325rem;top:6.2254972457886rem;left:15.497335791588rem;display:block; }
 }@media only screen and (max-width: 763px) { #spFxbKP0e3sBI5BoKzrk4LT95oKylSBi { width:4.3125rem;height:0.8125rem;top:8.4458456039431rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXQxyGbauTfq8AsvXl893vqggen0gbco { width:1.9992875rem;height:1.13671875rem;top:6.3755331039431rem;left:2.2807173728943rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exPI8PFPx0KuGg5PrdEAeRGlgWz1Wgq0 { width:1.9992875rem;height:1.13671875rem;top:6.3755331039431rem;left:8.061967253685rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI2TZNfTbdnTtEb9P5QbbVwtzRbqLUdH { width:6.4375rem;height:0.8125rem;top:8.4458456039431rem;left:4.4930752515793rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCNdd14NQ4whvEO2NTZ8hBTOL2brm8CD { width:6.4375rem;height:0.8125rem;top:8.4458456039431rem;left:9.2169736623762rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzhb5ar9r6Q95FMsJsdmNEg2KRGfTMaL { width:6.4375rem;height:0.8125rem;top:8.4458456039431rem;left:12.998223662376rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlZM1gD3DwXa6pe43u4lZXsJFf1UIwZL { width:3.4375rem;height:0.8941rem;top:6.4971590042112rem;left:16.562498450279rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fyp4eO4iODGwV6kbX4gmgemICXxP9IiI { width:19.0625rem;height:28.8125rem;top:12.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx4uZtcIJ5NUMeFn3RuxTrEwdKKk2ZV5 { width:18.3125rem;height:16.1875rem;top:13.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDwF1CMinyzX822Sv9HXlveIOvLqMg5x { width:9.4375rem;height:3.875rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxAOGS9cNLwydObCMQC4bOOiqLF3H1gn { width:9.4375rem;height:3.875rem;top:45.18620300293rem;left:0rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #rbh5sJFS8QXH6QQFf3Q1t4gkZB7BG7os { width:19.0625rem;height:28.3125rem;top:46.06120300293rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUgPZO9ymg4b9Ep4hTTdDWDI8d4yOZ9s { width:18.3125rem;height:16.1875rem;top:47.09635925293rem;left:0.84114587306975rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLq4u5ByWlpvek6BzkFSwDULCrFllhFC { width:19.0625rem;height:29.6875rem;top:78.345057487487rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwxCSOqnLlaARW2yyHeNgkAZWFE3TriG { width:18.3125rem;height:16.1875rem;top:79.595057487487rem;left:0.84114587306975rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2GKUm4FGkDGOyybJXFUq6thQ3KRpPqO { width:9.4375rem;height:3.875rem;top:77.808599472044rem;left:0rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #uyATxcwZFoe6orsFwst3ORZD8RoOINfS { width:6.875rem;height:1.94921875rem;top:45.81120300293rem;left:1.01953125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpbtozs8T3pfLbQVgI3ZTw2EtlOOxTWH { width:6.875rem;height:1.94921875rem;top:78.345057487487rem;left:1.0611979961395rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrzzuxXerG6eck2WA7enDc1ndtILGSdd { width:17.999125rem;height:2.2721375rem;top:31.3125rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzlaxdX88hbINilvTCX0NFWR1NTFzf5D { width:17.874375rem;height:1.13671875rem;top:35rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRtJl9F6ZSpR4Cawc03npRdaUVAL2gAm { width:17.875rem;height:1.13671875rem;top:37.250001907349rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkaeOV9XNynDFr6faF54gTJun0MfQa24 { width:17.875rem;height:1.94921875rem;top:38.375rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAZ2gmKaeToJf5y3NVrMACuzWLMtuBN0 { width:9.375rem;height:1.94921875rem;top:38.375rem;left:9.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAXqTCSvrNrzGfq7AX4VzRdHvfioEH2B { width:6.3748125rem;height:1.94921875rem;top:12.5rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw2rgtKfgZBk7bcBcPaEnFNLhRDLVgGT { width:17.8125rem;height:2.2721375rem;top:64.562505006788rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEFNObpJUAH6rTr1PsIX686iE1TWlzWD { width:16.625rem;height:1.13671875rem;top:67.998703002931rem;left:2.0611979961395rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH2bT0fo9zZrLicgLQEdE7ilUmmvxHJT { width:17.5rem;height:1.13671875rem;top:70.234380245206rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyy4XQyLQ1RrhKwBTlf8JmTr29uBxk75 { width:8.6875rem;height:1.94921875rem;top:71.345057487487rem;left:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKw7XN1tuWJmTwCdTOU3lWr4lqcAgggH { width:9.8125rem;height:1.94921875rem;top:71.345057487487rem;left:10rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOXUFa4DJvwpzK0EvUWcu3miPUiEMJTz { width:14.874rem;height:1.94921875rem;top:105.00000762939rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfDTuPgZoQ5dJNU5DMLkB8ZvakK4UiJS { width:9.8115rem;height:1.94921875rem;top:105.00000762939rem;left:9.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyiq4Z0HX32vEgp2SznOhwVpPHEg6FEn { width:17.9375rem;height:1.13671875rem;top:100.87500762939rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2Nufq0a4oKe1GmDDKXwuIAGPpBrpVqf { width:17.8125rem;height:1.13671875rem;top:103.93750762939rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnHEwUNTiqf4qp88To9NJnTlwv95xsH5 { width:18.0625rem;height:2.2721375rem;top:97.687507629394rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1Qd3wByG8GkMvKduK30ykJvmaVtLaXB { width:20rem;height:33.9375rem;top:110.37435150146rem;left:-0.000868022441864rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzHudST6JiC0iCNbC8e2yE8otqv08UTe { width:5.0625rem;height:4.5rem;top:112.875rem;left:2.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD4u1IbmaeKv74xp7gZndFmODVeXh7hv { width:4.1875rem;height:4.4375rem;top:112.90625rem;left:12.80859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK1qkgcysGXAR5nLPsxoxDvOxJD1IXTV { width:7.1875rem;height:2.375rem;top:124.96875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgdSL5FqwxJt9usTluR0yrwFhyVFWv4l { width:4.625rem;height:4.8125rem;top:123.5rem;left:12.37109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n40wgzl1RzlR1uWsZDUxpRmMc4qdECMh { width:0.0625rem;height:8.125rem;top:111.8125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExsktG13aQMLxliiRQwmWCgaCMHd1hp7 { width:9rem;height:1.2999125rem;top:119.25rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdkOiS6rrz6U13cTbhsRw1DEpg3N2Fgv { width:9rem;height:1.2999125rem;top:119.3125rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOJ5tn40Q9rt9HdTqQEQTMBQd4SenSO5 { width:0.0625rem;height:12.5rem;top:136.84424453125rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lE1SXn5riozOvS8tZZ2X8Nnu0xI8XrmP { width:0.0625rem;height:12.5rem;top:136.84424453125rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #algE2rOqArUuzLBy1PcyolVG94BQQrJU { width:9rem;height:1.2999125rem;top:129.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNKGCJmRi60WB7JplTHtGkBCOs3d3d65 { width:9rem;height:1.2999125rem;top:129.5rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7A8TArPsmLwEPQ9KKz3MQz8zmrOeToi { width:13.934875rem;height:1.13606875rem;top:133.04254150391rem;left:2.4680991768837rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4CzI579PZq38pR0svuN5AUDM9K3ACLV { width:14.5rem;height:2.2721375rem;top:137.22982406616rem;left:2.5310330986977rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2IGIa1ie23bbqSk85Be8hWhoqOQ7VWO { width:13.934875rem;height:1.13606875rem;top:135.28104019165rem;left:2.4680991768837rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciKm1enDHaRieLaseHQSg4EM3M0BTPWD { width:15.125rem;height:2.2721375rem;top:140.29297637939rem;left:2.5190973877907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTUvhzIOPyfES2A1o8145BTlmUwt4NNq { width:0.0625rem;height:8.125rem;top:122.4375rem;left:10rem;z-index:15119;display:block; }
 }@media only screen and (max-width: 763px) { #HK3KZA3IUtIAvWxrdQmpb41nRP4RNPdg { display:block; }#HK3KZA3IUtIAvWxrdQmpb41nRP4RNPdg > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVPe2E40XrehpmI5uQurBr7naoCcqOFP { width:5.3125rem;height:5.3125rem;top:0.5595703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg6KtipMS8vcCf0TvA5XcinTJr0eLdIT { width:19.9986875rem;height:1.2999125rem;top:5.1642799377441rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr0SmTTbAkPT63vuMzGo8sFH4g94ucDU { width:15.999375rem;height:2.599825rem;top:6.7061634063719rem;left:1.9997830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7ziL5REQSWEocghqlc15b1XTIfzdS45 { width:20rem;height:13.5625rem;top:10.061849594116rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aqh0CFnfKsC0PltenDJsyz0cXqqawTpG { width:18.5625rem;height:1.2999125rem;top:11.060544967651rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQa193I40VZVVLu1Xqbtkl78O6owRief { width:19.9986875rem;height:6.90646875rem;top:13.187078475952rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #si0foo5EIzHXoDEnyy6iZGI5LsKXWhsK { width:3.81185rem;height:3.125rem;top:19.372829437256rem;left:14.842665970326rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0IalDEDIAIuiKlNRZTH0wOJLCJhfd5h { display:block; }#U0IalDEDIAIuiKlNRZTH0wOJLCJhfd5h > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SGxPsgxFms5gnxlV6WmptAUvf6Ekh15T { width:20rem;height:11.375rem;top:11.549176216126rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW51hxsnEPzkgoWf0K24bkO69sZrTPND { width:13.5rem;height:6.12198125rem;top:4.5537109375rem;left:6.375rem;font-size:0.625rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #B0ZTTJ7drBpMO8yTOk9PWXrLqS8DCal5 { width:17.686625rem;height:1.94921875rem;top:1.960946559906rem;left:0.65559905767444rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5NPTmto1po2soP6eAEJ4be5JHZ7CtGA { width:13.499375rem;height:6.12198125rem;top:4.5556640625rem;left:0rem;font-size:0.625rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VCmOM2gimTiqPkHuV96OtzqsyGSGnCCB { width:12.999rem;height:1.462675rem;top:0.99913209676744rem;left:0.68684893846512rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDGFgHaQ2cyVZqPaX0O9puFuq5FUsTdR { width:0.3125rem;height:2.3125rem;top:1.2499999403954rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNqTrlbitIW4rFNqSn8V74WKcbIiPs7S { display:none; }#gNqTrlbitIW4rFNqSn8V74WKcbIiPs7S > .row .container { width:20rem;height:14.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C2TL5tZxoTrlHTTcNT2GU755ATkGcnTm { width:20rem;height:1.7871125rem;top:1.936767578125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meBN2pdlKxDRNWbVZVE5Dir3rNKFU5QT { width:8.0625rem;height:1.13715rem;top:9.1875rem;left:2.5rem;font-size:0.8125rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aKwhLNVDa8FTCtOG5TydGMlOi2KuRt6Q { width:0.625rem;height:0.625rem;top:9.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWgzQDfXQrBImPTOCiU33V8pioZP5mED { width:12.68675rem;height:2.749025rem;top:4.78271484375rem;left:3.65478515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8TzkKze3OFMa7VBfqZ5GlbTV8W3cR8C { width:8.375rem;height:1.13715rem;top:11.1875rem;left:2.5rem;font-size:0.8125rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vduoHW41R55JtxGkgfTlk2HCd4Hd3kU8 { width:0.625rem;height:0.625rem;top:11.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVJ5zksc5xvNmnHEWRLErFzefQOsU4hV { width:0.625rem;height:0.625rem;top:9.4375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHB98E5AE0X9B4s0iBpIB613Bqudz4Oq { width:0.625rem;height:0.625rem;top:11.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuKX5D54ipCABuH3hbXDnBzAMOnK1Keu { width:7.5rem;height:1.13715rem;top:9.1875rem;left:11.875rem;font-size:0.8125rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BSRiQtPZcidpeKta8KyoOwplZDc0AXz9 { width:7.6875rem;height:1.13715rem;top:11.1875rem;left:11.6875rem;font-size:0.8125rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #StFAb61B6hVx412oPdFZZQbiaCBr2FzX { display:none; }#StFAb61B6hVx412oPdFZZQbiaCBr2FzX > .row .container { width:20rem;height:100.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rxAQSlw6EZAolEd4ElF7TDVzl0fd0090 { width:18.18625rem;height:1.7871125rem;top:1.25rem;left:0.90465193986894rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA7lwUEx5lmtK1rHaKVrXGPFyy6lIBwZ { width:17.9375rem;height:26.5rem;top:17.787109375rem;left:1.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAtuEBR8SzL4QLDXJolGu8nMMwxttAk0 { width:16.375rem;height:16.625rem;top:18.662109375rem;left:1.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uX4GdTW5wG45LGhrMNaRA8cKv399FqUg { width:12.5rem;height:1.625rem;top:36.099609375rem;left:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kBc3ZtmBZWE8QwMZGLlMBIRHTAsmaGm4 { width:15.0625rem;height:2.75rem;top:41.537109375rem;left:3.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k8F2L7FxWeUTyzQLTq7K1NJFy0StNufy { width:16.125rem;height:3.0625rem;top:37.912109375rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvHfGS6CTJU9p1SGnCd48n0R30BVJNmw { width:3.8125rem;height:0.73046875rem;top:41.951171875rem;left:5.5625rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9b8Zgg8IsmgT4T2nMae7wHc3m9pVVtK { width:7.5rem;height:1.625rem;top:42.474609375rem;left:5.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKGI2gaveKedHIOCD8TBt0RXPcHlUE0x { width:5.9375rem;height:1.0556625rem;top:42.775390625rem;left:11.6875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkzOZ8qFpvwTRdaTTts31yTZNOOO74Uc { width:20rem;height:42.625rem;top:48.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0l6hg2uKgRSOoB5g9rPVoIfuxkvKSGh { width:19.875rem;height:27rem;top:49.6875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h8ualMnRtKglGGDLKTwxTwdEK5wztFds { width:12.5rem;height:auto;top:77.5rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVBwPHxf7nGNkUEdUvFxdkPvFkfsN71C { width:16.125rem;height:3.1875rem;top:65.5rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UHiH2akOpwQHrD8b7rn39l1TH3EUM0CT { width:20rem;height:4rem;top:87.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Asd6QD3U2kn0SvLbTUQGT7KAoJrf8h6A { width:6.4375rem;height:auto;top:87.6875rem;left:6.75rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTISFUU0hcC6h6V3r9ocFV8Th9ltKIUU { width:12.5rem;height:auto;top:88.5625rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OsXHyvnhSq08Xxsnm9sTnLXbolBV2hPb { width:12.5rem;height:auto;top:88.9375rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gv8iF0RDgxuKyXEwvnLWGTAy7QNU5ySe { width:20rem;height:42.625rem;top:95.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUMoyxGxITtPoNSb5QFfZSMMhMAt9DqO { width:19.875rem;height:27rem;top:96.125rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZXKqpgULr7ul2okyU9bfLTcHTrlEmxk { width:12.5rem;height:auto;top:123.9375rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tcFQX0ndW8skXEKHh8cMXUWWyIrqiQTi { width:16.125rem;height:3.1875rem;top:93.1875rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N46T2s0Fiap2nCD2pXSJJ17Ja45z9ZiX { width:20rem;height:4rem;top:133.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tl9D3aOan3MOHUyEi0K2tttt6qHoFLuV { width:6.4375rem;height:auto;top:134.125rem;left:6.75rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SLAza7Efv1g7toVpnJeOdpCnfs4tL0ZZ { width:12.5rem;height:auto;top:135rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KsztS1k6sD3l8HPT8nkoFFzZRNDv32Gs { width:12.5rem;height:auto;top:135.3125rem;left:3.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #srIWWkwnP9n785PyulpcNz3gmzD8EZUE { width:20rem;height:42.625rem;top:48.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocrqCvCEBrlTrETtBhTfTRtZzXfyzeer { width:19.875rem;height:27rem;top:49.6875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4chusIoUcp42LncNHGk1Prdz6rP4FKW { width:12.5rem;height:auto;top:77.5rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OdXf4Ns8eGroMIHCFmoJXFTRd0iK3PN6 { width:16.125rem;height:3.1875rem;top:65.5625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WcuOTHpyVuK2TDbWUKxvMow1zfV5VV4p { width:20rem;height:4rem;top:87.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MpGxQtImd2e3oDfggRQA1mB2nMElulM0 { width:6.4375rem;height:auto;top:87.6875rem;left:6.75rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VtHM28OgSGTi54MuOlRX5w5eJKFQLkn0 { width:12.5rem;height:auto;top:88.5625rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iDtyixA1nhimTnHyxtzxoRT37wJk1BFb { width:12.5rem;height:auto;top:89rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iOyXFyDNCfT0hC4miKnbJyT1A5MmLAS4 { width:17.9375rem;height:26.5rem;top:45.4375rem;left:1.0625rem;z-index:15013;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #XnDN3PXtTepBKcDTNTDxaNM9FW43zQSk { width:16.375rem;height:16.625rem;top:46.3125rem;left:1.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;z-index:15014;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/fdf2d5b4-faf6-4e6a-b2b2-546605e7f479/sivanahillstypeB.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#XnDN3PXtTepBKcDTNTDxaNM9FW43zQSk.adaptive-delivery-prevent-bg, #XnDN3PXtTepBKcDTNTDxaNM9FW43zQSk.lazyload, #XnDN3PXtTepBKcDTNTDxaNM9FW43zQSk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #C9PG3Dz7vQAcPymwht6wJ7W7HiO5sQBH { width:12.5rem;height:1.625rem;top:63.75rem;left:1.8125rem;font-size:1.25rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #t1nuuSC3SmWDpMQFTZ62i97a2u35JCTt { width:15.0625rem;height:2.75rem;top:69.1875rem;left:3.9375rem;z-index:15076;display:none; }
 }@media only screen and (max-width: 763px) { #zThqktDh12zLovkxCVkm1ewObpQt1Hd8 { width:3.8125rem;height:0.73046875rem;top:69.625rem;left:5.9375rem;font-size:0.5625rem;z-index:15078;display:none; }
 }@media only screen and (max-width: 763px) { #x1g0U7H6I78AuCpPnwMeHbDa1VFyX6Xt { width:7.5rem;height:1.625rem;top:70.125rem;left:4.9375rem;font-size:1.25rem;z-index:15080;display:none; }
 }@media only screen and (max-width: 763px) { #nKLTMZE3Z3I0oCdLb3gpb8G3i20U0W5d { width:5.1875rem;height:1.0556625rem;top:70.4375rem;left:11.875rem;font-size:0.8125rem;z-index:15079;display:none; }
 }@media only screen and (max-width: 763px) { #RP3fDpZpEDClTpyMMywS4RQslLTIHd75 { width:17.9375rem;height:26.5rem;top:73.125rem;left:1.0625rem;z-index:15021;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #GG7IiJOdLe7C8Dmnyg747mMAELZo4lnq { width:16.375rem;height:16.625rem;top:74rem;left:1.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;z-index:15022;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a41a2326-afad-410b-9a2c-d8ec54f5fd46/C02.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#GG7IiJOdLe7C8Dmnyg747mMAELZo4lnq.adaptive-delivery-prevent-bg, #GG7IiJOdLe7C8Dmnyg747mMAELZo4lnq.lazyload, #GG7IiJOdLe7C8Dmnyg747mMAELZo4lnq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ydaxZWwAd7iXvKL6JPEP4hh5rM2BbAKh { width:12.5rem;height:1.625rem;top:91.4375rem;left:1.8125rem;font-size:1.25rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #zGV1PTEbPDFEWqccsS19eMId6R2GMb1w { width:15.0625rem;height:2.75rem;top:96.875rem;left:3.9375rem;z-index:15084;display:none; }
 }@media only screen and (max-width: 763px) { #voCNmxhyArwqwn5byITbCaJ0rRozRhiS { width:3.8125rem;height:0.73046875rem;top:97.3125rem;left:5.375rem;font-size:0.5625rem;z-index:15086;display:none; }
 }@media only screen and (max-width: 763px) { #wEBRiOWdeqUD5gk4GzfV1HC2WIbeJghS { width:7.5rem;height:1.625rem;top:97.8125rem;left:5rem;font-size:1.25rem;z-index:15088;display:none; }
 }@media only screen and (max-width: 763px) { #T036HR0Z0dwQBOGfSenvs3M0Zt1KnXqW { width:5.1875rem;height:1.0556625rem;top:98.125rem;left:12.375rem;font-size:0.8125rem;z-index:15087;display:none; }
 }@media only screen and (max-width: 763px) { #iIgNnQGms9CLuIDQUQA4E8NnyI8TQ7xC { width:17.9375rem;height:26.5rem;top:45.5rem;left:1.0625rem;z-index:15029;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #JomaV9QrFkuTWZHrEVBFINb7cM1m474e { width:16.375rem;height:16.625rem;top:46.375rem;left:1.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;z-index:15030;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/9ed7c56f-5e15-40d9-86e3-b79d2c53bfcd/sivanahillstypeAS.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#JomaV9QrFkuTWZHrEVBFINb7cM1m474e.adaptive-delivery-prevent-bg, #JomaV9QrFkuTWZHrEVBFINb7cM1m474e.lazyload, #JomaV9QrFkuTWZHrEVBFINb7cM1m474e.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dvRZ1JA0WIZKBnayaLfa6kvJpnbhFTql { width:12.5rem;height:1.625rem;top:63.8125rem;left:1.8125rem;font-size:1.25rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #oUdmrXbuaIiqhAltRB0zkrOtrPgbi6MN { width:15.0625rem;height:2.75rem;top:69.25rem;left:3.9375rem;z-index:15092;display:none; }
 }@media only screen and (max-width: 763px) { #k6GoypnemODpIUPSIpWZiJlD2EiXh0OC { width:3.8125rem;height:0.73046875rem;top:69.6875rem;left:5.5625rem;font-size:0.5625rem;z-index:15098;display:none; }
 }@media only screen and (max-width: 763px) { #MVIm7yPCwzviKxNSXo4sxLTFpiqcQ9He { width:7.5rem;height:1.625rem;top:70.1875rem;left:5.1875rem;font-size:1.25rem;z-index:15099;display:none; }
 }@media only screen and (max-width: 763px) { #m448ECgXhqPiN4oPBlT3NROI5dMEdWRS { width:5.9375rem;height:1.0556625rem;top:70.5rem;left:11.6875rem;font-size:0.8125rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #FXnQxmJsDPK7xxPknrC2wfI4fTuE6dIJ { width:20rem;height:11.875rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1DedagvqZwP0HbstXKIee9J4KkHvi4k { width:20rem;height:35.3125rem;top:9.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EcKRKPML5XsqoilqAZmmi61ok1Z5SHTt { width:20rem;height:38.625rem;top:48.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b74PU1eSPCeiar8yhieIsPIoE2omSc4L { width:19.875rem;height:23.75rem;top:49.5625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aS3TZmVnADM9MoEyIGGrhPXV2Pk5hK3K { width:12.5rem;height:auto;top:74.375rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #muzGTyC8ohIKXnGuFoX8AhkulpyealsR { width:19.6875rem;height:4rem;top:83.125rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9CXO9ncB1ZLeKVIa9BcVvdKRZ6dfb1R { width:6.4375rem;height:auto;top:83.625rem;left:6.75rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xg4H808OVTB7dLzT8wB9oeHBoQ4R004R { width:12.5rem;height:auto;top:84.5rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZABM8XRUZ6XKx3LgaBdwAeCFeuNnNcx { width:12.5rem;height:auto;top:84.9375rem;left:3.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHK1h21qUTGoVDBftg1aaLBZ7Un7PxpD { width:20rem;height:38.625rem;top:48.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #stUiKBfwIpMhKBgoWsWSoE7QrCGyegZq { width:19.875rem;height:23.75rem;top:49.5625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p93MW9dqZtigcCM15zhKD9T9DVniTS3L { width:12.5rem;height:auto;top:74.375rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMBEbpZ21576Ud0yppglkSpM0CEnZHNS { width:19.6875rem;height:4rem;top:83.1875rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvhQJcbfdrHJOR2PuT6zp9mupwosVyeQ { width:6.4375rem;height:auto;top:83.6875rem;left:6.75rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eKL4oHSpJL3pWbI35vfJcck2y223Sr3k { width:12.5rem;height:auto;top:84.5625rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMmEG7bmsIz8GK1qNle2UFAlwIKm8Pz4 { width:12.5rem;height:auto;top:85rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6A12xvR4lnvaNSJLhnJxFWocyJHx8iN { width:20rem;height:38.625rem;top:48.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GEzPBPDQ2cTgUIDGCIPqIuObQMcmHdTn { width:19.875rem;height:23.75rem;top:49.5625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DInJG9c89c2Iql0nBU1FVwJdl2iqXP6p { width:12.5rem;height:auto;top:74.375rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pfJyg9WQ3RxHgmEs5VL1VKiREonXc1R7 { width:19.6875rem;height:4rem;top:83.1875rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxeBbcPGnTa2BlUNB1AZsvKXEt56Bmkn { width:6.4375rem;height:auto;top:83.6875rem;left:6.75rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwmoc6sQ4wOPNGyOr2s2CXJ4hMlEHA9o { width:12.5rem;height:auto;top:84.5625rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkN1LQP78ASBCNXeSd8sxLLqaLMZnFDS { width:12.5rem;height:auto;top:85rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gaFE7yrxAiza6hM4Z7AScbTet0CpplRn { width:17.9375rem;height:26.5rem;top:17.3125rem;left:1.0625rem;z-index:15037;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TH1B0AST118WFhxKmRKvw8zm9AQWu1tv { width:16.375rem;height:16.625rem;top:18.1875rem;left:1.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;z-index:15038;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/76831166-4787-435f-8ee9-a685df41ea55/HILLS1_2048x2048.crop_1988x1834_0,214.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TH1B0AST118WFhxKmRKvw8zm9AQWu1tv.adaptive-delivery-prevent-bg, #TH1B0AST118WFhxKmRKvw8zm9AQWu1tv.lazyload, #TH1B0AST118WFhxKmRKvw8zm9AQWu1tv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #smyZmO55v24p7i5fn1Fo9IllzSqAt3iI { width:12.5rem;height:1.625rem;top:35.625rem;left:1.8125rem;font-size:1.25rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #FTV7T7phF1gwNqo7d1nu5BkbJqCVwrPH { width:15.0625rem;height:2.75rem;top:41.0625rem;left:3.9375rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #Lne8d17TKfGOI6g79XT5QRtRBuTcFTGr { width:3.8125rem;height:0.73111875rem;top:41.5rem;left:5.5625rem;font-size:0.5625rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #JPyu4ATiG20T8ip4SB2atTdx9nn8RBoO { width:7.5rem;height:1.625rem;top:42rem;left:5.1875rem;font-size:1.25rem;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #RGWee2tpnSuBOW6L0nRzThL1KWK4a9Sc { width:5.9375rem;height:1.0559875rem;top:42.3125rem;left:11.6875rem;font-size:0.8125rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #MR86DDZC33M1mmEfgXhmCSPRGmkTTbUf { width:17.9375rem;height:26.5rem;top:45.125rem;left:1.0625rem;z-index:15045;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tKqZPeL6A7mQnDgT3EDtTV8STHy57Kvx { width:16.375rem;height:16.625rem;top:46rem;left:1.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;z-index:15046;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/c1565d82-e866-4825-b90e-2ea8aab0bae7/HILLS2_2048x2048.crop_1842x1903_140,145.preview.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tKqZPeL6A7mQnDgT3EDtTV8STHy57Kvx.adaptive-delivery-prevent-bg, #tKqZPeL6A7mQnDgT3EDtTV8STHy57Kvx.lazyload, #tKqZPeL6A7mQnDgT3EDtTV8STHy57Kvx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Tc5ON4sEXiKMZNr27udUfIEOzCGVVhao { width:12.5rem;height:1.625rem;top:63.4375rem;left:1.8125rem;font-size:1.25rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #btGTLTuXGWHm2qTmoHiXgUMIWqywTfbk { width:15.0625rem;height:2.75rem;top:68.875rem;left:3.9375rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #pb9xvS6LzsCwEAqqV1E7OtSVvuLW4lzI { width:3.8125rem;height:0.73111875rem;top:69.3125rem;left:5.5625rem;font-size:0.5625rem;z-index:15114;display:block; }
 }@media only screen and (max-width: 763px) { #V9nGscmhN595ccmkOkEiwgZXy1BceOCM { width:7.5rem;height:1.625rem;top:69.8125rem;left:5.1875rem;font-size:1.25rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #P0kaLJsiJ5H7s6DTn8rc6F5JNmWiPsDv { width:5.9375rem;height:1.0559875rem;top:70.125rem;left:11.6875rem;font-size:0.8125rem;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #ur5tFw1VbgqA51k4AO016T1lVEU7lJVp { width:17.9375rem;height:26.5rem;top:72.9375rem;left:1.0625rem;z-index:15053;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hog2oiCEVntdEUmDUC4eWJZ5ySBUQ1Fq { width:16.375rem;height:16.625rem;top:73.8125rem;left:1.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;z-index:15054;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/bcaa3ffb-df9a-4621-bac1-d37f2dd57059/HILLS3_2048x2048.crop_1717x1868_220,180.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hog2oiCEVntdEUmDUC4eWJZ5ySBUQ1Fq.adaptive-delivery-prevent-bg, #hog2oiCEVntdEUmDUC4eWJZ5ySBUQ1Fq.lazyload, #hog2oiCEVntdEUmDUC4eWJZ5ySBUQ1Fq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DKIIhKQ8F7BtAOO5n06EXFyHTmJ0dV8C { width:12.5rem;height:1.625rem;top:91.25rem;left:1.8125rem;font-size:1.25rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #Z62WT83zJ8NJtzJMyiLQcWzhFVqTpGON { width:15.0625rem;height:2.75rem;top:96.6875rem;left:3.9375rem;z-index:15116;display:block; }
 }@media only screen and (max-width: 763px) { #Dzh3XXDhhtw1RMhCb4E9NNwfAvu6BUsT { width:3.8125rem;height:0.73111875rem;top:97.125rem;left:5.5625rem;font-size:0.5625rem;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #OzI51KQAFi0oxnluLA9a6L2sCAzMBbXT { width:7.5rem;height:1.625rem;top:97.625rem;left:5.1875rem;font-size:1.25rem;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #QZLwFscrm9uvZNBBcwdFGzoVwQL6zcu9 { width:5.9375rem;height:1.0559875rem;top:97.9375rem;left:11.6875rem;font-size:0.8125rem;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #xr6cu1EkoOZ6eEK1zpTpIZMrC6UTnA2n { width:16.125rem;height:3.1875rem;top:37.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSFlMuP9gsekHFFBGoEQUavUQzUl8ROU { width:16.125rem;height:3.1875rem;top:65.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMdnFh3SPUKL5J3vdzrgKw9BdDtrRQ0P { width:16.125rem;height:3.1875rem;top:93rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f3c334cd-1ccd-4476-8c77-cae36e700a67/edm.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET.adaptive-delivery-prevent-bg, #AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET.lazyload, #AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET.lazyloading { background-image: none; }#AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET > .row .container { background-color: transparent; background-image: none; }#AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.68); }#AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET > .row .container > .video-iframe-container { display: none; }#AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.68); }#AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET > .row > .video-iframe-container { display: none; }#AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET > .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); }#AaCzy3hHIO6LSoK6bTJdqeXl26DdJtET > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPTEhLNkViD9l5Bef6dg1MXiyOaQDEKe { width:16.875rem;height:2.1937125rem;top:1.2434301376343rem;left:1.2491122484207rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pspuvil7is40G54WotKWLVKG0vUcJH1K { width:9.8125rem;height:1.949225rem;top:11.624359130859rem;left:0.56206601858139rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFIpUOnFVaTGVpUyJvJixMwWFAcRITQo { width:9.8125rem;height:1.949225rem;top:11.624359130859rem;left:9.6875002980231rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzZAXh7wyTQp2X4Tbfim2BSyZT7WE6l9 { width:9.8125rem;height:0.9747875rem;top:20.186645507812rem;left:0.56206601858139rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw3xfughxi39raxk1zz8apXDZ8eTR6mc { width:9.8125rem;height:1.949225rem;top:20.186645507812rem;left:9.6875002980231rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwkpHT0mo8b722CyEpVBmmdbd78E6e14 { width:9.8125rem;height:1.949225rem;top:30rem;left:0.56206601858139rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W82nccxVmL2cvnrhwnFd1PxTdNQxZVdn { width:9.8125rem;height:0.9747875rem;top:30rem;left:9.6875002980231rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGleccZeIdqmGFkJvBd6q13ncKOvcO3q { width:9.8125rem;height:1.949225rem;top:38.811859130859rem;left:0.56206601858139rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV0urdnApF3DTEImc3xAIHHHQ6QAZOZ0 { width:9.8125rem;height:1.949225rem;top:38.811859130859rem;left:9.6875002980231rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #icS1mdiCxBemTDKmZxrZz9KkNhoTpgM1 { width:9.8125rem;height:0.9747875rem;top:47.937286376953rem;left:0.56206601858139rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq8e2o5DULyfrdfRg3GUH9McAkzoBCC0 { width:3.75rem;height:3.75rem;top:6.7491455078125rem;left:3.5622833371162rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDuA9V6Qz0TbTFzSAQ2CpSOIX2QnllWS { width:3.75rem;height:3.75rem;top:6.7491455078125rem;left:12.686632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5dgczTAiZMZf8Oui8wxXJxDXnb8ANbJ { width:3.4375rem;height:3.4375rem;top:15.374359130859rem;left:3.5622833371162rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd22BZMTfP2zm7i0zL3lqBfwTHUJUK1i { width:3.75rem;height:3.75rem;top:15.374359130859rem;left:12.686632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI5NwFGEengiKvHNFGWlhddN4IUKcahS { width:3.75rem;height:3.75rem;top:25.249572753906rem;left:3.5622833371162rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw6FZqxdZ11gSfDRFrAe4PkN4kxPT2ng { width:3.75rem;height:3.75rem;top:25.249572753906rem;left:12.686632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #gExwTSvu2dPdJS6MsfUnOlTiFhSMZCzF { width:3.75rem;height:3.75rem;top:33.999572753906rem;left:3.5622833371162rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzTZ88UrJG6EiforXnv0DKi8KynMi6mf { width:3.75rem;height:3.75rem;top:33.999572753906rem;left:12.686632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPrxH0Nimf4HPSFZXBcElAqzJv9GXWgP { width:3.75rem;height:3.75rem;top:43.125rem;left:3.5622833371162rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsBsiKg7u5GSsG3dbDpMIPGuII9Vb4bV { width:18.75rem;height:1.2999125rem;top:3.0371150970459rem;left:1.2499998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a98e1fc4-7f15-4fea-853d-37be5d4ab28f/95430e1710213832232.jpg");background-position: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(255,255,255,0.45); }#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(255,255,255,0.45); }#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:31.875rem;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;color:#1f3727; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.5rem;line-height:1.2;border-top-left-radius: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.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:5.09375rem;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:5.09375rem;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.94921875rem;top:29.01171875rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54394375rem;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.3997375rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #phuKffIRSO3faXhl5UcrFR4as2L6Vt7r { display:none; }#phuKffIRSO3faXhl5UcrFR4as2L6Vt7r > .row .container { width:20rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { width:18.187125rem;height:1.7871125rem;top:1.25rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzrk3t2rWiPo80Zu7NTmhwtqlIyc8Xac { width:17.8125rem;height:0.9747875rem;top:3.162109375rem;left:1.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGJSNm3BLcpuvH0Vt2bozUFlzVERTP39 { width:10.8744375rem;height:7.313375rem;top:4.9359016418457rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH9TChUaNmmdBxu23122brtkMOFrQVe7 { width:8.2493125rem;height:5.8507rem;top:4.9359016418457rem;left:11.562322020531rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT6Csgn7Tik0skuRsqJB0BeTIiN1fblA { width:20rem;height:13.9214375rem;top:12.245199203491rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 { background-color:#ffffff;background-image:none;display:block; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { background-color: transparent; background-image: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container > .video-iframe-container { display: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row > .video-iframe-container { display: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .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); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPi0tRfIRS4vFm1aqowsaxB0lRDQmVKQ { width:18.18625rem;height:1.7871125rem;top:1.25rem;left:0.90642756223681rem;font-size:1.375rem;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #flzoUJQBlsTtUvWEbzfDGrA34H4lvosN { width:9.6875rem;height:6.1875rem;top:4.1243591308594rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1f47b642-3947-49fb-9c35-28c441033863/edm20.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#flzoUJQBlsTtUvWEbzfDGrA34H4lvosN.adaptive-delivery-prevent-bg, #flzoUJQBlsTtUvWEbzfDGrA34H4lvosN.lazyload, #flzoUJQBlsTtUvWEbzfDGrA34H4lvosN.lazyloading { background-image: none; }
#flzoUJQBlsTtUvWEbzfDGrA34H4lvosN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#flzoUJQBlsTtUvWEbzfDGrA34H4lvosN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #Tfnd2tmzB1hu3peWzJONn0JxZCeKyPBP { width:9.75rem;height:6.25rem;top:4.125rem;left:10.25rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca871a24-9a3b-4a7d-a672-7d48b99dc219/edm23.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Tfnd2tmzB1hu3peWzJONn0JxZCeKyPBP.adaptive-delivery-prevent-bg, #Tfnd2tmzB1hu3peWzJONn0JxZCeKyPBP.lazyload, #Tfnd2tmzB1hu3peWzJONn0JxZCeKyPBP.lazyloading { background-image: none; }
#Tfnd2tmzB1hu3peWzJONn0JxZCeKyPBP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#Tfnd2tmzB1hu3peWzJONn0JxZCeKyPBP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #T0ZorMTVFnp7fEPPcOnmXMCdEFkAZsaF { width:20rem;height:23.4375rem;top:12.4990234375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f123bc1c-2d68-4b25-8b75-586403245865/13.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#T0ZorMTVFnp7fEPPcOnmXMCdEFkAZsaF.adaptive-delivery-prevent-bg, #T0ZorMTVFnp7fEPPcOnmXMCdEFkAZsaF.lazyload, #T0ZorMTVFnp7fEPPcOnmXMCdEFkAZsaF.lazyloading { background-image: none; }
#T0ZorMTVFnp7fEPPcOnmXMCdEFkAZsaF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#T0ZorMTVFnp7fEPPcOnmXMCdEFkAZsaF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #yzliKs4dPIki1X99yc7GTD4mFMTGRwKW { width:20rem;height:23.4375rem;top:85.5620125rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f123bc1c-2d68-4b25-8b75-586403245865/13.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#yzliKs4dPIki1X99yc7GTD4mFMTGRwKW.adaptive-delivery-prevent-bg, #yzliKs4dPIki1X99yc7GTD4mFMTGRwKW.lazyload, #yzliKs4dPIki1X99yc7GTD4mFMTGRwKW.lazyloading { background-image: none; }
#yzliKs4dPIki1X99yc7GTD4mFMTGRwKW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#yzliKs4dPIki1X99yc7GTD4mFMTGRwKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #r7gIT3iUufsxG570im48Z8xKitQgtnwd { width:20rem;height:23.4375rem;top:60.8745125rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f123bc1c-2d68-4b25-8b75-586403245865/13.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#r7gIT3iUufsxG570im48Z8xKitQgtnwd.adaptive-delivery-prevent-bg, #r7gIT3iUufsxG570im48Z8xKitQgtnwd.lazyload, #r7gIT3iUufsxG570im48Z8xKitQgtnwd.lazyloading { background-image: none; }
#r7gIT3iUufsxG570im48Z8xKitQgtnwd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#r7gIT3iUufsxG570im48Z8xKitQgtnwd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #MEdSSZCXfqyLlAH1ehSff6aQlz5VF2bx { width:20rem;height:23.4375rem;top:110.2495125rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f123bc1c-2d68-4b25-8b75-586403245865/13.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#MEdSSZCXfqyLlAH1ehSff6aQlz5VF2bx.adaptive-delivery-prevent-bg, #MEdSSZCXfqyLlAH1ehSff6aQlz5VF2bx.lazyload, #MEdSSZCXfqyLlAH1ehSff6aQlz5VF2bx.lazyloading { background-image: none; }
#MEdSSZCXfqyLlAH1ehSff6aQlz5VF2bx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#MEdSSZCXfqyLlAH1ehSff6aQlz5VF2bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #StoaxkeU3QWGRSMQTfzdoBiQUl9Q8syz { width:18.9995625rem;height:3.37456875rem;top:25.6865234375rem;left:0.4990234375rem;font-size:0.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #R4uHZ2auy3e0eNWT5absBdOR755S9Dh6 { display:block; }
 }@media only screen and (max-width: 763px) { #TWAvoXQM0886ZXzZTT08dJK05D3yUw5k { width:9.6875rem;height:6.1875rem;top:11rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac9734d5-e4c0-45d9-955b-725026e64cef/edm21.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15078;display:block; }#TWAvoXQM0886ZXzZTT08dJK05D3yUw5k.adaptive-delivery-prevent-bg, #TWAvoXQM0886ZXzZTT08dJK05D3yUw5k.lazyload, #TWAvoXQM0886ZXzZTT08dJK05D3yUw5k.lazyloading { background-image: none; }
#TWAvoXQM0886ZXzZTT08dJK05D3yUw5k::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#TWAvoXQM0886ZXzZTT08dJK05D3yUw5k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #p987OoP4linwzLJvUMo5C4V8zWmiPAQM { width:9.75rem;height:6.25rem;top:10.96875rem;left:10.25rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1486f573-d654-4623-a6bd-410f47de3923/edm24.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15079;display:block; }#p987OoP4linwzLJvUMo5C4V8zWmiPAQM.adaptive-delivery-prevent-bg, #p987OoP4linwzLJvUMo5C4V8zWmiPAQM.lazyload, #p987OoP4linwzLJvUMo5C4V8zWmiPAQM.lazyloading { background-image: none; }
#p987OoP4linwzLJvUMo5C4V8zWmiPAQM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#p987OoP4linwzLJvUMo5C4V8zWmiPAQM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #wCrPas7evyow5nnWS8MfbTTuT2ZP2AsP { width:9.6875rem;height:6.1875rem;top:17.9375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8afaa85f-86b8-4082-b4d9-f45a19ffe5bc/edm22.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15080;display:block; }#wCrPas7evyow5nnWS8MfbTTuT2ZP2AsP.adaptive-delivery-prevent-bg, #wCrPas7evyow5nnWS8MfbTTuT2ZP2AsP.lazyload, #wCrPas7evyow5nnWS8MfbTTuT2ZP2AsP.lazyloading { background-image: none; }
#wCrPas7evyow5nnWS8MfbTTuT2ZP2AsP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#wCrPas7evyow5nnWS8MfbTTuT2ZP2AsP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #PWTg8ccc5oC4M6V0DCx2brOZPmxMoxSS { width:9.75rem;height:6.25rem;top:17.90625rem;left:10.25rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4c567151-b046-4b0a-8272-acedf392c158/edm25.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15081;display:block; }#PWTg8ccc5oC4M6V0DCx2brOZPmxMoxSS.adaptive-delivery-prevent-bg, #PWTg8ccc5oC4M6V0DCx2brOZPmxMoxSS.lazyload, #PWTg8ccc5oC4M6V0DCx2brOZPmxMoxSS.lazyloading { background-image: none; }
#PWTg8ccc5oC4M6V0DCx2brOZPmxMoxSS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#PWTg8ccc5oC4M6V0DCx2brOZPmxMoxSS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #XzW3XNhGBpx8tNezHoSGUZoCJEEVXnlN { display:none; }#XzW3XNhGBpx8tNezHoSGUZoCJEEVXnlN > .row .container { width:20rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AOsOMeWCbxvKnlMuTWbpw5DOzzyRPPwF { width:18.0615rem;height:1.78125rem;top:2.31201171875rem;left:0.968017578125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ptdOZdxShQIpMqGHq4Sp93nQWfTQfVr6 { width:3.125rem;height:3.125rem;top:6.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibfirs8bE41RhiHL3HaLHygXUdHbbteV { display:flex;width:1.8125rem;height:1.8125rem;top:7.3125rem;left:1.875rem;font-size:1.25rem; }
 }@media only screen and (max-width: 763px) { #oJ0r9RPPLSQmPDVCvr2LXVdN72Ob2Xx8 { width:3.125rem;height:3.125rem;top:6.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #exkrkCNAsvZS3u6D8eIHqhmn5LPV7hGS { display:flex;width:1.75rem;height:1.75rem;top:7.3125rem;left:9rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #WTlNsDCC7HbSpVxB9wLTDCGZ2ynqZGg4 { width:3.125rem;height:3.125rem;top:6.6875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQZdfqPqhrZ7NBN0PeyUNnDzHct7kkHx { width:5.25rem;height:1.6503875rem;top:10.687500408851rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPfgwiZNhkJSsvD8bTmdEF7QtQrISKI3 { width:5.4375rem;height:1.6503875rem;top:10.6875rem;left:7.15625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeHWzUz0nGNPwmBTece6MEpIJKOlRp8A { width:6.4375rem;height:1.10026rem;top:10.6875rem;left:13.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5MhgJASN7TFMwwQcTTMEhG34fTHwhy4 { width:3.125rem;height:3.125rem;top:14.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4TeFDB58JpXKLlEKUGSrIBUph2iwZcT { display:flex;width:1.875rem;height:1.875rem;top:15.1875rem;left:1.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #kL301GRdlTd3puwF6IfTCMFWim3liazT { width:5.625rem;height:1.1002625rem;top:18.4375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLbsKEvTdoannob4sy6yR0IrLy28dhzA { width:3.125rem;height:3.125rem;top:14.5625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTxOsMfsPqDvv9R2tIaKRisfimk9MH5N { display:flex;width:1.6875rem;height:1.6875rem;top:15.21875rem;left:9.03125rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #z6QDtG03KucFX7ssBWTFTLJewLu2qvZq { width:5.625rem;height:1.6503875rem;top:18.4375rem;left:7.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXXwasGuU12lTcFMbqe0rsuC8IodU9sQ { width:3.125rem;height:3.125rem;top:14.5625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoJ8bG8trW4fTTwvBKi6TJnIDVxpWIUh { display:flex;width:1.75rem;height:1.75rem;top:15.25rem;left:15.9375rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #GpCQ5gBv5il9wa9qbrf4gg1y4W96qu6p { width:6.4375rem;height:2.200525rem;top:18.4375rem;left:13.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIH6LMeyoZlNTRcO7sDt59mPSCTLTpFd { width:1.75rem;height:1.75rem;top:7.375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { width:20rem;height:0.8125rem;top:0.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }