.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:225,253,254;--color-primary-1:81,249,253;--color-primary-2:35,252,255;--color-primary-3:100,166,171;--color-primary-4:0,102,102;--color-secondary-0:255,250,217;--color-secondary-1:255,238,128;--color-secondary-2:255,220,0;--color-secondary-3:128,110,0;--color-secondary-4:38,33,0;--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); }#NAwvWNXmDkUVTm1UkbkO5G88MLw9yzpR { position:relative;display:block; }#NAwvWNXmDkUVTm1UkbkO5G88MLw9yzpR { background-color: transparent; background-image: none; }#NAwvWNXmDkUVTm1UkbkO5G88MLw9yzpR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAwvWNXmDkUVTm1UkbkO5G88MLw9yzpR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAwvWNXmDkUVTm1UkbkO5G88MLw9yzpR > .row .container > .video-iframe-container { display: none; }#NAwvWNXmDkUVTm1UkbkO5G88MLw9yzpR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAwvWNXmDkUVTm1UkbkO5G88MLw9yzpR > .row > .video-iframe-container { display: none; }#NAwvWNXmDkUVTm1UkbkO5G88MLw9yzpR > .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); }#NAwvWNXmDkUVTm1UkbkO5G88MLw9yzpR { border-width: 0; border-radius: 0; }#NAwvWNXmDkUVTm1UkbkO5G88MLw9yzpR > .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; }#NAwvWNXmDkUVTm1UkbkO5G88MLw9yzpR > .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; }#B70TyCsqSJFly5Wqbx1SZxTaRp8T9O36 { 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; }
#Th9HrwBXwo29EqbofOyC6vWV1JQQ8PUA { 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; }#Th9HrwBXwo29EqbofOyC6vWV1JQQ8PUA.adaptive-delivery-prevent-bg, #Th9HrwBXwo29EqbofOyC6vWV1JQQ8PUA.lazyload, #Th9HrwBXwo29EqbofOyC6vWV1JQQ8PUA.lazyloading { background-image: none; }#Th9HrwBXwo29EqbofOyC6vWV1JQQ8PUA > .row .container { background-color: transparent; background-image: none; }#Th9HrwBXwo29EqbofOyC6vWV1JQQ8PUA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Th9HrwBXwo29EqbofOyC6vWV1JQQ8PUA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Th9HrwBXwo29EqbofOyC6vWV1JQQ8PUA > .row .container > .video-iframe-container { display: none; }#Th9HrwBXwo29EqbofOyC6vWV1JQQ8PUA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Th9HrwBXwo29EqbofOyC6vWV1JQQ8PUA > .row > .video-iframe-container { display: none; }#Th9HrwBXwo29EqbofOyC6vWV1JQQ8PUA > .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); }#Th9HrwBXwo29EqbofOyC6vWV1JQQ8PUA > .row .container { border-width: 0; border-radius: 0; }#Th9HrwBXwo29EqbofOyC6vWV1JQQ8PUA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Th9HrwBXwo29EqbofOyC6vWV1JQQ8PUA > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#AyKonnwUyxK7HSDKBzPMksySNDV7Fxoo { 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; }
#Mm2aZVSfnVFclUTFwGrT9N6sF6KvuLIN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Mm2aZVSfnVFclUTFwGrT9N6sF6KvuLIN > .row .container { border-width: 0; border-radius: 0; }#Mm2aZVSfnVFclUTFwGrT9N6sF6KvuLIN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mm2aZVSfnVFclUTFwGrT9N6sF6KvuLIN > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#xLR9Fuv4x8dQtPCniWSXbP0Pn6c1Ezep { 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:3rem;width:15.375rem;top:1.625rem;left:0rem;overflow:hidden;display:block; }
#ydCRuLVn7B6M4DSGST9mxtolDnxzPlB4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:12.3125rem;top:1.5625rem;left:62.6875rem;overflow:hidden;display:block; }
#PfoGrlbhTCVOxsoXTGPicI8RiJrt03B1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:12.125rem;top:1.5625rem;left:48.3896484375rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5404ee9b-bcdb-49a7-91d7-d0906860e3fa/hero11.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-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(var(--color-tertiary-4),0.23); }#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(var(--color-tertiary-4),0.23); }#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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:51.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#ZUViaiBzJzdQM9vkdlmNXh1bbh6TK3OT { color:rgba(var(--color-tertiary-0),1);display:block;width:49.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:20.25rem;left:12.6875rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#N0x6piw5fSM5GE9ANtbccGkkUluuFQUH { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:9.6875rem;top:24rem;left:15.9375rem;overflow:hidden;display:none; }
#vitZApR8wXE86pBGG0Pa8vNtLHlSrrUt { box-sizing:content-box;height:8rem;width:36rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:24.9375rem;left:20.75rem;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; }
#c1dhVaXp1EzooXc23ONW8pvvHzF6RFSZ { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:27.1875rem;left:25.6875rem;height:3.574225rem;text-align:center;text-align-last:center;display:none; }
#esHVxx93ntX8bEJCQur873aJVx1DFlud { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d7d7d7);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d7d7d7);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d7d7d7);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d7d7d7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#d7d7d7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#d7d7d7' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d7d7d7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00b0b0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:44.125rem;left:27.125rem;display:block; }
#tbTVgH1UMDFbt5ElfPpLQgia9GZExHT0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bo4P9eMmpTVivxlycqD2u3cp6TIbtDuz { position:absolute;display:block;z-index:15004;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:3rem;width:11.5625rem;top:1.3125rem;left:49.1875rem;overflow:hidden;display:block; }
#DufqG5JPukZTsVnlnabxMM10HW5qveTf { position:absolute;display:block;z-index:15003;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.9375rem;width:11.5rem;top:1.3125rem;left:63.5rem;overflow:hidden;display:block; }
#sxyeCNIFb1D9LWQ12lbhhi9PeJSX4eLB { position:absolute;display:block;z-index:15022;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:3.9375rem;width:19.25rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#ECW64aRol4qlyKDycKPs99MTSqTGnNUp { color:rgba(var(--color-tertiary-0),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.5625rem;left:54.1875rem;height:3.25rem;text-align:right;text-align-last:right;display:block; }
#AOzNwKgNVqcdIA9JUI7eee8Xokx19gKJ { position:absolute;display:block;z-index:15023;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:9.0625rem;width:51.4375rem;top:11.1875rem;left:11.8125rem;overflow:hidden;display:block; }
#Wchy8gcF5UBhzSyuUsX6F3b6GcCTGEpU { box-sizing:content-box;height:0.125rem;width:37.5rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.125rem;left:18.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#izcQUD8hplOx5EDlBtdrTqsGNGumlMfm { color:rgba(var(--color-tertiary-0),1);display:block;width:49.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.73);top:24.125rem;left:12.6875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JHTmmr0qms3F72EIVGpdLqMNGX6XN2xK { box-sizing:content-box;height:4.125rem;width:29.8125rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e1fdfe);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e1fdfe);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e1fdfe);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e1fdfe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e1fdfe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#e1fdfe' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #e1fdfe);background-size:auto !important;box-shadow: 0.3125rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.56) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.8125rem;left:22.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#q8k4dVJWW0lMuAsr0kW8iRKxNEPBRBQo { color:#69b2b2;display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0);top:30rem;left:28.3125rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#NGC9KhyZ54CTCTpE06xy215wGZ08f9OX { color:#69b2b2;display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0);top:29.6875rem;left:38.25rem;height:2.35546875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A8accmvT7gRKuS57NT7mnfRTlJMyaS7r { position:absolute;display:block;z-index:15028;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:3.4375rem;width:62.625rem;top:39rem;left:6.1875rem;overflow:hidden;display:block; }
#WceT4FxkZ5ONqK5mKcWE3cPyhEzDP0NO { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:75rem;display:none; }
#PMTTJGMdr5MN0Dl9IFPRMPR65wRQTyGi { color:rgba(var(--color-tertiary-0),1);display:block;width:49.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:20.25rem;left:12.6875rem;height:1.7871125rem;text-align:center;text-align-last:center;display:none; }
#M10U75wPOyVqX0RPTVdqAqlPVXOPQ5lw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c71cd752-f42b-4af6-95ae-5c71292a7720/JOMTIENDEXT1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#M10U75wPOyVqX0RPTVdqAqlPVXOPQ5lw.adaptive-delivery-prevent-bg, #M10U75wPOyVqX0RPTVdqAqlPVXOPQ5lw.lazyload, #M10U75wPOyVqX0RPTVdqAqlPVXOPQ5lw.lazyloading { background-image: none; }#M10U75wPOyVqX0RPTVdqAqlPVXOPQ5lw > .row .container { border-width: 0; border-radius: 0; }#M10U75wPOyVqX0RPTVdqAqlPVXOPQ5lw::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; }#M10U75wPOyVqX0RPTVdqAqlPVXOPQ5lw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M10U75wPOyVqX0RPTVdqAqlPVXOPQ5lw > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;overflow:visible;position:relative;display:none; }#VyiaMpZh2L13KqeJUV1cPJHQ8rVQ53il { color:rgba(var(--color-tertiary-0),1);display:block;width:51.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:29.125rem;left:11.6875rem;height:1.7871125rem;font-style:normal;display:block; }
#DdFgKrx5C055WNdGK7mKlz4a5SC9wkxV { color:rgba(var(--color-tertiary-0),1);display:block;width:45.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6);top:20.375rem;left:14.625rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dssaRBmnPUVBIldMtLXHlZ34mGaTvoWX { color:rgba(var(--color-tertiary-0),1);display:block;width:41.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:24.1875rem;left:16.6875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hqqoTWhZH8AQreD9BWTnmt3LmcN8o2zy { color:rgba(var(--color-tertiary-0),1);display:block;width:49.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:33.1875rem;left:12.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#JaHS4aUEXdBulBK1Py7UEvTqoNFJHAu5 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:9.6875rem;top:24rem;left:15.9375rem;overflow:hidden;display:none; }
#UBTrh0TD96xWZCeqZRZL3n5u9PCi4WJE { box-sizing:content-box;height:8rem;width:36rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:24.9375rem;left:20.75rem;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; }
#IzRhyhNB8hzKEFELXz6EP5mET16nxp6w { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:27.1875rem;left:25.6875rem;height:3.574225rem;text-align:center;text-align-last:center;display:none; }
#bUe4fK0KJqfzg8nrzHrniJPPd7lGtOcy { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:42.625rem;left:27.625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#nUI8XavTZPDeo5wdkydfiMZGUf0G8vzs { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d7d7d7);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d7d7d7);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d7d7d7);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d7d7d7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#d7d7d7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#d7d7d7' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #d7d7d7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00b0b0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.6875rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:38.4375rem;left:25.6875rem;display:block; }
#qZzmx8CvgreTTp68CvuF2k2G1DCdaczg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yPwK6znI1nMBEpTkXBIKbxqQlDMp6EUr { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:12.375rem;top:4.125rem;left:31.3125rem;overflow:hidden;display:block; }
#Tbm8KZAItdQUiT6c8tnA8lRmykPllqkd { position:absolute;display:block;z-index:15004;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:3rem;width:11.5625rem;top:15.625rem;left:24.1875rem;overflow:hidden;display:block; }
#OkrHEuveoJUTHrJeqJp1WoiXQSTgJehI { position:absolute;display:block;z-index:15003;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.9375rem;width:11.5rem;top:15.625rem;left:38.5rem;overflow:hidden;display:block; }
#v1fVoRGFBcl7aJqqZvpa2sbizAu88z5E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(213deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(213deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(213deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(213deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(213deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));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; }#v1fVoRGFBcl7aJqqZvpa2sbizAu88z5E > .row .container { background-color: transparent; background-image: none; }#v1fVoRGFBcl7aJqqZvpa2sbizAu88z5E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1fVoRGFBcl7aJqqZvpa2sbizAu88z5E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1fVoRGFBcl7aJqqZvpa2sbizAu88z5E > .row .container > .video-iframe-container { display: none; }#v1fVoRGFBcl7aJqqZvpa2sbizAu88z5E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1fVoRGFBcl7aJqqZvpa2sbizAu88z5E > .row > .video-iframe-container { display: none; }#v1fVoRGFBcl7aJqqZvpa2sbizAu88z5E > .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); }#v1fVoRGFBcl7aJqqZvpa2sbizAu88z5E > .row .container { border-width: 0; border-radius: 0; }#v1fVoRGFBcl7aJqqZvpa2sbizAu88z5E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v1fVoRGFBcl7aJqqZvpa2sbizAu88z5E > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:block; }#TnTNXJf2g1zhsMeVsOrFaulmoC3Zt64Q { box-sizing:content-box;height:21.6875rem;width:36.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/34a78280-3af5-45c4-b99e-20cde5cbaf2c/HotelAExt02edited1.preview.mirror.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.5rem;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; }#TnTNXJf2g1zhsMeVsOrFaulmoC3Zt64Q.adaptive-delivery-prevent-bg, #TnTNXJf2g1zhsMeVsOrFaulmoC3Zt64Q.lazyload, #TnTNXJf2g1zhsMeVsOrFaulmoC3Zt64Q.lazyloading { background-image: none; }
#x17iQsnmkpSEmsyLWSDwPFouz2k4nA0m { color:rgba(var(--color-tertiary-4),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.75rem;left:39.75rem;height:4.38574375rem;display:block; }
#oFd12qyXSA3qPrEVOTfV1qmJ4tCTxOmp { color:rgba(var(--color-tertiary-4),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.9375rem;left:39.75rem;height:5.84765625rem;display:block; }
#ERJyTe4sOeWNiyFOoGlbd19NrS7EZfAa { box-sizing:content-box;height:4.3125rem;width:34.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.0625rem;left:39.6875rem;border-top:0.25rem solid #4de8e8;border-left:0.25rem solid #4de8e8;border-right:0.25rem solid #4de8e8;border-bottom:0.25rem solid #4de8e8;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.19) ;display:block; }
#Upkbr2ZyTthQvMRAmPWhRwNbz8pGhX0e { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.5rem;left:47rem;height:1.8681625rem;display:block; }
#vPZlmrLLp3InMVMHCU71HkXS1XTTTDUc { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.0625rem;left:54.1875rem;height:2.84375rem;font-style:normal;display:block; }
#B1W1polr36ycOvFQDbLzAxdan6oeT0I0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(360deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(360deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(360deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(360deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));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; }#B1W1polr36ycOvFQDbLzAxdan6oeT0I0 > .row .container { background-color: transparent; background-image: none; }#B1W1polr36ycOvFQDbLzAxdan6oeT0I0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1W1polr36ycOvFQDbLzAxdan6oeT0I0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1W1polr36ycOvFQDbLzAxdan6oeT0I0 > .row .container > .video-iframe-container { display: none; }#B1W1polr36ycOvFQDbLzAxdan6oeT0I0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1W1polr36ycOvFQDbLzAxdan6oeT0I0 > .row > .video-iframe-container { display: none; }#B1W1polr36ycOvFQDbLzAxdan6oeT0I0 > .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); }#B1W1polr36ycOvFQDbLzAxdan6oeT0I0 > .row .container { border-width: 0; border-radius: 0; }#B1W1polr36ycOvFQDbLzAxdan6oeT0I0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B1W1polr36ycOvFQDbLzAxdan6oeT0I0 > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#tcS7PQiUOTnmauiHWfhmsbVpZeKt5vSr { box-sizing:content-box;height:18.8125rem;width:31.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1042c106-8bfb-4e21-b2d0-18a622b7a2a3/HOTELAINTA1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;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:block; }#tcS7PQiUOTnmauiHWfhmsbVpZeKt5vSr.adaptive-delivery-prevent-bg, #tcS7PQiUOTnmauiHWfhmsbVpZeKt5vSr.lazyload, #tcS7PQiUOTnmauiHWfhmsbVpZeKt5vSr.lazyloading { background-image: none; }
#NFO0INWLrihSTOvfl6BC11uztXy6b38x { box-sizing:content-box;height:18.8125rem;width:42.375rem;position:absolute;display:block;z-index:15001;background-color:#232323;background-image:none;top:0rem;left:32.75rem;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; }
#XMHNURHe4bPJ3Ms9R3ZtlvHWEl93kHsV { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:34.34375rem;height:2.4375rem;font-style:normal;display:block; }
#ZOuJkd6uyg9NUCpkTvSVx5Xe5Vew78oF { box-sizing:content-box;height:2.1875rem;width:0.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;top:2.125rem;left:49.03125rem;display:block; }
#uAveaUTAdx0EIMG5TzGsoMrch9LT9LhV { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.244140625rem;left:50.09375rem;height:1.94921875rem;font-style:normal;display:block; }
#Hx0UcPNmw0JxN6AKgWMpWIhS3sKp2Phv { position:absolute;display:block;z-index:15004;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:1rem;width:1rem;top:6.4375rem;left:34.34375rem;overflow:hidden;display:block; }
#upcylFeLU89hP36nDhLbnOHE3F1A5hJ3 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4375rem;left:36.09375rem;height:1.0556625rem;display:block; }
#hrT0JWo7lbfnHskCuPLMfzQcd4lvLOQD { position:absolute;display:block;z-index:15005;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:1rem;width:1rem;top:8.65625rem;left:34.34375rem;overflow:hidden;display:block; }
#gOnSznuHFFd0Pvfg6TorN7udH8gmHKKM { color:rgba(var(--color-tertiary-0),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.630859375rem;left:36.09375rem;height:2.111325rem;display:block; }
#JMvkAdPHlFF6obhtxnT2RQMQSIzZgTDN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:11.90625rem;left:34.34375rem;overflow:hidden;display:block; }
#kvzR24AoQw8Zgp550cFBHPaRit2EKy6V { color:rgba(var(--color-tertiary-0),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.9375rem;left:36.09375rem;height:1.0556625rem;display:block; }
#IpHTq8Uyy3gbJs0oF2PUGXCqwE7OnqrX { position:absolute;display:block;z-index:15007;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:1rem;width:1rem;top:14.34375rem;left:34.34375rem;overflow:hidden;display:block; }
#oi0omqKIfuVDravplnJWMRd0UGoO8ks4 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.31640625rem;left:36.09375rem;height:2.111325rem;display:block; }
#hGFpwS7NJ23EAfJ9IF0lMnZQtebTB7o3 { position:absolute;display:block;z-index:15005;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:1rem;width:1rem;top:6.4375rem;left:59.90625rem;overflow:hidden;display:block; }
#NnEMAT3Ocf5dOQtpRfK7vH0m1evTfe5l { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.34765625rem;left:61.5625rem;height:1.0556625rem;display:block; }
#quDXZ1HUE8IT1UhqwTui5pK4hDfGzZaD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:8.6875rem;left:59.90625rem;overflow:hidden;display:block; }
#SHxfq5zry8ZFcKsVedopQitSvWosVzCJ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.62890625rem;left:61.5625rem;height:1.0556625rem;display:block; }
#QtDFwxhewwF8nCXeEnftNk3rK7kOqab3 { position:absolute;display:block;z-index:15007;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:1rem;width:1rem;top:11.90625rem;left:59.90625rem;overflow:hidden;display:block; }
#RTR1HVVE0WMU6GvTOvDDb9hZFSXIDJMX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.87890625rem;left:61.5625rem;height:1.0556625rem;display:block; }
#Kh2H9SBARuL8gleSW3nKLkxkTkJeqaRe { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:14.34375rem;left:59.90625rem;overflow:hidden;display:block; }
#M3HTG36Q5nG8GEscSHkOVIfsRb0JRE78 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.31640625rem;left:61.5rem;height:1.0556625rem;display:block; }
#OWu2AIFhoFtoPSfffM9EnElyMvEF9elq { box-sizing:content-box;height:18.8125rem;width:42.375rem;position:absolute;display:block;z-index:15021;background-color:#232323;background-image:none;top:21.625rem;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:block; }
#MCVc5MQwMNQwFieLcHfI8SSWTIxP8v2R { position:absolute;display:block;z-index:15027;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:1rem;width:1rem;top:36rem;left:1.625rem;overflow:hidden;display:block; }
#kPTmCdZmdEgsauEiM7a0folDqN6Ec6AF { position:absolute;display:block;z-index:15026;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:1rem;width:1rem;top:33.5625rem;left:1.625rem;overflow:hidden;display:block; }
#LdF9aJnhee3mo5zUCO9l3tpEXOdk13yp { position:absolute;display:block;z-index:15025;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:1rem;width:1rem;top:30.3125rem;left:1.625rem;overflow:hidden;display:block; }
#iCIkyKzq5cKsBEwvlJSJUOT3llACiiVw { position:absolute;display:block;z-index:15024;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:1rem;width:1rem;top:28.0625rem;left:1.625rem;overflow:hidden;display:block; }
#EC04JH8NCru5vTwrBgccTUHZO5wHAvlN { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.625rem;left:1.625rem;height:2.4375rem;font-style:normal;display:block; }
#BPOhnq3K3uNUDtl2HTs9AA0LX58lqId2 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:28.0625rem;left:3.375rem;height:1.0556625rem;display:block; }
#HhEF1tFiTf4iz5iyOGn5pFTmDaPNJhTu { color:rgba(var(--color-tertiary-0),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:30.25rem;left:3.375rem;height:2.111325rem;display:block; }
#Sm07H9qoEHraHHcT4NvPMXu3NuLapd6K { color:rgba(var(--color-tertiary-0),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:33.5625rem;left:3.375rem;height:1.0556625rem;display:block; }
#VqalmmeHWq4TumplcAWWzb2TrWC8Dnt2 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:35.9375rem;left:3.375rem;height:2.111325rem;display:block; }
#mTZblaSefT78p4HnSPJ9GHaQPUBu27F0 { box-sizing:content-box;height:2.1875rem;width:0.25rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-1),1);background-image:none;top:23.75rem;left:16.3125rem;display:block; }
#HPf1HouN4uRmqxIOSyaZszuTbwrddxDN { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:23.875rem;left:17.375rem;height:1.94921875rem;font-style:normal;display:block; }
#wxTP70xr8TnsDAPiTR4NJ7JTsWyvkHFG { position:absolute;display:block;z-index:15025;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:1rem;width:1rem;top:28.0625rem;left:27.1875rem;overflow:hidden;display:block; }
#Mkie4g4zR3HbroTDzsWPOF58u4iPbAMh { position:absolute;display:block;z-index:15026;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:1rem;width:1rem;top:30.3125rem;left:27.1875rem;overflow:hidden;display:block; }
#d7s7s6p65KLvevQCCloytXKITcNwyZH1 { position:absolute;display:block;z-index:15027;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:1rem;width:1rem;top:33.5625rem;left:27.1875rem;overflow:hidden;display:block; }
#dDDCUFmIII7pok5WX45lPpymtxaTv3Md { position:absolute;display:block;z-index:15028;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:1rem;width:1rem;top:36rem;left:27.1875rem;overflow:hidden;display:block; }
#O6NsTkFwHroh2OtRQ0xevD0iE24Zx6BC { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:28rem;left:28.8125rem;height:1.0556625rem;display:block; }
#HDGG3kuRPAdhramTPoX8MI1ynZHTPrdu { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:30.25rem;left:28.8125rem;height:1.0556625rem;display:block; }
#e79dUsfXaZ81soV8fd9D1TZqK604C7Wg { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:33.5rem;left:28.8125rem;height:1.0556625rem;display:block; }
#qRzmhscgTnXkJ8UfrVBrW94ONULNLQ9a { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:35.9375rem;left:28.75rem;height:1.0556625rem;display:block; }
#NE5aqNWK1sbR2KFrCISU8u6h7JJA0sQT { box-sizing:content-box;height:18.8125rem;width:31.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ad0fad0c-d9a0-42f9-a6d1-3dd3bb7695f9/HOTELCINTBedited2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.625rem;left:43.125rem;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; }#NE5aqNWK1sbR2KFrCISU8u6h7JJA0sQT.adaptive-delivery-prevent-bg, #NE5aqNWK1sbR2KFrCISU8u6h7JJA0sQT.lazyload, #NE5aqNWK1sbR2KFrCISU8u6h7JJA0sQT.lazyloading { background-image: none; }
#Mfrwv9r5Tuhzpx7kH03n8ASqbEaoHfWW { box-sizing:content-box;height:18.8125rem;width:42.375rem;position:absolute;display:block;z-index:15001;background-color:#232323;background-image:none;top:0rem;left:32.75rem;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; }
#v1fTRZXACg15opOFExZL6AGnrTGJFxuF { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:34.34375rem;height:2.4375rem;font-style:normal;display:none; }
#bxRgMJPOG9Vk60t9gXVhmbTdXgaV1eQn { position:absolute;display:block;z-index:15004;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:1rem;width:1rem;top:6.4375rem;left:34.34375rem;overflow:hidden;display:none; }
#dqkMMOnMLgqF5Pc7l7PHXnAQGzZ8zNgy { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4375rem;left:36.09375rem;height:1.0556625rem;display:none; }
#HqlplQFV2pTeZe931XQsnEK0BRCTipqW { position:absolute;display:block;z-index:15005;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:1rem;width:1rem;top:8.65625rem;left:34.34375rem;overflow:hidden;display:none; }
#m7sRB59dFs6fuNBIRK9lkT67O8tEQG6B { color:rgba(var(--color-tertiary-0),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.630859375rem;left:36.09375rem;height:2.111325rem;display:none; }
#LC3ZSgHCpEg1Aa2TkLiQmI4qi9ECgabm { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:11.90625rem;left:34.34375rem;overflow:hidden;display:none; }
#SZgi2OyLTLhP49cZ5nBKRsKlNCWARiSM { color:rgba(var(--color-tertiary-0),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.9375rem;left:36.09375rem;height:1.0556625rem;display:none; }
#eNJpm2vitvB5xXiHoOUvp0LR6xS0VuPC { position:absolute;display:block;z-index:15007;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:1rem;width:1rem;top:14.34375rem;left:34.34375rem;overflow:hidden;display:none; }
#dgtxBTJ9A4kcBQFU9u5cTSQkLORyUnxN { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.31640625rem;left:36.09375rem;height:2.111325rem;display:none; }
#CTsxi9MoZHglDK1n4hXprkNBn3BSlgpp { position:absolute;display:block;z-index:15005;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:1rem;width:1rem;top:6.4375rem;left:59.90625rem;overflow:hidden;display:none; }
#MbE41UCt9V8IFeep0SbITpqTbzNgLQqB { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.34765625rem;left:61.5625rem;height:1.0556625rem;display:none; }
#grRmT2eEMREDq1T9hTZoqgzxOH1T1ozK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:8.6875rem;left:59.90625rem;overflow:hidden;display:none; }
#ymnP3u4CBFx7XvmhW2vpgRe5MBDZZlsW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.62890625rem;left:61.5625rem;height:1.0556625rem;display:none; }
#C399zuSp6V9y0IrADOznJMhkm2h1A8Sh { position:absolute;display:block;z-index:15007;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:1rem;width:1rem;top:11.90625rem;left:59.90625rem;overflow:hidden;display:none; }
#lz5CWcSp6993vxOZAtFgstBbOI1Nu13F { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.87890625rem;left:61.5625rem;height:1.0556625rem;display:none; }
#EmeLE9Qoyh9uUhScXpaLt0rx32SKNoxh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:14.34375rem;left:59.90625rem;overflow:hidden;display:none; }
#XxbGAe4mCeyRicTnh5H6ehlRfCLpZOy9 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.31640625rem;left:61.5rem;height:1.0556625rem;display:none; }
#igrgNzcpfpx44v36cEDOqHl8LicGFy65 { box-sizing:content-box;height:2.1875rem;width:0.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;top:2.125rem;left:49.03125rem;display:none; }
#Dv0W7IavECZxQIMT6HdGNFSkeaQfc99R { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.244140625rem;left:50.09375rem;height:1.94921875rem;font-style:normal;display:none; }
#The8oGmUqOpRlOznhmiOpegHh55p7mwv { position:relative;display:block; }#The8oGmUqOpRlOznhmiOpegHh55p7mwv { background-color: transparent; background-image: none; }#The8oGmUqOpRlOznhmiOpegHh55p7mwv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#The8oGmUqOpRlOznhmiOpegHh55p7mwv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#The8oGmUqOpRlOznhmiOpegHh55p7mwv > .row .container > .video-iframe-container { display: none; }#The8oGmUqOpRlOznhmiOpegHh55p7mwv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#The8oGmUqOpRlOznhmiOpegHh55p7mwv > .row > .video-iframe-container { display: none; }#The8oGmUqOpRlOznhmiOpegHh55p7mwv > .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); }#The8oGmUqOpRlOznhmiOpegHh55p7mwv { border-width: 0; border-radius: 0; }#The8oGmUqOpRlOznhmiOpegHh55p7mwv > .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; }#The8oGmUqOpRlOznhmiOpegHh55p7mwv > .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:79.25rem;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; }#pA8R9FiTgJEWXOEDcsbsBIOQnXAhuvpS { 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:7rem;width:41.25rem;top:3.6875rem;left:16.875rem;overflow:hidden;display:block; }
#yCqMMM7ks6Z2wCqQzgmq19TG97EEI1K7 { box-sizing:content-box;height:28.0625rem;width:29.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),0.06);background-image:none;top:14.5625rem;left:6.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }
#q3SKOmH9bWhzPgNylkp7LJv6GyD1dsng { box-sizing:content-box;height:25.375rem;width:26.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:15.75rem;left:7.5rem;border-top:0.1875rem solid #6fbcbf;border-left:0.1875rem solid #6fbcbf;border-right:0.1875rem solid #6fbcbf;border-bottom:0.1875rem solid #6fbcbf;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; }
#vmCGPnEQo2hRO3fmFckEClGtXLahERt1 { box-sizing:content-box;height:17.5625rem;width:25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/910646c9-378c-4f3e-a0f9-b555cfa1cc7a/HealthWellbeingCentreA1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:16.9375rem;left:8.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;display:block; }#vmCGPnEQo2hRO3fmFckEClGtXLahERt1.adaptive-delivery-prevent-bg, #vmCGPnEQo2hRO3fmFckEClGtXLahERt1.lazyload, #vmCGPnEQo2hRO3fmFckEClGtXLahERt1.lazyloading { background-image: none; }
#G7Kc2fBuKhJOUEZcd2gpu4bztzGR4BnP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:36.125rem;left:12.375rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K40BRH4E6K6au2hgaVIM8VnHdoPcK0th { box-sizing:content-box;height:28.0625rem;width:29.3125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),0.06);background-image:none;top:14.5625rem;left:39.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }
#uzmtiTPlH7Pg1moyor5mRsIrpqvxxRXd { box-sizing:content-box;height:25.375rem;width:26.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:15.6875rem;left:40.375rem;border-top:0.1875rem solid #6fbcbf;border-left:0.1875rem solid #6fbcbf;border-right:0.1875rem solid #6fbcbf;border-bottom:0.1875rem solid #6fbcbf;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; }
#nAcvqb3GyOeDQnHZPZXVPG0gEzWq7lmZ { box-sizing:content-box;height:17.5625rem;width:25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/39a0f70d-456e-4e0a-a48f-96c1d33185dd/RetailCentreA1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:16.9375rem;left:41.5rem;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; }#nAcvqb3GyOeDQnHZPZXVPG0gEzWq7lmZ.adaptive-delivery-prevent-bg, #nAcvqb3GyOeDQnHZPZXVPG0gEzWq7lmZ.lazyload, #nAcvqb3GyOeDQnHZPZXVPG0gEzWq7lmZ.lazyloading { background-image: none; }
#GgOovixwJHVVPKCZN7bobzmMzIDtPs7X { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:37.0185546875rem;left:45.28125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A3Wzz7GQu237iev8XIGwspsef1ZqdTD1 { box-sizing:content-box;height:28.0625rem;width:29.3125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),0.06);background-image:none;top:46.375rem;left:6.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }
#TvgfMT6B9t23yITZwS5biIuhoWi6GTEz { box-sizing:content-box;height:25.375rem;width:26.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:47.5rem;left:7.5rem;border-top:0.1875rem solid #6fbcbf;border-left:0.1875rem solid #6fbcbf;border-right:0.1875rem solid #6fbcbf;border-bottom:0.1875rem solid #6fbcbf;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; }
#m21eWbClEciuQM4K27KG4kZnWLzmakDR { box-sizing:content-box;height:17.5625rem;width:25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/da7f9fd1-fd79-42d1-bdc4-60b570d3bdd9/BungalowA11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:48.75rem;left:8.625rem;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; }#m21eWbClEciuQM4K27KG4kZnWLzmakDR.adaptive-delivery-prevent-bg, #m21eWbClEciuQM4K27KG4kZnWLzmakDR.lazyload, #m21eWbClEciuQM4K27KG4kZnWLzmakDR.lazyloading { background-image: none; }
#vyxg4fAxaWcrbg2In97zA3mMC0isTwtt { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:68.8310546875rem;left:12.40625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RB9VWavsiUXE45teHfTMgprGfV9PZZJV { box-sizing:content-box;height:28.0625rem;width:29.3125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),0.06);background-image:none;top:46.375rem;left:39.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }
#nOMpg6Zy50maDS1wHiULzGHtQUTtlRAb { box-sizing:content-box;height:25.375rem;width:26.8125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-4),0);background-image:none;top:47.5rem;left:40.375rem;border-top:0.1875rem solid #6fbcbf;border-left:0.1875rem solid #6fbcbf;border-right:0.1875rem solid #6fbcbf;border-bottom:0.1875rem solid #6fbcbf;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; }
#atT5r2EsmITpH0HpNG3ZTebaLDrihu5r { box-sizing:content-box;height:17.5625rem;width:25rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/55e219c2-71bf-429b-bfa8-5cd0e1fd3365/EcoWorkIsleDay.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:48.75rem;left:41.5rem;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; }#atT5r2EsmITpH0HpNG3ZTebaLDrihu5r.adaptive-delivery-prevent-bg, #atT5r2EsmITpH0HpNG3ZTebaLDrihu5r.lazyload, #atT5r2EsmITpH0HpNG3ZTebaLDrihu5r.lazyloading { background-image: none; }
#dAplgc2xphCmb4MAIOhGOQpw3xJmeAIv { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:68.8310546875rem;left:45.28125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3d2924a3-de8d-41e5-bc32-378a3bacfb88/JOMTIENDEXT22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA.adaptive-delivery-prevent-bg, #AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA.lazyload, #AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA.lazyloading { background-image: none; }#AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA > .row .container { background-color: transparent; background-image: none; }#AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.46); }#AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA > .row .container > .video-iframe-container { display: none; }#AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.46); }#AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA > .row > .video-iframe-container { display: none; }#AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA > .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); }#AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA > .row .container { border-width: 0; border-radius: 0; }#AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA::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; }#AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#KzgGU2hI2p0rrHIuAulA9aVaGnW8TsEZ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9375rem;left:27.21875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#OQIFo3f85BXC0hZImCGKuAZpAtqItd1r { box-sizing:content-box;height:10.125rem;width:24.375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-size:auto !important;top:11.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:block; }
#i9AHNNgbhb1xopqA2POav6WB0xI87fKi { box-sizing:content-box;height:10.125rem;width:24.375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-size:auto !important;top:11.1875rem;left:25.3125rem;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; }
#ebD2HxyXM77es1oNlrNZGAuJIyfWIt13 { box-sizing:content-box;height:10.125rem;width:24.375rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-size:auto !important;top:11.1875rem;left:50.625rem;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; }
#cQQA6ZXPCNS84vJM3X2Muvx4hM3bz52r { box-sizing:content-box;height:10.125rem;width:24.375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-size:auto !important;top:22.4375rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#LEV32K2oOKKC3h4SVFln4xNqP8VLSNvI { box-sizing:content-box;height:10.125rem;width:24.375rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-size:auto !important;top:22.4375rem;left:25.3125rem;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; }
#ZkVhPIxls9AONdb59ly8kJPOI9V5rQVw { box-sizing:content-box;height:10.125rem;width:24.375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(113deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-size:auto !important;top:22.4375rem;left:50.625rem;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; }
#L8qSLrmH64KZzihRZLgWHiGerakGf5mf { color:rgba(var(--color-tertiary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.4375rem;font-weight:700;z-index:15005;line-height:.8;letter-spacing:0;top:13.275390625rem;left:1.96875rem;height:5.94921875rem;font-style:normal;display:block; }
#KQUcm70vkx3O80TkTIAS7CoDlA7OrPlU { color:rgba(var(--color-tertiary-4),1);display:block;width:4.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.9375rem;font-weight:700;z-index:15006;line-height:.8;letter-spacing:0;top:13.474609375rem;left:26.65625rem;height:5.54980625rem;font-style:normal;display:block; }
#bntOr5B0XxmQCJGQoFnhwWPBmy1eM2oW { color:rgba(var(--color-tertiary-4),1);display:block;width:5.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.1875rem;font-weight:700;z-index:15007;line-height:.8;letter-spacing:0;top:13.375rem;left:52.0625rem;height:5.75rem;font-style:normal;display:block; }
#W72utPVfaxGOwUTFI05xkbu6ouSxBdSV { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.875rem;font-weight:700;z-index:15008;line-height:.8;letter-spacing:0;top:24.82421875rem;left:0rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LDX1JLUyGsM8aasZAn1c3TGHkph609TU { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.875rem;font-weight:700;z-index:15007;line-height:.8;letter-spacing:0;top:24.525390625rem;left:26.65625rem;height:5.5rem;font-style:normal;display:block; }
#Kubwtr8TTqaZAMABusFSibyI7GB1Tue8 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.875rem;font-weight:700;z-index:15008;line-height:.8;letter-spacing:0;top:24.525390625rem;left:51.96875rem;height:5.5rem;font-style:normal;display:block; }
#sz2XEZpPcVHWTEvWoQ1nJQ3ibeJICAyX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.9375rem;left:6.1875rem;height:1.625rem;display:block; }
#apZK8A3ZDF87yR8r1vgW2xSqllNCwz7H { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.125rem;left:6.1875rem;height:2.4375rem;display:block; }
#EHPxWOWIJSLonel8MRNONFVdIeeERV5d { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.5625rem;left:31.75rem;height:1.625rem;display:block; }
#zAe1HdDPRV7KKT1NO71Cf2nrK0uBDMgw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.6875rem;left:57.3125rem;height:1.625rem;display:block; }
#x2cNgw6URqaoQ6QUVr24CMsWzAokB68I { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:24.8125rem;left:6.1875rem;height:1.625rem;display:block; }
#bdJVFegIF0WTfBRiS1vEuQhUWEqPT33I { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.4375rem;left:31.75rem;height:1.625rem;display:block; }
#hC1bIVA7W83hC0PTG6WNcwIhfbCDmGJo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:24rem;left:57.3125rem;height:1.625rem;display:block; }
#kdfREtebyfmTp7CKPZQWdJdZXhhueGue { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.6875rem;left:31.75rem;height:3.25rem;display:block; }
#IWWMglpl80TNOznyMSHIDu1qXtMf7OuM { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.9375rem;left:57.4375rem;height:4.875rem;display:block; }
#RnnZezTsUcBWpBZoG4GbGfFWcwwrlbZK { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:26.9375rem;left:6.1875rem;height:2.4375rem;display:block; }
#bsW3HiEvWC8TD78y4NeBkGM2qFqPSRSs { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:26.5625rem;left:31.75rem;height:4.0625rem;display:block; }
#ddTKptkxgfhrwgOSEH6a8T3M4exeN1HT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:26.125rem;left:57.25rem;height:4.875rem;display:block; }
#vGwhA8VUidmTDorHxTTnuBlckmw0tca9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8d4e7a11-7f52-44cc-81b7-34d1f24e3451/bg02.png");background-position:center left !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; }#vGwhA8VUidmTDorHxTTnuBlckmw0tca9.adaptive-delivery-prevent-bg, #vGwhA8VUidmTDorHxTTnuBlckmw0tca9.lazyload, #vGwhA8VUidmTDorHxTTnuBlckmw0tca9.lazyloading { background-image: none; }#vGwhA8VUidmTDorHxTTnuBlckmw0tca9 > .row .container { background-color: transparent; background-image: none; }#vGwhA8VUidmTDorHxTTnuBlckmw0tca9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.22); }#vGwhA8VUidmTDorHxTTnuBlckmw0tca9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGwhA8VUidmTDorHxTTnuBlckmw0tca9 > .row .container > .video-iframe-container { display: none; }#vGwhA8VUidmTDorHxTTnuBlckmw0tca9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.22); }#vGwhA8VUidmTDorHxTTnuBlckmw0tca9 > .row > .video-iframe-container { display: none; }#vGwhA8VUidmTDorHxTTnuBlckmw0tca9 > .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); }#vGwhA8VUidmTDorHxTTnuBlckmw0tca9 > .row .container { border-width: 0; border-radius: 0; }#vGwhA8VUidmTDorHxTTnuBlckmw0tca9::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; }#vGwhA8VUidmTDorHxTTnuBlckmw0tca9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vGwhA8VUidmTDorHxTTnuBlckmw0tca9 > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:75rem;position:relative;display:block; }#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-form-header {  }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:27.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);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:27.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-input-text {padding-top: 0; padding-bottom: 0;}#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);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:27.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .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:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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:27.375rem;box-sizing:border-box;height:2.5rem;color:#808080;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-input-select {padding-top: 0; padding-bottom: 0;}#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #454545, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #454545, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #454545, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #454545, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #454545, rgba(var(--color-tertiary-4),1));background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.125rem;margin-bottom:0.25rem;margin-left:0.125rem;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:400;color:#abfffd;width:27.0625rem;height:3.4375rem;font-family:marcellus;overflow:hidden;box-shadow: none;font-style:normal; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL [class*="-text"]:-moz-placeholder { color:#808080;font-family:arial;font-size:0.875rem; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL [class*="-text"]::-moz-placeholder { color:#808080;font-family:arial;font-size:0.875rem; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL [class*="-text"]:-ms-input-placeholder { color:#808080;font-family:arial;font-size:0.875rem; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL [class*="-text"]::-webkit-input-placeholder { color:#808080;font-family:arial;font-size:0.875rem; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:26.1875rem;overflow:hidden;font-style:normal; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .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; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-container:first-of-type{padding-top:0;}#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-container:last-of-type{padding-bottom:0;}#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:45.125rem;top:3.875rem;z-index:15000;position:absolute;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.375rem;display:block;vertical-align:top; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.75rem;line-height:1.3;font-weight:400;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;text-align:center;text-align-last:center; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL {display:block;}#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:45.125rem;top:3.875rem;z-index:15000;position:absolute;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #UzOqmLuifSMRpfWubMdA6fTMwOco8SCZ { position:relative; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #NWiTTEJfBVlGZ9WbbM2gEx0LecpittoC { position:relative;display:block; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #CzuVzHI6krdrkWi2ySZ65tT9zDx1gPO2 { position:relative; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #Sm1sOHQBC2fVU7HNt7HaEFRwu6pB8tSJ { position:relative; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #mDq6E3d6b1ezbQFXZgpRmNZ0DtKMXHUy { position:relative;display:block; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #BRaAsQ0dINWLIiXf7zF18nptnuu2Cuzc { position:relative; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #mtzmSbC3eeIbMwK2KkDMBGATSVbMHaZI { position:relative; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #LJbaAixWlBkLosOu4J8B3VtFswETkcCq { position:relative;display:block; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #x4k7PQtxTANBJuP3d0zCgafE9cbzXKiv { position:relative; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #Jls3hckySsW7SsUdurfqkE9J3wdihVzG { position:relative; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #ENO4tSo0WgdBuqTfe20KUQIZqQ1CyE8B { position:relative;display:block; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #p8vvLIUQxW9apBDw3DsONOllJgtlWE1D { position:relative; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #A2l7kyReMUIZOpDRWWspyNHJPsnhwNMy { position:relative; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #A2l7kyReMUIZOpDRWWspyNHJPsnhwNMy .container-column{width:100%;}#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #rFasPeRlD1JfqiLSrr7exhONwFVqQVzy { position:relative;display:block; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #hWqG63TVFGoD47siaQqzsT8Upor9yJzD { position:relative;z-index:2; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #bLkBpCE4LFZhcIzuT7iUaV981msVATet { position:relative; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #zM5TLgzIbopdvDXV0AOOnC5TT9KhChyH { position:relative;z-index:2; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #kPveVX5SKDGxqM24TBsJR81b4nOugfkH { position:relative; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #RaTBXy6cGsEJTRh2giRqbTduXMM72ZQk { position:relative;z-index:2; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #FQLV94J7xkT9eV3LrUnv0KqTu7IJvvzf { position:relative; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #TvchdKP2zUOqRsawWAiIDdQ4BHZhBfap { position:relative;z-index:2; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #RvMoymyvU1hABprh6eUPwW6BVPR6fqzh { position:relative; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #R3bGMRThfs1WgDN5v1TI0v3sPw9RZxvf { position:relative;z-index:2; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #GTWfCb96ubdswaLVexRiBekcaHtffL6r { position:relative; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #qbZ1apimBnz1ppLCUnwSalZbCT5AVR9C { position:relative; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #qbZ1apimBnz1ppLCUnwSalZbCT5AVR9C .container-column{width:100%;}#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #XUmUTxlyTTW7Z3AvVLlHilyFQc0qMqMm { position:relative;display:block; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #J7hUn3a8TkBWHR3x439JdR11TQRPak4V { position:relative;z-index:2; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #e02GHrH1N4mQft3eSmRKOTZNZTbp5GCf { position:relative; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #ckMgp17Wiv0E2RvEfU8gWEkE8FMNTUb4 { position:relative;z-index:2; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #JZE8NAsa97HRXzqEIGokkiTJmkzZrLcs { position:relative; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #m4eRnzKMc4hAt037HF667IOg95FGQs0b { position:relative;z-index:2; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #LNJOysB8hhGr8gUfySwazKcZfc28EGAe { position:relative; }
#snXXQBDVCStzQuwcyVZV3xRnKR1wNhNg { position:relative;display:block; }
#H5vTDcJzfHpEspuak2o4mhJRcNSk4L4V { position:relative;display:block; }
#UwmoyPvIwDh0fIgJ49IK36KVL8QMfeNu { position:relative;display:block; }
#U4LsHqV3IGKDbNJLpK2brVCtST6e2EMU { position:relative;display:block; }
#HxWUayp9rHhkSnoZkeLq3UTe3rPwvshB { position:relative;display:block; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #aeABJKOW619ogZhShtn8trssiZiXEkK6 { position:relative; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #fJZco9kZXAe0MiAMasZwKGLxlkXBUpnu { position:relative; }
#XT6ZJD2Rm1EWwXElL7qXtK4yWryGSX7o { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.875rem;left:0.6875rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#MBZSBmtodXxOmdTelFsw33FR7lglLcFm { position:absolute;display:block;z-index:15003;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:4rem;width:42rem;top:20.375rem;left:0rem;overflow:hidden;display:block; }
#OZqFNg2g3aUrlCXcxRnwDBrJ7tuNDv0k { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:44.5rem;left:51.9375rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#CQsbkKQ1hRo9TPa1wTaUzuKBZSXMg3EH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CQsbkKQ1hRo9TPa1wTaUzuKBZSXMg3EH > .row .container { background-color: transparent; background-image: none; }#CQsbkKQ1hRo9TPa1wTaUzuKBZSXMg3EH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQsbkKQ1hRo9TPa1wTaUzuKBZSXMg3EH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQsbkKQ1hRo9TPa1wTaUzuKBZSXMg3EH > .row .container > .video-iframe-container { display: none; }#CQsbkKQ1hRo9TPa1wTaUzuKBZSXMg3EH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQsbkKQ1hRo9TPa1wTaUzuKBZSXMg3EH > .row > .video-iframe-container { display: block; }#CQsbkKQ1hRo9TPa1wTaUzuKBZSXMg3EH > .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); }#CQsbkKQ1hRo9TPa1wTaUzuKBZSXMg3EH > .row .container { border-width: 0; border-radius: 0; }#CQsbkKQ1hRo9TPa1wTaUzuKBZSXMg3EH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CQsbkKQ1hRo9TPa1wTaUzuKBZSXMg3EH > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:75rem;position:relative;display:block; }#Ipmr8M8bdgyizVqW8THQ7eaq3SWH1JiD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ipmr8M8bdgyizVqW8THQ7eaq3SWH1JiD > .row .container { background-color: transparent; background-image: none; }#Ipmr8M8bdgyizVqW8THQ7eaq3SWH1JiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipmr8M8bdgyizVqW8THQ7eaq3SWH1JiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipmr8M8bdgyizVqW8THQ7eaq3SWH1JiD > .row .container > .video-iframe-container { display: none; }#Ipmr8M8bdgyizVqW8THQ7eaq3SWH1JiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipmr8M8bdgyizVqW8THQ7eaq3SWH1JiD > .row > .video-iframe-container { display: none; }#Ipmr8M8bdgyizVqW8THQ7eaq3SWH1JiD > .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); }#Ipmr8M8bdgyizVqW8THQ7eaq3SWH1JiD > .row .container { border-width: 0; border-radius: 0; }#Ipmr8M8bdgyizVqW8THQ7eaq3SWH1JiD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ipmr8M8bdgyizVqW8THQ7eaq3SWH1JiD > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:75rem;position:relative;display:block; }#rKhZXVGGmdUQ87kcSc7SiqBW6A5PAw23 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:marcellus;font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.0625rem;left:22.96875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RyUMQncMDKfAWoAzpOw86mJ5wlR9NWX9 { box-sizing:content-box;height:20.375rem;width:24.125rem;position:absolute;display:block;z-index:15001;background-color:#232323;background-image:none;top:11.125rem;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;border-top:0.125rem solid #4de8e8;border-left:0.125rem solid #4de8e8;border-right:0.125rem solid #4de8e8;border-bottom:0.125rem solid #4de8e8;display:block; }
#fRolGb8yvbC4tSuTczgbzeO1s67qtaqc { box-sizing:content-box;height:20.375rem;width:49.5625rem;position:absolute;display:block;z-index:15002;background-color:#232323;background-image:none;top:11.125rem;left:25.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.125rem solid #4de8e8;border-left:0.125rem solid #4de8e8;border-right:0.125rem solid #4de8e8;border-bottom:0.125rem solid #4de8e8;display:block; }
#JBXABi7wgGt1trpQpeTKe3sscqKTnH8u { box-sizing:content-box;height:9.25rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:#232323;background-image:none;top:32.9375rem;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;border-top:0.125rem solid #4de8e8;border-left:0.125rem solid #4de8e8;border-right:0.125rem solid #4de8e8;border-bottom:0.125rem solid #4de8e8;display:block; }
#nalTlUUKORXXHSUDflXIFmeoOoRfpwOI { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:15.625rem;left:1.9375rem;height:11.1953125rem;display:block; }
#mKP0IzoaOLTTMvWQQZKqlV4qnHwHsJdF { color:rgba(var(--color-tertiary-0),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:15.3125rem;left:27.96875rem;height:4.5rem;display:block; }
#pKyvyT9nKpTQLziNczAnvfdmtgsHAJsw { color:rgba(var(--color-tertiary-0),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:15.3125rem;left:43.03125rem;height:9rem;display:block; }
#UknbpBpEhSgWsrgFkWvUDI92C8CoW79A { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:25.6875rem;left:27.96875rem;height:3rem;display:block; }
#GCeNm8W9SEuoDUsF0IL8DG2xT6LWtRva { color:rgba(var(--color-tertiary-0),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:25.6875rem;left:43.03125rem;height:4.5rem;display:block; }
#rqpZrUJaLFl8cuMGKAdzTX9ObuPnloqT { color:rgba(var(--color-tertiary-0),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:19.8125rem;left:27.96875rem;height:4.5rem;display:block; }
#AygaoT1OTBGTwTiyJCkhP0ZIOA0x9IT0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:15.375rem;top:28.75rem;left:1.8125rem;overflow:hidden;display:block; }
#qTl5AndPzC81QGyaZEhanmm0pRXWG7nC { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:36.875rem;left:17.875rem;height:3rem;display:block; }
#swliO7pCxSLXcHyBgRAm61nEhbERQ4rZ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:14.125rem;top:34rem;left:17.1875rem;overflow:hidden;display:block; }
#w7xicDmJThF41bcbTZ0nvSskWFku5o62 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:14.25rem;top:12.478515625rem;left:27.71875rem;overflow:hidden;display:block; }
#GkinE4m2rt6GDboPH6nbVAW4smertZJv { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.25rem;left:1.9375rem;height:1.4619125rem;font-style:normal;display:block; }
#OSIVk8eMUPvleAZb0bEIniLv0LFMeOrh { position:relative;display:block; }#OSIVk8eMUPvleAZb0bEIniLv0LFMeOrh { background-color: transparent; background-image: none; }#OSIVk8eMUPvleAZb0bEIniLv0LFMeOrh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSIVk8eMUPvleAZb0bEIniLv0LFMeOrh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSIVk8eMUPvleAZb0bEIniLv0LFMeOrh > .row .container > .video-iframe-container { display: none; }#OSIVk8eMUPvleAZb0bEIniLv0LFMeOrh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSIVk8eMUPvleAZb0bEIniLv0LFMeOrh > .row > .video-iframe-container { display: none; }#OSIVk8eMUPvleAZb0bEIniLv0LFMeOrh > .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); }#OSIVk8eMUPvleAZb0bEIniLv0LFMeOrh { border-width: 0; border-radius: 0; }#OSIVk8eMUPvleAZb0bEIniLv0LFMeOrh > .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; }#OSIVk8eMUPvleAZb0bEIniLv0LFMeOrh > .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:56.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TMpoP6piJD8IpcXABefHrfDWdpDPfsNK { box-sizing:content-box;height:19.25rem;width:37.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1eb7b711-54d9-433f-a430-5cb4027fecaf/BATCH4FENCEedited4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.875rem;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:block; }#TMpoP6piJD8IpcXABefHrfDWdpDPfsNK.adaptive-delivery-prevent-bg, #TMpoP6piJD8IpcXABefHrfDWdpDPfsNK.lazyload, #TMpoP6piJD8IpcXABefHrfDWdpDPfsNK.lazyloading { background-image: none; }
#tNvs55IvPGtC4UVzTTeX10a9P6f9T21k { box-sizing:content-box;height:19.25rem;width:37.1875rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/55a7bcec-a966-4f09-be80-87f20798eb5a/edm02.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.875rem;left:37.8125rem;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; }#tNvs55IvPGtC4UVzTTeX10a9P6f9T21k.adaptive-delivery-prevent-bg, #tNvs55IvPGtC4UVzTTeX10a9P6f9T21k.lazyload, #tNvs55IvPGtC4UVzTTeX10a9P6f9T21k.lazyloading { background-image: none; }
#hwNTq1kIMoOxRmUVdN2Hk4xcMizSTTEI { box-sizing:content-box;height:19.25rem;width:37.1875rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/af0e42ae-6e09-4465-89c1-3a3fe9800389/Interior_BarA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:31.6875rem;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:block; }#hwNTq1kIMoOxRmUVdN2Hk4xcMizSTTEI.adaptive-delivery-prevent-bg, #hwNTq1kIMoOxRmUVdN2Hk4xcMizSTTEI.lazyload, #hwNTq1kIMoOxRmUVdN2Hk4xcMizSTTEI.lazyloading { background-image: none; }
#xIbGBWKR38GFofBgL7tBTTyMwECRPhdX { box-sizing:content-box;height:19.25rem;width:37.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a5eee9b5-4c02-4252-9ff4-e3cb2c7c9635/HotelC_001.preview.mirror.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:31.6875rem;left:37.8125rem;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; }#xIbGBWKR38GFofBgL7tBTTyMwECRPhdX.adaptive-delivery-prevent-bg, #xIbGBWKR38GFofBgL7tBTTyMwECRPhdX.lazyload, #xIbGBWKR38GFofBgL7tBTTyMwECRPhdX.lazyloading { background-image: none; }
#PHpai2gu8HQ9UTC8K04wDfImBpN2MQU9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:15.6875rem;top:3.4375rem;left:29.65625rem;overflow:hidden;display:block; }
#z9XWc7InumC6qD5rGJtdOgvoh7t9NF5p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.08);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; }#z9XWc7InumC6qD5rGJtdOgvoh7t9NF5p > .row .container { background-color: transparent; background-image: none; }#z9XWc7InumC6qD5rGJtdOgvoh7t9NF5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9XWc7InumC6qD5rGJtdOgvoh7t9NF5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9XWc7InumC6qD5rGJtdOgvoh7t9NF5p > .row .container > .video-iframe-container { display: none; }#z9XWc7InumC6qD5rGJtdOgvoh7t9NF5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9XWc7InumC6qD5rGJtdOgvoh7t9NF5p > .row > .video-iframe-container { display: none; }#z9XWc7InumC6qD5rGJtdOgvoh7t9NF5p > .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); }#z9XWc7InumC6qD5rGJtdOgvoh7t9NF5p > .row .container { border-width: 0; border-radius: 0; }#z9XWc7InumC6qD5rGJtdOgvoh7t9NF5p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z9XWc7InumC6qD5rGJtdOgvoh7t9NF5p > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:75rem;position:relative;display:block; }#EuK9bAGTE8KqDwSw9yS85HeCyRloSOxy { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:marcellus;font-size:3.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.2001953125rem;left:0rem;height:9.912125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oqcto8vTR11t3HHvFIxOA26dlqMP8xSi { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.5625rem;left:0rem;height:2.11230625rem;font-style:normal;display:block; }
#FJ4qTQ8zXVeymbEsRQmfFWg7XHPenTHB { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.9248046875rem;left:0rem;height:3.8994125rem;display:block; }
#Wy5SaD3Osl1rEwiJ8JDx3gr4wwPpa2Wc { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.375rem;left:0rem;height:16.8974625rem;display:block; }
#Gclt5QAVbtaN2Ca7gsdKFfXIRNmVz8i1 { box-sizing:content-box;height:12rem;width:19.6875rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c38d631b-4005-4383-a1c8-88d7012ea9ed/303980c0dev2_108k05g08c05c008000000.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.1875rem;left:34.6875rem;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; }#Gclt5QAVbtaN2Ca7gsdKFfXIRNmVz8i1.adaptive-delivery-prevent-bg, #Gclt5QAVbtaN2Ca7gsdKFfXIRNmVz8i1.lazyload, #Gclt5QAVbtaN2Ca7gsdKFfXIRNmVz8i1.lazyloading { background-image: none; }
#FzEO4NV4oILSLozFmfIo5Ent8aEKlCyU { box-sizing:content-box;height:12rem;width:19.6875rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/49f17552-7110-49d8-af25-110bca0b8e21/ea4448f4dev3_108g05e08c05c004002000.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.8740234375rem;left:55.3125rem;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; }#FzEO4NV4oILSLozFmfIo5Ent8aEKlCyU.adaptive-delivery-prevent-bg, #FzEO4NV4oILSLozFmfIo5Ent8aEKlCyU.lazyload, #FzEO4NV4oILSLozFmfIo5Ent8aEKlCyU.lazyloading { background-image: none; }
#Z0d21hzLyTc5gs5HLsHlJ9KHx9L04isU { box-sizing:content-box;height:12rem;width:19.6875rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c3293a6c-8384-400d-ad5a-e589931a70d6/29050d9cdev4_108d05c08c05c00000001o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:19.25rem;left:34.6875rem;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; }#Z0d21hzLyTc5gs5HLsHlJ9KHx9L04isU.adaptive-delivery-prevent-bg, #Z0d21hzLyTc5gs5HLsHlJ9KHx9L04isU.lazyload, #Z0d21hzLyTc5gs5HLsHlJ9KHx9L04isU.lazyloading { background-image: none; }
#kDQIlF5Pse1EEiPnDg74gileThohJucr { box-sizing:content-box;height:12rem;width:19.6875rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/53c8c0b9-8a2d-43dc-b029-a40c53289703/9629a0e0dev1_108d05c08c05c00000001o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.9375rem;left:55.3125rem;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; }#kDQIlF5Pse1EEiPnDg74gileThohJucr.adaptive-delivery-prevent-bg, #kDQIlF5Pse1EEiPnDg74gileThohJucr.lazyload, #kDQIlF5Pse1EEiPnDg74gileThohJucr.lazyloading { background-image: none; }
#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(147deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(147deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(147deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(147deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(147deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));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; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row .container { background-color: transparent; background-image: none; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row .container > .video-iframe-container { display: none; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row > .video-iframe-container { display: none; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .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); }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row .container { border-width: 0; border-radius: 0; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row .container { font-size:0.875rem;font-family:arial;height:91.375rem;width:75rem;position:relative;display:block; }#bT1aXyDabPMv0T9NmNAS02aD0zwLpFS7 { position:absolute;display:block;z-index:15004;height:34.375rem;width:75rem;top:16.125rem;left:0rem;display:block; }
#Rdw8N0c8hn1sygZqn7CbMn8lllxqrETA { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4b4b4b, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #4b4b4b, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #4b4b4b, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #4b4b4b, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #4b4b4b, rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:3.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:83.125rem;left:26.09375rem;display:block; }
#khQCR9AbXJOIi2vG6Nug0ZwDNcihqlWV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#usPUpDU80UVTrNGTEegtXe9cBn0eToKB { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:0.625rem;left:14.9375rem;display:none; }
#wUWUCPTOC11Ty4TJu7X6DmufK45krE6c { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:41.8125rem;top:3.75rem;left:16.59375rem;overflow:hidden;display:block; }
#haxT9T3hzfQAuiho3uLQx5H4yOHQBtUX { box-sizing:content-box;height:12.5rem;width:18.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c8e24076-c11a-488a-a1b3-3cc8f0a62deb/Screenshot20250410141014.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:52.3125rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#haxT9T3hzfQAuiho3uLQx5H4yOHQBtUX.adaptive-delivery-prevent-bg, #haxT9T3hzfQAuiho3uLQx5H4yOHQBtUX.lazyload, #haxT9T3hzfQAuiho3uLQx5H4yOHQBtUX.lazyloading { background-image: none; }
#TRNyA4ctVU1JegsUKgaJ8s0fb7RWUUTa { box-sizing:content-box;height:12.5rem;width:18.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d161d2d1-1822-41b8-b1a2-3b4e1250c698/Screenshot20250410141022.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:52.3125rem;left:18.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#TRNyA4ctVU1JegsUKgaJ8s0fb7RWUUTa.adaptive-delivery-prevent-bg, #TRNyA4ctVU1JegsUKgaJ8s0fb7RWUUTa.lazyload, #TRNyA4ctVU1JegsUKgaJ8s0fb7RWUUTa.lazyloading { background-image: none; }
#cJ1IySPmQWckV80i1EJElbxQxSvpT2QD { box-sizing:content-box;height:12.5rem;width:18.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8378be67-1f18-4cfd-8f36-c70af8cd2971/Screenshot20250410141031.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:52.3125rem;left:37.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#cJ1IySPmQWckV80i1EJElbxQxSvpT2QD.adaptive-delivery-prevent-bg, #cJ1IySPmQWckV80i1EJElbxQxSvpT2QD.lazyload, #cJ1IySPmQWckV80i1EJElbxQxSvpT2QD.lazyloading { background-image: none; }
#MF6V7zZxTL9xrhcicJGo0fCLl6TwBC4N { box-sizing:content-box;height:12.5rem;width:18.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/258b1128-6a2a-40b3-998a-7e7f4792cec6/Screenshot20250410141041.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:52.3125rem;left:56.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#MF6V7zZxTL9xrhcicJGo0fCLl6TwBC4N.adaptive-delivery-prevent-bg, #MF6V7zZxTL9xrhcicJGo0fCLl6TwBC4N.lazyload, #MF6V7zZxTL9xrhcicJGo0fCLl6TwBC4N.lazyloading { background-image: none; }
#R0z93x1QpfOQQWSCXOweG8CWf0GBrMx3 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:67.75rem;left:1.6875rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iHHGRxe5tl7w5RBpy81aMH1MpJAmBBUH { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;top:68.25rem;left:0rem;display:block; }
#OBKfoHUUwPNaSf01m4UcF0BP4hCfSTb1 { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;top:71.375rem;left:0rem;display:block; }
#crwoA2hIW3nVxNcn5CWg79iEDhg793FF { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:70.875rem;left:1.6875rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QUIOGHcfOp7EEFTzMHeop199ylMgPLPK { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:74.0625rem;left:1.6875rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wudRI9NMzZ1KWWptQZZBSQVXZTFlhI0g { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15016;background-color:rgba(var(--color-primary-3),1);background-image:none;top:74.5625rem;left:0rem;display:block; }
#hFSxFll0veyEoysc31eK8ZaWTGP5bKRE { color:rgba(var(--color-tertiary-4),1);display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:77rem;left:1.6875rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wvwn3QxCJV2TrkDHqZmKs1OrKLC7E009 { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;top:77.5rem;left:0rem;display:block; }
#tEtrc1x784oIBXmlExnxZvFd0PuWpDTE { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:67.75rem;left:41.625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z47mTg0SPmTJcN5XxuQofP7ANRT4rzCN { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;top:68.25rem;left:39.9375rem;display:block; }
#N9eIhUeUlyqc8kJgTOhvJOgPCuZTCAt2 { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15016;background-color:rgba(var(--color-primary-3),1);background-image:none;top:71.375rem;left:40rem;display:block; }
#Tbl57uECvv5oNUgeItZmUzvWcR0TpTJ4 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:70.875rem;left:41.6875rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nh0CDaMQ8XMuTnVCml7PcTAStxneIPu4 { box-sizing:content-box;height:0.625rem;width:0.625rem;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:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;top:74.5625rem;left:40rem;display:block; }
#SqDhpNQ1VhAD5wsc7XnATPg5ot7ZMag4 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:74.0625rem;left:41.6875rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dt39OwJx8HvA5nWmHXgbKlGmPm5JLndD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Dt39OwJx8HvA5nWmHXgbKlGmPm5JLndD > .row .container { background-color: transparent; background-image: none; }#Dt39OwJx8HvA5nWmHXgbKlGmPm5JLndD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dt39OwJx8HvA5nWmHXgbKlGmPm5JLndD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dt39OwJx8HvA5nWmHXgbKlGmPm5JLndD > .row .container > .video-iframe-container { display: none; }#Dt39OwJx8HvA5nWmHXgbKlGmPm5JLndD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dt39OwJx8HvA5nWmHXgbKlGmPm5JLndD > .row > .video-iframe-container { display: none; }#Dt39OwJx8HvA5nWmHXgbKlGmPm5JLndD > .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); }#Dt39OwJx8HvA5nWmHXgbKlGmPm5JLndD > .row .container { border-width: 0; border-radius: 0; }#Dt39OwJx8HvA5nWmHXgbKlGmPm5JLndD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dt39OwJx8HvA5nWmHXgbKlGmPm5JLndD > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#FkQrv8HJqpVbcqfAIe3bSPJ3mmN33dDD { 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.13725rem;text-align:center;text-align-last:center;display:block; }
#rHybV9hdxyeCECeVualMoJJZrxPTdTil { position:relative;display:none; }#rHybV9hdxyeCECeVualMoJJZrxPTdTil { border-width: 0; border-radius: 0; }#rHybV9hdxyeCECeVualMoJJZrxPTdTil > .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; }#rHybV9hdxyeCECeVualMoJJZrxPTdTil > .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:17.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GnchXeDCZ9OVw8TXmQ1U3GcHTIyWJ1oC { 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:7.125rem;width:17.9375rem;top:2.96875rem;left:28.53125rem;overflow:hidden;display:block; }
#yTeVtT7a3vTQqGRL0WSCoGVeg1duTMgH { color:rgba(var(--color-tertiary-4),1);display:block;width:66rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:10.59375rem;left:4.5rem;height:3.199225rem;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) { #NAwvWNXmDkUVTm1UkbkO5G88MLw9yzpR { display:block; }#NAwvWNXmDkUVTm1UkbkO5G88MLw9yzpR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B70TyCsqSJFly5Wqbx1SZxTaRp8T9O36 { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th9HrwBXwo29EqbofOyC6vWV1JQQ8PUA { display:block; }#Th9HrwBXwo29EqbofOyC6vWV1JQQ8PUA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyKonnwUyxK7HSDKBzPMksySNDV7Fxoo { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm2aZVSfnVFclUTFwGrT9N6sF6KvuLIN { display:block; }#Mm2aZVSfnVFclUTFwGrT9N6sF6KvuLIN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLR9Fuv4x8dQtPCniWSXbP0Pn6c1Ezep { top:1.625rem;left:0rem;width:15.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydCRuLVn7B6M4DSGST9mxtolDnxzPlB4 { top:1.5625rem;left:35.4375rem;width:12.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfoGrlbhTCVOxsoXTGPicI8RiJrt03B1 { top:1.5625rem;left:34.7646484375rem;width:12.125rem;height:3.125rem;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) { #ZUViaiBzJzdQM9vkdlmNXh1bbh6TK3OT { top:20.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0x6piw5fSM5GE9ANtbccGkkUluuFQUH { top:24rem;left:2.3125rem;width:9.6875rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vitZApR8wXE86pBGG0Pa8vNtLHlSrrUt { top:24.9375rem;left:7.125rem;width:36rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1dhVaXp1EzooXc23ONW8pvvHzF6RFSZ { top:27.1875rem;left:12.0625rem;width:30.1875rem;height:3.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esHVxx93ntX8bEJCQur873aJVx1DFlud { width:20.75rem;height:3.4375rem;top:44.125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbTVgH1UMDFbt5ElfPpLQgia9GZExHT0 { display:block; }
 }@media only screen and (max-width: 763px) { #bo4P9eMmpTVivxlycqD2u3cp6TIbtDuz { top:1.3125rem;left:35.5625rem;width:11.5625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DufqG5JPukZTsVnlnabxMM10HW5qveTf { top:1.3125rem;left:36.25rem;width:11.5rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxyeCNIFb1D9LWQ12lbhhi9PeJSX4eLB { top:0.8125rem;left:0rem;width:19.25rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECW64aRol4qlyKDycKPs99MTSqTGnNUp { top:5.5625rem;left:26.9375rem;width:20.8125rem;height:3.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOzNwKgNVqcdIA9JUI7eee8Xokx19gKJ { top:11.1875rem;left:0rem;width:47.75rem;height:8.4128189550425rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wchy8gcF5UBhzSyuUsX6F3b6GcCTGEpU { top:23.125rem;left:5.125rem;width:37.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izcQUD8hplOx5EDlBtdrTqsGNGumlMfm { top:24.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHTmmr0qms3F72EIVGpdLqMNGX6XN2xK { top:28.8125rem;left:8.9375rem;width:29.8125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8k4dVJWW0lMuAsr0kW8iRKxNEPBRBQo { top:30rem;left:14.6875rem;width:11.5625rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGC9KhyZ54CTCTpE06xy215wGZ08f9OX { top:29.6875rem;left:24.625rem;width:9.125rem;height:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8accmvT7gRKuS57NT7mnfRTlJMyaS7r { top:39rem;left:0rem;width:47.75rem;height:2.6210079840319rem;display:block; }
 }@media only screen and (max-width: 763px) { #WceT4FxkZ5ONqK5mKcWE3cPyhEzDP0NO { width:47.75rem;height:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMTTJGMdr5MN0Dl9IFPRMPR65wRQTyGi { top:3.1875rem;left:0rem;width:18.875rem;height:0.8125rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #M10U75wPOyVqX0RPTVdqAqlPVXOPQ5lw { display:block; }#M10U75wPOyVqX0RPTVdqAqlPVXOPQ5lw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyiaMpZh2L13KqeJUV1cPJHQ8rVQ53il { top:29.125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdFgKrx5C055WNdGK7mKlz4a5SC9wkxV { top:20.375rem;left:1rem;width:45.8125rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dssaRBmnPUVBIldMtLXHlZ34mGaTvoWX { top:24.1875rem;left:3.0625rem;width:41.625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqqoTWhZH8AQreD9BWTnmt3LmcN8o2zy { top:33.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaHS4aUEXdBulBK1Py7UEvTqoNFJHAu5 { top:24rem;left:2.3125rem;width:9.6875rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBTrh0TD96xWZCeqZRZL3n5u9PCi4WJE { top:24.9375rem;left:7.125rem;width:36rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzRhyhNB8hzKEFELXz6EP5mET16nxp6w { top:27.1875rem;left:12.0625rem;width:30.1875rem;height:3.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUe4fK0KJqfzg8nrzHrniJPPd7lGtOcy { top:42.625rem;left:14rem;width:19.75rem;height:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUI8XavTZPDeo5wdkydfiMZGUf0G8vzs { width:23.6875rem;height:3.4375rem;top:38.4375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZzmx8CvgreTTp68CvuF2k2G1DCdaczg { display:block; }
 }@media only screen and (max-width: 763px) { #yPwK6znI1nMBEpTkXBIKbxqQlDMp6EUr { top:4.125rem;left:17.6875rem;width:12.375rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbm8KZAItdQUiT6c8tnA8lRmykPllqkd { top:15.625rem;left:10.5625rem;width:11.5625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkrHEuveoJUTHrJeqJp1WoiXQSTgJehI { top:15.625rem;left:24.875rem;width:11.5rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1fVoRGFBcl7aJqqZvpa2sbizAu88z5E { display:block; }#v1fVoRGFBcl7aJqqZvpa2sbizAu88z5E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnTNXJf2g1zhsMeVsOrFaulmoC3Zt64Q { top:4.5rem;left:0rem;width:36.6875rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x17iQsnmkpSEmsyLWSDwPFouz2k4nA0m { top:5.75rem;left:12.5rem;width:35.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFd12qyXSA3qPrEVOTfV1qmJ4tCTxOmp { top:11.9375rem;left:13.5rem;width:34.25rem;height:5.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERJyTe4sOeWNiyFOoGlbd19NrS7EZfAa { top:20.0625rem;left:12.9375rem;width:34.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upkbr2ZyTthQvMRAmPWhRwNbz8pGhX0e { top:21.5rem;left:33.375rem;width:8.5rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPZlmrLLp3InMVMHCU71HkXS1XTTTDUc { top:21.0625rem;left:33.375rem;width:14.375rem;height:2.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1W1polr36ycOvFQDbLzAxdan6oeT0I0 { display:block; }#B1W1polr36ycOvFQDbLzAxdan6oeT0I0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tcS7PQiUOTnmauiHWfhmsbVpZeKt5vSr { top:0rem;left:0rem;width:31.875rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFO0INWLrihSTOvfl6BC11uztXy6b38x { top:0rem;left:5.375rem;width:42.375rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMHNURHe4bPJ3Ms9R3ZtlvHWEl93kHsV { top:2rem;left:20.71875rem;width:14.3125rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOuJkd6uyg9NUCpkTvSVx5Xe5Vew78oF { top:2.125rem;left:35.40625rem;width:0.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAveaUTAdx0EIMG5TzGsoMrch9LT9LhV { top:2.1875rem;left:33.4375rem;width:14.3125rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx0UcPNmw0JxN6AKgWMpWIhS3sKp2Phv { top:6.4375rem;left:20.71875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #upcylFeLU89hP36nDhLbnOHE3F1A5hJ3 { top:6.4375rem;left:22.46875rem;width:17.3125rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrT0JWo7lbfnHskCuPLMfzQcd4lvLOQD { top:8.625rem;left:20.71875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOnSznuHFFd0Pvfg6TorN7udH8gmHKKM { top:8.625rem;left:22.46875rem;width:22.25rem;height:2.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMvkAdPHlFF6obhtxnT2RQMQSIzZgTDN { top:11.875rem;left:20.71875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvzR24AoQw8Zgp550cFBHPaRit2EKy6V { top:11.9375rem;left:22.46875rem;width:22.25rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpHTq8Uyy3gbJs0oF2PUGXCqwE7OnqrX { top:14.3125rem;left:20.71875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi0omqKIfuVDravplnJWMRd0UGoO8ks4 { top:14.3125rem;left:22.46875rem;width:19.5625rem;height:2.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGFpwS7NJ23EAfJ9IF0lMnZQtebTB7o3 { top:6.4375rem;left:46.28125rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnEMAT3Ocf5dOQtpRfK7vH0m1evTfe5l { top:6.3125rem;left:41.625rem;width:6.125rem;height:1.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #quDXZ1HUE8IT1UhqwTui5pK4hDfGzZaD { top:8.6875rem;left:46.28125rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHxfq5zry8ZFcKsVedopQitSvWosVzCJ { top:8.625rem;left:35.625rem;width:12.125rem;height:1.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtDFwxhewwF8nCXeEnftNk3rK7kOqab3 { top:11.875rem;left:46.28125rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTR1HVVE0WMU6GvTOvDDb9hZFSXIDJMX { top:11.875rem;left:35.1875rem;width:12.5625rem;height:1.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh2H9SBARuL8gleSW3nKLkxkTkJeqaRe { top:14.3125rem;left:46.28125rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3HTG36Q5nG8GEscSHkOVIfsRb0JRE78 { top:14.3125rem;left:35.1875rem;width:12.5625rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWu2AIFhoFtoPSfffM9EnElyMvEF9elq { top:21.625rem;left:0rem;width:42.375rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCVc5MQwMNQwFieLcHfI8SSWTIxP8v2R { top:36rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPTmCdZmdEgsauEiM7a0folDqN6Ec6AF { top:33.5625rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdF9aJnhee3mo5zUCO9l3tpEXOdk13yp { top:30.3125rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCIkyKzq5cKsBEwvlJSJUOT3llACiiVw { top:28.0625rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC04JH8NCru5vTwrBgccTUHZO5wHAvlN { top:23.625rem;left:0rem;width:14.3125rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPOhnq3K3uNUDtl2HTs9AA0LX58lqId2 { top:28.0625rem;left:0rem;width:17.3125rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhEF1tFiTf4iz5iyOGn5pFTmDaPNJhTu { top:30.25rem;left:0rem;width:22.25rem;height:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm07H9qoEHraHHcT4NvPMXu3NuLapd6K { top:33.5625rem;left:0rem;width:22.25rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqalmmeHWq4TumplcAWWzb2TrWC8Dnt2 { top:35.9375rem;left:0rem;width:19.5625rem;height:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTZblaSefT78p4HnSPJ9GHaQPUBu27F0 { top:23.75rem;left:2.6875rem;width:0.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPf1HouN4uRmqxIOSyaZszuTbwrddxDN { top:23.875rem;left:3.75rem;width:14.3125rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxTP70xr8TnsDAPiTR4NJ7JTsWyvkHFG { top:28.0625rem;left:13.5625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkie4g4zR3HbroTDzsWPOF58u4iPbAMh { top:30.3125rem;left:13.5625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7s7s6p65KLvevQCCloytXKITcNwyZH1 { top:33.5625rem;left:13.5625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDDCUFmIII7pok5WX45lPpymtxaTv3Md { top:36rem;left:13.5625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6NsTkFwHroh2OtRQ0xevD0iE24Zx6BC { top:28rem;left:15.1875rem;width:6.125rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDGG3kuRPAdhramTPoX8MI1ynZHTPrdu { top:30.25rem;left:15.1875rem;width:12.125rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e79dUsfXaZ81soV8fd9D1TZqK604C7Wg { top:33.5rem;left:15.1875rem;width:12.5625rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRzmhscgTnXkJ8UfrVBrW94ONULNLQ9a { top:35.9375rem;left:15.125rem;width:12.5625rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE5aqNWK1sbR2KFrCISU8u6h7JJA0sQT { top:21.625rem;left:15.875rem;width:31.875rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfrwv9r5Tuhzpx7kH03n8ASqbEaoHfWW { top:0rem;left:5.375rem;width:42.375rem;height:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1fTRZXACg15opOFExZL6AGnrTGJFxuF { top:48.25rem;left:0rem;width:14.3125rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxRgMJPOG9Vk60t9gXVhmbTdXgaV1eQn { top:6.4375rem;left:20.71875rem;width:1rem;height:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dqkMMOnMLgqF5Pc7l7PHXnAQGzZ8zNgy { top:6.4375rem;left:22.46875rem;width:17.3125rem;height:1rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HqlplQFV2pTeZe931XQsnEK0BRCTipqW { top:8.625rem;left:20.71875rem;width:1rem;height:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7sRB59dFs6fuNBIRK9lkT67O8tEQG6B { top:8.625rem;left:22.46875rem;width:22.25rem;height:2.125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LC3ZSgHCpEg1Aa2TkLiQmI4qi9ECgabm { top:11.875rem;left:20.71875rem;width:1rem;height:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZgi2OyLTLhP49cZ5nBKRsKlNCWARiSM { top:11.9375rem;left:22.46875rem;width:22.25rem;height:1rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eNJpm2vitvB5xXiHoOUvp0LR6xS0VuPC { top:14.3125rem;left:20.71875rem;width:1rem;height:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgtxBTJ9A4kcBQFU9u5cTSQkLORyUnxN { top:14.3125rem;left:22.46875rem;width:19.5625rem;height:2.125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTsxi9MoZHglDK1n4hXprkNBn3BSlgpp { top:6.4375rem;left:46.28125rem;width:1rem;height:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MbE41UCt9V8IFeep0SbITpqTbzNgLQqB { top:6.3125rem;left:41.625rem;width:6.125rem;height:1.0625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #grRmT2eEMREDq1T9hTZoqgzxOH1T1ozK { top:8.6875rem;left:46.28125rem;width:1rem;height:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ymnP3u4CBFx7XvmhW2vpgRe5MBDZZlsW { top:8.625rem;left:35.625rem;width:12.125rem;height:1.0625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C399zuSp6V9y0IrADOznJMhkm2h1A8Sh { top:11.875rem;left:46.28125rem;width:1rem;height:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lz5CWcSp6993vxOZAtFgstBbOI1Nu13F { top:11.875rem;left:35.1875rem;width:12.5625rem;height:1.0625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EmeLE9Qoyh9uUhScXpaLt0rx32SKNoxh { top:14.3125rem;left:46.28125rem;width:1rem;height:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxbGAe4mCeyRicTnh5H6ehlRfCLpZOy9 { top:65.25rem;left:0rem;width:12.5625rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #igrgNzcpfpx44v36cEDOqHl8LicGFy65 { top:2.125rem;left:35.40625rem;width:0.25rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dv0W7IavECZxQIMT6HdGNFSkeaQfc99R { top:48.5625rem;left:0rem;width:6.9375rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #The8oGmUqOpRlOznhmiOpegHh55p7mwv { display:block; }#The8oGmUqOpRlOznhmiOpegHh55p7mwv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pA8R9FiTgJEWXOEDcsbsBIOQnXAhuvpS { top:3.6875rem;left:3.25rem;width:41.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCqMMM7ks6Z2wCqQzgmq19TG97EEI1K7 { top:14.5625rem;left:0rem;width:29.3125rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3SKOmH9bWhzPgNylkp7LJv6GyD1dsng { top:15.75rem;left:0rem;width:26.8125rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmCGPnEQo2hRO3fmFckEClGtXLahERt1 { top:16.9375rem;left:0rem;width:25rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7Kc2fBuKhJOUEZcd2gpu4bztzGR4BnP { top:36.125rem;left:0rem;width:17.375rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K40BRH4E6K6au2hgaVIM8VnHdoPcK0th { top:14.5625rem;left:18.4375rem;width:29.3125rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzmtiTPlH7Pg1moyor5mRsIrpqvxxRXd { top:15.6875rem;left:20.5625rem;width:26.8125rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAcvqb3GyOeDQnHZPZXVPG0gEzWq7lmZ { top:16.9375rem;left:22.75rem;width:25rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgOovixwJHVVPKCZN7bobzmMzIDtPs7X { top:37rem;left:30.375rem;width:17.375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Wzz7GQu237iev8XIGwspsef1ZqdTD1 { top:46.375rem;left:0rem;width:29.3125rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvgfMT6B9t23yITZwS5biIuhoWi6GTEz { top:47.5rem;left:0rem;width:26.8125rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m21eWbClEciuQM4K27KG4kZnWLzmakDR { top:48.75rem;left:0rem;width:25rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyxg4fAxaWcrbg2In97zA3mMC0isTwtt { top:68.8125rem;left:0rem;width:17.375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB9VWavsiUXE45teHfTMgprGfV9PZZJV { top:46.375rem;left:18.4375rem;width:29.3125rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOMpg6Zy50maDS1wHiULzGHtQUTtlRAb { top:47.5rem;left:20.5625rem;width:26.8125rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atT5r2EsmITpH0HpNG3ZTebaLDrihu5r { top:48.75rem;left:22.75rem;width:25rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAplgc2xphCmb4MAIOhGOQpw3xJmeAIv { top:68.8125rem;left:30.375rem;width:17.375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA { display:block; }#AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzgGU2hI2p0rrHIuAulA9aVaGnW8TsEZ { top:3.9375rem;left:13.59375rem;width:20.5625rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQIFo3f85BXC0hZImCGKuAZpAtqItd1r { top:11.1875rem;left:0rem;width:24.375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9AHNNgbhb1xopqA2POav6WB0xI87fKi { top:11.1875rem;left:11.6875rem;width:24.375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebD2HxyXM77es1oNlrNZGAuJIyfWIt13 { top:11.1875rem;left:23.375rem;width:24.375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQQA6ZXPCNS84vJM3X2Muvx4hM3bz52r { top:22.4375rem;left:0rem;width:24.375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEV32K2oOKKC3h4SVFln4xNqP8VLSNvI { top:22.4375rem;left:11.6875rem;width:24.375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkVhPIxls9AONdb59ly8kJPOI9V5rQVw { top:22.4375rem;left:23.375rem;width:24.375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8qSLrmH64KZzihRZLgWHiGerakGf5mf { top:13.25rem;left:0rem;width:4.1875rem;height:5.9375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQUcm70vkx3O80TkTIAS7CoDlA7OrPlU { top:13.4375rem;left:13.03125rem;width:4.1875rem;height:5.5rem;font-size:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bntOr5B0XxmQCJGQoFnhwWPBmy1eM2oW { top:13.375rem;left:38.4375rem;width:5.25rem;height:5.75rem;font-size:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W72utPVfaxGOwUTFI05xkbu6ouSxBdSV { top:24.8125rem;left:0rem;width:6.4375rem;height:5.5rem;font-size:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDX1JLUyGsM8aasZAn1c3TGHkph609TU { top:24.5rem;left:13.03125rem;width:5.625rem;height:5.5rem;font-size:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kubwtr8TTqaZAMABusFSibyI7GB1Tue8 { top:24.5rem;left:38.34375rem;width:5.4375rem;height:5.5rem;font-size:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz2XEZpPcVHWTEvWoQ1nJQ3ibeJICAyX { top:13.9375rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apZK8A3ZDF87yR8r1vgW2xSqllNCwz7H { top:16.125rem;left:0rem;width:17.125rem;height:2.4375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHPxWOWIJSLonel8MRNONFVdIeeERV5d { top:13.5625rem;left:18.125rem;width:16.1875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAe1HdDPRV7KKT1NO71Cf2nrK0uBDMgw { top:12.6875rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2cNgw6URqaoQ6QUVr24CMsWzAokB68I { top:24.8125rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdJVFegIF0WTfBRiS1vEuQhUWEqPT33I { top:24.4375rem;left:18.125rem;width:12.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC1bIVA7W83hC0PTG6WNcwIhfbCDmGJo { top:24rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdfREtebyfmTp7CKPZQWdJdZXhhueGue { top:15.6875rem;left:18.125rem;width:16.3125rem;height:3.25rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWWMglpl80TNOznyMSHIDu1qXtMf7OuM { top:14.9375rem;left:31.125rem;width:16.625rem;height:4.875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnnZezTsUcBWpBZoG4GbGfFWcwwrlbZK { top:26.9375rem;left:0rem;width:17.1875rem;height:2.4375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsW3HiEvWC8TD78y4NeBkGM2qFqPSRSs { top:26.5625rem;left:18.125rem;width:17.1875rem;height:4.0625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddTKptkxgfhrwgOSEH6a8T3M4exeN1HT { top:26.125rem;left:30.5625rem;width:17.1875rem;height:4.875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGwhA8VUidmTDorHxTTnuBlckmw0tca9 { display:block; }#vGwhA8VUidmTDorHxTTnuBlckmw0tca9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-regular-label { display:block;width:27.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-input-text { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-input-text {padding-top: 0; padding-bottom: 0;}#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-textarea { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-input-select { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-input-select {padding-top: 0; padding-bottom: 0;}#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-input-button { width:27.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.125rem; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-checkbox-label { width:26.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL  { width:27.375rem;height:auto;top:3.875rem;left:17.875rem; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .radio-container { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL {display:block;}#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL { width:27.375rem;height:auto;top:3.875rem;left:17.875rem; }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #UzOqmLuifSMRpfWubMdA6fTMwOco8SCZ {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #NWiTTEJfBVlGZ9WbbM2gEx0LecpittoC {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #CzuVzHI6krdrkWi2ySZ65tT9zDx1gPO2 {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #Sm1sOHQBC2fVU7HNt7HaEFRwu6pB8tSJ {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #mDq6E3d6b1ezbQFXZgpRmNZ0DtKMXHUy {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #BRaAsQ0dINWLIiXf7zF18nptnuu2Cuzc {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #mtzmSbC3eeIbMwK2KkDMBGATSVbMHaZI {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #LJbaAixWlBkLosOu4J8B3VtFswETkcCq { display:block; }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #x4k7PQtxTANBJuP3d0zCgafE9cbzXKiv {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #Jls3hckySsW7SsUdurfqkE9J3wdihVzG {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #ENO4tSo0WgdBuqTfe20KUQIZqQ1CyE8B {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #p8vvLIUQxW9apBDw3DsONOllJgtlWE1D {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #A2l7kyReMUIZOpDRWWspyNHJPsnhwNMy {  }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #A2l7kyReMUIZOpDRWWspyNHJPsnhwNMy .container-column{width:50%;} }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #rFasPeRlD1JfqiLSrr7exhONwFVqQVzy {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #hWqG63TVFGoD47siaQqzsT8Upor9yJzD {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #bLkBpCE4LFZhcIzuT7iUaV981msVATet {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #zM5TLgzIbopdvDXV0AOOnC5TT9KhChyH {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #kPveVX5SKDGxqM24TBsJR81b4nOugfkH {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #RaTBXy6cGsEJTRh2giRqbTduXMM72ZQk {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #FQLV94J7xkT9eV3LrUnv0KqTu7IJvvzf {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #TvchdKP2zUOqRsawWAiIDdQ4BHZhBfap {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #RvMoymyvU1hABprh6eUPwW6BVPR6fqzh {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #R3bGMRThfs1WgDN5v1TI0v3sPw9RZxvf {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #GTWfCb96ubdswaLVexRiBekcaHtffL6r {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #qbZ1apimBnz1ppLCUnwSalZbCT5AVR9C {  }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #qbZ1apimBnz1ppLCUnwSalZbCT5AVR9C .container-column{width:50%;} }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #XUmUTxlyTTW7Z3AvVLlHilyFQc0qMqMm {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #J7hUn3a8TkBWHR3x439JdR11TQRPak4V {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #e02GHrH1N4mQft3eSmRKOTZNZTbp5GCf {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #ckMgp17Wiv0E2RvEfU8gWEkE8FMNTUb4 {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #JZE8NAsa97HRXzqEIGokkiTJmkzZrLcs {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #m4eRnzKMc4hAt037HF667IOg95FGQs0b {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #LNJOysB8hhGr8gUfySwazKcZfc28EGAe {  }
 }@media only screen and (max-width: 763px) { #snXXQBDVCStzQuwcyVZV3xRnKR1wNhNg { display:block; }
 }@media only screen and (max-width: 763px) { #H5vTDcJzfHpEspuak2o4mhJRcNSk4L4V { display:block; }
 }@media only screen and (max-width: 763px) { #UwmoyPvIwDh0fIgJ49IK36KVL8QMfeNu { display:block; }
 }@media only screen and (max-width: 763px) { #U4LsHqV3IGKDbNJLpK2brVCtST6e2EMU { display:block; }
 }@media only screen and (max-width: 763px) { #HxWUayp9rHhkSnoZkeLq3UTe3rPwvshB { display:block; }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #aeABJKOW619ogZhShtn8trssiZiXEkK6 {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #fJZco9kZXAe0MiAMasZwKGLxlkXBUpnu {  }
 }@media only screen and (max-width: 763px) { #XT6ZJD2Rm1EWwXElL7qXtK4yWryGSX7o { top:24.875rem;left:0rem;width:40.6875rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBZSBmtodXxOmdTelFsw33FR7lglLcFm { top:20.375rem;left:0rem;width:42rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZqFNg2g3aUrlCXcxRnwDBrJ7tuNDv0k { top:44.5rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQsbkKQ1hRo9TPa1wTaUzuKBZSXMg3EH { display:block; }#CQsbkKQ1hRo9TPa1wTaUzuKBZSXMg3EH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ipmr8M8bdgyizVqW8THQ7eaq3SWH1JiD { display:block; }#Ipmr8M8bdgyizVqW8THQ7eaq3SWH1JiD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKhZXVGGmdUQ87kcSc7SiqBW6A5PAw23 { top:4.0625rem;left:9.34375rem;width:29.0625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyUMQncMDKfAWoAzpOw86mJ5wlR9NWX9 { top:11.125rem;left:0rem;width:24.125rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRolGb8yvbC4tSuTczgbzeO1s67qtaqc { top:11.125rem;left:0rem;width:47.75rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBXABi7wgGt1trpQpeTKe3sscqKTnH8u { top:32.9375rem;left:0rem;width:47.75rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nalTlUUKORXXHSUDflXIFmeoOoRfpwOI { top:15.625rem;left:0rem;width:20.5rem;height:11.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKP0IzoaOLTTMvWQQZKqlV4qnHwHsJdF { top:15.3125rem;left:14.34375rem;width:8.875rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKyvyT9nKpTQLziNczAnvfdmtgsHAJsw { top:15.3125rem;left:18.3125rem;width:29.4375rem;height:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UknbpBpEhSgWsrgFkWvUDI92C8CoW79A { top:25.6875rem;left:14.34375rem;width:10.75rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCeNm8W9SEuoDUsF0IL8DG2xT6LWtRva { top:25.6875rem;left:18.3125rem;width:29.4375rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqpZrUJaLFl8cuMGKAdzTX9ObuPnloqT { top:19.8125rem;left:14.34375rem;width:8.875rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AygaoT1OTBGTwTiyJCkhP0ZIOA0x9IT0 { top:28.75rem;left:0rem;width:15.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTl5AndPzC81QGyaZEhanmm0pRXWG7nC { top:36.875rem;left:0rem;width:47.75rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swliO7pCxSLXcHyBgRAm61nEhbERQ4rZ { top:34rem;left:3.5625rem;width:14.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7xicDmJThF41bcbTZ0nvSskWFku5o62 { top:12.4375rem;left:14.09375rem;width:14.25rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkinE4m2rt6GDboPH6nbVAW4smertZJv { top:13.25rem;left:0rem;width:19.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSIVk8eMUPvleAZb0bEIniLv0LFMeOrh { display:block; }#OSIVk8eMUPvleAZb0bEIniLv0LFMeOrh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMpoP6piJD8IpcXABefHrfDWdpDPfsNK { top:11.875rem;left:0rem;width:37.1875rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNvs55IvPGtC4UVzTTeX10a9P6f9T21k { top:11.875rem;left:10.5625rem;width:37.1875rem;height:19.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwNTq1kIMoOxRmUVdN2Hk4xcMizSTTEI { top:31.6875rem;left:0rem;width:37.1875rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIbGBWKR38GFofBgL7tBTTyMwECRPhdX { top:31.6875rem;left:10.5625rem;width:37.1875rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHpai2gu8HQ9UTC8K04wDfImBpN2MQU9 { top:3.4375rem;left:16.03125rem;width:15.6875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9XWc7InumC6qD5rGJtdOgvoh7t9NF5p { display:block; }#z9XWc7InumC6qD5rGJtdOgvoh7t9NF5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuK9bAGTE8KqDwSw9yS85HeCyRloSOxy { top:3.1875rem;left:0rem;width:21.6875rem;height:9.875rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqcto8vTR11t3HHvFIxOA26dlqMP8xSi { top:14.5625rem;left:0rem;width:16.5625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ4qTQ8zXVeymbEsRQmfFWg7XHPenTHB { top:16.875rem;left:0rem;width:32.875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy5SaD3Osl1rEwiJ8JDx3gr4wwPpa2Wc { top:22.375rem;left:0rem;width:32.8125rem;height:16.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gclt5QAVbtaN2Ca7gsdKFfXIRNmVz8i1 { top:6.1875rem;left:21.0625rem;width:19.6875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzEO4NV4oILSLozFmfIo5Ent8aEKlCyU { top:11.8125rem;left:28.0625rem;width:19.6875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0d21hzLyTc5gs5HLsHlJ9KHx9L04isU { top:19.25rem;left:21.0625rem;width:19.6875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDQIlF5Pse1EEiPnDg74gileThohJucr { top:24.9375rem;left:28.0625rem;width:19.6875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v { display:block; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bT1aXyDabPMv0T9NmNAS02aD0zwLpFS7 { top:16.125rem;left:0rem;width:47.75rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdw8N0c8hn1sygZqn7CbMn8lllxqrETA { width:22.8125rem;height:3.6875rem;top:83.125rem;left:12.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khQCR9AbXJOIi2vG6Nug0ZwDNcihqlWV { display:block; }
 }@media only screen and (max-width: 763px) { #usPUpDU80UVTrNGTEegtXe9cBn0eToKB { top:0.625rem;left:1.3125rem;width:38.75rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wUWUCPTOC11Ty4TJu7X6DmufK45krE6c { top:3.75rem;left:2.96875rem;width:41.8125rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #haxT9T3hzfQAuiho3uLQx5H4yOHQBtUX { top:52.3125rem;left:0rem;width:18.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRNyA4ctVU1JegsUKgaJ8s0fb7RWUUTa { top:52.3125rem;left:5.3125rem;width:18.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ1IySPmQWckV80i1EJElbxQxSvpT2QD { top:52.3125rem;left:24.25rem;width:18.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF6V7zZxTL9xrhcicJGo0fCLl6TwBC4N { top:52.3125rem;left:29.625rem;width:18.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0z93x1QpfOQQWSCXOweG8CWf0GBrMx3 { top:67.75rem;left:0rem;width:31.6875rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHHGRxe5tl7w5RBpy81aMH1MpJAmBBUH { top:68.25rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBKfoHUUwPNaSf01m4UcF0BP4hCfSTb1 { top:71.375rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crwoA2hIW3nVxNcn5CWg79iEDhg793FF { top:70.875rem;left:0rem;width:31.6875rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUIOGHcfOp7EEFTzMHeop199ylMgPLPK { top:74.0625rem;left:0rem;width:31.6875rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wudRI9NMzZ1KWWptQZZBSQVXZTFlhI0g { top:74.5625rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFSxFll0veyEoysc31eK8ZaWTGP5bKRE { top:77rem;left:0rem;width:38.0625rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvwn3QxCJV2TrkDHqZmKs1OrKLC7E009 { top:77.5rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEtrc1x784oIBXmlExnxZvFd0PuWpDTE { top:67.75rem;left:14.375rem;width:33.375rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z47mTg0SPmTJcN5XxuQofP7ANRT4rzCN { top:68.25rem;left:26.3125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9eIhUeUlyqc8kJgTOhvJOgPCuZTCAt2 { top:71.375rem;left:26.375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbl57uECvv5oNUgeItZmUzvWcR0TpTJ4 { top:70.875rem;left:16.0625rem;width:31.6875rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh0CDaMQ8XMuTnVCml7PcTAStxneIPu4 { top:74.5625rem;left:26.375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqDhpNQ1VhAD5wsc7XnATPg5ot7ZMag4 { top:74.0625rem;left:16.0625rem;width:31.6875rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt39OwJx8HvA5nWmHXgbKlGmPm5JLndD { display:block; }#Dt39OwJx8HvA5nWmHXgbKlGmPm5JLndD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkQrv8HJqpVbcqfAIe3bSPJ3mmN33dDD { 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) { #rHybV9hdxyeCECeVualMoJJZrxPTdTil { display:block; }#rHybV9hdxyeCECeVualMoJJZrxPTdTil > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnchXeDCZ9OVw8TXmQ1U3GcHTIyWJ1oC { top:2.9375rem;left:14.90625rem;width:17.9375rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTeVtT7a3vTQqGRL0WSCoGVeg1duTMgH { top:10.5625rem;left:0rem;width:47.75rem;height:3.1875rem;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) { #NAwvWNXmDkUVTm1UkbkO5G88MLw9yzpR { display:block; }#NAwvWNXmDkUVTm1UkbkO5G88MLw9yzpR > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B70TyCsqSJFly5Wqbx1SZxTaRp8T9O36 { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th9HrwBXwo29EqbofOyC6vWV1JQQ8PUA { display:block; }#Th9HrwBXwo29EqbofOyC6vWV1JQQ8PUA > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyKonnwUyxK7HSDKBzPMksySNDV7Fxoo { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm2aZVSfnVFclUTFwGrT9N6sF6KvuLIN { display:none; }#Mm2aZVSfnVFclUTFwGrT9N6sF6KvuLIN > .row .container { width:20rem;height:8.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xLR9Fuv4x8dQtPCniWSXbP0Pn6c1Ezep { width:7.9375rem;height:1.5rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydCRuLVn7B6M4DSGST9mxtolDnxzPlB4 { width:6.9375rem;height:1.75rem;top:1.25rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfoGrlbhTCVOxsoXTGPicI8RiJrt03B1 { width:12.125rem;height:3.125rem;top:4.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/76952a27-3262-4ee6-b120-01891a465685/hero.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;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.37); }#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.37); }#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:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZUViaiBzJzdQM9vkdlmNXh1bbh6TK3OT { width:18.875rem;height:0.8125rem;top:8.3681640625rem;left:0.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0x6piw5fSM5GE9ANtbccGkkUluuFQUH { width:5.4375rem;height:5.5625rem;top:13.1875rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vitZApR8wXE86pBGG0Pa8vNtLHlSrrUt { width:15.8125rem;height:4.6875rem;top:13.625rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c1dhVaXp1EzooXc23ONW8pvvHzF6RFSZ { width:12.25rem;height:2.68066875rem;top:14.625rem;left:6.3125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #esHVxx93ntX8bEJCQur873aJVx1DFlud { width:13.75rem;height:2.125rem;top:22.8125rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbTVgH1UMDFbt5ElfPpLQgia9GZExHT0 { display:block; }
 }@media only screen and (max-width: 763px) { #bo4P9eMmpTVivxlycqD2u3cp6TIbtDuz { width:5rem;height:1.125rem;top:0.8125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DufqG5JPukZTsVnlnabxMM10HW5qveTf { width:5rem;height:1.25rem;top:0.75rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxyeCNIFb1D9LWQ12lbhhi9PeJSX4eLB { width:5.9375rem;height:1.1875rem;top:0.6435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECW64aRol4qlyKDycKPs99MTSqTGnNUp { width:15.3125rem;height:1.298825rem;top:2.5810546875rem;left:4.6875rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AOzNwKgNVqcdIA9JUI7eee8Xokx19gKJ { width:17.5625rem;height:3rem;top:5.1806640625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wchy8gcF5UBhzSyuUsX6F3b6GcCTGEpU { width:15.625rem;height:0.0625rem;top:9.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izcQUD8hplOx5EDlBtdrTqsGNGumlMfm { width:20rem;height:1.13671875rem;top:10.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHTmmr0qms3F72EIVGpdLqMNGX6XN2xK { width:17.875rem;height:2.75rem;top:12.82421875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8k4dVJWW0lMuAsr0kW8iRKxNEPBRBQo { width:11.5625rem;height:1.0556625rem;top:13.609375rem;left:3.65625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGC9KhyZ54CTCTpE06xy215wGZ08f9OX { width:7.3125rem;height:1.8681625rem;top:13.328125rem;left:9.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8accmvT7gRKuS57NT7mnfRTlJMyaS7r { width:20rem;height:1.0978043912176rem;top:29.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WceT4FxkZ5ONqK5mKcWE3cPyhEzDP0NO { top:17.375rem;left:2.0625rem;width:15.875rem;height:3.9375rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PMTTJGMdr5MN0Dl9IFPRMPR65wRQTyGi { width:18.875rem;height:0.6494125rem;top:2.8056640625rem;left:0.5625rem;font-size:0.5rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #M10U75wPOyVqX0RPTVdqAqlPVXOPQ5lw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c71cd752-f42b-4af6-95ae-5c71292a7720/JOMTIENDEXT1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#M10U75wPOyVqX0RPTVdqAqlPVXOPQ5lw.adaptive-delivery-prevent-bg, #M10U75wPOyVqX0RPTVdqAqlPVXOPQ5lw.lazyload, #M10U75wPOyVqX0RPTVdqAqlPVXOPQ5lw.lazyloading { background-image: none; }#M10U75wPOyVqX0RPTVdqAqlPVXOPQ5lw > .row .container { width:20rem;height:25.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VyiaMpZh2L13KqeJUV1cPJHQ8rVQ53il { width:18.9375rem;height:1.7871125rem;top:14.1875rem;left:0.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DdFgKrx5C055WNdGK7mKlz4a5SC9wkxV { width:20rem;height:1.625rem;top:10.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dssaRBmnPUVBIldMtLXHlZ34mGaTvoWX { width:20rem;height:1.13671875rem;top:11.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqqoTWhZH8AQreD9BWTnmt3LmcN8o2zy { width:18.875rem;height:2.6806625rem;top:16.8125rem;left:0.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaHS4aUEXdBulBK1Py7UEvTqoNFJHAu5 { width:5.4375rem;height:5.5625rem;top:13.1875rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UBTrh0TD96xWZCeqZRZL3n5u9PCi4WJE { width:15.8125rem;height:4.6875rem;top:13.625rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IzRhyhNB8hzKEFELXz6EP5mET16nxp6w { width:12.25rem;height:2.68066875rem;top:14.625rem;left:6.3125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bUe4fK0KJqfzg8nrzHrniJPPd7lGtOcy { width:14.625rem;height:0.89355625rem;top:23.25rem;left:2.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUI8XavTZPDeo5wdkydfiMZGUf0G8vzs { width:15.125rem;height:2.1875rem;top:20.5rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZzmx8CvgreTTp68CvuF2k2G1DCdaczg { display:block; }
 }@media only screen and (max-width: 763px) { #yPwK6znI1nMBEpTkXBIKbxqQlDMp6EUr { width:6.25rem;height:5.3125rem;top:1.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbm8KZAItdQUiT6c8tnA8lRmykPllqkd { width:5.5rem;height:1.375rem;top:7.1875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkrHEuveoJUTHrJeqJp1WoiXQSTgJehI { width:5.5rem;height:1.375rem;top:7.1875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1fVoRGFBcl7aJqqZvpa2sbizAu88z5E { display:block; }#v1fVoRGFBcl7aJqqZvpa2sbizAu88z5E > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnTNXJf2g1zhsMeVsOrFaulmoC3Zt64Q { width:20rem;height:11.875rem;top:1.25rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x17iQsnmkpSEmsyLWSDwPFouz2k4nA0m { width:20rem;height:2.6806625rem;top:14.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFd12qyXSA3qPrEVOTfV1qmJ4tCTxOmp { width:19.875rem;height:4.467775rem;top:17.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERJyTe4sOeWNiyFOoGlbd19NrS7EZfAa { width:18.5rem;height:2.4375rem;top:23.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upkbr2ZyTthQvMRAmPWhRwNbz8pGhX0e { width:5.125rem;height:1.21875rem;top:24.4375rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPZlmrLLp3InMVMHCU71HkXS1XTTTDUc { width:8.5625rem;height:1.70605625rem;top:24.25rem;left:8.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1W1polr36ycOvFQDbLzAxdan6oeT0I0 { background-color:transparent;background-image: -webkit-linear-gradient(62deg, #ffffff, #e1fdfe);background-image: -moz-linear-gradient(62deg, #ffffff, #e1fdfe);background-image: -ms-linear-gradient(62deg, #ffffff, #e1fdfe);background-image: -o-linear-gradient(62deg, #ffffff, #e1fdfe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1fdfe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1fdfe' );";background-image: linear-gradient(62deg, #ffffff, #e1fdfe);background-size:auto !important;display:block; }#B1W1polr36ycOvFQDbLzAxdan6oeT0I0 > .row .container { background-color: transparent; background-image: none; }#B1W1polr36ycOvFQDbLzAxdan6oeT0I0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1W1polr36ycOvFQDbLzAxdan6oeT0I0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1W1polr36ycOvFQDbLzAxdan6oeT0I0 > .row .container > .video-iframe-container { display: none; }#B1W1polr36ycOvFQDbLzAxdan6oeT0I0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1W1polr36ycOvFQDbLzAxdan6oeT0I0 > .row > .video-iframe-container { display: none; }#B1W1polr36ycOvFQDbLzAxdan6oeT0I0 > .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); }#B1W1polr36ycOvFQDbLzAxdan6oeT0I0 > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tcS7PQiUOTnmauiHWfhmsbVpZeKt5vSr { width:20rem;height:11.3125rem;top:1.25rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFO0INWLrihSTOvfl6BC11uztXy6b38x { width:20rem;height:20.6875rem;top:13.1875rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMHNURHe4bPJ3Ms9R3ZtlvHWEl93kHsV { width:14.3125rem;height:1.8681625rem;top:14.375rem;left:0.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOuJkd6uyg9NUCpkTvSVx5Xe5Vew78oF { width:0.125rem;height:1.625rem;top:14.5rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAveaUTAdx0EIMG5TzGsoMrch9LT9LhV { width:6.9375rem;height:1.21875rem;top:14.6875rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx0UcPNmw0JxN6AKgWMpWIhS3sKp2Phv { width:0.8125rem;height:0.8125rem;top:17.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #upcylFeLU89hP36nDhLbnOHE3F1A5hJ3 { width:16.0625rem;height:0.8125rem;top:17.693359375rem;left:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrT0JWo7lbfnHskCuPLMfzQcd4lvLOQD { width:0.8125rem;height:0.8125rem;top:19.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOnSznuHFFd0Pvfg6TorN7udH8gmHKKM { width:17rem;height:1.625rem;top:19.4375rem;left:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMvkAdPHlFF6obhtxnT2RQMQSIzZgTDN { width:0.8125rem;height:0.8125rem;top:21.90625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvzR24AoQw8Zgp550cFBHPaRit2EKy6V { width:17.125rem;height:0.8125rem;top:21.90625rem;left:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpHTq8Uyy3gbJs0oF2PUGXCqwE7OnqrX { width:0.8125rem;height:0.8125rem;top:23.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi0omqKIfuVDravplnJWMRd0UGoO8ks4 { width:15.8125rem;height:1.625rem;top:23.75rem;left:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGFpwS7NJ23EAfJ9IF0lMnZQtebTB7o3 { width:0.8125rem;height:0.8125rem;top:26.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnEMAT3Ocf5dOQtpRfK7vH0m1evTfe5l { width:6.125rem;height:0.8125rem;top:26.1875rem;left:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #quDXZ1HUE8IT1UhqwTui5pK4hDfGzZaD { width:0.8125rem;height:0.8125rem;top:27.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHxfq5zry8ZFcKsVedopQitSvWosVzCJ { width:12.125rem;height:0.8125rem;top:27.9375rem;left:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtDFwxhewwF8nCXeEnftNk3rK7kOqab3 { width:0.8125rem;height:0.8125rem;top:29.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTR1HVVE0WMU6GvTOvDDb9hZFSXIDJMX { width:12.5625rem;height:0.8125rem;top:29.625rem;left:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh2H9SBARuL8gleSW3nKLkxkTkJeqaRe { width:0.8125rem;height:0.8125rem;top:31.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3HTG36Q5nG8GEscSHkOVIfsRb0JRE78 { width:12.5625rem;height:0.8125rem;top:31.375rem;left:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWu2AIFhoFtoPSfffM9EnElyMvEF9elq { width:20rem;height:18.8125rem;top:21.625rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCVc5MQwMNQwFieLcHfI8SSWTIxP8v2R { width:1rem;height:1rem;top:36rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPTmCdZmdEgsauEiM7a0folDqN6Ec6AF { width:1rem;height:1rem;top:33.5625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LdF9aJnhee3mo5zUCO9l3tpEXOdk13yp { width:1rem;height:1rem;top:30.3125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iCIkyKzq5cKsBEwvlJSJUOT3llACiiVw { width:1rem;height:1rem;top:28.0625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EC04JH8NCru5vTwrBgccTUHZO5wHAvlN { width:14.3125rem;height:auto;top:23.625rem;left:2.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPOhnq3K3uNUDtl2HTs9AA0LX58lqId2 { width:17.3125rem;height:auto;top:28.0625rem;left:1.3125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhEF1tFiTf4iz5iyOGn5pFTmDaPNJhTu { width:20rem;height:auto;top:30.25rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sm07H9qoEHraHHcT4NvPMXu3NuLapd6K { width:20rem;height:auto;top:33.5625rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VqalmmeHWq4TumplcAWWzb2TrWC8Dnt2 { width:19.5625rem;height:auto;top:35.9375rem;left:0.1875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTZblaSefT78p4HnSPJ9GHaQPUBu27F0 { width:0.25rem;height:2.1875rem;top:23.75rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPf1HouN4uRmqxIOSyaZszuTbwrddxDN { width:14.3125rem;height:auto;top:23.875rem;left:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wxTP70xr8TnsDAPiTR4NJ7JTsWyvkHFG { width:1rem;height:1rem;top:28.0625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mkie4g4zR3HbroTDzsWPOF58u4iPbAMh { width:1rem;height:1rem;top:30.3125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7s7s6p65KLvevQCCloytXKITcNwyZH1 { width:1rem;height:1rem;top:33.5625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dDDCUFmIII7pok5WX45lPpymtxaTv3Md { width:1rem;height:1rem;top:36rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #O6NsTkFwHroh2OtRQ0xevD0iE24Zx6BC { width:6.125rem;height:auto;top:28rem;left:6.9375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDGG3kuRPAdhramTPoX8MI1ynZHTPrdu { width:12.125rem;height:auto;top:30.25rem;left:3.9375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e79dUsfXaZ81soV8fd9D1TZqK604C7Wg { width:12.5625rem;height:auto;top:33.5rem;left:3.6875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRzmhscgTnXkJ8UfrVBrW94ONULNLQ9a { width:12.5625rem;height:auto;top:35.9375rem;left:3.6875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NE5aqNWK1sbR2KFrCISU8u6h7JJA0sQT { width:20rem;height:11.3125rem;top:35.125rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfrwv9r5Tuhzpx7kH03n8ASqbEaoHfWW { width:20rem;height:20.6875rem;top:47.0625rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #v1fTRZXACg15opOFExZL6AGnrTGJFxuF { width:14.3125rem;height:1.8681625rem;top:48.25rem;left:1.5625rem;font-size:1.4375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #bxRgMJPOG9Vk60t9gXVhmbTdXgaV1eQn { width:0.8125rem;height:0.8125rem;top:51.5625rem;left:0.75rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #dqkMMOnMLgqF5Pc7l7PHXnAQGzZ8zNgy { width:16.0625rem;height:0.8125rem;top:51.5625rem;left:2.0625rem;font-size:0.625rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #HqlplQFV2pTeZe931XQsnEK0BRCTipqW { width:0.8125rem;height:0.8125rem;top:53.3125rem;left:0.75rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #m7sRB59dFs6fuNBIRK9lkT67O8tEQG6B { width:17rem;height:1.625rem;top:53.3125rem;left:2.0625rem;font-size:0.625rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #LC3ZSgHCpEg1Aa2TkLiQmI4qi9ECgabm { width:0.8125rem;height:0.8125rem;top:55.8125rem;left:0.75rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #SZgi2OyLTLhP49cZ5nBKRsKlNCWARiSM { width:17.125rem;height:0.8125rem;top:55.8125rem;left:2.0625rem;font-size:0.625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #eNJpm2vitvB5xXiHoOUvp0LR6xS0VuPC { width:0.8125rem;height:0.8125rem;top:57.625rem;left:0.75rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #dgtxBTJ9A4kcBQFU9u5cTSQkLORyUnxN { width:15.8125rem;height:1.625rem;top:57.625rem;left:2.0625rem;font-size:0.625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #CTsxi9MoZHglDK1n4hXprkNBn3BSlgpp { width:0.8125rem;height:0.8125rem;top:60.0625rem;left:0.75rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #MbE41UCt9V8IFeep0SbITpqTbzNgLQqB { width:6.125rem;height:0.8125rem;top:60.0625rem;left:2.0625rem;font-size:0.625rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #grRmT2eEMREDq1T9hTZoqgzxOH1T1ozK { width:0.8125rem;height:0.8125rem;top:61.8125rem;left:0.75rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #ymnP3u4CBFx7XvmhW2vpgRe5MBDZZlsW { width:12.125rem;height:0.8125rem;top:61.8125rem;left:2.0625rem;font-size:0.625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #C399zuSp6V9y0IrADOznJMhkm2h1A8Sh { width:0.8125rem;height:0.8125rem;top:63.5rem;left:0.75rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #lz5CWcSp6993vxOZAtFgstBbOI1Nu13F { width:12.5625rem;height:0.8125rem;top:63.5rem;left:2.0625rem;font-size:0.625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #EmeLE9Qoyh9uUhScXpaLt0rx32SKNoxh { width:0.8125rem;height:0.8125rem;top:65.25rem;left:0.75rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #XxbGAe4mCeyRicTnh5H6ehlRfCLpZOy9 { width:12.5625rem;height:0.8125rem;top:65.25rem;left:2.0625rem;font-size:0.625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #igrgNzcpfpx44v36cEDOqHl8LicGFy65 { width:0.125rem;height:1.625rem;top:48.375rem;left:12.5625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #Dv0W7IavECZxQIMT6HdGNFSkeaQfc99R { width:5.75rem;height:1.21875rem;top:48.5625rem;left:13.125rem;font-size:0.9375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #The8oGmUqOpRlOznhmiOpegHh55p7mwv { display:block; }#The8oGmUqOpRlOznhmiOpegHh55p7mwv > .row .container { width:20rem;height:91rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pA8R9FiTgJEWXOEDcsbsBIOQnXAhuvpS { width:19.375rem;height:3.1875rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCqMMM7ks6Z2wCqQzgmq19TG97EEI1K7 { width:20rem;height:19.8125rem;top:6.4560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3SKOmH9bWhzPgNylkp7LJv6GyD1dsng { width:18.375rem;height:18rem;top:7.2685546875rem;left:0.6875rem;border-top:0.125rem solid #6fbcbf;border-left:0.125rem solid #6fbcbf;border-right:0.125rem solid #6fbcbf;border-bottom:0.125rem solid #6fbcbf;display:block; }
 }@media only screen and (max-width: 763px) { #vmCGPnEQo2hRO3fmFckEClGtXLahERt1 { width:17.25rem;height:12.625rem;top:8.0185546875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7Kc2fBuKhJOUEZcd2gpu4bztzGR4BnP { width:17.375rem;height:2.4375rem;top:21.7685546875rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K40BRH4E6K6au2hgaVIM8VnHdoPcK0th { width:20rem;height:19.8125rem;top:27.5185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzmtiTPlH7Pg1moyor5mRsIrpqvxxRXd { width:18.375rem;height:18rem;top:28.2998046875rem;left:0.6875rem;border-top:0.125rem solid #6fbcbf;border-left:0.125rem solid #6fbcbf;border-right:0.125rem solid #6fbcbf;border-bottom:0.125rem solid #6fbcbf;display:block; }
 }@media only screen and (max-width: 763px) { #nAcvqb3GyOeDQnHZPZXVPG0gEzWq7lmZ { width:17.25rem;height:12.625rem;top:29.1435546875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgOovixwJHVVPKCZN7bobzmMzIDtPs7X { width:17.375rem;height:1.21875rem;top:43.4560546875rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Wzz7GQu237iev8XIGwspsef1ZqdTD1 { width:20rem;height:19.8125rem;top:48.5810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvgfMT6B9t23yITZwS5biIuhoWi6GTEz { width:18.375rem;height:18rem;top:49.3623046875rem;left:0.6875rem;border-top:0.125rem solid #6fbcbf;border-left:0.125rem solid #6fbcbf;border-right:0.125rem solid #6fbcbf;border-bottom:0.125rem solid #6fbcbf;display:block; }
 }@media only screen and (max-width: 763px) { #m21eWbClEciuQM4K27KG4kZnWLzmakDR { width:17.25rem;height:12.625rem;top:50.2060546875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyxg4fAxaWcrbg2In97zA3mMC0isTwtt { width:14.125rem;height:1.21875rem;top:64.5810546875rem;left:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB9VWavsiUXE45teHfTMgprGfV9PZZJV { width:20rem;height:19.8125rem;top:69.6435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOMpg6Zy50maDS1wHiULzGHtQUTtlRAb { width:18.375rem;height:18rem;top:70.4248046875rem;left:0.6875rem;border-top:0.125rem solid #6fbcbf;border-left:0.125rem solid #6fbcbf;border-right:0.125rem solid #6fbcbf;border-bottom:0.125rem solid #6fbcbf;display:block; }
 }@media only screen and (max-width: 763px) { #atT5r2EsmITpH0HpNG3ZTebaLDrihu5r { width:17.25rem;height:12.625rem;top:71.3310546875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAplgc2xphCmb4MAIOhGOQpw3xJmeAIv { width:17.375rem;height:1.21875rem;top:85.7060546875rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3d2924a3-de8d-41e5-bc32-378a3bacfb88/JOMTIENDEXT22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA.adaptive-delivery-prevent-bg, #AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA.lazyload, #AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA.lazyloading { background-image: none; }#AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA > .row .container { background-color: transparent; background-image: none; }#AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA > .row .container > .video-iframe-container { display: none; }#AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA > .row > .video-iframe-container { display: none; }#AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA > .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); }#AupUT1C4liIin9cqu8Xc0X7hkWgfNvOA > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzgGU2hI2p0rrHIuAulA9aVaGnW8TsEZ { width:14.4375rem;height:1.8681625rem;top:1.25rem;left:2.78125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQIFo3f85BXC0hZImCGKuAZpAtqItd1r { width:20rem;height:5.5625rem;top:4.3671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9AHNNgbhb1xopqA2POav6WB0xI87fKi { width:20rem;height:5.5625rem;top:10.8671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebD2HxyXM77es1oNlrNZGAuJIyfWIt13 { width:20rem;height:5.5625rem;top:17.3671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQQA6ZXPCNS84vJM3X2Muvx4hM3bz52r { width:20rem;height:5.5625rem;top:23.8671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEV32K2oOKKC3h4SVFln4xNqP8VLSNvI { width:20rem;height:5.5625rem;top:30.3671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkVhPIxls9AONdb59ly8kJPOI9V5rQVw { width:20rem;height:5.5625rem;top:36.8671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8qSLrmH64KZzihRZLgWHiGerakGf5mf { width:4.1875rem;height:3.04980625rem;top:5.623046875rem;left:1.375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQUcm70vkx3O80TkTIAS7CoDlA7OrPlU { width:4.1875rem;height:2.94921875rem;top:12.173828125rem;left:0rem;font-size:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bntOr5B0XxmQCJGQoFnhwWPBmy1eM2oW { width:4.1875rem;height:2.94921875rem;top:18.673828125rem;left:0rem;font-size:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W72utPVfaxGOwUTFI05xkbu6ouSxBdSV { width:4.1875rem;height:2.94921875rem;top:25.173828125rem;left:0rem;font-size:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LDX1JLUyGsM8aasZAn1c3TGHkph609TU { width:4.1875rem;height:2.94921875rem;top:31.673828125rem;left:0rem;font-size:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kubwtr8TTqaZAMABusFSibyI7GB1Tue8 { width:4.1875rem;height:2.94921875rem;top:38.173828125rem;left:0rem;font-size:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sz2XEZpPcVHWTEvWoQ1nJQ3ibeJICAyX { width:12.5rem;height:1.29980625rem;top:5.5625rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apZK8A3ZDF87yR8r1vgW2xSqllNCwz7H { width:15.3125rem;height:1.705075rem;top:7.0625rem;left:3.875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHPxWOWIJSLonel8MRNONFVdIeeERV5d { width:13.4375rem;height:1.29980625rem;top:11.8125rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAe1HdDPRV7KKT1NO71Cf2nrK0uBDMgw { width:12.5rem;height:1.29980625rem;top:18.25rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2cNgw6URqaoQ6QUVr24CMsWzAokB68I { width:12.5rem;height:1.29980625rem;top:25.0625rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdJVFegIF0WTfBRiS1vEuQhUWEqPT33I { width:12.5rem;height:1.29980625rem;top:31.25rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC1bIVA7W83hC0PTG6WNcwIhfbCDmGJo { width:12.5rem;height:1.29980625rem;top:37.5rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdfREtebyfmTp7CKPZQWdJdZXhhueGue { width:15.1875rem;height:1.705075rem;top:13.3125rem;left:3.875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWWMglpl80TNOznyMSHIDu1qXtMf7OuM { width:15.1875rem;height:2.2734375rem;top:19.75rem;left:3.875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnnZezTsUcBWpBZoG4GbGfFWcwwrlbZK { width:15.125rem;height:1.705075rem;top:26.5625rem;left:3.875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsW3HiEvWC8TD78y4NeBkGM2qFqPSRSs { width:15.0625rem;height:2.2734375rem;top:32.75rem;left:3.875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddTKptkxgfhrwgOSEH6a8T3M4exeN1HT { width:15.625rem;height:2.8418rem;top:38.9375rem;left:3.875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGwhA8VUidmTDorHxTTnuBlckmw0tca9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8d4e7a11-7f52-44cc-81b7-34d1f24e3451/bg02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vGwhA8VUidmTDorHxTTnuBlckmw0tca9.adaptive-delivery-prevent-bg, #vGwhA8VUidmTDorHxTTnuBlckmw0tca9.lazyload, #vGwhA8VUidmTDorHxTTnuBlckmw0tca9.lazyloading { background-image: none; }#vGwhA8VUidmTDorHxTTnuBlckmw0tca9 > .row .container { background-color: transparent; background-image: none; }#vGwhA8VUidmTDorHxTTnuBlckmw0tca9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.22); }#vGwhA8VUidmTDorHxTTnuBlckmw0tca9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGwhA8VUidmTDorHxTTnuBlckmw0tca9 > .row .container > .video-iframe-container { display: none; }#vGwhA8VUidmTDorHxTTnuBlckmw0tca9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.22); }#vGwhA8VUidmTDorHxTTnuBlckmw0tca9 > .row > .video-iframe-container { display: none; }#vGwhA8VUidmTDorHxTTnuBlckmw0tca9 > .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); }#vGwhA8VUidmTDorHxTTnuBlckmw0tca9 > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-regular-label { display:block;width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-input-text {padding-top: 0; padding-bottom: 0;}#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-input-select {padding-top: 0; padding-bottom: 0;}#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.1875rem;font-size:1rem;overflow:hidden;height:2.4375rem; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-checkbox-label { width:15.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-container:first-of-type{padding-top:0;}#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-container:last-of-type{padding-bottom:0;}#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL  { width:16.9375rem;height:auto;top:5.25rem;left:0.28125rem; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL .widget-info-text { text-align:center;text-align-last:center;font-size:0.5625rem;overflow:hidden;height:auto; }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL {display:block;}#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL { width:16.9375rem;height:auto;top:5.25rem;left:0.28125rem; }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #UzOqmLuifSMRpfWubMdA6fTMwOco8SCZ {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #NWiTTEJfBVlGZ9WbbM2gEx0LecpittoC { display:block; }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #CzuVzHI6krdrkWi2ySZ65tT9zDx1gPO2 {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #Sm1sOHQBC2fVU7HNt7HaEFRwu6pB8tSJ {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #mDq6E3d6b1ezbQFXZgpRmNZ0DtKMXHUy { display:block; }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #BRaAsQ0dINWLIiXf7zF18nptnuu2Cuzc {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #mtzmSbC3eeIbMwK2KkDMBGATSVbMHaZI {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #LJbaAixWlBkLosOu4J8B3VtFswETkcCq { display:block; }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #x4k7PQtxTANBJuP3d0zCgafE9cbzXKiv {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #Jls3hckySsW7SsUdurfqkE9J3wdihVzG {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #ENO4tSo0WgdBuqTfe20KUQIZqQ1CyE8B { display:block; }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #p8vvLIUQxW9apBDw3DsONOllJgtlWE1D {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #A2l7kyReMUIZOpDRWWspyNHJPsnhwNMy {  }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #A2l7kyReMUIZOpDRWWspyNHJPsnhwNMy .container-column{width:50%;} }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #rFasPeRlD1JfqiLSrr7exhONwFVqQVzy { display:block; }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #hWqG63TVFGoD47siaQqzsT8Upor9yJzD {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #bLkBpCE4LFZhcIzuT7iUaV981msVATet {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #zM5TLgzIbopdvDXV0AOOnC5TT9KhChyH {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #kPveVX5SKDGxqM24TBsJR81b4nOugfkH {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #RaTBXy6cGsEJTRh2giRqbTduXMM72ZQk {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #FQLV94J7xkT9eV3LrUnv0KqTu7IJvvzf {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #TvchdKP2zUOqRsawWAiIDdQ4BHZhBfap {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #RvMoymyvU1hABprh6eUPwW6BVPR6fqzh {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #R3bGMRThfs1WgDN5v1TI0v3sPw9RZxvf {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #GTWfCb96ubdswaLVexRiBekcaHtffL6r {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #qbZ1apimBnz1ppLCUnwSalZbCT5AVR9C {  }
#WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #qbZ1apimBnz1ppLCUnwSalZbCT5AVR9C .container-column{width:100%;} }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #XUmUTxlyTTW7Z3AvVLlHilyFQc0qMqMm { display:block; }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #J7hUn3a8TkBWHR3x439JdR11TQRPak4V {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #e02GHrH1N4mQft3eSmRKOTZNZTbp5GCf {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #ckMgp17Wiv0E2RvEfU8gWEkE8FMNTUb4 {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #JZE8NAsa97HRXzqEIGokkiTJmkzZrLcs {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #m4eRnzKMc4hAt037HF667IOg95FGQs0b {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #LNJOysB8hhGr8gUfySwazKcZfc28EGAe {  }
 }@media only screen and (max-width: 763px) { #snXXQBDVCStzQuwcyVZV3xRnKR1wNhNg { display:block; }
 }@media only screen and (max-width: 763px) { #H5vTDcJzfHpEspuak2o4mhJRcNSk4L4V { display:block; }
 }@media only screen and (max-width: 763px) { #UwmoyPvIwDh0fIgJ49IK36KVL8QMfeNu { display:block; }
 }@media only screen and (max-width: 763px) { #U4LsHqV3IGKDbNJLpK2brVCtST6e2EMU { display:block; }
 }@media only screen and (max-width: 763px) { #HxWUayp9rHhkSnoZkeLq3UTe3rPwvshB { display:block; }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #aeABJKOW619ogZhShtn8trssiZiXEkK6 {  }
 }@media only screen and (max-width: 763px) { #WKrLwzTZiS0G7uok8DnqZtp77JXq44aL #fJZco9kZXAe0MiAMasZwKGLxlkXBUpnu {  }
 }@media only screen and (max-width: 763px) { #XT6ZJD2Rm1EWwXElL7qXtK4yWryGSX7o { width:19.25rem;height:1.13671875rem;top:2.9052734375rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBZSBmtodXxOmdTelFsw33FR7lglLcFm { width:19.875rem;height:1.75rem;top:0.9052734375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZqFNg2g3aUrlCXcxRnwDBrJ7tuNDv0k { width:16.25rem;height:1.94921875rem;top:42.9375rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQsbkKQ1hRo9TPa1wTaUzuKBZSXMg3EH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6c7db389-d206-49b7-92a6-d8e8f1a0029d/edm102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CQsbkKQ1hRo9TPa1wTaUzuKBZSXMg3EH.adaptive-delivery-prevent-bg, #CQsbkKQ1hRo9TPa1wTaUzuKBZSXMg3EH.lazyload, #CQsbkKQ1hRo9TPa1wTaUzuKBZSXMg3EH.lazyloading { background-image: none; }#CQsbkKQ1hRo9TPa1wTaUzuKBZSXMg3EH > .row .container { background-color: transparent; background-image: none; }#CQsbkKQ1hRo9TPa1wTaUzuKBZSXMg3EH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQsbkKQ1hRo9TPa1wTaUzuKBZSXMg3EH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQsbkKQ1hRo9TPa1wTaUzuKBZSXMg3EH > .row .container > .video-iframe-container { display: none; }#CQsbkKQ1hRo9TPa1wTaUzuKBZSXMg3EH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQsbkKQ1hRo9TPa1wTaUzuKBZSXMg3EH > .row > .video-iframe-container { display: none; }#CQsbkKQ1hRo9TPa1wTaUzuKBZSXMg3EH > .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); }#CQsbkKQ1hRo9TPa1wTaUzuKBZSXMg3EH > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ipmr8M8bdgyizVqW8THQ7eaq3SWH1JiD { display:block; }#Ipmr8M8bdgyizVqW8THQ7eaq3SWH1JiD > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKhZXVGGmdUQ87kcSc7SiqBW6A5PAw23 { width:20rem;height:1.94921875rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyUMQncMDKfAWoAzpOw86mJ5wlR9NWX9 { width:20rem;height:10.375rem;top:4.224609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRolGb8yvbC4tSuTczgbzeO1s67qtaqc { width:20rem;height:17.8125rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBXABi7wgGt1trpQpeTKe3sscqKTnH8u { width:20rem;height:20.0625rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nalTlUUKORXXHSUDflXIFmeoOoRfpwOI { width:18.6875rem;height:6.2988125rem;top:7.1875rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKP0IzoaOLTTMvWQQZKqlV4qnHwHsJdF { width:6.9375rem;height:3.375rem;top:18.8125rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKyvyT9nKpTQLziNczAnvfdmtgsHAJsw { width:12.5625rem;height:7.875rem;top:18.8125rem;left:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UknbpBpEhSgWsrgFkWvUDI92C8CoW79A { width:6.75rem;height:3.375rem;top:27.9375rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCeNm8W9SEuoDUsF0IL8DG2xT6LWtRva { width:12.0625rem;height:4.5rem;top:27.9375rem;left:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqpZrUJaLFl8cuMGKAdzTX9ObuPnloqT { width:8.875rem;height:3.375rem;top:23.25rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AygaoT1OTBGTwTiyJCkhP0ZIOA0x9IT0 { width:10.5625rem;height:9.3125rem;top:45.75rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTl5AndPzC81QGyaZEhanmm0pRXWG7nC { width:18.375rem;height:6.09375rem;top:38.5625rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swliO7pCxSLXcHyBgRAm61nEhbERQ4rZ { width:11.125rem;height:1.9375rem;top:36.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7xicDmJThF41bcbTZ0nvSskWFku5o62 { width:9.6875rem;height:1.375rem;top:16.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkinE4m2rt6GDboPH6nbVAW4smertZJv { width:17.125rem;height:1.21875rem;top:5.4375rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSIVk8eMUPvleAZb0bEIniLv0LFMeOrh { display:block; }#OSIVk8eMUPvleAZb0bEIniLv0LFMeOrh > .row .container { width:20rem;height:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMpoP6piJD8IpcXABefHrfDWdpDPfsNK { width:20rem;height:11.375rem;top:4.287109375rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNvs55IvPGtC4UVzTTeX10a9P6f9T21k { width:20rem;height:11.375rem;top:16.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;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/55a7bcec-a966-4f09-be80-87f20798eb5a/edm02.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tNvs55IvPGtC4UVzTTeX10a9P6f9T21k.adaptive-delivery-prevent-bg, #tNvs55IvPGtC4UVzTTeX10a9P6f9T21k.lazyload, #tNvs55IvPGtC4UVzTTeX10a9P6f9T21k.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hwNTq1kIMoOxRmUVdN2Hk4xcMizSTTEI { width:20rem;height:11.375rem;top:28.8125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIbGBWKR38GFofBgL7tBTTyMwECRPhdX { width:20rem;height:11.375rem;top:41.125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHpai2gu8HQ9UTC8K04wDfImBpN2MQU9 { width:7.4375rem;height:2rem;top:1.224609375rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9XWc7InumC6qD5rGJtdOgvoh7t9NF5p { display:block; }#z9XWc7InumC6qD5rGJtdOgvoh7t9NF5p > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuK9bAGTE8KqDwSw9yS85HeCyRloSOxy { width:14.5rem;height:2.03125rem;top:1rem;left:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqcto8vTR11t3HHvFIxOA26dlqMP8xSi { width:16.5625rem;height:1.46218125rem;top:4.15625rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ4qTQ8zXVeymbEsRQmfFWg7XHPenTHB { width:18.1875rem;height:3.89915rem;top:5.7421875rem;left:0.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy5SaD3Osl1rEwiJ8JDx3gr4wwPpa2Wc { width:17.8125rem;height:15.5937625rem;top:10.677734375rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gclt5QAVbtaN2Ca7gsdKFfXIRNmVz8i1 { width:9.8125rem;height:6.25rem;top:27.396484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzEO4NV4oILSLozFmfIo5Ent8aEKlCyU { width:9.8125rem;height:6.25rem;top:27.396484375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0d21hzLyTc5gs5HLsHlJ9KHx9L04isU { width:9.8125rem;height:6.25rem;top:34.021484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDQIlF5Pse1EEiPnDg74gileThohJucr { width:9.8125rem;height:6.25rem;top:34.021484375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v { background-color:transparent;background-image: -webkit-linear-gradient(139deg, #ffffff, #e1fdfe);background-image: -moz-linear-gradient(139deg, #ffffff, #e1fdfe);background-image: -ms-linear-gradient(139deg, #ffffff, #e1fdfe);background-image: -o-linear-gradient(139deg, #ffffff, #e1fdfe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1fdfe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1fdfe' );";background-image: linear-gradient(139deg, #ffffff, #e1fdfe);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row .container { background-color: transparent; background-image: none; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row .container > .video-iframe-container { display: none; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row > .video-iframe-container { display: none; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .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); }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row .container { border-width: 0; border-radius: 0; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hG5Pa0zHVRVJ8n7AgR5GMxHnF2F5tz0v > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bT1aXyDabPMv0T9NmNAS02aD0zwLpFS7 { width:20rem;height:14.4375rem;top:4.15625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rdw8N0c8hn1sygZqn7CbMn8lllxqrETA { width:16.875rem;height:2.5rem;top:47.71875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #khQCR9AbXJOIi2vG6Nug0ZwDNcihqlWV { display:block; }
 }@media only screen and (max-width: 763px) { #usPUpDU80UVTrNGTEegtXe9cBn0eToKB { top:4.90625rem;left:0rem;width:20rem;height:12.75rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #wUWUCPTOC11Ty4TJu7X6DmufK45krE6c { width:14.8125rem;height:2.9375rem;top:1.09375rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #haxT9T3hzfQAuiho3uLQx5H4yOHQBtUX { width:9.8125rem;height:6.25rem;top:18.53125rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRNyA4ctVU1JegsUKgaJ8s0fb7RWUUTa { width:9.8125rem;height:6.25rem;top:18.53125rem;left:10.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ1IySPmQWckV80i1EJElbxQxSvpT2QD { width:9.8125rem;height:6.25rem;top:25.15625rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF6V7zZxTL9xrhcicJGo0fCLl6TwBC4N { width:9.8125rem;height:6.25rem;top:25.15625rem;left:10.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0z93x1QpfOQQWSCXOweG8CWf0GBrMx3 { width:17.8125rem;height:0.89355625rem;top:32.40625rem;left:1rem;font-size:0.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #iHHGRxe5tl7w5RBpy81aMH1MpJAmBBUH { width:0.3125rem;height:0.3125rem;top:33.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBKfoHUUwPNaSf01m4UcF0BP4hCfSTb1 { width:0.3125rem;height:0.3125rem;top:35.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #crwoA2hIW3nVxNcn5CWg79iEDhg793FF { width:17.5rem;height:0.89355625rem;top:34.5rem;left:1rem;font-size:0.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #QUIOGHcfOp7EEFTzMHeop199ylMgPLPK { width:18.0625rem;height:0.89355625rem;top:36.521484375rem;left:0.96875rem;font-size:0.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wudRI9NMzZ1KWWptQZZBSQVXZTFlhI0g { width:0.3125rem;height:0.3125rem;top:37.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFSxFll0veyEoysc31eK8ZaWTGP5bKRE { width:17.5625rem;height:1.7871125rem;top:38.396484375rem;left:1rem;font-size:0.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wvwn3QxCJV2TrkDHqZmKs1OrKLC7E009 { width:0.3125rem;height:0.3125rem;top:38.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEtrc1x784oIBXmlExnxZvFd0PuWpDTE { width:18.5625rem;height:0.89355625rem;top:40.896484375rem;left:1rem;font-size:0.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Z47mTg0SPmTJcN5XxuQofP7ANRT4rzCN { width:0.3125rem;height:0.3125rem;top:41.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9eIhUeUlyqc8kJgTOhvJOgPCuZTCAt2 { width:0.3125rem;height:0.3125rem;top:43.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbl57uECvv5oNUgeItZmUzvWcR0TpTJ4 { width:17.5rem;height:0.89355625rem;top:42.771484375rem;left:1rem;font-size:0.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Nh0CDaMQ8XMuTnVCml7PcTAStxneIPu4 { width:0.3125rem;height:0.3125rem;top:45.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqDhpNQ1VhAD5wsc7XnATPg5ot7ZMag4 { width:17.875rem;height:0.89355625rem;top:44.583984375rem;left:1.0625rem;font-size:0.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Dt39OwJx8HvA5nWmHXgbKlGmPm5JLndD { display:block; }#Dt39OwJx8HvA5nWmHXgbKlGmPm5JLndD > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkQrv8HJqpVbcqfAIe3bSPJ3mmN33dDD { width:20rem;height:0.8125rem;top:0.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHybV9hdxyeCECeVualMoJJZrxPTdTil { display:none; }#rHybV9hdxyeCECeVualMoJJZrxPTdTil > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GnchXeDCZ9OVw8TXmQ1U3GcHTIyWJ1oC { width:13.4375rem;height:5.25rem;top:1.1875rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTeVtT7a3vTQqGRL0WSCoGVeg1duTMgH { width:20rem;height:4rem;top:6.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }