.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#fafafa;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); }#dFNiOvK3kW68XInM0WqxnHKrZXImGD3v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5b700;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dFNiOvK3kW68XInM0WqxnHKrZXImGD3v > .row .container { border-width: 0; border-radius: 0; }#dFNiOvK3kW68XInM0WqxnHKrZXImGD3v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dFNiOvK3kW68XInM0WqxnHKrZXImGD3v > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:none; }#TbcHLfeZXux1Hac3eQAxMdNZR2PNUA9o { color:#000000;display:block;width:40.9375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.3351764678955rem;left:9.5rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ohdUPQewHOg1BS1OfoEXo4lGlyGSTJTk { color:#0031ff;display:block;width:60rem;position:absolute;font-family:kanit;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.0152978897095rem;left:0rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JAowQOfEyCpunndQhEFIhCzpC5InppwB { color:#ff0042;display:block;width:40.9375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:7.8434228897094rem;left:9.5rem;height:1.19934375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vheMB6HsdDy0fbdTWVD3wPneXC40PiIM { color:#0031ff;display:block;width:60rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a2RX5khiCd813aZPHM48WbbbmhdTfes5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5b700;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#a2RX5khiCd813aZPHM48WbbbmhdTfes5 > .row .container { border-width: 0; border-radius: 0; }#a2RX5khiCd813aZPHM48WbbbmhdTfes5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a2RX5khiCd813aZPHM48WbbbmhdTfes5 > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:none; }#kaONG95dKnPTOQd5lOih84pWIzo7Cr1r { color:#000000;display:block;width:40.9375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.7099609375rem;left:9.5rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t5pKWEdGIpf44sHCVXCUH4lQNwgzVgSG { color:#0031ff;display:block;width:60rem;position:absolute;font-family:kanit;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.5773429870606rem;left:0rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BE3I5xxZR59hsCTIEzMSaGoGP3Tll0K9 { color:#ff0042;display:block;width:40.9375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:7.8434228897094rem;left:9.5rem;height:1.19934375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uMzt8s85k6RJ7tfRcOUCQtSR7TTwuAlO { color:#0031ff;display:block;width:60rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F03ylzdBFLP3dFxJR7xWqeoAgXMqq1Nk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(292deg, #c1e0ff, #ffffff);background-image: -moz-linear-gradient(292deg, #c1e0ff, #ffffff);background-image: -ms-linear-gradient(292deg, #c1e0ff, #ffffff);background-image: -o-linear-gradient(292deg, #c1e0ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1e0ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1e0ff', endColorstr='#ffffff' );";background-image: linear-gradient(292deg, #c1e0ff, #ffffff);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; }#F03ylzdBFLP3dFxJR7xWqeoAgXMqq1Nk > .row .container { background-color: transparent; background-image: none; }#F03ylzdBFLP3dFxJR7xWqeoAgXMqq1Nk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F03ylzdBFLP3dFxJR7xWqeoAgXMqq1Nk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F03ylzdBFLP3dFxJR7xWqeoAgXMqq1Nk > .row .container > .video-iframe-container { display: none; }#F03ylzdBFLP3dFxJR7xWqeoAgXMqq1Nk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F03ylzdBFLP3dFxJR7xWqeoAgXMqq1Nk > .row > .video-iframe-container { display: none; }#F03ylzdBFLP3dFxJR7xWqeoAgXMqq1Nk > .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); }#F03ylzdBFLP3dFxJR7xWqeoAgXMqq1Nk > .row .container { border-width: 0; border-radius: 0; }#F03ylzdBFLP3dFxJR7xWqeoAgXMqq1Nk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F03ylzdBFLP3dFxJR7xWqeoAgXMqq1Nk > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#mhkiXXelHHXSUF8pTCE21qJXozI1ZE0D { background-color:#ffffff;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-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:#516b99;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.21875rem;left:19.3125rem;display:block; }
#hiWF8q7T6A7UF97QH1z1CC3H8l27zOFC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BAMw2rhuVIa6OU0vJxz3Fy0q8tlQyUkB { background-color:#ffffff;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-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:#516b99;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21875rem;left:33rem;display:block; }
#VbqkxsugGFDCwkiygeoxT3teEHUsE8oc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QGpJ35XX0GvxmdTfdKN7WlfscKpKxRfL { background-color:#022054;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-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:#ffd82a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21875rem;left:46.1875rem;display:block; }
#V1fZ4nzhcKcihNf1TmBa57ID02wlmFsr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fF5nO2Fh4NvUDHdyUE8Cl3sIG5XqgTyg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:10.875rem;top:2.5625rem;left:0rem;overflow:hidden;display:block; }
#cvXOUzkSX5gkEswIOXeSFTetybwTwXF1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0055e7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cvXOUzkSX5gkEswIOXeSFTetybwTwXF1 > .row .container { border-width: 0; border-radius: 0; }#cvXOUzkSX5gkEswIOXeSFTetybwTwXF1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cvXOUzkSX5gkEswIOXeSFTetybwTwXF1 > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:none; }#L86QWMwPn8T1RQEQ4zJI8ifpzzTIDCK4 { color:#000000;display:block;width:40.9375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:0.7099609375rem;left:9.53125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kw0vMd5OwI11P1vQeB40OtBAQBcdzqMB { color:#ecff00;display:block;width:60rem;position:absolute;font-family:kanit;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.8974609375rem;left:0rem;height:5.2002rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTqbQ23F67TxXfOE2vuUC4ToD7L9PxBP { color:#ff0042;display:block;width:40.9375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:8.9287109375rem;left:9.53125rem;height:1.19934375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QBvPLBcqDNRUmhMpJ0Fgq1lavb9kGT43 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ffa8f1ab-a0cb-4e96-9eea-8e58a11dd2b1/BG1Desktop.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#QBvPLBcqDNRUmhMpJ0Fgq1lavb9kGT43.adaptive-delivery-prevent-bg, #QBvPLBcqDNRUmhMpJ0Fgq1lavb9kGT43.lazyload, #QBvPLBcqDNRUmhMpJ0Fgq1lavb9kGT43.lazyloading { background-image: none; }#QBvPLBcqDNRUmhMpJ0Fgq1lavb9kGT43 > .row .container { border-width: 0; border-radius: 0; }#QBvPLBcqDNRUmhMpJ0Fgq1lavb9kGT43 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QBvPLBcqDNRUmhMpJ0Fgq1lavb9kGT43 > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:60rem;overflow:visible;position:relative;display:none; }#KIIaoatJkChQMTvz6NGAiVpWkoMBIxxN { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:11.8125rem;top:16.593750476837rem;left:0.75rem;overflow:hidden;display:block; }
#XgkyDlbPeyEXy87pny9EAfDgJTfsxBPq { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:24.248699188233rem;left:4.9739589691162rem;height:2.01171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nDolegNCcphM72ho074TpU5UWi692VeZ { color:#ffffff;display:block;width:23.5rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:12.177083492279rem;left:17.044271469116rem;height:2.4479125rem;text-align:center;text-align-last:center;display:block; }
#VaSvvV0IwRalL3CCaeE6IG1LPvQSspza { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:8rem;top:1.25rem;left:1.5625rem;overflow:hidden;display:block; }
#gu8uqrCNeQWhabncbckf2O4G7Iz0558w { box-sizing:content-box;height:17.6875rem;width:59.125rem;position:absolute;display:block;z-index:15009;background-color:#090909;background-image:none;top:16.937500476837rem;left:0.375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#stbgHL8I289OVTIeQCzA1KPsXEf0xNmh { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:27.247398376465rem;left:3.9739589691162rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#u9puUb3unt3z5WkuDelIDm84MDkOHn1R { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:kanit;font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7);top:2.4375rem;left:14.125001907349rem;height:9.22265625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Th5NH11uTFDZkG3wzGXeCTBNMnn5lvvl { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.84375rem;left:21.020833969116rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mzAviTK8Ta1rieGxXNH29PF9rXBGBAQJ { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:27.247398376465rem;left:33.562501907349rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#NryguFyADwXlx51az1n6EgGHuAiA79Bb { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:24.248699188233rem;left:38.812501907349rem;height:2.01171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dCEaAhnqNabcgtcqPMBcl6y5UgMx8DxC { 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:15093;opacity:1;top:26.260417938233rem;left:28.770833969116rem; }
#lIqxkO3H710KUquGl3Sz0w45oTkIdbc4 { background-color:#022054;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-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:#ffd82a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.625rem;height:3.4375rem;text-decoration:none;z-index:15094;text-align:center;text-align-last:center;top:32.583335876465rem;left:18.687501907349rem;display:block; }
#z1TMRpi2E04mCfJPemNyksVygVTlx1IV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UbGlmNRUIvTrZcPoPWUuH6JUQDpNwM3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5b700;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UbGlmNRUIvTrZcPoPWUuH6JUQDpNwM3B > .row .container { border-width: 0; border-radius: 0; }#UbGlmNRUIvTrZcPoPWUuH6JUQDpNwM3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UbGlmNRUIvTrZcPoPWUuH6JUQDpNwM3B > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:60rem;position:relative;display:none; }#LKpV1mfNIP0m50LRGSTaCLS0U29yTKFz { color:#000000;display:block;width:40.9375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.7099609375rem;left:9.5rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HTdJJ9A1GuKTHvJz8JO3bRkS0w9iutPS { color:#0031ff;display:block;width:60rem;position:absolute;font-family:kanit;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.5773429870606rem;left:0rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oN1EVUFNR9dIZKIoEdTMyLUObwWcBUfJ { color:#ff0042;display:block;width:40.9375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:7.8434228897094rem;left:9.5rem;height:1.19934375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zG9pZn7bPkNWqJQIs6B5o83sL5I2twGs { color:#0031ff;display:block;width:60rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X8o17szIZvMO7XFQMyKItKkaPnFHkJQK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/54930355-f080-4d90-9f12-39c0d1743e00/05JulyLandingPageSuccessyourFinancial.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X8o17szIZvMO7XFQMyKItKkaPnFHkJQK.adaptive-delivery-prevent-bg, #X8o17szIZvMO7XFQMyKItKkaPnFHkJQK.lazyload, #X8o17szIZvMO7XFQMyKItKkaPnFHkJQK.lazyloading { background-image: none; }#X8o17szIZvMO7XFQMyKItKkaPnFHkJQK > .row .container { background-color: transparent; background-image: none; }#X8o17szIZvMO7XFQMyKItKkaPnFHkJQK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8o17szIZvMO7XFQMyKItKkaPnFHkJQK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8o17szIZvMO7XFQMyKItKkaPnFHkJQK > .row .container > .video-iframe-container { display: none; }#X8o17szIZvMO7XFQMyKItKkaPnFHkJQK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8o17szIZvMO7XFQMyKItKkaPnFHkJQK > .row > .video-iframe-container { display: none; }#X8o17szIZvMO7XFQMyKItKkaPnFHkJQK > .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); }#X8o17szIZvMO7XFQMyKItKkaPnFHkJQK > .row .container { border-width: 0; border-radius: 0; }#X8o17szIZvMO7XFQMyKItKkaPnFHkJQK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X8o17szIZvMO7XFQMyKItKkaPnFHkJQK > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:60rem;position:relative;display:block; }#CGeJaugtmdvuOKEVibCmIHdcheZSsuiM { color:#022054;display:block;width:12.6245rem;position:absolute;font-family:sukhumvit;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0623779296875rem;left:0.74951171875rem;height:1.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CFaQdTfpSvL3MVCHht6mLU7iGMahTVTy { color:#516b99;display:block;width:15.874625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.49951171875rem;left:0.74951171875rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lK5pGwAOT7Qc9IsqnaPzW1LZLzuFkRCA { color:#022054;display:block;width:29.43725rem;position:absolute;font-family:prompt;font-size:3.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.274291992188rem;left:0rem;height:4.38781875rem;text-align:left;text-align-last:left;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; }
#bg2Pao8uLTDcS6N2z9TyLEKTmIac5VIn { color:#223b68;display:block;width:8.625rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:28.4375rem;left:0.75rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xqwFaTB5XLsk45nbbTO57v8gD3dFRmVn { color:#022054;display:block;width:9.6875rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:27rem;left:9.6875rem;height:3.81875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QVbnZToufMx2h1SftCCAkInAyuFNyeGr { color:#002d7c;display:block;width:12.0625rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:30.875rem;left:9.375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LPKttZT28x01BGKNGIquOFtgaUPSiwDF { color:#1f1453;display:block;width:35.9375rem;position:absolute;font-family:prompt;font-size:3.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.7491455078125rem;left:0rem;height:5.11875rem;text-align:left;text-align-last:left;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; }
#XzTFGRLRIg40pidhnFbvcJOqRa4gBWNi { background-color:#022054;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.5625rem 0.5rem 0.625rem rgba(109,125,172,0.46) ;box-sizing:border-box;color:#ffd82a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:22.6875rem;left:0.75rem;display:block; }
#PQldakHbGaMPcUq1n1nw2MJ5k7tI1Kg2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IImeUql5RNctoU7s2eDMX8Qo047dPt9l { box-sizing:content-box;height:1.875rem;width:11.25rem;position:absolute;display:block;z-index:15000;background-color:#edf1fc;background-image:none;top:30.5625rem;left:8.9375rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#SJTv4GHn0fh9krDExGViPPiWrOBoyV14 { box-sizing:content-box;height:1.93725625rem;width:28.374625rem;position:absolute;display:block;z-index:14999;background-color:#ffd82a;background-image:none;top:15.662231445312rem;left:0.74951171875rem;display:block; }
#swS91QDSfCpLwIGwc0tGWIoDKlO7Sanv { box-sizing:content-box;height:13.625rem;width:32.8125rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/53484fac-560d-4f82-abc6-06ffc4617078/portraithappyasianwomanstandswithtabletnearstreetroadcheeringraisinghandup.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.4375rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:none; }#swS91QDSfCpLwIGwc0tGWIoDKlO7Sanv.adaptive-delivery-prevent-bg, #swS91QDSfCpLwIGwc0tGWIoDKlO7Sanv.lazyload, #swS91QDSfCpLwIGwc0tGWIoDKlO7Sanv.lazyloading { background-image: none; }
#CgTPJXTNrLrmTAJS7MJ4k4e6zTke1vb2 { color:#223b68;display:block;width:33.4375rem;position:absolute;font-family:sukhumvit;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:19.185791015625rem;left:0rem;height:3.32519375rem;text-align:left;text-align-last:left;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; }
#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(79deg, #b7d4ff, #e3effd);background-image: -moz-linear-gradient(79deg, #b7d4ff, #e3effd);background-image: -ms-linear-gradient(79deg, #b7d4ff, #e3effd);background-image: -o-linear-gradient(79deg, #b7d4ff, #e3effd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7d4ff', endColorstr='#e3effd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7d4ff', endColorstr='#e3effd' );";background-image: linear-gradient(79deg, #b7d4ff, #e3effd);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; }#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 > .row .container { background-color: transparent; background-image: none; }#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 > .row .container > .video-iframe-container { display: none; }#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 > .row > .video-iframe-container { display: none; }#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 > .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); }#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 > .row .container { border-width: 0; border-radius: 0; }#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:60rem;position:relative;display:block; }#WGLdieEhONa4VE6iZLzegud2L8iacb7e { color:#223b68;display:block;width:12.6875rem;position:absolute;font-family:sukhumvit;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.9873046875rem;left:6.40625rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W1SXoQtmPhh4qgqLTJhm9LgXUIPtSk58 { box-sizing:content-box;height:5.6875rem;width:5.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:3.1875rem;left:0rem;border-top:0.0625rem solid #8c9bb5;border-left:0.0625rem solid #8c9bb5;border-right:0.0625rem solid #8c9bb5;border-bottom:0.0625rem solid #8c9bb5;display:block; }
#p1ifN8btNkTdZQrLPZetXtIQlSWBmlcD { color:#516b99;display:block;width:13.625rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4375rem;left:6.375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#efZTbhWtwmKiMTH1ZwVZAeBQg7m9UJf2 { color:#223b68;display:block;width:10.5rem;position:absolute;font-family:sukhumvit;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.875rem;left:27.8125rem;height:3.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EeIOaqP0kck2LSa7PboxtX1sTyhzm7Qy { color:#516b99;display:block;width:12.25rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.4375rem;left:27.75rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iK65h8saQvurZ0TNapyt3lzLJCl4TVRk { box-sizing:content-box;height:5.6875rem;width:5.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:3.1875rem;left:21rem;border-top:0.0625rem solid #8c9bb5;border-left:0.0625rem solid #8c9bb5;border-right:0.0625rem solid #8c9bb5;border-bottom:0.0625rem solid #8c9bb5;display:block; }
#he6qm2apyC27ePQSPPomyfdllZTrdLMa { color:#516b99;display:block;width:12.25rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.5625rem;left:47.1875rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dMvdmnxlFyuZ1xrUizU51dDaSQdsl0qr { color:#223b68;display:block;width:12.375rem;position:absolute;font-family:sukhumvit;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.75rem;left:47.1875rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VbHwo9OKlwBSr4TT4VwATI9bHoihyrpG { box-sizing:content-box;height:5.6875rem;width:5.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:3.1875rem;left:40.5rem;border-top:0.0625rem solid #8c9bb5;border-left:0.0625rem solid #8c9bb5;border-right:0.0625rem solid #8c9bb5;border-bottom:0.0625rem solid #8c9bb5;display:block; }
#Q9GrvZmHO2Fbry2dcB8EEUvSaTHZWZ3M { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:4.53125rem;left:1.40625rem;overflow:hidden;display:block; }
#IdOrQ6VJ5Ksg65U7UtZSch7BazmKIrE0 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:4.125rem;top:4.34375rem;left:21.8125rem;overflow:hidden;display:block; }
#GhBlvND8wE8IxziiTrnmszdO0w6TK88i { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:4rem;top:4.4375rem;left:41.375rem;overflow:hidden;display:block; }
#OdVXF30xua7r9dhDRWGIfTDyurxPzLH5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1a55a9, #0d3845);background-image: -moz-linear-gradient(180deg, #1a55a9, #0d3845);background-image: -ms-linear-gradient(180deg, #1a55a9, #0d3845);background-image: -o-linear-gradient(180deg, #1a55a9, #0d3845);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a55a9', endColorstr='#0d3845' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a55a9', endColorstr='#0d3845' );";background-image: linear-gradient(180deg, #1a55a9, #0d3845);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OdVXF30xua7r9dhDRWGIfTDyurxPzLH5 > .row .container { border-width: 0; border-radius: 0; }#OdVXF30xua7r9dhDRWGIfTDyurxPzLH5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OdVXF30xua7r9dhDRWGIfTDyurxPzLH5 > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:60rem;position:relative;display:none; }#rI8rm5sXXZKyaMGLSFkJe26nJTCpw5ZO { position:absolute;display:block;z-index:15056;background-color:#d82b2b;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-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.1234375rem;width:6.99925rem;top:21.875281572342rem;left:52.5625rem;display:none; }
#xE2LVouU8EmzSIOxZEcJGH0kJHlxag5w { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:sarabun;font-size:1.1875rem;font-weight:700;z-index:15057;line-height:1.1;letter-spacing:0;top:24.11874961853rem;left:46.875rem;height:0;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:none; }
#w24PTgGWZ8IDOHi5q046v558r0IB4zwt { position:absolute;display:block;z-index:15016;background-color:#ffffff;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-left-radius:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.5) ;height:35.25rem;width:58.125rem;top:10.5625rem;left:0.9375rem;display:block; }
#z7S2iqQsizKf11zgClPowTGbvJKqWlen { box-sizing:content-box;height:7.75rem;width:20rem;position:absolute;display:block;z-index:15106;background-color:#970e0f;background-image:none;top:39.1875rem;left:33.1875rem;border-top-right-radius:2.6875rem;border-bottom-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-top-left-radius:2.6875rem;border-top:0.375rem solid #df1619;border-left:0.375rem solid #df1619;border-right:0.375rem solid #df1619;border-bottom:0.375rem solid #df1619;display:block; }
#uo9EMGTvnw5g2poDgv7plLvmb702H9Vp { color:#facc6c;display:block;width:14.0625rem;position:absolute;font-family:kanit;font-size:3.75rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem #000000;top:41rem;left:36.5rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uV91o06q7XxIr4ZGFdDsAb1D08GKFnLN { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15108;line-height:1.5;letter-spacing:0;top:40.375rem;left:29.875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c3pGeNIiekW4DGC5qJQorG2vaLk0Wrid { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:kanit;font-size:0.8125rem;font-weight:300;z-index:15109;line-height:1.5;letter-spacing:0;top:45.625rem;left:29.875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#WSwDDNUtoePt3EdCzyagTfZMWXSlSXwI { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:17.843627929688rem;left:5.2496337890625rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BVW32dsqkZLlM6AxEkQLJLaZ42cNvlRx { color:#8a43ff;display:block;width:21rem;position:absolute;font-family:kanit;font-size:2.8125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:27.1875rem;left:31.3125rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lr4vLSqKI6om9sMOwDIJovnSEClPcW2A { position:absolute;display:block;z-index:15100;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:13rem;width:24.8125rem;top:27.1875rem;left:5.25rem;overflow:hidden;display:block; }
#lMEqz07d1V9OHnGLJSKC1bRKnwg6pNSm { box-sizing:content-box;height:0.1875rem;width:28.625rem;position:absolute;display:block;z-index:15104;background-color:#e3e3e3;background-image:none;top:26.3125rem;left:16.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#ceXMHM8dqIKW2lIGw5eCZ4OKiwSZ2fUr { color:#8a43ff;display:block;width:20.99975rem;position:absolute;font-family:kanit;font-size:2.8125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:13.436889648438rem;left:5.2496337890625rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XOMFyrlguWBFu2vplcaiJtkKePoI3bck { color:#facc6c;display:block;width:55.875rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:1.4375rem;left:0.9375rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e7cZSF1SQRWo7x3rRUJxMMoyfVwcCfEy { position:absolute;display:block;z-index:15110;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.3125rem;width:25rem;top:12.0625rem;left:26.75rem;overflow:hidden;display:block; }
#EcWaqTxR2OzwaUSfuJxPrTT5en4Q3dA1 { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:31.5rem;left:31.5rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g57qkdJRDLOWa2Ah0x43gys9qfUBo8Mu { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:8rem;left:16.78125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7aac655e-00db-4e78-a09e-42a46be8ad61/Artboard7.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1.adaptive-delivery-prevent-bg, #O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1.lazyload, #O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1.lazyloading { background-image: none; }#O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1 > .row .container { background-color: transparent; background-image: none; }#O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.26); }#O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1 > .row .container > .video-iframe-container { display: none; }#O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.26); }#O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1 > .row > .video-iframe-container { display: none; }#O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1 > .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); }#O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1 > .row .container { border-width: 0; border-radius: 0; }#O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1 > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:60rem;position:relative;display:block; }#wL2uTykcRDE4GJ4wHwmcmHcLUH0t2THZ { color:#223b68;display:block;width:15.187375rem;position:absolute;font-family:poppins;font-size:3.8125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:22.623901367188rem;left:9.5330810546875rem;height:4.95625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F2xXwxMgUWDq4KuHBHGSWeuyeTTGi6gM { color:#516b99;display:block;width:15.625rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:21.936645507812rem;left:9.3145751953125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gGF4wMJfwizTFmMv5cvrFVVPuUbsx2eF { color:#022054;display:block;width:20.1245rem;position:absolute;font-family:sukhumvit;font-size:1.6875rem;font-weight:700;z-index:14996;line-height:1.2;letter-spacing:0;top:5.8746337890625rem;left:7.0654296875rem;height:4.05029375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xB7SN6JpUwTlya4NSGlCwzTKC72Ous0k { color:#223b68;display:block;width:12.6245rem;position:absolute;font-family:sukhumvit;font-size:1.4375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:3.4710693359375rem;left:10.817260742188rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yqdribHb13WTKTJyn1Sr3s4GKvOuABo9 { color:#223b68;display:block;width:31.62475rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:28.937377929688rem;left:0rem;height:12.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#yqdribHb13WTKTJyn1Sr3s4GKvOuABo9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yqdribHb13WTKTJyn1Sr3s4GKvOuABo9 li:before{  }
#vURXLU8ZRkpvZP2XCCJeDOTeVH7IyTrB { box-sizing:content-box;height:34.9375rem;width:26.3125rem;position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.75);background-image:none;top:6.5rem;left:32.625rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.1) ;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#TlRG9QFzMzJUtVqlCpDe6JevuS4wZVfm { box-sizing:content-box;height:1.81213125rem;width:23.2495rem;position:absolute;display:block;z-index:14995;background-color:#ffd82a;background-image:none;top:15.874633789062rem;left:5.5010986328125rem;display:block; }
#uuw2JkfApX3P197wM0kNFrMZKudiG0Ew { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:5.87463125rem;top:7.811279296875rem;left:0rem;overflow:hidden;display:block; }
#zcAv3nh3EfseHPOg0WHr9XCGIgVn960E { position:absolute;display:block;z-index:14994;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:6.8125rem;width:3.4375rem;top:1rem;left:56.5625rem;overflow:hidden;display:block; }
#kLrO80FTqK70u56vKTtHvDAQuNXdoCiv { color:#000000;display:block;width:27.6245rem;position:absolute;font-family:prompt;font-size:2.8125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:11.163330078125rem;left:5.0396728515625rem;height:7.3125rem;font-style:normal;display:block; }
#G7EXqs5ihPBOPvbNcVJQHTiKFILvVCZV { color:#022054;display:block;width:20.125rem;position:absolute;font-family:sukhumvit;font-size:1.6875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:7.8125rem;left:35.71875rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-form-header {  }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.875rem;font-weight:400;color:#223b68;width:21.125rem;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;font-style:normal; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;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:21.125rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;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:21.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .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:21.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .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; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#223b68;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#ffffff;width:21.125rem;height:4.0625rem;font-family:kanit;overflow:hidden; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .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:kanit;font-size:0.875rem;font-weight:400;color:#ff0000;vertical-align:top;width:20.0625rem;overflow:hidden;font-style:normal;line-height:1.4; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .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:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-container:first-of-type{padding-top:0;}#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-container:last-of-type{padding-bottom:0;}#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:34.750001907349rem;top:13.6875rem;z-index:15022;position:absolute; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.125rem;display:block;vertical-align:top; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.75rem;line-height:1.3;font-weight:300;color:#848484;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk {display:block;}#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:34.750001907349rem;top:13.6875rem;z-index:15022;position:absolute; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #VuL1tsmvE60mhBvKdbOyzXmgor5G9bup { position:relative; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #FHzeDGOOiRDOzKWCv972AlkHqHbZwOw2 { position:relative;display:block; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #T1aFOQSCXWab9C5WAR0gspCuJ49VpGbF { position:relative; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #hytl6HETRfZUwkGhHV6I0CEGn8LIvS8i { position:relative; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #c9zswD3VczBtPHK9izkGV9aUXFwaww8F { position:relative;display:block; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #vUL7Ley7EdrTapxs6hh82foWiOJ9TlbA { position:relative; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #yVPQ4gXgOOGRkZOwo01aF5kX3vxFapw2 { position:relative; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #yce6TFnRKe7Wwx4BTTsGV1rxeoP0Suwb { position:relative;display:block; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #C4W9VRmSxPVxIL45GTKH6N7LcXcNP8Dm { position:relative; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #dX4ouke0KhGxAQdnuIo5UvEdbHMEeCIn { position:relative; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #yOzplHoXDTCGraJTFE3OAPgGJLdVDETD { position:relative;z-index:2; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #kPiMCFube1OAvoJHiTdMmewV8XHyEc9K { position:relative; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #wyd4CPfEfWGdyWqIEcdbzAZ0A7soFcMt { position:relative;display:block;z-index:15000; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #UNILuSraZDTR3uJkLLe55qBpOHi3W1Js { position:relative;display:block;z-index:15000; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #d6cGFHwvJImtHvGGmuICcHICTmy405BH { position:relative; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #ETk6uiypTkxhIHHFrVKwcRWeOhmlFtCT { position:relative; }
#pFqA0xsrye76MzV8tASN060A1F3sIIPR { position:relative;display:block; }
#g4FG4S1PXB19qWvB55o7cpe8o7Tk2T3a { position:relative;display:block; }
#F9O6LfLnccKJl0XwgCUTpI3QxA6DVqda { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #m4yBQGWRFUGyzmsRi5vL54IPSaQhToWf { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TKG6vyW7E3idZgnwPoBkJIqlsTzBNGQU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WKiH1EeCLwJysaOJuLeurbFrJb2uAdwU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #n4a0hmLtF6q7wwZdWZw8eRWRaWaPgaJg { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xpG2AZTqD1VUU6zzKHx9NSKhe90BIhOb { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #giK7lM7eXtKuGDDBef6eJoV4EWA5pTzV { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Ql20hn9NdnnXlPNoDV67zkfRcVT1TJwX { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DaJGtzhqdrUZnh4WehUXtZxxeRomqur2 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aroA8s7GoppzJyt9qAINRr6wgFJVJAEm { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #wsH8neKh6ouED7LOTbEsiUU4qCAzs8Uv { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nthFGtsc0mSZFMTvWLd5WRVxQAEGJ3JH { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ThRashDxyn1sy57kiSPN37IqREgCPNHi { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rQqBmJn6vKPVqXC3orvQ39IA1M2xV9x4 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #G3ZCAOd6gT9HysG7A7TPvKO5MoURTifv { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zvxoN2axKT7hWr0mvdmxDGoVqOuZQMEC { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Zq1fW3iF8Gw8Zyf3hX17MuyGT7Wd1FXa { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IgwEUkuyTHnU9mCZoB13A132Q8GLTvlm { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MOfOaTTzSdUMvWgx7qCTOZo5ZWlQAVKJ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gF9wyQW2WTBdO7TZZTEz4kmATlkm8rvU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #d1MmwBxmzA4MkzfkpPg0DAuty8BiszlT { position:relative; }
#wMsRH0ARybiDOtKgNCwvTIAa54uzuxBv { position:relative;display:block; }
#GUGwlVKR8mUbZ4fuz8JLgRupHeLObdeN { position:relative;display:block; }
#ghHDtgasSoppP6AmBTyvV1rv6R4Hi9Xn { position:relative;display:block; }
#zxQQJIBoAugDSc8fngllaKo90PTQX5Z0 { position:relative;display:block; }
#NekmmoXschv8Iadxq4rt2Hg2ValtIztx { position:relative;display:block; }
#ZfO6ez1kFuD6TqcqSTSQUaDcMtfaLMAa { position:relative;display:block; }
#IZbnnc5HrBuQFC1PQB5G1myT9LRrhiJW { position:relative;display:block; }
#sXGfbhe9aAlC8oqBaGuOFFiincaHMGd7 { position:relative;display:block; }
#qLJMTZxJmgorLXN5TRrh5LMC1hgJUKdq { position:relative;display:block; }
#teakFnVUVWZ38RNxHNpTD8T4bqIlvVa3 { position:relative;display:block; }
#VdQ4pSRUK2mkpfp0VWNXrQLOqQdnQroo { color:#516b99;display:block;width:20.875rem;position:absolute;font-family:sukhumvit;font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:12.515625rem;left:35.34375rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZUX7g1dyg1gBc17vD2weEneSvy4yRaTr { color:#223b68;display:block;width:33.4375rem;position:absolute;font-family:sukhumvit;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:18.436279296875rem;left:0.4083251953125rem;height:1.6626rem;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; }
#rXTPFgiU259OUVZ8bOPbVetLag7XOfJH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/28a08351-616e-4886-96c6-59ab8392eff6/Artboard2.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rXTPFgiU259OUVZ8bOPbVetLag7XOfJH.adaptive-delivery-prevent-bg, #rXTPFgiU259OUVZ8bOPbVetLag7XOfJH.lazyload, #rXTPFgiU259OUVZ8bOPbVetLag7XOfJH.lazyloading { background-image: none; }#rXTPFgiU259OUVZ8bOPbVetLag7XOfJH > .row .container { background-color: transparent; background-image: none; }#rXTPFgiU259OUVZ8bOPbVetLag7XOfJH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXTPFgiU259OUVZ8bOPbVetLag7XOfJH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXTPFgiU259OUVZ8bOPbVetLag7XOfJH > .row .container > .video-iframe-container { display: none; }#rXTPFgiU259OUVZ8bOPbVetLag7XOfJH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXTPFgiU259OUVZ8bOPbVetLag7XOfJH > .row > .video-iframe-container { display: none; }#rXTPFgiU259OUVZ8bOPbVetLag7XOfJH > .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); }#rXTPFgiU259OUVZ8bOPbVetLag7XOfJH > .row .container { border-width: 0; border-radius: 0; }#rXTPFgiU259OUVZ8bOPbVetLag7XOfJH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rXTPFgiU259OUVZ8bOPbVetLag7XOfJH > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:60rem;position:relative;display:block; }#KyNNsHe0nbapozpoDqfWCmAQtzM8L7MD { color:#022054;display:block;width:23.1875rem;position:absolute;font-family:sukhumvit;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:3.0625rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UScGhPogDQhlAvWQ8U7ph82nCpvliOuz { color:#516b99;display:block;width:23.8125rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:400;z-index:15003;line-height:.9;letter-spacing:0;top:3.1875rem;left:31.875rem;height:14.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jgny5w7rMHnVzi02HGcp9767e0kMvqJM { color:#223b68;display:block;width:19.8125rem;position:absolute;font-family:sukhumvit;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.875rem;left:4.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dtr6rN1NfXhnvPTpRAEWsKtprUkyWtF6 { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c0e6bb89-7481-42fe-b7a2-5524fc5fc3b0/05JulyLandingPageSuccessyourFinancial02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3rem;left:29.4375rem;display:block; }#Dtr6rN1NfXhnvPTpRAEWsKtprUkyWtF6.adaptive-delivery-prevent-bg, #Dtr6rN1NfXhnvPTpRAEWsKtprUkyWtF6.lazyload, #Dtr6rN1NfXhnvPTpRAEWsKtprUkyWtF6.lazyloading { background-image: none; }
#yB38E6BQ4ktLuvOBt8liPdGXDSuOigt1 { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c0e6bb89-7481-42fe-b7a2-5524fc5fc3b0/05JulyLandingPageSuccessyourFinancial02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.25rem;left:29.4375rem;display:block; }#yB38E6BQ4ktLuvOBt8liPdGXDSuOigt1.adaptive-delivery-prevent-bg, #yB38E6BQ4ktLuvOBt8liPdGXDSuOigt1.lazyload, #yB38E6BQ4ktLuvOBt8liPdGXDSuOigt1.lazyloading { background-image: none; }
#SENkc4aoKQkW6znGSbrMRTtJFrIT1pJX { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c0e6bb89-7481-42fe-b7a2-5524fc5fc3b0/05JulyLandingPageSuccessyourFinancial02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.5625rem;left:29.4375rem;display:block; }#SENkc4aoKQkW6znGSbrMRTtJFrIT1pJX.adaptive-delivery-prevent-bg, #SENkc4aoKQkW6znGSbrMRTtJFrIT1pJX.lazyload, #SENkc4aoKQkW6znGSbrMRTtJFrIT1pJX.lazyloading { background-image: none; }
#wEGFwMdXDTFL0AhUnLvhhRPgyRCDB7Ww { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c0e6bb89-7481-42fe-b7a2-5524fc5fc3b0/05JulyLandingPageSuccessyourFinancial02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.75rem;left:29.4375rem;display:block; }#wEGFwMdXDTFL0AhUnLvhhRPgyRCDB7Ww.adaptive-delivery-prevent-bg, #wEGFwMdXDTFL0AhUnLvhhRPgyRCDB7Ww.lazyload, #wEGFwMdXDTFL0AhUnLvhhRPgyRCDB7Ww.lazyloading { background-image: none; }
#IZ1nkhOUOSOfhcB7uNMvCH55WXSaCN9z { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c0e6bb89-7481-42fe-b7a2-5524fc5fc3b0/05JulyLandingPageSuccessyourFinancial02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.0625rem;left:29.4375rem;display:block; }#IZ1nkhOUOSOfhcB7uNMvCH55WXSaCN9z.adaptive-delivery-prevent-bg, #IZ1nkhOUOSOfhcB7uNMvCH55WXSaCN9z.lazyload, #IZ1nkhOUOSOfhcB7uNMvCH55WXSaCN9z.lazyloading { background-image: none; }
#cwM3rnnd0N2ff1QaVLrvSaqe7mHJl4vQ { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c0e6bb89-7481-42fe-b7a2-5524fc5fc3b0/05JulyLandingPageSuccessyourFinancial02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.1875rem;left:29.4375rem;display:block; }#cwM3rnnd0N2ff1QaVLrvSaqe7mHJl4vQ.adaptive-delivery-prevent-bg, #cwM3rnnd0N2ff1QaVLrvSaqe7mHJl4vQ.lazyload, #cwM3rnnd0N2ff1QaVLrvSaqe7mHJl4vQ.lazyloading { background-image: none; }
#L7HeHlKK1hu3oALNdWn2kDwXGxe025V7 { box-sizing:content-box;height:15.75rem;width:29.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.7);background-image:none;top:1.375rem;left:27.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0rem 0rem 1rem rgba(183,190,211,0.38) ;display:block; }
#dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/af4118bd-3cba-49fe-b418-fff4a2fedd7c/Artboard3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV.adaptive-delivery-prevent-bg, #dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV.lazyload, #dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV.lazyloading { background-image: none; }#dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV > .row .container { background-color: transparent; background-image: none; }#dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV > .row .container > .video-iframe-container { display: none; }#dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV > .row > .video-iframe-container { display: none; }#dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV > .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); }#dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV > .row .container { border-width: 0; border-radius: 0; }#dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:60rem;position:relative;display:block; }#chPtTTq2Rh42WBepshIc1T8e8LTxFo1l { color:#516b99;display:block;width:18.375rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:20.5625rem;left:0.8125rem;height:6.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#frtmOzHlBJMF8Ky9IQVmlCJX77n08R0L { color:#516b99;display:block;width:17.4375rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:23.625rem;left:21.25rem;height:4.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RPyhmTwmuEMDVMmBhHiE8ATvvcIT4L0e { color:#516b99;display:block;width:18.3125rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:20.5625rem;left:40.84375rem;height:6.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K0amwVKIKR11BTeLeaXMPQdK33Sf4Ozl { box-sizing:content-box;height:9.3125rem;width:18rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3906e240-6e9b-469d-8e50-27c58cb6d760/Artboard41300x1002048x1366.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.5625rem;left:1rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }#K0amwVKIKR11BTeLeaXMPQdK33Sf4Ozl.adaptive-delivery-prevent-bg, #K0amwVKIKR11BTeLeaXMPQdK33Sf4Ozl.lazyload, #K0amwVKIKR11BTeLeaXMPQdK33Sf4Ozl.lazyloading { background-image: none; }
#E1e56uLpzvTclTNX7DCchLu8u81p1vPZ { box-sizing:content-box;height:9.3125rem;width:18rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c589a7ef-55f7-4cf2-80ef-3625f0eb47a6/Artboard42300x1002048x1366.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.375rem;left:21rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }#E1e56uLpzvTclTNX7DCchLu8u81p1vPZ.adaptive-delivery-prevent-bg, #E1e56uLpzvTclTNX7DCchLu8u81p1vPZ.lazyload, #E1e56uLpzvTclTNX7DCchLu8u81p1vPZ.lazyloading { background-image: none; }
#F8iH9CrxInCadSS4CrAuiqwd4CSaCqk8 { box-sizing:content-box;height:9.3125rem;width:18rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dd39bc7c-1c2b-4e05-9287-5442e4715e24/Artboard38300x1002048x1366.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.5625rem;left:41rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }#F8iH9CrxInCadSS4CrAuiqwd4CSaCqk8.adaptive-delivery-prevent-bg, #F8iH9CrxInCadSS4CrAuiqwd4CSaCqk8.lazyload, #F8iH9CrxInCadSS4CrAuiqwd4CSaCqk8.lazyloading { background-image: none; }
#Tez1RXp0ucrrQflPVoEdQ2qodhTN56SF { color:#516b99;display:block;width:16rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:41.5rem;left:22.0625rem;height:4.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bu1JkTkNTg7FNGT2brTpzdkOUczayXep { color:#516b99;display:block;width:16.5rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:39.125rem;left:41.75rem;height:4.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iCbhnCBrb45JKTwFdp537cX8q7k6UJ4I { color:#516b99;display:block;width:15.125rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:39.125rem;left:2.21875rem;height:4.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fZ5mmTzrvs3HO5V36x1ZOp1OKAio7fL5 { box-sizing:content-box;height:9.3125rem;width:18rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5f29c34f-c9f6-4526-87e4-a43dece90185/Artboard37300x1002048x1366.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:29.125rem;left:1rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }#fZ5mmTzrvs3HO5V36x1ZOp1OKAio7fL5.adaptive-delivery-prevent-bg, #fZ5mmTzrvs3HO5V36x1ZOp1OKAio7fL5.lazyload, #fZ5mmTzrvs3HO5V36x1ZOp1OKAio7fL5.lazyloading { background-image: none; }
#wyBDNqTP5ZITPIB6MPclUqqLTTAxfkM1 { box-sizing:content-box;height:9.3125rem;width:18rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6648821a-17d8-41a6-bc01-034bcbfb61f4/Artboard39300x1002048x1366.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:31.5rem;left:21rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }#wyBDNqTP5ZITPIB6MPclUqqLTTAxfkM1.adaptive-delivery-prevent-bg, #wyBDNqTP5ZITPIB6MPclUqqLTTAxfkM1.lazyload, #wyBDNqTP5ZITPIB6MPclUqqLTTAxfkM1.lazyloading { background-image: none; }
#Ev4k7banUQcFWE0Q8nVvc4KPZmdkE5Tc { box-sizing:content-box;height:9.3125rem;width:18rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/91f6bb73-d6b0-4e28-bdee-dfe10523ebf3/Artboard40300x1002048x1366.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:29.125rem;left:41rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }#Ev4k7banUQcFWE0Q8nVvc4KPZmdkE5Tc.adaptive-delivery-prevent-bg, #Ev4k7banUQcFWE0Q8nVvc4KPZmdkE5Tc.lazyload, #Ev4k7banUQcFWE0Q8nVvc4KPZmdkE5Tc.lazyloading { background-image: none; }
#hnfmyQp9aqwQlL5bmea3AEh5nTKzkW9E { color:#223b68;display:block;width:34.6875rem;position:absolute;font-family:sukhumvit;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.7373046875rem;left:12.65625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#smR3AdWTOzw8xkRWwcsqoXySkRbiwqyM { color:#022054;display:block;width:20rem;position:absolute;font-family:sukhumvit;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.5625rem;left:20rem;height:9.2625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rC2dRVZqnMR2gvbcLNw3LyZsFW4LELRi { box-sizing:content-box;height:16.9375rem;width:19.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.7);background-image:none;top:9.5625rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0rem 0rem 1rem rgba(183,190,211,0.38) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xl19JT2ecz8zVLvNsa33I0g9ByGqoBUw { box-sizing:content-box;height:16.9375rem;width:19.4375rem;position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.7);background-image:none;top:27.6875rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0rem 0rem 1rem rgba(183,190,211,0.38) ;display:block; }
#d7pUR8wCAJCnXwrDsaIGJhgKMEGQrPpU { box-sizing:content-box;height:16.9375rem;width:19.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.41);background-image:none;top:12.25rem;left:20.28125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0rem 0rem 1rem rgba(183,190,211,0.38) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QafcT1Vi3CMLZzxFiKSzJo8zlx1TQWsz { box-sizing:content-box;height:16.9375rem;width:19.4375rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.41);background-image:none;top:30.125rem;left:20.28125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0rem 0rem 1rem rgba(183,190,211,0.38) ;display:block; }
#THSiT7f4QhyGh9M4ViKFCXiOTGJiwEkB { box-sizing:content-box;height:16.9375rem;width:19.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.41);background-image:none;top:9.5625rem;left:40.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0rem 0rem 1rem rgba(183,190,211,0.38) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sItQpVhNs4N38v2zuy3KefWnM2vKfX2y { box-sizing:content-box;height:16.9375rem;width:19.4375rem;position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.41);background-image:none;top:27.6875rem;left:40.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0rem 0rem 1rem rgba(183,190,211,0.38) ;display:block; }
#u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af4118bd-3cba-49fe-b418-fff4a2fedd7c/Artboard3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC.adaptive-delivery-prevent-bg, #u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC.lazyload, #u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC.lazyloading { background-image: none; }#u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC > .row .container { background-color: transparent; background-image: none; }#u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #b7d4ff; }#u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC > .row .container > .video-iframe-container { display: none; }#u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #b7d4ff; }#u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC > .row > .video-iframe-container { display: none; }#u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC > .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); }#u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC > .row .container { border-width: 0; border-radius: 0; }#u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:60rem;position:relative;display:block; }#ne9eZQmUIf3lo169d2qseVyGdAu4Gi5n { color:#223b68;display:block;width:39.5rem;position:absolute;font-family:sukhumvit;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.0625rem;left:10.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MMwTZk3nog2ZBg1KzaMbMsGBioaMXCwN { color:#223b68;display:block;width:41.5rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:2.3125rem;left:9.25rem;height:2.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ToO5WImcw6l7b1HXD7rBFPGx824SJEX7 { color:#516b99;display:block;width:15.125rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.375rem;left:22.4375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pVmeLOVEmRh0v7NiWubMHTXBqIM1TrWE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:22.5625rem;top:0.5rem;left:37.4375rem;overflow:hidden;display:block; }
#yXJUlViTN5xrAHeIPLEMq5epyBmigIF1 { box-sizing:content-box;height:1.1875rem;width:15rem;position:absolute;display:block;z-index:15000;background-color:#ffd82a;background-image:none;top:7.375rem;left:10.3125rem;display:block; }
#THzo30hKko5sxdBCBPw26XtPX3x0w2Do { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8b289af8-c592-4c02-9ae5-300f0867af1d/Artboard4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#THzo30hKko5sxdBCBPw26XtPX3x0w2Do.adaptive-delivery-prevent-bg, #THzo30hKko5sxdBCBPw26XtPX3x0w2Do.lazyload, #THzo30hKko5sxdBCBPw26XtPX3x0w2Do.lazyloading { background-image: none; }#THzo30hKko5sxdBCBPw26XtPX3x0w2Do > .row .container { background-color: transparent; background-image: none; }#THzo30hKko5sxdBCBPw26XtPX3x0w2Do::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THzo30hKko5sxdBCBPw26XtPX3x0w2Do > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THzo30hKko5sxdBCBPw26XtPX3x0w2Do > .row .container > .video-iframe-container { display: none; }#THzo30hKko5sxdBCBPw26XtPX3x0w2Do > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THzo30hKko5sxdBCBPw26XtPX3x0w2Do > .row > .video-iframe-container { display: none; }#THzo30hKko5sxdBCBPw26XtPX3x0w2Do > .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); }#THzo30hKko5sxdBCBPw26XtPX3x0w2Do > .row .container { border-width: 0; border-radius: 0; }#THzo30hKko5sxdBCBPw26XtPX3x0w2Do > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THzo30hKko5sxdBCBPw26XtPX3x0w2Do > .row .container { font-size:0.875rem;font-family:arial;height:63.9375rem;width:60rem;position:relative;display:block; }#ncseEXPpTleoQa3w5VeA1BrlowMvk1Wl { color:#022054;display:block;width:39.5rem;position:absolute;font-family:sukhumvit;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.6875rem;left:10.9375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u8go3fnGbbrHD0gf04nMKqMIp8TCVCx3 { color:#223b68;display:block;width:41.5rem;position:absolute;font-family:sukhumvit;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:2.125rem;left:9.9375rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dtirZzGDytsxvA1vTeT6yaTaCJIEVrEW { color:#212731;display:block;width:5.5625rem;position:absolute;font-family:poppins;font-size:3.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.75rem;left:27.1875rem;height:4.7125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I97cp27rBaUBiJ6s4hOkedLTrfumT7JS { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:sukhumvit;font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.25rem;left:5.0625rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PMcRW4Q2Dr9Oz2PoEN2TUq0N3Gy7txT3 { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:sukhumvit;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.25rem;left:37.75rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TJi5TDa4567OBMrbbWKOi7yTqeZ6n9T1 { box-sizing:content-box;height:4.0625rem;width:20.5rem;position:absolute;display:block;z-index:15000;background-color:#092820;background-image:none;top:8.9375rem;left:3.5rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#BrNp3BXvKu3D34pz2mPMagTvDhsXBMNm { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.0625rem;left:4.9375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mlhNNDA2n0KGJ6E8peVee6G01RbOaziR { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.5rem;left:4.9375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OnP5UcgnKVozDtgTsFSEQOTnVtNk9Ndb { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.9375rem;left:4.9375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZdMCzZrePUtlzeHfJtxknuw1KgJ09moC { color:#212731;display:block;width:17.625rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:42.4375rem;left:4.9375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FQ5OWx2ogKTqI2cETiTTw2wF0txBbdZZ { color:#212731;display:block;width:15.75rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:35.8125rem;left:5.875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LNunvhsJJGWBovpuSIwW99is3qiNK3oq { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30.375rem;left:4.9375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FmSq1g6Fp5w7o98DFUJGp0MQ7J097Tbd { color:#212731;display:block;width:15.3125rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:47.8125rem;left:6.125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qGG3yd4mrXAcVHWpltB6RCHJqklTIOon { color:#212731;display:block;width:14.5rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:53.4375rem;left:6.5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RkxoqzQ1kWJDNlGDTDIVWN2krnzZ5TVb { box-sizing:content-box;height:5.25rem;width:20.5rem;position:absolute;display:block;z-index:15001;background-color:#004c37;background-image:none;top:13.1875rem;left:3.5rem;display:block; }
#sZbTKnENPQ8gM7OBDvetTFrgWfkEp3bc { box-sizing:content-box;height:5.25rem;width:20.5rem;position:absolute;display:block;z-index:15002;background-color:#026f4a;background-image:none;top:18.625rem;left:3.5rem;display:block; }
#D20Z9ylncwlQzwNccWl2UvkMN2FuIvox { box-sizing:content-box;height:5.25rem;width:20.5rem;position:absolute;display:block;z-index:15003;background-color:#028459;background-image:none;top:24.0625rem;left:3.5rem;display:block; }
#P5Bt2pHh4dpZb31J3KBdI6CT2XhSMHTS { box-sizing:content-box;height:5.25rem;width:20.5rem;position:absolute;display:block;z-index:15004;background-color:#019b68;background-image:none;top:29.5rem;left:3.5rem;display:block; }
#SuAnS64FJN9T7AfETTPmfbXkyI9G2e3m { box-sizing:content-box;height:6.4375rem;width:20.5rem;position:absolute;display:block;z-index:15005;background-color:#14b380;background-image:none;top:34.9375rem;left:3.5rem;display:block; }
#We3LSWk4argQ14hMGWGlNITRUHlq7Ruv { box-sizing:content-box;height:5.25rem;width:20.5rem;position:absolute;display:block;z-index:15006;background-color:#21d89c;background-image:none;top:41.5625rem;left:3.5rem;display:block; }
#dCnTly0V18eLoz3GBt81XpH9gcQTe2pv { box-sizing:content-box;height:5.25rem;width:20.5rem;position:absolute;display:block;z-index:15005;background-color:#7ef1cb;background-image:none;top:47rem;left:3.5rem;display:block; }
#t5BDIvGScV2WZ9BUczbuQV8OalHlGTiQ { box-sizing:content-box;height:5.25rem;width:20.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7ef1cb, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #7ef1cb, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #7ef1cb, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #7ef1cb, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ef1cb', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ef1cb', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #7ef1cb, rgba(0,0,0,0));background-size:auto !important;top:52.4375rem;left:3.5rem;display:block; }
#wHTBMsOHnnHouMgmiZwaii6c6O4bzwox { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:14.0625rem;left:39rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pM2x7gfOocSurQGpw1tUMlUoy7sykOlG { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:19.5rem;left:37.625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uPlCh5TyDffsM2UoV0C5mTan3kWT9HFr { box-sizing:content-box;height:5.25rem;width:20.5rem;position:absolute;display:block;z-index:15017;background-color:#480000;background-image:none;top:13.1875rem;left:36.1875rem;display:block; }
#PzxoRpnOpIJgT6IXgsVPF75IE59ZB7En { box-sizing:content-box;height:5.25rem;width:20.5rem;position:absolute;display:block;z-index:15018;background-color:#6a0808;background-image:none;top:18.625rem;left:36.1875rem;display:block; }
#c0PqzQc2vlh244W9olsFEdVJChIygr8i { box-sizing:content-box;height:5.25rem;width:20.5rem;position:absolute;display:block;z-index:15019;background-color:#920b0b;background-image:none;top:24.0625rem;left:36.1875rem;display:block; }
#ODxJdFrUVTykT8azD23Q7qDdFE1yvfKv { color:#ffffff;display:block;width:17rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:24.9375rem;left:37.9375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tXt7euNhLLnrLtTxrBeapbfvP7otthP5 { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:30.375rem;left:37.625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zaCKbVpErLMEGc4mU01FrquRw87xLadT { box-sizing:content-box;height:5.25rem;width:20.5rem;position:absolute;display:block;z-index:15020;background-color:#ba1f1f;background-image:none;top:29.5rem;left:36.1875rem;display:block; }
#TaEFCcNBLgJ6AXMmArtT4yTINWzSibFr { box-sizing:content-box;height:6.4375rem;width:20.5rem;position:absolute;display:block;z-index:15021;background-color:#cc3c3c;background-image:none;top:34.9375rem;left:36.1875rem;display:block; }
#IH3tXP8S7cpsrshMTbK9zXPfQteWP1J0 { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:42.4375rem;left:38.6875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tn9X7edEBe6dQsIqqhucWINz0F97nlkM { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:36.40625rem;left:38.5625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wrc4TesxtOc9oxMOLWzvD18qn4LRFuiI { box-sizing:content-box;height:5.25rem;width:20.5rem;position:absolute;display:block;z-index:15022;background-color:#e15c5c;background-image:none;top:41.625rem;left:36.1875rem;display:block; }
#gsZcpy2VlT1BdtwOPTDPXoUJlaUPTPld { color:#212731;display:block;width:14.4375rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:48.4375rem;left:39.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IJGMoL604fR8UdCdgTUpsiaJXmqg5Lwf { box-sizing:content-box;height:5.25rem;width:20.5rem;position:absolute;display:block;z-index:15021;background-color:#ff9494;background-image:none;top:47rem;left:36.1875rem;display:block; }
#sAtfAzUqpDQAZG5yqfKUTVPUJbym12Z3 { box-sizing:content-box;height:5.25rem;width:20.5rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9494, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ff9494, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ff9494, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ff9494, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9494', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9494', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ff9494, rgba(0,0,0,0));background-size:auto !important;top:52.4375rem;left:36.1875rem;display:block; }
#Grdp83hr3yx5qvc9zT8ZatgR6HCE2ez2 { color:#212731;display:block;width:16.9375rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:53.4375rem;left:37.9375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UemCNWhndDZJRZXEzVMBG82BvbLspuoV { box-sizing:content-box;height:4.0625rem;width:20.5rem;position:absolute;display:block;z-index:15001;background-color:#2c0202;background-image:none;top:8.9375rem;left:36.1875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#cU8Heq7Pbm0Vz2gmbsKq09rFh3FFcfBF { color:#212731;display:block;width:8.3125rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.375rem;left:25.875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Th9ATuEKPeRKhLCmMspTxzdE4yA6hfa9 { color:#212731;display:block;width:8.3125rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.84375rem;left:25.8125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gs01n3wKkknJgzv9gnTPHKIGEUJPdmgW { color:#212731;display:block;width:8.3125rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.25rem;left:25.875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iiv2a2UeABtiJcOyAEC1P1sHWH5pM4X6 { color:#212731;display:block;width:8.3125rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:31.4375rem;left:25.875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q8EmTkvRn7FMyNy8oxMc8XCVog97molR { color:#212731;display:block;width:6.4375rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:36.75rem;left:26.8125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hA5X2prb4SndGRW36Wstbxrgvlm8WDES { color:#212731;display:block;width:6.4375rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:42.8125rem;left:26.75rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LCmLS3TGu2hADgEomy9ECgsSWZ1Oa3FJ { color:#212731;display:block;width:6.4375rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:48.1875rem;left:26.8125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qRoCheCAcJcOkw8wANov4A2r2ESvp4g3 { color:#212731;display:block;width:6.4375rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:53.9375rem;left:26.8125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iAfit6XC1z7meIb1GWLCwgCHEaJONTRm { color:#000000;display:block;width:58.1875rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:60.4375rem;left:0.875rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zvsWwOInxUIkztlyHDNpbqTVpPotmnGL { box-sizing:content-box;height:4.0625rem;width:20.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:8.875rem;left:3.5rem;display:none; }
#DGh58MAXVlhGJxT6vd55kGG2Gx8t2NX8 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:sukhumvit;font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1875rem;left:5.0625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#os0GtZxSm2baW6xEKvhh4wX3w4Qz9aBk { box-sizing:content-box;height:4.0625rem;width:20.5rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:8.875rem;left:36.4375rem;display:none; }
#VNlX1OBTfJqdrClnxMlCVFsKpPccfscS { color:#000000;display:block;width:17.375rem;position:absolute;font-family:sukhumvit;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.1875rem;left:38rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TxaH7Eskwx6cwa3wFt6M25ETy8XirNz2 { box-sizing:content-box;height:4.0625rem;width:20.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:8.875rem;left:3.5rem;display:none; }
#CFyctakgT7q2gSQKhW9inA3PzHpvT40O { color:#000000;display:block;width:17.375rem;position:absolute;font-family:sukhumvit;font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1875rem;left:5.0625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IC4tXZ7aa4MlgUGqlxifuPLu6QGerSvI { box-sizing:content-box;height:4.0625rem;width:20.5rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:8.875rem;left:36.4375rem;display:none; }
#mTT67slEUrfDAUdC5wVmCHmwOSlmTfmM { color:#000000;display:block;width:17.375rem;position:absolute;font-family:sukhumvit;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.1875rem;left:38rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#n2wIcn5vLzTpG2y4AcF6QaU9QI3h26Hk { box-sizing:content-box;height:4.0625rem;width:20.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:8.875rem;left:3.5rem;display:none; }
#wvsfqt29l8VXdhipn9K9vs2XBhw0rfTX { color:#000000;display:block;width:17.375rem;position:absolute;font-family:sukhumvit;font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1875rem;left:5.0625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WA0GUw6Bfi0UAG9v5VTo3Cg4oSSOIOn3 { box-sizing:content-box;height:4.0625rem;width:20.5rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:8.875rem;left:36.4375rem;display:none; }
#QdmcBFqvmg9fHFkwhLd0KpTJDTEMU53a { color:#000000;display:block;width:17.375rem;position:absolute;font-family:sukhumvit;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.1875rem;left:38rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dsJQLnOptdqchdfMbnemTbgXXmbx9e9J { box-sizing:content-box;height:4.0625rem;width:20.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:8.875rem;left:3.5rem;display:none; }
#buAHe6rzEBddaJlhxiNS2e5gLGNZsql1 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:sukhumvit;font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1875rem;left:5.0625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zwzfG79kaOx6TTJqOvsJM9ZgblBZ4eti { box-sizing:content-box;height:4.0625rem;width:20.5rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:8.875rem;left:36.4375rem;display:none; }
#Ac0lsdiqNvggpFHOrcJ8IBg0GLD6pFns { color:#000000;display:block;width:17.375rem;position:absolute;font-family:sukhumvit;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.1875rem;left:38rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qkJCkwtnbEu2pdemTwhKqUPQKwBHonyT { box-sizing:content-box;height:4.0625rem;width:20.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:8.875rem;left:3.5rem;display:none; }
#rXer9kgiqFC9J8AUe4ph2NJyW4RVibSq { color:#000000;display:block;width:17.375rem;position:absolute;font-family:sukhumvit;font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1875rem;left:5.0625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EmcTMcwolPZMe3cXVsNAwSBlB1EACNJ6 { box-sizing:content-box;height:4.0625rem;width:20.5rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:8.875rem;left:36.4375rem;display:none; }
#B4EzsNJJHptLiev8W7B0NPRb1LGaRtGD { color:#000000;display:block;width:17.375rem;position:absolute;font-family:sukhumvit;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.1875rem;left:38rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#DQWHiITkEdThOlzRLyKiJHU0ulOz88QB { box-sizing:content-box;height:4.0625rem;width:20.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:8.875rem;left:3.5rem;display:none; }
#eplMPlfywvndMvWyHc0lNSclkThpoUkJ { color:#000000;display:block;width:17.375rem;position:absolute;font-family:sukhumvit;font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1875rem;left:5.0625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#m5OQqZ1h5ugQSJy4pHbaKcwbmwShVieG { box-sizing:content-box;height:4.0625rem;width:20.5rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:8.875rem;left:36.4375rem;display:none; }
#rENq1JLq3M6cOVKwk8MT7yrSKq5yHdRv { color:#000000;display:block;width:17.375rem;position:absolute;font-family:sukhumvit;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.1875rem;left:38rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#It76KxQx7TKPHKD2OR4huZFSSeOGieAW { box-sizing:content-box;height:4.0625rem;width:20.5rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:8.875rem;left:36.4375rem;display:none; }
#UmqN6PH9W1SoRHS2dkBIUuGQOJ7fal12 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:sukhumvit;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.1875rem;left:38rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#acgnwTzaLXe7QwZuTlpyLXQ6waRembxC { box-sizing:content-box;height:4.0625rem;width:20.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:8.875rem;left:3.5rem;display:none; }
#v2PUQITgc7uC9lmz5vFxh3hnP8yCoQGr { color:#000000;display:block;width:17.375rem;position:absolute;font-family:sukhumvit;font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1875rem;left:5.0625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#k2ckpq4M0cCU3BRyD0ppTIDmxuobFPFn { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(183,190,211,0.8);background-image:none;top:18.4375rem;left:24.375rem;display:block; }
#Ieg3Q07zoqHODJeS6h7yPvJDwccLqPpk { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(183,190,211,0.7);background-image:none;top:23.875rem;left:24.375rem;display:block; }
#UOkPXDrtTyFS6wNbARQrtCxBW3GPVeqr { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(183,190,211,0.6);background-image:none;top:29.3125rem;left:24.375rem;display:block; }
#tP17SxdREE6vKnspB6pwxd6cLonOnsqT { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(183,190,211,0.5);background-image:none;top:34.75rem;left:24.375rem;display:block; }
#M4zbK0tteu4Trr2wlmSHWVCTw7Bs2H0e { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(183,190,211,0.4);background-image:none;top:41.375rem;left:24.375rem;display:block; }
#GFCQoPQeLqPh3BHNRUDAlSAUTT23swTM { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15012;background-color:rgba(183,190,211,0.3);background-image:none;top:46.8125rem;left:24.375rem;display:block; }
#A0ZOgde5yONFkBNEbT1PbU3A75MpoPQo { box-sizing:content-box;height:0.0625rem;width:11.25rem;position:absolute;display:block;z-index:15013;background-color:rgba(183,190,211,0.2);background-image:none;top:52.25rem;left:24.375rem;display:block; }
#mwlhoKBy7eEpNdOFUqgI084pkmERo2zv { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:2.375rem;top:13.65625rem;left:0rem;overflow:hidden;display:block; }
#Pn6QHOiQJ2RbaJtAe9uhrgzLnbV8XMwJ { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:2.375rem;top:19.09375rem;left:0rem;overflow:hidden;display:block; }
#gBUkW7mvf3uWWCAcvhDDg2A4lSimlF20 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:2.375rem;top:24.53125rem;left:0rem;overflow:hidden;display:block; }
#Sf06hrrW6UBuLEyGOCZ9qaq1MJLGN3au { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:2.375rem;top:29.96875rem;left:0rem;overflow:hidden;display:block; }
#AWFZeRyMivMWqz2qWLCpKWO4NkZBWUcV { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:2.375rem;top:36rem;left:0rem;overflow:hidden;display:block; }
#ctxZoTzd0fnlQVQyMdZ0be2k5Qgl9WUy { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:2.375rem;top:42.03125rem;left:0rem;overflow:hidden;display:block; }
#rkC5wO0NHwfCwbs68O9vKigyErr9zrrR { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:2.375rem;top:47.40625rem;left:0rem;overflow:hidden;display:block; }
#iVrhZc5epA5RqWi3EgLFoP9SlbTFF2A5 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:2.375rem;top:53.0625rem;left:0rem;overflow:hidden;display:block; }
#REmRAVzsVb14MhHtkNyVoHkUcQKB7xAr { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.375rem;top:13.71875rem;left:57.625rem;overflow:hidden;display:block; }
#LLb9KfsX9HfsZ680RoRQ68MbpJUAGEpK { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.375rem;top:19.15625rem;left:57.625rem;overflow:hidden;display:block; }
#SSVp4MLP7odzhNgUnfleqaWBb0mHoUa7 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.375rem;top:24.59375rem;left:57.625rem;overflow:hidden;display:block; }
#Jc4JdZHyzUeWRdTAVwOLEre5pXLgxsEB { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.375rem;top:29.84375rem;left:57.625rem;overflow:hidden;display:block; }
#lC97Xrx0MCOv698nZCJuQB9MP5ifsNJh { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.375rem;top:36.0625rem;left:57.625rem;overflow:hidden;display:block; }
#L7QrH0ulIiJRfb0s3338HIV6EprgTZVa { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.375rem;top:42.09375rem;left:57.625rem;overflow:hidden;display:block; }
#bTCnKJtuo60qdh41TQ6dWfEDBpWy4ZLN { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.375rem;top:47.46875rem;left:57.625rem;overflow:hidden;display:block; }
#r9vxO4dnPIUEeG7dQtTI8auWA6TbKi9y { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:2.375rem;top:53.4375rem;left:57.625rem;overflow:hidden;display:block; }
#ov9IGboMTiJ6K2ET3yFzzqWmLixi4ocw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8b289af8-c592-4c02-9ae5-300f0867af1d/Artboard4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ov9IGboMTiJ6K2ET3yFzzqWmLixi4ocw.adaptive-delivery-prevent-bg, #ov9IGboMTiJ6K2ET3yFzzqWmLixi4ocw.lazyload, #ov9IGboMTiJ6K2ET3yFzzqWmLixi4ocw.lazyloading { background-image: none; }#ov9IGboMTiJ6K2ET3yFzzqWmLixi4ocw > .row .container { background-color: transparent; background-image: none; }#ov9IGboMTiJ6K2ET3yFzzqWmLixi4ocw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ov9IGboMTiJ6K2ET3yFzzqWmLixi4ocw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ov9IGboMTiJ6K2ET3yFzzqWmLixi4ocw > .row .container > .video-iframe-container { display: none; }#ov9IGboMTiJ6K2ET3yFzzqWmLixi4ocw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ov9IGboMTiJ6K2ET3yFzzqWmLixi4ocw > .row > .video-iframe-container { display: none; }#ov9IGboMTiJ6K2ET3yFzzqWmLixi4ocw > .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); }#ov9IGboMTiJ6K2ET3yFzzqWmLixi4ocw > .row .container { border-width: 0; border-radius: 0; }#ov9IGboMTiJ6K2ET3yFzzqWmLixi4ocw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ov9IGboMTiJ6K2ET3yFzzqWmLixi4ocw > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:60rem;position:relative;display:block; }#agh7lWPSdakyItxw7TS67uuDbBNvtZif { color:#223b68;display:block;width:39.5rem;position:absolute;font-family:sukhumvit;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:10.25rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SkoREXHAE50MlrTl0dw7tH6Hos6PZgP1 { color:#223b68;display:block;width:49.9375rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:6.15625rem;left:5.03125rem;height:9.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KuIbeoLLOmV0lQJT1bf41DMKxnclfcO5 { color:#223b68;display:block;width:15.3125rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:26.9375rem;left:1.8125rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HmqlIeN3IWgpgEPZ7iswPnBFl5MduuSe { box-sizing:content-box;height:8.375rem;width:15.9375rem;position:absolute;display:block;z-index:15014;background-color:#516b99;background-image:url("https://images.assets-landingi.com/uc/fc868e07-0726-4766-9f26-8e3b8947f7f7/TNFlowAccount2048x1076.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.4375rem;left:1.5rem;display:block; }#HmqlIeN3IWgpgEPZ7iswPnBFl5MduuSe.adaptive-delivery-prevent-bg, #HmqlIeN3IWgpgEPZ7iswPnBFl5MduuSe.lazyload, #HmqlIeN3IWgpgEPZ7iswPnBFl5MduuSe.lazyloading { background-image: none; }
#Dgs7rnTT2Zu7ceVaCkmcyQEFVJz62KBs { color:#223b68;display:block;width:11.5625rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:30.3125rem;left:3.6875rem;height:8.53125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vrSoUXOg3O1JPhIOOUUfAmek7BLgXQpW { background-color:#223b68;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:38.25rem;left:1.8125rem;display:block; }
#QlU02PZN2gTWlmn1LPoTDvF8sh5z3gFy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sDkVq22JQfcLIUpeLzKRhDu3bXJhST7i { box-sizing:content-box;height:26.5rem;width:19.0625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:16.1875rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0rem 0rem 1rem rgba(183,190,211,0.38) ;display:block; }
#QwtdU78petTDJODKiPfpypwd8foKaHqq { background-color:#223b68;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:41.4375rem;left:22.34375rem;display:block; }
#DGk7KR8xahhM2mzTqiBJkEFmHiS2W2SL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C73oFPJsTcbIWrllQETHlokQxn7xDZWv { box-sizing:content-box;height:28rem;width:19.0625rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:17.4375rem;left:20.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0rem 0rem 1rem rgba(183,190,211,0.38) ;display:block; }
#aFolCboFAQsET5cTiHnZTpFULtCPdQsn { color:#223b68;display:block;width:11.5625rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:31.5625rem;left:24.25rem;height:8.53125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GN0FbwMvvIsPJOqTVHEJzMbPs968MKg2 { color:#223b68;display:block;width:15.3125rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:28.1875rem;left:22.375rem;height:2.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Euox6F2idJUNsZ4LOHAittyrkeeUiJBp { box-sizing:content-box;height:8.375rem;width:15.9375rem;position:absolute;display:block;z-index:15019;background-color:#516b99;background-image:url("https://images.assets-landingi.com/uc/9ddcc97d-a036-4cd8-a38c-247ce0974267/122553300x100.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.6875rem;left:22.0625rem;display:block; }#Euox6F2idJUNsZ4LOHAittyrkeeUiJBp.adaptive-delivery-prevent-bg, #Euox6F2idJUNsZ4LOHAittyrkeeUiJBp.lazyload, #Euox6F2idJUNsZ4LOHAittyrkeeUiJBp.lazyloading { background-image: none; }
#lWhyt3IZO4m1W6OQt98K5buosMgTzNDH { background-color:#223b68;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:38.25rem;left:42.875rem;display:block; }
#kZWzSCPfZtyQZchTX2fGFkiVboRQmQUD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CkugHGZyvhfT1NdAVk2ktVfkuDopFVtt { box-sizing:content-box;height:26.5rem;width:19.0625rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:16.1875rem;left:40.9375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0rem 0rem 1rem rgba(183,190,211,0.38) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wEr5cBJT380qOABnyqEp4xuuMttyenL8 { color:#223b68;display:block;width:11.5625rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:30.3125rem;left:44.75rem;height:8.53125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C1Mck2tIUsc9gCsO8eoskcwS1ouiquGy { color:#022054;display:block;width:16.6875rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:26.875rem;left:42.1875rem;height:2.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FNQyOiXnAyNPb9Ji23G3HxMqX3taaggt { box-sizing:content-box;height:8.375rem;width:15.9375rem;position:absolute;display:block;z-index:15024;background-color:#516b99;background-image:url("https://images.assets-landingi.com/uc/f8646c62-060e-444a-804f-ef3a3d5ed80d/TNExcel012048x1075.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.4375rem;left:42.5625rem;display:block; }#FNQyOiXnAyNPb9Ji23G3HxMqX3taaggt.adaptive-delivery-prevent-bg, #FNQyOiXnAyNPb9Ji23G3HxMqX3taaggt.lazyload, #FNQyOiXnAyNPb9Ji23G3HxMqX3taaggt.lazyloading { background-image: none; }
#zgpPNRTsTPW5FTu4fiVSolGr9ThUmOD3 { color:#d71f1f;display:block;width:17.375rem;position:absolute;font-family:sukhumvit;font-size:0.75rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:39.3564453125rem;left:21.3125rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f8846744-444a-4e98-9578-637f4a358d2c/Artboard3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD.adaptive-delivery-prevent-bg, #bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD.lazyload, #bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD.lazyloading { background-image: none; }#bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD > .row .container { background-color: transparent; background-image: none; }#bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD > .row .container > .video-iframe-container { display: none; }#bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD > .row > .video-iframe-container { display: none; }#bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD > .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); }#bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD > .row .container { border-width: 0; border-radius: 0; }#bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD > .row .container { font-size:0.875rem;font-family:arial;height:58.875rem;width:60rem;position:relative;display:block; }#EOeXlx4NMN7ZTi0513MM4r5qJDXeUE1q { color:#022054;display:block;width:29.0625rem;position:absolute;font-family:sukhumvit;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:15.4375rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GZLGVKmJk30GhRVwlCZBd8vb9vtqirqZ { color:#223b68;display:block;width:19.125rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:12.0625rem;left:1.5625rem;height:1.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MCcXAtALLFKAiCzdROOVDdxRzszMvwZw { color:#516b99;display:block;width:24.8125rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:13.6875rem;left:1.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mTstUlGTVTqGoBHnbLiJ6vh4z8TOGqZV { color:#516b99;display:block;width:23.4375rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:17.3125rem;left:1.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#amlpMure2dDnlFNQ8FQaNzSDuhy7pXlO { color:#223b68;display:block;width:28.125rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:15.5625rem;left:1.5625rem;height:1.4875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sfb3SIycXf30v4ieSyT0i1Papb93wH44 { color:#516b99;display:block;width:22.9375rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:20.75rem;left:1.5625rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w5wEXGN6IvtZSSTouGeC3GcqEtNgARXx { color:#223b68;display:block;width:22.4375rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:19.1875rem;left:1.5625rem;height:2.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ttWuPxCP5ETkWmDq2EnzKovtTTVhkLrb { color:#516b99;display:block;width:22.9375rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.1875rem;left:0rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#pn7lruuEJp9lukgCA6D10IFB0Vfra6Sl { color:#223b68;display:block;width:22.4375rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:32.625rem;left:0rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Gt3S0p0Ik52QFBb72x4Qrmmmp904EOC6 { color:#516b99;display:block;width:19.5rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:30.6875rem;left:0rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#zdq7AWlk1oD0F5nbrJMTPnn6CKdO373y { color:#223b68;display:block;width:23rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:28.9375rem;left:0rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#JlUHTJThLmHTCUL2shJFiGODG8gKfNb4 { color:#516b99;display:block;width:16.5625rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:28.4375rem;left:1.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nzxpzeVCp41wrEBEgT9BpBN1T6p4KaWG { color:#223b68;display:block;width:21.0625rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:26.8125rem;left:1.5625rem;height:1.4875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#idkvUSBbFp9KT16tteaMmFzr6Nr4SDf2 { color:#516b99;display:block;width:22.9375rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:41.75rem;left:0rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IK4rfMgAMNEt5TXhmoLStuaGFTtIbNi9 { color:#223b68;display:block;width:27.6875rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:40.1875rem;left:0rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lF6T5cZi868kZ4cq5Ue4qteA5R1qiTw7 { color:#516b99;display:block;width:22.9375rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:48.1875rem;left:0rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#uk7o6tCz6DNzd2wdxbr4JlWSyN3CWU0H { color:#223b68;display:block;width:27.6875rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:46.625rem;left:0rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wqWHMqyGeIgbPglxRcPMH0vHWwi7ZBeg { box-sizing:content-box;height:19.625rem;width:20.625rem;position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a5f9a019-69fb-4543-8ac5-0367658e0c6b/Screenshot25670710at173838.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:34.84375rem;left:0.8125rem;display:block; }#wqWHMqyGeIgbPglxRcPMH0vHWwi7ZBeg.adaptive-delivery-prevent-bg, #wqWHMqyGeIgbPglxRcPMH0vHWwi7ZBeg.lazyload, #wqWHMqyGeIgbPglxRcPMH0vHWwi7ZBeg.lazyloading { background-image: none; }
#RMP0Ttbw0JS5A499V7dfQ2bvgDRagfPV { color:#b7bed3;display:block;width:10.125rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:36.25rem;left:22.625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eIWXSd75wNPQIdf1ULHI4o4D4S1Q3nqN { color:#223b68;display:block;width:12.0625rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:37.5rem;left:22.625rem;height:1.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r4DTbqu3wwvXg6FdIQtkIFlbHd86bVuU { color:#022054;display:block;width:22.3125rem;position:absolute;font-family:sukhumvit;font-size:0.8125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:38.875rem;left:22.625rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CPOI7AoyQzDE13ai78CFMGOol5P0Ml8b { color:#516b99;display:block;width:20.5625rem;position:absolute;font-family:sukhumvit;font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:40.25rem;left:22.625rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yapRRqrQqvD6PSgydLlLJSV29HisUNI3 { color:#365284;display:block;width:25.375rem;position:absolute;font-family:sukhumvit;font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:45.1875rem;left:22.625rem;height:11.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yLcHM31mx6NKtRXkTntoV3UKU45LOhv8 { box-sizing:content-box;height:22.1875rem;width:48.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.52);background-image:none;top:33.5625rem;left:0rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#KvGZ6ggGHyUVwr2zX0QgRUqMpSCa1lHX { box-sizing:content-box;height:23rem;width:40.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.52);background-image:none;top:31.25rem;left:19.6875rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#DuPQJQeCherOzL6gahxehSWGChZ8vTfN { box-sizing:content-box;height:23.375rem;width:29.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.52);background-image:none;top:9.1875rem;left:0rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#pk1kMloa5GERK9SDDns5zTlVfQKf8wuL { color:#516b99;display:block;width:19.5rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:12.375rem;left:32.875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ymR4wflifaCFUOS256x4xLSZkEbOOlQa { color:#223b68;display:block;width:23rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:10.625rem;left:32.875rem;height:1.4875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p5GrNBg5Bfw6pntMeXZSmm0E2OVimedl { color:#223b68;display:block;width:22.4375rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:14.3125rem;left:32.875rem;height:1.4875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iiH2QCs4XN7I73WfSPDs50O8eQJlCKL0 { color:#516b99;display:block;width:22.9375rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:15.875rem;left:32.875rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LKx557WIdG9zdQLiwW8GJqR3JdI0OJGH { color:#223b68;display:block;width:27.6875rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:21.875rem;left:32.3125rem;height:2.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dSFT53dMTIwKfnoDdoR6Zm0zDAfeSEOz { color:#516b99;display:block;width:22.9375rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:23.4375rem;left:32.875rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ieLX2zoXP8qGK9emC5Ng2zIxnT9sGQGc { color:#223b68;display:block;width:27.6875rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:28.3125rem;left:32.3125rem;height:1.4875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FQd9nKgLoXWTi6dxtK1mHCTHmXZRvXl5 { color:#516b99;display:block;width:22.9375rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:29.875rem;left:32.875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g8zZeTUTmrks93nW3K6OMctOFd4gfbMf { box-sizing:content-box;height:23.375rem;width:28.875rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.52);background-image:none;top:9.1875rem;left:31.125rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#iuzswO4LI7wSa7n9WxasesTlImT1w6zw { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:16.75rem;top:34.84375rem;left:43.25rem;overflow:hidden;display:block; }
#pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f8846744-444a-4e98-9578-637f4a358d2c/Artboard3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7.adaptive-delivery-prevent-bg, #pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7.lazyload, #pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7.lazyloading { background-image: none; }#pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7 > .row .container { background-color: transparent; background-image: none; }#pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7 > .row .container > .video-iframe-container { display: none; }#pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7 > .row > .video-iframe-container { display: none; }#pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7 > .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); }#pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7 > .row .container { border-width: 0; border-radius: 0; }#pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7 > .row .container { font-size:0.875rem;font-family:arial;height:60.625rem;width:60rem;position:relative;display:block; }#KFaBUgSFccJluckHtE2eErCkKv8KvmSs { color:#022054;display:block;width:27.4375rem;position:absolute;font-family:sukhumvit;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.375rem;left:16.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zvZbuhq444ZFyRk7qM3cImd8RcTEV3hb { color:#223b68;display:block;width:19.125rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:9.6875rem;left:1.5rem;height:1.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lwuGeHAbtcv8Ucoa1q1Pw35tCNCBrUw1 { color:#516b99;display:block;width:25.5rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:11.3125rem;left:1.5rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HtcXKhiDgb47TQfZHMLTMVgvyKz8SCGy { color:#516b99;display:block;width:23.4375rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:14.9375rem;left:1.5rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rNNhZwp1TKkBsDGOlwoTP5C9sUOflT1W { color:#223b68;display:block;width:28.375rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:13.1875rem;left:1.5rem;height:1.4875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EJlm243ReQRrdEg67Xq6CnhHBiD0vI1r { color:#516b99;display:block;width:26.375rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:18.375rem;left:1.5rem;height:9.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x1z3VE7zERvIPm4ztAmArdtQ36wKSbRd { color:#223b68;display:block;width:27.25rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:16.8125rem;left:1.5rem;height:1.4875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K8IwMcrgq97WifNk16EkkFSkZDT2S3Il { color:#516b99;display:block;width:17.5625rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:17.8125rem;left:33.125rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wz3zL85oBhBclRiLdBcvXTaLoXSTtsKh { color:#223b68;display:block;width:22.4375rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:16.0625rem;left:33.125rem;height:1.4875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xcnqmvFvK0b4efe6yTCUBQluBNRSNquW { color:#516b99;display:block;width:19.5rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:11.4375rem;left:33.125rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jo6psGJRyGuDVnK9Ug08PTQKN4uVP4mx { color:#223b68;display:block;width:25.6875rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:9.6875rem;left:33.125rem;height:1.4875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ximpxmoM0XmHeuaoH6dFRgbbgqn7zAqB { color:#516b99;display:block;width:16.5625rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:29.625rem;left:1.5rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nd4woWtEXI7qI7F5TCNKXwPHl9n5UEX7 { color:#223b68;display:block;width:21.0625rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:28rem;left:1.5rem;height:1.4875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MUgdIUVRenkTuHHMOvhZP6s5QMOFBJsu { color:#516b99;display:block;width:12.6875rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:25.1875rem;left:33.125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AgZav4a9EiPHI56PuXA9L0lB0xro2TsR { color:#223b68;display:block;width:16.8125rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:23.75rem;left:33.125rem;height:1.4875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JkTrlZifOzOXhbnDhxp9bTWJT6ETTUPW { color:#516b99;display:block;width:22.9375rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:28.625rem;left:33.125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D63zcirWzrGmh8ZDSOH5xsRUzvaNVtUJ { color:#223b68;display:block;width:22.875rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:27.0625rem;left:33.125rem;height:1.4875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OdsKuHZ1XqFTC9DEqfNZaleAcW6zyCCT { box-sizing:content-box;height:19.625rem;width:15.6875rem;position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9d15df4a-1fa8-4ed0-bc0b-fa748aba6db2/Screenshot25670710at173845.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:38.125rem;left:4.1875rem;display:block; }#OdsKuHZ1XqFTC9DEqfNZaleAcW6zyCCT.adaptive-delivery-prevent-bg, #OdsKuHZ1XqFTC9DEqfNZaleAcW6zyCCT.lazyload, #OdsKuHZ1XqFTC9DEqfNZaleAcW6zyCCT.lazyloading { background-image: none; }
#GTSG4AI4fXhBcPWMUnxXpDLeXezdd5WU { color:#b7bed3;display:block;width:10.125rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:41.5625rem;left:20.625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TFHURFnqmxm9zTngvM5k6Kvfgc1qRbcr { color:#223b68;display:block;width:12.0625rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:43.375rem;left:20.625rem;height:1.4875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LVTOtpc45nQ96MaihAJ6KCe2WEAIGsC8 { color:#516b99;display:block;width:20.25rem;position:absolute;font-family:sukhumvit;font-size:0.75rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:44.875rem;left:20.625rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UD33GiptcTQ1QvVJuh9N8CivuZdkCTPD { color:#516b99;display:block;width:29.3125rem;position:absolute;font-family:sukhumvit;font-size:0.6875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:47rem;left:20.6875rem;height:3.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iMz5rfdDXEe8eJBqNfC9dL0lG5NwrtiG { color:#365284;display:block;width:26.3125rem;position:absolute;font-family:sukhumvit;font-size:0.75rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:51.4375rem;left:20.625rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sIa0rm3Sk0tViRFS89lFq7qNtbWgd4VT { box-sizing:content-box;height:21.625rem;width:58rem;position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.52);background-image:none;top:37.125rem;left:1.5rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#fqklCJo8B1VW7iLtFgfnb3InhbE3tQRR { box-sizing:content-box;height:23rem;width:40.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.52);background-image:none;top:31.25rem;left:19.6875rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#rWLoCDQMJEfsNTGsyskrU4QSoMyEXwVb { box-sizing:content-box;height:27.25rem;width:29.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.72);background-image:none;top:8rem;left:0rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#XhphhCcT6tf4kThOVr3UbsQa9Oqv2xvE { box-sizing:content-box;height:26.5625rem;width:28.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.52);background-image:none;top:8.5rem;left:31.875rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#MxV9NUmrDdnxyDA3WtzdGP0zNRpx3aoW { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:17rem;top:29.625rem;left:43rem;overflow:hidden;display:block; }
#dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f8846744-444a-4e98-9578-637f4a358d2c/Artboard3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6.adaptive-delivery-prevent-bg, #dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6.lazyload, #dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6.lazyloading { background-image: none; }#dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6 > .row .container { background-color: transparent; background-image: none; }#dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6 > .row .container > .video-iframe-container { display: none; }#dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6 > .row > .video-iframe-container { display: none; }#dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6 > .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); }#dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6 > .row .container { border-width: 0; border-radius: 0; }#dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6 > .row .container { font-size:0.875rem;font-family:arial;height:78.875rem;width:60rem;position:relative;display:block; }#zIRkQEalD7ZhcTGycnPETCKb9KXCb1RB { color:#022054;display:block;width:29.4375rem;position:absolute;font-family:sukhumvit;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.375rem;left:15.28125rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w9ESDERyos65grxmZGEAphO7qTunyfTu { color:#223b68;display:block;width:26.0625rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:12.125rem;left:1.5625rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BXewA1E5uVeSHlUyF1ogJFx2OcOOPcwL { color:#516b99;display:block;width:28.375rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:13.625rem;left:1.5625rem;height:11.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bbBGvuG7fqCgE67DGSD0cmXZMN65Kqah { box-sizing:content-box;height:19.625rem;width:20.625rem;position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3b31e858-eeed-4eb3-9809-bef85d17c1f4/Screenshot25670710at173853.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:56.09375rem;left:5.4375rem;display:block; }#bbBGvuG7fqCgE67DGSD0cmXZMN65Kqah.adaptive-delivery-prevent-bg, #bbBGvuG7fqCgE67DGSD0cmXZMN65Kqah.lazyload, #bbBGvuG7fqCgE67DGSD0cmXZMN65Kqah.lazyloading { background-image: none; }
#ouIPf3VNTRsT84or4WRg2xy1ZFvL385N { color:#b7bed3;display:block;width:10.125rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:57.25rem;left:27.875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ntic5xP1GwucnbTsEKNO9A3BM1mI1wlL { color:#022054;display:block;width:12.0625rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:58.875rem;left:27.875rem;height:1.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GSHTIULvg3iazDT65NcqrJHxtb36CJD1 { color:#223b68;display:block;width:20.25rem;position:absolute;font-family:sukhumvit;font-size:0.8125rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:60.4375rem;left:27.875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GTc7yUxLWR4aNbB4rGN4cLadqaJX6hdM { color:#516b99;display:block;width:19.1875rem;position:absolute;font-family:sukhumvit;font-size:0.75rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:61.5625rem;left:27.875rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aikKdqi4D5AGe1ClopsF40O7F1Dav8Mx { color:#223b68;display:block;width:19.125rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:11.5625rem;left:31.25rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SJqTLQh5JuulERzWEmENQAFtWJsFooxH { color:#516b99;display:block;width:28.5625rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:13.0625rem;left:31rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XJSa3s6gz35mFVJ7zPeRFtfV44g8Tzhx { color:#223b68;display:block;width:28.875rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:24.5625rem;left:31.125rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#afMDVxiFuZb5lWI1nRh5SfLnkDamAaLF { color:#516b99;display:block;width:26.6875rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:26.125rem;left:31.125rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C3UpJfm9aLNnPM1NJh0paBi3OUawslaO { color:#223b68;display:block;width:25.125rem;position:absolute;font-family:sukhumvit;font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:66.6875rem;left:27.875rem;height:6.825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#okQDWAU9ih6vunzF0Gt7AifH12RFAT99 { box-sizing:content-box;height:23rem;width:40.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.52);background-image:none;top:31.25rem;left:19.6875rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#SSTtqmXP34pw3qM3TtHWMUmbR14mJG4n { box-sizing:content-box;height:23.0625rem;width:28.6875rem;position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.72);background-image:none;top:9.4375rem;left:0rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#dTSW6bfZzk57i67qW7Wr7OzCh7TUkn77 { box-sizing:content-box;height:22.1875rem;width:51.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.52);background-image:none;top:54.8125rem;left:3.375rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#d5XspR4AezQ4R9OQTOGKJNRrOkTleItt { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.875rem;width:37.5rem;top:33.3125rem;left:11.25rem;display:block; }
#QhSHr5xSbe4dbzx5IPqBCHAXRmzMoZpX { box-sizing:content-box;height:23rem;width:29.4375rem;position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.72);background-image:none;top:9.5rem;left:30.5625rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#XvIRydPZ4n5ahHFhXJG8M4VwlJ4OZogh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b7d4ff;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; }#XvIRydPZ4n5ahHFhXJG8M4VwlJ4OZogh > .row .container { background-color: transparent; background-image: none; }#XvIRydPZ4n5ahHFhXJG8M4VwlJ4OZogh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvIRydPZ4n5ahHFhXJG8M4VwlJ4OZogh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvIRydPZ4n5ahHFhXJG8M4VwlJ4OZogh > .row .container > .video-iframe-container { display: none; }#XvIRydPZ4n5ahHFhXJG8M4VwlJ4OZogh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvIRydPZ4n5ahHFhXJG8M4VwlJ4OZogh > .row > .video-iframe-container { display: none; }#XvIRydPZ4n5ahHFhXJG8M4VwlJ4OZogh > .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); }#XvIRydPZ4n5ahHFhXJG8M4VwlJ4OZogh > .row .container { border-width: 0; border-radius: 0; }#XvIRydPZ4n5ahHFhXJG8M4VwlJ4OZogh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XvIRydPZ4n5ahHFhXJG8M4VwlJ4OZogh > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#Z6K8twOfT3I6X6piadvNu4XgJEgxxTsR { color:#223b68;display:block;width:39.5rem;position:absolute;font-family:sukhumvit;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:10.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P1LsEcHAc88JHkLC2uo6hyTJIZOucKT1 { color:#516b99;display:block;width:21.5625rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.4375rem;left:19.25rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sFMkCupfgk8bq1POr4BhiGQlAfBUXFwP { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:20.1875rem;top:0rem;left:37rem;overflow:hidden;display:block; }
#IVUdhpaweDTwfrm9pCX8LsZkPTHGvl50 { box-sizing:content-box;height:1.1875rem;width:15rem;position:absolute;display:block;z-index:15001;background-color:#ffd82a;background-image:none;top:2.625rem;left:13.75rem;display:block; }
#oA3GthEybxS9tMJ35gfzdPTg1lPbV6de { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1b7f5ddb-5a10-4bcd-a185-50428333e55e/Artboard6.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oA3GthEybxS9tMJ35gfzdPTg1lPbV6de.adaptive-delivery-prevent-bg, #oA3GthEybxS9tMJ35gfzdPTg1lPbV6de.lazyload, #oA3GthEybxS9tMJ35gfzdPTg1lPbV6de.lazyloading { background-image: none; }#oA3GthEybxS9tMJ35gfzdPTg1lPbV6de > .row .container { background-color: transparent; background-image: none; }#oA3GthEybxS9tMJ35gfzdPTg1lPbV6de::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.73); }#oA3GthEybxS9tMJ35gfzdPTg1lPbV6de > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA3GthEybxS9tMJ35gfzdPTg1lPbV6de > .row .container > .video-iframe-container { display: none; }#oA3GthEybxS9tMJ35gfzdPTg1lPbV6de > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.73); }#oA3GthEybxS9tMJ35gfzdPTg1lPbV6de > .row > .video-iframe-container { display: none; }#oA3GthEybxS9tMJ35gfzdPTg1lPbV6de > .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); }#oA3GthEybxS9tMJ35gfzdPTg1lPbV6de > .row .container { border-width: 0; border-radius: 0; }#oA3GthEybxS9tMJ35gfzdPTg1lPbV6de::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oA3GthEybxS9tMJ35gfzdPTg1lPbV6de > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oA3GthEybxS9tMJ35gfzdPTg1lPbV6de > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:60rem;position:relative;display:block; }#EK6JCT8owzTAg84TsKZ1ZWDxS5rD9iPo { color:#022054;display:block;width:18rem;position:absolute;font-family:sukhumvit;font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.5625rem;left:2.8125rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TfmVQEywMyUmUoAgq49c0XdthZIatBHv { color:#516b99;display:block;width:31.5rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:.9;letter-spacing:0;top:3.3125rem;left:24.5rem;height:11.475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wwTa4GcxnSKhVsSCvBCnv5aJe5VUnQDf { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b1defa02-6e27-4e40-b3be-e3baa62d64e9/05JulyLandingPageSuccessyourFinancial01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.1875rem;left:22rem;display:block; }#wwTa4GcxnSKhVsSCvBCnv5aJe5VUnQDf.adaptive-delivery-prevent-bg, #wwTa4GcxnSKhVsSCvBCnv5aJe5VUnQDf.lazyload, #wwTa4GcxnSKhVsSCvBCnv5aJe5VUnQDf.lazyloading { background-image: none; }
#gdTfTJNW39lt1rshb3BVa5MqcPvDZqGu { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b1defa02-6e27-4e40-b3be-e3baa62d64e9/05JulyLandingPageSuccessyourFinancial01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.0625rem;left:22rem;display:block; }#gdTfTJNW39lt1rshb3BVa5MqcPvDZqGu.adaptive-delivery-prevent-bg, #gdTfTJNW39lt1rshb3BVa5MqcPvDZqGu.lazyload, #gdTfTJNW39lt1rshb3BVa5MqcPvDZqGu.lazyloading { background-image: none; }
#xD32BdaLEgn5feU3DwSEcfNN6z4UZIbf { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b1defa02-6e27-4e40-b3be-e3baa62d64e9/05JulyLandingPageSuccessyourFinancial01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.875rem;left:22rem;display:block; }#xD32BdaLEgn5feU3DwSEcfNN6z4UZIbf.adaptive-delivery-prevent-bg, #xD32BdaLEgn5feU3DwSEcfNN6z4UZIbf.lazyload, #xD32BdaLEgn5feU3DwSEcfNN6z4UZIbf.lazyloading { background-image: none; }
#vE3XnTLNF09MveoFdHDafPepkD5VkNM1 { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b1defa02-6e27-4e40-b3be-e3baa62d64e9/05JulyLandingPageSuccessyourFinancial01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.6875rem;left:22rem;display:block; }#vE3XnTLNF09MveoFdHDafPepkD5VkNM1.adaptive-delivery-prevent-bg, #vE3XnTLNF09MveoFdHDafPepkD5VkNM1.lazyload, #vE3XnTLNF09MveoFdHDafPepkD5VkNM1.lazyloading { background-image: none; }
#lNgQe98WQnL2chfNpveBArICTncGar7F { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b1defa02-6e27-4e40-b3be-e3baa62d64e9/05JulyLandingPageSuccessyourFinancial01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.5625rem;left:22rem;display:block; }#lNgQe98WQnL2chfNpveBArICTncGar7F.adaptive-delivery-prevent-bg, #lNgQe98WQnL2chfNpveBArICTncGar7F.lazyload, #lNgQe98WQnL2chfNpveBArICTncGar7F.lazyloading { background-image: none; }
#dEIZfyTV7JpoIM3NT8bstEr6fRaCvFsK { box-sizing:content-box;height:1.625rem;width:1.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b1defa02-6e27-4e40-b3be-e3baa62d64e9/05JulyLandingPageSuccessyourFinancial01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.4375rem;left:22rem;display:block; }#dEIZfyTV7JpoIM3NT8bstEr6fRaCvFsK.adaptive-delivery-prevent-bg, #dEIZfyTV7JpoIM3NT8bstEr6fRaCvFsK.lazyload, #dEIZfyTV7JpoIM3NT8bstEr6fRaCvFsK.lazyloading { background-image: none; }
#AU1VQnQacZE0h9Xcfc510kdgS56Jkk6x { box-sizing:content-box;height:12.9375rem;width:36.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.7);background-image:none;top:2.125rem;left:20.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0rem 0rem 1rem rgba(183,190,211,0.38) ;display:block; }
#v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.73);background-image:url("https://images.assets-landingi.com/uc/af4118bd-3cba-49fe-b418-fff4a2fedd7c/Artboard3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk.adaptive-delivery-prevent-bg, #v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk.lazyload, #v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk.lazyloading { background-image: none; }#v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk > .row .container { background-color: transparent; background-image: none; }#v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk > .row .container > .video-iframe-container { display: none; }#v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk > .row > .video-iframe-container { display: none; }#v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk > .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); }#v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk > .row .container { border-width: 0; border-radius: 0; }#v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk > .row .container { font-size:0.875rem;font-family:arial;height:60rem;width:60rem;position:relative;display:block; }#kJESfMFHh9WSQQwX9fxyyJk63ZkXRaSN { color:#223b68;display:block;width:21.1875rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:28rem;left:6.375rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C4DSLdNfq50oCwI3Bpui7JOsN7I0MtCX { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.3125rem 0.375rem 0rem #002d7c ;height:11.75rem;width:22.5625rem;top:11.75rem;left:5.6875rem;overflow:hidden;display:block; }
#JImTmKVIKA1rK2ALkU36kRTSL9nFzbLI { color:#223b68;display:block;width:28rem;position:absolute;font-family:sukhumvit;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1875rem;left:16rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LnCWiIPxNOKpnwTqT87EDminJmXAMszR { box-sizing:content-box;height:22.4375rem;width:23.875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd82a, #facc6c);background-image: -moz-linear-gradient(180deg, #ffd82a, #facc6c);background-image: -ms-linear-gradient(180deg, #ffd82a, #facc6c);background-image: -o-linear-gradient(180deg, #ffd82a, #facc6c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd82a', endColorstr='#facc6c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd82a', endColorstr='#facc6c' );";background-image: linear-gradient(180deg, #ffd82a, #facc6c);background-size:auto !important;top:10.375rem;left:4.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0rem 0rem 1rem rgba(183,190,211,0.38) ;border-top:0.25rem solid #ffeb92;border-left:0.25rem solid #ffeb92;border-right:0.25rem solid #ffeb92;border-bottom:0.25rem solid #ffeb92;display:block; }
#wWZGZ2pZiLuXk4XudlZTg3KtUIUXSmo2 { color:#022054;display:block;width:25.375rem;position:absolute;font-family:sukhumvit;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8125rem;left:23.25rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rTMu0TGVnqTf6eL82BayTNsOCmJr308U { box-sizing:content-box;height:22.375rem;width:23.875rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd82a, #facc6c);background-image: -moz-linear-gradient(180deg, #ffd82a, #facc6c);background-image: -ms-linear-gradient(180deg, #ffd82a, #facc6c);background-image: -o-linear-gradient(180deg, #ffd82a, #facc6c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd82a', endColorstr='#facc6c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd82a', endColorstr='#facc6c' );";background-image: linear-gradient(180deg, #ffd82a, #facc6c);background-size:auto !important;top:10.375rem;left:31.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0rem 0rem 1rem rgba(183,190,211,0.38) ;border-top:0.25rem solid #ffeb92;border-left:0.25rem solid #ffeb92;border-right:0.25rem solid #ffeb92;border-bottom:0.25rem solid #ffeb92;display:block; }
#EUPRzJDuMQZ8cyvTI4VC7LD3daDBtmbi { color:#223b68;display:block;width:21.875rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:25.375rem;left:32.5rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zzWlIJueD4sdaGI8WiTq0UHVSVUTBGfJ { position:absolute;display:block;z-index:15011;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;height:11.25rem;width:15.5625rem;top:12.0625rem;left:35.8125rem;overflow:hidden;display:block; }
#aw4NM9F8wqC5VURNAOl0SbEnVMNJVKeV { color:#223b68;display:block;width:20.0625rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:28rem;left:33.375rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iZbS8uhy837yO393TbIRtwDBDCMueiXs { box-sizing:content-box;height:11.75rem;width:22.5625rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;top:11.75rem;left:32.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.375rem 0rem #223b68 ;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#dc5eCiQ7edT9QW6yrEi1JUNngzMqlMOh { color:#ff0000;display:block;width:11.375rem;position:absolute;font-family:sukhumvit;font-size:3.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6rem;left:11.375rem;height:8.775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lOV66tNJkhB6TIllw8TiG1rObvh7cWkZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:23.0625rem;left:27.875rem; }
#nNG4RQ8nTHDn8wl8Zzw69FZkgQubFFKK { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.3125rem 0.375rem 0rem #002d7c ;height:11.75rem;width:22.4375rem;top:36.6875rem;left:5.6875rem;overflow:hidden;display:block; }
#VxxNm24zm3XCBMGHFr27Tf6mZvDqOb7P { box-sizing:content-box;height:22.4375rem;width:23.875rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd82a, #facc6c);background-image: -moz-linear-gradient(180deg, #ffd82a, #facc6c);background-image: -ms-linear-gradient(180deg, #ffd82a, #facc6c);background-image: -o-linear-gradient(180deg, #ffd82a, #facc6c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd82a', endColorstr='#facc6c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd82a', endColorstr='#facc6c' );";background-image: linear-gradient(180deg, #ffd82a, #facc6c);background-size:auto !important;top:35.3125rem;left:4.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0rem 0rem 1rem rgba(183,190,211,0.38) ;border-top:0.25rem solid #ffeb92;border-left:0.25rem solid #ffeb92;border-right:0.25rem solid #ffeb92;border-bottom:0.25rem solid #ffeb92;display:block; }
#EVaIXP81edqNBFqX9vD3aHc3gMhDBVbL { box-sizing:content-box;height:22.375rem;width:23.875rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd82a, #facc6c);background-image: -moz-linear-gradient(180deg, #ffd82a, #facc6c);background-image: -ms-linear-gradient(180deg, #ffd82a, #facc6c);background-image: -o-linear-gradient(180deg, #ffd82a, #facc6c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd82a', endColorstr='#facc6c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd82a', endColorstr='#facc6c' );";background-image: linear-gradient(180deg, #ffd82a, #facc6c);background-size:auto !important;top:35.3125rem;left:31.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0rem 0rem 1rem rgba(183,190,211,0.38) ;border-top:0.25rem solid #ffeb92;border-left:0.25rem solid #ffeb92;border-right:0.25rem solid #ffeb92;border-bottom:0.25rem solid #ffeb92;display:block; }
#XEkTXnXQtgQIEill5sUTJpn8H5NGhpeq { color:#223b68;display:block;width:23.3125rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:50.3125rem;left:31.78125rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#na6EVdZIEPASQJ4JcvlWeuonM2smP3Db { color:#223b68;display:block;width:21.5rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:52.9375rem;left:32.6875rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yU1TsRlsUXZLx9MalQRw9T7NyuQ5BN7Z { color:#223b68;display:block;width:21.875rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:25.4375rem;left:6.03125rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UD6fLCu0q5yEFLga4WVAmbaCIEwtfQ2n { color:#223b68;display:block;width:21.875rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:50.3125rem;left:6.0625rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iI2HWZMoXgOVlHeXyuVepupBUofpnlIT { color:#223b68;display:block;width:21.875rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:52.75rem;left:6.03125rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#faSNToSMKNkCiVO8MbZtnsqQxzi7TTK1 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.3125rem 0.375rem 0rem #002d7c ;height:11.75rem;width:22.4375rem;top:36.6875rem;left:32.21875rem;overflow:hidden;display:block; }
#IQ53qm5bwWQAP6aZmUKPnAuEUCqeV11p { color:#666666;display:block;width:20.9375rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:47.52490234375rem;left:32.96875rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#i0iawZEXdlsPcZ8Ise3mzXJf72KyEsBs { color:#666666;display:block;width:20.9375rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:47.52490234375rem;left:6.5rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1b7f5ddb-5a10-4bcd-a185-50428333e55e/Artboard6.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8.adaptive-delivery-prevent-bg, #gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8.lazyload, #gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8.lazyloading { background-image: none; }#gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8 > .row .container { background-color: transparent; background-image: none; }#gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(183,212,255,0.73); }#gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8 > .row .container > .video-iframe-container { display: none; }#gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(183,212,255,0.73); }#gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8 > .row > .video-iframe-container { display: none; }#gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8 > .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); }#gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8 > .row .container { border-width: 0; border-radius: 0; }#gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8 > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:60rem;position:relative;display:block; }#nQaa2SE2ls32i6wuTOWTZHTyx0QOKDtN { color:#516b99;display:block;width:24.0625rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:9.625rem;left:4.1875rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cWS2nvi9i8r3SH7elIRZLBASznxRll4C { position:absolute;display:block;z-index:15008;border-top:0.0625rem solid #002d7c;border-left:0.0625rem solid #002d7c;border-right:0.0625rem solid #002d7c;border-bottom:0.0625rem solid #002d7c;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.3125rem 0.375rem 0rem #002d7c ;height:13.9375rem;width:27.4375rem;top:6.25rem;left:29.6875rem;overflow:hidden;display:block; }
#ml3es6Xlm23VxAKLw9u5mpgp48p3Ieiq { color:#516b99;display:block;width:19.5rem;position:absolute;font-family:sukhumvit;font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:13.9375rem;left:6.5rem;height:4.025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vaRf1J8gMAcughxNlLaq0uubZAW3LQiL { color:#516b99;display:block;width:19.5rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:15.8125rem;left:6.5rem;height:1.4875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xmJm0OyWdo8Oy01qU9WFPPMDqMn6AQce { color:#022054;display:block;width:41.1875rem;position:absolute;font-family:sukhumvit;font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:9.375rem;height:7.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OanGl6Nr8nlaenJXnkSHnCTsMwpAKJUq { box-sizing:content-box;height:14.1875rem;width:36.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.7);background-image:none;top:6.375rem;left:2.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0rem 0rem 1rem rgba(183,190,211,0.38) ;display:block; }
#snpBw7Wx43yRzDIhPAoSTgyPVvHv6AdO { color:#022054;display:block;width:41.1875rem;position:absolute;font-family:sukhumvit;font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:9.375rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#obb8nmS0BpA7uNDMrb4udc1KZX7B1NGf { color:#022054;display:block;width:41.1875rem;position:absolute;font-family:sukhumvit;font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:9.375rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yq9v5eV5JiZSZfT2PLGqOeKLpABxrK0v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5fcfaf98-0dfa-4ca2-becf-9f374b7a2647/ADS22502.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yq9v5eV5JiZSZfT2PLGqOeKLpABxrK0v.adaptive-delivery-prevent-bg, #yq9v5eV5JiZSZfT2PLGqOeKLpABxrK0v.lazyload, #yq9v5eV5JiZSZfT2PLGqOeKLpABxrK0v.lazyloading { background-image: none; }#yq9v5eV5JiZSZfT2PLGqOeKLpABxrK0v > .row .container { border-width: 0; border-radius: 0; }#yq9v5eV5JiZSZfT2PLGqOeKLpABxrK0v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yq9v5eV5JiZSZfT2PLGqOeKLpABxrK0v > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;position:relative;display:none; }#IGCU132GUPD4p71kXmAe1GenS9o1EJFg { color:#f8f600;display:block;width:31.1875rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:39.9375rem;left:14.375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SJHE9JZ3CZNTT61hsHTIvZHEl5XxR2EI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b2131;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SJHE9JZ3CZNTT61hsHTIvZHEl5XxR2EI > .row .container { border-width: 0; border-radius: 0; }#SJHE9JZ3CZNTT61hsHTIvZHEl5XxR2EI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SJHE9JZ3CZNTT61hsHTIvZHEl5XxR2EI > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:60rem;position:relative;display:none; }#fAxEAONI4pHH2T2F4T0reXG9IRIW5noz { color:#ffffff;display:block;width:30rem;position:absolute;font-family:kanit;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sskZQkh2KnGkHTl3IPoTtLtlZrfnl6VP { color:#f8f600;display:block;width:25.5rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:8.4375rem;left:32.25rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Er5qovsVVfTK3P6amFCOksEUDHyD2OqV { background-color:#f1cb46;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:kanit;font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.37375rem;height:5.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:4.2802734375rem;left:3.6875rem;display:none; }
#QyLAwXU2GZPVPhTJE2zIsFV2EudAAquE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vKDCmiIf0GTFxW4xZfxhSyiZXxVff2MS { color:#ffd300;display:block;width:27.375rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:29.625rem;left:1.9375rem;height:5.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oe80PFAP0IG6TehkRgfleR6OTCU3dyD9 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:21.4375rem;width:28.6875rem;top:6.8125rem;left:30.687501907349rem;display:block; }
#rSZ7lA0AG04QStA37rk6UO1DDVbvpEUT { color:#ffffff;display:block;width:21.935125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:28.125rem;left:7.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VI4L6lXLbfm2Ew94hzF3B0zoRfIAdeE9 { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:11.75rem;left:31.8125rem;height:4.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZamJMk6l6qhmXtRRgU7FcTkbDe8enlWq { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:10.5625rem;left:31.875rem;height:1.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZKBXByIowBSuohm7cqCmO090SQIX26fE { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:12.931640625rem;left:31.875rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gtZDA4VaxS8l0i0gR4s6nMpFN5ZwsbmX { color:#ff0000;display:block;width:28.684375rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:22.9375rem;left:30.65781211853rem;height:4.5rem;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; }
#tHTkEPsTnP5cIIbyZ8ThRo1FmBCVTPTc { color:#f8f600;display:block;width:25.5rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:20.46875rem;left:32.250001907349rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tVggCu1vGITFclh3Ft3riakTPyacSZ4n { color:#ffd300;display:block;width:27.375rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:30.1875rem;left:31.3125rem;height:2.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ukBgaeUkIfR29DlxzIFKSixnOsp5GXCt { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:11.75rem;left:31.8125rem;height:4.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#neyF0I6Kk7gSDmuOPK23Mxf1ITGTA4Cx { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:11.75rem;left:31.8125rem;height:4.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hTbsTmcueILR8RKMF7WOei2tN3BW7uhD { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:11.75rem;left:31.8125rem;height:4.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IVW65S8F89h9BJMIxvsSxiDNgH0NFTlS { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:16.84375rem;left:31.906251907349rem;height:1.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FMcb4TpGT6bTuF1NRI5AIUqJMJRUVVkq { color:#ffffff;display:block;width:28.6855625rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:22.125rem;left:30.625rem;height:3.82421875rem;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:none; }
#OPcNGFvCxqurW1dB7kGt5qsC3zxtnTQ7 { box-sizing:content-box;height:9.25rem;width:9.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15065;background-color:#ff0000;background-image:none;top:1.4375002384186rem;left:50.75rem;display:block; }
#qe6Wp66xoIHQfLGsONZkuX87aufPG8Te { color:#ffffff;display:block;width:8.375rem;position:absolute;font-family:kanit;font-size:1.375rem;font-weight:400;z-index:15066;line-height:1.2;letter-spacing:0;top:3.5374999046326rem;left:51.050004959106rem;height:4.9482375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TeOwN4mZh8FDDVk7dFWQ24BMQA3Bqotd { color:#f5b700;display:block;width:30rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:28.912501335144rem;left:30.000001907349rem;height:2.3984375rem;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; }
#zzVbcTGdsRSAiTzKUBq1VH6nRociXt5q { color:#ffd300;display:block;width:27.375rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:30.1875rem;left:31.3125rem;height:2.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ID2Ol83NFTFqcDOKqBd705WZmsgQMhhr { position:absolute;display:block;z-index:15009;border-top:0.0625rem solid #002d7c;border-left:0.0625rem solid #002d7c;border-right:0.0625rem solid #002d7c;border-bottom:0.0625rem solid #002d7c;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.3125rem 0.375rem 0rem #002d7c ;height:13.9375rem;width:27.4375rem;top:4.3312511444092rem;left:1.2312507629394rem;overflow:hidden;display:block; }
#TKuvdd4fAAGFBiVh4fx3AAWNOJTamz2v { position:absolute;display:block;z-index:15111;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.8125rem;width:13.5rem;top:19.612500190735rem;left:1.2312507629394rem;overflow:hidden;display:block; }
#hDUl6cw4gCpTUIXUgXfqzz2gnIMPlwsN { position:absolute;display:block;z-index:15101;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:6.8125rem;width:13.5rem;top:19.612500190735rem;left:15.31875038147rem;overflow:hidden;display:block; }
#nCl0kTsw4i0NFbalbw1VmHgbaWMN8GMB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3f6b0c1a-0086-4729-a83f-dc9d37d1bc5a/IMG_9444.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nCl0kTsw4i0NFbalbw1VmHgbaWMN8GMB.adaptive-delivery-prevent-bg, #nCl0kTsw4i0NFbalbw1VmHgbaWMN8GMB.lazyload, #nCl0kTsw4i0NFbalbw1VmHgbaWMN8GMB.lazyloading { background-image: none; }#nCl0kTsw4i0NFbalbw1VmHgbaWMN8GMB > .row .container { border-width: 0; border-radius: 0; }#nCl0kTsw4i0NFbalbw1VmHgbaWMN8GMB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nCl0kTsw4i0NFbalbw1VmHgbaWMN8GMB > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:60rem;position:relative;display:none; }#TutALohEtliLZPGTmne1D12wxKJ7NEEB { color:#190072;display:block;width:21.25rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,173,225,0.23);top:41.28125rem;left:19.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uK24FEL8xEL8C3w3vnnO7stTUolVqntb { box-sizing:content-box;height:2.3125rem;width:21.4375rem;position:absolute;display:block;z-index:15002;background-color:#ffe09d;background-image:none;top:40.8125rem;left:19.3125rem;display:block; }
#KwxMGhOhLGaweDZwR13aXEWIubwEwogl { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.74925rem;width:12.1875rem;top:23.68408203125rem;left:2.2796630859375rem;overflow:hidden;display:block; }
#gBd9WqGvvKT4io4ngcEJwu6nSaInLZck { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.875rem;width:12.749rem;top:23.690795898438rem;left:14.467163085938rem;overflow:hidden;display:block; }
#z1aE3TCX2I7yFV1JiRsFguu0VwgVeU7a { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.875rem;width:12.874125rem;top:30.557250976562rem;left:2.218017578125rem;overflow:hidden;display:block; }
#xkaCIb6yTEdbSJsKusMra7uHMxZ6xldv { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.875rem;width:13.125rem;top:30.432739257812rem;left:14.467163085938rem;overflow:hidden;display:block; }
#IcNHiyDVcmDWJWNwwC4pNGkErqrH0d1e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(326deg, #647aff, #000c7d);background-image: -moz-linear-gradient(326deg, #647aff, #000c7d);background-image: -ms-linear-gradient(326deg, #647aff, #000c7d);background-image: -o-linear-gradient(326deg, #647aff, #000c7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#647aff', endColorstr='#000c7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#647aff', endColorstr='#000c7d' );";background-image: linear-gradient(326deg, #647aff, #000c7d);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:none; }#IcNHiyDVcmDWJWNwwC4pNGkErqrH0d1e > .row .container { border-width: 0; border-radius: 0; }#IcNHiyDVcmDWJWNwwC4pNGkErqrH0d1e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IcNHiyDVcmDWJWNwwC4pNGkErqrH0d1e > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:60rem;position:relative;display:none; }#cqcICTwwUWNTM4eCZ3yGiBsNyQDgn4Xu { box-sizing:content-box;height:2.5rem;width:11.9375rem;position:absolute;display:block;z-index:15001;background-color:#f8f600;background-image:none;top:1.5625rem;left:45.75rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #2e00b9;border-left:0.125rem solid #2e00b9;border-right:0.125rem solid #2e00b9;border-bottom:0.125rem solid #2e00b9;display:block; }
#TTNfzOJck4VV4GmxmgaFQxszCnllRCKO { color:#ff0000;display:block;width:12.5rem;position:absolute;font-family:mitr;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:45.625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xtp98qyvAgO2tcX1X5upIePUao7fbHoV { color:#ffffff;display:block;width:38.0625rem;position:absolute;font-family:poppins;font-size:6.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.48);top:1.5625rem;left:10.96875rem;height:9.0179375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S8TtkVGmqyRwwvnsEVttEzDlfuHt35yf { box-sizing:content-box;height:2.6875rem;width:9.8125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:0rem;left:3.125rem;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;display:block; }
#FUsUxKm0l16HGXbqDTK2SV8cT9c4ZbvK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.0625rem;top:0.625rem;left:4rem;overflow:hidden;display:block; }
#n3rm4ozTNC9beBUZpGGtlheGPpNM9WTB { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:"line seed sans th";font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.6435546875rem;left:17.15625rem;height:1.8682875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AFwJgBu86b4NdwllvflpfiV8o147yTIK { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"line seed sans th";font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.375rem;left:4rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rT0CH3yBtQeH8RtSWKCIU5kewg3bk7rd { box-sizing:content-box;height:12.5625rem;width:14.9375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4900f2, #380090);background-image: -moz-linear-gradient(180deg, #4900f2, #380090);background-image: -ms-linear-gradient(180deg, #4900f2, #380090);background-image: -o-linear-gradient(180deg, #4900f2, #380090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );";background-image: linear-gradient(180deg, #4900f2, #380090);background-size:auto !important;top:14.49951171875rem;left:7.8125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#rbOQtbbARd9G2x3BBUNH6DgcmW7oJQc4 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4900f2, #380090);background-image: -moz-linear-gradient(180deg, #4900f2, #380090);background-image: -ms-linear-gradient(180deg, #4900f2, #380090);background-image: -o-linear-gradient(180deg, #4900f2, #380090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );";background-image: linear-gradient(180deg, #4900f2, #380090);background-size:auto !important;top:14.5rem;left:24.125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#pN7nq5szroXHu5XuOK8Ve2lwo28p0MP2 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4900f2, #380090);background-image: -moz-linear-gradient(180deg, #4900f2, #380090);background-image: -ms-linear-gradient(180deg, #4900f2, #380090);background-image: -o-linear-gradient(180deg, #4900f2, #380090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );";background-image: linear-gradient(180deg, #4900f2, #380090);background-size:auto !important;top:14.5rem;left:38rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#O1o91BNyI7s9BraRV9c2h0yvL3G9b55N { box-sizing:content-box;height:2.1875rem;width:10.5625rem;position:absolute;display:block;z-index:15003;background-color:#ffd300;background-image:none;top:24.1875rem;left:25.0625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#AHXu905QsGeKeMgmSXuTakWUHeiF820i { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:24.625rem;left:25.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uc0TUeTkBTSTu3XawpSt1M3518v1AOc1 { box-sizing:content-box;height:2.1875rem;width:10.562125rem;position:absolute;display:block;z-index:15005;background-color:#ffd300;background-image:none;top:24.18701171875rem;left:9.998779296875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#FfqekzTslu8QVnMb2bilBXitzVgeFbxt { color:#000000;display:block;width:7.937rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.585571289062rem;left:11.42822265625rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SgxVMD2ttnFLhMha3hrTDXxy6p8mhzEK { box-sizing:content-box;height:2.1875rem;width:10.5625rem;position:absolute;display:block;z-index:15007;background-color:#ffd300;background-image:none;top:24.3125rem;left:38.9375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#earCbgQFTAtdm5RQgPO3xO7kiI2deeKG { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:24.75rem;left:39.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w0wCzmTPKSTPm6X4xACfqNDiOUQGTPvo { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.75rem;top:10.375rem;left:5.5625rem;overflow:hidden;display:block; }
#iTp26ZVtBcai4vWTyDWFXKgz8nvcV9Tc { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.75rem;top:15.375rem;left:25.0625rem;overflow:hidden;display:block; }
#JtVTN0qoAkTcf3CMn6S6KpHxOiN2oaIT { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.4375rem;left:25.9375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uzrmSbzUNd3TgNi8V0ptzmCTWZ1NmXeJ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.75rem;top:14.75rem;left:39rem;overflow:hidden;display:block; }
#vryr3UQfZptrWQPkE2R5XbbzKLbziaPM { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.4375rem;left:39.6875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uz145VNvdJ7aGRiIJOvfV72iZAK8twfU { box-sizing:content-box;height:2.75rem;width:35.5rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:28.4375rem;left:12.25rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #2e00b9;border-left:0.125rem solid #2e00b9;border-right:0.125rem solid #2e00b9;border-bottom:0.125rem solid #2e00b9;display:block; }
#ZSWrp1npI5JEagFHIK0PmAnmF1EgQ5Rm { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:mitr;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:29.0625rem;left:13.8125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KpXhSHJAUTnf4CWBKlBvXoIVlzbGrOBK { color:#ffffff;display:block;width:39.9375rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.53);top:34.6875rem;left:10.0625rem;height:7.8772125rem;font-style:normal;display:block; }
#xFyvZfKOU8qTTb89kT1qXS451recfW1R { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:33rem;left:10.125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EQgfQxEocJiqR6H3H7OyBTTlVsvPz2g4 { box-sizing:content-box;height:1.875rem;width:3rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:13.09375rem;left:9.4375rem;display:block; }
#ASddpV210o5vprXyQ583EuqWwGzMUzvw { position:absolute;display:block;z-index:15101;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.8125rem;width:7rem;top:16.467529296875rem;left:8.5142822265625rem;overflow:hidden;display:block; }
#EFPCn0JMOfZxBTVl7opNR484dWDqHf2C { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.1875rem;width:7.875rem;top:16.436401367188rem;left:14.6474609375rem;overflow:hidden;display:block; }
#wJ3nKcxTJocv7xAqKS0a5X431kqnyFK6 { position:absolute;display:block;z-index:15102;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.68713125rem;width:6.9995rem;top:20.250244140625rem;left:8.4371337890625rem;overflow:hidden;display:block; }
#kv0qVxe2a32vwCocQJUbydmepgvipots { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.5620125rem;width:6.9995rem;top:20.375244140625rem;left:15.4130859375rem;overflow:hidden;display:block; }
#Jn5m7d3MSKVXd8ZXlRmdvhIRL9fKTfTr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.2);background-image:url("https://images.assets-landingi.com/uc/b180f012-d0e0-4a95-b337-66044714c7e8/355A23E040B8DDDA30D9979542B0400D147EAABF.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Jn5m7d3MSKVXd8ZXlRmdvhIRL9fKTfTr.adaptive-delivery-prevent-bg, #Jn5m7d3MSKVXd8ZXlRmdvhIRL9fKTfTr.lazyload, #Jn5m7d3MSKVXd8ZXlRmdvhIRL9fKTfTr.lazyloading { background-image: none; }#Jn5m7d3MSKVXd8ZXlRmdvhIRL9fKTfTr > .row .container { border-width: 0; border-radius: 0; }#Jn5m7d3MSKVXd8ZXlRmdvhIRL9fKTfTr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jn5m7d3MSKVXd8ZXlRmdvhIRL9fKTfTr > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:60rem;position:relative;display:none; }#RK069Rp53EdAKyhhwHDm7x52ssKZz2LU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:52.6875rem;top:1.1871337890625rem;left:3.499755859375rem;overflow:hidden;display:block; }
#RokwSdKUBnRT8dfO1Om4exFRw9pspIi3 { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:48.625rem;left:15.8125rem;height:1.2994375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kxJThSygH2IKmKNH4WB6nt2fTsW4W7Fe { color:#000000;display:block;width:27.75rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:50.4375rem;left:16.4375rem;height:3.93860625rem;font-style:normal;display:block; }
#EDXvxEFAgFIm3EDm0ixfiwRHGZoQPqSM { box-sizing:content-box;height:16.1875rem;width:31.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.61);background-image:none;top:24.25rem;left:4.6875rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#NKlOb2VhJmeSk29b255o1p0DXsUyWf7L { color:#ffffff;display:block;width:35.812375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:20.3125rem;left:13.0625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rZg6EeBgIhaV98osHMmpm7quQ7WacSEn { box-sizing:content-box;height:3.06213125rem;width:38.374625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0066ff, #001231);background-image: -moz-linear-gradient(180deg, #0066ff, #001231);background-image: -ms-linear-gradient(180deg, #0066ff, #001231);background-image: -o-linear-gradient(180deg, #0066ff, #001231);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='#001231' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='#001231' );";background-image: linear-gradient(180deg, #0066ff, #001231);background-size:auto !important;top:19.75rem;left:11.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#csqlir9GvUgn7sf1JJIeHATgIJU6Aw1W { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.375rem;width:14.375rem;top:25.687255859375rem;left:6.062255859375rem;overflow:hidden;display:block; }
#GMZDX8HFxTt6AWRHD0gs34n18zAlKAgG { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.75rem;top:27.3125rem;left:42.8125rem;overflow:hidden;display:block; }
#S6qQok5HrwZ3uWta446qIb70ouUrwB8B { color:#ffffff;display:block;width:9.187rem;position:absolute;font-family:"sukhumvit text";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:34.6875rem;left:43.625rem;height:1.2994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C913muhPq4opdoyq4Biy46q97AwgihdE { box-sizing:content-box;height:9.624625rem;width:7.749625rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb8749, #662400);background-image: -moz-linear-gradient(180deg, #fb8749, #662400);background-image: -ms-linear-gradient(180deg, #fb8749, #662400);background-image: -o-linear-gradient(180deg, #fb8749, #662400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#662400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#662400' );";background-image: linear-gradient(180deg, #fb8749, #662400);background-size:auto !important;top:26.8125rem;left:44.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#sS2kHOJR7M89u1q1a4TLUxQG0KR9iPnJ { color:#000000;display:block;width:7.625rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:37.062377929688rem;left:44.312133789062rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FVONy5HSphFHpZM26QrgKTwmQuI5Wi2W { color:#000000;display:block;width:27.311375rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:41.6875rem;left:16.375rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#voTuZnO21bM0L1lioDLlt1yJeS4vR3IQ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.5rem;width:14.375rem;top:26.249389648438rem;left:20.999755859375rem;overflow:hidden;display:block; }
#hqhWbBFoBaMM77BSgXmgJdA10uAiO32W { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.5rem;width:14.375rem;top:30.2490234375rem;left:11.155395507812rem;overflow:hidden;display:block; }
#xQwwTzyfffHbM5skW4znW6u5R2xQO2ti { color:#c50000;display:block;width:26.562rem;position:absolute;font-family:"sukhumvit text";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:44.9375rem;left:16.6875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WUTUAHIiGmgVJRqIe9Bg8lZIriTs6tA9 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:30.9375rem;width:27.25rem;top:22.10446875rem;left:55.062247583113rem;overflow:hidden;display:block; }
#E84Bt3mfJ8M7hKH2JQMQAyRMbTelA3VW { box-sizing:content-box;height:3.81225625rem;width:28.5rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:43.8125rem;left:15.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.125rem solid #d71f1f;border-left:0.125rem solid #d71f1f;border-right:0.125rem solid #d71f1f;border-bottom:0.125rem solid #d71f1f;display:block; }
#e7dL08Zexch8Pfe8avfIL2odSmTFhu9l { box-sizing:content-box;height:16.1875rem;width:13.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(255,255,255,0.61);background-image:none;top:24.3125rem;left:41.0625rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#DvE33USo5Z9AmwsCwyFX77Uk6so7Veqw { color:#003bc6;display:block;width:4.1875rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:29.5rem;left:36.875rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTiabdVz44PkR2EEplnS9q9XUscnsCkg { color:#000000;display:block;width:30.6875rem;position:absolute;font-family:"sukhumvit text";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:38.687133789062rem;left:5.388916015625rem;height:1.46179375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7aac655e-00db-4e78-a09e-42a46be8ad61/Artboard7.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a.adaptive-delivery-prevent-bg, #u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a.lazyload, #u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a.lazyloading { background-image: none; }#u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a > .row .container { background-color: transparent; background-image: none; }#u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.26); }#u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a > .row .container > .video-iframe-container { display: none; }#u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.26); }#u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a > .row > .video-iframe-container { display: none; }#u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a > .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); }#u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a > .row .container { border-width: 0; border-radius: 0; }#u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:60rem;position:relative;display:block; }#A1ZVtmszJrqupLKT3AgQ3rzXb92ku7UP { color:#223b68;display:block;width:15.1875rem;position:absolute;font-family:poppins;font-size:3.8125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:19.4375rem;left:5.3125rem;height:4.95625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GCAZ2Vo8subXKfNkXoJP65wCULWdNzxq { color:#516b99;display:block;width:15.625rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:18.3125rem;left:4.5625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CW4X0o8kVW848JzvHkg3MQXDMdsMAVly { color:#022054;display:block;width:20.125rem;position:absolute;font-family:sukhumvit;font-size:1.6875rem;font-weight:700;z-index:14996;line-height:1.2;letter-spacing:0;top:5.5625rem;left:0rem;height:4.05029375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yhZXzbhDtmbyKPP7LBBzbStz3pp2LOgO { color:#223b68;display:block;width:12.625rem;position:absolute;font-family:sukhumvit;font-size:1.4375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:3rem;left:3.125rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PMHW1ADKbMqhLhCBXnLQxlIfs8G3WTHG { color:#223b68;display:block;width:31.625rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:25.5rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#PMHW1ADKbMqhLhCBXnLQxlIfs8G3WTHG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PMHW1ADKbMqhLhCBXnLQxlIfs8G3WTHG li:before{  }
#TX27HJiWN1n7NzJ8BEDy9XVaxxsVzwMg { box-sizing:content-box;height:34.9375rem;width:26.3125rem;position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.75);background-image:none;top:6.5rem;left:32.625rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.1) ;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#mwlTn5itBlgkBUS81hD9hIEVEibs3FFW { box-sizing:content-box;height:1.8125rem;width:23.25rem;position:absolute;display:block;z-index:14995;background-color:#ffd82a;background-image:none;top:15.5625rem;left:0.75rem;display:block; }
#ohG16zn83l1tRQfyxPswdd9qP6lXwscX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:5.875rem;top:7.8125rem;left:0rem;overflow:hidden;display:block; }
#qTJGv4S8tKK53raxaEo8N14dUc5H6PLA { position:absolute;display:block;z-index:14994;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:6.8125rem;width:3.4375rem;top:1rem;left:56.5625rem;overflow:hidden;display:block; }
#hHnDQCl8QcxJFeXbZr7A9qB9NIhSzqEa { color:#000000;display:block;width:27.625rem;position:absolute;font-family:prompt;font-size:2.8125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:10.1875rem;left:0.75rem;height:7.3125rem;font-style:normal;display:block; }
#C6Jp6cq9KpJg4UCuLkZTx9AtERF0c5hA { color:#022054;display:block;width:20.125rem;position:absolute;font-family:sukhumvit;font-size:1.6875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:7.8125rem;left:35.71875rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-form-header {  }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.875rem;font-weight:400;color:#223b68;width:21.125rem;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;font-style:normal; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;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:21.125rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-input-text {padding-top: 0; padding-bottom: 0;}#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;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:21.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .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:21.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-input-select {padding-top: 0; padding-bottom: 0;}#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .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; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#223b68;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#ffffff;width:21.125rem;height:4.0625rem;font-family:kanit;overflow:hidden; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .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:kanit;font-size:0.875rem;font-weight:400;color:#ff0000;vertical-align:top;width:20.0625rem;overflow:hidden;font-style:normal;line-height:1.4; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .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:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-container:first-of-type{padding-top:0;}#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-container:last-of-type{padding-bottom:0;}#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:34.750001907349rem;top:13.6875rem;z-index:15022;position:absolute; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.125rem;display:block;vertical-align:top; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.75rem;line-height:1.3;font-weight:300;color:#848484;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr {display:block;}#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:34.750001907349rem;top:13.6875rem;z-index:15022;position:absolute; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #ZtPzr0V3Q5EAarRy1FR2x1yClZvdTZdg { position:relative; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #CooXcVfrzQBvRxwLhbNmU8Dn6STRssGJ { position:relative;display:block; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #hRuNbT5uUXpLHlvD86M8gblTuqLuDdvC { position:relative; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #hcEEDh1c0ZCcepfGXBRF02F6iOaQldgN { position:relative; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #s87E0DlSQnp5RpHXTKN4T4UnKTOSvgOq { position:relative;display:block; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #mym781KxaSpcey1r2CEFiUe4xqaHUJuR { position:relative; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #pyUTfyq47C2b06nh8OzZvBgCL1Sikrgg { position:relative; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #fbCBfBqvGiGsyr08tPI5fyQF0DLXONKL { position:relative;display:block; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #M9fa23RyKOW5Dd27HTpNzazTVFkrk6vn { position:relative; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #lGXLwVDORUCEFPk9sNGHtTEQlOuU3AK3 { position:relative; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #DnTupIWcMTFdJOEqCmVlDfxQ6xJamtQO { position:relative;z-index:2; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #yBkQi46yxB259DQrhk3aWg1AyrT3Puv4 { position:relative; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #dG8W4ZzQTvxySTnCiJTTOSDVcxnRPkei { position:relative;display:block;z-index:15000; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #ZvTGvfDPoiamkgrax0c6tk9XTl5POrKB { position:relative;display:block;z-index:15000; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #gqEsWKyJPBh9GIpakgWlbFVa4Zf0o6Ay { position:relative; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #SHPOpPptNHfZ2WUsACSKFzLV1Sby71vc { position:relative; }
#IGDIWeGzhc8oTXQXmInTXH60L1EVlqNM { position:relative;display:block; }
#Vh9B0cJG0g99UBx60T5l9J0agT4RltWI { position:relative;display:block; }
#Tq71rKJpwCTFPsqSGxTedHdHB3ekUPa2 { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #loW27WMTrkeAdJJKdyItgJOOzGuzTSyr { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bRHlGLw8FwspQ5T326CNRWJ2hdav4Ws7 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bxdVZ7Xkp0byGA9QBOuJCdImRSzTeLIy { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sWfFU9JXRhq1e4B1NnDr23nQvQdsDwQa { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SaIZF7SQd8Qa5uhEZ6HdMQWhQLh3TSW4 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #J0owwaW2kQJdw9hECqXVa00T3VsOBCFH { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vSfBmXlhGpap3oPruM1iwE4ig2UHRQLn { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MmabsbkyCM9d8rS7ntkBlTkL927vUCDt { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tvhiT5kXXBmBzPC3wUQNUNFWkdIoT3nu { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #q2vIghBqKtTE3DkuAIWng5gCgrUinKPi { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PgcUtpknyX8ncaUgZm3UPQyODW2d5dlk { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xtXCHPMeJRJN8ZXneP19kBvykmRPyPLE { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #m8wKpNbh1DiMpgDLDLBocgC5xINZKrUH { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MuLfQTFGGw2TAx4yWguLlts3ObFPKhB5 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #b4rXX0MZ3ToQGa7XXpAhUwhESE94XDm0 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Cbg2IZznc2WWSMHBmeDZQHAME5W7dtoO { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KCr7WRfZTFFRTbCJKtVvfvWpLBi0RFlQ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #U43cgTAUA0a5U2TUZidIkGzP2KtbWv1G { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #e9853oolRlrR1fIKCpROk7b8tZBQTXNl { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ANkwrHzf8V622VsmOu8VgnnBzZBq0nzp { position:relative; }
#gb9xpLshgKHHCBiNBzThA7bCzJQNZGlt { position:relative;display:block; }
#NS0FVXCbB9U32IorE9dwCtK3mT9SZnrQ { position:relative;display:block; }
#VrsaywFRLOx9GVK17iTBT6WAivLObiTx { position:relative;display:block; }
#KMiKNxxW2WhpUmuTDnA8EgJxvH3DpU1T { position:relative;display:block; }
#Zs4Et5s2fSOO3zdcV2MVphBDocsUlETA { position:relative;display:block; }
#W80so2fJVRh9yPltus8MRIFU8GGTSy46 { position:relative;display:block; }
#f0q8hetTeqTuX4aVce153y4TTM7ZHyWn { position:relative;display:block; }
#XLzObv6tzTsDPrOuW0lF4pWpplqnXUZ0 { position:relative;display:block; }
#RQeKmCvv1LcEyxKUctkGh9itzvZthKW3 { position:relative;display:block; }
#OFO5bJz2hQEXShMxTV6dsgJUszaLqH6D { position:relative;display:block; }
#FdTlRqHnzx5sVizUm8sTMqMeTgCSgZVi { color:#516b99;display:block;width:20.875rem;position:absolute;font-family:sukhumvit;font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:12.515625rem;left:35.34375rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7aac655e-00db-4e78-a09e-42a46be8ad61/Artboard7.jpg");background-position:center !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; }#PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N.adaptive-delivery-prevent-bg, #PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N.lazyload, #PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N.lazyloading { background-image: none; }#PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N > .row .container { background-color: transparent; background-image: none; }#PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N > .row .container > .video-iframe-container { display: none; }#PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N > .row > .video-iframe-container { display: none; }#PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N > .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); }#PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N > .row .container { border-width: 0; border-radius: 0; }#PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;position:relative;display:block; }#NFZ1na0ZeXG81JwuakcL5T6axEt5NoMS { color:#022054;display:block;width:56.12475rem;position:absolute;font-family:sukhumvit;font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:2.56201171875rem;left:1.875rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MMscnzsq4cD18xDhh95NCQeaezdLOlOl { box-sizing:content-box;height:21.6875rem;width:56.3125rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:6.5625rem;left:1.875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#swkThnMtF7kIICR1Zy1r27JZG94epwW9 { position:absolute;display:block;z-index:15025;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:7.75rem;top:7.9375rem;left:24.625rem;overflow:hidden;display:block; }
#GIFL6UKwhreXWaaHTOd0raVfnJoRDPRq { position:absolute;display:block;z-index:15024;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:16.6875rem;top:9.125rem;left:3.4375rem;overflow:hidden;display:block; }
#obCoaBL85kyuQ9hsJesQfqCZxL0vHyUy { position:absolute;display:block;z-index:15026;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:8.0625rem;top:8rem;left:35.9375rem;overflow:hidden;display:block; }
#h4zMd62XuOegvQOLWwzyNn4uB9ciQb9T { 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:15029;opacity:1;top:14.9375rem;left:20.8125rem; }
#GKQMsD83MFihSgCULwVSAzsVfI2eF82C { 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:15030;opacity:1;top:14.9375rem;left:32.8125rem; }
#wFI4gQtW5WupePPTy9lLQiTTXUBOmQcD { 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:15031;opacity:1;top:14.9375rem;left:45.0625rem; }
#i3oHlsAdHC2EZAqshKBvXITnycFauWpD { position:absolute;display:block;z-index:15027;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:7.75rem;top:8rem;left:48.1875rem;overflow:hidden;display:block; }
#eedgzXPPTgMLVU3aONMqGOXSrJkpb16K { box-sizing:content-box;height:1.4375rem;width:1.625rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:16.625rem;left:11.0625rem;display:block; }
#BHrTJboUwlb2CmvJwcUb5ioyKD4Ruczi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:24.4375rem;left:3.5rem; }
#BCXFI3JuuyGtZTiGmZmH3GGymQTC9NNp { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:24.5rem;left:5.5625rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#orJtBPiaEkwxf8NP0DVtq2rw4FBTo39n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:24.4375rem;left:23.1875rem; }
#dz7nx8WnnR8eoaAcOWLN9P6009MafFMs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:24.4375rem;left:34.9375rem; }
#KG8VZiBokMT4OZ4g8Ms6dNWTEMcFZnQT { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:24.4375rem;left:36.9375rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#sHgzCdrZHAc2ThuGFUtDWqVKP2MId6iE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:24.4375rem;left:48.625rem; }
#tVqSL0goTz1GcsifvezXw0nsXx31Seht { color:#000000;display:block;width:7.875rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:24.9375rem;left:25.1875rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#t3TIpyXZQcOXykqHtm6SLtdLnkTJNIPO { color:#000000;display:block;width:4.875rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:24.9375rem;left:50.6875rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#WU2KhTJp4Nm7yg6ZzVacFHp7rfJWTATF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1b7f5ddb-5a10-4bcd-a185-50428333e55e/Artboard6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WU2KhTJp4Nm7yg6ZzVacFHp7rfJWTATF.adaptive-delivery-prevent-bg, #WU2KhTJp4Nm7yg6ZzVacFHp7rfJWTATF.lazyload, #WU2KhTJp4Nm7yg6ZzVacFHp7rfJWTATF.lazyloading { background-image: none; }#WU2KhTJp4Nm7yg6ZzVacFHp7rfJWTATF > .row .container { background-color: transparent; background-image: none; }#WU2KhTJp4Nm7yg6ZzVacFHp7rfJWTATF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WU2KhTJp4Nm7yg6ZzVacFHp7rfJWTATF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WU2KhTJp4Nm7yg6ZzVacFHp7rfJWTATF > .row .container > .video-iframe-container { display: none; }#WU2KhTJp4Nm7yg6ZzVacFHp7rfJWTATF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WU2KhTJp4Nm7yg6ZzVacFHp7rfJWTATF > .row > .video-iframe-container { display: none; }#WU2KhTJp4Nm7yg6ZzVacFHp7rfJWTATF > .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); }#WU2KhTJp4Nm7yg6ZzVacFHp7rfJWTATF > .row .container { border-width: 0; border-radius: 0; }#WU2KhTJp4Nm7yg6ZzVacFHp7rfJWTATF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WU2KhTJp4Nm7yg6ZzVacFHp7rfJWTATF > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:60rem;position:relative;display:block; }#HhwcAbHuGKO6pH4woONTxx4gIFCGmyyW { color:#022054;display:block;width:20rem;position:absolute;font-family:sukhumvit;font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:20rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MlSWs3OflrqVLr3rD1kI8RsRB5vMfXHB { color:#516b99;display:block;width:10.0625rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:20.875rem;left:9.0625rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ma8nVt1URmJuymh2GREOU1lNT3AOB4ow { color:#516b99;display:block;width:10.0625rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:20.8125rem;left:25.3125rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTvLVmsFBDa4nQ2WGBlRUnU8eyKEGIsz { color:#516b99;display:block;width:10.0625rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:20.9375rem;left:41rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I7aXqOyoiS5NQwSuyA16ouA6n4nbwxBV { color:#516b99;display:block;width:11.875rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:28.5rem;left:17.4375rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rfzs9P4iDKZ7HOxyyv0AzhvuLFErLWwG { color:#223b68;display:block;width:18.1875rem;position:absolute;font-family:sukhumvit;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:30.25rem;left:11.125rem;height:3.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rX3Ddek35TcmIMmnCNBkcVfzx7kUz1TH { color:#223b68;display:block;width:11.875rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:33.125rem;left:17.4375rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aNNSqB3zn6yCNFvXoOe3KODAZt0LGtBE { box-sizing:content-box;height:12.25rem;width:20rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bde0a9f5-f6e2-4491-a16c-91601287f3ba/05JulyLandingPageSuccessyourFinancial12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.57470703125rem;left:31.125rem;display:block; }#aNNSqB3zn6yCNFvXoOe3KODAZt0LGtBE.adaptive-delivery-prevent-bg, #aNNSqB3zn6yCNFvXoOe3KODAZt0LGtBE.lazyload, #aNNSqB3zn6yCNFvXoOe3KODAZt0LGtBE.lazyloading { background-image: none; }
#WNca3H8QBaFsXQ6f552ETf5fVGk6kNW9 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:#ffd82a;background-image:none;top:6.6875rem;left:7.25rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;box-shadow: 0rem 0rem 0.875rem rgba(142,174,222,0.69) ;display:block; }
#sJ5ITfiPL99VOCZqKKGktkOfO8DBySyC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:#ffd82a;background-image:none;top:6.6875rem;left:23.625rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;box-shadow: 0rem 0rem 0.875rem rgba(142,174,222,0.69) ;display:block; }
#IDRHrkJug7wg1uXiaQop8lIWWv5Vp0q6 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15007;background-color:#ffd82a;background-image:none;top:6.6875rem;left:40rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;box-shadow: 0rem 0rem 0.875rem rgba(142,174,222,0.69) ;display:block; }
#BQqqrDXoaTXr5XFm4XnCemH7EreTNZd4 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:9.75rem;top:8.1875rem;left:9.1875rem;overflow:hidden;display:block; }
#dfJeFGSe96PqLu5506CTgm7P3TVtrd4F { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:9.75rem;top:8.1875rem;left:25.125rem;overflow:hidden;display:block; }
#tStgW9awVxNLZIkLJP97GqC4ed4kLLg3 { position:absolute;display:block;z-index:15010;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:6.0625rem;width:9.75rem;top:10.03125rem;left:41.125rem;overflow:hidden;display:block; }
#u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d1ef9432-debd-436a-ab71-29b2ae8b47ae/Artboard5.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ.adaptive-delivery-prevent-bg, #u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ.lazyload, #u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ.lazyloading { background-image: none; }#u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ > .row .container { background-color: transparent; background-image: none; }#u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.31); }#u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ > .row .container > .video-iframe-container { display: none; }#u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.31); }#u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ > .row > .video-iframe-container { display: none; }#u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ > .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); }#u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ > .row .container { border-width: 0; border-radius: 0; }#u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#AU9Un1FuFXL3cc4E4D31HoSFXeIXxE2l { color:#310f56;display:block;width:46rem;position:absolute;font-family:sukhumvit;font-size:2.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3rem;left:7rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fxv9NSEIkmvJieL9Dw9x2HEEVbQ1Ev2I { color:#310f56;display:block;width:31.625rem;position:absolute;font-family:sukhumvit;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:6.75rem;left:14.1875rem;height:1.575rem;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; }
#eboI81bZl59SivxtH7Ean0F7uTFGSBaU { box-sizing:content-box;height:2.875rem;width:35.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(253,253,253,0.73);background-image:none;top:6.0625rem;left:12.125rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#T1sWaORkEZQxww9kqap8PX4QG4fxSXTD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:13.9375rem;top:10.75rem;left:2.125rem;overflow:hidden;display:none; }
#OSFXsCMK3Qqhl8tTfPUDyEI51P3XqLX1 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:30.125rem;top:10.125rem;left:22.6875rem;overflow:hidden;display:block; }
#nw1kdZUXHcg8fTAF0qa0SuJDVIzdM7D6 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.75rem;top:10.1875rem;left:7.1875rem;overflow:hidden;display:block; }
#RJDF3I4mkFTUoITVU4uHZL75IztoZTWN { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:6.75rem;top:10.75rem;left:2.125rem;overflow:hidden;display:none; }
#mCzMAWd9UehcLGsSB53GPuVCN0hW8Z9g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d1ef9432-debd-436a-ab71-29b2ae8b47ae/Artboard5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mCzMAWd9UehcLGsSB53GPuVCN0hW8Z9g.adaptive-delivery-prevent-bg, #mCzMAWd9UehcLGsSB53GPuVCN0hW8Z9g.lazyload, #mCzMAWd9UehcLGsSB53GPuVCN0hW8Z9g.lazyloading { background-image: none; }#mCzMAWd9UehcLGsSB53GPuVCN0hW8Z9g > .row .container { background-color: transparent; background-image: none; }#mCzMAWd9UehcLGsSB53GPuVCN0hW8Z9g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.22); }#mCzMAWd9UehcLGsSB53GPuVCN0hW8Z9g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCzMAWd9UehcLGsSB53GPuVCN0hW8Z9g > .row .container > .video-iframe-container { display: none; }#mCzMAWd9UehcLGsSB53GPuVCN0hW8Z9g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.22); }#mCzMAWd9UehcLGsSB53GPuVCN0hW8Z9g > .row > .video-iframe-container { display: none; }#mCzMAWd9UehcLGsSB53GPuVCN0hW8Z9g > .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); }#mCzMAWd9UehcLGsSB53GPuVCN0hW8Z9g > .row .container { border-width: 0; border-radius: 0; }#mCzMAWd9UehcLGsSB53GPuVCN0hW8Z9g::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mCzMAWd9UehcLGsSB53GPuVCN0hW8Z9g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mCzMAWd9UehcLGsSB53GPuVCN0hW8Z9g > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:60rem;position:relative;display:block; }#zLL5qxqyW5VNWNRegIgwTCzZrCU5ie0S { color:#516b99;display:block;width:40.25rem;position:absolute;font-family:sukhumvit;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:2.1875rem;left:9.875rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I2nmp6EZFdH4Ncp7VRvydrd5N7vZPGJN { box-sizing:content-box;height:17.1875rem;width:18.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.8);background-image:none;top:5.375rem;left:20.5625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;display:block; }
#mGB0daItK02iiTU7MHXogzbEFpaPUOR5 { color:#516b99;display:block;width:14.9375rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:14.46875rem;left:22.5rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dTPazw02EcrR2Xu6gBSc5nT73pwsC1h7 { box-sizing:content-box;height:17.1875rem;width:18.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.8);background-image:none;top:5.375rem;left:40.1875rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;display:block; }
#Vznl2BlGqT4AiX8T0byMOTBLLytnzDqR { color:#516b99;display:block;width:13.9375rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:13.8125rem;left:42.625rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RHlNE6qrJtBbf5fvPXBi7gLrJ3N5QMMU { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:17rem;top:9.34375rem;left:21.5rem;overflow:hidden;display:block; }
#NLWnGkMLXioiub5iJLu6y0opEQJmKcl0 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:13.75rem;top:10.6875rem;left:42.75rem;overflow:hidden;display:block; }
#EI2pyuuFtZWoStUihSTtAdSWH7sU26qx { box-sizing:content-box;height:17.1875rem;width:18.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.8);background-image:none;top:5.375rem;left:0.9375rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;display:block; }
#x6aT7L2E0TCdHJqgtm5XiaXQnERgrCi7 { color:#516b99;display:block;width:14.9375rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:13.8125rem;left:2.875rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iJTab2EhNZVEoL1TO5KiM9lAKc6TgIaD { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:17rem;top:10.53125rem;left:1.875rem;overflow:hidden;display:block; }
#VNTwClQXKqHWraruKQMhrwgg1ht0ts90 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0c541aea-6f3e-448e-84e1-d65d1cc2b20c/LandingHeading.png");background-position:top 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:none; }#VNTwClQXKqHWraruKQMhrwgg1ht0ts90.adaptive-delivery-prevent-bg, #VNTwClQXKqHWraruKQMhrwgg1ht0ts90.lazyload, #VNTwClQXKqHWraruKQMhrwgg1ht0ts90.lazyloading { background-image: none; }#VNTwClQXKqHWraruKQMhrwgg1ht0ts90 > .row .container { border-width: 0; border-radius: 0; }#VNTwClQXKqHWraruKQMhrwgg1ht0ts90 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VNTwClQXKqHWraruKQMhrwgg1ht0ts90 > .row .container { width:60rem;height:41.875rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#ESDpdW9GoxuUEuCbX9kBThQNXcRQK96k { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:25rem;left:35.875rem;height:1.94970625rem;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; }
#A7SlsnWAkmeKkVswETCemT8Uli7H1sgx { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.312325rem;width:3.312325rem;top:28.1875rem;left:8.75rem;overflow:hidden;display:block; }
#gyHRRPnpIqf3Z8Z4k2p2QN0uTm7AVFNu { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:29rem;left:12.875rem;height:1.94970625rem;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; }
#JVP4kBlIDTZGmcaZ0urTTSCuSnMbqllV { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.312325rem;width:3.312325rem;top:24.1875rem;left:31.6875rem;overflow:hidden;display:block; }
#i5i4lsJqf7HqRKukSZVoFOsxOqekXWLC { color:#ffffff;display:block;width:18.2495rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.875rem;left:12.75rem;height:1.94970625rem;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; }
#lAl67F1lJCxiwzxBuw8To3xmTnDhllvd { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.312325rem;width:3.312325rem;top:24.0625rem;left:8.75rem;overflow:hidden;display:block; }
#MPk5z4DQ8HiAkVLILW833mZTXHEro7K4 { color:#ffffff;display:block;width:26.937rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:20.8125rem;left:17.625rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zv7GC2yvmkP8MegMaMRtTUizZBUa5Fw9 { background-color:#842cdc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.4375rem;height:4.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:34.7314453125rem;left:16.8740234375rem;display:block; }
#TikVKuVwqJGmiv4HUX2WCgI9qKhfcJE6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k8xSBr3R6WmHSocQLlvKhON12XTZKQJ2 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.8735625rem;top:2.2490234375rem;left:24.65625rem;overflow:hidden;display:block; }
#iNwrkXRxyi5OQMu4KQXaXtxsJKylrsRG { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:4rem;top:14.375rem;left:17.375rem;overflow:hidden;display:block; }
#DWie3LqZOiz1Bsc49tJQReCcAEkQJGfs { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:14.75rem;top:14.375rem;left:31.5rem;overflow:hidden;display:block; }
#Ltp2sSbwBdoxpOpJQOniTdTXvWHWhFny { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:8.8125rem;top:14.375rem;left:22.0625rem;overflow:hidden;display:block; }
#THQKRy1xglH1Mnhv07RqGEx5kNQ43N6A { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:4.1875rem;top:14.375rem;left:12.6875rem;overflow:hidden;display:block; }
#a091SLlro0WVrAQRid8TXv8CMOKsKzmd { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:29rem;left:35.8125rem;height:3.8994125rem;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; }
#MSQT5TIlBJT4NelXxnLJv1un0MrWekc7 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.312325rem;width:3.312325rem;top:28.1875rem;left:31.6875rem;overflow:hidden;display:block; }
#fmpxzeZf27NWX25QoU8RJdsl55DNoktK { color:#ffffff;display:block;width:56.75rem;position:absolute;font-family:kanit;font-size:2.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.3115234375rem;left:2.7177734375rem;height:6.174475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MAoadfm4q16J9zVsR4MqTTSdsHGcqUeB { color:#ffffff;display:block;width:26.9365rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:0.21142578125rem;left:0.25rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH > .row .container { background-color: transparent; background-image: none; }#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH > .row .container > .video-iframe-container { display: none; }#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH > .row > .video-iframe-container { display: none; }#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH > .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); }#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH > .row .container { border-width: 0; border-radius: 0; }#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH > .row .container { font-size:0.875rem;font-family:prompt;height:12.8125rem;width:60rem;position:relative;display:block; }#DTnAbOXEbz7K0FB6dM8sxRfFHaksVlO4 { color:#9b9b9b;display:block;width:29rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:4.3125rem;left:0rem;height:2.8rem;display:block; }
#noMTdnS0WAPinxOJ8FccU9Te1swHLvgg { color:#9b9b9b;display:block;width:30rem;position:absolute;font-family:sukhumvit;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0rem;height:2.925rem;display:block; }
#WLWzRyCphdFm4TyT6f9ohZKIsuxWkhmZ { color:#9b9b9b;display:block;width:20.875rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.75rem;left:39.125rem;height:0.975rem;text-align:right;text-align-last:right;display:block; }
#axfuI9q1NZZvt8xN4Obo8uqZUe5Jf2FZ { color:#9b9b9b;display:block;width:14.9375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.25rem;left:45.0625rem;height:2.6rem;text-align:right;text-align-last:right;display:block; }
#TeFGZ9SMxRT5tVVPTdCMNp6iLCWMn7Ha { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:1.375rem;left:54.3125rem;overflow:hidden;display:block; }
#VJHveq42yrvOCwwq9s9itCcuHasTRPEO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:8.5625rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dFNiOvK3kW68XInM0WqxnHKrZXImGD3v { display:block; }#dFNiOvK3kW68XInM0WqxnHKrZXImGD3v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbcHLfeZXux1Hac3eQAxMdNZR2PNUA9o { top:1.3125rem;left:3.375rem;width:40.9375rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohdUPQewHOg1BS1OfoEXo4lGlyGSTJTk { top:4rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAowQOfEyCpunndQhEFIhCzpC5InppwB { top:7.8125rem;left:3.375rem;width:40.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vheMB6HsdDy0fbdTWVD3wPneXC40PiIM { top:5.8125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2RX5khiCd813aZPHM48WbbbmhdTfes5 { display:block; }#a2RX5khiCd813aZPHM48WbbbmhdTfes5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaONG95dKnPTOQd5lOih84pWIzo7Cr1r { top:1.6875rem;left:3.375rem;width:40.9375rem;height:1.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5pKWEdGIpf44sHCVXCUH4lQNwgzVgSG { top:4.5625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE3I5xxZR59hsCTIEzMSaGoGP3Tll0K9 { top:7.8125rem;left:3.375rem;width:40.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMzt8s85k6RJ7tfRcOUCQtSR7TTwuAlO { top:5.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F03ylzdBFLP3dFxJR7xWqeoAgXMqq1Nk { display:block; }#F03ylzdBFLP3dFxJR7xWqeoAgXMqq1Nk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhkiXXelHHXSUF8pTCE21qJXozI1ZE0D { width:12.6875rem;height:3.4375rem;top:1.1875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiWF8q7T6A7UF97QH1z1CC3H8l27zOFC { display:block; }
 }@media only screen and (max-width: 763px) { #BAMw2rhuVIa6OU0vJxz3Fy0q8tlQyUkB { width:12.6875rem;height:3.4375rem;top:1.1875rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbqkxsugGFDCwkiygeoxT3teEHUsE8oc { display:block; }
 }@media only screen and (max-width: 763px) { #QGpJ35XX0GvxmdTfdKN7WlfscKpKxRfL { width:13.8125rem;height:3.4375rem;top:1.1875rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1fZ4nzhcKcihNf1TmBa57ID02wlmFsr { display:block; }
 }@media only screen and (max-width: 763px) { #fF5nO2Fh4NvUDHdyUE8Cl3sIG5XqgTyg { top:2.5625rem;left:0rem;width:10.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvXOUzkSX5gkEswIOXeSFTetybwTwXF1 { display:block; }#cvXOUzkSX5gkEswIOXeSFTetybwTwXF1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L86QWMwPn8T1RQEQ4zJI8ifpzzTIDCK4 { top:0.6875rem;left:3.40625rem;width:40.9375rem;height:1.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw0vMd5OwI11P1vQeB40OtBAQBcdzqMB { top:2.875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTqbQ23F67TxXfOE2vuUC4ToD7L9PxBP { top:8.875rem;left:3.40625rem;width:40.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBvPLBcqDNRUmhMpJ0Fgq1lavb9kGT43 { display:block; }#QBvPLBcqDNRUmhMpJ0Fgq1lavb9kGT43 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIIaoatJkChQMTvz6NGAiVpWkoMBIxxN { top:16.5625rem;left:0rem;width:11.8125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgkyDlbPeyEXy87pny9EAfDgJTfsxBPq { top:24.1875rem;left:0rem;width:22.3125rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDolegNCcphM72ho074TpU5UWi692VeZ { top:12.125rem;left:10.919271469116rem;width:23.5rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaSvvV0IwRalL3CCaeE6IG1LPvQSspza { top:1.25rem;left:0rem;width:8rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu8uqrCNeQWhabncbckf2O4G7Iz0558w { top:16.9375rem;left:0rem;width:47.75rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stbgHL8I289OVTIeQCzA1KPsXEf0xNmh { top:27.1875rem;left:0rem;width:24.3125rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9puUb3unt3z5WkuDelIDm84MDkOHn1R { top:2.4375rem;left:8.0000019073488rem;width:31.75rem;height:9.1875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th5NH11uTFDZkG3wzGXeCTBNMnn5lvvl { top:18.8125rem;left:14.895833969116rem;width:18.625rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzAviTK8Ta1rieGxXNH29PF9rXBGBAQJ { top:27.1875rem;left:23.4375rem;width:24.3125rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NryguFyADwXlx51az1n6EgGHuAiA79Bb { top:24.1875rem;left:32.687501907349rem;width:13.8125rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCEaAhnqNabcgtcqPMBcl6y5UgMx8DxC { top:26.25rem;left:22.645833969116rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIqxkO3H710KUquGl3Sz0w45oTkIdbc4 { width:22.625rem;height:3.4375rem;top:32.5625rem;left:12.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1TMRpi2E04mCfJPemNyksVygVTlx1IV { display:block; }
 }@media only screen and (max-width: 763px) { #UbGlmNRUIvTrZcPoPWUuH6JUQDpNwM3B { display:block; }#UbGlmNRUIvTrZcPoPWUuH6JUQDpNwM3B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKpV1mfNIP0m50LRGSTaCLS0U29yTKFz { top:1.6875rem;left:3.375rem;width:40.9375rem;height:1.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTdJJ9A1GuKTHvJz8JO3bRkS0w9iutPS { top:4.5625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN1EVUFNR9dIZKIoEdTMyLUObwWcBUfJ { top:7.8125rem;left:3.37451171875rem;width:40.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG9pZn7bPkNWqJQIs6B5o83sL5I2twGs { top:5.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8o17szIZvMO7XFQMyKItKkaPnFHkJQK { display:block; }#X8o17szIZvMO7XFQMyKItKkaPnFHkJQK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGeJaugtmdvuOKEVibCmIHdcheZSsuiM { top:2rem;left:0rem;width:12.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFaQdTfpSvL3MVCHht6mLU7iGMahTVTy { top:4.4375rem;left:0rem;width:15.8125rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK5pGwAOT7Qc9IsqnaPzW1LZLzuFkRCA { top:14.25rem;left:0rem;width:29.375rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg2Pao8uLTDcS6N2z9TyLEKTmIac5VIn { top:28.4375rem;left:0rem;width:8.625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqwFaTB5XLsk45nbbTO57v8gD3dFRmVn { top:27rem;left:3.5625rem;width:9.6875rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVbnZToufMx2h1SftCCAkInAyuFNyeGr { top:30.875rem;left:3.25rem;width:12.0625rem;height:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPKttZT28x01BGKNGIquOFtgaUPSiwDF { top:9.6875rem;left:0rem;width:35.9375rem;height:5.0625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzTFGRLRIg40pidhnFbvcJOqRa4gBWNi { width:20rem;height:3.5rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQldakHbGaMPcUq1n1nw2MJ5k7tI1Kg2 { display:block; }
 }@media only screen and (max-width: 763px) { #IImeUql5RNctoU7s2eDMX8Qo047dPt9l { top:30.5625rem;left:2.8125rem;width:11.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJTv4GHn0fh9krDExGViPPiWrOBoyV14 { top:15.625rem;left:0rem;width:28.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #swS91QDSfCpLwIGwc0tGWIoDKlO7Sanv { top:10.4375rem;left:0rem;width:32.8125rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CgTPJXTNrLrmTAJS7MJ4k4e6zTke1vb2 { top:19.125rem;left:0rem;width:33.4375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 { display:block; }#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGLdieEhONa4VE6iZLzegud2L8iacb7e { top:5.9375rem;left:3.1875rem;width:12.6875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1SXoQtmPhh4qgqLTJhm9LgXUIPtSk58 { top:3.1875rem;left:0rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1ifN8btNkTdZQrLPZetXtIQlSWBmlcD { top:4.4375rem;left:2.25rem;width:13.625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efZTbhWtwmKiMTH1ZwVZAeBQg7m9UJf2 { top:5.875rem;left:21.25rem;width:10.5rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeIOaqP0kck2LSa7PboxtX1sTyhzm7Qy { top:4.4375rem;left:19.5rem;width:12.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK65h8saQvurZ0TNapyt3lzLJCl4TVRk { top:3.1875rem;left:15.875rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #he6qm2apyC27ePQSPPomyfdllZTrdLMa { top:3.5625rem;left:35.375rem;width:12.25rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMvdmnxlFyuZ1xrUizU51dDaSQdsl0qr { top:6.75rem;left:35.25rem;width:12.375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbHwo9OKlwBSr4TT4VwATI9bHoihyrpG { top:3.1875rem;left:31.75rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9GrvZmHO2Fbry2dcB8EEUvSaTHZWZ3M { top:4.5rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdOrQ6VJ5Ksg65U7UtZSch7BazmKIrE0 { top:4.3125rem;left:15.875rem;width:4.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhBlvND8wE8IxziiTrnmszdO0w6TK88i { top:4.4375rem;left:31.75rem;width:4rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdVXF30xua7r9dhDRWGIfTDyurxPzLH5 { display:block; }#OdVXF30xua7r9dhDRWGIfTDyurxPzLH5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rI8rm5sXXZKyaMGLSFkJe26nJTCpw5ZO { top:21.875rem;left:40.8125rem;width:6.9375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE2LVouU8EmzSIOxZEcJGH0kJHlxag5w { top:24.0625rem;left:34.625rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w24PTgGWZ8IDOHi5q046v558r0IB4zwt { top:10.5625rem;left:0rem;width:47.75rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7S2iqQsizKf11zgClPowTGbvJKqWlen { top:39.1875rem;left:27rem;width:20rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo9EMGTvnw5g2poDgv7plLvmb702H9Vp { top:41rem;left:30.375rem;width:14.0625rem;height:4.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV91o06q7XxIr4ZGFdDsAb1D08GKFnLN { top:40.375rem;left:20.6875rem;width:27.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3pGeNIiekW4DGC5qJQorG2vaLk0Wrid { top:45.625rem;left:20.6875rem;width:27.0625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSwDDNUtoePt3EdCzyagTfZMWXSlSXwI { top:17.8125rem;left:0rem;width:20.3125rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVW32dsqkZLlM6AxEkQLJLaZ42cNvlRx { top:27.1875rem;left:25.1875rem;width:21rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr4vLSqKI6om9sMOwDIJovnSEClPcW2A { top:27.1875rem;left:0rem;width:24.8125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMEqz07d1V9OHnGLJSKC1bRKnwg6pNSm { top:26.3125rem;left:10.5625rem;width:28.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceXMHM8dqIKW2lIGw5eCZ4OKiwSZ2fUr { top:13.375rem;left:0rem;width:20.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOMFyrlguWBFu2vplcaiJtkKePoI3bck { top:1.375rem;left:0rem;width:47.75rem;height:5.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7cZSF1SQRWo7x3rRUJxMMoyfVwcCfEy { top:12.0625rem;left:20.625rem;width:25rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcWaqTxR2OzwaUSfuJxPrTT5en4Q3dA1 { top:31.5rem;left:23.5625rem;width:24.1875rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g57qkdJRDLOWa2Ah0x43gys9qfUBo8Mu { top:8rem;left:10.65625rem;width:26.6875rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1 { display:block; }#O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wL2uTykcRDE4GJ4wHwmcmHcLUH0t2THZ { top:22.5625rem;left:3.4080810546875rem;width:15.125rem;height:4.9375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2xXwxMgUWDq4KuHBHGSWeuyeTTGi6gM { top:21.875rem;left:3.1895751953125rem;width:15.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGF4wMJfwizTFmMv5cvrFVVPuUbsx2eF { top:5.8125rem;left:0.9404296875rem;width:20.0625rem;height:4rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB7SN6JpUwTlya4NSGlCwzTKC72Ous0k { top:3.4375rem;left:4.6922607421875rem;width:12.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqdribHb13WTKTJyn1Sr3s4GKvOuABo9 { top:28.875rem;left:0rem;width:31.5625rem;height:11.125rem;font-size:0.75rem;display:block; }#yqdribHb13WTKTJyn1Sr3s4GKvOuABo9 li:before{  }
 }@media only screen and (max-width: 763px) { #vURXLU8ZRkpvZP2XCCJeDOTeVH7IyTrB { top:6.5rem;left:21.4375rem;width:26.3125rem;height:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlRG9QFzMzJUtVqlCpDe6JevuS4wZVfm { top:15.8125rem;left:0rem;width:23.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuw2JkfApX3P197wM0kNFrMZKudiG0Ew { top:7.75rem;left:0rem;width:5.8125rem;height:10.512627920263rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcAv3nh3EfseHPOg0WHr9XCGIgVn960E { top:1rem;left:44.3125rem;width:3.4375rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLrO80FTqK70u56vKTtHvDAQuNXdoCiv { top:11.125rem;left:0rem;width:27.5625rem;height:7.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7EXqs5ihPBOPvbNcVJQHTiKFILvVCZV { top:7.8125rem;left:27.625rem;width:20.125rem;height:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-regular-label { width:21.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-input-text { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-textarea { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-input-select { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-input-button { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk  { width:21.125rem;height:auto;top:13.6875rem;left:24.125rem; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .radio-container { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk {display:block;}#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk { width:21.125rem;height:auto;top:13.6875rem;left:24.125rem; }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #VuL1tsmvE60mhBvKdbOyzXmgor5G9bup {  }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #FHzeDGOOiRDOzKWCv972AlkHqHbZwOw2 { display:block; }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #T1aFOQSCXWab9C5WAR0gspCuJ49VpGbF {  }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #hytl6HETRfZUwkGhHV6I0CEGn8LIvS8i {  }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #c9zswD3VczBtPHK9izkGV9aUXFwaww8F { display:block; }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #vUL7Ley7EdrTapxs6hh82foWiOJ9TlbA {  }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #yVPQ4gXgOOGRkZOwo01aF5kX3vxFapw2 {  }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #yce6TFnRKe7Wwx4BTTsGV1rxeoP0Suwb { display:block; }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #C4W9VRmSxPVxIL45GTKH6N7LcXcNP8Dm {  }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #dX4ouke0KhGxAQdnuIo5UvEdbHMEeCIn {  }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #yOzplHoXDTCGraJTFE3OAPgGJLdVDETD {  }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #kPiMCFube1OAvoJHiTdMmewV8XHyEc9K {  }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #wyd4CPfEfWGdyWqIEcdbzAZ0A7soFcMt {  }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #UNILuSraZDTR3uJkLLe55qBpOHi3W1Js {  }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #d6cGFHwvJImtHvGGmuICcHICTmy405BH {  }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #ETk6uiypTkxhIHHFrVKwcRWeOhmlFtCT {  }
 }@media only screen and (max-width: 763px) { #pFqA0xsrye76MzV8tASN060A1F3sIIPR { display:block; }
 }@media only screen and (max-width: 763px) { #g4FG4S1PXB19qWvB55o7cpe8o7Tk2T3a { display:block; }
 }@media only screen and (max-width: 763px) { #F9O6LfLnccKJl0XwgCUTpI3QxA6DVqda { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #m4yBQGWRFUGyzmsRi5vL54IPSaQhToWf {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TKG6vyW7E3idZgnwPoBkJIqlsTzBNGQU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WKiH1EeCLwJysaOJuLeurbFrJb2uAdwU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #n4a0hmLtF6q7wwZdWZw8eRWRaWaPgaJg {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xpG2AZTqD1VUU6zzKHx9NSKhe90BIhOb {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #giK7lM7eXtKuGDDBef6eJoV4EWA5pTzV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Ql20hn9NdnnXlPNoDV67zkfRcVT1TJwX {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DaJGtzhqdrUZnh4WehUXtZxxeRomqur2 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aroA8s7GoppzJyt9qAINRr6wgFJVJAEm {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #wsH8neKh6ouED7LOTbEsiUU4qCAzs8Uv {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nthFGtsc0mSZFMTvWLd5WRVxQAEGJ3JH {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ThRashDxyn1sy57kiSPN37IqREgCPNHi {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rQqBmJn6vKPVqXC3orvQ39IA1M2xV9x4 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #G3ZCAOd6gT9HysG7A7TPvKO5MoURTifv {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zvxoN2axKT7hWr0mvdmxDGoVqOuZQMEC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Zq1fW3iF8Gw8Zyf3hX17MuyGT7Wd1FXa {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IgwEUkuyTHnU9mCZoB13A132Q8GLTvlm {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MOfOaTTzSdUMvWgx7qCTOZo5ZWlQAVKJ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gF9wyQW2WTBdO7TZZTEz4kmATlkm8rvU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #d1MmwBxmzA4MkzfkpPg0DAuty8BiszlT {  }
 }@media only screen and (max-width: 763px) { #wMsRH0ARybiDOtKgNCwvTIAa54uzuxBv { display:block; }
 }@media only screen and (max-width: 763px) { #GUGwlVKR8mUbZ4fuz8JLgRupHeLObdeN { display:block; }
 }@media only screen and (max-width: 763px) { #ghHDtgasSoppP6AmBTyvV1rv6R4Hi9Xn { display:block; }
 }@media only screen and (max-width: 763px) { #zxQQJIBoAugDSc8fngllaKo90PTQX5Z0 { display:block; }
 }@media only screen and (max-width: 763px) { #NekmmoXschv8Iadxq4rt2Hg2ValtIztx { display:block; }
 }@media only screen and (max-width: 763px) { #ZfO6ez1kFuD6TqcqSTSQUaDcMtfaLMAa { display:block; }
 }@media only screen and (max-width: 763px) { #IZbnnc5HrBuQFC1PQB5G1myT9LRrhiJW { display:block; }
 }@media only screen and (max-width: 763px) { #sXGfbhe9aAlC8oqBaGuOFFiincaHMGd7 { display:block; }
 }@media only screen and (max-width: 763px) { #qLJMTZxJmgorLXN5TRrh5LMC1hgJUKdq { display:block; }
 }@media only screen and (max-width: 763px) { #teakFnVUVWZ38RNxHNpTD8T4bqIlvVa3 { display:block; }
 }@media only screen and (max-width: 763px) { #VdQ4pSRUK2mkpfp0VWNXrQLOqQdnQroo { top:12.5rem;left:26.875rem;width:20.875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUX7g1dyg1gBc17vD2weEneSvy4yRaTr { top:18.375rem;left:0rem;width:33.4375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXTPFgiU259OUVZ8bOPbVetLag7XOfJH { display:block; }#rXTPFgiU259OUVZ8bOPbVetLag7XOfJH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyNNsHe0nbapozpoDqfWCmAQtzM8L7MD { top:5.25rem;left:0rem;width:23.1875rem;height:5.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UScGhPogDQhlAvWQ8U7ph82nCpvliOuz { top:3.1875rem;left:23.9375rem;width:23.8125rem;height:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgny5w7rMHnVzi02HGcp9767e0kMvqJM { top:10.875rem;left:0rem;width:19.8125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtr6rN1NfXhnvPTpRAEWsKtprUkyWtF6 { top:3rem;left:23.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB38E6BQ4ktLuvOBt8liPdGXDSuOigt1 { top:5.25rem;left:23.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SENkc4aoKQkW6znGSbrMRTtJFrIT1pJX { top:7.5625rem;left:23.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEGFwMdXDTFL0AhUnLvhhRPgyRCDB7Ww { top:9.75rem;left:23.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ1nkhOUOSOfhcB7uNMvCH55WXSaCN9z { top:12.0625rem;left:23.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwM3rnnd0N2ff1QaVLrvSaqe7mHJl4vQ { top:14.1875rem;left:23.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7HeHlKK1hu3oALNdWn2kDwXGxe025V7 { top:1.375rem;left:18.3125rem;width:29.4375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV { display:block; }#dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #chPtTTq2Rh42WBepshIc1T8e8LTxFo1l { top:20.5625rem;left:0rem;width:18.375rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #frtmOzHlBJMF8Ky9IQVmlCJX77n08R0L { top:23.625rem;left:14.3125rem;width:17.4375rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPyhmTwmuEMDVMmBhHiE8ATvvcIT4L0e { top:20.5625rem;left:29.3125rem;width:18.3125rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0amwVKIKR11BTeLeaXMPQdK33Sf4Ozl { top:10.5625rem;left:0rem;width:18rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1e56uLpzvTclTNX7DCchLu8u81p1vPZ { top:13.375rem;left:13.75rem;width:18rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8iH9CrxInCadSS4CrAuiqwd4CSaCqk8 { top:10.5625rem;left:29.625rem;width:18rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tez1RXp0ucrrQflPVoEdQ2qodhTN56SF { top:41.5rem;left:15.75rem;width:16rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu1JkTkNTg7FNGT2brTpzdkOUczayXep { top:39.125rem;left:31.125rem;width:16.5rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCbhnCBrb45JKTwFdp537cX8q7k6UJ4I { top:39.125rem;left:0.15625rem;width:15.125rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ5mmTzrvs3HO5V36x1ZOp1OKAio7fL5 { top:29.125rem;left:0rem;width:18rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyBDNqTP5ZITPIB6MPclUqqLTTAxfkM1 { top:31.5rem;left:13.75rem;width:18rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev4k7banUQcFWE0Q8nVvc4KPZmdkE5Tc { top:29.125rem;left:29.625rem;width:18rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnfmyQp9aqwQlL5bmea3AEh5nTKzkW9E { top:6.6875rem;left:0rem;width:34.6875rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #smR3AdWTOzw8xkRWwcsqoXySkRbiwqyM { top:0.5625rem;left:0rem;width:20rem;height:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC2dRVZqnMR2gvbcLNw3LyZsFW4LELRi { top:9.5625rem;left:0rem;width:19.5625rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl19JT2ecz8zVLvNsa33I0g9ByGqoBUw { top:27.6875rem;left:0rem;width:19.4375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7pUR8wCAJCnXwrDsaIGJhgKMEGQrPpU { top:12.25rem;left:12.3125rem;width:19.4375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QafcT1Vi3CMLZzxFiKSzJo8zlx1TQWsz { top:30.125rem;left:12.3125rem;width:19.4375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THSiT7f4QhyGh9M4ViKFCXiOTGJiwEkB { top:9.5625rem;left:27.0625rem;width:19.5rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sItQpVhNs4N38v2zuy3KefWnM2vKfX2y { top:27.6875rem;left:27.0625rem;width:19.4375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC { display:block; }#u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ne9eZQmUIf3lo169d2qseVyGdAu4Gi5n { top:6.0625rem;left:4.125rem;width:39.5rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMwTZk3nog2ZBg1KzaMbMsGBioaMXCwN { top:2.3125rem;left:3.125rem;width:41.5rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToO5WImcw6l7b1HXD7rBFPGx824SJEX7 { top:10.375rem;left:16.3125rem;width:15.125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVmeLOVEmRh0v7NiWubMHTXBqIM1TrWE { top:0.5rem;left:25.1875rem;width:22.5625rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXJUlViTN5xrAHeIPLEMq5epyBmigIF1 { top:7.375rem;left:4.1875rem;width:15rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THzo30hKko5sxdBCBPw26XtPX3x0w2Do { display:block; }#THzo30hKko5sxdBCBPw26XtPX3x0w2Do > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncseEXPpTleoQa3w5VeA1BrlowMvk1Wl { top:4.6875rem;left:4.8125rem;width:39.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8go3fnGbbrHD0gf04nMKqMIp8TCVCx3 { top:2.125rem;left:3.8125rem;width:41.5rem;height:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtirZzGDytsxvA1vTeT6yaTaCJIEVrEW { top:8.75rem;left:21.0625rem;width:5.5625rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I97cp27rBaUBiJ6s4hOkedLTrfumT7JS { top:10.25rem;left:0rem;width:17.375rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMcRW4Q2Dr9Oz2PoEN2TUq0N3Gy7txT3 { top:10.25rem;left:30.375rem;width:17.375rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJi5TDa4567OBMrbbWKOi7yTqeZ6n9T1 { top:8.9375rem;left:0rem;width:20.5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrNp3BXvKu3D34pz2mPMagTvDhsXBMNm { top:14.0625rem;left:0rem;width:17.625rem;height:3.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlhNNDA2n0KGJ6E8peVee6G01RbOaziR { top:19.5rem;left:0rem;width:17.625rem;height:3.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnP5UcgnKVozDtgTsFSEQOTnVtNk9Ndb { top:24.9375rem;left:0rem;width:17.625rem;height:3.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdMCzZrePUtlzeHfJtxknuw1KgJ09moC { top:42.4375rem;left:0rem;width:17.625rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ5OWx2ogKTqI2cETiTTw2wF0txBbdZZ { top:35.8125rem;left:0rem;width:15.75rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNunvhsJJGWBovpuSIwW99is3qiNK3oq { top:30.375rem;left:0rem;width:17.625rem;height:3.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmSq1g6Fp5w7o98DFUJGp0MQ7J097Tbd { top:47.8125rem;left:0rem;width:15.3125rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGG3yd4mrXAcVHWpltB6RCHJqklTIOon { top:53.4375rem;left:0.375rem;width:14.5rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkxoqzQ1kWJDNlGDTDIVWN2krnzZ5TVb { top:13.1875rem;left:0rem;width:20.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZbTKnENPQ8gM7OBDvetTFrgWfkEp3bc { top:18.625rem;left:0rem;width:20.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D20Z9ylncwlQzwNccWl2UvkMN2FuIvox { top:24.0625rem;left:0rem;width:20.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5Bt2pHh4dpZb31J3KBdI6CT2XhSMHTS { top:29.5rem;left:0rem;width:20.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuAnS64FJN9T7AfETTPmfbXkyI9G2e3m { top:34.9375rem;left:0rem;width:20.5rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #We3LSWk4argQ14hMGWGlNITRUHlq7Ruv { top:41.5625rem;left:0rem;width:20.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCnTly0V18eLoz3GBt81XpH9gcQTe2pv { top:47rem;left:0rem;width:20.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5BDIvGScV2WZ9BUczbuQV8OalHlGTiQ { top:52.4375rem;left:0rem;width:20.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHTBMsOHnnHouMgmiZwaii6c6O4bzwox { top:14.0625rem;left:32.8125rem;width:14.9375rem;height:3.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM2x7gfOocSurQGpw1tUMlUoy7sykOlG { top:19.5rem;left:30.125rem;width:17.625rem;height:3.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPlCh5TyDffsM2UoV0C5mTan3kWT9HFr { top:13.1875rem;left:27.25rem;width:20.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzxoRpnOpIJgT6IXgsVPF75IE59ZB7En { top:18.625rem;left:27.25rem;width:20.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0PqzQc2vlh244W9olsFEdVJChIygr8i { top:24.0625rem;left:27.25rem;width:20.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODxJdFrUVTykT8azD23Q7qDdFE1yvfKv { top:24.9375rem;left:30.75rem;width:17rem;height:3.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXt7euNhLLnrLtTxrBeapbfvP7otthP5 { top:30.375rem;left:30.125rem;width:17.625rem;height:3.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaCKbVpErLMEGc4mU01FrquRw87xLadT { top:29.5rem;left:27.25rem;width:20.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaEFCcNBLgJ6AXMmArtT4yTINWzSibFr { top:34.9375rem;left:27.25rem;width:20.5rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH3tXP8S7cpsrshMTbK9zXPfQteWP1J0 { top:42.4375rem;left:32.3125rem;width:15.4375rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9X7edEBe6dQsIqqhucWINz0F97nlkM { top:36.375rem;left:32rem;width:15.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrc4TesxtOc9oxMOLWzvD18qn4LRFuiI { top:41.625rem;left:27.25rem;width:20.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsZcpy2VlT1BdtwOPTDPXoUJlaUPTPld { top:48.4375rem;left:33.0625rem;width:14.4375rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJGMoL604fR8UdCdgTUpsiaJXmqg5Lwf { top:47rem;left:27.25rem;width:20.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAtfAzUqpDQAZG5yqfKUTVPUJbym12Z3 { top:52.4375rem;left:27.25rem;width:20.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Grdp83hr3yx5qvc9zT8ZatgR6HCE2ez2 { top:53.4375rem;left:30.8125rem;width:16.9375rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UemCNWhndDZJRZXEzVMBG82BvbLspuoV { top:8.9375rem;left:27.25rem;width:20.5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU8Heq7Pbm0Vz2gmbsKq09rFh3FFcfBF { top:14.375rem;left:19.75rem;width:8.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th9ATuEKPeRKhLCmMspTxzdE4yA6hfa9 { top:19.8125rem;left:19.6875rem;width:8.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs01n3wKkknJgzv9gnTPHKIGEUJPdmgW { top:25.25rem;left:19.75rem;width:8.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiv2a2UeABtiJcOyAEC1P1sHWH5pM4X6 { top:31.4375rem;left:19.75rem;width:8.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8EmTkvRn7FMyNy8oxMc8XCVog97molR { top:36.75rem;left:20.6875rem;width:6.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA5X2prb4SndGRW36Wstbxrgvlm8WDES { top:42.8125rem;left:20.625rem;width:6.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCmLS3TGu2hADgEomy9ECgsSWZ1Oa3FJ { top:48.1875rem;left:20.6875rem;width:6.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRoCheCAcJcOkw8wANov4A2r2ESvp4g3 { top:53.9375rem;left:20.6875rem;width:6.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAfit6XC1z7meIb1GWLCwgCHEaJONTRm { top:60.4375rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvsWwOInxUIkztlyHDNpbqTVpPotmnGL { top:8.875rem;left:0rem;width:20.5rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGh58MAXVlhGJxT6vd55kGG2Gx8t2NX8 { top:10.1875rem;left:0rem;width:17.375rem;height:1.6875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #os0GtZxSm2baW6xEKvhh4wX3w4Qz9aBk { top:8.875rem;left:27.25rem;width:20.5rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VNlX1OBTfJqdrClnxMlCVFsKpPccfscS { top:10.1875rem;left:30.375rem;width:17.375rem;height:1.6875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxaH7Eskwx6cwa3wFt6M25ETy8XirNz2 { top:8.875rem;left:0rem;width:20.5rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CFyctakgT7q2gSQKhW9inA3PzHpvT40O { top:10.1875rem;left:0rem;width:17.375rem;height:1.6875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IC4tXZ7aa4MlgUGqlxifuPLu6QGerSvI { top:8.875rem;left:27.25rem;width:20.5rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTT67slEUrfDAUdC5wVmCHmwOSlmTfmM { top:10.1875rem;left:30.375rem;width:17.375rem;height:1.6875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2wIcn5vLzTpG2y4AcF6QaU9QI3h26Hk { top:8.875rem;left:0rem;width:20.5rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvsfqt29l8VXdhipn9K9vs2XBhw0rfTX { top:10.1875rem;left:0rem;width:17.375rem;height:1.6875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WA0GUw6Bfi0UAG9v5VTo3Cg4oSSOIOn3 { top:8.875rem;left:27.25rem;width:20.5rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QdmcBFqvmg9fHFkwhLd0KpTJDTEMU53a { top:10.1875rem;left:30.375rem;width:17.375rem;height:1.6875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dsJQLnOptdqchdfMbnemTbgXXmbx9e9J { top:8.875rem;left:0rem;width:20.5rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #buAHe6rzEBddaJlhxiNS2e5gLGNZsql1 { top:10.1875rem;left:0rem;width:17.375rem;height:1.6875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zwzfG79kaOx6TTJqOvsJM9ZgblBZ4eti { top:8.875rem;left:27.25rem;width:20.5rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ac0lsdiqNvggpFHOrcJ8IBg0GLD6pFns { top:10.1875rem;left:30.375rem;width:17.375rem;height:1.6875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkJCkwtnbEu2pdemTwhKqUPQKwBHonyT { top:8.875rem;left:0rem;width:20.5rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXer9kgiqFC9J8AUe4ph2NJyW4RVibSq { top:10.1875rem;left:0rem;width:17.375rem;height:1.6875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EmcTMcwolPZMe3cXVsNAwSBlB1EACNJ6 { top:8.875rem;left:27.25rem;width:20.5rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4EzsNJJHptLiev8W7B0NPRb1LGaRtGD { top:10.1875rem;left:30.375rem;width:17.375rem;height:1.6875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DQWHiITkEdThOlzRLyKiJHU0ulOz88QB { top:8.875rem;left:0rem;width:20.5rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eplMPlfywvndMvWyHc0lNSclkThpoUkJ { top:10.1875rem;left:0rem;width:17.375rem;height:1.6875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m5OQqZ1h5ugQSJy4pHbaKcwbmwShVieG { top:8.875rem;left:27.25rem;width:20.5rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rENq1JLq3M6cOVKwk8MT7yrSKq5yHdRv { top:10.1875rem;left:30.375rem;width:17.375rem;height:1.6875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #It76KxQx7TKPHKD2OR4huZFSSeOGieAW { top:8.875rem;left:27.25rem;width:20.5rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UmqN6PH9W1SoRHS2dkBIUuGQOJ7fal12 { top:10.1875rem;left:30.375rem;width:17.375rem;height:1.6875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #acgnwTzaLXe7QwZuTlpyLXQ6waRembxC { top:8.875rem;left:0rem;width:20.5rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2PUQITgc7uC9lmz5vFxh3hnP8yCoQGr { top:10.1875rem;left:0rem;width:17.375rem;height:1.6875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2ckpq4M0cCU3BRyD0ppTIDmxuobFPFn { top:18.4375rem;left:18.25rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ieg3Q07zoqHODJeS6h7yPvJDwccLqPpk { top:23.875rem;left:18.25rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOkPXDrtTyFS6wNbARQrtCxBW3GPVeqr { top:29.3125rem;left:18.25rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP17SxdREE6vKnspB6pwxd6cLonOnsqT { top:34.75rem;left:18.25rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4zbK0tteu4Trr2wlmSHWVCTw7Bs2H0e { top:41.375rem;left:18.25rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFCQoPQeLqPh3BHNRUDAlSAUTT23swTM { top:46.8125rem;left:18.25rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0ZOgde5yONFkBNEbT1PbU3A75MpoPQo { top:52.25rem;left:18.25rem;width:11.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwlhoKBy7eEpNdOFUqgI084pkmERo2zv { top:13.625rem;left:0rem;width:2.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn6QHOiQJ2RbaJtAe9uhrgzLnbV8XMwJ { top:19.0625rem;left:0rem;width:2.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBUkW7mvf3uWWCAcvhDDg2A4lSimlF20 { top:24.5rem;left:0rem;width:2.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf06hrrW6UBuLEyGOCZ9qaq1MJLGN3au { top:29.9375rem;left:0rem;width:2.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWFZeRyMivMWqz2qWLCpKWO4NkZBWUcV { top:36rem;left:0rem;width:2.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctxZoTzd0fnlQVQyMdZ0be2k5Qgl9WUy { top:42rem;left:0rem;width:2.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkC5wO0NHwfCwbs68O9vKigyErr9zrrR { top:47.375rem;left:0rem;width:2.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVrhZc5epA5RqWi3EgLFoP9SlbTFF2A5 { top:53.0625rem;left:0rem;width:2.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #REmRAVzsVb14MhHtkNyVoHkUcQKB7xAr { top:13.6875rem;left:45.375rem;width:2.375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLb9KfsX9HfsZ680RoRQ68MbpJUAGEpK { top:19.125rem;left:45.375rem;width:2.375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSVp4MLP7odzhNgUnfleqaWBb0mHoUa7 { top:24.5625rem;left:45.375rem;width:2.375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc4JdZHyzUeWRdTAVwOLEre5pXLgxsEB { top:29.8125rem;left:45.375rem;width:2.375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC97Xrx0MCOv698nZCJuQB9MP5ifsNJh { top:36.0625rem;left:45.375rem;width:2.375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7QrH0ulIiJRfb0s3338HIV6EprgTZVa { top:42.0625rem;left:45.375rem;width:2.375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTCnKJtuo60qdh41TQ6dWfEDBpWy4ZLN { top:47.4375rem;left:45.375rem;width:2.375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9vxO4dnPIUEeG7dQtTI8auWA6TbKi9y { top:53.4375rem;left:45.375rem;width:2.375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov9IGboMTiJ6K2ET3yFzzqWmLixi4ocw { display:block; }#ov9IGboMTiJ6K2ET3yFzzqWmLixi4ocw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #agh7lWPSdakyItxw7TS67uuDbBNvtZif { top:1.75rem;left:4.125rem;width:39.5rem;height:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkoREXHAE50MlrTl0dw7tH6Hos6PZgP1 { top:6.125rem;left:0rem;width:47.75rem;height:9.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuIbeoLLOmV0lQJT1bf41DMKxnclfcO5 { top:26.9375rem;left:0rem;width:15.3125rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmqlIeN3IWgpgEPZ7iswPnBFl5MduuSe { top:17.4375rem;left:0rem;width:15.9375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dgs7rnTT2Zu7ceVaCkmcyQEFVJz62KBs { top:30.3125rem;left:0rem;width:11.5625rem;height:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrSoUXOg3O1JPhIOOUUfAmek7BLgXQpW { width:15.3125rem;height:3.1875rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlU02PZN2gTWlmn1LPoTDvF8sh5z3gFy { display:block; }
 }@media only screen and (max-width: 763px) { #sDkVq22JQfcLIUpeLzKRhDu3bXJhST7i { top:16.1875rem;left:0rem;width:19.0625rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwtdU78petTDJODKiPfpypwd8foKaHqq { width:15.3125rem;height:3.1875rem;top:41.4375rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGk7KR8xahhM2mzTqiBJkEFmHiS2W2SL { display:block; }
 }@media only screen and (max-width: 763px) { #C73oFPJsTcbIWrllQETHlokQxn7xDZWv { top:17.4375rem;left:14.375rem;width:19.0625rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFolCboFAQsET5cTiHnZTpFULtCPdQsn { top:31.5625rem;left:18.125rem;width:11.5625rem;height:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN0FbwMvvIsPJOqTVHEJzMbPs968MKg2 { top:28.1875rem;left:16.25rem;width:15.3125rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Euox6F2idJUNsZ4LOHAittyrkeeUiJBp { top:18.6875rem;left:15.9375rem;width:15.9375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWhyt3IZO4m1W6OQt98K5buosMgTzNDH { width:15.3125rem;height:3.1875rem;top:38.25rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZWzSCPfZtyQZchTX2fGFkiVboRQmQUD { display:block; }
 }@media only screen and (max-width: 763px) { #CkugHGZyvhfT1NdAVk2ktVfkuDopFVtt { top:16.1875rem;left:28.6875rem;width:19.0625rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEr5cBJT380qOABnyqEp4xuuMttyenL8 { top:30.3125rem;left:36.1875rem;width:11.5625rem;height:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Mck2tIUsc9gCsO8eoskcwS1ouiquGy { top:26.875rem;left:31.0625rem;width:16.6875rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNQyOiXnAyNPb9Ji23G3HxMqX3taaggt { top:17.4375rem;left:31.8125rem;width:15.9375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgpPNRTsTPW5FTu4fiVSolGr9ThUmOD3 { top:39.3125rem;left:15.1875rem;width:17.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD { display:block; }#bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOeXlx4NMN7ZTi0513MM4r5qJDXeUE1q { top:3rem;left:9.3125rem;width:29.0625rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZLGVKmJk30GhRVwlCZBd8vb9vtqirqZ { top:12.0625rem;left:0rem;width:19.125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCcXAtALLFKAiCzdROOVDdxRzszMvwZw { top:13.6875rem;left:0rem;width:24.8125rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTstUlGTVTqGoBHnbLiJ6vh4z8TOGqZV { top:17.3125rem;left:0rem;width:23.4375rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #amlpMure2dDnlFNQ8FQaNzSDuhy7pXlO { top:15.5625rem;left:0rem;width:28.125rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfb3SIycXf30v4ieSyT0i1Papb93wH44 { top:20.75rem;left:0rem;width:22.9375rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5wEXGN6IvtZSSTouGeC3GcqEtNgARXx { top:19.1875rem;left:0rem;width:22.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttWuPxCP5ETkWmDq2EnzKovtTTVhkLrb { top:34.1875rem;left:0rem;width:22.9375rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn7lruuEJp9lukgCA6D10IFB0Vfra6Sl { top:32.625rem;left:0rem;width:22.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt3S0p0Ik52QFBb72x4Qrmmmp904EOC6 { top:30.6875rem;left:0rem;width:19.5rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdq7AWlk1oD0F5nbrJMTPnn6CKdO373y { top:28.9375rem;left:0rem;width:23rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlUHTJThLmHTCUL2shJFiGODG8gKfNb4 { top:28.4375rem;left:0rem;width:16.5625rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzxpzeVCp41wrEBEgT9BpBN1T6p4KaWG { top:26.8125rem;left:0rem;width:21.0625rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idkvUSBbFp9KT16tteaMmFzr6Nr4SDf2 { top:41.75rem;left:0rem;width:22.9375rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK4rfMgAMNEt5TXhmoLStuaGFTtIbNi9 { top:40.1875rem;left:0rem;width:27.6875rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF6T5cZi868kZ4cq5Ue4qteA5R1qiTw7 { top:48.1875rem;left:0rem;width:22.9375rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk7o6tCz6DNzd2wdxbr4JlWSyN3CWU0H { top:46.625rem;left:0rem;width:27.6875rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqWHMqyGeIgbPglxRcPMH0vHWwi7ZBeg { top:34.8125rem;left:0rem;width:20.625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMP0Ttbw0JS5A499V7dfQ2bvgDRagfPV { top:36.25rem;left:16.5rem;width:10.125rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIWXSd75wNPQIdf1ULHI4o4D4S1Q3nqN { top:37.5rem;left:16.5rem;width:12.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4DTbqu3wwvXg6FdIQtkIFlbHd86bVuU { top:38.875rem;left:16.5rem;width:22.3125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPOI7AoyQzDE13ai78CFMGOol5P0Ml8b { top:40.25rem;left:16.5rem;width:20.5625rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yapRRqrQqvD6PSgydLlLJSV29HisUNI3 { top:45.1875rem;left:16.5rem;width:25.375rem;height:7.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLcHM31mx6NKtRXkTntoV3UKU45LOhv8 { top:33.5625rem;left:0rem;width:47.75rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvGZ6ggGHyUVwr2zX0QgRUqMpSCa1lHX { top:31.25rem;left:7.4375rem;width:40.3125rem;height:23rem;display:none; }
 }@media only screen and (max-width: 763px) { #DuPQJQeCherOzL6gahxehSWGChZ8vTfN { top:9.1875rem;left:0rem;width:29.625rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk1kMloa5GERK9SDDns5zTlVfQKf8wuL { top:12.375rem;left:26.75rem;width:19.5rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymR4wflifaCFUOS256x4xLSZkEbOOlQa { top:10.625rem;left:24.75rem;width:23rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5GrNBg5Bfw6pntMeXZSmm0E2OVimedl { top:14.3125rem;left:25.3125rem;width:22.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiH2QCs4XN7I73WfSPDs50O8eQJlCKL0 { top:15.875rem;left:24.8125rem;width:22.9375rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKx557WIdG9zdQLiwW8GJqR3JdI0OJGH { top:21.875rem;left:20.0625rem;width:27.6875rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSFT53dMTIwKfnoDdoR6Zm0zDAfeSEOz { top:23.4375rem;left:24.8125rem;width:22.9375rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieLX2zoXP8qGK9emC5Ng2zIxnT9sGQGc { top:28.3125rem;left:20.0625rem;width:27.6875rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQd9nKgLoXWTi6dxtK1mHCTHmXZRvXl5 { top:29.875rem;left:24.8125rem;width:22.9375rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8zZeTUTmrks93nW3K6OMctOFd4gfbMf { top:9.1875rem;left:15.625rem;width:28.875rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuzswO4LI7wSa7n9WxasesTlImT1w6zw { top:34.8125rem;left:31rem;width:16.75rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7 { display:block; }#pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFaBUgSFccJluckHtE2eErCkKv8KvmSs { top:2.375rem;left:10.125rem;width:27.4375rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvZbuhq444ZFyRk7qM3cImd8RcTEV3hb { top:9.6875rem;left:0rem;width:19.125rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwuGeHAbtcv8Ucoa1q1Pw35tCNCBrUw1 { top:11.3125rem;left:0rem;width:25.5rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtcXKhiDgb47TQfZHMLTMVgvyKz8SCGy { top:14.9375rem;left:0rem;width:23.4375rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNNhZwp1TKkBsDGOlwoTP5C9sUOflT1W { top:13.1875rem;left:0rem;width:28.375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJlm243ReQRrdEg67Xq6CnhHBiD0vI1r { top:18.375rem;left:0rem;width:26.375rem;height:9.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1z3VE7zERvIPm4ztAmArdtQ36wKSbRd { top:16.8125rem;left:0rem;width:27.25rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8IwMcrgq97WifNk16EkkFSkZDT2S3Il { top:17.8125rem;left:27rem;width:17.5625rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz3zL85oBhBclRiLdBcvXTaLoXSTtsKh { top:16.0625rem;left:25.3125rem;width:22.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcnqmvFvK0b4efe6yTCUBQluBNRSNquW { top:11.4375rem;left:27rem;width:19.5rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo6psGJRyGuDVnK9Ug08PTQKN4uVP4mx { top:9.6875rem;left:22.0625rem;width:25.6875rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ximpxmoM0XmHeuaoH6dFRgbbgqn7zAqB { top:29.625rem;left:0rem;width:16.5625rem;height:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd4woWtEXI7qI7F5TCNKXwPHl9n5UEX7 { top:28rem;left:0rem;width:21.0625rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUgdIUVRenkTuHHMOvhZP6s5QMOFBJsu { top:25.1875rem;left:27rem;width:12.6875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgZav4a9EiPHI56PuXA9L0lB0xro2TsR { top:23.75rem;left:27rem;width:16.8125rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkTrlZifOzOXhbnDhxp9bTWJT6ETTUPW { top:28.625rem;left:24.8125rem;width:22.9375rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D63zcirWzrGmh8ZDSOH5xsRUzvaNVtUJ { top:27.0625rem;left:24.875rem;width:22.875rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdsKuHZ1XqFTC9DEqfNZaleAcW6zyCCT { top:38.125rem;left:0rem;width:15.6875rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTSG4AI4fXhBcPWMUnxXpDLeXezdd5WU { top:41.5625rem;left:14.5rem;width:10.125rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFHURFnqmxm9zTngvM5k6Kvfgc1qRbcr { top:43.375rem;left:14.5rem;width:12.0625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVTOtpc45nQ96MaihAJ6KCe2WEAIGsC8 { top:44.875rem;left:14.5rem;width:20.25rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD33GiptcTQ1QvVJuh9N8CivuZdkCTPD { top:47rem;left:14.5625rem;width:29.3125rem;height:3.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMz5rfdDXEe8eJBqNfC9dL0lG5NwrtiG { top:51.4375rem;left:14.5rem;width:26.3125rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIa0rm3Sk0tViRFS89lFq7qNtbWgd4VT { top:37.125rem;left:0rem;width:47.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqklCJo8B1VW7iLtFgfnb3InhbE3tQRR { top:31.25rem;left:7.4375rem;width:40.3125rem;height:23rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWLoCDQMJEfsNTGsyskrU4QSoMyEXwVb { top:8rem;left:0rem;width:29.6875rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhphhCcT6tf4kThOVr3UbsQa9Oqv2xvE { top:8.5rem;left:19.625rem;width:28.125rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxV9NUmrDdnxyDA3WtzdGP0zNRpx3aoW { top:29.625rem;left:30.75rem;width:17rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6 { display:block; }#dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIRkQEalD7ZhcTGycnPETCKb9KXCb1RB { top:3.375rem;left:9.15625rem;width:29.4375rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9ESDERyos65grxmZGEAphO7qTunyfTu { top:12.125rem;left:0rem;width:26.0625rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXewA1E5uVeSHlUyF1ogJFx2OcOOPcwL { top:13.625rem;left:0rem;width:28.375rem;height:11.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbBGvuG7fqCgE67DGSD0cmXZMN65Kqah { top:56.0625rem;left:0rem;width:20.625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouIPf3VNTRsT84or4WRg2xy1ZFvL385N { top:57.25rem;left:21.75rem;width:10.125rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ntic5xP1GwucnbTsEKNO9A3BM1mI1wlL { top:58.875rem;left:21.75rem;width:12.0625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSHTIULvg3iazDT65NcqrJHxtb36CJD1 { top:60.4375rem;left:21.75rem;width:20.25rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTc7yUxLWR4aNbB4rGN4cLadqaJX6hdM { top:61.5625rem;left:21.75rem;width:19.1875rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aikKdqi4D5AGe1ClopsF40O7F1Dav8Mx { top:11.5625rem;left:25.125rem;width:19.125rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJqTLQh5JuulERzWEmENQAFtWJsFooxH { top:13.0625rem;left:19.1875rem;width:28.5625rem;height:10.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJSa3s6gz35mFVJ7zPeRFtfV44g8Tzhx { top:24.5625rem;left:18.875rem;width:28.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afMDVxiFuZb5lWI1nRh5SfLnkDamAaLF { top:26.125rem;left:21.0625rem;width:26.6875rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3UpJfm9aLNnPM1NJh0paBi3OUawslaO { top:66.6875rem;left:21.75rem;width:25.125rem;height:7.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okQDWAU9ih6vunzF0Gt7AifH12RFAT99 { top:31.25rem;left:7.4375rem;width:40.3125rem;height:23rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSTtqmXP34pw3qM3TtHWMUmbR14mJG4n { top:9.4375rem;left:0rem;width:28.6875rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTSW6bfZzk57i67qW7Wr7OzCh7TUkn77 { top:54.8125rem;left:0rem;width:47.75rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5XspR4AezQ4R9OQTOGKJNRrOkTleItt { top:33.3125rem;left:5.125rem;width:37.5rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhSHr5xSbe4dbzx5IPqBCHAXRmzMoZpX { top:9.5rem;left:18.3125rem;width:29.4375rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvIRydPZ4n5ahHFhXJG8M4VwlJ4OZogh { display:block; }#XvIRydPZ4n5ahHFhXJG8M4VwlJ4OZogh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6K8twOfT3I6X6piadvNu4XgJEgxxTsR { top:2.6875rem;left:4.125rem;width:39.5rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1LsEcHAc88JHkLC2uo6hyTJIZOucKT1 { top:5.4375rem;left:13.125rem;width:21.5625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFMkCupfgk8bq1POr4BhiGQlAfBUXFwP { top:0rem;left:27.5625rem;width:20.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVUdhpaweDTwfrm9pCX8LsZkPTHGvl50 { top:2.625rem;left:7.625rem;width:15rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA3GthEybxS9tMJ35gfzdPTg1lPbV6de { display:block; }#oA3GthEybxS9tMJ35gfzdPTg1lPbV6de > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EK6JCT8owzTAg84TsKZ1ZWDxS5rD9iPo { top:5.5625rem;left:0rem;width:18rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfmVQEywMyUmUoAgq49c0XdthZIatBHv { top:3.3125rem;left:16.25rem;width:31.5rem;height:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwTa4GcxnSKhVsSCvBCnv5aJe5VUnQDf { top:3.1875rem;left:15.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdTfTJNW39lt1rshb3BVa5MqcPvDZqGu { top:5.0625rem;left:15.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD32BdaLEgn5feU3DwSEcfNN6z4UZIbf { top:6.875rem;left:15.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE3XnTLNF09MveoFdHDafPepkD5VkNM1 { top:8.6875rem;left:15.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNgQe98WQnL2chfNpveBArICTncGar7F { top:10.5625rem;left:15.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEIZfyTV7JpoIM3NT8bstEr6fRaCvFsK { top:12.4375rem;left:15.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU1VQnQacZE0h9Xcfc510kdgS56Jkk6x { top:2.125rem;left:11.0625rem;width:36.6875rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk { display:block; }#v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJESfMFHh9WSQQwX9fxyyJk63ZkXRaSN { top:28rem;left:0.25rem;width:21.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4DSLdNfq50oCwI3Bpui7JOsN7I0MtCX { top:11.75rem;left:0rem;width:22.5625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JImTmKVIKA1rK2ALkU36kRTSL9nFzbLI { top:3.1875rem;left:9.875rem;width:28rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnCWiIPxNOKpnwTqT87EDminJmXAMszR { top:10.375rem;left:0rem;width:23.875rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWZGZ2pZiLuXk4XudlZTg3KtUIUXSmo2 { top:6.8125rem;left:17.125rem;width:25.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTMu0TGVnqTf6eL82BayTNsOCmJr308U { top:10.375rem;left:23.375rem;width:23.875rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUPRzJDuMQZ8cyvTI4VC7LD3daDBtmbi { top:25.375rem;left:25.875rem;width:21.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzWlIJueD4sdaGI8WiTq0UHVSVUTBGfJ { top:12.0625rem;left:29.6875rem;width:15.5625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw4NM9F8wqC5VURNAOl0SbEnVMNJVKeV { top:28rem;left:27.25rem;width:20.0625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZbS8uhy837yO393TbIRtwDBDCMueiXs { top:11.75rem;left:25.1875rem;width:22.5625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc5eCiQ7edT9QW6yrEi1JUNngzMqlMOh { top:6rem;left:5.25rem;width:11.375rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOV66tNJkhB6TIllw8TiG1rObvh7cWkZ { top:23.0625rem;left:21.75rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNG4RQ8nTHDn8wl8Zzw69FZkgQubFFKK { top:36.6875rem;left:0rem;width:22.4375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxxNm24zm3XCBMGHFr27Tf6mZvDqOb7P { top:35.3125rem;left:0rem;width:23.875rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVaIXP81edqNBFqX9vD3aHc3gMhDBVbL { top:35.3125rem;left:23.375rem;width:23.875rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEkTXnXQtgQIEill5sUTJpn8H5NGhpeq { top:50.3125rem;left:24.4375rem;width:23.3125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #na6EVdZIEPASQJ4JcvlWeuonM2smP3Db { top:52.9375rem;left:26.25rem;width:21.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU1TsRlsUXZLx9MalQRw9T7NyuQ5BN7Z { top:25.4375rem;left:0rem;width:21.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD6fLCu0q5yEFLga4WVAmbaCIEwtfQ2n { top:50.3125rem;left:0rem;width:21.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI2HWZMoXgOVlHeXyuVepupBUofpnlIT { top:52.75rem;left:0rem;width:21.875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #faSNToSMKNkCiVO8MbZtnsqQxzi7TTK1 { top:36.6875rem;left:25.3125rem;width:22.4375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ53qm5bwWQAP6aZmUKPnAuEUCqeV11p { top:47.5rem;left:26.8125rem;width:20.9375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0iawZEXdlsPcZ8Ise3mzXJf72KyEsBs { top:47.5rem;left:0.375rem;width:20.9375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8 { display:block; }#gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQaa2SE2ls32i6wuTOWTZHTyx0QOKDtN { top:9.625rem;left:0rem;width:24.0625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWS2nvi9i8r3SH7elIRZLBASznxRll4C { top:6.25rem;left:20.1875rem;width:27.4375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml3es6Xlm23VxAKLw9u5mpgp48p3Ieiq { top:13.9375rem;left:0.375rem;width:19.5rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaRf1J8gMAcughxNlLaq0uubZAW3LQiL { top:15.8125rem;left:0.375rem;width:19.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmJm0OyWdo8Oy01qU9WFPPMDqMn6AQce { top:2rem;left:3.25rem;width:41.1875rem;height:3.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OanGl6Nr8nlaenJXnkSHnCTsMwpAKJUq { top:6.375rem;left:0rem;width:36.6875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snpBw7Wx43yRzDIhPAoSTgyPVvHv6AdO { top:2rem;left:3.25rem;width:10.5625rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #obb8nmS0BpA7uNDMrb4udc1KZX7B1NGf { top:2rem;left:3.25rem;width:10.5625rem;height:1.6875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #yq9v5eV5JiZSZfT2PLGqOeKLpABxrK0v { display:block; }#yq9v5eV5JiZSZfT2PLGqOeKLpABxrK0v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGCU132GUPD4p71kXmAe1GenS9o1EJFg { top:39.9375rem;left:8.25rem;width:31.1875rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJHE9JZ3CZNTT61hsHTIvZHEl5XxR2EI { display:block; }#SJHE9JZ3CZNTT61hsHTIvZHEl5XxR2EI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fAxEAONI4pHH2T2F4T0reXG9IRIW5noz { width:30rem;height:2.8125rem;top:1.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sskZQkh2KnGkHTl3IPoTtLtlZrfnl6VP { width:25.5rem;height:1.5rem;top:8.4375rem;left:22.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er5qovsVVfTK3P6amFCOksEUDHyD2OqV { width:26.3125rem;height:5.25rem;top:4.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QyLAwXU2GZPVPhTJE2zIsFV2EudAAquE { display:block; }
 }@media only screen and (max-width: 763px) { #vKDCmiIf0GTFxW4xZfxhSyiZXxVff2MS { width:27.375rem;height:2.6875rem;top:29.625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe80PFAP0IG6TehkRgfleR6OTCU3dyD9 { top:6.8125rem;left:19.0625rem;width:28.6875rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSZ7lA0AG04QStA37rk6UO1DDVbvpEUT { width:21.875rem;height:1.5rem;top:28.125rem;left:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI4L6lXLbfm2Ew94hzF3B0zoRfIAdeE9 { width:20rem;height:1.1875rem;top:11.75rem;left:23.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZamJMk6l6qhmXtRRgU7FcTkbDe8enlWq { width:26.1875rem;height:1.5625rem;top:10.5625rem;left:21.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKBXByIowBSuohm7cqCmO090SQIX26fE { width:26.1875rem;height:3.125rem;top:12.875rem;left:21.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtZDA4VaxS8l0i0gR4s6nMpFN5ZwsbmX { width:28.625rem;height:4.5rem;top:22.9375rem;left:19.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHTkEPsTnP5cIIbyZ8ThRo1FmBCVTPTc { width:25.5rem;height:1.5rem;top:20.4375rem;left:22.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVggCu1vGITFclh3Ft3riakTPyacSZ4n { width:27.375rem;height:2.6875rem;top:30.1875rem;left:20.375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ukBgaeUkIfR29DlxzIFKSixnOsp5GXCt { width:20rem;height:1.1875rem;top:22.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #neyF0I6Kk7gSDmuOPK23Mxf1ITGTA4Cx { width:20rem;height:2.0625rem;top:11.75rem;left:23.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTbsTmcueILR8RKMF7WOei2tN3BW7uhD { width:20rem;height:2.0625rem;top:11.75rem;left:23.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVW65S8F89h9BJMIxvsSxiDNgH0NFTlS { width:26.1875rem;height:1.5625rem;top:16.8125rem;left:21.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMcb4TpGT6bTuF1NRI5AIUqJMJRUVVkq { width:20rem;height:;top:25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPcNGFvCxqurW1dB7kGt5qsC3zxtnTQ7 { top:1.4375rem;left:38.5rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe6Wp66xoIHQfLGsONZkuX87aufPG8Te { width:8.375rem;height:4.9375rem;top:3.5rem;left:39.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeOwN4mZh8FDDVk7dFWQ24BMQA3Bqotd { top:28.875rem;left:17.75rem;width:30rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzVbcTGdsRSAiTzKUBq1VH6nRociXt5q { width:20rem;height:4rem;top:30.1875rem;left:23.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ID2Ol83NFTFqcDOKqBd705WZmsgQMhhr { top:4.3125rem;left:0rem;width:27.4375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKuvdd4fAAGFBiVh4fx3AAWNOJTamz2v { top:19.5625rem;left:0rem;width:13.5rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDUl6cw4gCpTUIXUgXfqzz2gnIMPlwsN { top:19.5625rem;left:10.375rem;width:13.5rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCl0kTsw4i0NFbalbw1VmHgbaWMN8GMB { display:block; }#nCl0kTsw4i0NFbalbw1VmHgbaWMN8GMB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TutALohEtliLZPGTmne1D12wxKJ7NEEB { top:41.25rem;left:13.25rem;width:21.25rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK24FEL8xEL8C3w3vnnO7stTUolVqntb { top:40.75rem;left:13.1875rem;width:21.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwxMGhOhLGaweDZwR13aXEWIubwEwogl { top:23.625rem;left:0rem;width:12.1875rem;height:6.74925rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBd9WqGvvKT4io4ngcEJwu6nSaInLZck { top:23.6875rem;left:8.3421630859375rem;width:12.6875rem;height:6.8418356341674rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1aE3TCX2I7yFV1JiRsFguu0VwgVeU7a { top:30.5rem;left:0rem;width:12.8125rem;height:6.8420912100822rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkaCIb6yTEdbSJsKusMra7uHMxZ6xldv { top:30.375rem;left:8.3421630859375rem;width:13.125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcNHiyDVcmDWJWNwwC4pNGkErqrH0d1e { display:block; }#IcNHiyDVcmDWJWNwwC4pNGkErqrH0d1e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cqcICTwwUWNTM4eCZ3yGiBsNyQDgn4Xu { top:1.5625rem;left:35.5625rem;width:11.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTNfzOJck4VV4GmxmgaFQxszCnllRCKO { top:2.1875rem;left:35.25rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xtp98qyvAgO2tcX1X5upIePUao7fbHoV { top:1.5625rem;left:4.84375rem;width:38.0625rem;height:9rem;font-size:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8TtkVGmqyRwwvnsEVttEzDlfuHt35yf { top:0rem;left:0rem;width:9.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUsUxKm0l16HGXbqDTK2SV8cT9c4ZbvK { top:0.625rem;left:0rem;width:8.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3rm4ozTNC9beBUZpGGtlheGPpNM9WTB { top:10.625rem;left:11.03125rem;width:25.6875rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFwJgBu86b4NdwllvflpfiV8o147yTIK { top:9.375rem;left:0rem;width:13.75rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT0CH3yBtQeH8RtSWKCIU5kewg3bk7rd { top:14.4375rem;left:1.6875rem;width:14.9375rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbOQtbbARd9G2x3BBUNH6DgcmW7oJQc4 { top:14.5rem;left:18rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN7nq5szroXHu5XuOK8Ve2lwo28p0MP2 { top:14.5rem;left:31.875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1o91BNyI7s9BraRV9c2h0yvL3G9b55N { top:24.1875rem;left:18.9375rem;width:10.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHXu905QsGeKeMgmSXuTakWUHeiF820i { top:24.625rem;left:19.375rem;width:10.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc0TUeTkBTSTu3XawpSt1M3518v1AOc1 { top:24.125rem;left:3.873779296875rem;width:10.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfqekzTslu8QVnMb2bilBXitzVgeFbxt { top:24.5625rem;left:5.30322265625rem;width:7.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgxVMD2ttnFLhMha3hrTDXxy6p8mhzEK { top:24.3125rem;left:32.8125rem;width:10.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #earCbgQFTAtdm5RQgPO3xO7kiI2deeKG { top:24.75rem;left:33.6875rem;width:9.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0wCzmTPKSTPm6X4xACfqNDiOUQGTPvo { top:10.375rem;left:0rem;width:10.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTp26ZVtBcai4vWTyDWFXKgz8nvcV9Tc { top:15.375rem;left:18.9375rem;width:10.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtVTN0qoAkTcf3CMn6S6KpHxOiN2oaIT { top:22.4375rem;left:19.8125rem;width:9.1875rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzrmSbzUNd3TgNi8V0ptzmCTWZ1NmXeJ { top:14.75rem;left:32.875rem;width:10.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vryr3UQfZptrWQPkE2R5XbbzKLbziaPM { top:22.4375rem;left:33.5625rem;width:9.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz145VNvdJ7aGRiIJOvfV72iZAK8twfU { top:28.4375rem;left:6.125rem;width:35.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSWrp1npI5JEagFHIK0PmAnmF1EgQ5Rm { top:29.0625rem;left:7.6875rem;width:32.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpXhSHJAUTnf4CWBKlBvXoIVlzbGrOBK { top:34.6875rem;left:3.9375rem;width:39.9375rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFyvZfKOU8qTTb89kT1qXS451recfW1R { top:33rem;left:4rem;width:11.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQgfQxEocJiqR6H3H7OyBTTlVsvPz2g4 { top:13.0625rem;left:3.3125rem;width:3rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASddpV210o5vprXyQ583EuqWwGzMUzvw { top:16.4375rem;left:2.3892822265625rem;width:7rem;height:3.8125285734695rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFPCn0JMOfZxBTVl7opNR484dWDqHf2C { top:16.375rem;left:8.5224609375rem;width:7.875rem;height:4.1871454252516rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ3nKcxTJocv7xAqKS0a5X431kqnyFK6 { top:20.25rem;left:2.3121337890625rem;width:6.9375rem;height:3.6541968798557rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv0qVxe2a32vwCocQJUbydmepgvipots { top:20.375rem;left:9.2880859375rem;width:6.9375rem;height:3.5304609927495rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn5m7d3MSKVXd8ZXlRmdvhIRL9fKTfTr { display:block; }#Jn5m7d3MSKVXd8ZXlRmdvhIRL9fKTfTr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RK069Rp53EdAKyhhwHDm7x52ssKZz2LU { top:1.125rem;left:0rem;width:47.75rem;height:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #RokwSdKUBnRT8dfO1Om4exFRw9pspIi3 { top:48.625rem;left:9.6875rem;width:11.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxJThSygH2IKmKNH4WB6nt2fTsW4W7Fe { top:50.4375rem;left:10.3125rem;width:27.6875rem;height:3.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDXvxEFAgFIm3EDm0ixfiwRHGZoQPqSM { top:24.25rem;left:0rem;width:31.6875rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKlOb2VhJmeSk29b255o1p0DXsUyWf7L { top:20.3125rem;left:6.9371337890625rem;width:35.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZg6EeBgIhaV98osHMmpm7quQ7WacSEn { top:19.75rem;left:5.4375rem;width:38.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #csqlir9GvUgn7sf1JJIeHATgIJU6Aw1W { top:25.625rem;left:0rem;width:14.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMZDX8HFxTt6AWRHD0gs34n18zAlKAgG { top:27.3125rem;left:36.6875rem;width:10.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6qQok5HrwZ3uWta446qIb70ouUrwB8B { top:34.6875rem;left:37.5rem;width:9.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C913muhPq4opdoyq4Biy46q97AwgihdE { top:26.8125rem;left:38.1875rem;width:7.6875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS2kHOJR7M89u1q1a4TLUxQG0KR9iPnJ { top:37rem;left:38.187133789062rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVONy5HSphFHpZM26QrgKTwmQuI5Wi2W { top:41.6875rem;left:10.25rem;width:27.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #voTuZnO21bM0L1lioDLlt1yJeS4vR3IQ { top:26.1875rem;left:14.874755859375rem;width:14.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqhWbBFoBaMM77BSgXmgJdA10uAiO32W { top:30.1875rem;left:5.0303955078125rem;width:14.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQwwTzyfffHbM5skW4znW6u5R2xQO2ti { top:44.9375rem;left:10.5625rem;width:26.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUTUAHIiGmgVJRqIe9Bg8lZIriTs6tA9 { top:22.0625rem;left:20.5rem;width:27.25rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E84Bt3mfJ8M7hKH2JQMQAyRMbTelA3VW { top:43.8125rem;left:9.625rem;width:28.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7dL08Zexch8Pfe8avfIL2odSmTFhu9l { top:24.3125rem;left:33.5rem;width:13.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvE33USo5Z9AmwsCwyFX77Uk6so7Veqw { top:29.5rem;left:30.75rem;width:4.1875rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTiabdVz44PkR2EEplnS9q9XUscnsCkg { top:38.625rem;left:0rem;width:30.6875rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a { display:block; }#u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1ZVtmszJrqupLKT3AgQ3rzXb92ku7UP { top:19.4375rem;left:0rem;width:15.1875rem;height:4.9375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCAZ2Vo8subXKfNkXoJP65wCULWdNzxq { top:18.3125rem;left:0rem;width:15.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW4X0o8kVW848JzvHkg3MQXDMdsMAVly { top:5.5625rem;left:0rem;width:20.125rem;height:4rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhZXzbhDtmbyKPP7LBBzbStz3pp2LOgO { top:3rem;left:0rem;width:12.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMHW1ADKbMqhLhCBXnLQxlIfs8G3WTHG { top:25.5rem;left:0rem;width:31.625rem;height:;font-size:0.75rem;display:block; }#PMHW1ADKbMqhLhCBXnLQxlIfs8G3WTHG li:before{  }
 }@media only screen and (max-width: 763px) { #TX27HJiWN1n7NzJ8BEDy9XVaxxsVzwMg { top:6.5rem;left:21.4375rem;width:26.3125rem;height:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwlTn5itBlgkBUS81hD9hIEVEibs3FFW { top:15.5625rem;left:0rem;width:23.25rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohG16zn83l1tRQfyxPswdd9qP6lXwscX { top:7.8125rem;left:0rem;width:5.875rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTJGv4S8tKK53raxaEo8N14dUc5H6PLA { top:1rem;left:44.3125rem;width:3.4375rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHnDQCl8QcxJFeXbZr7A9qB9NIhSzqEa { top:10.1875rem;left:0rem;width:27.625rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6Jp6cq9KpJg4UCuLkZTx9AtERF0c5hA { top:7.8125rem;left:27.625rem;width:20.125rem;height:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-regular-label { width:21.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-input-text { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-input-text {padding-top: 0; padding-bottom: 0;}#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-textarea { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-input-select { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-input-select {padding-top: 0; padding-bottom: 0;}#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-input-button { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr  { width:21.125rem;height:auto;top:13.6875rem;left:24.125rem; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .radio-container { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr {display:block;}#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr { width:21.125rem;height:auto;top:13.6875rem;left:24.125rem; }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #ZtPzr0V3Q5EAarRy1FR2x1yClZvdTZdg {  }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #CooXcVfrzQBvRxwLhbNmU8Dn6STRssGJ { display:block; }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #hRuNbT5uUXpLHlvD86M8gblTuqLuDdvC {  }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #hcEEDh1c0ZCcepfGXBRF02F6iOaQldgN {  }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #s87E0DlSQnp5RpHXTKN4T4UnKTOSvgOq { display:block; }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #mym781KxaSpcey1r2CEFiUe4xqaHUJuR {  }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #pyUTfyq47C2b06nh8OzZvBgCL1Sikrgg {  }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #fbCBfBqvGiGsyr08tPI5fyQF0DLXONKL { display:block; }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #M9fa23RyKOW5Dd27HTpNzazTVFkrk6vn {  }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #lGXLwVDORUCEFPk9sNGHtTEQlOuU3AK3 {  }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #DnTupIWcMTFdJOEqCmVlDfxQ6xJamtQO {  }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #yBkQi46yxB259DQrhk3aWg1AyrT3Puv4 {  }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #dG8W4ZzQTvxySTnCiJTTOSDVcxnRPkei {  }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #ZvTGvfDPoiamkgrax0c6tk9XTl5POrKB {  }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #gqEsWKyJPBh9GIpakgWlbFVa4Zf0o6Ay {  }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #SHPOpPptNHfZ2WUsACSKFzLV1Sby71vc {  }
 }@media only screen and (max-width: 763px) { #IGDIWeGzhc8oTXQXmInTXH60L1EVlqNM { display:block; }
 }@media only screen and (max-width: 763px) { #Vh9B0cJG0g99UBx60T5l9J0agT4RltWI { display:block; }
 }@media only screen and (max-width: 763px) { #Tq71rKJpwCTFPsqSGxTedHdHB3ekUPa2 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #loW27WMTrkeAdJJKdyItgJOOzGuzTSyr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bRHlGLw8FwspQ5T326CNRWJ2hdav4Ws7 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bxdVZ7Xkp0byGA9QBOuJCdImRSzTeLIy {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sWfFU9JXRhq1e4B1NnDr23nQvQdsDwQa {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SaIZF7SQd8Qa5uhEZ6HdMQWhQLh3TSW4 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #J0owwaW2kQJdw9hECqXVa00T3VsOBCFH {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vSfBmXlhGpap3oPruM1iwE4ig2UHRQLn {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MmabsbkyCM9d8rS7ntkBlTkL927vUCDt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tvhiT5kXXBmBzPC3wUQNUNFWkdIoT3nu {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #q2vIghBqKtTE3DkuAIWng5gCgrUinKPi {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PgcUtpknyX8ncaUgZm3UPQyODW2d5dlk {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xtXCHPMeJRJN8ZXneP19kBvykmRPyPLE {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #m8wKpNbh1DiMpgDLDLBocgC5xINZKrUH {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MuLfQTFGGw2TAx4yWguLlts3ObFPKhB5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #b4rXX0MZ3ToQGa7XXpAhUwhESE94XDm0 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Cbg2IZznc2WWSMHBmeDZQHAME5W7dtoO {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KCr7WRfZTFFRTbCJKtVvfvWpLBi0RFlQ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #U43cgTAUA0a5U2TUZidIkGzP2KtbWv1G {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #e9853oolRlrR1fIKCpROk7b8tZBQTXNl {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ANkwrHzf8V622VsmOu8VgnnBzZBq0nzp {  }
 }@media only screen and (max-width: 763px) { #gb9xpLshgKHHCBiNBzThA7bCzJQNZGlt { display:block; }
 }@media only screen and (max-width: 763px) { #NS0FVXCbB9U32IorE9dwCtK3mT9SZnrQ { display:block; }
 }@media only screen and (max-width: 763px) { #VrsaywFRLOx9GVK17iTBT6WAivLObiTx { display:block; }
 }@media only screen and (max-width: 763px) { #KMiKNxxW2WhpUmuTDnA8EgJxvH3DpU1T { display:block; }
 }@media only screen and (max-width: 763px) { #Zs4Et5s2fSOO3zdcV2MVphBDocsUlETA { display:block; }
 }@media only screen and (max-width: 763px) { #W80so2fJVRh9yPltus8MRIFU8GGTSy46 { display:block; }
 }@media only screen and (max-width: 763px) { #f0q8hetTeqTuX4aVce153y4TTM7ZHyWn { display:block; }
 }@media only screen and (max-width: 763px) { #XLzObv6tzTsDPrOuW0lF4pWpplqnXUZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #RQeKmCvv1LcEyxKUctkGh9itzvZthKW3 { display:block; }
 }@media only screen and (max-width: 763px) { #OFO5bJz2hQEXShMxTV6dsgJUszaLqH6D { display:block; }
 }@media only screen and (max-width: 763px) { #FdTlRqHnzx5sVizUm8sTMqMeTgCSgZVi { top:12.5rem;left:26.875rem;width:20.875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N { display:block; }#PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NFZ1na0ZeXG81JwuakcL5T6axEt5NoMS { top:2.5rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMscnzsq4cD18xDhh95NCQeaezdLOlOl { top:6.5625rem;left:0rem;width:47.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #swkThnMtF7kIICR1Zy1r27JZG94epwW9 { top:7.9375rem;left:18.5rem;width:7.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIFL6UKwhreXWaaHTOd0raVfnJoRDPRq { top:9.125rem;left:0rem;width:16.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obCoaBL85kyuQ9hsJesQfqCZxL0vHyUy { top:8rem;left:29.8125rem;width:8.0625rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4zMd62XuOegvQOLWwzyNn4uB9ciQb9T { top:14.9375rem;left:14.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKQMsD83MFihSgCULwVSAzsVfI2eF82C { top:14.9375rem;left:26.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFI4gQtW5WupePPTy9lLQiTTXUBOmQcD { top:14.9375rem;left:38.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3oHlsAdHC2EZAqshKBvXITnycFauWpD { top:8rem;left:39.875rem;width:7.75rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eedgzXPPTgMLVU3aONMqGOXSrJkpb16K { top:16.625rem;left:4.9375rem;width:1.625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHrTJboUwlb2CmvJwcUb5ioyKD4Ruczi { top:24.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCXFI3JuuyGtZTiGmZmH3GGymQTC9NNp { top:24.5rem;left:0rem;width:14.5625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #orJtBPiaEkwxf8NP0DVtq2rw4FBTo39n { top:24.4375rem;left:17.0625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz7nx8WnnR8eoaAcOWLN9P6009MafFMs { top:24.4375rem;left:28.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG8VZiBokMT4OZ4g8Ms6dNWTEMcFZnQT { top:24.4375rem;left:30.8125rem;width:8.5625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHgzCdrZHAc2ThuGFUtDWqVKP2MId6iE { top:24.4375rem;left:42.5rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVqSL0goTz1GcsifvezXw0nsXx31Seht { top:24.9375rem;left:19.0625rem;width:7.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3TIpyXZQcOXykqHtm6SLtdLnkTJNIPO { top:24.9375rem;left:42.875rem;width:4.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU2KhTJp4Nm7yg6ZzVacFHp7rfJWTATF { display:block; }#WU2KhTJp4Nm7yg6ZzVacFHp7rfJWTATF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhwcAbHuGKO6pH4woONTxx4gIFCGmyyW { top:1.875rem;left:8.75rem;width:23rem;height:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlSWs3OflrqVLr3rD1kI8RsRB5vMfXHB { top:20.875rem;left:5.8125rem;width:10.0625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma8nVt1URmJuymh2GREOU1lNT3AOB4ow { top:20.8125rem;left:19.125rem;width:10.0625rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTvLVmsFBDa4nQ2WGBlRUnU8eyKEGIsz { top:20.9375rem;left:31.75rem;width:10.0625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7aXqOyoiS5NQwSuyA16ouA6n4nbwxBV { top:28.5rem;left:4rem;width:11.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rfzs9P4iDKZ7HOxyyv0AzhvuLFErLWwG { top:30.25rem;left:0rem;width:18.1875rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX3Ddek35TcmIMmnCNBkcVfzx7kUz1TH { top:33.125rem;left:4rem;width:11.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNNSqB3zn6yCNFvXoOe3KODAZt0LGtBE { top:25.5625rem;left:11.75rem;width:20rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNca3H8QBaFsXQ6f552ETf5fVGk6kNW9 { top:6.6875rem;left:3.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ5ITfiPL99VOCZqKKGktkOfO8DBySyC { top:6.6875rem;left:17.4375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDRHrkJug7wg1uXiaQop8lIWWv5Vp0q6 { top:6.6875rem;left:31.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQqqrDXoaTXr5XFm4XnCemH7EreTNZd4 { top:8.1875rem;left:6.125rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfJeFGSe96PqLu5506CTgm7P3TVtrd4F { top:8.1875rem;left:18.9375rem;width:9.75rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tStgW9awVxNLZIkLJP97GqC4ed4kLLg3 { top:10rem;left:31.75rem;width:9.75rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ { display:block; }#u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AU9Un1FuFXL3cc4E4D31HoSFXeIXxE2l { top:3rem;left:0.875rem;width:46rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxv9NSEIkmvJieL9Dw9x2HEEVbQ1Ev2I { top:6.75rem;left:8.0625rem;width:31.625rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eboI81bZl59SivxtH7Ean0F7uTFGSBaU { top:6.0625rem;left:6rem;width:35.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1sWaORkEZQxww9kqap8PX4QG4fxSXTD { top:10.75rem;left:0rem;width:12.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSFXsCMK3Qqhl8tTfPUDyEI51P3XqLX1 { top:10.125rem;left:16.5625rem;width:30.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw1kdZUXHcg8fTAF0qa0SuJDVIzdM7D6 { top:10.1875rem;left:1.0625rem;width:14.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJDF3I4mkFTUoITVU4uHZL75IztoZTWN { top:10.75rem;left:0rem;width:5.875rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCzMAWd9UehcLGsSB53GPuVCN0hW8Z9g { display:block; }#mCzMAWd9UehcLGsSB53GPuVCN0hW8Z9g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLL5qxqyW5VNWNRegIgwTCzZrCU5ie0S { top:2.1875rem;left:3.75rem;width:40.25rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2nmp6EZFdH4Ncp7VRvydrd5N7vZPGJN { top:5.375rem;left:14.4375rem;width:18.875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGB0daItK02iiTU7MHXogzbEFpaPUOR5 { top:14.4375rem;left:16.375rem;width:14.9375rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTPazw02EcrR2Xu6gBSc5nT73pwsC1h7 { top:5.375rem;left:28.875rem;width:18.875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vznl2BlGqT4AiX8T0byMOTBLLytnzDqR { top:13.8125rem;left:33.8125rem;width:13.9375rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHlNE6qrJtBbf5fvPXBi7gLrJ3N5QMMU { top:9.3125rem;left:15.375rem;width:17rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLWnGkMLXioiub5iJLu6y0opEQJmKcl0 { top:10.6875rem;left:34rem;width:13.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI2pyuuFtZWoStUihSTtAdSWH7sU26qx { top:5.375rem;left:0rem;width:18.875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6aT7L2E0TCdHJqgtm5XiaXQnERgrCi7 { top:13.8125rem;left:0rem;width:14.9375rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJTab2EhNZVEoL1TO5KiM9lAKc6TgIaD { top:10.5rem;left:0rem;width:17rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNTwClQXKqHWraruKQMhrwgg1ht0ts90 { display:block; }#VNTwClQXKqHWraruKQMhrwgg1ht0ts90 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESDpdW9GoxuUEuCbX9kBThQNXcRQK96k { width:17.5625rem;height:1.9375rem;top:25rem;left:29.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7SlsnWAkmeKkVswETCemT8Uli7H1sgx { top:28.1875rem;left:2.625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyHRRPnpIqf3Z8Z4k2p2QN0uTm7AVFNu { width:18.0625rem;height:1.9375rem;top:29rem;left:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVP4kBlIDTZGmcaZ0urTTSCuSnMbqllV { top:24.1875rem;left:25.5625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5i4lsJqf7HqRKukSZVoFOsxOqekXWLC { width:18.1875rem;height:1.9375rem;top:24.875rem;left:6.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAl67F1lJCxiwzxBuw8To3xmTnDhllvd { top:24.0625rem;left:2.625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPk5z4DQ8HiAkVLILW833mZTXHEro7K4 { top:20.8125rem;left:11.5rem;width:26.875rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv7GC2yvmkP8MegMaMRtTUizZBUa5Fw9 { width:28.4375rem;height:4.625rem;top:34.6875rem;left:10.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TikVKuVwqJGmiv4HUX2WCgI9qKhfcJE6 { display:block; }
 }@media only screen and (max-width: 763px) { #k8xSBr3R6WmHSocQLlvKhON12XTZKQJ2 { top:2.1875rem;left:18.53125rem;width:12.8125rem;height:3.4211950848881rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNwrkXRxyi5OQMu4KQXaXtxsJKylrsRG { top:14.375rem;left:11.25rem;width:4rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWie3LqZOiz1Bsc49tJQReCcAEkQJGfs { top:14.375rem;left:25.375rem;width:14.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ltp2sSbwBdoxpOpJQOniTdTXvWHWhFny { top:14.375rem;left:15.9375rem;width:8.8125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQKRy1xglH1Mnhv07RqGEx5kNQ43N6A { top:14.375rem;left:6.5625rem;width:4.1875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a091SLlro0WVrAQRid8TXv8CMOKsKzmd { width:17.0625rem;height:3.875rem;top:29rem;left:29.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSQT5TIlBJT4NelXxnLJv1un0MrWekc7 { top:28.1875rem;left:25.5625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmpxzeZf27NWX25QoU8RJdsl55DNoktK { top:6.25rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAoadfm4q16J9zVsR4MqTTSdsHGcqUeB { top:0.1875rem;left:0rem;width:26.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH { display:block; }#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTnAbOXEbz7K0FB6dM8sxRfFHaksVlO4 { top:4.3125rem;left:0rem;width:29rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #noMTdnS0WAPinxOJ8FccU9Te1swHLvgg { top:7.9375rem;left:0rem;width:30rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLWzRyCphdFm4TyT6f9ohZKIsuxWkhmZ { top:10.75rem;left:26.875rem;width:20.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #axfuI9q1NZZvt8xN4Obo8uqZUe5Jf2FZ { top:7.25rem;left:32.8125rem;width:14.9375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeFGZ9SMxRT5tVVPTdCMNp6iLCWMn7Ha { top:1.375rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJHveq42yrvOCwwq9s9itCcuHasTRPEO { top:2.125rem;left:0rem;width:8.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;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) { #dFNiOvK3kW68XInM0WqxnHKrZXImGD3v { display:none; }#dFNiOvK3kW68XInM0WqxnHKrZXImGD3v > .row .container { width:20rem;height:10.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TbcHLfeZXux1Hac3eQAxMdNZR2PNUA9o { width:20rem;height:1.5rem;top:0.86093753576281rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohdUPQewHOg1BS1OfoEXo4lGlyGSTJTk { width:20rem;height:3.57421875rem;top:3.681640625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAowQOfEyCpunndQhEFIhCzpC5InppwB { width:20rem;height:1.19934375rem;top:8.6051435470581rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vheMB6HsdDy0fbdTWVD3wPneXC40PiIM { width:20rem;height:1.7875rem;top:8.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2RX5khiCd813aZPHM48WbbbmhdTfes5 { display:none; }#a2RX5khiCd813aZPHM48WbbbmhdTfes5 > .row .container { width:20rem;height:12.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kaONG95dKnPTOQd5lOih84pWIzo7Cr1r { width:20rem;height:2.17529375rem;top:1.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5pKWEdGIpf44sHCVXCUH4lQNwgzVgSG { width:20rem;height:3.57421875rem;top:4.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE3I5xxZR59hsCTIEzMSaGoGP3Tll0K9 { width:20rem;height:1.19934375rem;top:10.0556640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMzt8s85k6RJ7tfRcOUCQtSR7TTwuAlO { width:20rem;height:1.7871125rem;top:9.76171875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F03ylzdBFLP3dFxJR7xWqeoAgXMqq1Nk { display:block; }#F03ylzdBFLP3dFxJR7xWqeoAgXMqq1Nk > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhkiXXelHHXSUF8pTCE21qJXozI1ZE0D { width:13rem;height:3.125rem;top:3.75rem;left:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiWF8q7T6A7UF97QH1z1CC3H8l27zOFC { display:block; }
 }@media only screen and (max-width: 763px) { #BAMw2rhuVIa6OU0vJxz3Fy0q8tlQyUkB { width:13rem;height:3.125rem;top:7.5625rem;left:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbqkxsugGFDCwkiygeoxT3teEHUsE8oc { display:block; }
 }@media only screen and (max-width: 763px) { #QGpJ35XX0GvxmdTfdKN7WlfscKpKxRfL { width:13rem;height:3.125rem;top:11.5625rem;left:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1fZ4nzhcKcihNf1TmBa57ID02wlmFsr { display:block; }
 }@media only screen and (max-width: 763px) { #fF5nO2Fh4NvUDHdyUE8Cl3sIG5XqgTyg { width:10.875rem;height:2.8125rem;top:0.9375rem;left:4.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cvXOUzkSX5gkEswIOXeSFTetybwTwXF1 { display:none; }#cvXOUzkSX5gkEswIOXeSFTetybwTwXF1 > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L86QWMwPn8T1RQEQ4zJI8ifpzzTIDCK4 { width:20rem;height:2.17480625rem;top:0.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw0vMd5OwI11P1vQeB40OtBAQBcdzqMB { width:20rem;height:3.0859375rem;top:3.599609375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTqbQ23F67TxXfOE2vuUC4ToD7L9PxBP { width:20rem;height:1.19921875rem;top:7.349609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBvPLBcqDNRUmhMpJ0Fgq1lavb9kGT43 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/aaf9d2a1-b644-4a50-a000-fe5a29aad8d0/BGMobile03.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:auto !important;display:none; }#QBvPLBcqDNRUmhMpJ0Fgq1lavb9kGT43.adaptive-delivery-prevent-bg, #QBvPLBcqDNRUmhMpJ0Fgq1lavb9kGT43.lazyload, #QBvPLBcqDNRUmhMpJ0Fgq1lavb9kGT43.lazyloading { background-image: none; }#QBvPLBcqDNRUmhMpJ0Fgq1lavb9kGT43 > .row .container { width:20rem;height:41.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KIIaoatJkChQMTvz6NGAiVpWkoMBIxxN { width:19.3125rem;height:11.5625rem;top:1.0498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgkyDlbPeyEXy87pny9EAfDgJTfsxBPq { width:18.3125rem;height:1.57421875rem;top:15.6875rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDolegNCcphM72ho074TpU5UWi692VeZ { width:17.875rem;height:1.924475rem;top:37.625001907349rem;left:1.0625000596046rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #VaSvvV0IwRalL3CCaeE6IG1LPvQSspza { width:10rem;height:1.5rem;top:1.0500011444092rem;left:4.9999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu8uqrCNeQWhabncbckf2O4G7Iz0558w { width:20rem;height:27.5625rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #stbgHL8I289OVTIeQCzA1KPsXEf0xNmh { width:20rem;height:2.79948125rem;top:17.812500953674rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9puUb3unt3z5WkuDelIDm84MDkOHn1R { width:20rem;height:9.6rem;top:63.725007629394rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Th5NH11uTFDZkG3wzGXeCTBNMnn5lvvl { width:18.625rem;height:1.3997375rem;top:13.875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzAviTK8Ta1rieGxXNH29PF9rXBGBAQJ { width:20rem;height:2.625rem;top:28.636719703674rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NryguFyADwXlx51az1n6EgGHuAiA79Bb { width:13.8125rem;height:1.57421875rem;top:26.312500953674rem;left:3.0937500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCEaAhnqNabcgtcqPMBcl6y5UgMx8DxC { display:flex;width:3.125rem;height:3.125rem;top:21.468750953674rem;left:8.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #lIqxkO3H710KUquGl3Sz0w45oTkIdbc4 { width:19rem;height:3.4375rem;top:32.609375953674rem;left:0.50000005960464rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1TMRpi2E04mCfJPemNyksVygVTlx1IV { display:block; }
 }@media only screen and (max-width: 763px) { #UbGlmNRUIvTrZcPoPWUuH6JUQDpNwM3B { display:none; }#UbGlmNRUIvTrZcPoPWUuH6JUQDpNwM3B > .row .container { width:20rem;height:24.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LKpV1mfNIP0m50LRGSTaCLS0U29yTKFz { width:20rem;height:2.17529375rem;top:1.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTdJJ9A1GuKTHvJz8JO3bRkS0w9iutPS { width:20rem;height:3.57421875rem;top:4.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN1EVUFNR9dIZKIoEdTMyLUObwWcBUfJ { width:20rem;height:1.19934375rem;top:10.0556640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG9pZn7bPkNWqJQIs6B5o83sL5I2twGs { width:20rem;height:1.7871125rem;top:9.76171875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8o17szIZvMO7XFQMyKItKkaPnFHkJQK { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bf34fa4b-986f-4238-9071-7751b987b48c/Artboard3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#X8o17szIZvMO7XFQMyKItKkaPnFHkJQK.adaptive-delivery-prevent-bg, #X8o17szIZvMO7XFQMyKItKkaPnFHkJQK.lazyload, #X8o17szIZvMO7XFQMyKItKkaPnFHkJQK.lazyloading { background-image: none; }#X8o17szIZvMO7XFQMyKItKkaPnFHkJQK > .row .container { background-color: transparent; background-image: none; }#X8o17szIZvMO7XFQMyKItKkaPnFHkJQK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8o17szIZvMO7XFQMyKItKkaPnFHkJQK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8o17szIZvMO7XFQMyKItKkaPnFHkJQK > .row .container > .video-iframe-container { display: none; }#X8o17szIZvMO7XFQMyKItKkaPnFHkJQK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8o17szIZvMO7XFQMyKItKkaPnFHkJQK > .row > .video-iframe-container { display: none; }#X8o17szIZvMO7XFQMyKItKkaPnFHkJQK > .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); }#X8o17szIZvMO7XFQMyKItKkaPnFHkJQK > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGeJaugtmdvuOKEVibCmIHdcheZSsuiM { width:12.625rem;height:1.70625rem;top:2rem;left:3.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CFaQdTfpSvL3MVCHht6mLU7iGMahTVTy { width:15.875rem;height:2.2753875rem;top:3.6875rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lK5pGwAOT7Qc9IsqnaPzW1LZLzuFkRCA { width:20rem;height:2.35656875rem;top:8.6875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bg2Pao8uLTDcS6N2z9TyLEKTmIac5VIn { width:5.8125rem;height:3.4130875rem;top:19.625rem;left:2.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xqwFaTB5XLsk45nbbTO57v8gD3dFRmVn { width:8.625rem;height:3.25rem;top:18.75rem;left:8.9375rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QVbnZToufMx2h1SftCCAkInAyuFNyeGr { width:8.9375rem;height:1.05625rem;top:21.9375rem;left:8.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LPKttZT28x01BGKNGIquOFtgaUPSiwDF { width:20rem;height:2.03125rem;top:6.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzTFGRLRIg40pidhnFbvcJOqRa4gBWNi { width:15.3125rem;height:3.25rem;top:14.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQldakHbGaMPcUq1n1nw2MJ5k7tI1Kg2 { display:block; }
 }@media only screen and (max-width: 763px) { #IImeUql5RNctoU7s2eDMX8Qo047dPt9l { width:8.75rem;height:1.625rem;top:21.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJTv4GHn0fh9krDExGViPPiWrOBoyV14 { width:11.9375rem;height:1.0625rem;top:9.8125rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swS91QDSfCpLwIGwc0tGWIoDKlO7Sanv { width:20rem;height:15.1245rem;top:25.12451171875rem;left:0rem;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9f8e7cc6-9151-4137-b802-c14176e8de40/Untitled2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#swS91QDSfCpLwIGwc0tGWIoDKlO7Sanv.adaptive-delivery-prevent-bg, #swS91QDSfCpLwIGwc0tGWIoDKlO7Sanv.lazyload, #swS91QDSfCpLwIGwc0tGWIoDKlO7Sanv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CgTPJXTNrLrmTAJS7MJ4k4e6zTke1vb2 { width:20rem;height:3.93676875rem;top:11.293701171875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 { display:block; }#rMaLsRycTI0oxScTnTv6DMJT61me8Pu1 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGLdieEhONa4VE6iZLzegud2L8iacb7e { width:9.3125rem;height:1.4619125rem;top:5.625rem;left:7.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W1SXoQtmPhh4qgqLTJhm9LgXUIPtSk58 { width:4.625rem;height:4.625rem;top:2.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1ifN8btNkTdZQrLPZetXtIQlSWBmlcD { width:8.125rem;height:2.436525rem;top:3.1875rem;left:7.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #efZTbhWtwmKiMTH1ZwVZAeBQg7m9UJf2 { width:10.5rem;height:1.4619125rem;top:10.125rem;left:7.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EeIOaqP0kck2LSa7PboxtX1sTyhzm7Qy { width:10.75rem;height:1.21875rem;top:8.875rem;left:7.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iK65h8saQvurZ0TNapyt3lzLJCl4TVRk { width:4.625rem;height:4.625rem;top:7.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #he6qm2apyC27ePQSPPomyfdllZTrdLMa { width:10.125rem;height:2.436525rem;top:13.5rem;left:7.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dMvdmnxlFyuZ1xrUizU51dDaSQdsl0qr { width:10.625rem;height:1.4619125rem;top:16rem;left:7.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VbHwo9OKlwBSr4TT4VwATI9bHoihyrpG { width:4.625rem;height:4.625rem;top:13.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9GrvZmHO2Fbry2dcB8EEUvSaTHZWZ3M { width:3rem;height:3rem;top:3.4375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdOrQ6VJ5Ksg65U7UtZSch7BazmKIrE0 { width:3.4375rem;height:2.8125rem;top:8.8125rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhBlvND8wE8IxziiTrnmszdO0w6TK88i { width:3.3125rem;height:2.9375rem;top:14.3125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdVXF30xua7r9dhDRWGIfTDyurxPzLH5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1bef37c7-a1f2-4a5b-90f0-cd1f3699d88d/LandingPageCollectionData14.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#OdVXF30xua7r9dhDRWGIfTDyurxPzLH5.adaptive-delivery-prevent-bg, #OdVXF30xua7r9dhDRWGIfTDyurxPzLH5.lazyload, #OdVXF30xua7r9dhDRWGIfTDyurxPzLH5.lazyloading { background-image: none; }#OdVXF30xua7r9dhDRWGIfTDyurxPzLH5 > .row .container { width:20rem;height:64.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rI8rm5sXXZKyaMGLSFkJe26nJTCpw5ZO { width:5.9375rem;height:6.0625rem;top:29.362500190735rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xE2LVouU8EmzSIOxZEcJGH0kJHlxag5w { width:5.9375rem;height:1.1rem;top:31.284375190735rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #w24PTgGWZ8IDOHi5q046v558r0IB4zwt { width:20rem;height:53.125rem;top:0.3125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7S2iqQsizKf11zgClPowTGbvJKqWlen { width:19.25rem;height:7.75rem;top:54.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo9EMGTvnw5g2poDgv7plLvmb702H9Vp { width:14.0625rem;height:3.16894375rem;top:56.953735351562rem;left:2.96875rem;font-size:2.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uV91o06q7XxIr4ZGFdDsAb1D08GKFnLN { width:20rem;height:1.3rem;top:55.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #c3pGeNIiekW4DGC5qJQorG2vaLk0Wrid { width:20rem;height:1.05625rem;top:60.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WSwDDNUtoePt3EdCzyagTfZMWXSlSXwI { width:20rem;height:5.84765rem;top:22.186889648438rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BVW32dsqkZLlM6AxEkQLJLaZ42cNvlRx { width:20rem;height:2.6001rem;top:32.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Lr4vLSqKI6om9sMOwDIJovnSEClPcW2A { width:19.875rem;height:10.4375rem;top:35.6875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lMEqz07d1V9OHnGLJSKC1bRKnwg6pNSm { width:20rem;height:0.1875rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceXMHM8dqIKW2lIGw5eCZ4OKiwSZ2fUr { width:20rem;height:2.6001rem;top:9.3743896484375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XOMFyrlguWBFu2vplcaiJtkKePoI3bck { width:20rem;height:5.0371125rem;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.3;color:#ff5400;display:block; }
 }@media only screen and (max-width: 763px) { #e7cZSF1SQRWo7x3rRUJxMMoyfVwcCfEy { width:16.5625rem;height:8.125rem;top:12.62451171875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcWaqTxR2OzwaUSfuJxPrTT5en4Q3dA1 { width:20rem;height:5.84765rem;top:46.87451171875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #g57qkdJRDLOWa2Ah0x43gys9qfUBo8Mu { width:20rem;height:1.29980625rem;top:7.162109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7aac655e-00db-4e78-a09e-42a46be8ad61/Artboard7.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1.adaptive-delivery-prevent-bg, #O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1.lazyload, #O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1.lazyloading { background-image: none; }#O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1 > .row .container { background-color: transparent; background-image: none; }#O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.26); }#O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1 > .row .container > .video-iframe-container { display: none; }#O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.26); }#O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1 > .row > .video-iframe-container { display: none; }#O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1 > .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); }#O1MBDZALP3qmo2xrHALC6xsmpse0Vfk1 > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wL2uTykcRDE4GJ4wHwmcmHcLUH0t2THZ { width:11.75rem;height:3.33105625rem;top:15.625rem;left:4.125rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F2xXwxMgUWDq4KuHBHGSWeuyeTTGi6gM { width:14.3125rem;height:1.21875rem;top:14.40625rem;left:2.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gGF4wMJfwizTFmMv5cvrFVVPuUbsx2eF { width:13.81225rem;height:2.25rem;top:3.4755859375rem;left:3.0926513671875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xB7SN6JpUwTlya4NSGlCwzTKC72Ous0k { width:12.6245rem;height:1.54358125rem;top:1.2445068359375rem;left:4.124755859375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yqdribHb13WTKTJyn1Sr3s4GKvOuABo9 { width:18rem;height:10.2844375rem;top:20.375rem;left:1rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#yqdribHb13WTKTJyn1Sr3s4GKvOuABo9 li:before{  }
 }@media only screen and (max-width: 763px) { #vURXLU8ZRkpvZP2XCCJeDOTeVH7IyTrB { width:19.375rem;height:33.1875rem;top:31.6875rem;left:0.3125rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #TlRG9QFzMzJUtVqlCpDe6JevuS4wZVfm { width:8.9375rem;height:1.5rem;top:16.5625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuw2JkfApX3P197wM0kNFrMZKudiG0Ew { width:3.312375rem;height:6.31225rem;top:3.475341796875rem;left:0.8514404296875rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #zcAv3nh3EfseHPOg0WHr9XCGIgVn960E { width:1.9995125rem;height:4.4995125rem;top:9.945068359375rem;left:17.155151367188rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLrO80FTqK70u56vKTtHvDAQuNXdoCiv { width:20rem;height:5.2002rem;top:6.37451171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G7EXqs5ihPBOPvbNcVJQHTiKFILvVCZV { width:20rem;height:3.25rem;top:32.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk  { width:17.5rem;height:auto;top:36.53125rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk {display:block;}#ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk { width:17.5rem;height:auto;top:36.53125rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #VuL1tsmvE60mhBvKdbOyzXmgor5G9bup {  }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #FHzeDGOOiRDOzKWCv972AlkHqHbZwOw2 { display:block; }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #T1aFOQSCXWab9C5WAR0gspCuJ49VpGbF {  }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #hytl6HETRfZUwkGhHV6I0CEGn8LIvS8i {  }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #c9zswD3VczBtPHK9izkGV9aUXFwaww8F { display:block; }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #vUL7Ley7EdrTapxs6hh82foWiOJ9TlbA {  }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #yVPQ4gXgOOGRkZOwo01aF5kX3vxFapw2 {  }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #yce6TFnRKe7Wwx4BTTsGV1rxeoP0Suwb { display:block; }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #C4W9VRmSxPVxIL45GTKH6N7LcXcNP8Dm {  }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #dX4ouke0KhGxAQdnuIo5UvEdbHMEeCIn {  }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #yOzplHoXDTCGraJTFE3OAPgGJLdVDETD {  }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #kPiMCFube1OAvoJHiTdMmewV8XHyEc9K {  }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #wyd4CPfEfWGdyWqIEcdbzAZ0A7soFcMt {  }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #UNILuSraZDTR3uJkLLe55qBpOHi3W1Js {  }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #d6cGFHwvJImtHvGGmuICcHICTmy405BH {  }
 }@media only screen and (max-width: 763px) { #ZkMaeK1iwviWyzsl4NOFmHLaBE1Vuadk #ETk6uiypTkxhIHHFrVKwcRWeOhmlFtCT {  }
 }@media only screen and (max-width: 763px) { #pFqA0xsrye76MzV8tASN060A1F3sIIPR { display:block; }
 }@media only screen and (max-width: 763px) { #g4FG4S1PXB19qWvB55o7cpe8o7Tk2T3a { display:block; }
 }@media only screen and (max-width: 763px) { #F9O6LfLnccKJl0XwgCUTpI3QxA6DVqda { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #m4yBQGWRFUGyzmsRi5vL54IPSaQhToWf {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TKG6vyW7E3idZgnwPoBkJIqlsTzBNGQU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WKiH1EeCLwJysaOJuLeurbFrJb2uAdwU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #n4a0hmLtF6q7wwZdWZw8eRWRaWaPgaJg {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xpG2AZTqD1VUU6zzKHx9NSKhe90BIhOb {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #giK7lM7eXtKuGDDBef6eJoV4EWA5pTzV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Ql20hn9NdnnXlPNoDV67zkfRcVT1TJwX {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DaJGtzhqdrUZnh4WehUXtZxxeRomqur2 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #aroA8s7GoppzJyt9qAINRr6wgFJVJAEm {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #wsH8neKh6ouED7LOTbEsiUU4qCAzs8Uv {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nthFGtsc0mSZFMTvWLd5WRVxQAEGJ3JH {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ThRashDxyn1sy57kiSPN37IqREgCPNHi {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rQqBmJn6vKPVqXC3orvQ39IA1M2xV9x4 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #G3ZCAOd6gT9HysG7A7TPvKO5MoURTifv {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zvxoN2axKT7hWr0mvdmxDGoVqOuZQMEC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Zq1fW3iF8Gw8Zyf3hX17MuyGT7Wd1FXa {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IgwEUkuyTHnU9mCZoB13A132Q8GLTvlm {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MOfOaTTzSdUMvWgx7qCTOZo5ZWlQAVKJ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gF9wyQW2WTBdO7TZZTEz4kmATlkm8rvU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #d1MmwBxmzA4MkzfkpPg0DAuty8BiszlT {  }
 }@media only screen and (max-width: 763px) { #wMsRH0ARybiDOtKgNCwvTIAa54uzuxBv { display:block; }
 }@media only screen and (max-width: 763px) { #GUGwlVKR8mUbZ4fuz8JLgRupHeLObdeN { display:block; }
 }@media only screen and (max-width: 763px) { #ghHDtgasSoppP6AmBTyvV1rv6R4Hi9Xn { display:block; }
 }@media only screen and (max-width: 763px) { #zxQQJIBoAugDSc8fngllaKo90PTQX5Z0 { display:block; }
 }@media only screen and (max-width: 763px) { #NekmmoXschv8Iadxq4rt2Hg2ValtIztx { display:block; }
 }@media only screen and (max-width: 763px) { #ZfO6ez1kFuD6TqcqSTSQUaDcMtfaLMAa { display:block; }
 }@media only screen and (max-width: 763px) { #IZbnnc5HrBuQFC1PQB5G1myT9LRrhiJW { display:block; }
 }@media only screen and (max-width: 763px) { #sXGfbhe9aAlC8oqBaGuOFFiincaHMGd7 { display:block; }
 }@media only screen and (max-width: 763px) { #qLJMTZxJmgorLXN5TRrh5LMC1hgJUKdq { display:block; }
 }@media only screen and (max-width: 763px) { #teakFnVUVWZ38RNxHNpTD8T4bqIlvVa3 { display:block; }
 }@media only screen and (max-width: 763px) { #VdQ4pSRUK2mkpfp0VWNXrQLOqQdnQroo { width:20rem;height:0.975rem;top:36.17431640625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZUX7g1dyg1gBc17vD2weEneSvy4yRaTr { width:15.37475rem;height:1.224975rem;top:11.85546875rem;left:2.3114013671875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rXTPFgiU259OUVZ8bOPbVetLag7XOfJH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/28a08351-616e-4886-96c6-59ab8392eff6/Artboard2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rXTPFgiU259OUVZ8bOPbVetLag7XOfJH.adaptive-delivery-prevent-bg, #rXTPFgiU259OUVZ8bOPbVetLag7XOfJH.lazyload, #rXTPFgiU259OUVZ8bOPbVetLag7XOfJH.lazyloading { background-image: none; }#rXTPFgiU259OUVZ8bOPbVetLag7XOfJH > .row .container { background-color: transparent; background-image: none; }#rXTPFgiU259OUVZ8bOPbVetLag7XOfJH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXTPFgiU259OUVZ8bOPbVetLag7XOfJH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXTPFgiU259OUVZ8bOPbVetLag7XOfJH > .row .container > .video-iframe-container { display: none; }#rXTPFgiU259OUVZ8bOPbVetLag7XOfJH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXTPFgiU259OUVZ8bOPbVetLag7XOfJH > .row > .video-iframe-container { display: none; }#rXTPFgiU259OUVZ8bOPbVetLag7XOfJH > .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); }#rXTPFgiU259OUVZ8bOPbVetLag7XOfJH > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyNNsHe0nbapozpoDqfWCmAQtzM8L7MD { width:13rem;height:3.4121125rem;top:2.4375rem;left:3.5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UScGhPogDQhlAvWQ8U7ph82nCpvliOuz { width:16.6875rem;height:9.62768125rem;top:9.6875rem;left:2.6875rem;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Jgny5w7rMHnVzi02HGcp9767e0kMvqJM { width:11.9375rem;height:1.625rem;top:6.125rem;left:4.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtr6rN1NfXhnvPTpRAEWsKtprUkyWtF6 { width:1.125rem;height:1.125rem;top:9.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB38E6BQ4ktLuvOBt8liPdGXDSuOigt1 { width:1.125rem;height:1.125rem;top:11.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SENkc4aoKQkW6znGSbrMRTtJFrIT1pJX { width:1.125rem;height:1.125rem;top:13rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEGFwMdXDTFL0AhUnLvhhRPgyRCDB7Ww { width:1.125rem;height:1.125rem;top:14.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ1nkhOUOSOfhcB7uNMvCH55WXSaCN9z { width:1.125rem;height:1.125rem;top:16.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwM3rnnd0N2ff1QaVLrvSaqe7mHJl4vQ { width:1.125rem;height:1.125rem;top:18.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7HeHlKK1hu3oALNdWn2kDwXGxe025V7 { width:20rem;height:12.4375rem;top:8.375rem;left:0rem;background-color:rgba(255,255,255,0.88);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/af4118bd-3cba-49fe-b418-fff4a2fedd7c/Artboard3.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV.adaptive-delivery-prevent-bg, #dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV.lazyload, #dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV.lazyloading { background-image: none; }#dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV > .row .container { background-color: transparent; background-image: none; }#dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV > .row .container > .video-iframe-container { display: none; }#dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV > .row > .video-iframe-container { display: none; }#dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV > .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); }#dpkJobxIW6lkli3sQgrvD7Xo8IpsCKyV > .row .container { width:20rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #chPtTTq2Rh42WBepshIc1T8e8LTxFo1l { width:8.25rem;height:8.3984375rem;top:8.8125rem;left:10.6875rem;font-size:0.75rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #frtmOzHlBJMF8Ky9IQVmlCJX77n08R0L { width:9rem;height:7.959625rem;top:31.0625rem;left:10.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RPyhmTwmuEMDVMmBhHiE8ATvvcIT4L0e { width:8.1875rem;height:8.3984375rem;top:53.75rem;left:10.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K0amwVKIKR11BTeLeaXMPQdK33Sf4Ozl { width:9rem;height:9.75rem;top:7.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1e56uLpzvTclTNX7DCchLu8u81p1vPZ { width:9rem;height:9.75rem;top:30.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8iH9CrxInCadSS4CrAuiqwd4CSaCqk8 { width:9rem;height:9.75rem;top:52.875rem;left:0.6875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d543dee1-6d4c-4d98-91e0-0a7632271128/asiabusinessmenbusinesswomenmeetingbrainstormingideasconductingbusinesspresentationprojectcolleaguesworkingtogetherplansuccessstrategyenjoyteamworksmallmodernnightoffice.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#F8iH9CrxInCadSS4CrAuiqwd4CSaCqk8.adaptive-delivery-prevent-bg, #F8iH9CrxInCadSS4CrAuiqwd4CSaCqk8.lazyload, #F8iH9CrxInCadSS4CrAuiqwd4CSaCqk8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Tez1RXp0ucrrQflPVoEdQ2qodhTN56SF { width:8.0625rem;height:9.0966875rem;top:42rem;left:10.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bu1JkTkNTg7FNGT2brTpzdkOUczayXep { width:8.4375rem;height:7.959625rem;top:64.75rem;left:10.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iCbhnCBrb45JKTwFdp537cX8q7k6UJ4I { width:8.3125rem;height:7.959625rem;top:19.75rem;left:10.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fZ5mmTzrvs3HO5V36x1ZOp1OKAio7fL5 { width:9rem;height:9.75rem;top:18.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyBDNqTP5ZITPIB6MPclUqqLTTAxfkM1 { width:9rem;height:9.75rem;top:41.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev4k7banUQcFWE0Q8nVvc4KPZmdkE5Tc { width:9rem;height:9.75rem;top:63.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnfmyQp9aqwQlL5bmea3AEh5nTKzkW9E { width:20rem;height:1.3rem;top:5.3125rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #smR3AdWTOzw8xkRWwcsqoXySkRbiwqyM { width:11.4375rem;height:2.923825rem;top:2.3125rem;left:4.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC2dRVZqnMR2gvbcLNw3LyZsFW4LELRi { width:20rem;height:10.8125rem;top:7.3125rem;left:0rem;background-color:rgba(255,255,255,0.88);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xl19JT2ecz8zVLvNsa33I0g9ByGqoBUw { width:20rem;height:10.9375rem;top:18.375rem;left:0rem;background-color:rgba(255,255,255,0.88);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #d7pUR8wCAJCnXwrDsaIGJhgKMEGQrPpU { width:20rem;height:10.9375rem;top:29.5625rem;left:0rem;background-color:rgba(255,255,255,0.88);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QafcT1Vi3CMLZzxFiKSzJo8zlx1TQWsz { width:20rem;height:11.375rem;top:40.8125rem;left:0rem;background-color:rgba(255,255,255,0.88);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #THSiT7f4QhyGh9M4ViKFCXiOTGJiwEkB { width:20rem;height:10.625rem;top:52.4375rem;left:0rem;background-color:rgba(255,255,255,0.88);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sItQpVhNs4N38v2zuy3KefWnM2vKfX2y { width:20rem;height:10.6875rem;top:63.3125rem;left:0rem;background-color:rgba(255,255,255,0.89);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af4118bd-3cba-49fe-b418-fff4a2fedd7c/Artboard3.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC.adaptive-delivery-prevent-bg, #u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC.lazyload, #u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC.lazyloading { background-image: none; }#u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC > .row .container { background-color: transparent; background-image: none; }#u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC > .row .container > .video-iframe-container { display: none; }#u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC > .row > .video-iframe-container { display: none; }#u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC > .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); }#u7HATUqrxvgXDltQHP5nnK2x0bWVKKoC > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ne9eZQmUIf3lo169d2qseVyGdAu4Gi5n { width:14.5rem;height:3.08715625rem;top:8rem;left:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMwTZk3nog2ZBg1KzaMbMsGBioaMXCwN { width:17.4375rem;height:5.249025rem;top:2.0625rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToO5WImcw6l7b1HXD7rBFPGx824SJEX7 { width:14.125rem;height:1.38125rem;top:11.5625rem;left:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVmeLOVEmRh0v7NiWubMHTXBqIM1TrWE { width:16rem;height:9.5rem;top:5rem;left:3.8918918918919rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXJUlViTN5xrAHeIPLEMq5epyBmigIF1 { width:12.8125rem;height:1.6875rem;top:8.65625rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THzo30hKko5sxdBCBPw26XtPX3x0w2Do { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8b289af8-c592-4c02-9ae5-300f0867af1d/Artboard4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#THzo30hKko5sxdBCBPw26XtPX3x0w2Do.adaptive-delivery-prevent-bg, #THzo30hKko5sxdBCBPw26XtPX3x0w2Do.lazyload, #THzo30hKko5sxdBCBPw26XtPX3x0w2Do.lazyloading { background-image: none; }#THzo30hKko5sxdBCBPw26XtPX3x0w2Do > .row .container { background-color: transparent; background-image: none; }#THzo30hKko5sxdBCBPw26XtPX3x0w2Do::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.21); }#THzo30hKko5sxdBCBPw26XtPX3x0w2Do > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THzo30hKko5sxdBCBPw26XtPX3x0w2Do > .row .container > .video-iframe-container { display: none; }#THzo30hKko5sxdBCBPw26XtPX3x0w2Do > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.21); }#THzo30hKko5sxdBCBPw26XtPX3x0w2Do > .row > .video-iframe-container { display: none; }#THzo30hKko5sxdBCBPw26XtPX3x0w2Do > .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); }#THzo30hKko5sxdBCBPw26XtPX3x0w2Do > .row .container { width:20rem;height:104.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncseEXPpTleoQa3w5VeA1BrlowMvk1Wl { width:12.875rem;height:2.923825rem;top:3.6875rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8go3fnGbbrHD0gf04nMKqMIp8TCVCx3 { width:14.5625rem;height:1.8375rem;top:1.6875rem;left:2.71875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtirZzGDytsxvA1vTeT6yaTaCJIEVrEW { width:5.5625rem;height:0;top:18.1875rem;left:7.21875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #I97cp27rBaUBiJ6s4hOkedLTrfumT7JS { width:6.3125rem;height:2.11181875rem;top:11.1875rem;left:2rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PMcRW4Q2Dr9Oz2PoEN2TUq0N3Gy7txT3 { width:5.5625rem;height:2.11181875rem;top:11.1875rem;left:12.125rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TJi5TDa4567OBMrbbWKOi7yTqeZ6n9T1 { width:9.375rem;height:3.375rem;top:10.5rem;left:0.4375rem;background-color:#026f4a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BrNp3BXvKu3D34pz2mPMagTvDhsXBMNm { width:8.25rem;height:4.46471875rem;top:14.5rem;left:1.03125rem;font-size:0.6875rem;color:#1a1a1a;display:block; }
 }@media only screen and (max-width: 763px) { #mlhNNDA2n0KGJ6E8peVee6G01RbOaziR { width:6.9375rem;height:4.46471875rem;top:25.875rem;left:1.6875rem;font-size:0.6875rem;color:#1a1a1a;display:block; }
 }@media only screen and (max-width: 763px) { #OnP5UcgnKVozDtgTsFSEQOTnVtNk9Ndb { width:7.75rem;height:4.46471875rem;top:36.875rem;left:1.25rem;font-size:0.6875rem;color:#1a1a1a;display:block; }
 }@media only screen and (max-width: 763px) { #ZdMCzZrePUtlzeHfJtxknuw1KgJ09moC { width:6.8125rem;height:4.87365625rem;top:72.125rem;left:1.75rem;font-size:0.75rem;color:#1a1a1a;display:block; }
 }@media only screen and (max-width: 763px) { #FQ5OWx2ogKTqI2cETiTTw2wF0txBbdZZ { width:7.875rem;height:5.8483875rem;top:59.84375rem;left:1.21875rem;font-size:0.75rem;color:#1a1a1a;display:block; }
 }@media only screen and (max-width: 763px) { #LNunvhsJJGWBovpuSIwW99is3qiNK3oq { width:7.375rem;height:4.46471875rem;top:48.5625rem;left:1.46875rem;font-size:0.6875rem;color:#1a1a1a;display:block; }
 }@media only screen and (max-width: 763px) { #FmSq1g6Fp5w7o98DFUJGp0MQ7J097Tbd { width:8rem;height:3.898925rem;top:83.8125rem;left:1.125rem;font-size:0.75rem;color:#1a1a1a;display:block; }
 }@media only screen and (max-width: 763px) { #qGG3yd4mrXAcVHWpltB6RCHJqklTIOon { width:7.375rem;height:2.92419375rem;top:95.1875rem;left:1.4375rem;font-size:0.75rem;color:#1a1a1a;display:block; }
 }@media only screen and (max-width: 763px) { #RkxoqzQ1kWJDNlGDTDIVWN2krnzZ5TVb { width:9.375rem;height:5.75rem;top:13.8125rem;left:0.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #00d088, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d088', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d088', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sZbTKnENPQ8gM7OBDvetTFrgWfkEp3bc { width:9.375rem;height:5.25rem;top:25.4375rem;left:0.4375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00d088, #ffffff);background-image: -moz-linear-gradient(180deg, #00d088, #ffffff);background-image: -ms-linear-gradient(180deg, #00d088, #ffffff);background-image: -o-linear-gradient(180deg, #00d088, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d088', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d088', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #00d088, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #D20Z9ylncwlQzwNccWl2UvkMN2FuIvox { width:9.375rem;height:5.5625rem;top:36.4375rem;left:0.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #00d088, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d088', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d088', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #P5Bt2pHh4dpZb31J3KBdI6CT2XhSMHTS { width:9.375rem;height:6rem;top:47.75rem;left:0.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #00d088, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d088', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d088', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SuAnS64FJN9T7AfETTPmfbXkyI9G2e3m { width:9.375rem;height:6.4375rem;top:59.4375rem;left:0.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #00d088, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d088', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d088', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #We3LSWk4argQ14hMGWGlNITRUHlq7Ruv { width:9.375rem;height:5.625rem;top:71.625rem;left:0.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #00d088, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d088', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d088', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dCnTly0V18eLoz3GBt81XpH9gcQTe2pv { width:9.375rem;height:5.25rem;top:83.0625rem;left:0.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #00d088, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d088', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d088', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #t5BDIvGScV2WZ9BUczbuQV8OalHlGTiQ { width:9.375rem;height:4.875rem;top:94.125rem;left:0.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #00d088, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d088', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d088', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #00d088, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wHTBMsOHnnHouMgmiZwaii6c6O4bzwox { width:7.75rem;height:2.67883125rem;top:14.5rem;left:11.03125rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pM2x7gfOocSurQGpw1tUMlUoy7sykOlG { width:7.75rem;height:4.46471875rem;top:25.8125rem;left:11rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uPlCh5TyDffsM2UoV0C5mTan3kWT9HFr { width:9.375rem;height:5.75rem;top:13.8125rem;left:10.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PzxoRpnOpIJgT6IXgsVPF75IE59ZB7En { width:9.375rem;height:5.25rem;top:25.5rem;left:10.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #c0PqzQc2vlh244W9olsFEdVJChIygr8i { width:9.375rem;height:5.5625rem;top:36.4375rem;left:10.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ODxJdFrUVTykT8azD23Q7qDdFE1yvfKv { width:7.375rem;height:4.46471875rem;top:36.875rem;left:11.21875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tXt7euNhLLnrLtTxrBeapbfvP7otthP5 { width:7.375rem;height:4.46471875rem;top:48.5625rem;left:11.21875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zaCKbVpErLMEGc4mU01FrquRw87xLadT { width:9.375rem;height:6rem;top:47.8125rem;left:10.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TaEFCcNBLgJ6AXMmArtT4yTINWzSibFr { width:9.375rem;height:6.4375rem;top:59.5rem;left:10.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IH3tXP8S7cpsrshMTbK9zXPfQteWP1J0 { width:7rem;height:3.898925rem;top:72.59375rem;left:11.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9X7edEBe6dQsIqqhucWINz0F97nlkM { width:7.375rem;height:4.87365625rem;top:60.3125rem;left:11.21875rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wrc4TesxtOc9oxMOLWzvD18qn4LRFuiI { width:9.375rem;height:5.625rem;top:71.625rem;left:10.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gsZcpy2VlT1BdtwOPTDPXoUJlaUPTPld { width:7.5625rem;height:2.92419375rem;top:84.28125rem;left:11.125rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IJGMoL604fR8UdCdgTUpsiaJXmqg5Lwf { width:9.375rem;height:5.25rem;top:83.0625rem;left:10.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sAtfAzUqpDQAZG5yqfKUTVPUJbym12Z3 { width:9.375rem;height:4.875rem;top:94.0625rem;left:10.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71f1f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #d71f1f, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Grdp83hr3yx5qvc9zT8ZatgR6HCE2ez2 { width:7.5rem;height:3.898925rem;top:94.4375rem;left:11.125rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UemCNWhndDZJRZXEzVMBG82BvbLspuoV { width:9.375rem;height:3.375rem;top:10.5rem;left:10.1875rem;background-color:#920505;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cU8Heq7Pbm0Vz2gmbsKq09rFh3FFcfBF { width:14.875rem;height:1.4619125rem;top:8.5rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th9ATuEKPeRKhLCmMspTxzdE4yA6hfa9 { width:12.375rem;height:1.4619125rem;top:20.1875rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs01n3wKkknJgzv9gnTPHKIGEUJPdmgW { width:11.8125rem;height:1.4619125rem;top:31.25rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiv2a2UeABtiJcOyAEC1P1sHWH5pM4X6 { width:8.3125rem;height:1.4619125rem;top:42.5rem;left:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8EmTkvRn7FMyNy8oxMc8XCVog97molR { width:11.125rem;height:1.4619125rem;top:54.3125rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA5X2prb4SndGRW36Wstbxrgvlm8WDES { width:10.875rem;height:1.4619125rem;top:66.4375rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCmLS3TGu2hADgEomy9ECgsSWZ1Oa3FJ { width:10.8125rem;height:1.4619125rem;top:77.875rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRoCheCAcJcOkw8wANov4A2r2ESvp4g3 { width:6.4375rem;height:1.4619125rem;top:88.875rem;left:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAfit6XC1z7meIb1GWLCwgCHEaJONTRm { width:16rem;height:2.92419375rem;top:99.625rem;left:2rem;font-size:0.75rem;font-weight:400;font-style:normal;color:#516b99;display:block; }
 }@media only screen and (max-width: 763px) { #zvsWwOInxUIkztlyHDNpbqTVpPotmnGL { width:9.375rem;height:3.375rem;top:22.125rem;left:0.4375rem;z-index:15002;border-top-right-radius:0.4375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.4375rem;background-color:#026f4a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DGh58MAXVlhGJxT6vd55kGG2Gx8t2NX8 { width:6.3125rem;height:2.11181875rem;top:22.8125rem;left:2rem;font-size:0.8125rem;z-index:15005;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #os0GtZxSm2baW6xEKvhh4wX3w4Qz9aBk { width:9.375rem;height:3.375rem;top:22.1875rem;left:10.1875rem;z-index:15003;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#920505;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VNlX1OBTfJqdrClnxMlCVFsKpPccfscS { width:6.5625rem;height:2.11181875rem;top:22.9375rem;left:11.5625rem;font-size:0.8125rem;z-index:15006;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TxaH7Eskwx6cwa3wFt6M25ETy8XirNz2 { width:9.375rem;height:3.375rem;top:33.0625rem;left:0.4375rem;z-index:15004;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#026f4a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CFyctakgT7q2gSQKhW9inA3PzHpvT40O { width:7.6875rem;height:2.11181875rem;top:33.75rem;left:1.3125rem;font-size:0.8125rem;z-index:15007;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IC4tXZ7aa4MlgUGqlxifuPLu6QGerSvI { width:9.375rem;height:3.375rem;top:33.0625rem;left:10.1875rem;z-index:15005;border-top-right-radius:0.4375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.4375rem;background-color:#920505;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mTT67slEUrfDAUdC5wVmCHmwOSlmTfmM { width:6.8125rem;height:2.11181875rem;top:33.75rem;left:11.5rem;font-size:0.8125rem;z-index:15008;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #n2wIcn5vLzTpG2y4AcF6QaU9QI3h26Hk { width:9.375rem;height:3.375rem;top:44.375rem;left:0.5rem;z-index:15010;border-top-right-radius:0.4375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.4375rem;background-color:#026f4a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wvsfqt29l8VXdhipn9K9vs2XBhw0rfTX { width:7.5rem;height:2.11181875rem;top:45.0625rem;left:1.40625rem;font-size:0.8125rem;z-index:15013;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WA0GUw6Bfi0UAG9v5VTo3Cg4oSSOIOn3 { width:9.375rem;height:3.375rem;top:44.4375rem;left:10.1875rem;z-index:15011;border-top-right-radius:0.4375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.4375rem;background-color:#920505;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QdmcBFqvmg9fHFkwhLd0KpTJDTEMU53a { width:7.25rem;height:2.11181875rem;top:45.125rem;left:11.25rem;font-size:0.8125rem;z-index:15014;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dsJQLnOptdqchdfMbnemTbgXXmbx9e9J { width:9.375rem;height:3.375rem;top:56.125rem;left:0.5rem;z-index:15014;border-top-right-radius:0.4375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.4375rem;background-color:#026f4a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #buAHe6rzEBddaJlhxiNS2e5gLGNZsql1 { width:7.5rem;height:2.11181875rem;top:56.875rem;left:1.4375rem;font-size:0.8125rem;z-index:15017;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zwzfG79kaOx6TTJqOvsJM9ZgblBZ4eti { width:9.375rem;height:3.375rem;top:56.125rem;left:10.25rem;z-index:15015;border-top-right-radius:0.4375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.4375rem;background-color:#920505;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ac0lsdiqNvggpFHOrcJ8IBg0GLD6pFns { width:7.25rem;height:2.11181875rem;top:56.8125rem;left:11.3125rem;font-size:0.8125rem;z-index:15018;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qkJCkwtnbEu2pdemTwhKqUPQKwBHonyT { width:9.375rem;height:3.375rem;top:68.25rem;left:0.4375rem;z-index:15018;border-top-right-radius:0.4375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.4375rem;background-color:#026f4a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rXer9kgiqFC9J8AUe4ph2NJyW4RVibSq { width:7.5rem;height:2.11181875rem;top:69rem;left:1.375rem;font-size:0.8125rem;z-index:15021;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EmcTMcwolPZMe3cXVsNAwSBlB1EACNJ6 { width:9.375rem;height:3.375rem;top:68.25rem;left:10.1875rem;z-index:15019;border-top-right-radius:0.4375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.4375rem;background-color:#920505;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #B4EzsNJJHptLiev8W7B0NPRb1LGaRtGD { width:7.25rem;height:2.11181875rem;top:68.9375rem;left:11.25rem;font-size:0.8125rem;z-index:15022;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DQWHiITkEdThOlzRLyKiJHU0ulOz88QB { width:9.375rem;height:3.375rem;top:79.75rem;left:0.4375rem;z-index:15022;border-top-right-radius:0.4375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.4375rem;background-color:#026f4a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eplMPlfywvndMvWyHc0lNSclkThpoUkJ { width:7.5rem;height:2.11181875rem;top:80.4375rem;left:1.375rem;font-size:0.8125rem;z-index:15025;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m5OQqZ1h5ugQSJy4pHbaKcwbmwShVieG { width:9.375rem;height:3.375rem;top:79.6875rem;left:10.1875rem;z-index:15023;border-top-right-radius:0.4375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.4375rem;background-color:#920505;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rENq1JLq3M6cOVKwk8MT7yrSKq5yHdRv { width:7.25rem;height:2.11181875rem;top:80.375rem;left:11.25rem;font-size:0.8125rem;z-index:15026;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #It76KxQx7TKPHKD2OR4huZFSSeOGieAW { width:9.375rem;height:3.375rem;top:90.6875rem;left:10.1875rem;z-index:15027;border-top-right-radius:0.4375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.4375rem;background-color:#920505;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UmqN6PH9W1SoRHS2dkBIUuGQOJ7fal12 { width:7.25rem;height:2.11181875rem;top:91.375rem;left:11.25rem;font-size:0.8125rem;z-index:15030;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #acgnwTzaLXe7QwZuTlpyLXQ6waRembxC { width:9.375rem;height:3.375rem;top:90.75rem;left:0.4375rem;z-index:15026;border-top-right-radius:0.4375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.4375rem;background-color:#026f4a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #v2PUQITgc7uC9lmz5vFxh3hnP8yCoQGr { width:7.5rem;height:2.11181875rem;top:91.4375rem;left:1.375rem;font-size:0.8125rem;z-index:15029;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #k2ckpq4M0cCU3BRyD0ppTIDmxuobFPFn { width:11.25rem;height:0.0625rem;top:18.4375rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ieg3Q07zoqHODJeS6h7yPvJDwccLqPpk { width:11.25rem;height:0.0625rem;top:23.875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOkPXDrtTyFS6wNbARQrtCxBW3GPVeqr { width:11.25rem;height:0.0625rem;top:29.3125rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tP17SxdREE6vKnspB6pwxd6cLonOnsqT { width:11.25rem;height:0.0625rem;top:34.75rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M4zbK0tteu4Trr2wlmSHWVCTw7Bs2H0e { width:11.25rem;height:0.0625rem;top:41.375rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GFCQoPQeLqPh3BHNRUDAlSAUTT23swTM { width:11.25rem;height:0.0625rem;top:46.8125rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A0ZOgde5yONFkBNEbT1PbU3A75MpoPQo { width:11.25rem;height:0.0625rem;top:52.25rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mwlhoKBy7eEpNdOFUqgI084pkmERo2zv { width:2.375rem;height:4.375rem;top:13.625rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pn6QHOiQJ2RbaJtAe9uhrgzLnbV8XMwJ { width:2.375rem;height:4.375rem;top:19.0625rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBUkW7mvf3uWWCAcvhDDg2A4lSimlF20 { width:2.375rem;height:4.375rem;top:24.5rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sf06hrrW6UBuLEyGOCZ9qaq1MJLGN3au { width:2.375rem;height:4.375rem;top:29.9375rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWFZeRyMivMWqz2qWLCpKWO4NkZBWUcV { width:2.375rem;height:4.375rem;top:36rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctxZoTzd0fnlQVQyMdZ0be2k5Qgl9WUy { width:2.375rem;height:4.375rem;top:42rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rkC5wO0NHwfCwbs68O9vKigyErr9zrrR { width:2.375rem;height:4.375rem;top:47.375rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVrhZc5epA5RqWi3EgLFoP9SlbTFF2A5 { width:2.375rem;height:4.375rem;top:53.0625rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #REmRAVzsVb14MhHtkNyVoHkUcQKB7xAr { width:2.375rem;height:4.25rem;top:13.6875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLb9KfsX9HfsZ680RoRQ68MbpJUAGEpK { width:2.375rem;height:4.25rem;top:19.125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSVp4MLP7odzhNgUnfleqaWBb0mHoUa7 { width:2.375rem;height:4.25rem;top:24.5625rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jc4JdZHyzUeWRdTAVwOLEre5pXLgxsEB { width:2.375rem;height:4.25rem;top:29.8125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lC97Xrx0MCOv698nZCJuQB9MP5ifsNJh { width:2.375rem;height:4.25rem;top:36.0625rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L7QrH0ulIiJRfb0s3338HIV6EprgTZVa { width:2.375rem;height:4.25rem;top:42.0625rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTCnKJtuo60qdh41TQ6dWfEDBpWy4ZLN { width:2.375rem;height:4.25rem;top:47.4375rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r9vxO4dnPIUEeG7dQtTI8auWA6TbKi9y { width:2.375rem;height:4.25rem;top:53.4375rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ov9IGboMTiJ6K2ET3yFzzqWmLixi4ocw { display:block; }#ov9IGboMTiJ6K2ET3yFzzqWmLixi4ocw > .row .container { width:20rem;height:85.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #agh7lWPSdakyItxw7TS67uuDbBNvtZif { width:14.9375rem;height:1.86875rem;top:1.25rem;left:2.53125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkoREXHAE50MlrTl0dw7tH6Hos6PZgP1 { width:18.125rem;height:13.64743125rem;top:3.6875rem;left:0.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KuIbeoLLOmV0lQJT1bf41DMKxnclfcO5 { width:9.6875rem;height:3.41125625rem;top:24.9375rem;left:5.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HmqlIeN3IWgpgEPZ7iswPnBFl5MduuSe { width:10.375rem;height:5.375rem;top:18.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dgs7rnTT2Zu7ceVaCkmcyQEFVJz62KBs { width:9.375rem;height:5.8483875rem;top:29.1875rem;left:5.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vrSoUXOg3O1JPhIOOUUfAmek7BLgXQpW { width:11.5625rem;height:2.625rem;top:35.5rem;left:4.25rem;font-size:0.9375rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;color:#ffffff;background-color:#223b68;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QlU02PZN2gTWlmn1LPoTDvF8sh5z3gFy { display:block; }
 }@media only screen and (max-width: 763px) { #sDkVq22JQfcLIUpeLzKRhDu3bXJhST7i { width:14.25rem;height:21.4375rem;top:17.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwtdU78petTDJODKiPfpypwd8foKaHqq { width:11.5625rem;height:2.625rem;top:59.4375rem;left:4.21875rem;font-size:0.9375rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;background-color:#223b68;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DGk7KR8xahhM2mzTqiBJkEFmHiS2W2SL { display:block; }
 }@media only screen and (max-width: 763px) { #C73oFPJsTcbIWrllQETHlokQxn7xDZWv { width:14.25rem;height:22.875rem;top:39.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFolCboFAQsET5cTiHnZTpFULtCPdQsn { width:11.5625rem;height:5.8483875rem;top:50.125rem;left:4.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GN0FbwMvvIsPJOqTVHEJzMbPs968MKg2 { width:11.4375rem;height:2.274175rem;top:47.1875rem;left:4.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Euox6F2idJUNsZ4LOHAittyrkeeUiJBp { width:10.375rem;height:5.4375rem;top:41.1875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWhyt3IZO4m1W6OQt98K5buosMgTzNDH { width:11.5625rem;height:2.625rem;top:80.75rem;left:4.25rem;font-size:0.9375rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:#223b68;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kZWzSCPfZtyQZchTX2fGFkiVboRQmQUD { display:block; }
 }@media only screen and (max-width: 763px) { #CkugHGZyvhfT1NdAVk2ktVfkuDopFVtt { width:14.25rem;height:21rem;top:63.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEr5cBJT380qOABnyqEp4xuuMttyenL8 { width:11.5625rem;height:6.3354375rem;top:74.1875rem;left:4.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C1Mck2tIUsc9gCsO8eoskcwS1ouiquGy { width:12.75rem;height:2.274175rem;top:71.1875rem;left:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNQyOiXnAyNPb9Ji23G3HxMqX3taaggt { width:10.375rem;height:5.375rem;top:65.1875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgpPNRTsTPW5FTu4fiVSolGr9ThUmOD3 { width:11.4375rem;height:1.95rem;top:56.6630859375rem;left:4.28125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/105a7d73-800a-4327-bd89-ed7e6c61ed74/Artboard6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD.adaptive-delivery-prevent-bg, #bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD.lazyload, #bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD.lazyloading { background-image: none; }#bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD > .row .container { background-color: transparent; background-image: none; }#bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD > .row .container > .video-iframe-container { display: none; }#bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD > .row > .video-iframe-container { display: none; }#bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD > .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); }#bIVad0q9AJqetcBZWuRbz7SlXl8SX3gD > .row .container { width:20rem;height:84.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOeXlx4NMN7ZTi0513MM4r5qJDXeUE1q { width:15.1875rem;height:2.598875rem;top:2.5625rem;left:2.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GZLGVKmJk30GhRVwlCZBd8vb9vtqirqZ { width:13.875rem;height:1.225rem;top:42.125rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCcXAtALLFKAiCzdROOVDdxRzszMvwZw { width:11.25rem;height:1.1375rem;top:43.3125rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTstUlGTVTqGoBHnbLiJ6vh4z8TOGqZV { width:11.5625rem;height:2.27416875rem;top:47.1875rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #amlpMure2dDnlFNQ8FQaNzSDuhy7pXlO { width:12.625rem;height:2.27416875rem;top:44.8125rem;left:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfb3SIycXf30v4ieSyT0i1Papb93wH44 { width:12.3125rem;height:5.24903125rem;top:52.0625rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5wEXGN6IvtZSSTouGeC3GcqEtNgARXx { width:9.5625rem;height:2.27416875rem;top:49.8125rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttWuPxCP5ETkWmDq2EnzKovtTTVhkLrb { width:7.875rem;height:4.199225rem;top:65.75rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn7lruuEJp9lukgCA6D10IFB0Vfra6Sl { width:10.5625rem;height:2.27416875rem;top:63.5rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt3S0p0Ik52QFBb72x4Qrmmmp904EOC6 { width:14.5625rem;height:1.05rem;top:62.125rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdq7AWlk1oD0F5nbrJMTPnn6CKdO373y { width:11.375rem;height:2.27416875rem;top:59.875rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlUHTJThLmHTCUL2shJFiGODG8gKfNb4 { width:12.875rem;height:1.05rem;top:58.5625rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzxpzeVCp41wrEBEgT9BpBN1T6p4KaWG { width:13.4375rem;height:1.1375rem;top:57.4375rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idkvUSBbFp9KT16tteaMmFzr6Nr4SDf2 { width:14.6875rem;height:4.199225rem;top:72.375rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK4rfMgAMNEt5TXhmoLStuaGFTtIbNi9 { width:12.375rem;height:2.27416875rem;top:70.125rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF6T5cZi868kZ4cq5Ue4qteA5R1qiTw7 { width:13.125rem;height:2.1rem;top:79rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk7o6tCz6DNzd2wdxbr4JlWSyN3CWU0H { width:11.0625rem;height:2.27416875rem;top:76.75rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqWHMqyGeIgbPglxRcPMH0vHWwi7ZBeg { width:14.3125rem;height:11.625rem;top:12.25rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMP0Ttbw0JS5A499V7dfQ2bvgDRagfPV { width:10.125rem;height:1.3125rem;top:6.8125rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIWXSd75wNPQIdf1ULHI4o4D4S1Q3nqN { width:12.0625rem;height:1.4875rem;top:8.125rem;left:4rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4DTbqu3wwvXg6FdIQtkIFlbHd86bVuU { width:12.1875rem;height:2.1rem;top:9.5625rem;left:3.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPOI7AoyQzDE13ai78CFMGOol5P0Ml8b { width:14.6875rem;height:3.84765625rem;top:24.9375rem;left:2.6875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yapRRqrQqvD6PSgydLlLJSV29HisUNI3 { width:13.875rem;height:10.4980625rem;top:29.4375rem;left:3.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yLcHM31mx6NKtRXkTntoV3UKU45LOhv8 { width:18.25rem;height:34.5625rem;top:5.78125rem;left:0.875rem;background-color:rgba(255,255,255,0.75);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KvGZ6ggGHyUVwr2zX0QgRUqMpSCa1lHX { width:18.25rem;height:41.0625rem;top:41.25rem;left:0.875rem;z-index:15002;background-color:rgba(255,255,255,0.75);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DuPQJQeCherOzL6gahxehSWGChZ8vTfN { width:20rem;height:23.375rem;top:9.1875rem;left:0rem;background-color:rgba(255,255,255,0.75);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #pk1kMloa5GERK9SDDns5zTlVfQKf8wuL { width:19.5rem;height:auto;top:12.375rem;left:0.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ymR4wflifaCFUOS256x4xLSZkEbOOlQa { width:20rem;height:auto;top:10.625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p5GrNBg5Bfw6pntMeXZSmm0E2OVimedl { width:20rem;height:auto;top:14.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iiH2QCs4XN7I73WfSPDs50O8eQJlCKL0 { width:20rem;height:auto;top:15.875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LKx557WIdG9zdQLiwW8GJqR3JdI0OJGH { width:20rem;height:auto;top:21.875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSFT53dMTIwKfnoDdoR6Zm0zDAfeSEOz { width:20rem;height:auto;top:23.4375rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ieLX2zoXP8qGK9emC5Ng2zIxnT9sGQGc { width:20rem;height:auto;top:28.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQd9nKgLoXWTi6dxtK1mHCTHmXZRvXl5 { width:20rem;height:auto;top:29.875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8zZeTUTmrks93nW3K6OMctOFd4gfbMf { width:20rem;height:23.375rem;top:9.1875rem;left:0rem;background-color:rgba(255,255,255,0.75);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #iuzswO4LI7wSa7n9WxasesTlImT1w6zw { width:20rem;height:18.045977011494rem;top:83.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7 { background-color:rgba(255,255,255,0.3);background-image:url("https://images.assets-landingi.com/uc/d1ef9432-debd-436a-ab71-29b2ae8b47ae/Artboard5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7.adaptive-delivery-prevent-bg, #pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7.lazyload, #pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7.lazyloading { background-image: none; }#pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7 > .row .container { background-color: transparent; background-image: none; }#pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7 > .row .container > .video-iframe-container { display: none; }#pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7 > .row > .video-iframe-container { display: none; }#pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7 > .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); }#pGHfFBibn37NPtrxp9fcoPGWcGdzkAU7 > .row .container { width:20rem;height:83.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFaBUgSFccJluckHtE2eErCkKv8KvmSs { width:17.0625rem;height:2.76245rem;top:2.1875rem;left:1.46875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zvZbuhq444ZFyRk7qM3cImd8RcTEV3hb { width:12.8125rem;height:1.1375rem;top:40.9375rem;left:1.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lwuGeHAbtcv8Ucoa1q1Pw35tCNCBrUw1 { width:10.25rem;height:1.05rem;top:42.0625rem;left:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtcXKhiDgb47TQfZHMLTMVgvyKz8SCGy { width:14.875rem;height:1.05rem;top:45.6875rem;left:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNNhZwp1TKkBsDGOlwoTP5C9sUOflT1W { width:11.6875rem;height:2.27416875rem;top:43.4375rem;left:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJlm243ReQRrdEg67Xq6CnhHBiD0vI1r { width:15.625rem;height:8.39845rem;top:49.3125rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1z3VE7zERvIPm4ztAmArdtQ36wKSbRd { width:12.125rem;height:2.27416875rem;top:47.0625rem;left:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8IwMcrgq97WifNk16EkkFSkZDT2S3Il { width:13.125rem;height:4.54835rem;top:70.4375rem;left:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz3zL85oBhBclRiLdBcvXTaLoXSTtsKh { width:10.6875rem;height:2.27416875rem;top:68.1875rem;left:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcnqmvFvK0b4efe6yTCUBQluBNRSNquW { width:15.0625rem;height:3.14941875rem;top:64.8125rem;left:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo6psGJRyGuDVnK9Ug08PTQKN4uVP4mx { width:14.3125rem;height:2.27416875rem;top:62.5625rem;left:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ximpxmoM0XmHeuaoH6dFRgbbgqn7zAqB { width:16.5625rem;height:3.4112625rem;top:58.8125rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd4woWtEXI7qI7F5TCNKXwPHl9n5UEX7 { width:12.125rem;height:1.1375rem;top:57.6875rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUgdIUVRenkTuHHMOvhZP6s5QMOFBJsu { width:12.6875rem;height:1.05rem;top:76.5rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgZav4a9EiPHI56PuXA9L0lB0xro2TsR { width:12.5rem;height:1.1375rem;top:75.3125rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkTrlZifOzOXhbnDhxp9bTWJT6ETTUPW { width:11.5rem;height:1.05rem;top:79rem;left:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D63zcirWzrGmh8ZDSOH5xsRUzvaNVtUJ { width:14.5rem;height:1.1375rem;top:77.8125rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdsKuHZ1XqFTC9DEqfNZaleAcW6zyCCT { width:14.3125rem;height:11.625rem;top:12.6875rem;left:2.875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9d15df4a-1fa8-4ed0-bc0b-fa748aba6db2/Screenshot25670710at173845.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OdsKuHZ1XqFTC9DEqfNZaleAcW6zyCCT.adaptive-delivery-prevent-bg, #OdsKuHZ1XqFTC9DEqfNZaleAcW6zyCCT.lazyload, #OdsKuHZ1XqFTC9DEqfNZaleAcW6zyCCT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GTSG4AI4fXhBcPWMUnxXpDLeXezdd5WU { width:10.125rem;height:1.3125rem;top:7rem;left:4.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFHURFnqmxm9zTngvM5k6Kvfgc1qRbcr { width:12.0625rem;height:1.4875rem;top:8.4375rem;left:4rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LVTOtpc45nQ96MaihAJ6KCe2WEAIGsC8 { width:10.1875rem;height:2.1rem;top:10.0625rem;left:4.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UD33GiptcTQ1QvVJuh9N8CivuZdkCTPD { width:15.1875rem;height:6.733375rem;top:25.625rem;left:2.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iMz5rfdDXEe8eJBqNfC9dL0lG5NwrtiG { width:14.4375rem;height:5.24903125rem;top:32.875rem;left:2.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sIa0rm3Sk0tViRFS89lFq7qNtbWgd4VT { width:18.25rem;height:32.5625rem;top:6.3125rem;left:0.875rem;background-color:rgba(255,255,255,0.75);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fqklCJo8B1VW7iLtFgfnb3InhbE3tQRR { width:18.25rem;height:41.0625rem;top:40rem;left:0.875rem;z-index:15001;background-color:rgba(255,255,255,0.75);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rWLoCDQMJEfsNTGsyskrU4QSoMyEXwVb { width:20rem;height:27.25rem;top:8rem;left:0rem;background-color:rgba(255,255,255,0.75);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #XhphhCcT6tf4kThOVr3UbsQa9Oqv2xvE { width:18.25rem;height:10.4375rem;top:6.25rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MxV9NUmrDdnxyDA3WtzdGP0zNRpx3aoW { width:17rem;height:15.3125rem;top:29.625rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6 { background-color:rgba(255,255,255,0.3);background-image:url("https://images.assets-landingi.com/uc/105a7d73-800a-4327-bd89-ed7e6c61ed74/Artboard6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6.adaptive-delivery-prevent-bg, #dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6.lazyload, #dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6.lazyloading { background-image: none; }#dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6 > .row .container { background-color: transparent; background-image: none; }#dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6 > .row .container > .video-iframe-container { display: none; }#dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6 > .row > .video-iframe-container { display: none; }#dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6 > .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); }#dhCTXFV5TTrwiyAEaVWl0r306dak9Zt6 > .row .container { width:20rem;height:93.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIRkQEalD7ZhcTGycnPETCKb9KXCb1RB { width:16.625rem;height:2.7625rem;top:2.1875rem;left:1.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w9ESDERyos65grxmZGEAphO7qTunyfTu { width:12.125rem;height:1.95rem;top:56.125rem;left:3.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BXewA1E5uVeSHlUyF1ogJFx2OcOOPcwL { width:16.5rem;height:11.54786875rem;top:58.5rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbBGvuG7fqCgE67DGSD0cmXZMN65Kqah { width:14.3125rem;height:11.625rem;top:10.8125rem;left:2.84375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3b31e858-eeed-4eb3-9809-bef85d17c1f4/Screenshot25670710at173853.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bbBGvuG7fqCgE67DGSD0cmXZMN65Kqah.adaptive-delivery-prevent-bg, #bbBGvuG7fqCgE67DGSD0cmXZMN65Kqah.lazyload, #bbBGvuG7fqCgE67DGSD0cmXZMN65Kqah.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ouIPf3VNTRsT84or4WRg2xy1ZFvL385N { width:10.125rem;height:1.3125rem;top:6.6875rem;left:4.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ntic5xP1GwucnbTsEKNO9A3BM1mI1wlL { width:12.0625rem;height:1.4875rem;top:8.125rem;left:4rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GSHTIULvg3iazDT65NcqrJHxtb36CJD1 { width:17.5625rem;height:1.05rem;top:9.5625rem;left:1.21875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTc7yUxLWR4aNbB4rGN4cLadqaJX6hdM { width:15.1875rem;height:4.80956875rem;top:23.1875rem;left:2.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aikKdqi4D5AGe1ClopsF40O7F1Dav8Mx { width:14.875rem;height:1.1375rem;top:70.0625rem;left:2.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SJqTLQh5JuulERzWEmENQAFtWJsFooxH { width:16.1875rem;height:12.597675rem;top:72rem;left:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJSa3s6gz35mFVJ7zPeRFtfV44g8Tzhx { width:13.4375rem;height:2.27416875rem;top:84.625rem;left:3.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #afMDVxiFuZb5lWI1nRh5SfLnkDamAaLF { width:16.4375rem;height:4.199225rem;top:86.9375rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3UpJfm9aLNnPM1NJh0paBi3OUawslaO { width:15.1875rem;height:11.54786875rem;top:28.5rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #okQDWAU9ih6vunzF0Gt7AifH12RFAT99 { width:18.25rem;height:37.4375rem;top:55.0625rem;left:0.875rem;z-index:15001;background-color:rgba(255,255,255,0.75);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SSTtqmXP34pw3qM3TtHWMUmbR14mJG4n { width:20rem;height:23.0625rem;top:9.4375rem;left:0rem;background-color:rgba(255,255,255,0.75);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #dTSW6bfZzk57i67qW7Wr7OzCh7TUkn77 { width:18.25rem;height:34.875rem;top:6.0625rem;left:0.875rem;background-color:rgba(255,255,255,0.75);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #d5XspR4AezQ4R9OQTOGKJNRrOkTleItt { height:11.1333125rem;width:20rem;top:42.52685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhSHr5xSbe4dbzx5IPqBCHAXRmzMoZpX { width:20rem;height:23rem;top:9.5rem;left:0rem;background-color:rgba(255,255,255,0.75);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #XvIRydPZ4n5ahHFhXJG8M4VwlJ4OZogh { display:block; }#XvIRydPZ4n5ahHFhXJG8M4VwlJ4OZogh > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6K8twOfT3I6X6piadvNu4XgJEgxxTsR { width:14.5rem;height:2.923825rem;top:1.6875rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1LsEcHAc88JHkLC2uo6hyTJIZOucKT1 { width:14.125rem;height:1.38125rem;top:5.25rem;left:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFMkCupfgk8bq1POr4BhiGQlAfBUXFwP { width:11.6875rem;height:7rem;top:1.3125rem;left:7.5397196261681rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVUdhpaweDTwfrm9pCX8LsZkPTHGvl50 { width:15rem;height:1.1875rem;top:2.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA3GthEybxS9tMJ35gfzdPTg1lPbV6de { display:block; }#oA3GthEybxS9tMJ35gfzdPTg1lPbV6de > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EK6JCT8owzTAg84TsKZ1ZWDxS5rD9iPo { width:14.5625rem;height:1.35rem;top:2.5rem;left:2.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfmVQEywMyUmUoAgq49c0XdthZIatBHv { width:15.1875rem;height:17.84670625rem;top:5.8125rem;left:3.25rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wwTa4GcxnSKhVsSCvBCnv5aJe5VUnQDf { width:1.125rem;height:1.125rem;top:5.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdTfTJNW39lt1rshb3BVa5MqcPvDZqGu { width:1.125rem;height:1.125rem;top:9rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD32BdaLEgn5feU3DwSEcfNN6z4UZIbf { width:1.125rem;height:1.125rem;top:11.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE3XnTLNF09MveoFdHDafPepkD5VkNM1 { width:1.125rem;height:1.125rem;top:14.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNgQe98WQnL2chfNpveBArICTncGar7F { width:1.125rem;height:1.125rem;top:17.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEIZfyTV7JpoIM3NT8bstEr6fRaCvFsK { width:1.125rem;height:1.125rem;top:20.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU1VQnQacZE0h9Xcfc510kdgS56Jkk6x { width:20rem;height:19.0625rem;top:4.875rem;left:0rem;background-color:rgba(255,255,255,0.88);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk { background-color:rgba(255,255,255,0.73);background-image:url("https://images.assets-landingi.com/uc/e4eb28cc-3826-4222-b405-c888188b7ec0/Artboard5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk.adaptive-delivery-prevent-bg, #v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk.lazyload, #v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk.lazyloading { background-image: none; }#v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk > .row .container { background-color: transparent; background-image: none; }#v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk > .row .container > .video-iframe-container { display: none; }#v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk > .row > .video-iframe-container { display: none; }#v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk > .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); }#v1SES78WwgCT0RMQC3KJK6ykqDdNLfAk > .row .container { width:20rem;height:93.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJESfMFHh9WSQQwX9fxyyJk63ZkXRaSN { width:14.8125rem;height:4.87305rem;top:21rem;left:2.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4DSLdNfq50oCwI3Bpui7JOsN7I0MtCX { width:17rem;height:8.75rem;top:9.4375rem;left:1.4375rem;box-shadow: 0.3125rem 0.375rem 0rem #002d7c ;border-top:0.0625rem solid #223b68;border-left:0.0625rem solid #223b68;border-right:0.0625rem solid #223b68;border-bottom:0.0625rem solid #223b68;display:block; }
 }@media only screen and (max-width: 763px) { #JImTmKVIKA1rK2ALkU36kRTSL9nFzbLI { width:16.375rem;height:1.70625rem;top:1.6875rem;left:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnCWiIPxNOKpnwTqT87EDminJmXAMszR { width:18.1875rem;height:40.6875rem;top:8.3125rem;left:0.875rem;background-color:#ffd82a;background-image:none;border-top:0.25rem solid #ffeb92;border-left:0.25rem solid #ffeb92;border-right:0.25rem solid #ffeb92;border-bottom:0.25rem solid #ffeb92;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #wWZGZ2pZiLuXk4XudlZTg3KtUIUXSmo2 { width:14.3125rem;height:1.625rem;top:6rem;left:2.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rTMu0TGVnqTf6eL82BayTNsOCmJr308U { width:17.8125rem;height:19.75rem;top:29.75rem;left:1.125rem;background-color:#ffd82a;background-image:none;border-top:0.1875rem solid #ffeb92;border-left:0.1875rem solid #ffeb92;border-right:0.1875rem solid #ffeb92;border-bottom:0.1875rem solid #ffeb92;display:none; }
 }@media only screen and (max-width: 763px) { #EUPRzJDuMQZ8cyvTI4VC7LD3daDBtmbi { width:16.1875rem;height:1.3125rem;top:42.9375rem;left:2.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zzWlIJueD4sdaGI8WiTq0UHVSVUTBGfJ { width:14.0625rem;height:10.125rem;top:30.6875rem;left:3.1875rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #aw4NM9F8wqC5VURNAOl0SbEnVMNJVKeV { width:14.125rem;height:4.55078125rem;top:44.375rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iZbS8uhy837yO393TbIRtwDBDCMueiXs { width:16.5rem;height:10.8125rem;top:30.3125rem;left:1.8125rem;border-top:0.0625rem solid #223b68;border-left:0.0625rem solid #223b68;border-right:0.0625rem solid #223b68;border-bottom:0.0625rem solid #223b68;display:block; }
 }@media only screen and (max-width: 763px) { #dc5eCiQ7edT9QW6yrEi1JUNngzMqlMOh { width:7.875rem;height:2.6001rem;top:3.5rem;left:6.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOV66tNJkhB6TIllw8TiG1rObvh7cWkZ { display:flex;width:4.125rem;height:4.125rem;top:26.125rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #nNG4RQ8nTHDn8wl8Zzw69FZkgQubFFKK { width:16.6875rem;height:8.75rem;top:52.5625rem;left:1.625rem;box-shadow: 0.3125rem 0.375rem 0rem #002d7c ;border-top:0.0625rem solid #223b68;border-left:0.0625rem solid #223b68;border-right:0.0625rem solid #223b68;border-bottom:0.0625rem solid #223b68;display:block; }
 }@media only screen and (max-width: 763px) { #VxxNm24zm3XCBMGHFr27Tf6mZvDqOb7P { width:18.1875rem;height:18.625rem;top:51.125rem;left:0.65625rem;background-color:#ffd82a;background-image:none;border-top:0.25rem solid #ffeb92;border-left:0.25rem solid #ffeb92;border-right:0.25rem solid #ffeb92;border-bottom:0.25rem solid #ffeb92;display:block; }
 }@media only screen and (max-width: 763px) { #EVaIXP81edqNBFqX9vD3aHc3gMhDBVbL { width:18.1875rem;height:18.875rem;top:71.9375rem;left:0.75rem;background-color:#ffd82a;background-image:none;border-top:0.1875rem solid #ffeb92;border-left:0.1875rem solid #ffeb92;border-right:0.1875rem solid #ffeb92;border-bottom:0.1875rem solid #ffeb92;display:block; }
 }@media only screen and (max-width: 763px) { #XEkTXnXQtgQIEill5sUTJpn8H5NGhpeq { width:20rem;height:1.3125rem;top:83.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #na6EVdZIEPASQJ4JcvlWeuonM2smP3Db { width:16.75rem;height:4.55078125rem;top:85.4375rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yU1TsRlsUXZLx9MalQRw9T7NyuQ5BN7Z { width:20rem;height:1.3125rem;top:19.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UD6fLCu0q5yEFLga4WVAmbaCIEwtfQ2n { width:20rem;height:1.3125rem;top:62.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iI2HWZMoXgOVlHeXyuVepupBUofpnlIT { width:14.875rem;height:4.55078125rem;top:64.3125rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #faSNToSMKNkCiVO8MbZtnsqQxzi7TTK1 { width:16.6875rem;height:8.75rem;top:73.3125rem;left:1.625rem;box-shadow: 0.3125rem 0.375rem 0rem #002d7c ;border-top:0.0625rem solid #223b68;border-left:0.0625rem solid #223b68;border-right:0.0625rem solid #223b68;border-bottom:0.0625rem solid #223b68;display:block; }
 }@media only screen and (max-width: 763px) { #IQ53qm5bwWQAP6aZmUKPnAuEUCqeV11p { width:20rem;height:0.8125rem;top:60.5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0iawZEXdlsPcZ8Ise3mzXJf72KyEsBs { width:20rem;height:0.8125rem;top:81.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8 { background-color:rgba(255,255,255,0.73);background-image:url("https://images.assets-landingi.com/uc/e4eb28cc-3826-4222-b405-c888188b7ec0/Artboard5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8.adaptive-delivery-prevent-bg, #gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8.lazyload, #gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8.lazyloading { background-image: none; }#gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8 > .row .container { background-color: transparent; background-image: none; }#gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8 > .row .container > .video-iframe-container { display: none; }#gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8 > .row > .video-iframe-container { display: none; }#gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8 > .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); }#gm3SD3u4OfkwVbVTTM8CCkhZBrBSsFH8 > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQaa2SE2ls32i6wuTOWTZHTyx0QOKDtN { width:14.8125rem;height:3.93676875rem;top:16.3125rem;left:2.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cWS2nvi9i8r3SH7elIRZLBASznxRll4C { width:16.75rem;height:8.1875rem;top:5.8125rem;left:1.5625rem;box-shadow: 0.3125rem 0.375rem 0rem #002d7c ;border-top:0.0625rem solid #223b68;border-left:0.0625rem solid #223b68;border-right:0.0625rem solid #223b68;border-bottom:0.0625rem solid #223b68;display:block; }
 }@media only screen and (max-width: 763px) { #ml3es6Xlm23VxAKLw9u5mpgp48p3Ieiq { width:16.5625rem;height:1.57470625rem;top:21.375rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vaRf1J8gMAcughxNlLaq0uubZAW3LQiL { width:5.875rem;height:1.04980625rem;top:22.875rem;left:7.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xmJm0OyWdo8Oy01qU9WFPPMDqMn6AQce { width:10.5625rem;height:0;top:1.5rem;left:4.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OanGl6Nr8nlaenJXnkSHnCTsMwpAKJUq { width:17.8125rem;height:23.75rem;top:1.125rem;left:1.125rem;background-color:rgba(255,255,255,0.88);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #snpBw7Wx43yRzDIhPAoSTgyPVvHv6AdO { width:10.5625rem;height:1.70605625rem;top:1.5625rem;left:4.6875rem;font-size:1.3125rem;z-index:15003;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #obb8nmS0BpA7uNDMrb4udc1KZX7B1NGf { width:14.875rem;height:2.6001rem;top:3.25rem;left:2.5625rem;font-size:2rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #yq9v5eV5JiZSZfT2PLGqOeKLpABxrK0v { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/295aa35d-8145-4ee5-8e51-9566795de369/ADS22504.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#yq9v5eV5JiZSZfT2PLGqOeKLpABxrK0v.adaptive-delivery-prevent-bg, #yq9v5eV5JiZSZfT2PLGqOeKLpABxrK0v.lazyload, #yq9v5eV5JiZSZfT2PLGqOeKLpABxrK0v.lazyloading { background-image: none; }#yq9v5eV5JiZSZfT2PLGqOeKLpABxrK0v > .row .container { width:20rem;height:63.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IGCU132GUPD4p71kXmAe1GenS9o1EJFg { width:20rem;height:1.3rem;top:60.625rem;left:0rem;font-size:0.8125rem;color:#f8f600;display:block; }
 }@media only screen and (max-width: 763px) { #SJHE9JZ3CZNTT61hsHTIvZHEl5XxR2EI { display:none; }#SJHE9JZ3CZNTT61hsHTIvZHEl5XxR2EI > .row .container { width:20rem;height:61.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fAxEAONI4pHH2T2F4T0reXG9IRIW5noz { width:15.375rem;height:0;top:6rem;left:2.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15084;display:none; }
 }@media only screen and (max-width: 763px) { #sskZQkh2KnGkHTl3IPoTtLtlZrfnl6VP { width:18.125rem;height:0;top:7.8125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Er5qovsVVfTK3P6amFCOksEUDHyD2OqV { width:9.875rem;height:2.375rem;top:54.25rem;left:5.0625rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15005;color:#213e4b;display:block; }
 }@media only screen and (max-width: 763px) { #QyLAwXU2GZPVPhTJE2zIsFV2EudAAquE { display:block; }
 }@media only screen and (max-width: 763px) { #vKDCmiIf0GTFxW4xZfxhSyiZXxVff2MS { width:20rem;height:0;top:28.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #oe80PFAP0IG6TehkRgfleR6OTCU3dyD9 { width:20rem;height:44.875rem;top:0.8125rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rSZ7lA0AG04QStA37rk6UO1DDVbvpEUT { width:20rem;height:1.6625rem;top:47.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VI4L6lXLbfm2Ew94hzF3B0zoRfIAdeE9 { width:20rem;height:1.2rem;top:1.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15006;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ZamJMk6l6qhmXtRRgU7FcTkbDe8enlWq { width:14.375rem;height:1.125rem;top:3.7708339691162rem;left:2.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#152346;display:block; }
 }@media only screen and (max-width: 763px) { #ZKBXByIowBSuohm7cqCmO090SQIX26fE { width:20rem;height:2.25rem;top:5.9164066314697rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#152346;display:block; }
 }@media only screen and (max-width: 763px) { #gtZDA4VaxS8l0i0gR4s6nMpFN5ZwsbmX { width:17.5625rem;height:3.15rem;top:28.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #tHTkEPsTnP5cIIbyZ8ThRo1FmBCVTPTc { width:20rem;height:0;top:20.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #tVggCu1vGITFclh3Ft3riakTPyacSZ4n { width:20rem;height:2.1875rem;top:49.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ukBgaeUkIfR29DlxzIFKSixnOsp5GXCt { width:20rem;height:1.2rem;top:22.999219894409rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15007;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #neyF0I6Kk7gSDmuOPK23Mxf1ITGTA4Cx { width:20rem;height:0;top:30.937502384186rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15008;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #hTbsTmcueILR8RKMF7WOei2tN3BW7uhD { width:20rem;height:0;top:41.875002384186rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15009;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #IVW65S8F89h9BJMIxvsSxiDNgH0NFTlS { width:20rem;height:0;top:52.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#152346;display:none; }
 }@media only screen and (max-width: 763px) { #FMcb4TpGT6bTuF1NRI5AIUqJMJRUVVkq { width:20rem;height:;top:25.056250572204rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#ff0000;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #OPcNGFvCxqurW1dB7kGt5qsC3zxtnTQ7 { width:9.25rem;height:9.25rem;top:62.4375rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qe6Wp66xoIHQfLGsONZkuX87aufPG8Te { width:9.75rem;height:0;top:64.4375rem;left:5.0625000596046rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #TeOwN4mZh8FDDVk7dFWQ24BMQA3Bqotd { width:20rem;height:2.1125rem;top:59.0625rem;left:0rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zzVbcTGdsRSAiTzKUBq1VH6nRociXt5q { width:20rem;height:1.4875rem;top:52.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15008;font-weight:400;font-style:normal;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #ID2Ol83NFTFqcDOKqBd705WZmsgQMhhr { width:19.875rem;height:10.095956719818rem;top:9.050000190735rem;left:0rem;box-shadow: 0.3125rem 0.375rem 0rem #002d7c ;border-top:0.0625rem solid #223b68;border-left:0.0625rem solid #223b68;border-right:0.0625rem solid #223b68;border-bottom:0.0625rem solid #223b68;display:block; }
 }@media only screen and (max-width: 763px) { #TKuvdd4fAAGFBiVh4fx3AAWNOJTamz2v { width:13.5rem;height:6.8125rem;top:29.370312690735rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDUl6cw4gCpTUIXUgXfqzz2gnIMPlwsN { width:13.5rem;height:6.8125rem;top:36.870312690735rem;left:3.2500000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nCl0kTsw4i0NFbalbw1VmHgbaWMN8GMB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/251743de-874f-42e3-8d82-7f9e2c5e84bc/IMG_9445.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#nCl0kTsw4i0NFbalbw1VmHgbaWMN8GMB.adaptive-delivery-prevent-bg, #nCl0kTsw4i0NFbalbw1VmHgbaWMN8GMB.lazyload, #nCl0kTsw4i0NFbalbw1VmHgbaWMN8GMB.lazyloading { background-image: none; }#nCl0kTsw4i0NFbalbw1VmHgbaWMN8GMB > .row .container { width:20rem;height:69.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TutALohEtliLZPGTmne1D12wxKJ7NEEB { width:20rem;height:1.4619125rem;top:67.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK24FEL8xEL8C3w3vnnO7stTUolVqntb { width:20rem;height:2.3125rem;top:66.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwxMGhOhLGaweDZwR13aXEWIubwEwogl { width:8.93675rem;height:4.936525rem;top:31.624145507812rem;left:0.994873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBd9WqGvvKT4io4ngcEJwu6nSaInLZck { width:9.3115rem;height:5rem;top:31.592407226562rem;left:9.9310302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1aE3TCX2I7yFV1JiRsFguu0VwgVeU7a { width:9.436625rem;height:5rem;top:36.560668945312rem;left:0.994873046875rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #xkaCIb6yTEdbSJsKusMra7uHMxZ6xldv { width:9.56175rem;height:5rem;top:36.592407226562rem;left:9.8046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcNHiyDVcmDWJWNwwC4pNGkErqrH0d1e { display:none; }#IcNHiyDVcmDWJWNwwC4pNGkErqrH0d1e > .row .container { width:20rem;height:89.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cqcICTwwUWNTM4eCZ3yGiBsNyQDgn4Xu { width:11.93725rem;height:2.5rem;top:6.0235595703125rem;left:3.9129638671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTNfzOJck4VV4GmxmgaFQxszCnllRCKO { width:12.5rem;height:1.54375rem;top:6.6192626953125rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xtp98qyvAgO2tcX1X5upIePUao7fbHoV { width:20rem;height:2.6001rem;top:10.2490234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8TtkVGmqyRwwvnsEVttEzDlfuHt35yf { width:9.8125rem;height:2.6875rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUsUxKm0l16HGXbqDTK2SV8cT9c4ZbvK { width:8.0625rem;height:1.2500581422392rem;top:1.875rem;left:5.9371337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3rm4ozTNC9beBUZpGGtlheGPpNM9WTB { width:20rem;height:1.86875rem;top:12.84912109375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFwJgBu86b4NdwllvflpfiV8o147yTIK { width:13.75rem;height:2.2753875rem;top:18.103637695312rem;left:3.9129638671875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT0CH3yBtQeH8RtSWKCIU5kewg3bk7rd { width:12.5rem;height:12.5rem;top:21.3037109375rem;left:3.6328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbOQtbbARd9G2x3BBUNH6DgcmW7oJQc4 { width:12.5rem;height:12.5rem;top:35.475463867188rem;left:3.6328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN7nq5szroXHu5XuOK8Ve2lwo28p0MP2 { width:12.5rem;height:12.5rem;top:49.57763671875rem;left:3.6328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1o91BNyI7s9BraRV9c2h0yvL3G9b55N { width:10.562125rem;height:2.1875rem;top:44.443969726562rem;left:4.6014404296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHXu905QsGeKeMgmSXuTakWUHeiF820i { width:10.061625rem;height:1.625rem;top:44.842529296875rem;left:4.9688720703125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc0TUeTkBTSTu3XawpSt1M3518v1AOc1 { width:10.562125rem;height:2.1875rem;top:30.4443359375rem;left:4.6002197265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfqekzTslu8QVnMb2bilBXitzVgeFbxt { width:7.936375rem;height:1.625rem;top:30.842895507812rem;left:6.0308837890625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgxVMD2ttnFLhMha3hrTDXxy6p8mhzEK { width:10.562125rem;height:2.1875rem;top:58.850341796875rem;left:4.6014404296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #earCbgQFTAtdm5RQgPO3xO7kiI2deeKG { width:9.186375rem;height:1.625rem;top:59.186401367188rem;left:5.406494140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0wCzmTPKSTPm6X4xACfqNDiOUQGTPvo { width:10.25rem;height:7.4375rem;top:14.8154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTp26ZVtBcai4vWTyDWFXKgz8nvcV9Tc { width:10.7495rem;height:7.8125rem;top:35.600463867188rem;left:4.6246337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtVTN0qoAkTcf3CMn6S6KpHxOiN2oaIT { width:9.186375rem;height:1.3rem;top:42.653198242188rem;left:5.531494140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzrmSbzUNd3TgNi8V0ptzmCTWZ1NmXeJ { width:10.7495rem;height:7.8125rem;top:49.57763671875rem;left:4.6246337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vryr3UQfZptrWQPkE2R5XbbzKLbziaPM { width:9.186375rem;height:1.3rem;top:56.824951171875rem;left:5.406494140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz145VNvdJ7aGRiIJOvfV72iZAK8twfU { width:19.8125rem;height:4.6875rem;top:65.194702148438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSWrp1npI5JEagFHIK0PmAnmF1EgQ5Rm { width:20rem;height:3.57421875rem;top:65.881958007812rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpXhSHJAUTnf4CWBKlBvXoIVlzbGrOBK { width:20rem;height:13.12866875rem;top:74.192504882812rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFyvZfKOU8qTTb89kT1qXS451recfW1R { width:11.8115rem;height:1.3rem;top:72.1435546875rem;left:0.5621337890625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQgfQxEocJiqR6H3H7OyBTTlVsvPz2g4 { width:2.999875rem;height:1.875rem;top:17.14111328125rem;left:3.9373779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASddpV210o5vprXyQ583EuqWwGzMUzvw { width:6.375rem;height:3.4375rem;top:23.0625rem;left:3.8504638671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFPCn0JMOfZxBTVl7opNR484dWDqHf2C { width:6.375rem;height:3.375rem;top:23.125122070312rem;left:9.8272705078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ3nKcxTJocv7xAqKS0a5X431kqnyFK6 { width:6.25rem;height:3.2495125rem;top:26.421142578125rem;left:3.9129638671875rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #kv0qVxe2a32vwCocQJUbydmepgvipots { width:6.5625rem;height:3.312375rem;top:26.499633789062rem;left:9.5599365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn5m7d3MSKVXd8ZXlRmdvhIRL9fKTfTr { background-color:rgba(255,255,255,0.2);background-image:url("https://images.assets-landingi.com/uc/b180f012-d0e0-4a95-b337-66044714c7e8/355A23E040B8DDDA30D9979542B0400D147EAABF.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Jn5m7d3MSKVXd8ZXlRmdvhIRL9fKTfTr.adaptive-delivery-prevent-bg, #Jn5m7d3MSKVXd8ZXlRmdvhIRL9fKTfTr.lazyload, #Jn5m7d3MSKVXd8ZXlRmdvhIRL9fKTfTr.lazyloading { background-image: none; }#Jn5m7d3MSKVXd8ZXlRmdvhIRL9fKTfTr > .row .container { width:20rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RK069Rp53EdAKyhhwHDm7x52ssKZz2LU { width:20rem;height:6.5625rem;top:1.18701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RokwSdKUBnRT8dfO1Om4exFRw9pspIi3 { width:11.7495rem;height:1.2182625rem;top:43.937255859375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxJThSygH2IKmKNH4WB6nt2fTsW4W7Fe { width:20rem;height:2.2485375rem;top:45.312377929688rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDXvxEFAgFIm3EDm0ixfiwRHGZoQPqSM { width:19.875rem;height:12.3125rem;top:11.187133789062rem;left:0rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #NKlOb2VhJmeSk29b255o1p0DXsUyWf7L { width:19.3125rem;height:1.13769375rem;top:8.8125rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZg6EeBgIhaV98osHMmpm7quQ7WacSEn { width:20rem;height:2.25rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #csqlir9GvUgn7sf1JJIeHATgIJU6Aw1W { width:10.125rem;height:5.1875rem;top:12rem;left:0.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMZDX8HFxTt6AWRHD0gs34n18zAlKAgG { width:8.8125rem;height:6.375rem;top:27.23681640625rem;left:5.59326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6qQok5HrwZ3uWta446qIb70ouUrwB8B { width:9.124rem;height:1.2994375rem;top:34.11181640625rem;left:5.4376220703125rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #C913muhPq4opdoyq4Biy46q97AwgihdE { width:7.6875rem;height:6.4375rem;top:27.205688476562rem;left:6.156005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS2kHOJR7M89u1q1a4TLUxQG0KR9iPnJ { width:7.6235625rem;height:1.62475625rem;top:35.224487304688rem;left:6.187744140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVONy5HSphFHpZM26QrgKTwmQuI5Wi2W { width:20rem;height:1.2994375rem;top:38.06201171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #voTuZnO21bM0L1lioDLlt1yJeS4vR3IQ { width:10.125rem;height:5.25rem;top:13.1123046875rem;left:9.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqhWbBFoBaMM77BSgXmgJdA10uAiO32W { width:9.9375rem;height:5.1875rem;top:16.1123046875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQwwTzyfffHbM5skW4znW6u5R2xQO2ti { width:18.125rem;height:1.46179375rem;top:41.064331054688rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUTUAHIiGmgVJRqIe9Bg8lZIriTs6tA9 { width:6.0625rem;height:6.9375rem;top:31.049682617188rem;left:13.937377929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #E84Bt3mfJ8M7hKH2JQMQAyRMbTelA3VW { width:19.75rem;height:2.4375rem;top:40.358154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7dL08Zexch8Pfe8avfIL2odSmTFhu9l { width:12.125rem;height:10.75rem;top:26.4873046875rem;left:3.812255859375rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #DvE33USo5Z9AmwsCwyFX77Uk6so7Veqw { width:4.1875rem;height:4.0625rem;top:22.7373046875rem;left:7.9058837890625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTiabdVz44PkR2EEplnS9q9XUscnsCkg { width:20rem;height:0.89294375rem;top:21.99755859375rem;left:0rem;font-size:0.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7aac655e-00db-4e78-a09e-42a46be8ad61/Artboard7.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a.adaptive-delivery-prevent-bg, #u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a.lazyload, #u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a.lazyloading { background-image: none; }#u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a > .row .container { background-color: transparent; background-image: none; }#u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.26); }#u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a > .row .container > .video-iframe-container { display: none; }#u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.26); }#u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a > .row > .video-iframe-container { display: none; }#u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a > .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); }#u0qfcxf1bFPGEE0ZsPpcUxao2fbpxm9a > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1ZVtmszJrqupLKT3AgQ3rzXb92ku7UP { width:11.75rem;height:3.33125rem;top:15.625rem;left:4.125rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GCAZ2Vo8subXKfNkXoJP65wCULWdNzxq { width:14.3125rem;height:1.21875rem;top:14.40625rem;left:2.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CW4X0o8kVW848JzvHkg3MQXDMdsMAVly { width:13.8125rem;height:2.25rem;top:4.125rem;left:3.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yhZXzbhDtmbyKPP7LBBzbStz3pp2LOgO { width:12.625rem;height:1.54375rem;top:2.375rem;left:3.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PMHW1ADKbMqhLhCBXnLQxlIfs8G3WTHG { width:18rem;height:10.2844375rem;top:20.375rem;left:1rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#PMHW1ADKbMqhLhCBXnLQxlIfs8G3WTHG li:before{  }
 }@media only screen and (max-width: 763px) { #TX27HJiWN1n7NzJ8BEDy9XVaxxsVzwMg { width:19.375rem;height:33.1875rem;top:31.6875rem;left:0.3125rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #mwlTn5itBlgkBUS81hD9hIEVEibs3FFW { width:8.9375rem;height:1.5rem;top:16.5625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohG16zn83l1tRQfyxPswdd9qP6lXwscX { width:3.3125rem;height:6.3125rem;top:3.375rem;left:1.9375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #qTJGv4S8tKK53raxaEo8N14dUc5H6PLA { width:2rem;height:4.5rem;top:9.90625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHnDQCl8QcxJFeXbZr7A9qB9NIhSzqEa { width:20rem;height:5.2002rem;top:7.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6Jp6cq9KpJg4UCuLkZTx9AtERF0c5hA { width:20rem;height:3.25rem;top:32.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-input-text {padding-top: 0; padding-bottom: 0;}#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-input-select {padding-top: 0; padding-bottom: 0;}#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr  { width:17.5rem;height:auto;top:36.53125rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr {display:block;}#sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr { width:17.5rem;height:auto;top:36.53125rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #ZtPzr0V3Q5EAarRy1FR2x1yClZvdTZdg {  }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #CooXcVfrzQBvRxwLhbNmU8Dn6STRssGJ { display:block; }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #hRuNbT5uUXpLHlvD86M8gblTuqLuDdvC {  }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #hcEEDh1c0ZCcepfGXBRF02F6iOaQldgN {  }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #s87E0DlSQnp5RpHXTKN4T4UnKTOSvgOq { display:block; }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #mym781KxaSpcey1r2CEFiUe4xqaHUJuR {  }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #pyUTfyq47C2b06nh8OzZvBgCL1Sikrgg {  }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #fbCBfBqvGiGsyr08tPI5fyQF0DLXONKL { display:block; }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #M9fa23RyKOW5Dd27HTpNzazTVFkrk6vn {  }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #lGXLwVDORUCEFPk9sNGHtTEQlOuU3AK3 {  }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #DnTupIWcMTFdJOEqCmVlDfxQ6xJamtQO {  }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #yBkQi46yxB259DQrhk3aWg1AyrT3Puv4 {  }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #dG8W4ZzQTvxySTnCiJTTOSDVcxnRPkei {  }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #ZvTGvfDPoiamkgrax0c6tk9XTl5POrKB {  }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #gqEsWKyJPBh9GIpakgWlbFVa4Zf0o6Ay {  }
 }@media only screen and (max-width: 763px) { #sPlZ8IiAE0DxHf79RKXco8iP51MGSQvr #SHPOpPptNHfZ2WUsACSKFzLV1Sby71vc {  }
 }@media only screen and (max-width: 763px) { #IGDIWeGzhc8oTXQXmInTXH60L1EVlqNM { display:block; }
 }@media only screen and (max-width: 763px) { #Vh9B0cJG0g99UBx60T5l9J0agT4RltWI { display:block; }
 }@media only screen and (max-width: 763px) { #Tq71rKJpwCTFPsqSGxTedHdHB3ekUPa2 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #loW27WMTrkeAdJJKdyItgJOOzGuzTSyr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bRHlGLw8FwspQ5T326CNRWJ2hdav4Ws7 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bxdVZ7Xkp0byGA9QBOuJCdImRSzTeLIy {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sWfFU9JXRhq1e4B1NnDr23nQvQdsDwQa {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SaIZF7SQd8Qa5uhEZ6HdMQWhQLh3TSW4 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #J0owwaW2kQJdw9hECqXVa00T3VsOBCFH {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vSfBmXlhGpap3oPruM1iwE4ig2UHRQLn {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MmabsbkyCM9d8rS7ntkBlTkL927vUCDt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #tvhiT5kXXBmBzPC3wUQNUNFWkdIoT3nu {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #q2vIghBqKtTE3DkuAIWng5gCgrUinKPi {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PgcUtpknyX8ncaUgZm3UPQyODW2d5dlk {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xtXCHPMeJRJN8ZXneP19kBvykmRPyPLE {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #m8wKpNbh1DiMpgDLDLBocgC5xINZKrUH {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MuLfQTFGGw2TAx4yWguLlts3ObFPKhB5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #b4rXX0MZ3ToQGa7XXpAhUwhESE94XDm0 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Cbg2IZznc2WWSMHBmeDZQHAME5W7dtoO {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KCr7WRfZTFFRTbCJKtVvfvWpLBi0RFlQ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #U43cgTAUA0a5U2TUZidIkGzP2KtbWv1G {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #e9853oolRlrR1fIKCpROk7b8tZBQTXNl {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ANkwrHzf8V622VsmOu8VgnnBzZBq0nzp {  }
 }@media only screen and (max-width: 763px) { #gb9xpLshgKHHCBiNBzThA7bCzJQNZGlt { display:block; }
 }@media only screen and (max-width: 763px) { #NS0FVXCbB9U32IorE9dwCtK3mT9SZnrQ { display:block; }
 }@media only screen and (max-width: 763px) { #VrsaywFRLOx9GVK17iTBT6WAivLObiTx { display:block; }
 }@media only screen and (max-width: 763px) { #KMiKNxxW2WhpUmuTDnA8EgJxvH3DpU1T { display:block; }
 }@media only screen and (max-width: 763px) { #Zs4Et5s2fSOO3zdcV2MVphBDocsUlETA { display:block; }
 }@media only screen and (max-width: 763px) { #W80so2fJVRh9yPltus8MRIFU8GGTSy46 { display:block; }
 }@media only screen and (max-width: 763px) { #f0q8hetTeqTuX4aVce153y4TTM7ZHyWn { display:block; }
 }@media only screen and (max-width: 763px) { #XLzObv6tzTsDPrOuW0lF4pWpplqnXUZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #RQeKmCvv1LcEyxKUctkGh9itzvZthKW3 { display:block; }
 }@media only screen and (max-width: 763px) { #OFO5bJz2hQEXShMxTV6dsgJUszaLqH6D { display:block; }
 }@media only screen and (max-width: 763px) { #FdTlRqHnzx5sVizUm8sTMqMeTgCSgZVi { width:20rem;height:0.975rem;top:36.17431640625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f8846744-444a-4e98-9578-637f4a358d2c/Artboard3.jpg");background-position:bottom left !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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N.adaptive-delivery-prevent-bg, #PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N.lazyload, #PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N.lazyloading { background-image: none; }#PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N > .row .container { background-color: transparent; background-image: none; }#PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N > .row .container > .video-iframe-container { display: none; }#PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N > .row > .video-iframe-container { display: none; }#PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N > .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); }#PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N > .row .container { border-width: 0; border-radius: 0; }#PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PqNBLHHzfb6nq9kwoZnarh9MvmvTim2N > .row .container { width:20rem;height:81rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NFZ1na0ZeXG81JwuakcL5T6axEt5NoMS { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MMscnzsq4cD18xDhh95NCQeaezdLOlOl { width:20rem;height:71.5625rem;top:7.04296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #swkThnMtF7kIICR1Zy1r27JZG94epwW9 { width:7.75rem;height:15.9375rem;top:27.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIFL6UKwhreXWaaHTOd0raVfnJoRDPRq { width:16.6875rem;height:14.6875rem;top:8.85546875rem;left:1.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obCoaBL85kyuQ9hsJesQfqCZxL0vHyUy { width:8.0625rem;height:15.875rem;top:44.38671875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4zMd62XuOegvQOLWwzyNn4uB9ciQb9T { display:flex;width:3.125rem;height:3.125rem;top:70.8564375rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GKQMsD83MFihSgCULwVSAzsVfI2eF82C { display:flex;width:3.125rem;height:3.125rem;top:70.8564375rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wFI4gQtW5WupePPTy9lLQiTTXUBOmQcD { display:flex;width:3.125rem;height:3.125rem;top:70.8564375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3oHlsAdHC2EZAqshKBvXITnycFauWpD { width:7.75rem;height:15.875rem;top:61.63720703125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eedgzXPPTgMLVU3aONMqGOXSrJkpb16K { width:1.625rem;height:1.4375rem;top:72.5439375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHrTJboUwlb2CmvJwcUb5ioyKD4Ruczi { display:flex;width:2.0625rem;height:2.0625rem;top:24.10546875rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #BCXFI3JuuyGtZTiGmZmH3GGymQTC9NNp { width:14.5625rem;height:1.95rem;top:24.162109375rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #orJtBPiaEkwxf8NP0DVtq2rw4FBTo39n { display:flex;width:2.0625rem;height:2.0625rem;top:34.125rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #dz7nx8WnnR8eoaAcOWLN9P6009MafFMs { display:flex;width:2.0625rem;height:2.0625rem;top:51.375rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #KG8VZiBokMT4OZ4g8Ms6dNWTEMcFZnQT { width:8.5625rem;height:1.95rem;top:51.4375rem;left:11.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHgzCdrZHAc2ThuGFUtDWqVKP2MId6iE { display:flex;width:2.0625rem;height:2.0625rem;top:68.625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #tVqSL0goTz1GcsifvezXw0nsXx31Seht { width:7.875rem;height:0.975rem;top:34.625rem;left:11.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3TIpyXZQcOXykqHtm6SLtdLnkTJNIPO { width:4.875rem;height:0.975rem;top:69.125rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU2KhTJp4Nm7yg6ZzVacFHp7rfJWTATF { display:block; }#WU2KhTJp4Nm7yg6ZzVacFHp7rfJWTATF > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhwcAbHuGKO6pH4woONTxx4gIFCGmyyW { width:14.5rem;height:1.54375rem;top:1.9375rem;left:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlSWs3OflrqVLr3rD1kI8RsRB5vMfXHB { width:7.75rem;height:1.3125rem;top:6.25rem;left:8.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ma8nVt1URmJuymh2GREOU1lNT3AOB4ow { width:7.625rem;height:2.625rem;top:11.9375rem;left:8.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XTvLVmsFBDa4nQ2WGBlRUnU8eyKEGIsz { width:10.0625rem;height:1.3125rem;top:18.90625rem;left:8.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I7aXqOyoiS5NQwSuyA16ouA6n4nbwxBV { width:11.875rem;height:1.3125rem;top:23.75rem;left:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rfzs9P4iDKZ7HOxyyv0AzhvuLFErLWwG { width:18.1875rem;height:2.8rem;top:25rem;left:0.9375rem;font-size:2rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #rX3Ddek35TcmIMmnCNBkcVfzx7kUz1TH { width:11.875rem;height:1.3125rem;top:27.75rem;left:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNNSqB3zn6yCNFvXoOe3KODAZt0LGtBE { width:19.1875rem;height:10.3125rem;top:29.0625rem;left:0.40625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #WNca3H8QBaFsXQ6f552ETf5fVGk6kNW9 { width:5.125rem;height:5.125rem;top:4.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ5ITfiPL99VOCZqKKGktkOfO8DBySyC { width:5.125rem;height:5.125rem;top:10.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDRHrkJug7wg1uXiaQop8lIWWv5Vp0q6 { width:5.125rem;height:5.125rem;top:16.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQqqrDXoaTXr5XFm4XnCemH7EreTNZd4 { width:4rem;height:4rem;top:4.90625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfJeFGSe96PqLu5506CTgm7P3TVtrd4F { width:4rem;height:3.875rem;top:11.3125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tStgW9awVxNLZIkLJP97GqC4ed4kLLg3 { width:4rem;height:2.4375rem;top:18.34375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d1ef9432-debd-436a-ab71-29b2ae8b47ae/Artboard5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ.adaptive-delivery-prevent-bg, #u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ.lazyload, #u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ.lazyloading { background-image: none; }#u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ > .row .container { background-color: transparent; background-image: none; }#u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ > .row .container > .video-iframe-container { display: none; }#u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ > .row > .video-iframe-container { display: none; }#u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ > .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); }#u9nlCqy5hGhHurpuDe9kE9klkhwyKTNZ > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AU9Un1FuFXL3cc4E4D31HoSFXeIXxE2l { width:12rem;height:2.4746125rem;top:1.25rem;left:4rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fxv9NSEIkmvJieL9Dw9x2HEEVbQ1Ev2I { width:12.625rem;height:2.25rem;top:4.5625rem;left:3.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eboI81bZl59SivxtH7Ean0F7uTFGSBaU { width:16.875rem;height:2.875rem;top:4.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1sWaORkEZQxww9kqap8PX4QG4fxSXTD { width:19.4375rem;height:6.5rem;top:14.875rem;left:0.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OSFXsCMK3Qqhl8tTfPUDyEI51P3XqLX1 { width:20rem;height:6.721991701245rem;top:10.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nw1kdZUXHcg8fTAF0qa0SuJDVIzdM7D6 { width:14.75rem;height:10rem;top:10.1875rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJDF3I4mkFTUoITVU4uHZL75IztoZTWN { width:9.5rem;height:6.5rem;top:7.875rem;left:5.9375rem;overflow:hidden;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #mCzMAWd9UehcLGsSB53GPuVCN0hW8Z9g { display:block; }#mCzMAWd9UehcLGsSB53GPuVCN0hW8Z9g > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLL5qxqyW5VNWNRegIgwTCzZrCU5ie0S { width:16.875rem;height:2.975rem;top:2.3125rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2nmp6EZFdH4Ncp7VRvydrd5N7vZPGJN { width:17.5625rem;height:8.5rem;top:6.8125rem;left:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #mGB0daItK02iiTU7MHXogzbEFpaPUOR5 { width:14.9375rem;height:2.625rem;top:11.3125rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTPazw02EcrR2Xu6gBSc5nT73pwsC1h7 { width:17.5625rem;height:8.5rem;top:16rem;left:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #Vznl2BlGqT4AiX8T0byMOTBLLytnzDqR { width:13.9375rem;height:3.93676875rem;top:19.375rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHlNE6qrJtBbf5fvPXBi7gLrJ3N5QMMU { width:10.9375rem;height:2.9375rem;top:8rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLWnGkMLXioiub5iJLu6y0opEQJmKcl0 { width:11.125rem;height:1.8125rem;top:17.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI2pyuuFtZWoStUihSTtAdSWH7sU26qx { width:17.625rem;height:9.3125rem;top:25.4375rem;left:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #x6aT7L2E0TCdHJqgtm5XiaXQnERgrCi7 { width:14.9375rem;height:3.93676875rem;top:30.125rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJTab2EhNZVEoL1TO5KiM9lAKc6TgIaD { width:12.875rem;height:1.8125rem;top:27.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNTwClQXKqHWraruKQMhrwgg1ht0ts90 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0c541aea-6f3e-448e-84e1-d65d1cc2b20c/LandingHeading.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#VNTwClQXKqHWraruKQMhrwgg1ht0ts90.adaptive-delivery-prevent-bg, #VNTwClQXKqHWraruKQMhrwgg1ht0ts90.lazyload, #VNTwClQXKqHWraruKQMhrwgg1ht0ts90.lazyloading { background-image: none; }#VNTwClQXKqHWraruKQMhrwgg1ht0ts90 > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ESDpdW9GoxuUEuCbX9kBThQNXcRQK96k { width:10rem;height:3.25rem;top:26.4375rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #A7SlsnWAkmeKkVswETCemT8Uli7H1sgx { width:3.25rem;height:3.25rem;top:30.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyHRRPnpIqf3Z8Z4k2p2QN0uTm7AVFNu { width:10rem;height:3.25rem;top:30.8125rem;left:7.25rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JVP4kBlIDTZGmcaZ0urTTSCuSnMbqllV { width:3.25rem;height:3.25rem;top:26.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5i4lsJqf7HqRKukSZVoFOsxOqekXWLC { width:10rem;height:3.25rem;top:22.25rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lAl67F1lJCxiwzxBuw8To3xmTnDhllvd { width:3.25rem;height:3.25rem;top:22.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPk5z4DQ8HiAkVLILW833mZTXHEro7K4 { width:16.625rem;height:4rem;top:17.125rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zv7GC2yvmkP8MegMaMRtTUizZBUa5Fw9 { width:16.25rem;height:3.5625rem;top:40.625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TikVKuVwqJGmiv4HUX2WCgI9qKhfcJE6 { display:block; }
 }@media only screen and (max-width: 763px) { #k8xSBr3R6WmHSocQLlvKhON12XTZKQJ2 { width:12.8125rem;height:3.4204125rem;top:1.890380859375rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNwrkXRxyi5OQMu4KQXaXtxsJKylrsRG { width:2.12463125rem;height:2.9370125rem;top:12.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWie3LqZOiz1Bsc49tJQReCcAEkQJGfs { width:8.5625rem;height:3rem;top:12.9375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ltp2sSbwBdoxpOpJQOniTdTXvWHWhFny { width:4.874875rem;height:2.9370125rem;top:12.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQKRy1xglH1Mnhv07RqGEx5kNQ43N6A { width:2.1875rem;height:2.87475625rem;top:12.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a091SLlro0WVrAQRid8TXv8CMOKsKzmd { width:12.312rem;height:3.25rem;top:35.375rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MSQT5TIlBJT4NelXxnLJv1un0MrWekc7 { width:3.25rem;height:3.25rem;top:35.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmpxzeZf27NWX25QoU8RJdsl55DNoktK { width:16.75rem;height:6.5rem;top:5.310546875rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MAoadfm4q16J9zVsR4MqTTSdsHGcqUeB { width:20rem;height:1.29980625rem;top:0rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH { display:block; }#qiTQwPyTFtA17mlHoE5VqEmHkVPyVOnH > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTnAbOXEbz7K0FB6dM8sxRfFHaksVlO4 { width:15.5625rem;height:3.41125625rem;top:3rem;left:2.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #noMTdnS0WAPinxOJ8FccU9Te1swHLvgg { width:20rem;height:2.92419375rem;top:7.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WLWzRyCphdFm4TyT6f9ohZKIsuxWkhmZ { width:20rem;height:0.975rem;top:21.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #axfuI9q1NZZvt8xN4Obo8uqZUe5Jf2FZ { width:14.9375rem;height:2.2753875rem;top:18.4375rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TeFGZ9SMxRT5tVVPTdCMNp6iLCWMn7Ha { width:5.6875rem;height:5.6875rem;top:11.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJHveq42yrvOCwwq9s9itCcuHasTRPEO { width:8.5625rem;height:2.3125rem;top:0.6875rem;left:5.71875rem;overflow:hidden;display:block; }
 }