.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:246,238,226;--color-primary-1:229,203,167;--color-primary-2:211,169,109;--color-primary-3:165,123,62;--color-primary-4:125,88,35;--color-secondary-0:93,165,49;--color-secondary-1:72,148,26;--color-secondary-2:41,98,5;--color-secondary-3:27,72,1;--color-secondary-4:11,33,2;--color-tertiary-0:255,255,255;--color-tertiary-1:194,194,194;--color-tertiary-2:153,153,153;--color-tertiary-3:92,92,92;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { position:relative;display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { background-color: transparent; background-image: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { border-width: 0; border-radius: 0; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.adaptive-delivery-prevent-bg, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyload, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyloading { background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { background-color: transparent; background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { border-width: 0; border-radius: 0; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4c22d54f-025e-4919-97ec-651579f6e4cc/260424_SIRI_CTL_FacadeGardenView_final4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#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.43); }#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:41rem;width:75rem;overflow:visible;position:relative;display:block; }#eXBx6nBGnmXPtJGTnhypGvkSFFzKZZFU { color:#ffffff;display:block;width:47.4375rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:17.25rem;left:13.75rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xUhFIHilqTQUeUlIgRnXHDovZDKieRrt { position:absolute;display:block;z-index:15037;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:14.3125rem;width:25.625rem;top:2.0625rem;left:24.6875rem;overflow:hidden;display:block; }
#bqtvCq8eZwMc4Sqht5O91Dt8BL2zyz0V { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:32.1875rem;left:28.4375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#exDGuP75J5MMKU9zzhyvzVqpxl8tdvba { color:#fd7350;display:block;width:7.871125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:32.75rem;left:22.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X1ungUhxsWdIO7AU45e0y2qCCz6eqR8M { box-sizing:content-box;height:4.75rem;width:38.875rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0.48);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:31.0625rem;left:18.0625rem;display:block; }
#IQRJSKOopVLTJnGAeTEiO4UUyPwvmr6i { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:32.5625rem;left:42.8125rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gUlAdhpd0lbucE5QR3zGma0KcoHiW4EF { position:absolute;display:block;z-index:15038;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:13.3125rem;width:8.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#S1Whk6D3KQbG20PkENMVqELdaevrNAET { box-sizing:content-box;height:4.75rem;width:38.875rem;position:absolute;display:block;z-index:15013;background-color:#6d8b96;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:26.375rem;left:18.0625rem;display:block; }
#ay8BhAD5zfkz3hUre9v8tWmCgTPtG0NP { color:#eeecc6;display:block;width:47.4375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:26.75rem;left:13.8125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eec4;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; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:1rem;font-weight:400;color:#000000;width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.2; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fd7350, #9c5540);background-image: -moz-linear-gradient(180deg, #fd7350, #9c5540);background-image: -ms-linear-gradient(180deg, #fd7350, #9c5540);background-image: -o-linear-gradient(180deg, #fd7350, #9c5540);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7350', endColorstr='#9c5540' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7350', endColorstr='#9c5540' );";background-image: linear-gradient(180deg, #fd7350, #9c5540);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#ffffff;width:20.4375rem;height:3rem;font-family:poppins;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.4959716796875rem;left:47.965137004853rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.4959716796875rem;left:47.965137004853rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:rgba(var(--color-tertiary-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.5615234375rem;left:51.3115234375rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:#517077;display:block;width:31.6875rem;position:absolute;font-family:poppins;font-size:3.375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:8.4375rem;left:5.125rem;height:8.099625rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#000000;display:block;width:24.375rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:18.6875rem;left:5.125rem;height:5.7734375rem;font-style:normal;display:block; }
#SgIV4RR4oMssu7giQd2V71hXIBFpFgXT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d8b96;background-image:url("https://images.assets-landingi.com/uc/02ede881-bf09-4cc8-bc39-c7bad0f34327/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SgIV4RR4oMssu7giQd2V71hXIBFpFgXT.adaptive-delivery-prevent-bg, #SgIV4RR4oMssu7giQd2V71hXIBFpFgXT.lazyload, #SgIV4RR4oMssu7giQd2V71hXIBFpFgXT.lazyloading { background-image: none; }#SgIV4RR4oMssu7giQd2V71hXIBFpFgXT > .row .container { background-color: transparent; background-image: none; }#SgIV4RR4oMssu7giQd2V71hXIBFpFgXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgIV4RR4oMssu7giQd2V71hXIBFpFgXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgIV4RR4oMssu7giQd2V71hXIBFpFgXT > .row .container > .video-iframe-container { display: none; }#SgIV4RR4oMssu7giQd2V71hXIBFpFgXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgIV4RR4oMssu7giQd2V71hXIBFpFgXT > .row > .video-iframe-container { display: none; }#SgIV4RR4oMssu7giQd2V71hXIBFpFgXT > .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); }#SgIV4RR4oMssu7giQd2V71hXIBFpFgXT > .row .container { border-width: 0; border-radius: 0; }#SgIV4RR4oMssu7giQd2V71hXIBFpFgXT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SgIV4RR4oMssu7giQd2V71hXIBFpFgXT > .row .container { font-size:0.875rem;font-family:arial;height:54.375rem;width:75rem;position:relative;display:block; }#N8dCRz4PoxtswM8u9pITlhIeWtVDV5mH { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:poppins;font-size:3.375rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:3.75rem;left:16.53125rem;height:4.3873rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IcuDISfUUskB9gLIIi2KO06LIFRTAhM9 { box-sizing:content-box;height:35.1875rem;width:35.25rem;position:absolute;display:block;z-index:15066;background-color:#f0eec4;background-image:none;box-shadow: none;border-top:0.25rem solid #e2d98a;border-left:0.25rem solid #e2d98a;border-right:0.25rem solid #e2d98a;border-bottom:0.25rem solid #e2d98a;top:13.25rem;left:0rem;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; }
#Iqq31u3xeXTvZqKqqBChCD3DTtw9F67n { box-sizing:content-box;height:20.6875rem;width:33.25rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d13da3c3-615e-4110-bfb4-5fb3a7ee4f13/CanvasPalette4.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.625rem;left:1.25rem;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; }#Iqq31u3xeXTvZqKqqBChCD3DTtw9F67n.adaptive-delivery-prevent-bg, #Iqq31u3xeXTvZqKqqBChCD3DTtw9F67n.lazyload, #Iqq31u3xeXTvZqKqqBChCD3DTtw9F67n.lazyloading { background-image: none; }
#nsq5RvTKARhER3pwFvo0ekG9alNtN9oc { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15159;line-height:1.3;letter-spacing:0;top:36.375rem;left:7.8125rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xcTLnorBdTcvcfw9GI0A09vXl9XP56Xm { 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:15149;opacity:1;top:40.0625rem;left:7.3125rem; }
#NxgwH8DkSmPRLhnZEJpVUqK3Wih8BRzE { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:40.3125rem;left:9.5rem;height:1.21875rem;font-style:normal;display:block; }
#ayJ3fvnV0FANi0U98vMZqC8Ugxm7cSfI { 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:15150;opacity:1;top:39.875rem;left:14.5625rem; }
#I0rJF1OEkzPHOwJ3sssa3DTggA2qTxse { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:40.3125rem;left:16.625rem;height:1.21875rem;font-style:normal;display:block; }
#gIC2VGOiroAhH4x6TBmn4ewTOudbtfsm { 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:40.0625rem;left:21.4375rem; }
#RMlE6f7EzkTK8GRveeu0P6NMlyLIvNz3 { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15140;line-height:1.3;letter-spacing:0;top:40.3125rem;left:23.5rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zWu8fa8MxoqebNi7mcn0tREKnAe1ew95 { box-sizing:content-box;height:3.375rem;width:33.25rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.875rem;left:1.25rem;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; }
#Nm7eLSfyIZg17GWnlkHLA55PKI6oTmBh { color:#1f6760;display:block;width:7.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15158;line-height:1.3;letter-spacing:0;top:44.9970703125rem;left:4.0625rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#S2cTyHuFhGflUk9Gg1dZgRzXRAAP76PD { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15160;line-height:1.3;letter-spacing:0;top:44.625rem;left:11.5rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hPGqnByDflKDM11mimS6nR9A8GQVagZ0 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15159;line-height:1.3;letter-spacing:0;top:44.89453125rem;left:20.125rem;height:1.46195rem;text-align:right;text-align-last:right;display:block; }
#bJMzvrnCthQhLhyesAM63lVq8VJaTtvQ { box-sizing:content-box;height:35.1875rem;width:35.25rem;position:absolute;display:block;z-index:15079;background-color:#f0eec4;background-image:none;box-shadow: none;border-top:0.25rem solid #e2d98a;border-left:0.25rem solid #e2d98a;border-right:0.25rem solid #e2d98a;border-bottom:0.25rem solid #e2d98a;top:13.25rem;left:39.25rem;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; }
#Bu06ADP8rBUvdH0dIEcwbcTDXCrRBTAt { box-sizing:content-box;height:20.6875rem;width:33.25rem;position:absolute;display:block;z-index:15080;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e6838f5a-a6cc-486b-92ad-9434c2e6766d/CanvasPalette7.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:14.625rem;left:40.5rem;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; }#Bu06ADP8rBUvdH0dIEcwbcTDXCrRBTAt.adaptive-delivery-prevent-bg, #Bu06ADP8rBUvdH0dIEcwbcTDXCrRBTAt.lazyload, #Bu06ADP8rBUvdH0dIEcwbcTDXCrRBTAt.lazyloading { background-image: none; }
#n8tEk8S2TqDxT6RXDtUnsJHKExhcOxSi { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15172;line-height:1.3;letter-spacing:0;top:36.375rem;left:47.0625rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RKuB5g6ODmcIIlznOIo7TJ37oycRPWNU { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15162;opacity:1;top:40.0625rem;left:46.5625rem; }
#K5XrumrzxQzEvHxbWcMwOBfu83hSaZNJ { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15150;line-height:1.3;letter-spacing:0;top:40.3125rem;left:48.75rem;height:1.21875rem;font-style:normal;display:block; }
#rTxTmLxxG223ftwoztBtd0Z9qxxaTDm3 { 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:15163;opacity:1;top:39.875rem;left:53.8125rem; }
#F28nK6ETwpmgqp9RcNxGXL5JSr2QoP3B { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15151;line-height:1.3;letter-spacing:0;top:40.3125rem;left:55.875rem;height:1.21875rem;font-style:normal;display:block; }
#e9W6UPRL9ZOqltqZDG28fGMwrJ3mwRbL { 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:15164;opacity:1;top:40.0625rem;left:60.6875rem; }
#mFVmAacnohM03nqoLDCoFTJgMH5rZnmx { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15153;line-height:1.3;letter-spacing:0;top:40.3125rem;left:62.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xCAJImyCcFlAXMnQTxSwNWlrGVG26is7 { box-sizing:content-box;height:3.375rem;width:33.25rem;position:absolute;display:block;z-index:15081;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.875rem;left:40.5rem;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; }
#Oz8miaVusNiKl5UTdFEkJHIcDoGbONXp { color:#1f6760;display:block;width:7.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15171;line-height:1.3;letter-spacing:0;top:45rem;left:43.875rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#BdqfcltFZqfFC3pD0Uw8snd9rGcoh6Mh { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15173;line-height:1.3;letter-spacing:0;top:44.625rem;left:51.375rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TWxis4oThnwXS4qfTmO4F5d3qSes65NZ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15172;line-height:1.3;letter-spacing:0;top:44.875rem;left:59.9375rem;height:1.46195rem;text-align:right;text-align-last:right;display:block; }
#uWeSbPpRR7JgDmm8cvQNTwmrdXCUalyw { box-sizing:content-box;height:35.1875rem;width:35.25rem;position:absolute;display:block;z-index:15066;background-color:#f0eec4;background-image:none;box-shadow: none;border-top:0.25rem solid #e2d98a;border-left:0.25rem solid #e2d98a;border-right:0.25rem solid #e2d98a;border-bottom:0.25rem solid #e2d98a;top:13.25rem;left:0rem;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:none; }
#T1W3RyMkELHQkT2xTmzbc0aZV0avsS2d { box-sizing:content-box;height:20.6875rem;width:33.25rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.625rem;left:1.25rem;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; }
#ELQdE0aBqOA0AzkQThbxxAF2utkXgQmK { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15159;line-height:1.3;letter-spacing:0;top:36.375rem;left:7.8125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QBJ9zMFUDIHsZB9Xe3Q0xRCVOOmO0Jby { 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:15149;opacity:1;top:40.0625rem;left:7.3125rem;display:none; }
#qtTTlweZTd2J7IBRmXrVTIbzFlyGCJph { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:40.3125rem;left:9.5rem;height:1.21875rem;font-style:normal;display:none; }
#CtbWghigkFEWi6mPy8TFQdlUVThBs184 { 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:15150;opacity:1;top:39.875rem;left:14.5625rem;display:none; }
#ROHRcF4zsyq5SVJak9HtKpHbgkJa9lcW { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:40.3125rem;left:16.625rem;height:1.21875rem;font-style:normal;display:none; }
#QohTXPXptG75NOZh7qrBTxdFEKnGGnxM { 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:40.0625rem;left:21.4375rem;display:none; }
#iTeLknVVAmdfSNJRilbL76Off0WoREF5 { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15140;line-height:1.3;letter-spacing:0;top:40.3125rem;left:23.5rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#zi0X69lyii5CSvPW9SMObcft5vBrUFET { box-sizing:content-box;height:3.375rem;width:33.25rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.875rem;left:1.25rem;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; }
#dJWPvsI2TzrTGi6Ogt92STJcW5mGIdvK { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15160;line-height:1.3;letter-spacing:0;top:44.625rem;left:11.5rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#zLGWf7yMtNITF8pXtpaWyt58Cdz6bSOQ { color:#1f6760;display:block;width:7.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15158;line-height:1.3;letter-spacing:0;top:44.9970703125rem;left:4.0625rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#bfoLxVViD58bKlHKOl2MDQgcCbNqper3 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15159;line-height:1.3;letter-spacing:0;top:44.89453125rem;left:20.125rem;height:1.4619125rem;text-align:right;text-align-last:right;display:none; }
#Bn04eVxgTV8pH8MDl0II7Bq4KuRMx95Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d8b96;background-image:url("https://images.assets-landingi.com/uc/02ede881-bf09-4cc8-bc39-c7bad0f34327/bg2.png");background-position:bottom 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; }#Bn04eVxgTV8pH8MDl0II7Bq4KuRMx95Q.adaptive-delivery-prevent-bg, #Bn04eVxgTV8pH8MDl0II7Bq4KuRMx95Q.lazyload, #Bn04eVxgTV8pH8MDl0II7Bq4KuRMx95Q.lazyloading { background-image: none; }#Bn04eVxgTV8pH8MDl0II7Bq4KuRMx95Q > .row .container { border-width: 0; border-radius: 0; }#Bn04eVxgTV8pH8MDl0II7Bq4KuRMx95Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bn04eVxgTV8pH8MDl0II7Bq4KuRMx95Q > .row .container { font-size:0.875rem;font-family:arial;height:58.5rem;width:75rem;position:relative;display:none; }#Z24zKLUAC6tmPQUbewJ80EvDrLTntF8U { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:36.375rem;left:52.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#wOOetoXqCycQhZyxcsLGd09spF7xt1fv { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:36.0625rem;left:44.25rem;height:1.8681625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UF31CTGbWmrWUIuT6UpGqT4ytC8TbbhT { color:#1f6760;display:block;width:7.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:36.375rem;left:38rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#ezyx5vOeCidXf7tamPg7W2oL5fb35ApP { color:rgba(var(--color-tertiary-4),1);display:block;width:2.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:36.375rem;left:24.5rem;height:1.21875rem;font-style:normal;display:block; }
#CIyCaT7zPABCk6VhpPiX05lcn6xwOI0e { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:35.9375rem;left:25.6875rem; }
#DxVohsrLR7ASIQ7ceUBmxQhE1JWWip2f { color:rgba(var(--color-tertiary-4),1);display:block;width:2.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:36.375rem;left:27.75rem;height:1.21875rem;font-style:normal;display:block; }
#pUgqqsbTnUzGsX3rk18nl5pQ3dTwdWC5 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:36.125rem;left:22.3125rem; }
#Ixvi1KCkmnv8JVyZh9rc2RUqqtCSF1AB { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:36.375rem;left:31rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kw9aFuqeH8Dhl2u6LPSZeTGXFRtkZVXq { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:36.125rem;left:28.9375rem; }
#dQIa28k3XSFoQLRf4eLpQE53pGPUehdk { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15158;line-height:1.3;letter-spacing:0;top:35.875rem;left:1.5625rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H49fJa31dwANT2kMOvAIhHMX9Vt1vF6k { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c1dfec, #6b99ae);background-image: -moz-linear-gradient(180deg, #c1dfec, #6b99ae);background-image: -ms-linear-gradient(180deg, #c1dfec, #6b99ae);background-image: -o-linear-gradient(180deg, #c1dfec, #6b99ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1dfec', endColorstr='#6b99ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1dfec', endColorstr='#6b99ae' );";background-image: linear-gradient(180deg, #c1dfec, #6b99ae);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#7d4849;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.4365234375rem;left:25.8125rem;display:none; }
#rV8nyQafRUOGuS4rLmo28H4KJUhNiio2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kWPBEdrWG2dURRAIyvknkuUzfoW6tZto { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #b2b2b2);background-image: -moz-linear-gradient(180deg, #ffffff, #b2b2b2);background-image: -ms-linear-gradient(180deg, #ffffff, #b2b2b2);background-image: -o-linear-gradient(180deg, #ffffff, #b2b2b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2b2b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2b2b2' );";background-image: linear-gradient(180deg, #ffffff, #b2b2b2);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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5rem;text-decoration:none;z-index:15273;text-align:center;text-align-last:center;top:35.5rem;left:59.6875rem;display:block; }
#hP4J5TTP3ckyzGG6AU7u9Tf4tJIxoEPu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mUTJU1hGGruMAVs5PO8CncdDzmtqIeuV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d1ba89, #8e733a);background-image: -moz-linear-gradient(180deg, #d1ba89, #8e733a);background-image: -ms-linear-gradient(180deg, #d1ba89, #8e733a);background-image: -o-linear-gradient(180deg, #d1ba89, #8e733a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1ba89', endColorstr='#8e733a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1ba89', endColorstr='#8e733a' );";background-image: linear-gradient(180deg, #d1ba89, #8e733a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:30.9365234375rem;left:25.8125rem;display:none; }
#i5Vsk5OHAprcffUFaMu050zPTU1gTkQJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SEAQz3N7ekuwGRi0LyeamsZpfTHQsK6x { box-sizing:content-box;height:5.625rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#f4f1c9;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:33.9375rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#fxTSApSwy5hGzXqXbHcPlTMoHWGlztR4 { box-sizing:content-box;height:20rem;width:36.875rem;position:absolute;display:block;z-index:15269;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/ebcea662-5063-47c6-947f-bd36f2209a09/intmockup60sqmlivingfinal.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.1875rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }#fxTSApSwy5hGzXqXbHcPlTMoHWGlztR4.adaptive-delivery-prevent-bg, #fxTSApSwy5hGzXqXbHcPlTMoHWGlztR4.lazyload, #fxTSApSwy5hGzXqXbHcPlTMoHWGlztR4.lazyloading { background-image: none; }
#iMB2fB32FXRg42ayI1vG0WKsf7c6nlKa { box-sizing:content-box;height:20rem;width:36.875rem;position:absolute;display:block;z-index:15270;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/c1b9c6fd-2088-4d77-9a30-4c76d8ef9db4/intmockup60sqmbedroomfinal.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.1875rem;left:38.125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }#iMB2fB32FXRg42ayI1vG0WKsf7c6nlKa.adaptive-delivery-prevent-bg, #iMB2fB32FXRg42ayI1vG0WKsf7c6nlKa.lazyload, #iMB2fB32FXRg42ayI1vG0WKsf7c6nlKa.lazyloading { background-image: none; }
#QVll73ZI90gJDDItIumCRSt45R5C7TZD { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:poppins;font-size:3.375rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:3.75rem;left:16.53125rem;height:4.38671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IaofF25SgHzkUTHCEJT0Tx41kxlZT9HF { box-sizing:content-box;height:5.625rem;width:75rem;position:absolute;display:block;z-index:15013;background-color:#f4f1c9;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:40.9375rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#FqqN6cOZQTNJwPNJ5TrxEp04FLMMhqGE { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:42.875rem;left:1.5625rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DL61cSAaCKaaebfgmr66NKuny73yVLEO { 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:15155;opacity:1;top:43.125rem;left:22.3125rem; }
#x3KHrUNDOZkT6CfuhCz5vFqqxqC5EZhp { color:rgba(var(--color-tertiary-4),1);display:block;width:2.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:43.375rem;left:24.5rem;height:1.21875rem;font-style:normal;display:block; }
#qVt9ABJSEccfr3kS00NRnV7tSxOdtxNf { 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:15156;opacity:1;top:42.9375rem;left:25.6875rem; }
#mcEsI9KzbEey8DtbSbPnkQiuKsPck6VS { color:rgba(var(--color-tertiary-4),1);display:block;width:2.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:43.375rem;left:27.75rem;height:1.21875rem;font-style:normal;display:block; }
#gtOko79OA6FVikKkQTeCXd5GEKSXxqAs { 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:15157;opacity:1;top:43.125rem;left:28.9375rem; }
#hAdH98eRsh6cxiuPpZpgsf5tX4Rf01MU { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15146;line-height:1.3;letter-spacing:0;top:43.375rem;left:31rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c40hE4RVImryvoABcILG5dwowHGAk6nT { color:#1f6760;display:block;width:7.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:43.375rem;left:38rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#TUZFwgPQv88ps4ewscKh8SmzbOCNcJkl { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15169;line-height:1.3;letter-spacing:0;top:43.0625rem;left:44.25rem;height:1.8681625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LnUO4hc1IHqKIO1yyUrD5fR3K6tGQ1QX { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:43.375rem;left:52.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#sIXALpldQQ0ceC6NRM4kaCJzwKxtiZWl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #b2b2b2);background-image: -moz-linear-gradient(180deg, #ffffff, #b2b2b2);background-image: -ms-linear-gradient(180deg, #ffffff, #b2b2b2);background-image: -o-linear-gradient(180deg, #ffffff, #b2b2b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2b2b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2b2b2' );";background-image: linear-gradient(180deg, #ffffff, #b2b2b2);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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5rem;text-decoration:none;z-index:15285;text-align:center;text-align-last:center;top:42.5rem;left:59.6875rem;display:block; }
#uQ9RXsTNT8t4CMDl0Smr8Agy17gUPRzh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TyFFkTCogUT8q03Jyr2244iKx6rduzD9 { box-sizing:content-box;height:5.625rem;width:75rem;position:absolute;display:block;z-index:15025;background-color:#f4f1c9;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:48.0625rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#lteiT8HhSr1bxpcByMJS6HeJhkHxUG31 { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15182;line-height:1.3;letter-spacing:0;top:50rem;left:1.5625rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X1fnxzvo6enH2LKQHSlrd9mTdO9hKpZG { 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:15167;opacity:1;top:50.25rem;left:22.3125rem; }
#c9TiOaqXdBnaTQe4TWqH624kW4AT2eSz { color:rgba(var(--color-tertiary-4),1);display:block;width:2.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15155;line-height:1.3;letter-spacing:0;top:50.5rem;left:24.5rem;height:1.21875rem;font-style:normal;display:block; }
#enLFXznUTcMLtudCzKykLuPdaWqlwNQT { 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:15168;opacity:1;top:50.0625rem;left:25.6875rem; }
#BVivStG8D3qDtcIQaGQrUpZygdglWltx { color:rgba(var(--color-tertiary-4),1);display:block;width:2.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15156;line-height:1.3;letter-spacing:0;top:50.5rem;left:27.75rem;height:1.21875rem;font-style:normal;display:block; }
#WdzrLtVttLOBF3oZ1vtlxcEeDkLZOiqB { 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:15169;opacity:1;top:50.25rem;left:28.9375rem; }
#OdNe1HxCLKL1ZzV9VItdv22QwHs7kDt9 { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15158;line-height:1.3;letter-spacing:0;top:50.5rem;left:31rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LVPaPn0TK5vTdfNEtpiTLEt8cMQcVed5 { color:#1f6760;display:block;width:7.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15179;line-height:1.3;letter-spacing:0;top:50.5rem;left:37.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#xBsBfI7rDAcEuSERKeEf8Ii8RJ52ZWzl { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15181;line-height:1.3;letter-spacing:0;top:50.1875rem;left:44.25rem;height:1.8681625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WsektxOrrSzhPiB4KaSxHZCBgmRhwAVO { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15180;line-height:1.3;letter-spacing:0;top:50.5rem;left:52.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#J5rybP9Fq95zWDKW12CJ0qUThrx4XS6R { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #b2b2b2);background-image: -moz-linear-gradient(180deg, #ffffff, #b2b2b2);background-image: -ms-linear-gradient(180deg, #ffffff, #b2b2b2);background-image: -o-linear-gradient(180deg, #ffffff, #b2b2b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2b2b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2b2b2' );";background-image: linear-gradient(180deg, #ffffff, #b2b2b2);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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:49.625rem;left:59.6875rem;display:block; }
#INUOXohXFeR9ht0SCrMb8OVSQArL5xXZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OITwIDr9hvEamTiF7NVapg1QXBF6tC52 { box-sizing:content-box;height:5.625rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#f4f1c9;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:33.9375rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#eDMPuBG20EyTJwnBKMOSBGDs9CmWpgVi { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:36.125rem;left:22.3125rem;display:none; }
#gFwPaL6Mvz2Gf25NNamICurKUv8qrLrG { color:rgba(var(--color-tertiary-4),1);display:block;width:2.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:36.375rem;left:24.5rem;height:1.21875rem;font-style:normal;display:none; }
#R8mwqfW0ZRc0On2WidbWIZuLroKLZkZB { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:35.9375rem;left:25.6875rem;display:none; }
#t4bwWAIJ9B1K5zy3Q52PN8ek7m7OHgEk { color:rgba(var(--color-tertiary-4),1);display:block;width:2.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:36.375rem;left:27.75rem;height:1.21875rem;font-style:normal;display:none; }
#udHhTqfJcb00zHtsSJu2RKE2VTT1DE1E { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:36.125rem;left:28.9375rem;display:none; }
#ZqrIBerrrL3mIBlT330Sht9hKMT2FXPu { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:36.375rem;left:31rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#rGf3VNPbwFmcZORfTTZX0wW45Kdw3SdJ { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15158;line-height:1.3;letter-spacing:0;top:35.875rem;left:1.5625rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#oxh7ecBIFt1Q7iG68IXQLk5VDV4U7a5k { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:36.0625rem;left:44.25rem;height:1.8681625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#umtIsamMoKIrEyGbrX1ff5gZ1yCHSipG { color:#1f6760;display:block;width:7.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:36.375rem;left:38rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#HQDGUoOG7A2XXn1MTfG4TVEEunMoRQFp { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:36.375rem;left:52.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#kNBdThz1yP75IruRE51sKNdZFLRvoWH8 { box-sizing:content-box;height:5.625rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#f4f1c9;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:33.9375rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
#yFrNaSoTmTmim82muUZV2sZBLWBwRnXx { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:36.125rem;left:22.3125rem;display:none; }
#W77NJ7sNW5EPS90Moo0PwU2cS549k2at { color:rgba(var(--color-tertiary-4),1);display:block;width:2.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:36.375rem;left:24.5rem;height:1.21875rem;font-style:normal;display:none; }
#hkoDiDgmkQ2XF21ouxNULNQCUXxTnFw6 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:35.9375rem;left:25.6875rem;display:none; }
#HIklJmf3I9Jfv7ZySL8pyT7biq1hfpA5 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:36.375rem;left:27.75rem;height:1.21875rem;font-style:normal;display:none; }
#TuEogoWnCETSsyht0kwh1DbPAx0SFs7z { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:36.125rem;left:28.9375rem;display:none; }
#PoIPmTEJkt3BaMWyGayQbMeCeO9OEoiC { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:36.375rem;left:31rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#iLz0Ta56vKrrbLAUXfToJ73bzZTat9Ca { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15158;line-height:1.3;letter-spacing:0;top:35.875rem;left:1.5625rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fxLvreJmspUv9ODbMfh2f8dqLTPKTzMT { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:36.0625rem;left:44.25rem;height:1.8681625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#EIJHZVTy07TV7EP3yIFMX6DpzVbdLls2 { color:#1f6760;display:block;width:7.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:36.375rem;left:38rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#yK8fg1JLxmT4McoM3ptGH7te74LolLqG { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:36.375rem;left:52.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/768e5a67-4ac6-4624-bb91-e4223a0c3d51/bg3.png");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; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { border-width: 0; border-radius: 0; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { color:#f0eec4;display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:25.3125rem;left:3.3125rem;height:8.2851625rem;text-align:left;text-align-last:left;display:block; }
#Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { color:#f0eec4;display:block;width:23.5rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:4.5625rem;left:3.3125rem;height:3.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I2vvZsaIiZDsTP3xGTpcqnTsX5oBz2Fh { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:10.583984375rem;left:38.625rem;height:19.3319875rem;text-align:left;text-align-last:left;display:none; }
#sQ7xDexG37cLReoZ5fWLJnNTOTIOzkBE { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15034;line-height:1.7;letter-spacing:0;top:22.341796875rem;left:38.5rem;height:10.833975rem;text-align:left;text-align-last:left;display:none; }
#VWGu37OCehdVX9k6xRXJtd8fM0OWSqVP { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15035;line-height:1.7;letter-spacing:0;top:22.341796875rem;left:47.09375rem;height:10.83398125rem;text-align:left;text-align-last:left;display:none; }
#Gg0QrhuZva4fkiRSVsXzo5TAkRzECMVu { color:#f0eec4;display:block;width:4.3125rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:5.1240234375rem;left:16.28125rem;height:2.4746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KElKa3TS8Pd1B5TzWUu91hI5fqL3sN7B { color:#f0eec4;display:block;width:38.75rem;position:absolute;font-family:poppins;font-size:3.9375rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.39);top:7.625rem;left:3.3125rem;height:4.7246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TqVfwXrigoRSWa68HG4Z8Z3zA6vHqcva { color:#f0eec4;display:block;width:63.625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:12.375rem;left:3.3125rem;height:1.6494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wsyoac5sQ3DJVMU9thJpnpFQiLZXN8gZ { color:#f0eec4;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:25.3125rem;left:42.9375rem;height:9.6660375rem;text-align:left;text-align-last:left;display:block; }
#cEL4dEK8IiVxup1Bq9GF0ey22sNhRife { box-sizing:content-box;height:3.875rem;width:32.6875rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fd7350, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #fd7350, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #fd7350, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #fd7350, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7350', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7350', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #fd7350, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.78125rem;left:3.5625rem;display:block; }
#xF2UgXN7nNNiclglb7aaB8U6D9LK4hVH { color:rgba(var(--color-tertiary-0),1);display:block;width:29.4375rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.43);top:16.36328125rem;left:5.09375rem;height:2.84375rem;font-style:normal;display:block; }
#f60rluEOHiFxXoJLVs0rQbJICZnaVaJn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/3731f95b-9508-4ac7-bbd1-05f2c7392977/bg4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f60rluEOHiFxXoJLVs0rQbJICZnaVaJn.adaptive-delivery-prevent-bg, #f60rluEOHiFxXoJLVs0rQbJICZnaVaJn.lazyload, #f60rluEOHiFxXoJLVs0rQbJICZnaVaJn.lazyloading { background-image: none; }#f60rluEOHiFxXoJLVs0rQbJICZnaVaJn > .row .container { background-color: transparent; background-image: none; }#f60rluEOHiFxXoJLVs0rQbJICZnaVaJn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f60rluEOHiFxXoJLVs0rQbJICZnaVaJn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f60rluEOHiFxXoJLVs0rQbJICZnaVaJn > .row .container > .video-iframe-container { display: none; }#f60rluEOHiFxXoJLVs0rQbJICZnaVaJn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f60rluEOHiFxXoJLVs0rQbJICZnaVaJn > .row > .video-iframe-container { display: none; }#f60rluEOHiFxXoJLVs0rQbJICZnaVaJn > .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); }#f60rluEOHiFxXoJLVs0rQbJICZnaVaJn > .row .container { border-width: 0; border-radius: 0; }#f60rluEOHiFxXoJLVs0rQbJICZnaVaJn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f60rluEOHiFxXoJLVs0rQbJICZnaVaJn > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;position:relative;display:block; }#szoTW119cPTnBnB9zw3P2HOQyGVrmyok { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:poppins;font-size:3.375rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.28);top:3.7265625rem;left:16.53125rem;height:8.7734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eqsOuL6ieNNtiMe75NPR5zTuA60GPVhO { position:absolute;display:block;z-index:15068;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:5.6875rem;width:15.625rem;top:7.40625rem;left:45rem;overflow:hidden;display:block; }
#FaJdfIPkbko4TuaNt8hzDyQ5MGfmd8Gr { box-sizing:content-box;height:6.75rem;width:6.75rem;position:absolute;display:block;z-index:15070;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/26caa754-71f0-43f1-a0ed-b7d16ba74f03/icon26.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:16.5625rem;left:1.625rem;display:block; }#FaJdfIPkbko4TuaNt8hzDyQ5MGfmd8Gr.adaptive-delivery-prevent-bg, #FaJdfIPkbko4TuaNt8hzDyQ5MGfmd8Gr.lazyload, #FaJdfIPkbko4TuaNt8hzDyQ5MGfmd8Gr.lazyloading { background-image: none; }
#yJVL8q6r4vdd0FlrFyiIr78NLAr2R3LA { box-sizing:content-box;height:6.75rem;width:0.25rem;position:absolute;display:block;z-index:15071;background-color:#fd7350;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5625rem;left:9.625rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#nlWSLsJ5C75oNIGQHm50BWWGTHD2nWX2 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:17.744140625rem;left:11.625rem;height:4.3857375rem;display:block; }
#Tyu4NdutWHk85dH6dafyT1gBrLSNrhv8 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/f67f6fe4-3fce-400a-a85a-56634a3e287a/icon29.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:17.4375rem;left:41.6875rem;display:block; }#Tyu4NdutWHk85dH6dafyT1gBrLSNrhv8.adaptive-delivery-prevent-bg, #Tyu4NdutWHk85dH6dafyT1gBrLSNrhv8.lazyload, #Tyu4NdutWHk85dH6dafyT1gBrLSNrhv8.lazyloading { background-image: none; }
#ViOavwIqzCabwmoHiv6ZDnRLmLDarqGq { box-sizing:content-box;height:6.75rem;width:0.25rem;position:absolute;display:block;z-index:15074;background-color:#fd7350;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.5625rem;left:48.9375rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#SXgeeeP2blxEFa9WdxTwP7u7vn8ILdsU { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:17.013671875rem;left:50.9375rem;height:5.84765625rem;display:block; }
#FhhTv4zSLCliM6fb4f62fz2wMBTZ6Mn8 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/f9fd11fd-0de3-4e84-b098-bb0f4d7541f2/icon27.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:27.125rem;left:2.5rem;display:block; }#FhhTv4zSLCliM6fb4f62fz2wMBTZ6Mn8.adaptive-delivery-prevent-bg, #FhhTv4zSLCliM6fb4f62fz2wMBTZ6Mn8.lazyload, #FhhTv4zSLCliM6fb4f62fz2wMBTZ6Mn8.lazyloading { background-image: none; }
#r0HcG0aDGLH8JECtIdLHUKtncbFWEmJw { box-sizing:content-box;height:6.75rem;width:0.25rem;position:absolute;display:block;z-index:15074;background-color:#fd7350;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.25rem;left:9.6875rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#LKvnQyQv2XTMcIPcyD9VSmpHdoWK8sez { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:27.431640625rem;left:11.625rem;height:4.3857375rem;display:block; }
#FpvnQNFGeCxAUKyUnifZtmqVooccW8Ec { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15076;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/0e73a927-b587-43dc-a872-6b430c580000/icon30.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:27.125rem;left:41.6875rem;display:block; }#FpvnQNFGeCxAUKyUnifZtmqVooccW8Ec.adaptive-delivery-prevent-bg, #FpvnQNFGeCxAUKyUnifZtmqVooccW8Ec.lazyload, #FpvnQNFGeCxAUKyUnifZtmqVooccW8Ec.lazyloading { background-image: none; }
#G4p75S7WnRmxdtvta13MF07ccZHepamL { box-sizing:content-box;height:6.75rem;width:0.25rem;position:absolute;display:block;z-index:15077;background-color:#fd7350;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.25rem;left:48.9375rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#dV3N97HKPvJU6ehnwO6FRousOg2cBDha { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:26.701171875rem;left:50.9375rem;height:5.84765625rem;display:block; }
#nHlQpdIf3IEitzOiGNu89iEMzNZzq0Dk { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15076;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/1f31f766-e190-4d90-ab71-3b1f067fc72d/icon28.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:37rem;left:2.5rem;display:block; }#nHlQpdIf3IEitzOiGNu89iEMzNZzq0Dk.adaptive-delivery-prevent-bg, #nHlQpdIf3IEitzOiGNu89iEMzNZzq0Dk.lazyload, #nHlQpdIf3IEitzOiGNu89iEMzNZzq0Dk.lazyloading { background-image: none; }
#taOv0pp9Akn6oH3lIw6mDKPeseAaOQdS { box-sizing:content-box;height:6.75rem;width:0.25rem;position:absolute;display:block;z-index:15077;background-color:#fd7350;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.125rem;left:9.6875rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#PFb3qbHzre402CmIkJhzJSTPB9y7tLan { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:37.306640625rem;left:11.625rem;height:4.3857375rem;display:block; }
#lLV81sULnwT7EiguATy0z5PT5RPbBw8c { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/70b0e51d-7966-41a1-8967-672c3247dcd4/icon32.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:37rem;left:41.6875rem;display:block; }#lLV81sULnwT7EiguATy0z5PT5RPbBw8c.adaptive-delivery-prevent-bg, #lLV81sULnwT7EiguATy0z5PT5RPbBw8c.lazyload, #lLV81sULnwT7EiguATy0z5PT5RPbBw8c.lazyloading { background-image: none; }
#KiaJ3raeoWZS7aHLeKv3yODgEmtRf1X1 { box-sizing:content-box;height:6.75rem;width:0.25rem;position:absolute;display:block;z-index:15080;background-color:#fd7350;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.125rem;left:48.9375rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#QZCgk8ZK6A7uMg6No5cuDykZaELmAu7l { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:36.625rem;left:50.9375rem;height:5.84765625rem;display:block; }
#OXST79rSBNT1we9nRXtsWCyKDHnCXHTd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c04d7591-5edc-478f-ace0-6ddcf6320834/bg1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OXST79rSBNT1we9nRXtsWCyKDHnCXHTd.adaptive-delivery-prevent-bg, #OXST79rSBNT1we9nRXtsWCyKDHnCXHTd.lazyload, #OXST79rSBNT1we9nRXtsWCyKDHnCXHTd.lazyloading { background-image: none; }#OXST79rSBNT1we9nRXtsWCyKDHnCXHTd > .row .container { background-color: transparent; background-image: none; }#OXST79rSBNT1we9nRXtsWCyKDHnCXHTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXST79rSBNT1we9nRXtsWCyKDHnCXHTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXST79rSBNT1we9nRXtsWCyKDHnCXHTd > .row .container > .video-iframe-container { display: none; }#OXST79rSBNT1we9nRXtsWCyKDHnCXHTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXST79rSBNT1we9nRXtsWCyKDHnCXHTd > .row > .video-iframe-container { display: none; }#OXST79rSBNT1we9nRXtsWCyKDHnCXHTd > .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); }#OXST79rSBNT1we9nRXtsWCyKDHnCXHTd > .row .container { border-width: 0; border-radius: 0; }#OXST79rSBNT1we9nRXtsWCyKDHnCXHTd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OXST79rSBNT1we9nRXtsWCyKDHnCXHTd > .row .container { font-size:0.875rem;font-family:arial;height:76.3125rem;width:75rem;position:relative;display:block; }#BZUZHPZt6TXvR8mNEBW5gmTch4PvUFXO { color:#1f6760;display:block;width:41.9375rem;position:absolute;font-family:poppins;font-size:3.375rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:3.75rem;left:16.53125rem;height:4.3873rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OIDGDrTDaOg30Z5VoJsVmZ1R59rwvAes { box-sizing:content-box;height:15.625rem;width:49.6875rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/fbe927d2-9a11-4a32-83b3-4d80a87482f7/Untitled.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.75rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OIDGDrTDaOg30Z5VoJsVmZ1R59rwvAes.adaptive-delivery-prevent-bg, #OIDGDrTDaOg30Z5VoJsVmZ1R59rwvAes.lazyload, #OIDGDrTDaOg30Z5VoJsVmZ1R59rwvAes.lazyloading { background-image: none; }
#I6TPBoOg63e57nQdRaMWE3SgueHTvNKl { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/d8ae671d-2e46-4ff1-9767-e15d7e7a918b/260421_SIRI_CTL_view_06_Lobby_Final_revise_07.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:27.3125rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#I6TPBoOg63e57nQdRaMWE3SgueHTvNKl.adaptive-delivery-prevent-bg, #I6TPBoOg63e57nQdRaMWE3SgueHTvNKl.lazyload, #I6TPBoOg63e57nQdRaMWE3SgueHTvNKl.lazyloading { background-image: none; }
#trGvGyWvh7gc3pG87AvhPbhPowTAFukQ { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/b083306b-d47d-43de-b80d-25a3f1f4bdf0/1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:27.3125rem;left:25.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#trGvGyWvh7gc3pG87AvhPbhPowTAFukQ.adaptive-delivery-prevent-bg, #trGvGyWvh7gc3pG87AvhPbhPowTAFukQ.lazyload, #trGvGyWvh7gc3pG87AvhPbhPowTAFukQ.lazyloading { background-image: none; }
#HG2cLoC1JxqFTPd7xBUHh8L2u9OLlcFi { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/cf62d981-2429-4911-a25c-1ebaafa7f2a1/260331_SIRI_CTL_View08_Gym_FINAL.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:27.3125rem;left:50.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HG2cLoC1JxqFTPd7xBUHh8L2u9OLlcFi.adaptive-delivery-prevent-bg, #HG2cLoC1JxqFTPd7xBUHh8L2u9OLlcFi.lazyload, #HG2cLoC1JxqFTPd7xBUHh8L2u9OLlcFi.lazyloading { background-image: none; }
#MEMpNotNEonXizEx055F9qDNf7N0GHJp { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/fcaee036-339c-44b1-bb06-c3a3916d5f65/260331_SIRI_CTL_view_09_Coworking_final4.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.75rem;left:50.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#MEMpNotNEonXizEx055F9qDNf7N0GHJp.adaptive-delivery-prevent-bg, #MEMpNotNEonXizEx055F9qDNf7N0GHJp.lazyload, #MEMpNotNEonXizEx055F9qDNf7N0GHJp.lazyloading { background-image: none; }
#t6uB6NMe7uLtxQXOKVEHr3OyMWrJJkXr { box-sizing:content-box;height:3.5625rem;width:3.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:15033;background-color:#f0eec4;background-image:none;top:46.625rem;left:2.3125rem;display:block; }
#goHPT4VuyZMcd1fgqp5OrKIMFqlbpAlh { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.75rem;left:6.6875rem;height:1.29980625rem;display:block; }
#aP7roivMUvt1WE4MbQkf9hmcWlVEOueF { box-sizing:content-box;height:3.5625rem;width:3.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:15035;background-color:#f0eec4;background-image:none;top:50.875rem;left:2.3125rem;display:block; }
#Aw8f6NIQttQcTIe7iNOs5NvzLKs1gqsP { box-sizing:content-box;height:3.5625rem;width:3.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:15035;background-color:#f0eec4;background-image:none;top:46.625rem;left:28.75rem;display:block; }
#c0ciNaGsmhENQ3ITmHXT1nMuKoVLfCCG { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:52rem;left:6.75rem;height:1.29980625rem;display:block; }
#yXhb1mppi5w4KRH3bSfH5WG4wpzkA53s { box-sizing:content-box;height:3.5625rem;width:3.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:15037;background-color:#f0eec4;background-image:none;top:50.875rem;left:28.75rem;display:block; }
#L0hBCoQGG1777QqXGHtkmT4Z3Mpw6u2x { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:47rem;left:33.125rem;height:2.5996125rem;display:block; }
#UDyWVLus1g7t93xlzww3VTtxerHvGWnH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:52rem;left:33.125rem;height:1.29980625rem;display:block; }
#yDurW7ulWoXBqqUh8QkmIDpzCwd8ag0X { box-sizing:content-box;height:3.5625rem;width:3.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:15037;background-color:#f0eec4;background-image:none;top:55.0625rem;left:2.3125rem;display:block; }
#iB43Ca9uy3pcIxNLTilX8LBIBSGHGAld { box-sizing:content-box;height:3.5625rem;width:3.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:15039;background-color:#f0eec4;background-image:none;top:55.0625rem;left:28.75rem;display:block; }
#atTuVm45Q9D0WsV4nn614yRao9Xclucs { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:56.1875rem;left:6.75rem;height:1.29980625rem;display:block; }
#HZVPhBGCtvwBmReD6TiGwuFPyl39D45Z { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:56.1875rem;left:33.125rem;height:1.29980625rem;display:block; }
#OomfbT8kCT2e4wmbQeyWdKpuiSlfzaTT { box-sizing:content-box;height:3.5625rem;width:3.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:15039;background-color:#f0eec4;background-image:none;top:59.25rem;left:2.3125rem;display:block; }
#DvumoPTFLrMXoMOXvkElQ57pBfiy4bIh { box-sizing:content-box;height:3.5625rem;width:3.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:15041;background-color:#f0eec4;background-image:none;top:59.25rem;left:28.75rem;display:block; }
#tNigawZsnQPVQpNPPFwZh6LszhnmXU5h { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:59.75rem;left:6.75rem;height:2.5996125rem;display:block; }
#k17dfAiqrI1ShWAm9kqut37TPos8CTXx { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:60.375rem;left:33.125rem;height:1.29980625rem;display:block; }
#Prtn7RgKk81Iqnpwp4AIUyWxK14uN9PH { box-sizing:content-box;height:3.5625rem;width:3.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:15037;background-color:#f0eec4;background-image:none;top:46.625rem;left:55.1875rem;display:block; }
#EFKaxpn0DuIm2cU6HX2dwTS2ThlVqdTP { box-sizing:content-box;height:3.5625rem;width:3.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:15039;background-color:#f0eec4;background-image:none;top:50.875rem;left:55.1875rem;display:block; }
#uDJbXxZkK0yI1vqDG9VMlVXr2JggMold { box-sizing:content-box;height:3.5625rem;width:3.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:15041;background-color:#f0eec4;background-image:none;top:55.0625rem;left:55.1875rem;display:block; }
#KGlxrFgMgxnM4IzIbcAMp3eWSk1Kn2tl { box-sizing:content-box;height:3.5625rem;width:3.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:15043;background-color:#f0eec4;background-image:none;top:59.25rem;left:55.1875rem;display:block; }
#B5Q391hXA9JqQITnpqEqK1ZWXqvcTgll { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:47.75rem;left:59.5625rem;height:1.29980625rem;display:block; }
#mC1h066LqNixX3wv2RhaBgG4ze6oetoz { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:51.1875rem;left:59.5625rem;height:2.5996125rem;display:block; }
#UCHFhBLX2SIZKOd3T6iK0nnu6P6XIyms { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:56.1875rem;left:59.5625rem;height:1.29980625rem;display:block; }
#c7O4SCKgv0RNEHKTMtGxq2SJOHPwnsyr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:59.625rem;left:59.5625rem;height:2.5996125rem;display:block; }
#sIpgDCBRhVq3TlVDyKwgkWfaIT2nw2wh { box-sizing:content-box;height:3.5625rem;width:3.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:15041;background-color:#f0eec4;background-image:none;top:63.4375rem;left:2.3125rem;display:block; }
#EZJ8SfamcPektv7ZiMQquKcERSOUuUst { box-sizing:content-box;height:3.5625rem;width:3.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:15043;background-color:#f0eec4;background-image:none;top:63.4375rem;left:28.75rem;display:block; }
#lcvRFciQh2oTBtNQUprkXTZC6yvzrR8L { box-sizing:content-box;height:3.5625rem;width:3.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:15045;background-color:#f0eec4;background-image:none;top:63.4375rem;left:55.1875rem;display:block; }
#snTX3A9UyfruOEwF3zyPPP9twPyIAcNS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:64.5625rem;left:6.75rem;height:1.29980625rem;display:block; }
#Pi4Hl38Dx2BOnfgSD8yDT8x38oTQ03f4 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:63.875rem;left:33.125rem;height:2.5996125rem;display:block; }
#tXIV1uOQNQ0VhOTgEZH9k8EqOK36TFn4 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:64.5625rem;left:59.5625rem;height:1.29980625rem;display:block; }
#m7nFUwGZaTc9oaITALaiMPrDEQKUq1BB { box-sizing:content-box;height:3.5625rem;width:3.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:15043;background-color:#f0eec4;background-image:none;top:67.6875rem;left:2.3125rem;display:block; }
#rfnsgVhrLIT8vksMZwkJtPx9r8rtAeDB { box-sizing:content-box;height:3.5625rem;width:3.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:15045;background-color:#f0eec4;background-image:none;top:67.6875rem;left:28.75rem;display:block; }
#zLLaoWs9kFETV8mcQEoabwiSwrbksktU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:68.8125rem;left:6.75rem;height:1.29980625rem;display:block; }
#NTPNH5bxTukaglmZrWRRFVL34N6qbsU5 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:68.1875rem;left:33.125rem;height:2.5996125rem;display:block; }
#oesxJKKJv3byJFNiiRqzhPuOUOKXdrly { box-sizing:content-box;height:3.5625rem;width:3.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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#oesxJKKJv3byJFNiiRqzhPuOUOKXdrly.adaptive-delivery-prevent-bg, #oesxJKKJv3byJFNiiRqzhPuOUOKXdrly.lazyload, #oesxJKKJv3byJFNiiRqzhPuOUOKXdrly.lazyloading { background-image: none; }
#FgeMxT9PONzi80QSCqiX1Ck8aMAMkoJx { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#scaG8DRqxfTlRP6Ziv5Id1UCDASWwNQ6 { box-sizing:content-box;height:3.5625rem;width:3.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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#scaG8DRqxfTlRP6Ziv5Id1UCDASWwNQ6.adaptive-delivery-prevent-bg, #scaG8DRqxfTlRP6Ziv5Id1UCDASWwNQ6.lazyload, #scaG8DRqxfTlRP6Ziv5Id1UCDASWwNQ6.lazyloading { background-image: none; }
#wOqeFRFXu9DpD24Ev1VqTJOWMgyTC5TA { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#d3lGIl2eeTT4QIVcmgCAD1KvieGIfQTx { box-sizing:content-box;height:3.5625rem;width:3.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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#d3lGIl2eeTT4QIVcmgCAD1KvieGIfQTx.adaptive-delivery-prevent-bg, #d3lGIl2eeTT4QIVcmgCAD1KvieGIfQTx.lazyload, #d3lGIl2eeTT4QIVcmgCAD1KvieGIfQTx.lazyloading { background-image: none; }
#an30ObZhRyBOq7mqnUW19z0a2yowFsdl { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#Xf4xhX2MKlTdRFPfxNPQy4xCvx3gzNom { box-sizing:content-box;height:3.5625rem;width:3.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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#Xf4xhX2MKlTdRFPfxNPQy4xCvx3gzNom.adaptive-delivery-prevent-bg, #Xf4xhX2MKlTdRFPfxNPQy4xCvx3gzNom.lazyload, #Xf4xhX2MKlTdRFPfxNPQy4xCvx3gzNom.lazyloading { background-image: none; }
#Vy1QVUGXP10kXtXbXri4Cq9lNPAbJTwc { box-sizing:content-box;height:3.5625rem;width:3.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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#Vy1QVUGXP10kXtXbXri4Cq9lNPAbJTwc.adaptive-delivery-prevent-bg, #Vy1QVUGXP10kXtXbXri4Cq9lNPAbJTwc.lazyload, #Vy1QVUGXP10kXtXbXri4Cq9lNPAbJTwc.lazyloading { background-image: none; }
#uJ0kHlmNGuSn3MOhbmhWHQdD4CDSQ1Uo { box-sizing:content-box;height:3.5625rem;width:3.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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#uJ0kHlmNGuSn3MOhbmhWHQdD4CDSQ1Uo.adaptive-delivery-prevent-bg, #uJ0kHlmNGuSn3MOhbmhWHQdD4CDSQ1Uo.lazyload, #uJ0kHlmNGuSn3MOhbmhWHQdD4CDSQ1Uo.lazyloading { background-image: none; }
#eFwV4H3qfhToLFLGok5JCtSVfqkhLaSb { box-sizing:content-box;height:3.5625rem;width:3.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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#eFwV4H3qfhToLFLGok5JCtSVfqkhLaSb.adaptive-delivery-prevent-bg, #eFwV4H3qfhToLFLGok5JCtSVfqkhLaSb.lazyload, #eFwV4H3qfhToLFLGok5JCtSVfqkhLaSb.lazyloading { background-image: none; }
#D3PoBusLrULk8SZmsJLdKucV2rICG2sS { box-sizing:content-box;height:3.5625rem;width:3.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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#D3PoBusLrULk8SZmsJLdKucV2rICG2sS.adaptive-delivery-prevent-bg, #D3PoBusLrULk8SZmsJLdKucV2rICG2sS.lazyload, #D3PoBusLrULk8SZmsJLdKucV2rICG2sS.lazyloading { background-image: none; }
#Tyr9TIVZGzgAHrDWGOmgsxXF0EG19e64 { box-sizing:content-box;height:3.5625rem;width:3.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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#Tyr9TIVZGzgAHrDWGOmgsxXF0EG19e64.adaptive-delivery-prevent-bg, #Tyr9TIVZGzgAHrDWGOmgsxXF0EG19e64.lazyload, #Tyr9TIVZGzgAHrDWGOmgsxXF0EG19e64.lazyloading { background-image: none; }
#TcXo63yuJC00xT6D0NJu5TgGTJPrhCpC { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#pAspPU6u9Vrm0NzXWIDm67XXmbdJWfcX { box-sizing:content-box;height:3.5625rem;width:3.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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#pAspPU6u9Vrm0NzXWIDm67XXmbdJWfcX.adaptive-delivery-prevent-bg, #pAspPU6u9Vrm0NzXWIDm67XXmbdJWfcX.lazyload, #pAspPU6u9Vrm0NzXWIDm67XXmbdJWfcX.lazyloading { background-image: none; }
#MCrnutyZPdTSCxFd8xN4E8dKpOiVNSqt { box-sizing:content-box;height:3.5625rem;width:3.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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#MCrnutyZPdTSCxFd8xN4E8dKpOiVNSqt.adaptive-delivery-prevent-bg, #MCrnutyZPdTSCxFd8xN4E8dKpOiVNSqt.lazyload, #MCrnutyZPdTSCxFd8xN4E8dKpOiVNSqt.lazyloading { background-image: none; }
#nTqyD8ZAgSyHiZFVTk8swTSdwoTRm1pH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#axdgykzA1LZNZMEx24aIyM9nVN22FdgU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#Pmp4m2U4yRztbJkTk2OWakapC7fb5mzC { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#KsrkfgHeEzVLpCzJNCUOK2zbmreThnpD { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#ScvZn3eqFh9nwRh3tdouK4gBF9M7reSa { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#wKv4xnG8lRITJMUimQJLvMJhTfnH7Vb4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#aB0vqxRyc8oBMlKa2WawUsdZAEAOzZRn { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#g1uo7kJeHT4inUeEszi8JFZOqybdG7t5 { box-sizing:content-box;height:3.5625rem;width:3.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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#g1uo7kJeHT4inUeEszi8JFZOqybdG7t5.adaptive-delivery-prevent-bg, #g1uo7kJeHT4inUeEszi8JFZOqybdG7t5.lazyload, #g1uo7kJeHT4inUeEszi8JFZOqybdG7t5.lazyloading { background-image: none; }
#nCBzKMtncfCK6MXzvduCLru7W50RINxU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#FFn0wSrvSANETFuACgxyfBhUOUuI2Khn { box-sizing:content-box;height:3.5625rem;width:3.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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#FFn0wSrvSANETFuACgxyfBhUOUuI2Khn.adaptive-delivery-prevent-bg, #FFn0wSrvSANETFuACgxyfBhUOUuI2Khn.lazyload, #FFn0wSrvSANETFuACgxyfBhUOUuI2Khn.lazyloading { background-image: none; }
#Xu3gNSXkDZhDU844CHpfedDc5fc0dnTP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#lE0rqgxMWqv6BZBlbRnVzHTSOXTHHupC { box-sizing:content-box;height:3.5625rem;width:3.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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#lE0rqgxMWqv6BZBlbRnVzHTSOXTHHupC.adaptive-delivery-prevent-bg, #lE0rqgxMWqv6BZBlbRnVzHTSOXTHHupC.lazyload, #lE0rqgxMWqv6BZBlbRnVzHTSOXTHHupC.lazyloading { background-image: none; }
#alku7FpXXldueIKJ9NgVVPGWv0uBZRrW { box-sizing:content-box;height:3.5625rem;width:3.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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#alku7FpXXldueIKJ9NgVVPGWv0uBZRrW.adaptive-delivery-prevent-bg, #alku7FpXXldueIKJ9NgVVPGWv0uBZRrW.lazyload, #alku7FpXXldueIKJ9NgVVPGWv0uBZRrW.lazyloading { background-image: none; }
#FTN4XZFRsPcLDPKDnl4Bhk5NSUhBp2UG { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#gFknFT8mMKCoVBCXpkxEcHrS7wWmuywt { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#Dwm4vmVm3KPZe3Ziv0dcbuxNsZ49PB4i { box-sizing:content-box;height:3.5625rem;width:3.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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#Dwm4vmVm3KPZe3Ziv0dcbuxNsZ49PB4i.adaptive-delivery-prevent-bg, #Dwm4vmVm3KPZe3Ziv0dcbuxNsZ49PB4i.lazyload, #Dwm4vmVm3KPZe3Ziv0dcbuxNsZ49PB4i.lazyloading { background-image: none; }
#OXqwlqDxgz9W13kkqtNrEy5IFe8KnpPX { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#li1E9oTJDbRhw7BQ4oolmryMh6pxvu4q { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/83ad747c-16f8-4a99-b83e-a016656edd40/icon06.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:47.5rem;left:3.1875rem;display:block; }#li1E9oTJDbRhw7BQ4oolmryMh6pxvu4q.adaptive-delivery-prevent-bg, #li1E9oTJDbRhw7BQ4oolmryMh6pxvu4q.lazyload, #li1E9oTJDbRhw7BQ4oolmryMh6pxvu4q.lazyloading { background-image: none; }
#Gg48ccn9MvEBdpcRUe6vOT1oNViWuvfy { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/6e0788dd-8e00-4e6a-ad5d-d4f19200d60c/icon07.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:51.75rem;left:3.1875rem;display:block; }#Gg48ccn9MvEBdpcRUe6vOT1oNViWuvfy.adaptive-delivery-prevent-bg, #Gg48ccn9MvEBdpcRUe6vOT1oNViWuvfy.lazyload, #Gg48ccn9MvEBdpcRUe6vOT1oNViWuvfy.lazyloading { background-image: none; }
#b9AETWfZOwTRvObTwEXT2bhwtdHefTWb { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/79b5fc09-6009-4068-9a84-bdde9ddfc635/icon08.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:55.9375rem;left:3.1875rem;display:block; }#b9AETWfZOwTRvObTwEXT2bhwtdHefTWb.adaptive-delivery-prevent-bg, #b9AETWfZOwTRvObTwEXT2bhwtdHefTWb.lazyload, #b9AETWfZOwTRvObTwEXT2bhwtdHefTWb.lazyloading { background-image: none; }
#Hlc9LhXz5XBgmZfw5rEbyKATuEga6JUC { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/afea8155-2e60-40e7-a6db-9e5bb78fbc78/icon09.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:60.125rem;left:3.1875rem;display:block; }#Hlc9LhXz5XBgmZfw5rEbyKATuEga6JUC.adaptive-delivery-prevent-bg, #Hlc9LhXz5XBgmZfw5rEbyKATuEga6JUC.lazyload, #Hlc9LhXz5XBgmZfw5rEbyKATuEga6JUC.lazyloading { background-image: none; }
#kDWTfPvKNH5b6iTnFuQn0fVroqSfg5kq { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;display:block;z-index:15070;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/eba5351a-be6b-47bc-bf05-b5345ce722ef/icon10.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:64.3125rem;left:3.1875rem;display:block; }#kDWTfPvKNH5b6iTnFuQn0fVroqSfg5kq.adaptive-delivery-prevent-bg, #kDWTfPvKNH5b6iTnFuQn0fVroqSfg5kq.lazyload, #kDWTfPvKNH5b6iTnFuQn0fVroqSfg5kq.lazyloading { background-image: none; }
#UUGHvO3sXZpUtP2bvXVLwlcnOcRcscP0 { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/cf5c05cd-99d3-467c-86b8-7018c519d80d/icon11.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:68.5625rem;left:3.1875rem;display:block; }#UUGHvO3sXZpUtP2bvXVLwlcnOcRcscP0.adaptive-delivery-prevent-bg, #UUGHvO3sXZpUtP2bvXVLwlcnOcRcscP0.lazyload, #UUGHvO3sXZpUtP2bvXVLwlcnOcRcscP0.lazyloading { background-image: none; }
#G8K2u5CphsFpCT2R4FAw9W8HIhcQ0JSw { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/965bdf9f-38f1-4a76-ac86-adb9711cbf18/icon12.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:47.5rem;left:29.625rem;display:block; }#G8K2u5CphsFpCT2R4FAw9W8HIhcQ0JSw.adaptive-delivery-prevent-bg, #G8K2u5CphsFpCT2R4FAw9W8HIhcQ0JSw.lazyload, #G8K2u5CphsFpCT2R4FAw9W8HIhcQ0JSw.lazyloading { background-image: none; }
#W5vaudenJiddfs8Ule4t8eGI5rt57UBa { box-sizing:content-box;height:2rem;width:2rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/0db84427-5d32-47ac-9540-9148a4bdfdf6/icon13.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:51.75rem;left:29.5625rem;display:block; }#W5vaudenJiddfs8Ule4t8eGI5rt57UBa.adaptive-delivery-prevent-bg, #W5vaudenJiddfs8Ule4t8eGI5rt57UBa.lazyload, #W5vaudenJiddfs8Ule4t8eGI5rt57UBa.lazyloading { background-image: none; }
#ikJkekfNXbv30qVpRwUkZU30TiGaxMQg { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/5e1b5a8d-0392-439a-abc6-63728362412f/icon14.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:55.9375rem;left:29.625rem;display:block; }#ikJkekfNXbv30qVpRwUkZU30TiGaxMQg.adaptive-delivery-prevent-bg, #ikJkekfNXbv30qVpRwUkZU30TiGaxMQg.lazyload, #ikJkekfNXbv30qVpRwUkZU30TiGaxMQg.lazyloading { background-image: none; }
#HTLI3LXTnis4e3sGVblaTWoKC1b1SdKU { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;display:block;z-index:15070;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/c01ee42b-5d60-43fe-baeb-93ac77ac0405/icon15.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:60.125rem;left:29.625rem;display:block; }#HTLI3LXTnis4e3sGVblaTWoKC1b1SdKU.adaptive-delivery-prevent-bg, #HTLI3LXTnis4e3sGVblaTWoKC1b1SdKU.lazyload, #HTLI3LXTnis4e3sGVblaTWoKC1b1SdKU.lazyloading { background-image: none; }
#FXvxzAE1IPMfm3DHCruSsOxtX1OWd8z0 { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/c17f79e2-d0c4-46c6-ba2f-f73e8792b86e/icon16.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:64.3125rem;left:29.625rem;display:block; }#FXvxzAE1IPMfm3DHCruSsOxtX1OWd8z0.adaptive-delivery-prevent-bg, #FXvxzAE1IPMfm3DHCruSsOxtX1OWd8z0.lazyload, #FXvxzAE1IPMfm3DHCruSsOxtX1OWd8z0.lazyloading { background-image: none; }
#FDcDW1lZ7fhQ9dTUZkEHXosiIEIecBst { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;display:block;z-index:15072;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/75381818-f5c6-4772-b64c-9e3a7d7a7c77/icon17.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:68.5625rem;left:29.625rem;display:block; }#FDcDW1lZ7fhQ9dTUZkEHXosiIEIecBst.adaptive-delivery-prevent-bg, #FDcDW1lZ7fhQ9dTUZkEHXosiIEIecBst.lazyload, #FDcDW1lZ7fhQ9dTUZkEHXosiIEIecBst.lazyloading { background-image: none; }
#acxwA5xJm4zhTuFBZ5v4z2cgDC9ih8dc { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/0feeb309-ddb3-4e7a-8b8e-18c564d8bdb0/icon18.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:47.5rem;left:56.0625rem;display:block; }#acxwA5xJm4zhTuFBZ5v4z2cgDC9ih8dc.adaptive-delivery-prevent-bg, #acxwA5xJm4zhTuFBZ5v4z2cgDC9ih8dc.lazyload, #acxwA5xJm4zhTuFBZ5v4z2cgDC9ih8dc.lazyloading { background-image: none; }
#O0azRvJwL1gVXXN7NHRp66KCn3Gqsr8z { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/41f959bc-63e4-474d-8403-7b12bb122456/icon19.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:51.75rem;left:56.0625rem;display:block; }#O0azRvJwL1gVXXN7NHRp66KCn3Gqsr8z.adaptive-delivery-prevent-bg, #O0azRvJwL1gVXXN7NHRp66KCn3Gqsr8z.lazyload, #O0azRvJwL1gVXXN7NHRp66KCn3Gqsr8z.lazyloading { background-image: none; }
#rOlIG0F66otfzETzC4nEiX92XnqTIve4 { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;display:block;z-index:15070;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/2c646277-0914-493a-a6ec-ebf3984b03c5/icon20.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:55.9375rem;left:56.0625rem;display:block; }#rOlIG0F66otfzETzC4nEiX92XnqTIve4.adaptive-delivery-prevent-bg, #rOlIG0F66otfzETzC4nEiX92XnqTIve4.lazyload, #rOlIG0F66otfzETzC4nEiX92XnqTIve4.lazyloading { background-image: none; }
#qTRsuuIZuz9w7cPPSq8zl7xAHUERDJdK { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/ad79d55c-44aa-411a-b2a8-901bfaabbcfd/icon21.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:60.125rem;left:56.0625rem;display:block; }#qTRsuuIZuz9w7cPPSq8zl7xAHUERDJdK.adaptive-delivery-prevent-bg, #qTRsuuIZuz9w7cPPSq8zl7xAHUERDJdK.lazyload, #qTRsuuIZuz9w7cPPSq8zl7xAHUERDJdK.lazyloading { background-image: none; }
#EThGU4HfT2DN9ZLp1b4XWAX5UGF9MGxc { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;display:block;z-index:15072;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/aa19b6bc-c615-498f-a472-3f52e9c6f099/icon22.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:64.3125rem;left:56.0625rem;display:block; }#EThGU4HfT2DN9ZLp1b4XWAX5UGF9MGxc.adaptive-delivery-prevent-bg, #EThGU4HfT2DN9ZLp1b4XWAX5UGF9MGxc.lazyload, #EThGU4HfT2DN9ZLp1b4XWAX5UGF9MGxc.lazyloading { background-image: none; }
#ExLA0bwyFrwrzoXQyMAsrZG5AZNosTNq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/02ede881-bf09-4cc8-bc39-c7bad0f34327/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ExLA0bwyFrwrzoXQyMAsrZG5AZNosTNq.adaptive-delivery-prevent-bg, #ExLA0bwyFrwrzoXQyMAsrZG5AZNosTNq.lazyload, #ExLA0bwyFrwrzoXQyMAsrZG5AZNosTNq.lazyloading { background-image: none; }#ExLA0bwyFrwrzoXQyMAsrZG5AZNosTNq > .row .container { background-color: transparent; background-image: none; }#ExLA0bwyFrwrzoXQyMAsrZG5AZNosTNq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExLA0bwyFrwrzoXQyMAsrZG5AZNosTNq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExLA0bwyFrwrzoXQyMAsrZG5AZNosTNq > .row .container > .video-iframe-container { display: none; }#ExLA0bwyFrwrzoXQyMAsrZG5AZNosTNq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExLA0bwyFrwrzoXQyMAsrZG5AZNosTNq > .row > .video-iframe-container { display: none; }#ExLA0bwyFrwrzoXQyMAsrZG5AZNosTNq > .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); }#ExLA0bwyFrwrzoXQyMAsrZG5AZNosTNq > .row .container { border-width: 0; border-radius: 0; }#ExLA0bwyFrwrzoXQyMAsrZG5AZNosTNq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ExLA0bwyFrwrzoXQyMAsrZG5AZNosTNq > .row .container { font-size:0.875rem;font-family:arial;height:63.5625rem;width:75rem;position:relative;display:block; }#GJ7DqcDNdhNa8eMdieBMID7D2d2BvIAh { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:poppins;font-size:3.375rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:4.375rem;left:16.53125rem;height:4.38671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QCTM1a3DNFKT55d5tbCUM6iZhKD7w89o { box-sizing:content-box;height:21.375rem;width:36.125rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f424bc0b-c25b-462e-815e-8b902b5b94a0/CanvasPalette2.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.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:block; }#QCTM1a3DNFKT55d5tbCUM6iZhKD7w89o.adaptive-delivery-prevent-bg, #QCTM1a3DNFKT55d5tbCUM6iZhKD7w89o.lazyload, #QCTM1a3DNFKT55d5tbCUM6iZhKD7w89o.lazyloading { background-image: none; }
#MmRabzgUXTFWBhy41i5VyhFr0zQXNNdM { box-sizing:content-box;height:21.375rem;width:36.125rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e1375c46-bfd5-46ca-9c1c-fd55a59adae9/CanvasPalette3.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.5625rem;left:38.875rem;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; }#MmRabzgUXTFWBhy41i5VyhFr0zQXNNdM.adaptive-delivery-prevent-bg, #MmRabzgUXTFWBhy41i5VyhFr0zQXNNdM.lazyload, #MmRabzgUXTFWBhy41i5VyhFr0zQXNNdM.lazyloading { background-image: none; }
#AAgM12xWLDMppSWNK9v3hIpDWNN05clK { box-sizing:content-box;height:21.375rem;width:36.125rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/fa8a3782-9444-4f1c-a3b7-df898433c7ee/CanvasPalette10.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:37rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#AAgM12xWLDMppSWNK9v3hIpDWNN05clK.adaptive-delivery-prevent-bg, #AAgM12xWLDMppSWNK9v3hIpDWNN05clK.lazyload, #AAgM12xWLDMppSWNK9v3hIpDWNN05clK.lazyloading { background-image: none; }
#USS9zcv94J73Tb2eFZpRil2e3eZVPmTh { box-sizing:content-box;height:21.375rem;width:36.125rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/1928a430-cc99-4713-a403-5245dd2c1550/CanvasPalette8.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:37rem;left:38.875rem;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; }#USS9zcv94J73Tb2eFZpRil2e3eZVPmTh.adaptive-delivery-prevent-bg, #USS9zcv94J73Tb2eFZpRil2e3eZVPmTh.lazyload, #USS9zcv94J73Tb2eFZpRil2e3eZVPmTh.lazyloading { background-image: none; }
#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eec4;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; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { background-color: transparent; background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { border-width: 0; border-radius: 0; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { font-size:0.875rem;font-family:arial;height:75.1875rem;width:75rem;position:relative;display:block; }#i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:#cccccc;background-image:none;top:51.9365234375rem;left:18.34375rem;display:none; }
#OcPMIQlhZbuZDeg6BWaXW3ku6eLFG3Ta { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e8b046, #a57110);background-image: -moz-linear-gradient(180deg, #e8b046, #a57110);background-image: -ms-linear-gradient(180deg, #e8b046, #a57110);background-image: -o-linear-gradient(180deg, #e8b046, #a57110);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b046', endColorstr='#a57110' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b046', endColorstr='#a57110' );";background-image: linear-gradient(180deg, #e8b046, #a57110);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5625rem;text-decoration:none;z-index:15268;text-align:center;text-align-last:center;top:32.099609375rem;left:60.3125rem;display:none; }
#nyd6ttTm8BmqsyBAfIcLS0t52BqZfiuo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RTAT9oKFW59SV4ys88P2EZ0wIiBRzvFq { position:absolute;display:block;z-index:15287;height:28.125rem;width:75rem;top:20.25rem;left:0rem;display:block; }
#AOoR3lceE3FG6IQkvCqsTUbnOkv8imU4 { color:#517077;display:block;width:39.1875rem;position:absolute;font-family:poppins;font-size:3.375rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:3.75rem;left:17.90625rem;height:4.38671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XK1V6GsVfkZgA8NQ6TPu66KZZ6WPf4u4 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#LxJyAzMCVeKXOws77zkr3q7CI7FiMv7b { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fd7350, #9c5540);background-image: -moz-linear-gradient(180deg, #fd7350, #9c5540);background-image: -ms-linear-gradient(180deg, #fd7350, #9c5540);background-image: -o-linear-gradient(180deg, #fd7350, #9c5540);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7350', endColorstr='#9c5540' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7350', endColorstr='#9c5540' );";background-image: linear-gradient(180deg, #fd7350, #9c5540);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.3125rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:67.25rem;left:22.34375rem;display:block; }
#xslkwWfOSvhqXE51aLwS8S2SwLqwZUsN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fBJrTtuiHePgFeCtbP9E10UtM4D36z1s { box-sizing:content-box;height:2.5rem;width:21.9375rem;position:absolute;display:block;z-index:14999;background-color:#fd7350;background-image:none;top:51.75rem;left:0.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Nv8QKcBax0UxaM5ULOeal7E2yEQ7ax6u { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:52.375rem;left:1.75rem; }
#hzvmryPcrA9lqfMX7UMaXSHKh3MvpgTx { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:52.5rem;left:3.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#C3ZbHmn31DX7quWWnxfMTJW12Q4FEfpc { box-sizing:content-box;height:2.5rem;width:21.9375rem;position:absolute;display:block;z-index:15000;background-color:#fd7350;background-image:none;top:51.75rem;left:26.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#p9x8qXzkWQ7fkPkAVA8r2OQEgC5lEfKv { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:52.3125rem;left:27.8125rem; }
#RiGBdZtJToI1qTRNyQPmSzns54ho7JUb { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:52.5rem;left:29.75rem;height:1.29980625rem;font-style:normal;display:block; }
#xIDimh3cThlEhB87NCSAL4uFh1ccOGrP { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:52.4375rem;left:53.375rem; }
#b32shzAP0OSBqgsrIgmN5MclVcwVP3Zv { box-sizing:content-box;height:2.5rem;width:21.9375rem;position:absolute;display:block;z-index:15001;background-color:#fd7350;background-image:none;top:51.75rem;left:52.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sAwWC7R2SlTCpOpENcAft1bA9prtC1xc { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:52.5rem;left:55.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#QJQ7aX41QGs1HOolN64F1uxyfWlVIDcA { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:56.4375rem;left:1.4375rem;height:4.84375rem;display:block; }#QJQ7aX41QGs1HOolN64F1uxyfWlVIDcA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QJQ7aX41QGs1HOolN64F1uxyfWlVIDcA li:before{  }
#PeNQXh5NqPIJmJydsgD5kDBVFgQsHaWe { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:56.3125rem;left:14.125rem;height:5.0625rem;text-align:right;text-align-last:right;display:block; }
#OaBrZ2ZKtJ4aMBgd6aCo9Mb6TW8UNDmy { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:42.375rem;left:2.5rem;height:1.29980625rem;font-style:normal;display:none; }
#RWQGI5AsQ1524KyHA8TD4Hv8w8L8ePOM { box-sizing:content-box;height:12.125rem;width:23.4375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51rem;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; }
#EiZPpd9oAgKMvdqsQ4ctlHrFxXzWBdIi { box-sizing:content-box;height:12.125rem;width:23.4375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51rem;left:25.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#iXOLVGtHXwRgqSWX2v1c8k0pcBQGm5Zx { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:56.4375rem;left:27.375rem;height:3.125rem;display:block; }#iXOLVGtHXwRgqSWX2v1c8k0pcBQGm5Zx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iXOLVGtHXwRgqSWX2v1c8k0pcBQGm5Zx li:before{  }
#AW5Z13DT91ru0ouNiiyqBF4edg74QIHL { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:56.3125rem;left:39.6875rem;height:3.375rem;text-align:right;text-align-last:right;display:block; }
#PQoys66PcN0rw7NBnrkaTl3kTXvfI7Ow { box-sizing:content-box;height:12.125rem;width:23.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51rem;left:51.5625rem;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; }
#coz6sPHlDuKWCAV7zWHsua2kot5CHWLr { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:56.3125rem;left:53.3125rem;height:4.84375rem;display:block; }#coz6sPHlDuKWCAV7zWHsua2kot5CHWLr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#coz6sPHlDuKWCAV7zWHsua2kot5CHWLr li:before{  }
#g6cgGTt4hZhXdfuAUtHTdVoIye3F2ofq { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:56.1875rem;left:65.625rem;height:4.78125rem;text-align:right;text-align-last:right;display:block; }
#mKRtImtLzhTSMf1GZ7Ht26K7uEkuDpKM { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:42.375rem;left:2.5rem;height:1.29980625rem;font-style:normal;display:none; }
#y2dvfR2sDOTtDPdltgEb6uWL5OE0vNTK { color:#517077;display:block;width:55.375rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:9.0625rem;left:9.8125rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CR5JOM8b4z9kkCtbMFm8v8TmEQMshIUn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eec4;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:none; }#CR5JOM8b4z9kkCtbMFm8v8TmEQMshIUn > .row .container { border-width: 0; border-radius: 0; }#CR5JOM8b4z9kkCtbMFm8v8TmEQMshIUn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CR5JOM8b4z9kkCtbMFm8v8TmEQMshIUn > .row .container { font-size:0.875rem;font-family:arial;height:73.5rem;width:75rem;position:relative;display:none; }#b4fmbm23nP0bqKd1iRAFSIlRhJ6mQAQG { 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; }
#eu6hXi8ZtvfT80Qgtg8BUDmaGwHP38e6 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:#cccccc;background-image:none;top:51.9365234375rem;left:18.34375rem;display:none; }
#pCzDddukfghdbOcFTGStGdSsb6yL3DUL { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e8b046, #a57110);background-image: -moz-linear-gradient(180deg, #e8b046, #a57110);background-image: -ms-linear-gradient(180deg, #e8b046, #a57110);background-image: -o-linear-gradient(180deg, #e8b046, #a57110);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b046', endColorstr='#a57110' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b046', endColorstr='#a57110' );";background-image: linear-gradient(180deg, #e8b046, #a57110);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5625rem;text-decoration:none;z-index:15268;text-align:center;text-align-last:center;top:32.099609375rem;left:60.3125rem;display:none; }
#bHU3VyVH4ULRPTwgPfWxbi8UUfgNDvRT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hXdOuMQfkqz8aCBcg2TBk4s8GdKSEEdn { position:absolute;display:block;z-index:15287;height:28.125rem;width:75rem;top:10.875rem;left:0rem;display:block; }
#FXGco5S4Do8HQaJ51JyoBWr4KP86N3C3 { color:#658c98;display:block;width:39.1875rem;position:absolute;font-family:poppins;font-size:3.375rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:3.75rem;left:17.90625rem;height:4.38671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NaFGKwmWMOfgXODbJqZJa6DClsIMKTNT { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#F82eWhXnCMOcfZxc0fSystLnh5fFT4qr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fd7350, #9c5540);background-image: -moz-linear-gradient(180deg, #fd7350, #9c5540);background-image: -ms-linear-gradient(180deg, #fd7350, #9c5540);background-image: -o-linear-gradient(180deg, #fd7350, #9c5540);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7350', endColorstr='#9c5540' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7350', endColorstr='#9c5540' );";background-image: linear-gradient(180deg, #fd7350, #9c5540);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:66.5rem;left:25.875rem;display:block; }
#PXoesZzN6sNpvyoWaNm2C9yCAn6nx46B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i7LGKM6fzxKTucPh4SPK6BkC56kRUMC3 { box-sizing:content-box;height:2.5rem;width:16.875rem;position:absolute;display:block;z-index:14999;background-color:#fd7350;background-image:none;top:42.375rem;left:0.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TQAmmLAWHNxu3sJZsM03POTpbuJMszMu { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:43rem;left:1.3125rem; }
#k7ezGGZJoEbKTStoET12xOXL5Z3Pm9xR { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:43.125rem;left:3.125rem;height:1.29980625rem;font-style:normal;display:block; }
#NuQPUJt0FGk8IgWuNlyqLba3BEnI6kog { box-sizing:content-box;height:2.5rem;width:16.875rem;position:absolute;display:block;z-index:15000;background-color:#fd7350;background-image:none;top:42.375rem;left:19.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cPfsNl7mv38t2nSm8UrHrktDJoA6q9tI { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:42.8125rem;left:20rem; }
#IT64GuxuTbVVmUDf41hvGDpMWRC7rdvk { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:43.125rem;left:22.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#FeouOzQsIRQ0ssVVi0CNx37icpTxpCe8 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:43.0625rem;left:39.125rem; }
#mVwHZKcRb8LcykNeug2KEedaAyEhuTus { box-sizing:content-box;height:2.5rem;width:16.875rem;position:absolute;display:block;z-index:15001;background-color:#fd7350;background-image:none;top:42.375rem;left:38.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MN7PWw6HDmJTvpMg9e5ludxBJ2TT5r3W { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:43.125rem;left:40.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#CzZsx5qXXA5GGVvKzeUfAoIMaQ5Sr1MZ { box-sizing:content-box;height:2.5rem;width:16.875rem;position:absolute;display:block;z-index:15001;background-color:#fd7350;background-image:none;top:42.375rem;left:57.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZAZqfai07SWdkb0Tli8Rm1lQh0wqVdbn { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:42.9375rem;left:58.1875rem; }
#t6OeC11rnTX9EGIKOTao0LbWaySxUKUW { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:43.125rem;left:60.125rem;height:1.29980625rem;font-style:normal;display:block; }
#dsOFWUicrkuTUMCaFAr5ph5MoyfoFhne { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:46.125rem;left:0.875rem;height:14.21875rem;display:block; }#dsOFWUicrkuTUMCaFAr5ph5MoyfoFhne li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dsOFWUicrkuTUMCaFAr5ph5MoyfoFhne li:before{  }
#yFhaZHM0yEGB6DX3HhHJebQ5g9IplDea { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.9;letter-spacing:0;top:46rem;left:9.375rem;height:14.25rem;text-align:right;text-align-last:right;display:block; }
#L5KJumzTp8pNeZhOqKIkxzLXQQfzIHb4 { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:42.375rem;left:2.5rem;height:1.29980625rem;font-style:normal;display:none; }
#uxPgxysUfZQHchkE6bZTHbtdefnBO5AC { box-sizing:content-box;height:21.5rem;width:18.125rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.625rem;left:0rem;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; }
#xqfVDykbRBTqchpOPGhikUh63A0LLZx5 { box-sizing:content-box;height:21.5rem;width:18.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.625rem;left:18.875rem;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; }
#i9gkNh2Ro683Sinalvc6EgVJULyIv1dJ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:46.125rem;left:20rem;height:7.34375rem;display:block; }#i9gkNh2Ro683Sinalvc6EgVJULyIv1dJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i9gkNh2Ro683Sinalvc6EgVJULyIv1dJ li:before{  }
#tRWbAQthI0ZWSLwfRkNoZsfMJ0bMQJuy { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:45.984375rem;left:27.75rem;height:4.78125rem;text-align:right;text-align-last:right;display:block; }
#ddi8TMTchDnQ5fLfULe05Wq4kF2Ub3JX { box-sizing:content-box;height:21.5rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.625rem;left:37.75rem;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; }
#uzTldSRTO66rLLdOyOTU7lpXF5vidscF { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:46rem;left:38.875rem;height:2.8125rem;display:block; }#uzTldSRTO66rLLdOyOTU7lpXF5vidscF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uzTldSRTO66rLLdOyOTU7lpXF5vidscF li:before{  }
#Km7RNhTJNNtkTGRtZRCbV0Ua07JVxk5v { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:45.875rem;left:46.9375rem;height:1.59375rem;text-align:right;text-align-last:right;display:block; }
#A1lyTRpxkMkFohF4gokRFJTHtaJFRs5e { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:42.375rem;left:2.5rem;height:1.29980625rem;font-style:normal;display:none; }
#EX5tu3kWFcTSwsmZOQIV3KL2gZkg7lTx { box-sizing:content-box;height:21.5rem;width:18.125rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.625rem;left:56.875rem;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; }
#nMoOc2mkrcTqucT7elyqobpR1yOTb8sh { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:46.125rem;left:58.1875rem;height:;display:block; }#nMoOc2mkrcTqucT7elyqobpR1yOTb8sh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nMoOc2mkrcTqucT7elyqobpR1yOTb8sh li:before{  }
#vpGSyE9wxJftx4SpxMUOoqlP9ieKptOg { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:46.125rem;left:66.0625rem;height:4.78125rem;text-align:right;text-align-last:right;display:block; }
#DUOi4qtBphlrFeq4AcN4KFe6Ol0AEtB8 { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:42.375rem;left:2.5rem;height:1.29980625rem;font-style:normal;display:none; }
#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { position:relative;display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { background-color: transparent; background-image: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { border-width: 0; border-radius: 0; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.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) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXBx6nBGnmXPtJGTnhypGvkSFFzKZZFU { top:17.25rem;left:0.125rem;width:47.4375rem;height:5.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUhFIHilqTQUeUlIgRnXHDovZDKieRrt { top:2.0625rem;left:11.0625rem;width:25.625rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqtvCq8eZwMc4Sqht5O91Dt8BL2zyz0V { top:32.1875rem;left:14.8125rem;width:15.125rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exDGuP75J5MMKU9zzhyvzVqpxl8tdvba { top:32.75rem;left:9.0625rem;width:7.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1ungUhxsWdIO7AU45e0y2qCCz6eqR8M { top:31.0625rem;left:4.4375rem;width:38.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQRJSKOopVLTJnGAeTEiO4UUyPwvmr6i { top:32.5625rem;left:29.1875rem;width:9.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUlAdhpd0lbucE5QR3zGma0KcoHiW4EF { top:0rem;left:0rem;width:8.4375rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1Whk6D3KQbG20PkENMVqELdaevrNAET { top:26.375rem;left:4.4375rem;width:38.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay8BhAD5zfkz3hUre9v8tWmCgTPtG0NP { top:26.75rem;left:0.1875rem;width:47.4375rem;height:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:1.4375rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:1.4375rem;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.5rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.4375rem;left:0rem;width:31.6875rem;height:8.0625rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.6875rem;left:0rem;width:24.375rem;height:5.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgIV4RR4oMssu7giQd2V71hXIBFpFgXT { display:block; }#SgIV4RR4oMssu7giQd2V71hXIBFpFgXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8dCRz4PoxtswM8u9pITlhIeWtVDV5mH { top:3.75rem;left:2.90625rem;width:41.9375rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcuDISfUUskB9gLIIi2KO06LIFRTAhM9 { top:13.25rem;left:0rem;width:35.25rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqq31u3xeXTvZqKqqBChCD3DTtw9F67n { top:14.625rem;left:0rem;width:33.25rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsq5RvTKARhER3pwFvo0ekG9alNtN9oc { top:36.375rem;left:0rem;width:20.3125rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcTLnorBdTcvcfw9GI0A09vXl9XP56Xm { top:40.0625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxgwH8DkSmPRLhnZEJpVUqK3Wih8BRzE { top:40.3125rem;left:0rem;width:3.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayJ3fvnV0FANi0U98vMZqC8Ugxm7cSfI { top:39.875rem;left:0.9375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0rJF1OEkzPHOwJ3sssa3DTggA2qTxse { top:40.3125rem;left:3rem;width:3.5rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIC2VGOiroAhH4x6TBmn4ewTOudbtfsm { top:40.0625rem;left:7.8125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMlE6f7EzkTK8GRveeu0P6NMlyLIvNz3 { top:40.3125rem;left:9.875rem;width:6rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWu8fa8MxoqebNi7mcn0tREKnAe1ew95 { top:43.875rem;left:0rem;width:33.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm7eLSfyIZg17GWnlkHLA55PKI6oTmBh { top:44.9375rem;left:0rem;width:7.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2cTyHuFhGflUk9Gg1dZgRzXRAAP76PD { top:44.625rem;left:0rem;width:9.25rem;height:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPGqnByDflKDM11mimS6nR9A8GQVagZ0 { top:44.875rem;left:6.5rem;width:7.6875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJMzvrnCthQhLhyesAM63lVq8VJaTtvQ { top:13.25rem;left:12rem;width:35.25rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu06ADP8rBUvdH0dIEcwbcTDXCrRBTAt { top:14.625rem;left:14.5rem;width:33.25rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8tEk8S2TqDxT6RXDtUnsJHKExhcOxSi { top:36.375rem;left:27.4375rem;width:20.3125rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKuB5g6ODmcIIlznOIo7TJ37oycRPWNU { top:40.0625rem;left:32.9375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5XrumrzxQzEvHxbWcMwOBfu83hSaZNJ { top:40.3125rem;left:35.125rem;width:3.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTxTmLxxG223ftwoztBtd0Z9qxxaTDm3 { top:39.875rem;left:40.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F28nK6ETwpmgqp9RcNxGXL5JSr2QoP3B { top:40.3125rem;left:42.25rem;width:3.5rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9W6UPRL9ZOqltqZDG28fGMwrJ3mwRbL { top:40.0625rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFVmAacnohM03nqoLDCoFTJgMH5rZnmx { top:40.3125rem;left:41.75rem;width:6rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCAJImyCcFlAXMnQTxSwNWlrGVG26is7 { top:43.875rem;left:14.5rem;width:33.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz8miaVusNiKl5UTdFEkJHIcDoGbONXp { top:45rem;left:30.25rem;width:7.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdqfcltFZqfFC3pD0Uw8snd9rGcoh6Mh { top:44.625rem;left:37.75rem;width:9.1875rem;height:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWxis4oThnwXS4qfTmO4F5d3qSes65NZ { top:44.875rem;left:40.0625rem;width:7.6875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWeSbPpRR7JgDmm8cvQNTwmrdXCUalyw { top:13.25rem;left:0rem;width:35.25rem;height:35.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1W3RyMkELHQkT2xTmzbc0aZV0avsS2d { top:14.625rem;left:0rem;width:33.25rem;height:20.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ELQdE0aBqOA0AzkQThbxxAF2utkXgQmK { top:40.6875rem;left:0rem;width:12.625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBJ9zMFUDIHsZB9Xe3Q0xRCVOOmO0Jby { top:40.0625rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtTTlweZTd2J7IBRmXrVTIbzFlyGCJph { top:42.875rem;left:0rem;width:3.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CtbWghigkFEWi6mPy8TFQdlUVThBs184 { top:39.875rem;left:0.9375rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ROHRcF4zsyq5SVJak9HtKpHbgkJa9lcW { top:42.875rem;left:0rem;width:3.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QohTXPXptG75NOZh7qrBTxdFEKnGGnxM { top:40.0625rem;left:7.8125rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTeLknVVAmdfSNJRilbL76Off0WoREF5 { top:42.875rem;left:0.375rem;width:6rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zi0X69lyii5CSvPW9SMObcft5vBrUFET { top:43.875rem;left:0rem;width:33.25rem;height:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dJWPvsI2TzrTGi6Ogt92STJcW5mGIdvK { top:45.8125rem;left:0rem;width:7.9375rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLGWf7yMtNITF8pXtpaWyt58Cdz6bSOQ { top:44.9375rem;left:0rem;width:7.25rem;height:1.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfoLxVViD58bKlHKOl2MDQgcCbNqper3 { top:46.125rem;left:0rem;width:5.6875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bn04eVxgTV8pH8MDl0II7Bq4KuRMx95Q { display:block; }#Bn04eVxgTV8pH8MDl0II7Bq4KuRMx95Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z24zKLUAC6tmPQUbewJ80EvDrLTntF8U { top:36.375rem;left:38.75rem;width:5.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOOetoXqCycQhZyxcsLGd09spF7xt1fv { top:36.0625rem;left:30.625rem;width:7.9375rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF31CTGbWmrWUIuT6UpGqT4ytC8TbbhT { top:36.375rem;left:24.375rem;width:7.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezyx5vOeCidXf7tamPg7W2oL5fb35ApP { top:36.375rem;left:10.875rem;width:2.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIyCaT7zPABCk6VhpPiX05lcn6xwOI0e { top:35.9375rem;left:12.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxVohsrLR7ASIQ7ceUBmxQhE1JWWip2f { top:36.375rem;left:14.125rem;width:2.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUgqqsbTnUzGsX3rk18nl5pQ3dTwdWC5 { top:36.125rem;left:8.6875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixvi1KCkmnv8JVyZh9rc2RUqqtCSF1AB { top:36.375rem;left:17.375rem;width:6rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw9aFuqeH8Dhl2u6LPSZeTGXFRtkZVXq { top:36.125rem;left:15.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQIa28k3XSFoQLRf4eLpQE53pGPUehdk { top:35.875rem;left:0rem;width:20.3125rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H49fJa31dwANT2kMOvAIhHMX9Vt1vF6k { width:23.25rem;height:3.25rem;top:26.375rem;left:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rV8nyQafRUOGuS4rLmo28H4KJUhNiio2 { display:block; }
 }@media only screen and (max-width: 763px) { #kWPBEdrWG2dURRAIyvknkuUzfoW6tZto { width:13.75rem;height:2.5rem;top:35.5rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP4J5TTP3ckyzGG6AU7u9Tf4tJIxoEPu { display:block; }
 }@media only screen and (max-width: 763px) { #mUTJU1hGGruMAVs5PO8CncdDzmtqIeuV { width:23.25rem;height:3.25rem;top:30.875rem;left:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i5Vsk5OHAprcffUFaMu050zPTU1gTkQJ { display:block; }
 }@media only screen and (max-width: 763px) { #SEAQz3N7ekuwGRi0LyeamsZpfTHQsK6x { top:33.9375rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxTSApSwy5hGzXqXbHcPlTMoHWGlztR4 { top:11.1875rem;left:0rem;width:36.875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMB2fB32FXRg42ayI1vG0WKsf7c6nlKa { top:11.1875rem;left:10.875rem;width:36.875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVll73ZI90gJDDItIumCRSt45R5C7TZD { top:3.75rem;left:2.90625rem;width:41.9375rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaofF25SgHzkUTHCEJT0Tx41kxlZT9HF { top:40.9375rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqqN6cOZQTNJwPNJ5TrxEp04FLMMhqGE { top:42.875rem;left:0rem;width:20.3125rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL61cSAaCKaaebfgmr66NKuny73yVLEO { top:43.125rem;left:8.6875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3KHrUNDOZkT6CfuhCz5vFqqxqC5EZhp { top:43.375rem;left:10.875rem;width:2.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVt9ABJSEccfr3kS00NRnV7tSxOdtxNf { top:42.9375rem;left:12.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcEsI9KzbEey8DtbSbPnkQiuKsPck6VS { top:43.375rem;left:14.125rem;width:2.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtOko79OA6FVikKkQTeCXd5GEKSXxqAs { top:43.125rem;left:15.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAdH98eRsh6cxiuPpZpgsf5tX4Rf01MU { top:43.375rem;left:17.375rem;width:6rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c40hE4RVImryvoABcILG5dwowHGAk6nT { top:43.375rem;left:24.375rem;width:7.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUZFwgPQv88ps4ewscKh8SmzbOCNcJkl { top:43.0625rem;left:30.625rem;width:7.9375rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnUO4hc1IHqKIO1yyUrD5fR3K6tGQ1QX { top:43.375rem;left:38.75rem;width:5.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIXALpldQQ0ceC6NRM4kaCJzwKxtiZWl { width:13.75rem;height:2.5rem;top:42.5rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ9RXsTNT8t4CMDl0Smr8Agy17gUPRzh { display:block; }
 }@media only screen and (max-width: 763px) { #TyFFkTCogUT8q03Jyr2244iKx6rduzD9 { top:48.0625rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lteiT8HhSr1bxpcByMJS6HeJhkHxUG31 { top:50rem;left:0rem;width:20.3125rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1fnxzvo6enH2LKQHSlrd9mTdO9hKpZG { top:50.25rem;left:8.6875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9TiOaqXdBnaTQe4TWqH624kW4AT2eSz { top:50.5rem;left:10.875rem;width:2.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enLFXznUTcMLtudCzKykLuPdaWqlwNQT { top:50.0625rem;left:12.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVivStG8D3qDtcIQaGQrUpZygdglWltx { top:50.5rem;left:14.125rem;width:2.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdzrLtVttLOBF3oZ1vtlxcEeDkLZOiqB { top:50.25rem;left:15.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdNe1HxCLKL1ZzV9VItdv22QwHs7kDt9 { top:50.5rem;left:17.375rem;width:6rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVPaPn0TK5vTdfNEtpiTLEt8cMQcVed5 { top:50.5rem;left:23.75rem;width:7.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBsBfI7rDAcEuSERKeEf8Ii8RJ52ZWzl { top:50.1875rem;left:30.625rem;width:7.9375rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsektxOrrSzhPiB4KaSxHZCBgmRhwAVO { top:50.5rem;left:38.75rem;width:5.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5rybP9Fq95zWDKW12CJ0qUThrx4XS6R { width:13.75rem;height:2.5rem;top:49.625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #INUOXohXFeR9ht0SCrMb8OVSQArL5xXZ { display:block; }
 }@media only screen and (max-width: 763px) { #OITwIDr9hvEamTiF7NVapg1QXBF6tC52 { top:33.9375rem;left:0rem;width:47.75rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eDMPuBG20EyTJwnBKMOSBGDs9CmWpgVi { top:36.125rem;left:8.6875rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFwPaL6Mvz2Gf25NNamICurKUv8qrLrG { top:17.5rem;left:0rem;width:1.375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R8mwqfW0ZRc0On2WidbWIZuLroKLZkZB { top:35.9375rem;left:12.0625rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t4bwWAIJ9B1K5zy3Q52PN8ek7m7OHgEk { top:17.5rem;left:0rem;width:1.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #udHhTqfJcb00zHtsSJu2RKE2VTT1DE1E { top:36.125rem;left:15.3125rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZqrIBerrrL3mIBlT330Sht9hKMT2FXPu { top:17.5rem;left:0rem;width:6.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rGf3VNPbwFmcZORfTTZX0wW45Kdw3SdJ { top:15.6875rem;left:0rem;width:13.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oxh7ecBIFt1Q7iG68IXQLk5VDV4U7a5k { top:16.5625rem;left:0rem;width:7.9375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #umtIsamMoKIrEyGbrX1ff5gZ1yCHSipG { top:36.375rem;left:24.375rem;width:7.25rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQDGUoOG7A2XXn1MTfG4TVEEunMoRQFp { top:17.8125rem;left:0rem;width:7.125rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kNBdThz1yP75IruRE51sKNdZFLRvoWH8 { top:33.9375rem;left:0rem;width:47.75rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yFrNaSoTmTmim82muUZV2sZBLWBwRnXx { top:36.125rem;left:8.6875rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W77NJ7sNW5EPS90Moo0PwU2cS549k2at { top:22.375rem;left:0rem;width:1.375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hkoDiDgmkQ2XF21ouxNULNQCUXxTnFw6 { top:35.9375rem;left:12.0625rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIklJmf3I9Jfv7ZySL8pyT7biq1hfpA5 { top:22.375rem;left:0rem;width:1.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuEogoWnCETSsyht0kwh1DbPAx0SFs7z { top:36.125rem;left:15.3125rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PoIPmTEJkt3BaMWyGayQbMeCeO9OEoiC { top:22.375rem;left:0rem;width:6.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iLz0Ta56vKrrbLAUXfToJ73bzZTat9Ca { top:20.5625rem;left:0rem;width:13.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxLvreJmspUv9ODbMfh2f8dqLTPKTzMT { top:21.4375rem;left:0rem;width:7.9375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EIJHZVTy07TV7EP3yIFMX6DpzVbdLls2 { top:36.375rem;left:24.375rem;width:7.25rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yK8fg1JLxmT4McoM3ptGH7te74LolLqG { top:22.6875rem;left:0rem;width:7.125rem;height:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { top:25.3125rem;left:0rem;width:30.375rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { top:4.5625rem;left:0rem;width:23.5rem;height:3.1875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2vvZsaIiZDsTP3xGTpcqnTsX5oBz2Fh { top:5.9375rem;left:0rem;width:18.25rem;height:6.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQ7xDexG37cLReoZ5fWLJnNTOTIOzkBE { top:14.3125rem;left:0rem;width:7.3125rem;height:8.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWGu37OCehdVX9k6xRXJtd8fM0OWSqVP { top:22.3125rem;left:22.0625rem;width:25.6875rem;height:10.8125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gg0QrhuZva4fkiRSVsXzo5TAkRzECMVu { top:5.0625rem;left:2.65625rem;width:4.3125rem;height:2.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KElKa3TS8Pd1B5TzWUu91hI5fqL3sN7B { top:7.625rem;left:0rem;width:38.75rem;height:4.75rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqVfwXrigoRSWa68HG4Z8Z3zA6vHqcva { top:12.375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wsyoac5sQ3DJVMU9thJpnpFQiLZXN8gZ { top:25.3125rem;left:20.25rem;width:27.5rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEL4dEK8IiVxup1Bq9GF0ey22sNhRife { top:15.75rem;left:0rem;width:32.6875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF2UgXN7nNNiclglb7aaB8U6D9LK4hVH { top:16.3125rem;left:0rem;width:29.4375rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f60rluEOHiFxXoJLVs0rQbJICZnaVaJn { display:block; }#f60rluEOHiFxXoJLVs0rQbJICZnaVaJn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szoTW119cPTnBnB9zw3P2HOQyGVrmyok { top:3.6875rem;left:2.90625rem;width:41.9375rem;height:8.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqsOuL6ieNNtiMe75NPR5zTuA60GPVhO { top:7.375rem;left:31.375rem;width:15.625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaJdfIPkbko4TuaNt8hzDyQ5MGfmd8Gr { top:16.5625rem;left:0rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJVL8q6r4vdd0FlrFyiIr78NLAr2R3LA { top:16.5625rem;left:0rem;width:0.25rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlWSLsJ5C75oNIGQHm50BWWGTHD2nWX2 { top:17.6875rem;left:0rem;width:18.3125rem;height:4.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyu4NdutWHk85dH6dafyT1gBrLSNrhv8 { top:17.4375rem;left:28.0625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViOavwIqzCabwmoHiv6ZDnRLmLDarqGq { top:16.5625rem;left:35.3125rem;width:0.25rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXgeeeP2blxEFa9WdxTwP7u7vn8ILdsU { top:17rem;left:25.4375rem;width:22.3125rem;height:5.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhhTv4zSLCliM6fb4f62fz2wMBTZ6Mn8 { top:27.125rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0HcG0aDGLH8JECtIdLHUKtncbFWEmJw { top:26.25rem;left:0rem;width:0.25rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKvnQyQv2XTMcIPcyD9VSmpHdoWK8sez { top:27.375rem;left:0rem;width:20.0625rem;height:4.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpvnQNFGeCxAUKyUnifZtmqVooccW8Ec { top:27.125rem;left:28.0625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4p75S7WnRmxdtvta13MF07ccZHepamL { top:26.25rem;left:35.3125rem;width:0.25rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV3N97HKPvJU6ehnwO6FRousOg2cBDha { top:26.6875rem;left:24.875rem;width:22.875rem;height:5.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHlQpdIf3IEitzOiGNu89iEMzNZzq0Dk { top:37rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #taOv0pp9Akn6oH3lIw6mDKPeseAaOQdS { top:36.125rem;left:0rem;width:0.25rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFb3qbHzre402CmIkJhzJSTPB9y7tLan { top:37.25rem;left:0rem;width:21.5625rem;height:4.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLV81sULnwT7EiguATy0z5PT5RPbBw8c { top:37rem;left:28.0625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiaJ3raeoWZS7aHLeKv3yODgEmtRf1X1 { top:36.125rem;left:35.3125rem;width:0.25rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZCgk8ZK6A7uMg6No5cuDykZaELmAu7l { top:36.625rem;left:24.875rem;width:22.875rem;height:5.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXST79rSBNT1we9nRXtsWCyKDHnCXHTd { display:block; }#OXST79rSBNT1we9nRXtsWCyKDHnCXHTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZUZHPZt6TXvR8mNEBW5gmTch4PvUFXO { top:3.75rem;left:2.90625rem;width:41.9375rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIDGDrTDaOg30Z5VoJsVmZ1R59rwvAes { top:10.75rem;left:0rem;width:47.75rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6TPBoOg63e57nQdRaMWE3SgueHTvNKl { top:27.3125rem;left:0rem;width:24.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trGvGyWvh7gc3pG87AvhPbhPowTAFukQ { top:27.3125rem;left:11.6875rem;width:24.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG2cLoC1JxqFTPd7xBUHh8L2u9OLlcFi { top:27.3125rem;left:23.375rem;width:24.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEMpNotNEonXizEx055F9qDNf7N0GHJp { top:10.75rem;left:23.375rem;width:24.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6uB6NMe7uLtxQXOKVEHr3OyMWrJJkXr { top:46.625rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #goHPT4VuyZMcd1fgqp5OrKIMFqlbpAlh { top:47.75rem;left:0rem;width:17.75rem;height:1.25rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP7roivMUvt1WE4MbQkf9hmcWlVEOueF { top:50.875rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw8f6NIQttQcTIe7iNOs5NvzLKs1gqsP { top:46.625rem;left:15.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0ciNaGsmhENQ3ITmHXT1nMuKoVLfCCG { top:52rem;left:0rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXhb1mppi5w4KRH3bSfH5WG4wpzkA53s { top:50.875rem;left:15.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0hBCoQGG1777QqXGHtkmT4Z3Mpw6u2x { top:47rem;left:19.5rem;width:17.75rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDyWVLus1g7t93xlzww3VTtxerHvGWnH { top:52rem;left:19.5rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDurW7ulWoXBqqUh8QkmIDpzCwd8ag0X { top:55.0625rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB43Ca9uy3pcIxNLTilX8LBIBSGHGAld { top:55.0625rem;left:15.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atTuVm45Q9D0WsV4nn614yRao9Xclucs { top:56.1875rem;left:0rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZVPhBGCtvwBmReD6TiGwuFPyl39D45Z { top:56.1875rem;left:19.5rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OomfbT8kCT2e4wmbQeyWdKpuiSlfzaTT { top:59.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvumoPTFLrMXoMOXvkElQ57pBfiy4bIh { top:59.25rem;left:15.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNigawZsnQPVQpNPPFwZh6LszhnmXU5h { top:59.75rem;left:0rem;width:17.75rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k17dfAiqrI1ShWAm9kqut37TPos8CTXx { top:60.375rem;left:19.5rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prtn7RgKk81Iqnpwp4AIUyWxK14uN9PH { top:46.625rem;left:41.5625rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFKaxpn0DuIm2cU6HX2dwTS2ThlVqdTP { top:50.875rem;left:41.5625rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDJbXxZkK0yI1vqDG9VMlVXr2JggMold { top:55.0625rem;left:41.5625rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGlxrFgMgxnM4IzIbcAMp3eWSk1Kn2tl { top:59.25rem;left:41.5625rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5Q391hXA9JqQITnpqEqK1ZWXqvcTgll { top:47.75rem;left:37.25rem;width:10.5rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC1h066LqNixX3wv2RhaBgG4ze6oetoz { top:51.1875rem;left:37.875rem;width:9.875rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCHFhBLX2SIZKOd3T6iK0nnu6P6XIyms { top:56.1875rem;left:37.1875rem;width:10.5625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7O4SCKgv0RNEHKTMtGxq2SJOHPwnsyr { top:59.625rem;left:34.8125rem;width:12.9375rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIpgDCBRhVq3TlVDyKwgkWfaIT2nw2wh { top:63.4375rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZJ8SfamcPektv7ZiMQquKcERSOUuUst { top:63.4375rem;left:15.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcvRFciQh2oTBtNQUprkXTZC6yvzrR8L { top:63.4375rem;left:41.5625rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snTX3A9UyfruOEwF3zyPPP9twPyIAcNS { top:64.5625rem;left:0rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi4Hl38Dx2BOnfgSD8yDT8x38oTQ03f4 { top:63.875rem;left:19.5rem;width:14.8125rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXIV1uOQNQ0VhOTgEZH9k8EqOK36TFn4 { top:64.5625rem;left:34rem;width:13.75rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7nFUwGZaTc9oaITALaiMPrDEQKUq1BB { top:67.6875rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfnsgVhrLIT8vksMZwkJtPx9r8rtAeDB { top:67.6875rem;left:15.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLLaoWs9kFETV8mcQEoabwiSwrbksktU { top:68.8125rem;left:0rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTPNH5bxTukaglmZrWRRFVL34N6qbsU5 { top:68.1875rem;left:19.5rem;width:14.3125rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oesxJKKJv3byJFNiiRqzhPuOUOKXdrly { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FgeMxT9PONzi80QSCqiX1Ck8aMAMkoJx { top:19rem;left:0rem;width:6.5625rem;height:0.875rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #scaG8DRqxfTlRP6Ziv5Id1UCDASWwNQ6 { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wOqeFRFXu9DpD24Ev1VqTJOWMgyTC5TA { top:21.9375rem;left:0rem;width:6.5625rem;height:0.875rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3lGIl2eeTT4QIVcmgCAD1KvieGIfQTx { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #an30ObZhRyBOq7mqnUW19z0a2yowFsdl { top:25.25rem;left:0rem;width:6.5625rem;height:2.625rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xf4xhX2MKlTdRFPfxNPQy4xCvx3gzNom { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vy1QVUGXP10kXtXbXri4Cq9lNPAbJTwc { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uJ0kHlmNGuSn3MOhbmhWHQdD4CDSQ1Uo { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFwV4H3qfhToLFLGok5JCtSVfqkhLaSb { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3PoBusLrULk8SZmsJLdKucV2rICG2sS { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tyr9TIVZGzgAHrDWGOmgsxXF0EG19e64 { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcXo63yuJC00xT6D0NJu5TgGTJPrhCpC { top:27.6875rem;left:0rem;width:6.5625rem;height:0.875rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pAspPU6u9Vrm0NzXWIDm67XXmbdJWfcX { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCrnutyZPdTSCxFd8xN4E8dKpOiVNSqt { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTqyD8ZAgSyHiZFVTk8swTSdwoTRm1pH { top:30.75rem;left:0rem;width:7rem;height:1.125rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #axdgykzA1LZNZMEx24aIyM9nVN22FdgU { top:16.1875rem;left:0rem;width:6.5625rem;height:0.875rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pmp4m2U4yRztbJkTk2OWakapC7fb5mzC { top:19.0625rem;left:0rem;width:6.5625rem;height:3.5625rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KsrkfgHeEzVLpCzJNCUOK2zbmreThnpD { top:21.9375rem;left:0rem;width:6.5625rem;height:1.75rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ScvZn3eqFh9nwRh3tdouK4gBF9M7reSa { top:24.8125rem;left:0rem;width:6.5625rem;height:1.75rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wKv4xnG8lRITJMUimQJLvMJhTfnH7Vb4 { top:27.6875rem;left:0rem;width:6.5625rem;height:1.75rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aB0vqxRyc8oBMlKa2WawUsdZAEAOzZRn { top:31.1875rem;left:0rem;width:6.5625rem;height:3.5625rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1uo7kJeHT4inUeEszi8JFZOqybdG7t5 { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nCBzKMtncfCK6MXzvduCLru7W50RINxU { top:33.4375rem;left:0rem;width:6.5625rem;height:0.875rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFn0wSrvSANETFuACgxyfBhUOUuI2Khn { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xu3gNSXkDZhDU844CHpfedDc5fc0dnTP { top:33.875rem;left:0rem;width:6.5625rem;height:1.75rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lE0rqgxMWqv6BZBlbRnVzHTSOXTHHupC { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #alku7FpXXldueIKJ9NgVVPGWv0uBZRrW { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTN4XZFRsPcLDPKDnl4Bhk5NSUhBp2UG { top:36.75rem;left:0rem;width:6.5625rem;height:0.875rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFknFT8mMKCoVBCXpkxEcHrS7wWmuywt { top:36.75rem;left:0rem;width:6.5625rem;height:2.625rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dwm4vmVm3KPZe3Ziv0dcbuxNsZ49PB4i { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OXqwlqDxgz9W13kkqtNrEy5IFe8KnpPX { top:39.1875rem;left:0rem;width:6.5625rem;height:1.75rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #li1E9oTJDbRhw7BQ4oolmryMh6pxvu4q { top:47.5rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg48ccn9MvEBdpcRUe6vOT1oNViWuvfy { top:51.75rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9AETWfZOwTRvObTwEXT2bhwtdHefTWb { top:55.9375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlc9LhXz5XBgmZfw5rEbyKATuEga6JUC { top:60.125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDWTfPvKNH5b6iTnFuQn0fVroqSfg5kq { top:64.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUGHvO3sXZpUtP2bvXVLwlcnOcRcscP0 { top:68.5625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8K2u5CphsFpCT2R4FAw9W8HIhcQ0JSw { top:47.5rem;left:16rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5vaudenJiddfs8Ule4t8eGI5rt57UBa { top:51.75rem;left:15.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikJkekfNXbv30qVpRwUkZU30TiGaxMQg { top:55.9375rem;left:16rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTLI3LXTnis4e3sGVblaTWoKC1b1SdKU { top:60.125rem;left:16rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXvxzAE1IPMfm3DHCruSsOxtX1OWd8z0 { top:64.3125rem;left:16rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDcDW1lZ7fhQ9dTUZkEHXosiIEIecBst { top:68.5625rem;left:16rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acxwA5xJm4zhTuFBZ5v4z2cgDC9ih8dc { top:47.5rem;left:42.4375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0azRvJwL1gVXXN7NHRp66KCn3Gqsr8z { top:51.75rem;left:42.4375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOlIG0F66otfzETzC4nEiX92XnqTIve4 { top:55.9375rem;left:42.4375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTRsuuIZuz9w7cPPSq8zl7xAHUERDJdK { top:60.125rem;left:42.4375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EThGU4HfT2DN9ZLp1b4XWAX5UGF9MGxc { top:64.3125rem;left:42.4375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExLA0bwyFrwrzoXQyMAsrZG5AZNosTNq { display:block; }#ExLA0bwyFrwrzoXQyMAsrZG5AZNosTNq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJ7DqcDNdhNa8eMdieBMID7D2d2BvIAh { top:4.375rem;left:2.90625rem;width:41.9375rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCTM1a3DNFKT55d5tbCUM6iZhKD7w89o { top:12.5625rem;left:0rem;width:36.125rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmRabzgUXTFWBhy41i5VyhFr0zQXNNdM { top:12.5625rem;left:11.625rem;width:36.125rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAgM12xWLDMppSWNK9v3hIpDWNN05clK { top:37rem;left:0rem;width:36.125rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #USS9zcv94J73Tb2eFZpRil2e3eZVPmTh { top:37rem;left:11.625rem;width:36.125rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { top:51.875rem;left:4.71875rem;width:0.0625rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OcPMIQlhZbuZDeg6BWaXW3ku6eLFG3Ta { width:13.75rem;height:2.5625rem;top:32.0625rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #nyd6ttTm8BmqsyBAfIcLS0t52BqZfiuo { display:block; }
 }@media only screen and (max-width: 763px) { #RTAT9oKFW59SV4ys88P2EZ0wIiBRzvFq { top:20.25rem;left:0rem;width:47.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOoR3lceE3FG6IQkvCqsTUbnOkv8imU4 { top:3.75rem;left:4.28125rem;width:39.1875rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK1V6GsVfkZgA8NQ6TPu66KZZ6WPf4u4 { display:none; }
 }@media only screen and (max-width: 763px) { #LxJyAzMCVeKXOws77zkr3q7CI7FiMv7b { width:30.3125rem;height:3.25rem;top:67.25rem;left:8.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xslkwWfOSvhqXE51aLwS8S2SwLqwZUsN { display:block; }
 }@media only screen and (max-width: 763px) { #fBJrTtuiHePgFeCtbP9E10UtM4D36z1s { top:51.75rem;left:0rem;width:21.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv8QKcBax0UxaM5ULOeal7E2yEQ7ax6u { top:52.375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzvmryPcrA9lqfMX7UMaXSHKh3MvpgTx { top:52.5rem;left:0rem;width:12.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3ZbHmn31DX7quWWnxfMTJW12Q4FEfpc { top:51.75rem;left:12.9375rem;width:21.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9x8qXzkWQ7fkPkAVA8r2OQEgC5lEfKv { top:52.3125rem;left:14.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiGBdZtJToI1qTRNyQPmSzns54ho7JUb { top:52.5rem;left:16.125rem;width:12.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIDimh3cThlEhB87NCSAL4uFh1ccOGrP { top:52.4375rem;left:39.75rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b32shzAP0OSBqgsrIgmN5MclVcwVP3Zv { top:51.75rem;left:25.8125rem;width:21.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAwWC7R2SlTCpOpENcAft1bA9prtC1xc { top:52.5rem;left:35.5rem;width:12.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJQ7aX41QGs1HOolN64F1uxyfWlVIDcA { top:56.4375rem;left:0rem;width:11.4375rem;height:4.8125rem;font-size:0.9375rem;display:block; }#QJQ7aX41QGs1HOolN64F1uxyfWlVIDcA li:before{  }
 }@media only screen and (max-width: 763px) { #PeNQXh5NqPIJmJydsgD5kDBVFgQsHaWe { top:56.3125rem;left:0.5rem;width:7.8125rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaBrZ2ZKtJ4aMBgd6aCo9Mb6TW8UNDmy { top:29.0625rem;left:0rem;width:12.25rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RWQGI5AsQ1524KyHA8TD4Hv8w8L8ePOM { top:51rem;left:0rem;width:23.4375rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiZPpd9oAgKMvdqsQ4ctlHrFxXzWBdIi { top:51rem;left:12.1875rem;width:23.4375rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXOLVGtHXwRgqSWX2v1c8k0pcBQGm5Zx { top:56.4375rem;left:13.75rem;width:11.4375rem;height:3.125rem;font-size:0.9375rem;display:block; }#iXOLVGtHXwRgqSWX2v1c8k0pcBQGm5Zx li:before{  }
 }@media only screen and (max-width: 763px) { #AW5Z13DT91ru0ouNiiyqBF4edg74QIHL { top:56.3125rem;left:26.0625rem;width:7.8125rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQoys66PcN0rw7NBnrkaTl3kTXvfI7Ow { top:51rem;left:24.3125rem;width:23.4375rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coz6sPHlDuKWCAV7zWHsua2kot5CHWLr { top:56.3125rem;left:35.8125rem;width:11.9375rem;height:4.8125rem;font-size:0.9375rem;display:block; }#coz6sPHlDuKWCAV7zWHsua2kot5CHWLr li:before{  }
 }@media only screen and (max-width: 763px) { #g6cgGTt4hZhXdfuAUtHTdVoIye3F2ofq { top:56.1875rem;left:39.9375rem;width:7.8125rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKRtImtLzhTSMf1GZ7Ht26K7uEkuDpKM { top:50.75rem;left:0rem;width:12.25rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2dvfR2sDOTtDPdltgEb6uWL5OE0vNTK { top:9.0625rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR5JOM8b4z9kkCtbMFm8v8TmEQMshIUn { display:block; }#CR5JOM8b4z9kkCtbMFm8v8TmEQMshIUn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b4fmbm23nP0bqKd1iRAFSIlRhJ6mQAQG { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eu6hXi8ZtvfT80Qgtg8BUDmaGwHP38e6 { top:51.875rem;left:4.71875rem;width:0.0625rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pCzDddukfghdbOcFTGStGdSsb6yL3DUL { width:13.75rem;height:2.5625rem;top:32.0625rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHU3VyVH4ULRPTwgPfWxbi8UUfgNDvRT { display:block; }
 }@media only screen and (max-width: 763px) { #hXdOuMQfkqz8aCBcg2TBk4s8GdKSEEdn { top:10.875rem;left:0rem;width:47.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXGco5S4Do8HQaJ51JyoBWr4KP86N3C3 { top:3.75rem;left:4.28125rem;width:39.1875rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaFGKwmWMOfgXODbJqZJa6DClsIMKTNT { display:none; }
 }@media only screen and (max-width: 763px) { #F82eWhXnCMOcfZxc0fSystLnh5fFT4qr { width:23.25rem;height:3.25rem;top:66.5rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXoesZzN6sNpvyoWaNm2C9yCAn6nx46B { display:block; }
 }@media only screen and (max-width: 763px) { #i7LGKM6fzxKTucPh4SPK6BkC56kRUMC3 { top:42.375rem;left:0rem;width:16.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQAmmLAWHNxu3sJZsM03POTpbuJMszMu { top:43rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ezGGZJoEbKTStoET12xOXL5Z3Pm9xR { top:43.125rem;left:0rem;width:12.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuQPUJt0FGk8IgWuNlyqLba3BEnI6kog { top:42.375rem;left:5.875rem;width:16.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPfsNl7mv38t2nSm8UrHrktDJoA6q9tI { top:42.8125rem;left:6.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT64GuxuTbVVmUDf41hvGDpMWRC7rdvk { top:43.125rem;left:8.5625rem;width:12.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeouOzQsIRQ0ssVVi0CNx37icpTxpCe8 { top:43.0625rem;left:25.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVwHZKcRb8LcykNeug2KEedaAyEhuTus { top:42.375rem;left:24.75rem;width:16.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN7PWw6HDmJTvpMg9e5ludxBJ2TT5r3W { top:43.125rem;left:27.3125rem;width:12.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzZsx5qXXA5GGVvKzeUfAoIMaQ5Sr1MZ { top:42.375rem;left:30.875rem;width:16.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAZqfai07SWdkb0Tli8Rm1lQh0wqVdbn { top:42.9375rem;left:44.5625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6OeC11rnTX9EGIKOTao0LbWaySxUKUW { top:43.125rem;left:36.0625rem;width:11.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsOFWUicrkuTUMCaFAr5ph5MoyfoFhne { top:46.125rem;left:0rem;width:11.4375rem;height:14.1875rem;font-size:0.9375rem;display:block; }#dsOFWUicrkuTUMCaFAr5ph5MoyfoFhne li:before{  }
 }@media only screen and (max-width: 763px) { #yFhaZHM0yEGB6DX3HhHJebQ5g9IplDea { top:46rem;left:0rem;width:7.8125rem;height:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5KJumzTp8pNeZhOqKIkxzLXQQfzIHb4 { top:47.1875rem;left:0rem;width:12.25rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uxPgxysUfZQHchkE6bZTHbtdefnBO5AC { top:41.625rem;left:0rem;width:18.125rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqfVDykbRBTqchpOPGhikUh63A0LLZx5 { top:41.625rem;left:5.25rem;width:18.125rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9gkNh2Ro683Sinalvc6EgVJULyIv1dJ { top:46.125rem;left:6.375rem;width:11.4375rem;height:;font-size:0.9375rem;display:block; }#i9gkNh2Ro683Sinalvc6EgVJULyIv1dJ li:before{  }
 }@media only screen and (max-width: 763px) { #tRWbAQthI0ZWSLwfRkNoZsfMJ0bMQJuy { top:45.9375rem;left:14.125rem;width:7.8125rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddi8TMTchDnQ5fLfULe05Wq4kF2Ub3JX { top:41.625rem;left:24.125rem;width:18.125rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzTldSRTO66rLLdOyOTU7lpXF5vidscF { top:46rem;left:25.25rem;width:11.9375rem;height:2.8125rem;font-size:0.9375rem;display:block; }#uzTldSRTO66rLLdOyOTU7lpXF5vidscF li:before{  }
 }@media only screen and (max-width: 763px) { #Km7RNhTJNNtkTGRtZRCbV0Ua07JVxk5v { top:45.875rem;left:33.3125rem;width:7.8125rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1lyTRpxkMkFohF4gokRFJTHtaJFRs5e { top:50.75rem;left:0rem;width:12.25rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EX5tu3kWFcTSwsmZOQIV3KL2gZkg7lTx { top:41.625rem;left:29.625rem;width:18.125rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMoOc2mkrcTqucT7elyqobpR1yOTb8sh { top:46.125rem;left:36.3125rem;width:11.4375rem;height:;font-size:0.9375rem;display:block; }#nMoOc2mkrcTqucT7elyqobpR1yOTb8sh li:before{  }
 }@media only screen and (max-width: 763px) { #vpGSyE9wxJftx4SpxMUOoqlP9ieKptOg { top:46.125rem;left:39.9375rem;width:7.8125rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUOi4qtBphlrFeq4AcN4KFe6Ol0AEtB8 { top:69.9375rem;left:0rem;width:12.25rem;height:1.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4c22d54f-025e-4919-97ec-651579f6e4cc/260424_SIRI_CTL_FacadeGardenView_final4.png");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.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXBx6nBGnmXPtJGTnhypGvkSFFzKZZFU { width:20rem;height:2.4375rem;top:10rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUhFIHilqTQUeUlIgRnXHDovZDKieRrt { width:10.8125rem;height:5.9375rem;top:3.5rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqtvCq8eZwMc4Sqht5O91Dt8BL2zyz0V { width:8.0625rem;height:1.8681625rem;top:17.6875rem;left:5.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exDGuP75J5MMKU9zzhyvzVqpxl8tdvba { width:4.186525rem;height:1.21875rem;top:18rem;left:0.9375rem;font-size:0.9375rem;font-weight:400;font-style:normal;color:#fd7350;display:block; }
 }@media only screen and (max-width: 763px) { #X1ungUhxsWdIO7AU45e0y2qCCz6eqR8M { width:20rem;height:3rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQRJSKOopVLTJnGAeTEiO4UUyPwvmr6i { width:6.4361875rem;height:1.29980625rem;top:17.9375rem;left:13.3125rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gUlAdhpd0lbucE5QR3zGma0KcoHiW4EF { width:3.6875rem;height:5.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1Whk6D3KQbG20PkENMVqELdaevrNAET { width:20rem;height:3rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay8BhAD5zfkz3hUre9v8tWmCgTPtG0NP { width:20rem;height:2.2734375rem;top:14.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:#f0eec4;background-image:none;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.5rem;line-height:1.2;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.6240234375rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.6240234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.7871125rem;top:25.8232421875rem;left:1.8740234375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.5rem;top:1.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.2246125rem;top:3.13671875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #SgIV4RR4oMssu7giQd2V71hXIBFpFgXT { display:block; }#SgIV4RR4oMssu7giQd2V71hXIBFpFgXT > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8dCRz4PoxtswM8u9pITlhIeWtVDV5mH { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IcuDISfUUskB9gLIIi2KO06LIFRTAhM9 { width:19.75rem;height:21.5rem;top:4.0625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.125rem solid #e2d98a;border-left:0.125rem solid #e2d98a;border-right:0.125rem solid #e2d98a;border-bottom:0.125rem solid #e2d98a;display:block; }
 }@media only screen and (max-width: 763px) { #Iqq31u3xeXTvZqKqqBChCD3DTtw9F67n { width:18.9375rem;height:12.4375rem;top:4.625rem;left:0.53125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsq5RvTKARhER3pwFvo0ekG9alNtN9oc { width:12.625rem;height:1.625rem;top:17.625rem;left:3.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15289;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xcTLnorBdTcvcfw9GI0A09vXl9XP56Xm { display:flex;width:1.25rem;height:1.25rem;top:19.71875rem;left:0.96875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #NxgwH8DkSmPRLhnZEJpVUqK3Wih8BRzE { width:3.8125rem;height:1.13671875rem;top:19.837890625rem;left:2.21875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ayJ3fvnV0FANi0U98vMZqC8Ugxm7cSfI { display:flex;width:1.25rem;height:1.25rem;top:19.75rem;left:6.65625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #I0rJF1OEkzPHOwJ3sssa3DTggA2qTxse { width:3.5rem;height:1.13671875rem;top:19.8125rem;left:7.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gIC2VGOiroAhH4x6TBmn4ewTOudbtfsm { display:flex;width:1.25rem;height:1.25rem;top:19.75rem;left:12.40625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #RMlE6f7EzkTK8GRveeu0P6NMlyLIvNz3 { width:6rem;height:1.13671875rem;top:19.8125rem;left:14rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zWu8fa8MxoqebNi7mcn0tREKnAe1ew95 { width:18.9375rem;height:2.8125rem;top:22.197265625rem;left:0.53125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm7eLSfyIZg17GWnlkHLA55PKI6oTmBh { width:4.125rem;height:0.9746125rem;top:23.115234375rem;left:1.15625rem;font-size:0.75rem;text-align:right;text-align-last:right;color:#1f6760;display:block; }
 }@media only screen and (max-width: 763px) { #S2cTyHuFhGflUk9Gg1dZgRzXRAAP76PD { width:7.9375rem;height:1.70605625rem;top:22.75rem;left:4.78125rem;font-size:1.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #hPGqnByDflKDM11mimS6nR9A8GQVagZ0 { width:5.6875rem;height:1.13671875rem;top:23.03515625rem;left:12.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #bJMzvrnCthQhLhyesAM63lVq8VJaTtvQ { width:19.75rem;height:35.1875rem;top:26.8125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.125rem solid #e2d98a;border-left:0.125rem solid #e2d98a;border-right:0.125rem solid #e2d98a;border-bottom:0.125rem solid #e2d98a;display:none; }
 }@media only screen and (max-width: 763px) { #Bu06ADP8rBUvdH0dIEcwbcTDXCrRBTAt { width:20rem;height:20.6875rem;top:28.1875rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #n8tEk8S2TqDxT6RXDtUnsJHKExhcOxSi { width:20rem;height:0;top:49.9375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15289;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #RKuB5g6ODmcIIlznOIo7TJ37oycRPWNU { display:flex;width:1.625rem;height:1.625rem;top:53.625rem;left:7.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5XrumrzxQzEvHxbWcMwOBfu83hSaZNJ { width:3.8125rem;height:0;top:53.875rem;left:9.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rTxTmLxxG223ftwoztBtd0Z9qxxaTDm3 { display:flex;width:1.625rem;height:1.625rem;top:53.4375rem;left:14.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F28nK6ETwpmgqp9RcNxGXL5JSr2QoP3B { width:3.5rem;height:auto;top:40.3125rem;left:8.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #e9W6UPRL9ZOqltqZDG28fGMwrJ3mwRbL { display:flex;width:1.625rem;height:1.625rem;top:53.625rem;left:18.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mFVmAacnohM03nqoLDCoFTJgMH5rZnmx { width:6rem;height:0;top:53.875rem;left:14rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #xCAJImyCcFlAXMnQTxSwNWlrGVG26is7 { width:20rem;height:3.375rem;top:57.4375rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oz8miaVusNiKl5UTdFEkJHIcDoGbONXp { width:7.25rem;height:0;top:45rem;left:6.375rem;font-size:0.75rem;text-align:right;text-align-last:right;color:#1f6760;display:none; }
 }@media only screen and (max-width: 763px) { #BdqfcltFZqfFC3pD0Uw8snd9rGcoh6Mh { width:9.1875rem;height:0;top:44.625rem;left:5.375rem;font-size:1.3125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #TWxis4oThnwXS4qfTmO4F5d3qSes65NZ { width:7.6875rem;height:0;top:44.875rem;left:6.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #uWeSbPpRR7JgDmm8cvQNTwmrdXCUalyw { width:19.75rem;height:21.5rem;top:27.125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.125rem solid #e2d98a;border-left:0.125rem solid #e2d98a;border-right:0.125rem solid #e2d98a;border-bottom:0.125rem solid #e2d98a;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #T1W3RyMkELHQkT2xTmzbc0aZV0avsS2d { width:18.9375rem;height:12.4375rem;top:27.6875rem;left:0.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;z-index:15080;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e6838f5a-a6cc-486b-92ad-9434c2e6766d/CanvasPalette7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T1W3RyMkELHQkT2xTmzbc0aZV0avsS2d.adaptive-delivery-prevent-bg, #T1W3RyMkELHQkT2xTmzbc0aZV0avsS2d.lazyload, #T1W3RyMkELHQkT2xTmzbc0aZV0avsS2d.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ELQdE0aBqOA0AzkQThbxxAF2utkXgQmK { width:12.625rem;height:1.625rem;top:40.6875rem;left:3.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15302;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QBJ9zMFUDIHsZB9Xe3Q0xRCVOOmO0Jby { display:flex;width:1.25rem;height:1.25rem;top:42.8125rem;left:1rem;font-size:0.875rem;z-index:15162; }
 }@media only screen and (max-width: 763px) { #qtTTlweZTd2J7IBRmXrVTIbzFlyGCJph { width:3.8125rem;height:1.13671875rem;top:42.875rem;left:2.25rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #CtbWghigkFEWi6mPy8TFQdlUVThBs184 { display:flex;width:1.25rem;height:1.25rem;top:42.8125rem;left:6.6875rem;font-size:0.875rem;z-index:15163; }
 }@media only screen and (max-width: 763px) { #ROHRcF4zsyq5SVJak9HtKpHbgkJa9lcW { width:3.5rem;height:1.13671875rem;top:42.875rem;left:8rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #QohTXPXptG75NOZh7qrBTxdFEKnGGnxM { display:flex;width:1.25rem;height:1.25rem;top:42.8125rem;left:12.4375rem;font-size:0.875rem;z-index:15164; }
 }@media only screen and (max-width: 763px) { #iTeLknVVAmdfSNJRilbL76Off0WoREF5 { width:6rem;height:1.13671875rem;top:42.875rem;left:14rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #zi0X69lyii5CSvPW9SMObcft5vBrUFET { width:18.9375rem;height:2.8125rem;top:45.25rem;left:0.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #dJWPvsI2TzrTGi6Ogt92STJcW5mGIdvK { width:7.9375rem;height:1.70605625rem;top:45.8125rem;left:4.8125rem;font-size:1.3125rem;text-align:right;text-align-last:right;z-index:15173;display:block; }
 }@media only screen and (max-width: 763px) { #zLGWf7yMtNITF8pXtpaWyt58Cdz6bSOQ { width:4.125rem;height:0.9746125rem;top:46.1875rem;left:1.1875rem;font-size:0.75rem;text-align:right;text-align-last:right;color:#1f6760;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #bfoLxVViD58bKlHKOl2MDQgcCbNqper3 { width:5.6875rem;height:1.13671875rem;top:46.125rem;left:12.25rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15172;display:block; }
 }@media only screen and (max-width: 763px) { #Bn04eVxgTV8pH8MDl0II7Bq4KuRMx95Q { background-color:#6d8b96;background-image:url("https://images.assets-landingi.com/uc/02ede881-bf09-4cc8-bc39-c7bad0f34327/bg2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Bn04eVxgTV8pH8MDl0II7Bq4KuRMx95Q.adaptive-delivery-prevent-bg, #Bn04eVxgTV8pH8MDl0II7Bq4KuRMx95Q.lazyload, #Bn04eVxgTV8pH8MDl0II7Bq4KuRMx95Q.lazyloading { background-image: none; }#Bn04eVxgTV8pH8MDl0II7Bq4KuRMx95Q > .row .container { width:20rem;height:29.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z24zKLUAC6tmPQUbewJ80EvDrLTntF8U { width:7.125rem;height:0.9746125rem;top:12.9375rem;left:12.25rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wOOetoXqCycQhZyxcsLGd09spF7xt1fv { width:7.9375rem;height:1.3808625rem;top:11.6875rem;left:11.5rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #UF31CTGbWmrWUIuT6UpGqT4ytC8TbbhT { width:7.5625rem;height:1.13671875rem;top:10.5rem;left:11.8125rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#1f6760;display:block; }
 }@media only screen and (max-width: 763px) { #ezyx5vOeCidXf7tamPg7W2oL5fb35ApP { width:1.375rem;height:1.13671875rem;top:12.625rem;left:1.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CIyCaT7zPABCk6VhpPiX05lcn6xwOI0e { display:flex;width:1.25rem;height:1.25rem;top:12.4375rem;left:3.0625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #DxVohsrLR7ASIQ7ceUBmxQhE1JWWip2f { width:1.3125rem;height:1.13671875rem;top:12.625rem;left:4.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pUgqqsbTnUzGsX3rk18nl5pQ3dTwdWC5 { display:flex;width:1.25rem;height:1.25rem;top:12.5625rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Ixvi1KCkmnv8JVyZh9rc2RUqqtCSF1AB { width:6.9375rem;height:1.13671875rem;top:12.625rem;left:7.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kw9aFuqeH8Dhl2u6LPSZeTGXFRtkZVXq { display:flex;width:1.375rem;height:1.375rem;top:12.5rem;left:5.625rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #dQIa28k3XSFoQLRf4eLpQE53pGPUehdk { width:13.5625rem;height:1.29980625rem;top:10.8125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15289;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #H49fJa31dwANT2kMOvAIhHMX9Vt1vF6k { width:17.5rem;height:2.5rem;top:42.6875rem;left:1.25rem;font-size:1rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #rV8nyQafRUOGuS4rLmo28H4KJUhNiio2 { display:block; }
 }@media only screen and (max-width: 763px) { #kWPBEdrWG2dURRAIyvknkuUzfoW6tZto { width:13.75rem;height:2.5rem;top:27.125rem;left:3.125rem;font-size:1rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hP4J5TTP3ckyzGG6AU7u9Tf4tJIxoEPu { display:block; }
 }@media only screen and (max-width: 763px) { #mUTJU1hGGruMAVs5PO8CncdDzmtqIeuV { width:17.5rem;height:2.5rem;top:25.1875rem;left:1.25rem;font-size:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15003;font-family:poppins;font-weight:400;font-style:normal;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #b2b2b2);background-image: -moz-linear-gradient(180deg, #ffffff, #b2b2b2);background-image: -ms-linear-gradient(180deg, #ffffff, #b2b2b2);background-image: -o-linear-gradient(180deg, #ffffff, #b2b2b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2b2b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2b2b2' );";background-image: linear-gradient(180deg, #ffffff, #b2b2b2);background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #i5Vsk5OHAprcffUFaMu050zPTU1gTkQJ { display:block; }
 }@media only screen and (max-width: 763px) { #SEAQz3N7ekuwGRi0LyeamsZpfTHQsK6x { width:20rem;height:4.0625rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxTSApSwy5hGzXqXbHcPlTMoHWGlztR4 { width:9.6875rem;height:5.625rem;top:3.6875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMB2fB32FXRg42ayI1vG0WKsf7c6nlKa { width:9.6875rem;height:5.625rem;top:3.6875rem;left:10.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVll73ZI90gJDDItIumCRSt45R5C7TZD { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IaofF25SgHzkUTHCEJT0Tx41kxlZT9HF { width:20rem;height:5.625rem;top:40.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqqN6cOZQTNJwPNJ5TrxEp04FLMMhqGE { width:20rem;height:auto;top:42.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15289;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #DL61cSAaCKaaebfgmr66NKuny73yVLEO { display:flex;width:1.625rem;height:1.625rem;top:43.125rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3KHrUNDOZkT6CfuhCz5vFqqxqC5EZhp { width:2.125rem;height:auto;top:43.375rem;left:8.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qVt9ABJSEccfr3kS00NRnV7tSxOdtxNf { display:flex;width:1.625rem;height:1.625rem;top:42.9375rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcEsI9KzbEey8DtbSbPnkQiuKsPck6VS { width:2.25rem;height:auto;top:43.375rem;left:8.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gtOko79OA6FVikKkQTeCXd5GEKSXxqAs { display:flex;width:1.625rem;height:1.625rem;top:43.125rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hAdH98eRsh6cxiuPpZpgsf5tX4Rf01MU { width:6rem;height:auto;top:43.375rem;left:7rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #c40hE4RVImryvoABcILG5dwowHGAk6nT { width:7.25rem;height:auto;top:43.375rem;left:6.375rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#ad9564;display:none; }
 }@media only screen and (max-width: 763px) { #TUZFwgPQv88ps4ewscKh8SmzbOCNcJkl { width:7.9375rem;height:auto;top:43.0625rem;left:6rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #LnUO4hc1IHqKIO1yyUrD5fR3K6tGQ1QX { width:5.9375rem;height:auto;top:43.375rem;left:7rem;font-size:0.75rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #sIXALpldQQ0ceC6NRM4kaCJzwKxtiZWl { width:13.75rem;height:2.5rem;top:42.5rem;left:3.125rem;font-size:1rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQ9RXsTNT8t4CMDl0Smr8Agy17gUPRzh { display:block; }
 }@media only screen and (max-width: 763px) { #TyFFkTCogUT8q03Jyr2244iKx6rduzD9 { width:20rem;height:5.625rem;top:48.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lteiT8HhSr1bxpcByMJS6HeJhkHxUG31 { width:20rem;height:auto;top:50rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15289;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #X1fnxzvo6enH2LKQHSlrd9mTdO9hKpZG { display:flex;width:1.625rem;height:1.625rem;top:50.25rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9TiOaqXdBnaTQe4TWqH624kW4AT2eSz { width:2.125rem;height:auto;top:50.5rem;left:8.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #enLFXznUTcMLtudCzKykLuPdaWqlwNQT { display:flex;width:1.625rem;height:1.625rem;top:50.0625rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVivStG8D3qDtcIQaGQrUpZygdglWltx { width:2.25rem;height:auto;top:50.5rem;left:8.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WdzrLtVttLOBF3oZ1vtlxcEeDkLZOiqB { display:flex;width:1.625rem;height:1.625rem;top:50.25rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OdNe1HxCLKL1ZzV9VItdv22QwHs7kDt9 { width:6rem;height:auto;top:50.5rem;left:7rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LVPaPn0TK5vTdfNEtpiTLEt8cMQcVed5 { width:7.25rem;height:auto;top:50.5rem;left:6.375rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#ad9564;display:none; }
 }@media only screen and (max-width: 763px) { #xBsBfI7rDAcEuSERKeEf8Ii8RJ52ZWzl { width:7.9375rem;height:auto;top:50.1875rem;left:6rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #WsektxOrrSzhPiB4KaSxHZCBgmRhwAVO { width:5.9375rem;height:auto;top:50.5rem;left:7rem;font-size:0.75rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #J5rybP9Fq95zWDKW12CJ0qUThrx4XS6R { width:13.75rem;height:2.5rem;top:49.625rem;left:3.125rem;font-size:1rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #INUOXohXFeR9ht0SCrMb8OVSQArL5xXZ { display:block; }
 }@media only screen and (max-width: 763px) { #OITwIDr9hvEamTiF7NVapg1QXBF6tC52 { width:20rem;height:4.0625rem;top:15.0625rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #eDMPuBG20EyTJwnBKMOSBGDs9CmWpgVi { display:flex;width:1.25rem;height:1.25rem;top:17.4375rem;left:0.625rem;font-size:0.875rem;z-index:15154; }
 }@media only screen and (max-width: 763px) { #gFwPaL6Mvz2Gf25NNamICurKUv8qrLrG { width:1.375rem;height:1.13671875rem;top:17.5rem;left:1.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15142;display:block; }
 }@media only screen and (max-width: 763px) { #R8mwqfW0ZRc0On2WidbWIZuLroKLZkZB { display:flex;width:1.25rem;height:1.25rem;top:17.3125rem;left:3.0625rem;font-size:0.875rem;z-index:15155; }
 }@media only screen and (max-width: 763px) { #t4bwWAIJ9B1K5zy3Q52PN8ek7m7OHgEk { width:1.3125rem;height:1.13671875rem;top:17.5rem;left:4.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15143;display:block; }
 }@media only screen and (max-width: 763px) { #udHhTqfJcb00zHtsSJu2RKE2VTT1DE1E { display:flex;width:1.375rem;height:1.375rem;top:17.375rem;left:5.625rem;font-size:0.9375rem;z-index:15156; }
 }@media only screen and (max-width: 763px) { #ZqrIBerrrL3mIBlT330Sht9hKMT2FXPu { width:6.9375rem;height:1.13671875rem;top:17.5rem;left:7.125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15145;display:block; }
 }@media only screen and (max-width: 763px) { #rGf3VNPbwFmcZORfTTZX0wW45Kdw3SdJ { width:13.5625rem;height:1.29980625rem;top:15.6875rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15300;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #oxh7ecBIFt1Q7iG68IXQLk5VDV4U7a5k { width:7.9375rem;height:1.3808625rem;top:16.5625rem;left:11.5rem;font-size:1.0625rem;text-align:right;text-align-last:right;z-index:15168;display:block; }
 }@media only screen and (max-width: 763px) { #umtIsamMoKIrEyGbrX1ff5gZ1yCHSipG { width:7.5625rem;height:1.13671875rem;top:15.375rem;left:11.8125rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#1f6760;z-index:15166;display:block; }
 }@media only screen and (max-width: 763px) { #HQDGUoOG7A2XXn1MTfG4TVEEunMoRQFp { width:7.125rem;height:0.9746125rem;top:17.8125rem;left:12.25rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15167;display:block; }
 }@media only screen and (max-width: 763px) { #kNBdThz1yP75IruRE51sKNdZFLRvoWH8 { width:20rem;height:4.0625rem;top:19.9375rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #yFrNaSoTmTmim82muUZV2sZBLWBwRnXx { display:flex;width:1.25rem;height:1.25rem;top:22.3125rem;left:0.625rem;font-size:0.875rem;z-index:15165; }
 }@media only screen and (max-width: 763px) { #W77NJ7sNW5EPS90Moo0PwU2cS549k2at { width:1.375rem;height:1.13671875rem;top:22.375rem;left:1.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #hkoDiDgmkQ2XF21ouxNULNQCUXxTnFw6 { display:flex;width:1.25rem;height:1.25rem;top:22.1875rem;left:3.0625rem;font-size:0.875rem;z-index:15166; }
 }@media only screen and (max-width: 763px) { #HIklJmf3I9Jfv7ZySL8pyT7biq1hfpA5 { width:1.3125rem;height:1.13671875rem;top:22.375rem;left:4.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15154;display:block; }
 }@media only screen and (max-width: 763px) { #TuEogoWnCETSsyht0kwh1DbPAx0SFs7z { display:flex;width:1.375rem;height:1.375rem;top:22.25rem;left:5.625rem;font-size:0.9375rem;z-index:15167; }
 }@media only screen and (max-width: 763px) { #PoIPmTEJkt3BaMWyGayQbMeCeO9OEoiC { width:6.9375rem;height:1.13671875rem;top:22.375rem;left:7.125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #iLz0Ta56vKrrbLAUXfToJ73bzZTat9Ca { width:13.5625rem;height:1.29980625rem;top:20.5625rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15311;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fxLvreJmspUv9ODbMfh2f8dqLTPKTzMT { width:7.9375rem;height:1.3808625rem;top:21.4375rem;left:11.5rem;font-size:1.0625rem;text-align:right;text-align-last:right;z-index:15179;display:block; }
 }@media only screen and (max-width: 763px) { #EIJHZVTy07TV7EP3yIFMX6DpzVbdLls2 { width:7.5625rem;height:1.13671875rem;top:20.25rem;left:11.8125rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#1f6760;z-index:15177;display:block; }
 }@media only screen and (max-width: 763px) { #yK8fg1JLxmT4McoM3ptGH7te74LolLqG { width:7.125rem;height:0.9746125rem;top:22.6875rem;left:12.25rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15178;display:block; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5784cdc2-ee9e-4874-a60b-98aa5daf0893/bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.14); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.14); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { width:18.25rem;height:5.76953125rem;top:14.1875rem;left:0rem;font-size:0.75rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { width:9rem;height:1.5rem;top:2.8125rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:left;text-align-last:left;color:#f0eec4;display:block; }
 }@media only screen and (max-width: 763px) { #I2vvZsaIiZDsTP3xGTpcqnTsX5oBz2Fh { width:18.25rem;height:0;top:3.373046875rem;left:0.875rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #sQ7xDexG37cLReoZ5fWLJnNTOTIOzkBE { width:7.3125rem;height:0;top:10.54296875rem;left:1.25rem;font-size:0.75rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #VWGu37OCehdVX9k6xRXJtd8fM0OWSqVP { width:12.375rem;height:0;top:10.5625rem;left:7rem;font-size:0.75rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #Gg0QrhuZva4fkiRSVsXzo5TAkRzECMVu { width:4.3125rem;height:1.04980625rem;top:3.162109375rem;left:6.125rem;font-size:0.875rem;line-height:1.2;text-align:left;text-align-last:left;color:#f0eec4;display:block; }
 }@media only screen and (max-width: 763px) { #KElKa3TS8Pd1B5TzWUu91hI5fqL3sN7B { width:20rem;height:2.3994125rem;top:4.3125rem;left:0rem;font-size:2rem;line-height:1.2;text-align:left;text-align-last:left;color:#f0eec4;display:block; }
 }@media only screen and (max-width: 763px) { #TqVfwXrigoRSWa68HG4Z8Z3zA6vHqcva { width:20rem;height:0.8994125rem;top:6.8359375rem;left:0rem;font-size:0.75rem;line-height:1.2;text-align:left;text-align-last:left;color:#f0eec4;display:block; }
 }@media only screen and (max-width: 763px) { #Wsyoac5sQ3DJVMU9thJpnpFQiLZXN8gZ { width:18.5rem;height:5.76953125rem;top:22rem;left:0rem;font-size:0.75rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cEL4dEK8IiVxup1Bq9GF0ey22sNhRife { width:15.375rem;height:2.625rem;top:9.015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF2UgXN7nNNiclglb7aaB8U6D9LK4hVH { width:16.25rem;height:1.625rem;top:9.453125rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f60rluEOHiFxXoJLVs0rQbJICZnaVaJn { background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/3731f95b-9508-4ac7-bbd1-05f2c7392977/bg4.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#f60rluEOHiFxXoJLVs0rQbJICZnaVaJn.adaptive-delivery-prevent-bg, #f60rluEOHiFxXoJLVs0rQbJICZnaVaJn.lazyload, #f60rluEOHiFxXoJLVs0rQbJICZnaVaJn.lazyloading { background-image: none; }#f60rluEOHiFxXoJLVs0rQbJICZnaVaJn > .row .container { background-color: transparent; background-image: none; }#f60rluEOHiFxXoJLVs0rQbJICZnaVaJn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f60rluEOHiFxXoJLVs0rQbJICZnaVaJn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f60rluEOHiFxXoJLVs0rQbJICZnaVaJn > .row .container > .video-iframe-container { display: none; }#f60rluEOHiFxXoJLVs0rQbJICZnaVaJn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f60rluEOHiFxXoJLVs0rQbJICZnaVaJn > .row > .video-iframe-container { display: none; }#f60rluEOHiFxXoJLVs0rQbJICZnaVaJn > .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); }#f60rluEOHiFxXoJLVs0rQbJICZnaVaJn > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szoTW119cPTnBnB9zw3P2HOQyGVrmyok { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eqsOuL6ieNNtiMe75NPR5zTuA60GPVhO { width:5.5625rem;height:2rem;top:2.75rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaJdfIPkbko4TuaNt8hzDyQ5MGfmd8Gr { width:3.9375rem;height:3.9375rem;top:6rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJVL8q6r4vdd0FlrFyiIr78NLAr2R3LA { width:0.125rem;height:3.5rem;top:6rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlWSLsJ5C75oNIGQHm50BWWGTHD2nWX2 { width:12.5rem;height:2.68066875rem;top:6.775390625rem;left:5.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyu4NdutWHk85dH6dafyT1gBrLSNrhv8 { width:2.5rem;height:2.5rem;top:11.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViOavwIqzCabwmoHiv6ZDnRLmLDarqGq { width:0.125rem;height:3.5rem;top:10.875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXgeeeP2blxEFa9WdxTwP7u7vn8ILdsU { width:13.75rem;height:3.57421875rem;top:10.837890625rem;left:5.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhhTv4zSLCliM6fb4f62fz2wMBTZ6Mn8 { width:2.5rem;height:2.5rem;top:16.125rem;left:1rem;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/f9fd11fd-0de3-4e84-b098-bb0f4d7541f2/icon27.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#FhhTv4zSLCliM6fb4f62fz2wMBTZ6Mn8.adaptive-delivery-prevent-bg, #FhhTv4zSLCliM6fb4f62fz2wMBTZ6Mn8.lazyload, #FhhTv4zSLCliM6fb4f62fz2wMBTZ6Mn8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #r0HcG0aDGLH8JECtIdLHUKtncbFWEmJw { width:0.125rem;height:3.5rem;top:15.625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKvnQyQv2XTMcIPcyD9VSmpHdoWK8sez { width:13.875rem;height:2.68066875rem;top:16.033203125rem;left:5.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpvnQNFGeCxAUKyUnifZtmqVooccW8Ec { width:2.5rem;height:2.5rem;top:20.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4p75S7WnRmxdtvta13MF07ccZHepamL { width:0.125rem;height:3.5rem;top:20.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV3N97HKPvJU6ehnwO6FRousOg2cBDha { width:14.6875rem;height:3.57421875rem;top:20.337890625rem;left:5.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHlQpdIf3IEitzOiGNu89iEMzNZzq0Dk { width:2.5rem;height:2.5rem;top:25.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #taOv0pp9Akn6oH3lIw6mDKPeseAaOQdS { width:0.125rem;height:3.5rem;top:25.125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFb3qbHzre402CmIkJhzJSTPB9y7tLan { width:14.1875rem;height:2.68066875rem;top:25.533203125rem;left:5.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLV81sULnwT7EiguATy0z5PT5RPbBw8c { width:2.5rem;height:2.5rem;top:30.375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiaJ3raeoWZS7aHLeKv3yODgEmtRf1X1 { width:0.125rem;height:3.5rem;top:29.875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZCgk8ZK6A7uMg6No5cuDykZaELmAu7l { width:14.1875rem;height:3.57421875rem;top:29.837890625rem;left:5.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXST79rSBNT1we9nRXtsWCyKDHnCXHTd { display:block; }#OXST79rSBNT1we9nRXtsWCyKDHnCXHTd > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZUZHPZt6TXvR8mNEBW5gmTch4PvUFXO { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OIDGDrTDaOg30Z5VoJsVmZ1R59rwvAes { width:9.6875rem;height:5.25rem;top:3.7863922119141rem;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:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/5772b3df-6ced-4631-adf4-19be64cbfdf9/canvascherngtalaycondocoverbanner03desktop1920x800.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OIDGDrTDaOg30Z5VoJsVmZ1R59rwvAes.adaptive-delivery-prevent-bg, #OIDGDrTDaOg30Z5VoJsVmZ1R59rwvAes.lazyload, #OIDGDrTDaOg30Z5VoJsVmZ1R59rwvAes.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #I6TPBoOg63e57nQdRaMWE3SgueHTvNKl { width:9.6875rem;height:5.25rem;top:9.65731716156rem;left:10.312499403954rem;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:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/aebf4059-c956-4653-8c8d-8d1b776a6dc3/canvascherngtalaycondogallery03.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#I6TPBoOg63e57nQdRaMWE3SgueHTvNKl.adaptive-delivery-prevent-bg, #I6TPBoOg63e57nQdRaMWE3SgueHTvNKl.lazyload, #I6TPBoOg63e57nQdRaMWE3SgueHTvNKl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #trGvGyWvh7gc3pG87AvhPbhPowTAFukQ { width:9.6875rem;height:5.25rem;top:15.533565282822rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/7891384d-360e-4fef-b25a-f387e96d6918/5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#trGvGyWvh7gc3pG87AvhPbhPowTAFukQ.adaptive-delivery-prevent-bg, #trGvGyWvh7gc3pG87AvhPbhPowTAFukQ.lazyload, #trGvGyWvh7gc3pG87AvhPbhPowTAFukQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HG2cLoC1JxqFTPd7xBUHh8L2u9OLlcFi { width:9.6875rem;height:5.25rem;top:9.6590919494631rem;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:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/cf62d981-2429-4911-a25c-1ebaafa7f2a1/260331_SIRI_CTL_View08_Gym_FINAL.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HG2cLoC1JxqFTPd7xBUHh8L2u9OLlcFi.adaptive-delivery-prevent-bg, #HG2cLoC1JxqFTPd7xBUHh8L2u9OLlcFi.lazyload, #HG2cLoC1JxqFTPd7xBUHh8L2u9OLlcFi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MEMpNotNEonXizEx055F9qDNf7N0GHJp { width:9.6875rem;height:5.25rem;top:3.7837295532226rem;left:10.312499403954rem;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:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/fcaee036-339c-44b1-bb06-c3a3916d5f65/260331_SIRI_CTL_view_09_Coworking_final4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MEMpNotNEonXizEx055F9qDNf7N0GHJp.adaptive-delivery-prevent-bg, #MEMpNotNEonXizEx055F9qDNf7N0GHJp.lazyload, #MEMpNotNEonXizEx055F9qDNf7N0GHJp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #t6uB6NMe7uLtxQXOKVEHr3OyMWrJJkXr { width:2.375rem;height:2.375rem;top:15.908203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #goHPT4VuyZMcd1fgqp5OrKIMFqlbpAlh { width:6.5625rem;height:0.568359375rem;top:16.8984375rem;left:3.0625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP7roivMUvt1WE4MbQkf9hmcWlVEOueF { width:3.5625rem;height:3.5625rem;top:19.908203125rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aw8f6NIQttQcTIe7iNOs5NvzLKs1gqsP { width:3.5625rem;height:3.5625rem;top:46.625rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c0ciNaGsmhENQ3ITmHXT1nMuKoVLfCCG { width:17.75rem;height:0.9746125rem;top:24.720703125rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXhb1mppi5w4KRH3bSfH5WG4wpzkA53s { width:3.5625rem;height:3.5625rem;top:50.875rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L0hBCoQGG1777QqXGHtkmT4Z3Mpw6u2x { width:17.75rem;height:auto;top:47rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UDyWVLus1g7t93xlzww3VTtxerHvGWnH { width:17.75rem;height:auto;top:52rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDurW7ulWoXBqqUh8QkmIDpzCwd8ag0X { width:3.5625rem;height:3.5625rem;top:26.945315625rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iB43Ca9uy3pcIxNLTilX8LBIBSGHGAld { width:3.5625rem;height:3.5625rem;top:55.0625rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #atTuVm45Q9D0WsV4nn614yRao9Xclucs { width:17.75rem;height:0.9746125rem;top:31.757815625rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZVPhBGCtvwBmReD6TiGwuFPyl39D45Z { width:17.75rem;height:auto;top:56.1875rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OomfbT8kCT2e4wmbQeyWdKpuiSlfzaTT { width:3.5625rem;height:3.5625rem;top:33.982428125rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DvumoPTFLrMXoMOXvkElQ57pBfiy4bIh { width:3.5625rem;height:3.5625rem;top:59.25rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tNigawZsnQPVQpNPPFwZh6LszhnmXU5h { width:17.75rem;height:0.9746125rem;top:38.794928125rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #k17dfAiqrI1ShWAm9kqut37TPos8CTXx { width:17.75rem;height:auto;top:60.375rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Prtn7RgKk81Iqnpwp4AIUyWxK14uN9PH { width:3.5625rem;height:3.5625rem;top:46.625rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EFKaxpn0DuIm2cU6HX2dwTS2ThlVqdTP { width:3.5625rem;height:3.5625rem;top:50.875rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDJbXxZkK0yI1vqDG9VMlVXr2JggMold { width:3.5625rem;height:3.5625rem;top:55.0625rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGlxrFgMgxnM4IzIbcAMp3eWSk1Kn2tl { width:3.5625rem;height:3.5625rem;top:59.25rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5Q391hXA9JqQITnpqEqK1ZWXqvcTgll { width:10.5rem;height:auto;top:47.75rem;left:4.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mC1h066LqNixX3wv2RhaBgG4ze6oetoz { width:9.875rem;height:auto;top:51.1875rem;left:5.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UCHFhBLX2SIZKOd3T6iK0nnu6P6XIyms { width:10.5625rem;height:auto;top:56.1875rem;left:4.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c7O4SCKgv0RNEHKTMtGxq2SJOHPwnsyr { width:12.9375rem;height:auto;top:59.625rem;left:3.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIpgDCBRhVq3TlVDyKwgkWfaIT2nw2wh { width:3.5625rem;height:3.5625rem;top:41.019540625rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZJ8SfamcPektv7ZiMQquKcERSOUuUst { width:3.5625rem;height:3.5625rem;top:63.4375rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lcvRFciQh2oTBtNQUprkXTZC6yvzrR8L { width:3.5625rem;height:3.5625rem;top:63.4375rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #snTX3A9UyfruOEwF3zyPPP9twPyIAcNS { width:17.75rem;height:0.9746125rem;top:45.832040625rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pi4Hl38Dx2BOnfgSD8yDT8x38oTQ03f4 { width:14.8125rem;height:auto;top:63.875rem;left:2.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXIV1uOQNQ0VhOTgEZH9k8EqOK36TFn4 { width:13.75rem;height:auto;top:64.5625rem;left:3.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7nFUwGZaTc9oaITALaiMPrDEQKUq1BB { width:3.5625rem;height:3.5625rem;top:48.056653125rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rfnsgVhrLIT8vksMZwkJtPx9r8rtAeDB { width:3.5625rem;height:3.5625rem;top:67.6875rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLLaoWs9kFETV8mcQEoabwiSwrbksktU { width:17.75rem;height:0.9746125rem;top:52.869153125rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTPNH5bxTukaglmZrWRRFVL34N6qbsU5 { width:14.3125rem;height:auto;top:68.1875rem;left:2.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oesxJKKJv3byJFNiiRqzhPuOUOKXdrly { width:2.375rem;height:2.375rem;top:18.8125rem;left:0rem;z-index:15037;background-color:#f0eec4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FgeMxT9PONzi80QSCqiX1Ck8aMAMkoJx { width:6.5625rem;height:0.568359375rem;top:19.75rem;left:3.0625rem;font-size:0.4375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #scaG8DRqxfTlRP6Ziv5Id1UCDASWwNQ6 { width:2.375rem;height:2.375rem;top:21.6875rem;left:0rem;z-index:15041;background-color:#f0eec4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wOqeFRFXu9DpD24Ev1VqTJOWMgyTC5TA { width:6.5625rem;height:0.568359375rem;top:22.625rem;left:3.0625rem;font-size:0.4375rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #d3lGIl2eeTT4QIVcmgCAD1KvieGIfQTx { width:2.375rem;height:2.375rem;top:24.5625rem;left:0rem;z-index:15045;background-color:#f0eec4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #an30ObZhRyBOq7mqnUW19z0a2yowFsdl { width:6.5625rem;height:1.13671875rem;top:25.1875rem;left:3.0625rem;font-size:0.4375rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4xhX2MKlTdRFPfxNPQy4xCvx3gzNom { width:2.375rem;height:2.375rem;top:15.9375rem;left:10.375rem;z-index:15035;background-color:#f0eec4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Vy1QVUGXP10kXtXbXri4Cq9lNPAbJTwc { width:2.375rem;height:2.375rem;top:18.8125rem;left:10.375rem;z-index:15039;background-color:#f0eec4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uJ0kHlmNGuSn3MOhbmhWHQdD4CDSQ1Uo { width:2.375rem;height:2.375rem;top:21.6875rem;left:10.375rem;z-index:15043;background-color:#f0eec4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eFwV4H3qfhToLFLGok5JCtSVfqkhLaSb { width:2.375rem;height:2.375rem;top:24.5625rem;left:10.375rem;z-index:15047;background-color:#f0eec4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #D3PoBusLrULk8SZmsJLdKucV2rICG2sS { width:2.375rem;height:2.375rem;top:27.4375rem;left:0rem;z-index:15049;background-color:#f0eec4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Tyr9TIVZGzgAHrDWGOmgsxXF0EG19e64 { width:2.375rem;height:2.375rem;top:27.4375rem;left:10.375rem;z-index:15051;background-color:#f0eec4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TcXo63yuJC00xT6D0NJu5TgGTJPrhCpC { width:6.5625rem;height:0.568359375rem;top:28.375rem;left:3.0625rem;font-size:0.4375rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #pAspPU6u9Vrm0NzXWIDm67XXmbdJWfcX { width:2.375rem;height:2.375rem;top:30.3125rem;left:0rem;z-index:15053;background-color:#f0eec4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MCrnutyZPdTSCxFd8xN4E8dKpOiVNSqt { width:2.375rem;height:2.375rem;top:30.3125rem;left:10.375rem;z-index:15055;background-color:#f0eec4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nTqyD8ZAgSyHiZFVTk8swTSdwoTRm1pH { width:7rem;height:1.13671875rem;top:30.75rem;left:3.0625rem;font-size:0.4375rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #axdgykzA1LZNZMEx24aIyM9nVN22FdgU { width:6.5625rem;height:0.568359375rem;top:16.875rem;left:13.4375rem;font-size:0.4375rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #Pmp4m2U4yRztbJkTk2OWakapC7fb5mzC { width:6.5625rem;height:1.13671875rem;top:19.375rem;left:13.4375rem;font-size:0.4375rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #KsrkfgHeEzVLpCzJNCUOK2zbmreThnpD { width:5rem;height:1.13671875rem;top:22.3125rem;left:13.4375rem;font-size:0.4375rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #ScvZn3eqFh9nwRh3tdouK4gBF9M7reSa { width:6.5625rem;height:1.13671875rem;top:25.1875rem;left:13.4375rem;font-size:0.4375rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #wKv4xnG8lRITJMUimQJLvMJhTfnH7Vb4 { width:6.5625rem;height:0.568359375rem;top:28.375rem;left:13.4375rem;font-size:0.4375rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #aB0vqxRyc8oBMlKa2WawUsdZAEAOzZRn { width:5.75rem;height:1.13671875rem;top:30.75rem;left:13.4375rem;font-size:0.4375rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #g1uo7kJeHT4inUeEszi8JFZOqybdG7t5 { width:2.375rem;height:2.375rem;top:33.1875rem;left:0rem;z-index:15057;background-color:#f0eec4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nCBzKMtncfCK6MXzvduCLru7W50RINxU { width:6.5625rem;height:0.568359375rem;top:34.125rem;left:3.0625rem;font-size:0.4375rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #FFn0wSrvSANETFuACgxyfBhUOUuI2Khn { width:2.375rem;height:2.375rem;top:33.1875rem;left:10.375rem;z-index:15059;background-color:#f0eec4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Xu3gNSXkDZhDU844CHpfedDc5fc0dnTP { width:5.875rem;height:1.13671875rem;top:33.875rem;left:13.4375rem;font-size:0.4375rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #lE0rqgxMWqv6BZBlbRnVzHTSOXTHHupC { width:2.375rem;height:2.375rem;top:36.0625rem;left:0rem;z-index:15061;background-color:#f0eec4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #alku7FpXXldueIKJ9NgVVPGWv0uBZRrW { width:2.375rem;height:2.375rem;top:36.0625rem;left:10.375rem;z-index:15063;background-color:#f0eec4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FTN4XZFRsPcLDPKDnl4Bhk5NSUhBp2UG { width:6.5625rem;height:0.568359375rem;top:37rem;left:3.0625rem;font-size:0.4375rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #gFknFT8mMKCoVBCXpkxEcHrS7wWmuywt { width:6.5625rem;height:1.13671875rem;top:36.75rem;left:13.4375rem;font-size:0.4375rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #Dwm4vmVm3KPZe3Ziv0dcbuxNsZ49PB4i { width:2.375rem;height:2.375rem;top:38.9375rem;left:0rem;z-index:15065;background-color:#f0eec4;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OXqwlqDxgz9W13kkqtNrEy5IFe8KnpPX { width:6.5625rem;height:0.568359375rem;top:39.8125rem;left:3.0625rem;font-size:0.4375rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #li1E9oTJDbRhw7BQ4oolmryMh6pxvu4q { width:1.25rem;height:1.25rem;top:16.470703125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg48ccn9MvEBdpcRUe6vOT1oNViWuvfy { width:1.25rem;height:1.25rem;top:16.470703125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9AETWfZOwTRvObTwEXT2bhwtdHefTWb { width:1.25rem;height:1.25rem;top:19.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlc9LhXz5XBgmZfw5rEbyKATuEga6JUC { width:1.25rem;height:1.25rem;top:19.375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDWTfPvKNH5b6iTnFuQn0fVroqSfg5kq { width:1.25rem;height:1.25rem;top:22.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUGHvO3sXZpUtP2bvXVLwlcnOcRcscP0 { width:1.25rem;height:1.25rem;top:22.25rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8K2u5CphsFpCT2R4FAw9W8HIhcQ0JSw { width:1.25rem;height:1.25rem;top:25.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5vaudenJiddfs8Ule4t8eGI5rt57UBa { width:1.4375rem;height:1.4375rem;top:25rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikJkekfNXbv30qVpRwUkZU30TiGaxMQg { width:1.25rem;height:1.25rem;top:28rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTLI3LXTnis4e3sGVblaTWoKC1b1SdKU { width:1.25rem;height:1.25rem;top:28rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXvxzAE1IPMfm3DHCruSsOxtX1OWd8z0 { width:1.25rem;height:1.25rem;top:30.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDcDW1lZ7fhQ9dTUZkEHXosiIEIecBst { width:1.25rem;height:1.25rem;top:30.875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #acxwA5xJm4zhTuFBZ5v4z2cgDC9ih8dc { width:1.25rem;height:1.25rem;top:33.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0azRvJwL1gVXXN7NHRp66KCn3Gqsr8z { width:1.25rem;height:1.25rem;top:33.75rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOlIG0F66otfzETzC4nEiX92XnqTIve4 { width:1.25rem;height:1.25rem;top:36.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTRsuuIZuz9w7cPPSq8zl7xAHUERDJdK { width:1.25rem;height:1.25rem;top:36.625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EThGU4HfT2DN9ZLp1b4XWAX5UGF9MGxc { width:1.25rem;height:1.25rem;top:39.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExLA0bwyFrwrzoXQyMAsrZG5AZNosTNq { display:block; }#ExLA0bwyFrwrzoXQyMAsrZG5AZNosTNq > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJ7DqcDNdhNa8eMdieBMID7D2d2BvIAh { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QCTM1a3DNFKT55d5tbCUM6iZhKD7w89o { width:20rem;height:12.125rem;top:4.125rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmRabzgUXTFWBhy41i5VyhFr0zQXNNdM { width:20rem;height:12.125rem;top:16.9375rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAgM12xWLDMppSWNK9v3hIpDWNN05clK { width:20rem;height:12.125rem;top:29.6875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #USS9zcv94J73Tb2eFZpRil2e3eZVPmTh { width:20rem;height:12.125rem;top:42.4375rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:20rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { width:0.0625rem;height:5rem;top:67.9091796875rem;left:10.5625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #OcPMIQlhZbuZDeg6BWaXW3ku6eLFG3Ta { width:17.5rem;height:2.5rem;top:15.25rem;left:1.25rem;font-size:1rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;z-index:15284;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fda349, #b06318);background-image: -moz-linear-gradient(180deg, #fda349, #b06318);background-image: -ms-linear-gradient(180deg, #fda349, #b06318);background-image: -o-linear-gradient(180deg, #fda349, #b06318);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda349', endColorstr='#b06318' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda349', endColorstr='#b06318' );";background-image: linear-gradient(180deg, #fda349, #b06318);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #nyd6ttTm8BmqsyBAfIcLS0t52BqZfiuo { display:block; }
 }@media only screen and (max-width: 763px) { #RTAT9oKFW59SV4ys88P2EZ0wIiBRzvFq { width:20rem;height:28.125rem;top:50.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AOoR3lceE3FG6IQkvCqsTUbnOkv8imU4 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XK1V6GsVfkZgA8NQ6TPu66KZZ6WPf4u4 { top:7.625rem;left:0rem;width:20rem;height:10.625rem;z-index:15288;display:block; }
 }@media only screen and (max-width: 763px) { #LxJyAzMCVeKXOws77zkr3q7CI7FiMv7b { width:17.5rem;height:2.5rem;top:52.625rem;left:1.25rem;font-size:0.8125rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;font-family:poppins;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fd7350, #9c5540);background-image: -moz-linear-gradient(180deg, #fd7350, #9c5540);background-image: -ms-linear-gradient(180deg, #fd7350, #9c5540);background-image: -o-linear-gradient(180deg, #fd7350, #9c5540);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7350', endColorstr='#9c5540' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7350', endColorstr='#9c5540' );";background-image: linear-gradient(180deg, #fd7350, #9c5540);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xslkwWfOSvhqXE51aLwS8S2SwLqwZUsN { display:block; }
 }@media only screen and (max-width: 763px) { #fBJrTtuiHePgFeCtbP9E10UtM4D36z1s { width:19rem;height:2rem;top:20.4375rem;left:0.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv8QKcBax0UxaM5ULOeal7E2yEQ7ax6u { display:flex;width:1.25rem;height:1.25rem;top:20.875rem;left:1.5rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #hzvmryPcrA9lqfMX7UMaXSHKh3MvpgTx { width:12.25rem;height:1.13671875rem;top:20.875rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3ZbHmn31DX7quWWnxfMTJW12Q4FEfpc { width:19rem;height:2rem;top:41.4375rem;left:0.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9x8qXzkWQ7fkPkAVA8r2OQEgC5lEfKv { display:flex;width:1.25rem;height:1.25rem;top:32.1875rem;left:1.5rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #RiGBdZtJToI1qTRNyQPmSzns54ho7JUb { width:12.1875rem;height:1.7871125rem;top:16.344531774521rem;left:1.2820313572884rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xIDimh3cThlEhB87NCSAL4uFh1ccOGrP { display:flex;width:1.125rem;height:1.125rem;top:41.9375rem;left:1.5rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #b32shzAP0OSBqgsrIgmN5MclVcwVP3Zv { width:19rem;height:2rem;top:31.75rem;left:0.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAwWC7R2SlTCpOpENcAft1bA9prtC1xc { width:12.1875rem;height:1.7871125rem;top:17.309375524521rem;left:7.8124998211863rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJQ7aX41QGs1HOolN64F1uxyfWlVIDcA { width:12.25rem;height:4.5625rem;top:23.6875rem;left:1.1875rem;font-size:0.875rem;display:block; }#QJQ7aX41QGs1HOolN64F1uxyfWlVIDcA li:before{  }
 }@media only screen and (max-width: 763px) { #PeNQXh5NqPIJmJydsgD5kDBVFgQsHaWe { width:7.8125rem;height:4.72265625rem;top:23.625rem;left:10.75rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #OaBrZ2ZKtJ4aMBgd6aCo9Mb6TW8UNDmy { width:12.25rem;height:1.13671875rem;top:32.1875rem;left:3.125rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #RWQGI5AsQ1524KyHA8TD4Hv8w8L8ePOM { width:20rem;height:10.0625rem;top:19.875rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiZPpd9oAgKMvdqsQ4ctlHrFxXzWBdIi { width:20rem;height:8.4375rem;top:31.125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXOLVGtHXwRgqSWX2v1c8k0pcBQGm5Zx { width:11.4375rem;height:2.9375rem;top:35.0625rem;left:1.1875rem;font-size:0.875rem;display:block; }#iXOLVGtHXwRgqSWX2v1c8k0pcBQGm5Zx li:before{  }
 }@media only screen and (max-width: 763px) { #AW5Z13DT91ru0ouNiiyqBF4edg74QIHL { width:7.8125rem;height:2.798825rem;top:35.0625rem;left:10.75rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #PQoys66PcN0rw7NBnrkaTl3kTXvfI7Ow { width:20rem;height:10.0625rem;top:40.8125rem;left:0rem;z-index:14997;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #coz6sPHlDuKWCAV7zWHsua2kot5CHWLr { width:11.9375rem;height:4.5625rem;top:44.8125rem;left:1.1875rem;font-size:0.875rem;display:block; }#coz6sPHlDuKWCAV7zWHsua2kot5CHWLr li:before{  }
 }@media only screen and (max-width: 763px) { #g6cgGTt4hZhXdfuAUtHTdVoIye3F2ofq { width:7.8125rem;height:4.72265625rem;top:44.8125rem;left:10.75rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #mKRtImtLzhTSMf1GZ7Ht26K7uEkuDpKM { width:12.25rem;height:1.13671875rem;top:41.875rem;left:3.125rem;font-size:0.875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #y2dvfR2sDOTtDPdltgEb6uWL5OE0vNTK { width:15.625rem;height:2.2734375rem;top:3.625rem;left:2.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CR5JOM8b4z9kkCtbMFm8v8TmEQMshIUn { display:none; }#CR5JOM8b4z9kkCtbMFm8v8TmEQMshIUn > .row .container { width:20rem;height:74.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b4fmbm23nP0bqKd1iRAFSIlRhJ6mQAQG { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #eu6hXi8ZtvfT80Qgtg8BUDmaGwHP38e6 { width:0.0625rem;height:5rem;top:67.9091796875rem;left:10.5625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #pCzDddukfghdbOcFTGStGdSsb6yL3DUL { width:17.5rem;height:2.5rem;top:15.25rem;left:1.25rem;font-size:1rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;z-index:15284;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fda349, #b06318);background-image: -moz-linear-gradient(180deg, #fda349, #b06318);background-image: -ms-linear-gradient(180deg, #fda349, #b06318);background-image: -o-linear-gradient(180deg, #fda349, #b06318);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda349', endColorstr='#b06318' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda349', endColorstr='#b06318' );";background-image: linear-gradient(180deg, #fda349, #b06318);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #bHU3VyVH4ULRPTwgPfWxbi8UUfgNDvRT { display:block; }
 }@media only screen and (max-width: 763px) { #hXdOuMQfkqz8aCBcg2TBk4s8GdKSEEdn { width:20rem;height:28.125rem;top:50.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FXGco5S4Do8HQaJ51JyoBWr4KP86N3C3 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NaFGKwmWMOfgXODbJqZJa6DClsIMKTNT { top:3.6875rem;left:0rem;width:20rem;height:10.625rem;z-index:15288;display:block; }
 }@media only screen and (max-width: 763px) { #F82eWhXnCMOcfZxc0fSystLnh5fFT4qr { width:17.5rem;height:2.5rem;top:70.412109375rem;left:1.25rem;font-size:1rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;font-family:poppins;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fd7350, #9c5540);background-image: -moz-linear-gradient(180deg, #fd7350, #9c5540);background-image: -ms-linear-gradient(180deg, #fd7350, #9c5540);background-image: -o-linear-gradient(180deg, #fd7350, #9c5540);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7350', endColorstr='#9c5540' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7350', endColorstr='#9c5540' );";background-image: linear-gradient(180deg, #fd7350, #9c5540);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PXoesZzN6sNpvyoWaNm2C9yCAn6nx46B { display:block; }
 }@media only screen and (max-width: 763px) { #i7LGKM6fzxKTucPh4SPK6BkC56kRUMC3 { width:19rem;height:2rem;top:17.3125rem;left:0.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQAmmLAWHNxu3sJZsM03POTpbuJMszMu { display:flex;width:1.25rem;height:1.25rem;top:17.75rem;left:1.125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #k7ezGGZJoEbKTStoET12xOXL5Z3Pm9xR { width:12.25rem;height:1.13671875rem;top:17.75rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuQPUJt0FGk8IgWuNlyqLba3BEnI6kog { width:19rem;height:2rem;top:49.25rem;left:0.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPfsNl7mv38t2nSm8UrHrktDJoA6q9tI { display:flex;width:1.375rem;height:1.375rem;top:37.1875rem;left:1rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #IT64GuxuTbVVmUDf41hvGDpMWRC7rdvk { width:12.1875rem;height:1.7871125rem;top:16.344531774521rem;left:1.2820313572884rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FeouOzQsIRQ0ssVVi0CNx37icpTxpCe8 { display:flex;width:1.125rem;height:1.125rem;top:49.75rem;left:1.625rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #mVwHZKcRb8LcykNeug2KEedaAyEhuTus { width:19rem;height:2rem;top:36.875rem;left:0.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN7PWw6HDmJTvpMg9e5ludxBJ2TT5r3W { width:12.1875rem;height:1.7871125rem;top:17.309375524521rem;left:7.8124998211863rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CzZsx5qXXA5GGVvKzeUfAoIMaQ5Sr1MZ { width:19rem;height:2rem;top:58.6875rem;left:0.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAZqfai07SWdkb0Tli8Rm1lQh0wqVdbn { display:flex;width:1.25rem;height:1.25rem;top:59.0625rem;left:1.0625rem;z-index:15052;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #t6OeC11rnTX9EGIKOTao0LbWaySxUKUW { width:15.4375rem;height:1.7871125rem;top:18.575000524521rem;left:4.5625002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dsOFWUicrkuTUMCaFAr5ph5MoyfoFhne { width:12.25rem;height:12.0625rem;top:21rem;left:1.25rem;font-size:0.875rem;display:block; }#dsOFWUicrkuTUMCaFAr5ph5MoyfoFhne li:before{  }
 }@media only screen and (max-width: 763px) { #yFhaZHM0yEGB6DX3HhHJebQ5g9IplDea { width:7.8125rem;height:12.59375rem;top:20.75rem;left:11rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #L5KJumzTp8pNeZhOqKIkxzLXQQfzIHb4 { width:12.25rem;height:1.13671875rem;top:37.3125rem;left:2.6875rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #uxPgxysUfZQHchkE6bZTHbtdefnBO5AC { width:20rem;height:18rem;top:16.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqfVDykbRBTqchpOPGhikUh63A0LLZx5 { width:20rem;height:10.875rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9gkNh2Ro683Sinalvc6EgVJULyIv1dJ { width:11.4375rem;height:5.5625rem;top:40.162109375rem;left:1.25rem;font-size:0.875rem;display:block; }#i9gkNh2Ro683Sinalvc6EgVJULyIv1dJ li:before{  }
 }@media only screen and (max-width: 763px) { #tRWbAQthI0ZWSLwfRkNoZsfMJ0bMQJuy { width:7.8125rem;height:4.1982375rem;top:40.70703125rem;left:11rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ddi8TMTchDnQ5fLfULe05Wq4kF2Ub3JX { width:20rem;height:7.8125rem;top:48.625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #uzTldSRTO66rLLdOyOTU7lpXF5vidscF { width:11.9375rem;height:2.625rem;top:52.287109375rem;left:1.25rem;font-size:0.875rem;display:block; }#uzTldSRTO66rLLdOyOTU7lpXF5vidscF li:before{  }
 }@media only screen and (max-width: 763px) { #Km7RNhTJNNtkTGRtZRCbV0Ua07JVxk5v { width:7.8125rem;height:1.3994125rem;top:52.287109375rem;left:11rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #A1lyTRpxkMkFohF4gokRFJTHtaJFRs5e { width:12.25rem;height:1.13671875rem;top:49.6875rem;left:3.1875rem;font-size:0.875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #EX5tu3kWFcTSwsmZOQIV3KL2gZkg7lTx { width:20rem;height:10.875rem;top:57.974609375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #nMoOc2mkrcTqucT7elyqobpR1yOTb8sh { width:11.4375rem;height:5.5625rem;top:61.849609375rem;left:1.25rem;font-size:0.875rem;display:block; }#nMoOc2mkrcTqucT7elyqobpR1yOTb8sh li:before{  }
 }@media only screen and (max-width: 763px) { #vpGSyE9wxJftx4SpxMUOoqlP9ieKptOg { width:7.8125rem;height:4.1982375rem;top:61.849609375rem;left:11rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #DUOi4qtBphlrFeq4AcN4KFe6Ol0AEtB8 { width:12.25rem;height:1.13671875rem;top:59.125rem;left:2.875rem;font-size:0.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { width:20rem;height:0.8125rem;top:0.6865234375rem;left:0rem;font-size:0.625rem;display:block; }
 }