.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:221,255,247;--color-primary-1:133,221,224;--color-primary-2:51,198,203;--color-primary-3:0,184,190;--color-primary-4:10,40,41;--color-secondary-0:254,250,217;--color-secondary-1:252,239,128;--color-secondary-2:249,222,0;--color-secondary-3:125,111,0;--color-secondary-4:37,33,0;--color-tertiary-0:255,255,255;--color-tertiary-1:253,248,248;--color-tertiary-2:250,250,250;--color-tertiary-3:150,150,150;--color-tertiary-4:2,2,2;--headlines-font-family:"Dosis";--paragraphs-font-family:"Dosis"; }@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-primary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6f02bc5d-a602-4f75-8f0c-c3c409f7f67b/Jane_Ying_bg_1820.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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;display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.adaptive-delivery-prevent-bg, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyload, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyloading { background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { border-width: 0; border-radius: 0; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:75rem;height:50.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-form-header {  }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:23.5rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f2f2f2;background-image:none;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;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:23.5rem;box-sizing:border-box;height:3.4375rem;color:#004673;font-size:1.25rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-text {padding-top: 0; padding-bottom: 0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f2f2f2;background-image:none;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;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:23.5rem;box-sizing:border-box;height:4.375rem;color:#004673;font-size:1.25rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-select {padding-top: 0; padding-bottom: 0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;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:2.9375rem;margin-bottom:0.25rem;margin-left:2.375rem;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:18.75rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky [class*="-text"]:-moz-placeholder { color:#004673;font-family:var(--paragraphs-font-family);font-size:1.25rem;text-align:center;text-align-last:center; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky [class*="-text"]::-moz-placeholder { color:#004673;font-family:var(--paragraphs-font-family);font-size:1.25rem;text-align:center;text-align-last:center; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky [class*="-text"]:-ms-input-placeholder { color:#004673;font-family:var(--paragraphs-font-family);font-size:1.25rem;text-align:center;text-align-last:center; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky [class*="-text"]::-webkit-input-placeholder { color:#004673;font-family:var(--paragraphs-font-family);font-size:1.25rem;text-align:center;text-align-last:center; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:22.5rem;overflow:hidden;font-style:normal;line-height:1.3;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);float:none; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .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; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-container:first-of-type{padding-top:0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-container:last-of-type{padding-bottom:0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.058595657349rem;left:39.687500953674rem; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.5rem;display:block;vertical-align:top; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky {display:block;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.058595657349rem;left:39.687500953674rem; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #bR4XJb3R3EdFgXSmReIwNulTD4y7qXca { position:relative;z-index:1; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #PSoaWVgx60P87e2TCpVSysbwKApwN0cw { position:relative;display:none; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #pITCRO1TGoMf9IRnLFJ6ksbxcVfT93Wx { position:relative; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #XbbKi5SEKuG08eDopvTqlqGWKBmfod9d { position:relative;z-index:1; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #fJqUftDkozqN7lsOEMy4gPsT5CTkfDZp { position:relative;display:none; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #Cght8HaqBv3lRZJoR5zb4sF1PEpX1TqQ { position:relative; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #iklmk62sCBKgLHu5coqcaWxTWAqMz9uy { position:relative; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #JO5OTiCztAyTGh6vu36EwLT5RdXeXN3K { position:relative;z-index:2; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #WC7AOGqewGBIGahDwOhkx2tktF2V6RPT { position:relative; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #k7NIEUrwa5epkzshHf5h3OV4vTlxfMFd { position:relative;z-index:1; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #aQtGS1S4NLdFipqiVEexQwTqLnkbBHFe { position:relative; }
#kraiytFKDTdm5HyrwIW28MTXw3eap4Cy { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:2.16259765625rem;left:39.6875rem;height:7.2rem;font-style:normal;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; }
#w5gT2wGyAwPdC22MDeSQ2BWH9b1DfqBZ { color:rgba(var(--color-tertiary-1),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:16.59609413147rem;left:39.687500953674rem;height:1.95rem;font-style:normal;display:block; }
#tuMZ7W9rdJl7Brx7mDIVZLRb516DnVuG { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#GZMNAZQyQ20vfLxUkDwByety0SmQ1I0O { color:rgba(var(--color-tertiary-1),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:11.4375rem;left:39.687500953674rem;height:4.0625rem;font-style:normal;display:block; }
#zC7cBJMp6Mh9N78Mg5IVEUeXRdDWTHPK { color:rgba(var(--color-tertiary-1),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:19.34609413147rem;left:39.687500953674rem;height:5.85rem;font-style:normal;display:block; }
#Jfb4WmHslMEpoQaIsJ0akdFT9zQPNee5 { color:rgba(var(--color-tertiary-1),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:26.15859413147rem;left:39.687500953674rem;height:1.95rem;font-style:normal;display:block; }
#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b8be;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; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { background-color: transparent; background-image: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container > .video-iframe-container { display: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container { display: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .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); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { border-width: 0; border-radius: 0; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#dAhrtINxzvnSU4dOmbPlXzGhmesg2ZsD { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:6.0125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#R6QVzwvKvsUdKAn7uGk7V6iIzKiMp7OF { box-sizing:content-box;height:27.1875rem;width:64.4375rem;position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.04);background-image:none;top:2rem;left:4.4375rem;border-top:0.25rem solid #fbfbfb;border-left:0.25rem solid #fbfbfb;border-right:0.25rem solid #fbfbfb;border-bottom:0.25rem solid #fbfbfb;display:block; }
#mPWmNaERmG3Q7c7UNW1Kl7rizd0buSW5 { color:rgba(var(--color-tertiary-2),1);display:block;width:47rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.437499761581rem;left:13.999218940735rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#I19hee520ZH93ezFfTMhdHxZ4JAo6E5t { color:rgba(var(--color-tertiary-2),1);display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.625rem;left:24.75rem;height:8.45rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ZIxPVDNWLBLwls0yCRA6o0tNkXyIrqcI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),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; }#ZIxPVDNWLBLwls0yCRA6o0tNkXyIrqcI > .row .container { background-color: transparent; background-image: none; }#ZIxPVDNWLBLwls0yCRA6o0tNkXyIrqcI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIxPVDNWLBLwls0yCRA6o0tNkXyIrqcI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIxPVDNWLBLwls0yCRA6o0tNkXyIrqcI > .row .container > .video-iframe-container { display: none; }#ZIxPVDNWLBLwls0yCRA6o0tNkXyIrqcI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIxPVDNWLBLwls0yCRA6o0tNkXyIrqcI > .row > .video-iframe-container { display: none; }#ZIxPVDNWLBLwls0yCRA6o0tNkXyIrqcI > .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); }#ZIxPVDNWLBLwls0yCRA6o0tNkXyIrqcI > .row .container { border-width: 0; border-radius: 0; }#ZIxPVDNWLBLwls0yCRA6o0tNkXyIrqcI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZIxPVDNWLBLwls0yCRA6o0tNkXyIrqcI > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:75rem;position:relative;display:block; }#BkMJxAFvTHd18zy6lIsEIlhhcKQ6bDZ0 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-primary-3),1) ;height:12.0625rem;width:15rem;top:1.8125rem;left:20.75rem;display:block; }
#Rn2hG6XX4xgPD2wZsFht86BwDSCLyrbx { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-primary-3),1) ;height:12.0625rem;width:15rem;top:1.8125rem;left:2.4375rem;display:block; }
#PqGMRCdQsXUSRuht2iKyIZRo5kLaeMmp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.9375rem;left:22rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;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; }
#b0HsIadUafIBav5slQ63F7FtdgIqeuqe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.9375rem;left:3.6875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;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; }
#u6rTRyE2gcF3TZgbb6E3rAHBen4WBLdk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:3.625rem;left:26.6875rem; }
#ntBPuFEwWI5W882Z2Vv99QEbFhQH72vB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:3.625rem;left:8.1875rem; }
#H1sTlUEp5XVDIKBo6h5WQ7iAteWbO033 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-primary-3),1) ;height:12.0625rem;width:15rem;top:1.8125rem;left:39.25rem;display:block; }
#HeJ9N8wSAt7HbELUS3aTmrFMRFLhxNfs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:3.625rem;left:45.1875rem; }
#mUbQvLBbSvgQb9LZlRiB4FDNdP7RmDVR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.9375rem;left:40.5rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;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; }
#Q0LGFvpxIUTw1KTQJprzcSWZH1rI44Xw { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-primary-3),1) ;height:12.0625rem;width:15rem;top:1.8125rem;left:57.5625rem;display:block; }
#qKv4nH0m5XUyaUuqHLqhiywMAgXCwTGG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:3.625rem;left:63.5rem; }
#fWdWXAb0wpy9b9BRdLH6gdSBbVmaMGoy { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7.9375rem;left:58.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;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; }
#gyUFQfFriqXULVNMCTdPpnWpkErShNTK { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#WuXBKEufuR0KtAf15aOPMHeoAsnyfTQR { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/GK98sEf3/airplne.png");background-position:center left !important;background-repeat:no-repeat !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; }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi.adaptive-delivery-prevent-bg, #OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi.lazyload, #OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi.lazyloading { background-image: none; }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .row .container { background-color: transparent; background-image: none; }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .row .container > .video-iframe-container { display: none; }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .row > .video-iframe-container { display: none; }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .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); }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .row .container { border-width: 0; border-radius: 0; }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-size:initial !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; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { background-color: transparent; background-image: none; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container > .video-iframe-container { display: none; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row > .video-iframe-container { display: none; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .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); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { border-width: 0; border-radius: 0; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#HvFJ8SRpT5vADHn0lPc6RT28oSuNSIMr { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8437514305112rem;left:6.561718940735rem;height:29.33125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MUBpaWnTTydkvl4IVatbFBSEgbToZ6WQ { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:12.5rem;width:12.5rem;top:3.5rem;left:55.0625rem;display:none; }
#pWCD2TBWKGoaqRP9z9x2uHGWWoDGqTUI { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:18.8125rem;width:22.6875rem;top:4rem;left:44.75rem;display:block; }
#ryVXOXEVP9Bh65teHRcmeRDBQkDEt3Pb { color:#004673;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:12.14453125rem;left:9.625rem;height:7.19925rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#ZmalM1a17RauKTUxyACRsoS5Kux4R9Nf { color:rgba(var(--color-secondary-2),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:26.21875rem;left:45.9375rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#exS17OdT4xGNAAarCAfLQci4THuTltBX { box-sizing:content-box;height:20.3125rem;width:20.3125rem;position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4d7bcec4-c8cf-4f1f-8cc4-1d89bc8237c8/Jane_Mao.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.0625rem;left:45.9375rem;display:block; }#exS17OdT4xGNAAarCAfLQci4THuTltBX.adaptive-delivery-prevent-bg, #exS17OdT4xGNAAarCAfLQci4THuTltBX.lazyload, #exS17OdT4xGNAAarCAfLQci4THuTltBX.lazyloading { background-image: none; }
#FnukrGy6atsMJ36ud1b0MAmR5uA9IUKZ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:4rem;left:6.5625rem;height:1.95rem;font-style:normal;display:block; }
#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX { 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; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container { background-color: transparent; background-image: none; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container > .video-iframe-container { display: none; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row > .video-iframe-container { display: none; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .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); }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container { border-width: 0; border-radius: 0; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#ZbndTMBskfV0ZoN8OZJ67gT7kFC4LmXT { color:rgba(var(--color-primary-3),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.125rem;left:22.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;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; }
#XCVg9sPEqFT7AOAMxkw55KJdFqg7lPnp { box-sizing:content-box;height:11.3125rem;width:48.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.04);background-image:none;top:3.875rem;left:13.125rem;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);display:block; }
#IBCnVcRJgfXVbGUQ6mFmAANvr7eARWrz { color:rgba(var(--color-primary-3),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10rem;left:22rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;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; }
#bX8pwNGabacdpn4wVIdoxPd1ATLKgDFU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddfff7;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; }#bX8pwNGabacdpn4wVIdoxPd1ATLKgDFU > .row .container { background-color: transparent; background-image: none; }#bX8pwNGabacdpn4wVIdoxPd1ATLKgDFU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX8pwNGabacdpn4wVIdoxPd1ATLKgDFU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX8pwNGabacdpn4wVIdoxPd1ATLKgDFU > .row .container > .video-iframe-container { display: none; }#bX8pwNGabacdpn4wVIdoxPd1ATLKgDFU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX8pwNGabacdpn4wVIdoxPd1ATLKgDFU > .row > .video-iframe-container { display: none; }#bX8pwNGabacdpn4wVIdoxPd1ATLKgDFU > .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); }#bX8pwNGabacdpn4wVIdoxPd1ATLKgDFU > .row .container { border-width: 0; border-radius: 0; }#bX8pwNGabacdpn4wVIdoxPd1ATLKgDFU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bX8pwNGabacdpn4wVIdoxPd1ATLKgDFU > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#F9a5531eb9b5ecfd617414fbae90d091 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid rgba(var(--color-secondary-2),1);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:31.25rem;width:19.4375rem;top:3.125rem;left:27.78125rem;display:block; }
#wd86d82aba65e3bd77b1c4c00ca3cb9b { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:9.40625rem;left:30.71875rem;height:20.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ba5847495039c1acc1ceaea2758aad87 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:32.25rem;left:31.562500953674rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xbe8b1795206feac903a6428ca167685 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid rgba(var(--color-primary-3),1);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:31.25rem;width:17.375rem;top:3.4375rem;left:53.875rem;display:block; }
#l26d7aaf6c3f421c3c2dd1e475595f1b { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:32.250002264976rem;left:56.562500953674rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cbb315012c88f819767cfe38aa11ed59 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:8.8000005483625rem;left:55.250000953674rem;height:22.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e9308a3337c11a6ef1937dd7f9b70426 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.625rem solid rgba(var(--color-primary-3),1);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:31.25rem;width:17.375rem;top:3.125rem;left:3.8125rem;display:block; }
#f4185f26cfb7d9113ffba89ef11a7aa3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:9.40625rem;left:6.5rem;height:16.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d4caece826a52bd75006bf1e6d2dd390 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:32.250002264976rem;left:6.561718940735rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L0931cc8dfe4ac59d962fa5272fb7734 { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fe7fa6ef-286d-4cb6-b750-79a4b338d585/Eden.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.0625rem;left:9.375rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:block; }#L0931cc8dfe4ac59d962fa5272fb7734.adaptive-delivery-prevent-bg, #L0931cc8dfe4ac59d962fa5272fb7734.lazyload, #L0931cc8dfe4ac59d962fa5272fb7734.lazyloading { background-image: none; }
#u0cf77f97aad33fc2253fca9e22763bb { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d05da7f8-3fa3-4588-b50e-352d6d00979a/IoanaAlinCimpoeru.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.0625rem;left:34.375rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:block; }#u0cf77f97aad33fc2253fca9e22763bb.adaptive-delivery-prevent-bg, #u0cf77f97aad33fc2253fca9e22763bb.lazyload, #u0cf77f97aad33fc2253fca9e22763bb.lazyloading { background-image: none; }
#e83fdba83600b61a836a1f5c955d372d { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cb2c2b06-129c-4acd-a90b-6b500b4ea13b/Chris_and_Karen.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.0625rem;left:59.375rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:block; }#e83fdba83600b61a836a1f5c955d372d.adaptive-delivery-prevent-bg, #e83fdba83600b61a836a1f5c955d372d.lazyload, #e83fdba83600b61a836a1f5c955d372d.lazyloading { background-image: none; }
#pe9fA5xdUS5dqNdgCP8ilD7HNR3rkcUE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),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; }#pe9fA5xdUS5dqNdgCP8ilD7HNR3rkcUE > .row .container { background-color: transparent; background-image: none; }#pe9fA5xdUS5dqNdgCP8ilD7HNR3rkcUE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pe9fA5xdUS5dqNdgCP8ilD7HNR3rkcUE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pe9fA5xdUS5dqNdgCP8ilD7HNR3rkcUE > .row .container > .video-iframe-container { display: none; }#pe9fA5xdUS5dqNdgCP8ilD7HNR3rkcUE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pe9fA5xdUS5dqNdgCP8ilD7HNR3rkcUE > .row > .video-iframe-container { display: none; }#pe9fA5xdUS5dqNdgCP8ilD7HNR3rkcUE > .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); }#pe9fA5xdUS5dqNdgCP8ilD7HNR3rkcUE > .row .container { border-width: 0; border-radius: 0; }#pe9fA5xdUS5dqNdgCP8ilD7HNR3rkcUE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pe9fA5xdUS5dqNdgCP8ilD7HNR3rkcUE > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;position:relative;display:block; }#BdAAtOSSHe72bQT6Hy0N3ichUoSZJesB { color:rgba(var(--color-tertiary-4),1);display:block;width:43.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:3.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ebldyHLJw2RJAXAcLyukiNOHPSfB5RTH { color:rgba(var(--color-tertiary-4),1);display:block;width:43.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.4375rem;left:3.6875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g2UXrSx6hmt3h7xtsqNEJTtpZVWGfC2I { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;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:18.224609375rem;left:8.09375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dB7P8skM6EO5eMUTV4GUiG56fTKrKIKC { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.4375rem;left:9.3125rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HhKoS2elGMaM0rr08x1VLdUgFr7lSCCr { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:4.375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:13.4375rem;left:49.875rem;display:block; }
#nivhNF6X969fCzCGkumpVHM6mgKUQNgi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m3KGQ16Wo65NLOTtsp7QiSGhDTL1xEfc { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:4.375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.5rem;left:49.875rem;display:block; }
#C5dlA4xLeKL5LUNa6GhqXLRuXLupF5vg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v9z6ey9Si40kbd4kBJTH4clid3TxIbs7 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.34814453125rem;left:50.125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EoOVxiT0E4yn4hbQmgDTyScf3TosUlfp { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.38671875rem;left:46.65625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mRRuqnDkBiDWvdxOdRT3ixTsITWE5UmN { box-sizing:content-box;height:0.3125rem;width:6.25rem;position:absolute;display:block;z-index:15028;background-color:#00b8be;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.625rem;left:61.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:none; }
#RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/cjuNjIwB/line2.png");background-position:center right !important;background-repeat:no-repeat !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; }#RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa.adaptive-delivery-prevent-bg, #RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa.lazyload, #RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa.lazyloading { background-image: none; }#RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa > .row .container { background-color: transparent; background-image: none; }#RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa > .row .container > .video-iframe-container { display: none; }#RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa > .row > .video-iframe-container { display: none; }#RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa > .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); }#RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa > .row .container { border-width: 0; border-radius: 0; }#RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:75rem;position:relative;display:block; }#PrVzwN4IsPCZiSCfz39cTLs8oeAJX5wp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#PrVzwN4IsPCZiSCfz39cTLs8oeAJX5wp > .row .container { background-color: transparent; background-image: none; }#PrVzwN4IsPCZiSCfz39cTLs8oeAJX5wp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrVzwN4IsPCZiSCfz39cTLs8oeAJX5wp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrVzwN4IsPCZiSCfz39cTLs8oeAJX5wp > .row .container > .video-iframe-container { display: none; }#PrVzwN4IsPCZiSCfz39cTLs8oeAJX5wp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrVzwN4IsPCZiSCfz39cTLs8oeAJX5wp > .row > .video-iframe-container { display: none; }#PrVzwN4IsPCZiSCfz39cTLs8oeAJX5wp > .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); }#PrVzwN4IsPCZiSCfz39cTLs8oeAJX5wp > .row .container { border-width: 0; border-radius: 0; }#PrVzwN4IsPCZiSCfz39cTLs8oeAJX5wp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PrVzwN4IsPCZiSCfz39cTLs8oeAJX5wp > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#cWllti9thETsbvzTduETo1lRM4eggpUr { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J2DzOiTKz9WbU4mToGFsDacdnvZ6RKr0 { z-index:15003;top:2.3125rem;left:25rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#duaQhSbJLOo7iXvxy5bGW88luTiXPQKk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eo1GWgDy0xfFrkXWrIvWCgdBaMQGPdZi { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.1875rem;left:53rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-regular-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-text { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-text {padding-top: 0; padding-bottom: 0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-textarea { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-select { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-select {padding-top: 0; padding-bottom: 0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-button { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.375rem; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-checkbox-label { width:17.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky  { width:18.125rem;height:auto;top:18.875rem;left:26.8125rem; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .radio-container { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky {display:block;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky { width:18.125rem;height:auto;top:18.875rem;left:26.8125rem; }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #bR4XJb3R3EdFgXSmReIwNulTD4y7qXca {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #PSoaWVgx60P87e2TCpVSysbwKApwN0cw { display:none; }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #pITCRO1TGoMf9IRnLFJ6ksbxcVfT93Wx {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #XbbKi5SEKuG08eDopvTqlqGWKBmfod9d {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #fJqUftDkozqN7lsOEMy4gPsT5CTkfDZp { display:none; }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #Cght8HaqBv3lRZJoR5zb4sF1PEpX1TqQ {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #iklmk62sCBKgLHu5coqcaWxTWAqMz9uy {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #JO5OTiCztAyTGh6vu36EwLT5RdXeXN3K {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #WC7AOGqewGBIGahDwOhkx2tktF2V6RPT {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #k7NIEUrwa5epkzshHf5h3OV4vTlxfMFd {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #aQtGS1S4NLdFipqiVEexQwTqLnkbBHFe {  }
 }@media only screen and (max-width: 763px) { #kraiytFKDTdm5HyrwIW28MTXw3eap4Cy { top:2.125rem;left:15.1875rem;width:32.5625rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5gT2wGyAwPdC22MDeSQ2BWH9b1DfqBZ { top:16.5625rem;left:17.125rem;width:30.625rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuMZ7W9rdJl7Brx7mDIVZLRb516DnVuG { display:none; }
 }@media only screen and (max-width: 763px) { #GZMNAZQyQ20vfLxUkDwByety0SmQ1I0O { top:11.4375rem;left:21.6875rem;width:26.0625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC7cBJMp6Mh9N78Mg5IVEUeXRdDWTHPK { top:19.3125rem;left:17.125rem;width:30.625rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jfb4WmHslMEpoQaIsJ0akdFT9zQPNee5 { top:26.125rem;left:17.125rem;width:30.625rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { display:block; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAhrtINxzvnSU4dOmbPlXzGhmesg2ZsD { width:47.75rem;height:6rem;top:4.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6QVzwvKvsUdKAn7uGk7V6iIzKiMp7OF { top:2rem;left:0rem;width:47.25rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPWmNaERmG3Q7c7UNW1Kl7rizd0buSW5 { width:47rem;height:5.6875rem;top:11.375rem;left:0.37421894073486rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I19hee520ZH93ezFfTMhdHxZ4JAo6E5t { width:25.5rem;height:8.4375rem;top:18.625rem;left:11.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIxPVDNWLBLwls0yCRA6o0tNkXyIrqcI { display:block; }#ZIxPVDNWLBLwls0yCRA6o0tNkXyIrqcI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkMJxAFvTHd18zy6lIsEIlhhcKQ6bDZ0 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn2hG6XX4xgPD2wZsFht86BwDSCLyrbx { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqGMRCdQsXUSRuht2iKyIZRo5kLaeMmp { top:7.9375rem;left:8.375rem;width:12.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0HsIadUafIBav5slQ63F7FtdgIqeuqe { top:7.9375rem;left:0rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6rTRyE2gcF3TZgbb6E3rAHBen4WBLdk { top:3.625rem;left:13.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntBPuFEwWI5W882Z2Vv99QEbFhQH72vB { top:3.625rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1sTlUEp5XVDIKBo6h5WQ7iAteWbO033 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeJ9N8wSAt7HbELUS3aTmrFMRFLhxNfs { top:3.625rem;left:31.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUbQvLBbSvgQb9LZlRiB4FDNdP7RmDVR { top:7.9375rem;left:26.875rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0LGFvpxIUTw1KTQJprzcSWZH1rI44Xw { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKv4nH0m5XUyaUuqHLqhiywMAgXCwTGG { top:3.625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWdWXAb0wpy9b9BRdLH6gdSBbVmaMGoy { top:7.9375rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyUFQfFriqXULVNMCTdPpnWpkErShNTK { display:none; }
 }@media only screen and (max-width: 763px) { #WuXBKEufuR0KtAf15aOPMHeoAsnyfTQR { display:none; }
 }@media only screen and (max-width: 763px) { #OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi { display:block; }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 { display:block; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvFJ8SRpT5vADHn0lPc6RT28oSuNSIMr { width:24.9375rem;height:13.5rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUBpaWnTTydkvl4IVatbFBSEgbToZ6WQ { top:3.5rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWCD2TBWKGoaqRP9z9x2uHGWWoDGqTUI { top:4rem;left:25.0625rem;width:22.6875rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryVXOXEVP9Bh65teHRcmeRDBQkDEt3Pb { width:24.9375rem;height:13.5rem;top:17.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZmalM1a17RauKTUxyACRsoS5Kux4R9Nf { top:26.1875rem;left:27.4375rem;width:20.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #exS17OdT4xGNAAarCAfLQci4THuTltBX { top:5.0625rem;left:27.4375rem;width:20.3125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnukrGy6atsMJ36ud1b0MAmR5uA9IUKZ { top:4rem;left:0rem;width:25.1875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX { display:block; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbndTMBskfV0ZoN8OZJ67gT7kFC4LmXT { width:29.375rem;height:3.25rem;top:6.125rem;left:9.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCVg9sPEqFT7AOAMxkw55KJdFqg7lPnp { top:3.875rem;left:0rem;width:47.25rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBCnVcRJgfXVbGUQ6mFmAANvr7eARWrz { width:31rem;height:3.25rem;top:10rem;left:8.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX8pwNGabacdpn4wVIdoxPd1ATLKgDFU { display:block; }#bX8pwNGabacdpn4wVIdoxPd1ATLKgDFU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9a5531eb9b5ecfd617414fbae90d091 { width:20rem;height:22.5rem;top:2rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd86d82aba65e3bd77b1c4c00ca3cb9b { width:14.25rem;height:12.375rem;top:5.25rem;left:28.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba5847495039c1acc1ceaea2758aad87 { width:14.25rem;height:1.375rem;top:19.9375rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbe8b1795206feac903a6428ca167685 { width:20rem;height:22.5rem;top:2rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l26d7aaf6c3f421c3c2dd1e475595f1b { width:14.25rem;height:1.375rem;top:19.9375rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbb315012c88f819767cfe38aa11ed59 { width:14.25rem;height:12.375rem;top:5.25rem;left:28.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9308a3337c11a6ef1937dd7f9b70426 { width:20rem;height:22.5rem;top:2rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4185f26cfb7d9113ffba89ef11a7aa3 { width:14.25rem;height:12.375rem;top:5.25rem;left:28.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4caece826a52bd75006bf1e6d2dd390 { width:14.25rem;height:1.375rem;top:19.9375rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0931cc8dfe4ac59d962fa5272fb7734 { top:1.0625rem;left:4.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0cf77f97aad33fc2253fca9e22763bb { top:1.0625rem;left:20.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e83fdba83600b61a836a1f5c955d372d { top:1.0625rem;left:36.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe9fA5xdUS5dqNdgCP8ilD7HNR3rkcUE { display:block; }#pe9fA5xdUS5dqNdgCP8ilD7HNR3rkcUE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdAAtOSSHe72bQT6Hy0N3ichUoSZJesB { width:43.5625rem;height:3.25rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebldyHLJw2RJAXAcLyukiNOHPSfB5RTH { width:43.8125rem;height:3.25rem;top:13.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2UXrSx6hmt3h7xtsqNEJTtpZVWGfC2I { width:23.875rem;height:3.875rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB7P8skM6EO5eMUTV4GUiG56fTKrKIKC { width:23.875rem;height:3.875rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhKoS2elGMaM0rr08x1VLdUgFr7lSCCr { width:20.375rem;height:4.375rem;top:13.4375rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nivhNF6X969fCzCGkumpVHM6mgKUQNgi { display:block; }
 }@media only screen and (max-width: 763px) { #m3KGQ16Wo65NLOTtsp7QiSGhDTL1xEfc { width:20.375rem;height:4.375rem;top:2.5rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5dlA4xLeKL5LUNa6GhqXLRuXLupF5vg { display:block; }
 }@media only screen and (max-width: 763px) { #v9z6ey9Si40kbd4kBJTH4clid3TxIbs7 { width:23.875rem;height:3.875rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoOVxiT0E4yn4hbQmgDTyScf3TosUlfp { width:23.875rem;height:3.875rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRRuqnDkBiDWvdxOdRT3ixTsITWE5UmN { top:18.625rem;left:40.75rem;width:6.25rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa { display:block; }#RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrVzwN4IsPCZiSCfz39cTLs8oeAJX5wp { display:block; }#PrVzwN4IsPCZiSCfz39cTLs8oeAJX5wp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cWllti9thETsbvzTduETo1lRM4eggpUr { top:2.1875rem;left:0rem;width:25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2DzOiTKz9WbU4mToGFsDacdnvZ6RKr0 { top:2.3125rem;left:6.75rem;width:25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #duaQhSbJLOo7iXvxy5bGW88luTiXPQKk { display:block; }
 }@media only screen and (max-width: 763px) { #eo1GWgDy0xfFrkXWrIvWCgdBaMQGPdZi { top:2.1875rem;left:28.5625rem;width:19.0625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(0,0,0,0);background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); } }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { background-color:transparent;background-image: -webkit-linear-gradient(top, #000000, #00b8be);background-image: -moz-linear-gradient(top, #000000, #00b8be);background-image: -ms-linear-gradient(top, #000000, #00b8be);background-image: -o-linear-gradient(top, #000000, #00b8be);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00b8be' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00b8be' );";background-image: linear-gradient(to bottom, #000000, #00b8be);background-size:cover !important;display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.75rem;font-size:1.125rem;overflow:hidden; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-text {padding-top: 0; padding-bottom: 0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-select {padding-top: 0; padding-bottom: 0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:1.75rem;margin-bottom:0.25rem;margin-left:1.75rem;height:3.125rem;font-size:1.125rem;overflow:hidden;font-weight:700;font-style:normal; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky [class*="-text"]:-moz-placeholder { font-size:1.125rem; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky [class*="-text"]::-moz-placeholder { font-size:1.125rem; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky [class*="-text"]:-ms-input-placeholder { font-size:1.125rem; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky [class*="-text"]::-webkit-input-placeholder { font-size:1.125rem; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.1;overflow:hidden;height:auto;font-size:0.75rem; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-container:first-of-type{padding-top:0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .widget-container:last-of-type{padding-bottom:0;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky  { width:17.5rem;height:auto;top:31.6875rem;left:0rem; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky {display:block;}#UaOZiTsxRVloF7MumqXhfWMVtk9L0aky { width:17.5rem;height:auto;top:31.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #bR4XJb3R3EdFgXSmReIwNulTD4y7qXca {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #PSoaWVgx60P87e2TCpVSysbwKApwN0cw { display:none; }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #pITCRO1TGoMf9IRnLFJ6ksbxcVfT93Wx {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #XbbKi5SEKuG08eDopvTqlqGWKBmfod9d {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #fJqUftDkozqN7lsOEMy4gPsT5CTkfDZp { display:none; }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #Cght8HaqBv3lRZJoR5zb4sF1PEpX1TqQ {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #iklmk62sCBKgLHu5coqcaWxTWAqMz9uy {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #JO5OTiCztAyTGh6vu36EwLT5RdXeXN3K {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #WC7AOGqewGBIGahDwOhkx2tktF2V6RPT {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #k7NIEUrwa5epkzshHf5h3OV4vTlxfMFd {  }
 }@media only screen and (max-width: 763px) { #UaOZiTsxRVloF7MumqXhfWMVtk9L0aky #aQtGS1S4NLdFipqiVEexQwTqLnkbBHFe {  }
 }@media only screen and (max-width: 763px) { #kraiytFKDTdm5HyrwIW28MTXw3eap4Cy { width:20rem;height:4.7125rem;top:1.125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #w5gT2wGyAwPdC22MDeSQ2BWH9b1DfqBZ { width:19.9375rem;height:1.3125rem;top:21.5625rem;left:0.030468761920929rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tuMZ7W9rdJl7Brx7mDIVZLRb516DnVuG { top:9.8125rem;left:0rem;width:20rem;height:11.125rem;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6f02bc5d-a602-4f75-8f0c-c3c409f7f67b/Jane_Ying_bg_1820.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tuMZ7W9rdJl7Brx7mDIVZLRb516DnVuG.adaptive-delivery-prevent-bg, #tuMZ7W9rdJl7Brx7mDIVZLRb516DnVuG.lazyload, #tuMZ7W9rdJl7Brx7mDIVZLRb516DnVuG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GZMNAZQyQ20vfLxUkDwByety0SmQ1I0O { width:18.4375rem;height:2.8rem;top:6.34765625rem;left:0.78046876192094rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zC7cBJMp6Mh9N78Mg5IVEUeXRdDWTHPK { width:20rem;height:5.95rem;top:23.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Jfb4WmHslMEpoQaIsJ0akdFT9zQPNee5 { width:20rem;height:1.3125rem;top:30.425001144409rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { background-color:#00b8be;background-image:none;display:block; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { background-color: transparent; background-image: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container > .video-iframe-container { display: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container { display: none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .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); }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { width:20rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAhrtINxzvnSU4dOmbPlXzGhmesg2ZsD { width:20rem;height:3.7375rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R6QVzwvKvsUdKAn7uGk7V6iIzKiMp7OF { width:19.5rem;height:19.875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPWmNaERmG3Q7c7UNW1Kl7rizd0buSW5 { width:16.875rem;height:7.15rem;top:6.6250004768369rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #I19hee520ZH93ezFfTMhdHxZ4JAo6E5t { width:18.8125rem;height:5.85rem;top:14.437500476837rem;left:0.59296876192093rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZIxPVDNWLBLwls0yCRA6o0tNkXyIrqcI { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;display:block; }#ZIxPVDNWLBLwls0yCRA6o0tNkXyIrqcI > .row .container { background-color: transparent; background-image: none; }#ZIxPVDNWLBLwls0yCRA6o0tNkXyIrqcI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIxPVDNWLBLwls0yCRA6o0tNkXyIrqcI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIxPVDNWLBLwls0yCRA6o0tNkXyIrqcI > .row .container > .video-iframe-container { display: none; }#ZIxPVDNWLBLwls0yCRA6o0tNkXyIrqcI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIxPVDNWLBLwls0yCRA6o0tNkXyIrqcI > .row > .video-iframe-container { display: none; }#ZIxPVDNWLBLwls0yCRA6o0tNkXyIrqcI > .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); }#ZIxPVDNWLBLwls0yCRA6o0tNkXyIrqcI > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkMJxAFvTHd18zy6lIsEIlhhcKQ6bDZ0 { width:18.0625rem;height:17.1875rem;top:1.125rem;left:0.9375rem;background-color:#f9de00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.1875rem 0.1875rem 0.3125rem #00b8be ;display:block; }
 }@media only screen and (max-width: 763px) { #Rn2hG6XX4xgPD2wZsFht86BwDSCLyrbx { width:15rem;height:25.5rem;top:27.3125rem;left:2.5rem;background-color:#f9de00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.1875rem 0.1875rem 0.3125rem #00b8be ;display:none; }
 }@media only screen and (max-width: 763px) { #PqGMRCdQsXUSRuht2iKyIZRo5kLaeMmp { width:5.4375rem;height:2.6rem;top:6rem;left:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0HsIadUafIBav5slQ63F7FtdgIqeuqe { width:6.1875rem;height:2.925rem;top:5.8125rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6rTRyE2gcF3TZgbb6E3rAHBen4WBLdk { display:flex;width:2.5rem;height:2.5rem;top:2.5rem;left:13.4375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #ntBPuFEwWI5W882Z2Vv99QEbFhQH72vB { display:flex;width:2.5rem;height:2.5rem;top:2.5rem;left:4.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #H1sTlUEp5XVDIKBo6h5WQ7iAteWbO033 { width:15rem;height:10.375rem;top:58.874999046326rem;left:2.5rem;background-color:#f9de00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.1875rem 0.1875rem 0.3125rem #00b8be ;display:none; }
 }@media only screen and (max-width: 763px) { #HeJ9N8wSAt7HbELUS3aTmrFMRFLhxNfs { display:flex;width:2.5rem;height:2.5rem;top:10.75rem;left:4.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #mUbQvLBbSvgQb9LZlRiB4FDNdP7RmDVR { width:6.6875rem;height:2.925rem;top:14rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0LGFvpxIUTw1KTQJprzcSWZH1rI44Xw { width:15rem;height:10.375rem;top:70.499999046325rem;left:2.5rem;background-color:#f9de00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.1875rem 0.1875rem 0.3125rem #00b8be ;display:none; }
 }@media only screen and (max-width: 763px) { #qKv4nH0m5XUyaUuqHLqhiywMAgXCwTGG { display:flex;width:2.5rem;height:2.5rem;top:10.8125rem;left:13.5rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #fWdWXAb0wpy9b9BRdLH6gdSBbVmaMGoy { width:6.8125rem;height:1.4625rem;top:13.9375rem;left:11.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyUFQfFriqXULVNMCTdPpnWpkErShNTK { top:3.3625001907349rem;left:9.9062505364419rem;width:0.1875rem;height:2.5rem;z-index:15029;background-color:#00b8be;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WuXBKEufuR0KtAf15aOPMHeoAsnyfTQR { top:10.750000953674rem;left:9.9062505364419rem;width:0.1875rem;height:2.5rem;z-index:15030;background-color:#00b8be;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi { background-color:#ddfff7;background-image:url("https://images.assets-landingi.com/GK98sEf3/airplne.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi.adaptive-delivery-prevent-bg, #OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi.lazyload, #OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi.lazyloading { background-image: none; }#OuV6N1bQtJpH5LPF2AmTtF82vP8rUDzi > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 { background-color:#ddfff7;background-image:none;display:block; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { background-color: transparent; background-image: none; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container > .video-iframe-container { display: none; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row > .video-iframe-container { display: none; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .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); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvFJ8SRpT5vADHn0lPc6RT28oSuNSIMr { width:19.125rem;height:36.4rem;top:19.937500715256rem;left:0.43671876192093rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;font-size:1rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MUBpaWnTTydkvl4IVatbFBSEgbToZ6WQ { width:19.9375rem;height:59.625rem;top:0.6875rem;left:0.0625rem;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00b8be, #000000);background-image: -moz-linear-gradient(180deg, #00b8be, #000000);background-image: -ms-linear-gradient(180deg, #00b8be, #000000);background-image: -o-linear-gradient(180deg, #00b8be, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b8be', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b8be', endColorstr='#000000' );";background-image: linear-gradient(180deg, #00b8be, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pWCD2TBWKGoaqRP9z9x2uHGWWoDGqTUI { width:16.125rem;height:13.6875rem;top:1.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryVXOXEVP9Bh65teHRcmeRDBQkDEt3Pb { width:19.125rem;height:0;top:47.25rem;left:0.4375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;z-index:15003;font-size:1.25rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #ZmalM1a17RauKTUxyACRsoS5Kux4R9Nf { width:20rem;height:1.95rem;top:57.3125rem;left:0rem;font-size:1.5rem;color:#f9de00;display:block; }
 }@media only screen and (max-width: 763px) { #exS17OdT4xGNAAarCAfLQci4THuTltBX { width:14.6875rem;height:14.6875rem;top:2.3125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnukrGy6atsMJ36ud1b0MAmR5uA9IUKZ { width:19.125rem;height:1.4625rem;top:17.5625rem;left:0.875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX { display:block; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbndTMBskfV0ZoN8OZJ67gT7kFC4LmXT { width:20rem;height:1.95rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCVg9sPEqFT7AOAMxkw55KJdFqg7lPnp { width:19.5rem;height:6.6875rem;top:0rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #IBCnVcRJgfXVbGUQ6mFmAANvr7eARWrz { width:20rem;height:1.95rem;top:3.32421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX8pwNGabacdpn4wVIdoxPd1ATLKgDFU { display:block; }#bX8pwNGabacdpn4wVIdoxPd1ATLKgDFU > .row .container { width:20rem;height:89.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9a5531eb9b5ecfd617414fbae90d091 { width:20rem;height:28.25rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd86d82aba65e3bd77b1c4c00ca3cb9b { width:16.9375rem;height:13.5rem;top:37.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba5847495039c1acc1ceaea2758aad87 { width:16.25rem;height:1.575rem;top:52.5rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbe8b1795206feac903a6428ca167685 { width:20rem;height:30.1875rem;top:57.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l26d7aaf6c3f421c3c2dd1e475595f1b { width:11.875rem;height:1.575rem;top:84.0625rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbb315012c88f819767cfe38aa11ed59 { width:16.625rem;height:15.1875rem;top:67.4375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9308a3337c11a6ef1937dd7f9b70426 { width:20rem;height:24.375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4185f26cfb7d9113ffba89ef11a7aa3 { width:16.25rem;height:8.4375rem;top:11.78125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4caece826a52bd75006bf1e6d2dd390 { width:16.25rem;height:1.575rem;top:22.625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0931cc8dfe4ac59d962fa5272fb7734 { width:6.25rem;height:6.25rem;top:4.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0cf77f97aad33fc2253fca9e22763bb { width:6.25rem;height:6.25rem;top:30.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e83fdba83600b61a836a1f5c955d372d { width:6.25rem;height:6.25rem;top:60rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe9fA5xdUS5dqNdgCP8ilD7HNR3rkcUE { display:block; }#pe9fA5xdUS5dqNdgCP8ilD7HNR3rkcUE > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdAAtOSSHe72bQT6Hy0N3ichUoSZJesB { width:20rem;height:5.2rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebldyHLJw2RJAXAcLyukiNOHPSfB5RTH { width:20rem;height:2.19375rem;top:23.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2UXrSx6hmt3h7xtsqNEJTtpZVWGfC2I { width:18rem;height:3.5rem;top:26.9375rem;left:1rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dB7P8skM6EO5eMUTV4GUiG56fTKrKIKC { width:20rem;height:3.5rem;top:7.587890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HhKoS2elGMaM0rr08x1VLdUgFr7lSCCr { width:16.9375rem;height:3.4375rem;top:31.5625rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nivhNF6X969fCzCGkumpVHM6mgKUQNgi { display:block; }
 }@media only screen and (max-width: 763px) { #m3KGQ16Wo65NLOTtsp7QiSGhDTL1xEfc { width:16.9375rem;height:3.4375rem;top:12rem;left:1.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5dlA4xLeKL5LUNa6GhqXLRuXLupF5vg { display:block; }
 }@media only screen and (max-width: 763px) { #v9z6ey9Si40kbd4kBJTH4clid3TxIbs7 { width:18.125rem;height:3.15rem;top:16.150390625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EoOVxiT0E4yn4hbQmgDTyScf3TosUlfp { width:17.3125rem;height:3.15rem;top:36.125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mRRuqnDkBiDWvdxOdRT3ixTsITWE5UmN { width:11.25rem;height:0.3125rem;top:21.4521484375rem;left:4.375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa { background-color:#00b8be;background-image:url("https://images.assets-landingi.com/cjuNjIwB/line2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa.adaptive-delivery-prevent-bg, #RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa.lazyload, #RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa.lazyloading { background-image: none; }#RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa > .row .container { background-color: transparent; background-image: none; }#RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa > .row .container > .video-iframe-container { display: none; }#RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa > .row > .video-iframe-container { display: none; }#RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa > .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); }#RV5B8mDVW96Xzk07TeEnfuhpJhb4mbLa > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrVzwN4IsPCZiSCfz39cTLs8oeAJX5wp { display:block; }#PrVzwN4IsPCZiSCfz39cTLs8oeAJX5wp > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cWllti9thETsbvzTduETo1lRM4eggpUr { width:20rem;height:2.275rem;top:5.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2DzOiTKz9WbU4mToGFsDacdnvZ6RKr0 { top:7.5rem;left:0rem;width:20rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #duaQhSbJLOo7iXvxy5bGW88luTiXPQKk { display:block; }
 }@media only screen and (max-width: 763px) { #eo1GWgDy0xfFrkXWrIvWCgdBaMQGPdZi { width:20rem;height:2.275rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }