.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/3564ee0a-8cd6-42d3-b4c5-aac66636718d/1234.jpg");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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3b6c5, #ee889f);background-image: -moz-linear-gradient(180deg, #f3b6c5, #ee889f);background-image: -ms-linear-gradient(180deg, #f3b6c5, #ee889f);background-image: -o-linear-gradient(180deg, #f3b6c5, #ee889f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3b6c5', endColorstr='#ee889f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3b6c5', endColorstr='#ee889f' );";background-image: linear-gradient(180deg, #f3b6c5, #ee889f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:15002;text-align:center;text-align-last:center;top:31.8125rem;left:42.4365234375rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eXBx6nBGnmXPtJGTnhypGvkSFFzKZZFU { color:#000000;display:block;width:35.874rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:17.4375rem;left:36.125rem;height:4.875rem;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.0625rem;width:19.9375rem;top:3.623046875rem;left:43.997802734375rem;overflow:hidden;display:none; }
#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:23.9375rem;left:44.875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#exDGuP75J5MMKU9zzhyvzVqpxl8tdvba { color:#f3b6c5;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:24.5rem;left:39.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X1ungUhxsWdIO7AU45e0y2qCCz6eqR8M { box-sizing:content-box;height:3.93676875rem;width:31.875rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0.3);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:23.4375rem;left:38.125rem;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:24.3125rem;left:58.5625rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OZfflEVIqtD7utfSgTZMaxATXpUAHBIm { 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:15.6875rem;width:22.3125rem;top:2.8125rem;left:41.28125rem;overflow:hidden;display:block; }
#zqc03q42Nymo2FTT0w8T1vyUnGVesxc4 { position:absolute;display:block;z-index:15039;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:11.75rem;width:13.1875rem;top:30rem;left:27.25rem;overflow:hidden;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/9afc08d1-2fc1-4fd5-9e22-6eec5515eac4/xt10ekkamaicondoformbg02.webp");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:52.5rem;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.49951171875rem;left:16.529296875rem;height:4.44921875rem;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:#fff2cc;background-image:none;box-shadow: 0.125rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.5625rem;left:0.3125rem;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/df978a56-fa62-4c18-8a67-fe8e9296b53c/2brsimplexcopy.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:16.24658203125rem;left:1.3115234375rem;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:#1c2d56;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:12.875rem;left:8.12109375rem;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:38.375rem;left:7.625rem; }
#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:38.625rem;left:9.8125rem;height:1.28125rem;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:38.1875rem;left:14.875rem; }
#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:38.625rem;left:16.9375rem;height:1.28125rem;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:38.375rem;left:21.75rem; }
#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:38.625rem;left:23.8125rem;height:1.28125rem;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:42.1875rem;left:1.5625rem;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:#1c2d56;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:43.30859375rem;left:4.375rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#S2cTyHuFhGflUk9Gg1dZgRzXRAAP76PD { color:#ee889f;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:42.9375rem;left:11.8125rem;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:43.20703125rem;left:20.4375rem;height:1.4622375rem;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:#fff2cc;background-image:none;box-shadow: 0.125rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.5625rem;left:39.5625rem;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.683625rem;width:33.246125rem;position:absolute;display:block;z-index:15080;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a33f6d94-599b-42d0-9ade-e32cf7d1fe35/XT10EkkamaiRecovered.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:16.2451171875rem;left:40.560546875rem;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:#1c2d56;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:12.87109375rem;left:47.26171875rem;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:38.375rem;left:46.875rem; }
#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:38.625rem;left:49.0625rem;height:1.28125rem;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:38.1875rem;left:54.125rem; }
#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:38.625rem;left:56.1875rem;height:1.28125rem;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:38.375rem;left:61rem; }
#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:38.625rem;left:63.0625rem;height:1.28125rem;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:42.1875rem;left:40.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Oz8miaVusNiKl5UTdFEkJHIcDoGbONXp { color:#1c2d56;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:43.3125rem;left:44.1875rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#BdqfcltFZqfFC3pD0Uw8snd9rGcoh6Mh { color:#ee889f;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:42.9375rem;left:51.6875rem;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:43.14453125rem;left:60.13671875rem;height:1.4622375rem;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; }
#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/36e6c671-26c7-4047-9e0e-b3b5639a7ac5/topfacilitieshirescopy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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.32); }#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.32); }#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:36.75rem;width:75rem;position:relative;display:block; }#xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { color:#ee889f;display:block;width:28.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.9;letter-spacing:0;top:13.9990234375rem;left:3.311767578125rem;height:16.14841875rem;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.224825rem;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; }
#KElKa3TS8Pd1B5TzWUu91hI5fqL3sN7B { color:#fff2cc;display:block;width:30.25rem;position:absolute;font-family:poppins;font-size:3.5625rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:7.625rem;left:3.3125rem;height:4.275175rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XW1q5y5zDwnbXTn5UOzZEPJnHJIR6U7q { color:#fff2cc;display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15034;line-height:1.9;letter-spacing:0;top:13.9990234375rem;left:15.9365234375rem;height:16.14844375rem;text-align:left;text-align-last:left;display:block; }
#TAeevc1mECgHDzJVOgDuXVQtGQL3TQbx { color:#ee889f;display:block;width:1.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15035;line-height:1.9;letter-spacing:0;top:13.9990234375rem;left:14.1240234375rem;height:16.14845rem;text-align:left;text-align-last:left;display:block; }
#TgP8UgQZOK2DQhFfl4l1oDmRMXT0ZFFh { box-sizing:content-box;height:29.25rem;width:38.625rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-4),0.35);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.875rem;left:1.7490234375rem;display:block; }
#oMk1iRSyyX9nl8GluMUShgTvZW6qOQLN { color:#fff2cc;display:block;width:28.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.9;letter-spacing:0;top:13.9990234375rem;left:3.311767578125rem;height:16.14841875rem;text-align:left;text-align-last:left;display:none; }
#FH057uvIuPMdyHKNBiJmAeABtQxmhFz6 { color:#fff2cc;display:block;width:28.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.9;letter-spacing:0;top:13.9990234375rem;left:3.311767578125rem;height:16.14841875rem;text-align:left;text-align-last:left;display:none; }
#rPX9DeoEM987BuHryRwBPaFPM6KmtfS5 { color:#fff2cc;display:block;width:28.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.9;letter-spacing:0;top:13.9990234375rem;left:3.311767578125rem;height:16.14841875rem;text-align:left;text-align-last:left;display:none; }
#MrA4TdSQNLaDfhambAGVIw4tDv5TqBRe { color:#fff2cc;display:block;width:28.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.9;letter-spacing:0;top:13.9990234375rem;left:3.311767578125rem;height:16.14841875rem;text-align:left;text-align-last:left;display:none; }
#p4bzXoRQed7meHIvsrq9lqmiBmtiXkzb { color:#fff2cc;display:block;width:28.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.9;letter-spacing:0;top:13.9990234375rem;left:3.311767578125rem;height:16.14841875rem;text-align:left;text-align-last:left;display:none; }
#rarJBwABnLHdpckeqII359lWBAFhXxpd { color:#fff2cc;display:block;width:28.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.9;letter-spacing:0;top:13.9990234375rem;left:3.311767578125rem;height:16.14841875rem;text-align:left;text-align-last:left;display:none; }
#OXST79rSBNT1we9nRXtsWCyKDHnCXHTd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/79ab4aa8-b776-415c-bbea-06a671c2979c/1258249_159116OULA6H660.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:72.8125rem;width:75rem;position:relative;display:block; }#BZUZHPZt6TXvR8mNEBW5gmTch4PvUFXO { color:#1c2d56;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.6875rem;left:16.53125rem;height:4.3873rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#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/a96898b0-73b2-411c-9104-9cfd4c60bbc9/sansirixt10ekkamaipool.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:28.5625rem;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/af18de61-b9e2-413c-a755-82886f2ded6c/sansirixt10ekkamaithearcade.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:28.5625rem;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/9ce9a8a4-052f-49af-baa3-4305852ae33b/sansirixt10ekkamaithelobby.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:28.5625rem;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/aef3dc19-5f63-4d54-ab57-8788686f84d9/sansirixt10ekkamaigallery15.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12rem;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:url("https://images.assets-landingi.com/uc/4753768d-3231-4382-930f-01081a66525b/XT10Ekkamai05.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:47.25rem;left:2.8125rem;display:block; }#t6uB6NMe7uLtxQXOKVEHr3OyMWrJJkXr.adaptive-delivery-prevent-bg, #t6uB6NMe7uLtxQXOKVEHr3OyMWrJJkXr.lazyload, #t6uB6NMe7uLtxQXOKVEHr3OyMWrJJkXr.lazyloading { background-image: none; }
#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:48.375rem;left:7.1875rem;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:url("https://images.assets-landingi.com/uc/718b59a0-87e9-4814-92ad-06c999ae7cdd/XT10Ekkamai08.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:51.5rem;left:2.8125rem;display:block; }#aP7roivMUvt1WE4MbQkf9hmcWlVEOueF.adaptive-delivery-prevent-bg, #aP7roivMUvt1WE4MbQkf9hmcWlVEOueF.lazyload, #aP7roivMUvt1WE4MbQkf9hmcWlVEOueF.lazyloading { background-image: none; }
#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:url("https://images.assets-landingi.com/uc/ecc5174b-a77a-4ac7-aefd-45c5639800c8/XT10Ekkamai06.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:47.25rem;left:29.250003814698rem;display:block; }#Aw8f6NIQttQcTIe7iNOs5NvzLKs1gqsP.adaptive-delivery-prevent-bg, #Aw8f6NIQttQcTIe7iNOs5NvzLKs1gqsP.lazyload, #Aw8f6NIQttQcTIe7iNOs5NvzLKs1gqsP.lazyloading { background-image: none; }
#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:52.625rem;left:7.25rem;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:url("https://images.assets-landingi.com/uc/43dd7e91-f605-462f-b676-248e1ff2c18a/XT10Ekkamai09.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:51.5rem;left:29.250003814698rem;display:block; }#yXhb1mppi5w4KRH3bSfH5WG4wpzkA53s.adaptive-delivery-prevent-bg, #yXhb1mppi5w4KRH3bSfH5WG4wpzkA53s.lazyload, #yXhb1mppi5w4KRH3bSfH5WG4wpzkA53s.lazyloading { background-image: none; }
#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:48.38151550293rem;left:33.708332061767rem;height:1.29980625rem;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:52.625rem;left:33.625003814698rem;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:url("https://images.assets-landingi.com/uc/cb4c532c-65a4-4765-8d76-f7766fc6fff2/XT10Ekkamai11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:55.6875rem;left:2.8125rem;display:block; }#yDurW7ulWoXBqqUh8QkmIDpzCwd8ag0X.adaptive-delivery-prevent-bg, #yDurW7ulWoXBqqUh8QkmIDpzCwd8ag0X.lazyload, #yDurW7ulWoXBqqUh8QkmIDpzCwd8ag0X.lazyloading { background-image: none; }
#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:url("https://images.assets-landingi.com/uc/e6431e4f-abc7-4239-88f2-75a00fdde4fa/XT10Ekkamai12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:55.6875rem;left:29.250003814698rem;display:block; }#iB43Ca9uy3pcIxNLTilX8LBIBSGHGAld.adaptive-delivery-prevent-bg, #iB43Ca9uy3pcIxNLTilX8LBIBSGHGAld.lazyload, #iB43Ca9uy3pcIxNLTilX8LBIBSGHGAld.lazyloading { background-image: none; }
#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.8125rem;left:7.25rem;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.8125rem;left:33.625003814698rem;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:url("https://images.assets-landingi.com/uc/c24c6d35-4bf9-423f-84d1-d3472d6f9089/XT10Ekkamai14.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:59.875rem;left:2.8125rem;display:block; }#OomfbT8kCT2e4wmbQeyWdKpuiSlfzaTT.adaptive-delivery-prevent-bg, #OomfbT8kCT2e4wmbQeyWdKpuiSlfzaTT.lazyload, #OomfbT8kCT2e4wmbQeyWdKpuiSlfzaTT.lazyloading { background-image: none; }
#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:url("https://images.assets-landingi.com/uc/6c32357e-cc0c-493a-8112-fc91b7b89546/XT10Ekkamai16.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:59.875rem;left:29.250003814698rem;display:block; }#DvumoPTFLrMXoMOXvkElQ57pBfiy4bIh.adaptive-delivery-prevent-bg, #DvumoPTFLrMXoMOXvkElQ57pBfiy4bIh.lazyload, #DvumoPTFLrMXoMOXvkElQ57pBfiy4bIh.lazyloading { background-image: none; }
#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:61.00651550293rem;left:7.2083320617675rem;height:1.29980625rem;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:61rem;left:33.625003814698rem;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:url("https://images.assets-landingi.com/uc/d43009a6-d69f-4263-8685-3d2150f02d20/XT10Ekkamai07.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:47.25rem;left:55.687503814698rem;display:block; }#Prtn7RgKk81Iqnpwp4AIUyWxK14uN9PH.adaptive-delivery-prevent-bg, #Prtn7RgKk81Iqnpwp4AIUyWxK14uN9PH.lazyload, #Prtn7RgKk81Iqnpwp4AIUyWxK14uN9PH.lazyloading { background-image: none; }
#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:url("https://images.assets-landingi.com/uc/847f6c6a-29e9-47d2-9182-8959437b2ec3/XT10Ekkamai10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:51.5rem;left:55.687503814698rem;display:block; }#EFKaxpn0DuIm2cU6HX2dwTS2ThlVqdTP.adaptive-delivery-prevent-bg, #EFKaxpn0DuIm2cU6HX2dwTS2ThlVqdTP.lazyload, #EFKaxpn0DuIm2cU6HX2dwTS2ThlVqdTP.lazyloading { background-image: none; }
#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:url("https://images.assets-landingi.com/uc/1c7b7b5f-dd96-412e-9b41-5784301d0e4c/XT10Ekkamai13.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:55.6875rem;left:55.687503814698rem;display:block; }#uDJbXxZkK0yI1vqDG9VMlVXr2JggMold.adaptive-delivery-prevent-bg, #uDJbXxZkK0yI1vqDG9VMlVXr2JggMold.lazyload, #uDJbXxZkK0yI1vqDG9VMlVXr2JggMold.lazyloading { background-image: none; }
#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:url("https://images.assets-landingi.com/uc/b42b1cf2-09c6-4444-853a-4c6bade52ef9/XT10Ekkamai17.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:59.875rem;left:55.687503814698rem;display:block; }#KGlxrFgMgxnM4IzIbcAMp3eWSk1Kn2tl.adaptive-delivery-prevent-bg, #KGlxrFgMgxnM4IzIbcAMp3eWSk1Kn2tl.lazyload, #KGlxrFgMgxnM4IzIbcAMp3eWSk1Kn2tl.lazyloading { background-image: none; }
#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:48.375rem;left:60.062503814698rem;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:52.63151550293rem;left:60.062503814698rem;height:1.29980625rem;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.8125rem;left:60.062503814698rem;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:61.00651550293rem;left:60.062503814698rem;height:1.29980625rem;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:url("https://images.assets-landingi.com/uc/2b002624-a634-4cb1-b1e9-8ec50cb09d89/XT10Ekkamai15.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:64.0625rem;left:2.8125rem;display:block; }#sIpgDCBRhVq3TlVDyKwgkWfaIT2nw2wh.adaptive-delivery-prevent-bg, #sIpgDCBRhVq3TlVDyKwgkWfaIT2nw2wh.lazyload, #sIpgDCBRhVq3TlVDyKwgkWfaIT2nw2wh.lazyloading { background-image: none; }
#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:65.1875rem;left:7.25rem;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; }
#VDlFLMU11lw3i1cF9BM7eATX12ZiCqXc { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/cc6c707f-b2d8-4b3a-864e-90f372f7aff5/sansirixt10ekkamaithepawpark.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12rem;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; }#VDlFLMU11lw3i1cF9BM7eATX12ZiCqXc.adaptive-delivery-prevent-bg, #VDlFLMU11lw3i1cF9BM7eATX12ZiCqXc.lazyload, #VDlFLMU11lw3i1cF9BM7eATX12ZiCqXc.lazyloading { background-image: none; }
#CtXgrSRwpisgDsSGnS47LWa8nSrnMgrT { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/ead1ecb9-228c-4a38-9b25-48b80d66c98e/sansirixt10ekkamaigallery7.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12rem;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; }#CtXgrSRwpisgDsSGnS47LWa8nSrnMgrT.adaptive-delivery-prevent-bg, #CtXgrSRwpisgDsSGnS47LWa8nSrnMgrT.lazyload, #CtXgrSRwpisgDsSGnS47LWa8nSrnMgrT.lazyloading { background-image: none; }
#L7RJzE62UtCeb442moinpisTnF3hAXHl { 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/9ce9a8a4-052f-49af-baa3-4305852ae33b/sansirixt10ekkamaithelobby.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:28.5625rem;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:none; }#L7RJzE62UtCeb442moinpisTnF3hAXHl.adaptive-delivery-prevent-bg, #L7RJzE62UtCeb442moinpisTnF3hAXHl.lazyload, #L7RJzE62UtCeb442moinpisTnF3hAXHl.lazyloading { background-image: none; }
#S7uug37hghQ3brzsJT5lxJAy0ZxBRX6m { 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/9ce9a8a4-052f-49af-baa3-4305852ae33b/sansirixt10ekkamaithelobby.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:28.5625rem;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:none; }#S7uug37hghQ3brzsJT5lxJAy0ZxBRX6m.adaptive-delivery-prevent-bg, #S7uug37hghQ3brzsJT5lxJAy0ZxBRX6m.lazyload, #S7uug37hghQ3brzsJT5lxJAy0ZxBRX6m.lazyloading { background-image: none; }
#EvJqZZbudcqTkf4Uvp4GvoaX5zydWwZm { 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/aef3dc19-5f63-4d54-ab57-8788686f84d9/sansirixt10ekkamaigallery15.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12rem;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:none; }#EvJqZZbudcqTkf4Uvp4GvoaX5zydWwZm.adaptive-delivery-prevent-bg, #EvJqZZbudcqTkf4Uvp4GvoaX5zydWwZm.lazyload, #EvJqZZbudcqTkf4Uvp4GvoaX5zydWwZm.lazyloading { background-image: none; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d0e3e6e7-fb7b-45bd-8c04-bc85d4c2cc79/sansirixt10ekkamaigallery2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,29,42,0.49); }#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,29,42,0.49); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:1rem;font-weight:400;color:#f0eec4;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, #f3b6c5, #ee889f);background-image: -moz-linear-gradient(180deg, #f3b6c5, #ee889f);background-image: -ms-linear-gradient(180deg, #f3b6c5, #ee889f);background-image: -o-linear-gradient(180deg, #f3b6c5, #ee889f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3b6c5', endColorstr='#ee889f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3b6c5', endColorstr='#ee889f' );";background-image: linear-gradient(180deg, #f3b6c5, #ee889f);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.4947967529297rem;left:47.964847564698rem; }
#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.4947967529297rem;left:47.964847564698rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.5615234375rem;left:51.3115234375rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:#fff2cc;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:#fff2cc;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; }
#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff2cc;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:66.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:10.875rem;left:0rem;display:block; }
#AOoR3lceE3FG6IQkvCqsTUbnOkv8imU4 { color:#1c2d56;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.44921875rem;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, #f3b6c5, #ee889f);background-image: -moz-linear-gradient(180deg, #f3b6c5, #ee889f);background-image: -ms-linear-gradient(180deg, #f3b6c5, #ee889f);background-image: -o-linear-gradient(180deg, #f3b6c5, #ee889f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3b6c5', endColorstr='#ee889f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3b6c5', endColorstr='#ee889f' );";background-image: linear-gradient(180deg, #f3b6c5, #ee889f);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:59.8125rem;left:25.875rem;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:16.8125rem;position:absolute;display:block;z-index:14999;background-color:#ee889f;background-image:none;top:42.375rem;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:43rem;left:1.75rem; }
#QJQ7aX41QGs1HOolN64F1uxyfWlVIDcA { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:46rem;left:0.625rem;height:6.1875rem;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.875rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:45.9052734375rem;left:8.9677734375rem;height:6.296875rem;text-align:right;text-align-last:right;display:block; }
#RWQGI5AsQ1524KyHA8TD4Hv8w8L8ePOM { box-sizing:content-box;height:15.375rem;width:18.25rem;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.6181640625rem;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; }
#ZoPCruqItF2rhbtg7mLVVhVnJ0FnVP2w { box-sizing:content-box;height:15.375rem;width:18.25rem;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.615234375rem;left:18.9990234375rem;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; }
#Kep57LMkfLTVxD4N5Q9iVVxpVFTBDaBP { box-sizing:content-box;height:15.25rem;width:18.25rem;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.937501907349rem;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; }
#o1AlTvG3yJ9o1gep7rR3u96QaWmMD5fG { box-sizing:content-box;height:15.3125rem;width:18.25rem;position:absolute;display:block;z-index:15001;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.614583969116rem;left:56.748697280884rem;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; }
#wpDIcRw6kSOE4onowx1QVzR9fqDvdhcD { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:43.09765625rem;left:3.9365234375rem;height:1.29980625rem;font-style:normal;display:block; }
#RrmyBNBiW9uoIkINCbsVoQpdRFpf1G1t { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:43.09765625rem;left:22.9990234375rem;height:1.29980625rem;font-style:normal;display:block; }
#u8mv3wWx7DssG0eHNxzzLe68EJwzGWRJ { box-sizing:content-box;height:2.5rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:#ee889f;background-image:none;top:42.375rem;left:19.6875rem;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; }
#ucTx50h0gFfuan27V2WJmefXZPAsWHCA { 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:15013;opacity:1;top:43rem;left:20.8125rem; }
#kTeouXy3HK5T0w4fNQ3hslA4s6myJ66X { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:45.8125rem;left:19.6875rem;height:10.125875rem;display:block; }#kTeouXy3HK5T0w4fNQ3hslA4s6myJ66X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kTeouXy3HK5T0w4fNQ3hslA4s6myJ66X li:before{  }
#ph7tGR3gz9t9gb0XDB8eZGr00b7Hcfyk { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:45.812326431274rem;left:28.591974139214rem;height:8.9238375rem;text-align:right;text-align-last:right;display:block; }
#ALOVg2pVVmW2K73kD5SgT6wOnzoX1FRt { 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:15016;opacity:1;top:43rem;left:39.750001907349rem; }
#b5IJznRVp7cuuKd6L0kTSvRXipNZSJFe { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:43.09765625rem;left:41.936197280884rem;height:1.29980625rem;font-style:normal;display:block; }
#TTPaFueQgMmWBw0CQBGXkhBb2oceZwlC { box-sizing:content-box;height:2.5rem;width:16.8125rem;position:absolute;display:block;z-index:15007;background-color:#ee889f;background-image:none;top:42.375rem;left:38.625001907349rem;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; }
#sO0gOl6useWEFn783ettJoT1h3tWboGG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:46rem;left:38.625001907349rem;height:6.1875rem;display:block; }#sO0gOl6useWEFn783ettJoT1h3tWboGG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sO0gOl6useWEFn783ettJoT1h3tWboGG li:before{  }
#nwzaGPUVp5O4PsaqrhH90J2e75VtOfL6 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:45.9453125rem;left:47.708337783814rem;height:6.296875rem;text-align:right;text-align-last:right;display:block; }
#sl2U80eKveB7yHB9IG4s4y1TP7vU779T { 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:15019;opacity:1;top:43rem;left:58.625rem; }
#eiENMMcS2S95UQEIsWcQi89itNinDDBR { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:43.125rem;left:60.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#M4EJllgxst45HxH3b6uo6fRKUA9AWd1t { box-sizing:content-box;height:2.5rem;width:16.8125rem;position:absolute;display:block;z-index:15010;background-color:#ee889f;background-image:none;top:42.375rem;left:57.5rem;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; }
#yhcfnCX2TLb3sXoGJS3Tgcu42vKDa5uk { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:46.000001430511rem;left:57.500001907349rem;height:;display:block; }#yhcfnCX2TLb3sXoGJS3Tgcu42vKDa5uk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yhcfnCX2TLb3sXoGJS3Tgcu42vKDa5uk li:before{  }
#LxQ6CbbOGyAaEzNveFCLBi2ohyS4EQRt { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:45.945313930511rem;left:66.458337783812rem;height:6.296875rem;text-align:right;text-align-last:right;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) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:23.25rem;height:3.25rem;top:31.8125rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #eXBx6nBGnmXPtJGTnhypGvkSFFzKZZFU { top:17.4375rem;left:11.9375rem;width:35.8125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUhFIHilqTQUeUlIgRnXHDovZDKieRrt { top:3.5625rem;left:27.625rem;width:20.125rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqtvCq8eZwMc4Sqht5O91Dt8BL2zyz0V { top:23.9375rem;left:31.25rem;width:15.125rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exDGuP75J5MMKU9zzhyvzVqpxl8tdvba { top:24.5rem;left:25.5rem;width:7.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1ungUhxsWdIO7AU45e0y2qCCz6eqR8M { top:23.4375rem;left:15.875rem;width:31.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQRJSKOopVLTJnGAeTEiO4UUyPwvmr6i { top:24.3125rem;left:38.4375rem;width:9.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZfflEVIqtD7utfSgTZMaxATXpUAHBIm { top:2.8125rem;left:25.4375rem;width:22.3125rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqc03q42Nymo2FTT0w8T1vyUnGVesxc4 { top:30rem;left:13.625rem;width:13.1875rem;height:11.75rem;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.4375rem;left:2.904296875rem;width:41.9375rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcuDISfUUskB9gLIIi2KO06LIFRTAhM9 { top:11.5625rem;left:0rem;width:35.25rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqq31u3xeXTvZqKqqBChCD3DTtw9F67n { top:16.1875rem;left:0rem;width:33.25rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsq5RvTKARhER3pwFvo0ekG9alNtN9oc { top:12.875rem;left:0rem;width:20.3125rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcTLnorBdTcvcfw9GI0A09vXl9XP56Xm { top:38.375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxgwH8DkSmPRLhnZEJpVUqK3Wih8BRzE { top:38.625rem;left:0rem;width:3.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayJ3fvnV0FANi0U98vMZqC8Ugxm7cSfI { top:38.1875rem;left:1.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0rJF1OEkzPHOwJ3sssa3DTggA2qTxse { top:38.625rem;left:3.3125rem;width:3.5rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIC2VGOiroAhH4x6TBmn4ewTOudbtfsm { top:38.375rem;left:8.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMlE6f7EzkTK8GRveeu0P6NMlyLIvNz3 { top:38.625rem;left:10.1875rem;width:5.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWu8fa8MxoqebNi7mcn0tREKnAe1ew95 { top:42.1875rem;left:0rem;width:33.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm7eLSfyIZg17GWnlkHLA55PKI6oTmBh { top:43.25rem;left:0rem;width:7.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2cTyHuFhGflUk9Gg1dZgRzXRAAP76PD { top:42.9375rem;left:0rem;width:9.1875rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPGqnByDflKDM11mimS6nR9A8GQVagZ0 { top:43.1875rem;left:6.8125rem;width:7.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJMzvrnCthQhLhyesAM63lVq8VJaTtvQ { top:11.5625rem;left:12.5rem;width:35.25rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu06ADP8rBUvdH0dIEcwbcTDXCrRBTAt { top:16.1875rem;left:14.5625rem;width:33.1875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8tEk8S2TqDxT6RXDtUnsJHKExhcOxSi { top:12.8125rem;left:27.4375rem;width:20.3125rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKuB5g6ODmcIIlznOIo7TJ37oycRPWNU { top:38.375rem;left:33.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5XrumrzxQzEvHxbWcMwOBfu83hSaZNJ { top:38.625rem;left:35.4375rem;width:3.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTxTmLxxG223ftwoztBtd0Z9qxxaTDm3 { top:38.1875rem;left:40.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F28nK6ETwpmgqp9RcNxGXL5JSr2QoP3B { top:38.625rem;left:42.5625rem;width:3.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9W6UPRL9ZOqltqZDG28fGMwrJ3mwRbL { top:38.375rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFVmAacnohM03nqoLDCoFTJgMH5rZnmx { top:38.625rem;left:41.75rem;width:6rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCAJImyCcFlAXMnQTxSwNWlrGVG26is7 { top:42.1875rem;left:14.5rem;width:33.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz8miaVusNiKl5UTdFEkJHIcDoGbONXp { top:43.3125rem;left:30.5625rem;width:7.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdqfcltFZqfFC3pD0Uw8snd9rGcoh6Mh { top:42.9375rem;left:38.0625rem;width:9.1875rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWxis4oThnwXS4qfTmO4F5d3qSes65NZ { top:43.125rem;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) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { top:13.9375rem;left:0rem;width:28.75rem;height:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { top:4.5rem;left:0rem;width:23.4375rem;height:3.1875rem;font-size:1.4375rem;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) { #KElKa3TS8Pd1B5TzWUu91hI5fqL3sN7B { top:7.625rem;left:0rem;width:30.25rem;height:4.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW1q5y5zDwnbXTn5UOzZEPJnHJIR6U7q { top:13.9375rem;left:2.3115234375rem;width:35.6875rem;height:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAeevc1mECgHDzJVOgDuXVQtGQL3TQbx { top:13.9375rem;left:0.4990234375rem;width:1.25rem;height:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgP8UgQZOK2DQhFfl4l1oDmRMXT0ZFFh { top:2.875rem;left:0rem;width:38.625rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMk1iRSyyX9nl8GluMUShgTvZW6qOQLN { top:10rem;left:0rem;width:12.4375rem;height:2.5rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FH057uvIuPMdyHKNBiJmAeABtQxmhFz6 { top:7.5625rem;left:0rem;width:7.5625rem;height:11.4375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPX9DeoEM987BuHryRwBPaFPM6KmtfS5 { top:10.0625rem;left:0rem;width:13.1875rem;height:5.0625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MrA4TdSQNLaDfhambAGVIw4tDv5TqBRe { top:17.5rem;left:0rem;width:13.1875rem;height:3.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4bzXoRQed7meHIvsrq9lqmiBmtiXkzb { top:21.375rem;left:0rem;width:11.5rem;height:1.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rarJBwABnLHdpckeqII359lWBAFhXxpd { top:6.875rem;left:0rem;width:6.0625rem;height:13.5625rem;font-size:0.6875rem;display:none; }
 }@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.6875rem;left:2.90625rem;width:41.9375rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6TPBoOg63e57nQdRaMWE3SgueHTvNKl { top:28.5625rem;left:0rem;width:24.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trGvGyWvh7gc3pG87AvhPbhPowTAFukQ { top:28.5625rem;left:11.6875rem;width:24.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG2cLoC1JxqFTPd7xBUHh8L2u9OLlcFi { top:28.5625rem;left:23.375rem;width:24.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEMpNotNEonXizEx055F9qDNf7N0GHJp { top:12rem;left:23.375rem;width:24.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6uB6NMe7uLtxQXOKVEHr3OyMWrJJkXr { top:47.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #goHPT4VuyZMcd1fgqp5OrKIMFqlbpAlh { top:48.375rem;left:0rem;width:17.75rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP7roivMUvt1WE4MbQkf9hmcWlVEOueF { top:51.5rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw8f6NIQttQcTIe7iNOs5NvzLKs1gqsP { top:47.25rem;left:15.625003814698rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0ciNaGsmhENQ3ITmHXT1nMuKoVLfCCG { top:52.625rem;left:0rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXhb1mppi5w4KRH3bSfH5WG4wpzkA53s { top:51.5rem;left:15.625003814698rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0hBCoQGG1777QqXGHtkmT4Z3Mpw6u2x { top:48.375rem;left:20.083332061767rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDyWVLus1g7t93xlzww3VTtxerHvGWnH { top:52.625rem;left:20.000003814698rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDurW7ulWoXBqqUh8QkmIDpzCwd8ag0X { top:55.6875rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB43Ca9uy3pcIxNLTilX8LBIBSGHGAld { top:55.6875rem;left:15.625003814698rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atTuVm45Q9D0WsV4nn614yRao9Xclucs { top:56.8125rem;left:0rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZVPhBGCtvwBmReD6TiGwuFPyl39D45Z { top:56.8125rem;left:20.000003814698rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OomfbT8kCT2e4wmbQeyWdKpuiSlfzaTT { top:59.875rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvumoPTFLrMXoMOXvkElQ57pBfiy4bIh { top:59.875rem;left:15.625003814698rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNigawZsnQPVQpNPPFwZh6LszhnmXU5h { top:61rem;left:0rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k17dfAiqrI1ShWAm9kqut37TPos8CTXx { top:61rem;left:20.000003814698rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prtn7RgKk81Iqnpwp4AIUyWxK14uN9PH { top:47.25rem;left:42.062503814698rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFKaxpn0DuIm2cU6HX2dwTS2ThlVqdTP { top:51.5rem;left:42.062503814698rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDJbXxZkK0yI1vqDG9VMlVXr2JggMold { top:55.6875rem;left:42.062503814698rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGlxrFgMgxnM4IzIbcAMp3eWSk1Kn2tl { top:59.875rem;left:42.062503814698rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5Q391hXA9JqQITnpqEqK1ZWXqvcTgll { top:48.375rem;left:37.25rem;width:10.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC1h066LqNixX3wv2RhaBgG4ze6oetoz { top:52.625rem;left:37.875rem;width:9.875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCHFhBLX2SIZKOd3T6iK0nnu6P6XIyms { top:56.8125rem;left:37.1875rem;width:10.5625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7O4SCKgv0RNEHKTMtGxq2SJOHPwnsyr { top:61rem;left:34.8125rem;width:12.9375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIpgDCBRhVq3TlVDyKwgkWfaIT2nw2wh { top:64.0625rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snTX3A9UyfruOEwF3zyPPP9twPyIAcNS { top:65.1875rem;left:0rem;width:17.75rem;height:2.5625rem;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:26.5625rem;left:0rem;width:6.5625rem;height:0.5625rem;font-size:0.5rem;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:29.4375rem;left:0rem;width:6.5625rem;height:0.5625rem;font-size:0.5rem;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:32rem;left:0rem;width:6.5625rem;height:0.5625rem;font-size:0.5rem;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:35.1875rem;left:0rem;width:6.5625rem;height:0.5625rem;font-size:0.5rem;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:37.5625rem;left:0rem;width:7rem;height:0.5625rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #axdgykzA1LZNZMEx24aIyM9nVN22FdgU { top:23.6875rem;left:0rem;width:6.5625rem;height:0.5625rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pmp4m2U4yRztbJkTk2OWakapC7fb5mzC { top:26.1875rem;left:0rem;width:6.5625rem;height:0.5625rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KsrkfgHeEzVLpCzJNCUOK2zbmreThnpD { top:29.3125rem;left:0rem;width:5rem;height:0.625rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ScvZn3eqFh9nwRh3tdouK4gBF9M7reSa { top:32rem;left:0rem;width:6.5625rem;height:0.5625rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wKv4xnG8lRITJMUimQJLvMJhTfnH7Vb4 { top:35.1875rem;left:0rem;width:6.5625rem;height:0.5625rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aB0vqxRyc8oBMlKa2WawUsdZAEAOzZRn { top:37.5625rem;left:0rem;width:5.75rem;height:0.5625rem;font-size:0.5rem;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:40.9375rem;left:0rem;width:6.5625rem;height:1.125rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VDlFLMU11lw3i1cF9BM7eATX12ZiCqXc { top:12rem;left:0rem;width:24.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtXgrSRwpisgDsSGnS47LWa8nSrnMgrT { top:12rem;left:11.6875rem;width:24.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7RJzE62UtCeb442moinpisTnF3hAXHl { top:28.5625rem;left:23.375rem;width:24.375rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7uug37hghQ3brzsJT5lxJAy0ZxBRX6m { top:28.5625rem;left:23.375rem;width:24.375rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EvJqZZbudcqTkf4Uvp4GvoaX5zydWwZm { top:12rem;left:23.375rem;width:24.375rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:1.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) { #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:10.875rem;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:23.25rem;height:3.25rem;top:59.8125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xslkwWfOSvhqXE51aLwS8S2SwLqwZUsN { display:block; }
 }@media only screen and (max-width: 763px) { #fBJrTtuiHePgFeCtbP9E10UtM4D36z1s { top:42.375rem;left:0rem;width:16.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv8QKcBax0UxaM5ULOeal7E2yEQ7ax6u { top:43rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJQ7aX41QGs1HOolN64F1uxyfWlVIDcA { top:46rem;left:0rem;width:14.375rem;height:6.1875rem;font-size:0.8125rem;display:block; }#QJQ7aX41QGs1HOolN64F1uxyfWlVIDcA li:before{  }
 }@media only screen and (max-width: 763px) { #PeNQXh5NqPIJmJydsgD5kDBVFgQsHaWe { top:45.875rem;left:0rem;width:7.8125rem;height:6.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWQGI5AsQ1524KyHA8TD4Hv8w8L8ePOM { top:41.5625rem;left:0rem;width:18.25rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoPCruqItF2rhbtg7mLVVhVnJ0FnVP2w { top:41.5625rem;left:5.3740234375rem;width:18.25rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kep57LMkfLTVxD4N5Q9iVVxpVFTBDaBP { top:41.625rem;left:24.312501907349rem;width:18.25rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1AlTvG3yJ9o1gep7rR3u96QaWmMD5fG { top:41.5625rem;left:29.5rem;width:18.25rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpDIcRw6kSOE4onowx1QVzR9fqDvdhcD { top:43.0625rem;left:0rem;width:12.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrmyBNBiW9uoIkINCbsVoQpdRFpf1G1t { top:43.0625rem;left:9.3740234375rem;width:14.375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8mv3wWx7DssG0eHNxzzLe68EJwzGWRJ { top:42.375rem;left:6.0625rem;width:16.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucTx50h0gFfuan27V2WJmefXZPAsWHCA { top:43rem;left:7.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTeouXy3HK5T0w4fNQ3hslA4s6myJ66X { top:45.8125rem;left:6.0625rem;width:14.375rem;height:;font-size:0.8125rem;display:block; }#kTeouXy3HK5T0w4fNQ3hslA4s6myJ66X li:before{  }
 }@media only screen and (max-width: 763px) { #ph7tGR3gz9t9gb0XDB8eZGr00b7Hcfyk { top:45.75rem;left:14.966974139214rem;width:7.8125rem;height:8.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALOVg2pVVmW2K73kD5SgT6wOnzoX1FRt { top:43rem;left:26.125001907349rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5IJznRVp7cuuKd6L0kTSvRXipNZSJFe { top:43.0625rem;left:28.311197280884rem;width:14.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTPaFueQgMmWBw0CQBGXkhBb2oceZwlC { top:42.375rem;left:25.000001907349rem;width:16.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO0gOl6useWEFn783ettJoT1h3tWboGG { top:46rem;left:25.000001907349rem;width:14.375rem;height:7.5rem;font-size:0.8125rem;display:block; }#sO0gOl6useWEFn783ettJoT1h3tWboGG li:before{  }
 }@media only screen and (max-width: 763px) { #nwzaGPUVp5O4PsaqrhH90J2e75VtOfL6 { top:45.9375rem;left:34.083337783814rem;width:7.8125rem;height:6.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl2U80eKveB7yHB9IG4s4y1TP7vU779T { top:43rem;left:45rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiENMMcS2S95UQEIsWcQi89itNinDDBR { top:43.125rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4EJllgxst45HxH3b6uo6fRKUA9AWd1t { top:42.375rem;left:30.9375rem;width:16.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhcfnCX2TLb3sXoGJS3Tgcu42vKDa5uk { top:46rem;left:33.375rem;width:14.375rem;height:;font-size:0.8125rem;display:block; }#yhcfnCX2TLb3sXoGJS3Tgcu42vKDa5uk li:before{  }
 }@media only screen and (max-width: 763px) { #LxQ6CbbOGyAaEzNveFCLBi2ohyS4EQRt { top:45.9375rem;left:39.9375rem;width:7.8125rem;height:6.25rem;font-size:0.8125rem;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/16b1d9e7-5d5f-4b3a-b285-526a8b2413d0/xt10ekkamaicondocoverbannermobile1080x10801.webp");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:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:14.749rem;height:2.5rem;top:15.873046875rem;left:2.625rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #eXBx6nBGnmXPtJGTnhypGvkSFFzKZZFU { width:20rem;height:1.29980625rem;top:8.8716259002688rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xUhFIHilqTQUeUlIgRnXHDovZDKieRrt { width:10.5rem;height:7.25rem;top:2.37109375rem;left:4.15625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bqtvCq8eZwMc4Sqht5O91Dt8BL2zyz0V { width:8.0625rem;height:1.8684875rem;top:11.8125rem;left:5.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exDGuP75J5MMKU9zzhyvzVqpxl8tdvba { width:4.186525rem;height:1.21875rem;top:12.125rem;left:0.9375rem;font-size:0.9375rem;font-weight:400;font-style:normal;color:#f3b6c5;display:block; }
 }@media only screen and (max-width: 763px) { #X1ungUhxsWdIO7AU45e0y2qCCz6eqR8M { width:20rem;height:3rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQRJSKOopVLTJnGAeTEiO4UUyPwvmr6i { width:6.4361875rem;height:1.29980625rem;top:12.0625rem;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) { #OZfflEVIqtD7utfSgTZMaxATXpUAHBIm { width:19.9375rem;height:14.0625rem;top:19.623046875rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #zqc03q42Nymo2FTT0w8T1vyUnGVesxc4 { width:4.3125rem;height:3.875rem;top:4.24609375rem;left:15.540254237288rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgIV4RR4oMssu7giQd2V71hXIBFpFgXT { display:block; }#SgIV4RR4oMssu7giQd2V71hXIBFpFgXT > .row .container { width:20rem;height:50rem;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;background-color:#fff2cc;background-image:none;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:11.5625rem;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.625rem;top:16.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:auto;top:12.8125rem;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:38.375rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5XrumrzxQzEvHxbWcMwOBfu83hSaZNJ { width:3.75rem;height:auto;top:38.625rem;left:8.125rem;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:38.1875rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F28nK6ETwpmgqp9RcNxGXL5JSr2QoP3B { width:3.4375rem;height:auto;top:38.625rem;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:38.375rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mFVmAacnohM03nqoLDCoFTJgMH5rZnmx { width:6rem;height:auto;top:38.625rem;left:7rem;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:42.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) { #Oz8miaVusNiKl5UTdFEkJHIcDoGbONXp { width:7.25rem;height:0;top:43.3125rem;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:auto;top:42.9375rem;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:auto;top:43.125rem;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;background-color:#fff2cc;background-image:none;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.625rem;font-size:1.3125rem;text-align:right;text-align-last:right;z-index:15173;color:#ee889f;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) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/36e6c671-26c7-4047-9e0e-b3b5639a7ac5/topfacilitieshirescopy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.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:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { width:7.5625rem;height:10.1953rem;top:10.0625rem;left:0rem;font-size:0.75rem;line-height:1.7;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { width:9rem;height:1.72485625rem;top:2.0244140625rem;left:0.375rem;font-size:1.4375rem;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) { #KElKa3TS8Pd1B5TzWUu91hI5fqL3sN7B { width:18.0625rem;height:2.0996125rem;top:3.6875rem;left:0.375rem;font-size:1.75rem;line-height:1.2;text-align:left;text-align-last:left;color:#f0eec4;display:block; }
 }@media only screen and (max-width: 763px) { #XW1q5y5zDwnbXTn5UOzZEPJnHJIR6U7q { width:20rem;height:6.59375rem;top:24.748046875rem;left:0rem;font-size:0.75rem;line-height:1.1;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TAeevc1mECgHDzJVOgDuXVQtGQL3TQbx { width:1.25rem;height:6.6rem;top:7.5562511086462rem;left:6.737500190735rem;font-size:0.75rem;line-height:1.1;text-align:left;text-align-last:left;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #TgP8UgQZOK2DQhFfl4l1oDmRMXT0ZFFh { width:19.8125rem;height:20.25rem;top:1.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMk1iRSyyX9nl8GluMUShgTvZW6qOQLN { width:11.125rem;height:3.0234375rem;top:6.9375rem;left:7.8125rem;font-size:0.6875rem;line-height:2.2;text-align:left;text-align-last:left;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #FH057uvIuPMdyHKNBiJmAeABtQxmhFz6 { width:6.0625rem;height:13.6055rem;top:6.9375rem;left:0.375rem;font-size:0.6875rem;line-height:2.2;text-align:left;text-align-last:left;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #rPX9DeoEM987BuHryRwBPaFPM6KmtfS5 { width:11.375rem;height:6.046875rem;top:10.296875rem;left:7.8125rem;font-size:0.6875rem;line-height:2.2;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #MrA4TdSQNLaDfhambAGVIw4tDv5TqBRe { width:10.0625rem;height:2.3359375rem;top:16.346093177796rem;left:7.75rem;font-size:0.6875rem;line-height:1.7;text-align:left;text-align-last:left;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #p4bzXoRQed7meHIvsrq9lqmiBmtiXkzb { width:5.6875rem;height:1.16875rem;top:19.2578125rem;left:7.75rem;font-size:0.6875rem;line-height:1.7;text-align:left;text-align-last:left;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #rarJBwABnLHdpckeqII359lWBAFhXxpd { width:0.625rem;height:13.60546875rem;top:6.9374990463256rem;left:6.75rem;font-size:0.6875rem;line-height:2.2;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #OXST79rSBNT1we9nRXtsWCyKDHnCXHTd { display:block; }#OXST79rSBNT1we9nRXtsWCyKDHnCXHTd > .row .container { width:20rem;height:44.0625rem;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) { #I6TPBoOg63e57nQdRaMWE3SgueHTvNKl { width:9.6875rem;height:5.25rem;top:16.4375rem;left:10.3125rem;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/9ce9a8a4-052f-49af-baa3-4305852ae33b/sansirixt10ekkamaithelobby.jpg");background-position:bottom 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:16.5rem;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/af18de61-b9e2-413c-a755-82886f2ded6c/sansirixt10ekkamaithearcade.jpg");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:10.625rem;left:10.3125rem;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/a96898b0-73b2-411c-9104-9cfd4c60bbc9/sansirixt10ekkamaipool.jpg");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:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #goHPT4VuyZMcd1fgqp5OrKIMFqlbpAlh { width:6.5625rem;height:0.64995625rem;top:23.612500190735rem;left:3.1750001907349rem;font-size:0.5rem;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:47.25rem;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:51.5rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L0hBCoQGG1777QqXGHtkmT4Z3Mpw6u2x { width:17.75rem;height:auto;top:48.375rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UDyWVLus1g7t93xlzww3VTtxerHvGWnH { width:17.75rem;height:auto;top:52.625rem;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.6875rem;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.8125rem;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.875rem;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:61rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Prtn7RgKk81Iqnpwp4AIUyWxK14uN9PH { width:3.5625rem;height:3.5625rem;top:47.25rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EFKaxpn0DuIm2cU6HX2dwTS2ThlVqdTP { width:3.5625rem;height:3.5625rem;top:51.5rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDJbXxZkK0yI1vqDG9VMlVXr2JggMold { width:3.5625rem;height:3.5625rem;top:55.6875rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGlxrFgMgxnM4IzIbcAMp3eWSk1Kn2tl { width:3.5625rem;height:3.5625rem;top:59.875rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5Q391hXA9JqQITnpqEqK1ZWXqvcTgll { width:10.5rem;height:auto;top:48.375rem;left:4.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mC1h066LqNixX3wv2RhaBgG4ze6oetoz { width:9.875rem;height:auto;top:52.625rem;left:5.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UCHFhBLX2SIZKOd3T6iK0nnu6P6XIyms { width:10.5625rem;height:auto;top:56.8125rem;left:4.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c7O4SCKgv0RNEHKTMtGxq2SJOHPwnsyr { width:12.9375rem;height:auto;top:61rem;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) { #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) { #oesxJKKJv3byJFNiiRqzhPuOUOKXdrly { width:2.375rem;height:2.375rem;top:25.625rem;left:0rem;z-index:15037;background-color:#f0eec4;background-image:url("https://images.assets-landingi.com/uc/d43009a6-d69f-4263-8685-3d2150f02d20/XT10Ekkamai07.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oesxJKKJv3byJFNiiRqzhPuOUOKXdrly.adaptive-delivery-prevent-bg, #oesxJKKJv3byJFNiiRqzhPuOUOKXdrly.lazyload, #oesxJKKJv3byJFNiiRqzhPuOUOKXdrly.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FgeMxT9PONzi80QSCqiX1Ck8aMAMkoJx { width:6.5625rem;height:0.64995625rem;top:26.487500190735rem;left:3.1750001907349rem;font-size:0.5rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #scaG8DRqxfTlRP6Ziv5Id1UCDASWwNQ6 { width:2.375rem;height:2.375rem;top:28.5rem;left:0rem;z-index:15041;background-color:#f0eec4;background-image:url("https://images.assets-landingi.com/uc/43dd7e91-f605-462f-b676-248e1ff2c18a/XT10Ekkamai09.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#scaG8DRqxfTlRP6Ziv5Id1UCDASWwNQ6.adaptive-delivery-prevent-bg, #scaG8DRqxfTlRP6Ziv5Id1UCDASWwNQ6.lazyload, #scaG8DRqxfTlRP6Ziv5Id1UCDASWwNQ6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wOqeFRFXu9DpD24Ev1VqTJOWMgyTC5TA { width:6.5625rem;height:0.65rem;top:29.362500190735rem;left:3.1750001907349rem;font-size:0.5rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #d3lGIl2eeTT4QIVcmgCAD1KvieGIfQTx { width:2.375rem;height:2.375rem;top:31.375rem;left:0rem;z-index:15045;background-color:#f0eec4;background-image:url("https://images.assets-landingi.com/uc/cb4c532c-65a4-4765-8d76-f7766fc6fff2/XT10Ekkamai11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#d3lGIl2eeTT4QIVcmgCAD1KvieGIfQTx.adaptive-delivery-prevent-bg, #d3lGIl2eeTT4QIVcmgCAD1KvieGIfQTx.lazyload, #d3lGIl2eeTT4QIVcmgCAD1KvieGIfQTx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #an30ObZhRyBOq7mqnUW19z0a2yowFsdl { width:6.5625rem;height:0.64995625rem;top:32.278125286103rem;left:3.1750001907349rem;font-size:0.5rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4xhX2MKlTdRFPfxNPQy4xCvx3gzNom { width:2.375rem;height:2.375rem;top:22.75rem;left:10.375rem;z-index:15035;background-color:#f0eec4;background-image:url("https://images.assets-landingi.com/uc/ecc5174b-a77a-4ac7-aefd-45c5639800c8/XT10Ekkamai06.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Xf4xhX2MKlTdRFPfxNPQy4xCvx3gzNom.adaptive-delivery-prevent-bg, #Xf4xhX2MKlTdRFPfxNPQy4xCvx3gzNom.lazyload, #Xf4xhX2MKlTdRFPfxNPQy4xCvx3gzNom.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Vy1QVUGXP10kXtXbXri4Cq9lNPAbJTwc { width:2.375rem;height:2.375rem;top:25.625rem;left:10.375rem;z-index:15039;background-color:#f0eec4;background-image:url("https://images.assets-landingi.com/uc/718b59a0-87e9-4814-92ad-06c999ae7cdd/XT10Ekkamai08.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Vy1QVUGXP10kXtXbXri4Cq9lNPAbJTwc.adaptive-delivery-prevent-bg, #Vy1QVUGXP10kXtXbXri4Cq9lNPAbJTwc.lazyload, #Vy1QVUGXP10kXtXbXri4Cq9lNPAbJTwc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uJ0kHlmNGuSn3MOhbmhWHQdD4CDSQ1Uo { width:2.375rem;height:2.375rem;top:28.5rem;left:10.375rem;z-index:15043;background-color:#f0eec4;background-image:url("https://images.assets-landingi.com/uc/847f6c6a-29e9-47d2-9182-8959437b2ec3/XT10Ekkamai10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uJ0kHlmNGuSn3MOhbmhWHQdD4CDSQ1Uo.adaptive-delivery-prevent-bg, #uJ0kHlmNGuSn3MOhbmhWHQdD4CDSQ1Uo.lazyload, #uJ0kHlmNGuSn3MOhbmhWHQdD4CDSQ1Uo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eFwV4H3qfhToLFLGok5JCtSVfqkhLaSb { width:2.375rem;height:2.375rem;top:31.375rem;left:10.375rem;z-index:15047;background-color:#f0eec4;background-image:url("https://images.assets-landingi.com/uc/e6431e4f-abc7-4239-88f2-75a00fdde4fa/XT10Ekkamai12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#eFwV4H3qfhToLFLGok5JCtSVfqkhLaSb.adaptive-delivery-prevent-bg, #eFwV4H3qfhToLFLGok5JCtSVfqkhLaSb.lazyload, #eFwV4H3qfhToLFLGok5JCtSVfqkhLaSb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #D3PoBusLrULk8SZmsJLdKucV2rICG2sS { width:2.375rem;height:2.375rem;top:34.25rem;left:0rem;z-index:15049;background-color:#f0eec4;background-image:url("https://images.assets-landingi.com/uc/1c7b7b5f-dd96-412e-9b41-5784301d0e4c/XT10Ekkamai13.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D3PoBusLrULk8SZmsJLdKucV2rICG2sS.adaptive-delivery-prevent-bg, #D3PoBusLrULk8SZmsJLdKucV2rICG2sS.lazyload, #D3PoBusLrULk8SZmsJLdKucV2rICG2sS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Tyr9TIVZGzgAHrDWGOmgsxXF0EG19e64 { width:2.375rem;height:2.375rem;top:34.25rem;left:10.375rem;z-index:15051;background-color:#f0eec4;background-image:url("https://images.assets-landingi.com/uc/c24c6d35-4bf9-423f-84d1-d3472d6f9089/XT10Ekkamai14.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Tyr9TIVZGzgAHrDWGOmgsxXF0EG19e64.adaptive-delivery-prevent-bg, #Tyr9TIVZGzgAHrDWGOmgsxXF0EG19e64.lazyload, #Tyr9TIVZGzgAHrDWGOmgsxXF0EG19e64.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TcXo63yuJC00xT6D0NJu5TgGTJPrhCpC { width:6.5625rem;height:0.64995625rem;top:35.112501144409rem;left:3.1750001907349rem;font-size:0.5rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #pAspPU6u9Vrm0NzXWIDm67XXmbdJWfcX { width:2.375rem;height:2.375rem;top:37.125rem;left:0rem;z-index:15053;background-color:#f0eec4;background-image:url("https://images.assets-landingi.com/uc/6c32357e-cc0c-493a-8112-fc91b7b89546/XT10Ekkamai16.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pAspPU6u9Vrm0NzXWIDm67XXmbdJWfcX.adaptive-delivery-prevent-bg, #pAspPU6u9Vrm0NzXWIDm67XXmbdJWfcX.lazyload, #pAspPU6u9Vrm0NzXWIDm67XXmbdJWfcX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MCrnutyZPdTSCxFd8xN4E8dKpOiVNSqt { width:2.375rem;height:2.375rem;top:37.125rem;left:10.375rem;z-index:15055;background-color:#f0eec4;background-image:url("https://images.assets-landingi.com/uc/b42b1cf2-09c6-4444-853a-4c6bade52ef9/XT10Ekkamai17.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MCrnutyZPdTSCxFd8xN4E8dKpOiVNSqt.adaptive-delivery-prevent-bg, #MCrnutyZPdTSCxFd8xN4E8dKpOiVNSqt.lazyload, #MCrnutyZPdTSCxFd8xN4E8dKpOiVNSqt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nTqyD8ZAgSyHiZFVTk8swTSdwoTRm1pH { width:7rem;height:0.64995625rem;top:37.987735748291rem;left:3.1607146263123rem;font-size:0.5rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #axdgykzA1LZNZMEx24aIyM9nVN22FdgU { width:6.5625rem;height:0.64995625rem;top:23.6875rem;left:13.4375rem;font-size:0.5rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #Pmp4m2U4yRztbJkTk2OWakapC7fb5mzC { width:6.5625rem;height:0.64995625rem;top:26.528125286103rem;left:13.4375rem;font-size:0.5rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #KsrkfgHeEzVLpCzJNCUOK2zbmreThnpD { width:5rem;height:0.64995625rem;top:29.362500667572rem;left:13.4375rem;font-size:0.5rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #ScvZn3eqFh9nwRh3tdouK4gBF9M7reSa { width:6.5625rem;height:0.64995625rem;top:32.237501144409rem;left:13.4375rem;font-size:0.5rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #wKv4xnG8lRITJMUimQJLvMJhTfnH7Vb4 { width:6.5625rem;height:0.64995625rem;top:35.112501144409rem;left:13.4375rem;font-size:0.5rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #aB0vqxRyc8oBMlKa2WawUsdZAEAOzZRn { width:5.75rem;height:0.65rem;top:37.986720085144rem;left:13.4375rem;font-size:0.5rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #g1uo7kJeHT4inUeEszi8JFZOqybdG7t5 { width:2.375rem;height:2.375rem;top:40rem;left:0rem;z-index:15057;background-color:#f0eec4;background-image:url("https://images.assets-landingi.com/uc/2b002624-a634-4cb1-b1e9-8ec50cb09d89/XT10Ekkamai15.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#g1uo7kJeHT4inUeEszi8JFZOqybdG7t5.adaptive-delivery-prevent-bg, #g1uo7kJeHT4inUeEszi8JFZOqybdG7t5.lazyload, #g1uo7kJeHT4inUeEszi8JFZOqybdG7t5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nCBzKMtncfCK6MXzvduCLru7W50RINxU { width:6.5625rem;height:1.13671875rem;top:40.9375rem;left:3.0625rem;font-size:0.4375rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #VDlFLMU11lw3i1cF9BM7eATX12ZiCqXc { width:10.4375rem;height:8.125rem;top:53.809894561767rem;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/aebf4059-c956-4653-8c8d-8d1b776a6dc3/canvascherngtalaycondogallery03.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#VDlFLMU11lw3i1cF9BM7eATX12ZiCqXc.adaptive-delivery-prevent-bg, #VDlFLMU11lw3i1cF9BM7eATX12ZiCqXc.lazyload, #VDlFLMU11lw3i1cF9BM7eATX12ZiCqXc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CtXgrSRwpisgDsSGnS47LWa8nSrnMgrT { width:20rem;height:15.625rem;top:12rem;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; }#CtXgrSRwpisgDsSGnS47LWa8nSrnMgrT.adaptive-delivery-prevent-bg, #CtXgrSRwpisgDsSGnS47LWa8nSrnMgrT.lazyload, #CtXgrSRwpisgDsSGnS47LWa8nSrnMgrT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #L7RJzE62UtCeb442moinpisTnF3hAXHl { width:9.6875rem;height:5.25rem;top:10.625rem;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/aef3dc19-5f63-4d54-ab57-8788686f84d9/sansirixt10ekkamaigallery15.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15006;display:block; }#L7RJzE62UtCeb442moinpisTnF3hAXHl.adaptive-delivery-prevent-bg, #L7RJzE62UtCeb442moinpisTnF3hAXHl.lazyload, #L7RJzE62UtCeb442moinpisTnF3hAXHl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #S7uug37hghQ3brzsJT5lxJAy0ZxBRX6m { width:9.6875rem;height:5.25rem;top:4.6875rem;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/cc6c707f-b2d8-4b3a-864e-90f372f7aff5/sansirixt10ekkamaithepawpark.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15008;display:block; }#S7uug37hghQ3brzsJT5lxJAy0ZxBRX6m.adaptive-delivery-prevent-bg, #S7uug37hghQ3brzsJT5lxJAy0ZxBRX6m.lazyload, #S7uug37hghQ3brzsJT5lxJAy0ZxBRX6m.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EvJqZZbudcqTkf4Uvp4GvoaX5zydWwZm { width:9.6875rem;height:5.25rem;top:4.625rem;left:10.3125rem;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/ead1ecb9-228c-4a38-9b25-48b80d66c98e/sansirixt10ekkamaigallery7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15019;display:block; }#EvJqZZbudcqTkf4Uvp4GvoaX5zydWwZm.adaptive-delivery-prevent-bg, #EvJqZZbudcqTkf4Uvp4GvoaX5zydWwZm.lazyload, #EvJqZZbudcqTkf4Uvp4GvoaX5zydWwZm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d0e3e6e7-fb7b-45bd-8c04-bc85d4c2cc79/sansirixt10ekkamaigallery2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#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.6); }#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:#ffffff;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:20rem;height:74.75rem;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:3.6875rem;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:70.307073593138rem;left:1.2500000596046rem;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, #f3b6c5, #ee889f);background-image: -moz-linear-gradient(180deg, #f3b6c5, #ee889f);background-image: -ms-linear-gradient(180deg, #f3b6c5, #ee889f);background-image: -o-linear-gradient(180deg, #f3b6c5, #ee889f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3b6c5', endColorstr='#ee889f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3b6c5', endColorstr='#ee889f' );";background-image: linear-gradient(180deg, #f3b6c5, #ee889f);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:18.9375rem;height:2.5rem;top:16.5rem;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:17.125001192093rem;left:1.5rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #QJQ7aX41QGs1HOolN64F1uxyfWlVIDcA { width:12.2486875rem;height:5.8125rem;top:19.6875rem;left:1.125rem;font-size:0.8125rem;display:block; }#QJQ7aX41QGs1HOolN64F1uxyfWlVIDcA li:before{  }
 }@media only screen and (max-width: 763px) { #PeNQXh5NqPIJmJydsgD5kDBVFgQsHaWe { width:7.8125rem;height:5.84765rem;top:19.632814407349rem;left:11rem;font-size:0.8125rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #RWQGI5AsQ1524KyHA8TD4Hv8w8L8ePOM { width:20rem;height:10.6875rem;top:15.9111328125rem;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) { #ZoPCruqItF2rhbtg7mLVVhVnJ0FnVP2w { width:20rem;height:15.4375rem;top:27.5625rem;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) { #Kep57LMkfLTVxD4N5Q9iVVxpVFTBDaBP { width:20rem;height:11.4375rem;top:44.0986328125rem;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) { #o1AlTvG3yJ9o1gep7rR3u96QaWmMD5fG { width:20rem;height:11.5625rem;top:57.0986328125rem;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) { #wpDIcRw6kSOE4onowx1QVzR9fqDvdhcD { width:12.25rem;height:1.2999125rem;top:17.10026550293rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrmyBNBiW9uoIkINCbsVoQpdRFpf1G1t { width:14.375rem;height:1.2999125rem;top:29.0625rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8mv3wWx7DssG0eHNxzzLe68EJwzGWRJ { width:18.9375rem;height:2.5rem;top:28.375rem;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) { #ucTx50h0gFfuan27V2WJmefXZPAsWHCA { display:flex;width:1.5rem;height:1.5rem;top:28.9375rem;left:1.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #kTeouXy3HK5T0w4fNQ3hslA4s6myJ66X { width:14.375rem;height:9.46875rem;top:32rem;left:1.125rem;font-size:0.8125rem;display:block; }#kTeouXy3HK5T0w4fNQ3hslA4s6myJ66X li:before{  }
 }@media only screen and (max-width: 763px) { #ph7tGR3gz9t9gb0XDB8eZGr00b7Hcfyk { width:7.8125rem;height:8.285175rem;top:32.0625rem;left:11rem;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ALOVg2pVVmW2K73kD5SgT6wOnzoX1FRt { display:flex;width:1.5rem;height:1.5rem;top:45.375rem;left:1.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #b5IJznRVp7cuuKd6L0kTSvRXipNZSJFe { width:14.375rem;height:1.2999125rem;top:45.4736328125rem;left:3.70703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTPaFueQgMmWBw0CQBGXkhBb2oceZwlC { width:18.9375rem;height:2.5rem;top:44.875rem;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) { #sO0gOl6useWEFn783ettJoT1h3tWboGG { width:14.375rem;height:5.8125rem;top:48.4931640625rem;left:1.125rem;font-size:0.8125rem;display:block; }#sO0gOl6useWEFn783ettJoT1h3tWboGG li:before{  }
 }@media only screen and (max-width: 763px) { #nwzaGPUVp5O4PsaqrhH90J2e75VtOfL6 { width:7.8125rem;height:5.84765rem;top:48.4931640625rem;left:11rem;font-size:0.8125rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #sl2U80eKveB7yHB9IG4s4y1TP7vU779T { display:flex;width:1.5rem;height:1.5rem;top:58.4375rem;left:1.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #eiENMMcS2S95UQEIsWcQi89itNinDDBR { width:12.625rem;height:1.2999125rem;top:58.5361328125rem;left:3.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M4EJllgxst45HxH3b6uo6fRKUA9AWd1t { width:18.9375rem;height:2.5rem;top:57.8125rem;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) { #yhcfnCX2TLb3sXoGJS3Tgcu42vKDa5uk { width:14.375rem;height:5.8125rem;top:61.189453125rem;left:1.125rem;font-size:0.8125rem;display:block; }#yhcfnCX2TLb3sXoGJS3Tgcu42vKDa5uk li:before{  }
 }@media only screen and (max-width: 763px) { #LxQ6CbbOGyAaEzNveFCLBi2ohyS4EQRt { width:7.8125rem;height:5.84765rem;top:61.1376953125rem;left:11rem;font-size:0.8125rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #CR5JOM8b4z9kkCtbMFm8v8TmEQMshIUn { display:none; }#CR5JOM8b4z9kkCtbMFm8v8TmEQMshIUn > .row .container { width:20rem;height:74.75rem;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; }
 }