.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,200,0;--color-primary-1:255,173,0;--color-primary-2:255,211,0;--color-primary-3:255,182,0;--color-primary-4:248,246,0;--color-secondary-0:255,33,33;--color-secondary-1:246,85,24;--color-secondary-2:255,0,0;--color-secondary-3:215,31,31;--color-secondary-4:102,36,0;--color-tertiary-0:255,255,255;--color-tertiary-1:238,238,238;--color-tertiary-2:155,155,155;--color-tertiary-3:14,14,14;--color-tertiary-4:0,0,0;--headlines-font-family:"Prompt";--paragraphs-font-family:"Kanit"; }@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:transparent;background-image:url("https://images.assets-landingi.com/uc/a9b2aaa8-ff78-4194-8eef-acbd7841b84f/5160549.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#MOB8p9VVXhoTpvUayBxLsDtdwOVFsFmG { background-color:transparent;background-image: -webkit-linear-gradient(182deg, #5800ce, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(182deg, #5800ce, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(182deg, #5800ce, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(182deg, #5800ce, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5800ce', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5800ce', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(182deg, #5800ce, rgba(var(--color-tertiary-4),1));background-size:auto !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; }#MOB8p9VVXhoTpvUayBxLsDtdwOVFsFmG > .row .container { border-width: 0; border-radius: 0; }#MOB8p9VVXhoTpvUayBxLsDtdwOVFsFmG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MOB8p9VVXhoTpvUayBxLsDtdwOVFsFmG > .row .container { font-size:0.875rem;font-family:"open sans";height:23.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#pV5o13QJxLTJerptCdclZx7PFH5gtI9u { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.3541669845581rem;left:0rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eURKlceEnuGcuTo32MeTu0MT24ANey9o { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.87255859375rem;left:2.5rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#l8MMbTXNIUVtqtSz2qA1Urbks4sz19nq { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:10.0869140625rem;left:21.375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#QKXA5UvTiqeU4TfyQo4JpMxh7etMrumT { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:7.02587890625rem;left:19.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zeo9pUrLopnUsW0Me1H8X3aGlULQty0v { color:rgba(var(--color-tertiary-0),1);display:block;width:41.933625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:21.05615234375rem;left:9.03271484375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#pLEI4WUIeDP776K2q5Jh7GagQZZIceib { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:11.75390625rem;left:12.6875rem;height:2.19970625rem;text-align:center;text-align-last:center;display:block; }
#kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:contain !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.43375rem;padding-right:0.39rem;padding-bottom:0.43375rem;padding-left:0.39rem;display:block;align-items:center;width:2.339375rem;min-width:2.339375rem;height:2.333125rem;position:relative;font-family:arial;font-size:1.73625rem;font-weight:700;line-height:37.33px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.27125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.118125rem;height:0.9225rem;position:relative;font-family:"open sans";font-size:0.65125rem;font-weight:700;line-height:14.76px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg { 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;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.5rem;height:4.394375rem;padding-top:0.5425rem;padding-right:0.556875rem;padding-bottom:0.5425rem;padding-left:0.556875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:15.08251953125rem;left:21.19189453125rem;z-index:15006; }
#kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #eRTtEqrhSsvSPWWiIZHxEdTfbik1VLGJ { display:flex;position:relative;top:0rem;left:0rem; }
#kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #BwE022FScrRHJ86UAyN6Bi5L9uBS8icH { width:auto; }
#kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #d7Ivtq1h2d3b7maQhpZOgvGyNE5kx7v9 {  }
#kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #ZA6otg5mq6OuvnaXqwzFcqPs8iXMEqWc { display:flex;position:relative;top:0rem;left:0rem; }
#kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #RKdXV0cWqfy7Z0mTN1hXbCD722ABebcT {  }
#kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #eKQxgHno20AhrJP193DilqI0w9SDvmkN {  }
#kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #RN96qlF6ghPTv4XKsxehX1E2GZxRfwKs { display:flex;position:relative;top:0rem;left:0rem; }
#kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #bTxizZk4egeJKppwbHbGIbI6z5eh64OE {  }
#kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #bmwsM02qAqVdkTcJlAnHAUqSbrcZMPwD {  }
#kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #PAmnERdbtGaTviqNoQV8mqehPmQ7hOB5 { display:flex;position:relative;top:0rem;left:0rem; }
#kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #mtgICCxulOemb8XkI68U3Fm51vQyTo37 {  }
#kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #B8vofO124bBWgSeEtKprVbdJicEJ36wT {  }
#ks3qrmd5tceHR87CpepPhhIFKOsSbQd1 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),0.65));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),0.65));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),0.65));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),0.65));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0.65)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-4),0.65)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-4),0.65));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:3.125rem;width:25.125rem;top:6.68212890625rem;left:17.4375rem;display:block; }
#xStiOuZH9nUlnRxtm2741TZE7FC9l3sI { 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.625rem;width:9.625rem;top:6.40625rem;left:5.3681640625rem;overflow:hidden;display:block; }
#dvBQDN5lMUEZLFSdFk8nH0PZouHsXsOy { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:11.75390625rem;left:12.6875rem;height:2.19970625rem;text-align:center;text-align-last:center;display:none; }
#XX8fDzv2QH8uhslu75dDT5uAWf2wZdTP { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.375rem;width:7.6875rem;top:0rem;left:3.375rem;overflow:hidden;display:block; }
#fupppGTOKT640opJ3yG43CtSdcuU2XP3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fbfbfb, #ffc828);background-image: -moz-linear-gradient(180deg, #fbfbfb, #ffc828);background-image: -ms-linear-gradient(180deg, #fbfbfb, #ffc828);background-image: -o-linear-gradient(180deg, #fbfbfb, #ffc828);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ffc828' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ffc828' );";background-image: linear-gradient(180deg, #fbfbfb, #ffc828);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;z-index:auto;display:none; }#fupppGTOKT640opJ3yG43CtSdcuU2XP3 > .row .container { border-width: 0; border-radius: 0; }#fupppGTOKT640opJ3yG43CtSdcuU2XP3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fupppGTOKT640opJ3yG43CtSdcuU2XP3 > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:none; }#tuBA2Jn8kTP7HVupuxP5SwdUzo66adhT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0.8125rem;left:6.9375rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#po9p6IyUi08Dk10lldUdQTe9DczZGcV7 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column-reverse;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#po9p6IyUi08Dk10lldUdQTe9DczZGcV7 .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.420625rem;padding-right:0.384375rem;padding-bottom:0.420625rem;padding-left:0.384375rem;display:block;align-items:center;width:2.30375rem;min-width:2.30375rem;height:2.26375rem;position:relative;font-family:arial;font-size:1.685rem;font-weight:700;line-height:36.22px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#po9p6IyUi08Dk10lldUdQTe9DczZGcV7 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.0725rem;height:0.894375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.6325rem;font-weight:700;line-height:14.31px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#po9p6IyUi08Dk10lldUdQTe9DczZGcV7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:#f6f6f6;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.8125rem;height:4.388125rem;padding-top:0.6325rem;padding-right:0.65875rem;padding-bottom:0.6325rem;padding-left:0.65875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.1875rem;left:7.1875rem;z-index:15045; }
#po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #qoooVbwpTLXu36O2MTIb7Tb28P7SNTs0 { display:flex;position:relative;top:0rem;left:0rem; }
#po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #NkUw9l6zIPCaTewTykNnbqqLpMK8wGc2 { width:auto; }
#po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #vR80KUxQRMFEuEtPEpWk9Il8VAJz244C {  }
#po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #xzHDqNhgT0XlSRzUpuhXh4bRmPgwW1kU { display:flex;position:relative;top:0rem;left:0rem; }
#po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #MpckAPgDUnH8BQltMCSKV9NZPqoNV7VA {  }
#po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #HMuXVvEEnLqFTwiahItXz9GWZAdQ8Fba {  }
#po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #wuVPSGc7T0cKpvwNPTk1FKTzt7UOVhFT { display:flex;position:relative;top:0rem;left:0rem; }
#po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #XUe0ZlPvE7V5KeWQOPa3DKgdnkx77G9T {  }
#po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #T7TXAQnWduBfoTJ04GVcT9MaoBwIbpb2 {  }
#po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #iMg7ocWTOymxJICLdsIO92nDqZx6bS06 { display:flex;position:relative;top:0rem;left:0rem; }
#po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #sCkV9I4ePRSLH6wnapoTChpmP8vbRHGR {  }
#po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #mCvXo2yXSneKI7J8LXVJty8DLRavVTZa {  }
#oZ5cTJplxn5Mdsbi8tId0r8dLDJwVRtE { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:0.875rem;left:31.5rem;height:2.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xZO3hrA6OxckhXHvZSyUWvs9r75SNk79 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:9.625rem;left:7.9375rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c6ZT90fzL196Alodu7GsO2ZSNwgLhMSI { color:#f90b0b;display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:6.75rem;left:32rem;height:2.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#b9eegrnN4Nh8xiimGWJSEbamvztURFsB { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:3.9375rem;left:35rem;height:2.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DgX48kCU1B3JJcGFm6C7ovW5frBIpvZO { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:13rem;top:3.6875rem;left:38.25rem;display:block; }
#QQ3DlTwRVxKBAMs5ZLoo74k43rVHSLrs { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:9.5625rem;left:36.375rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kUfHh3US04W1P3PIFXi8TflnGSty0xWN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc828, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #ffc828, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #ffc828, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #ffc828, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc828', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc828', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #ffc828, rgba(var(--color-primary-1),1));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;z-index:auto;display:block; }#kUfHh3US04W1P3PIFXi8TflnGSty0xWN > .row .container { background-color: transparent; background-image: none; }#kUfHh3US04W1P3PIFXi8TflnGSty0xWN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUfHh3US04W1P3PIFXi8TflnGSty0xWN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUfHh3US04W1P3PIFXi8TflnGSty0xWN > .row .container > .video-iframe-container { display: none; }#kUfHh3US04W1P3PIFXi8TflnGSty0xWN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUfHh3US04W1P3PIFXi8TflnGSty0xWN > .row > .video-iframe-container { display: none; }#kUfHh3US04W1P3PIFXi8TflnGSty0xWN > .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); }#kUfHh3US04W1P3PIFXi8TflnGSty0xWN > .row .container { border-width: 0; border-radius: 0; }#kUfHh3US04W1P3PIFXi8TflnGSty0xWN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kUfHh3US04W1P3PIFXi8TflnGSty0xWN > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:60rem;position:relative;display:block; }#FS2kcCNTQJXy2CQ0gZsJsDLospAEsXbd { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0.8125rem;left:6.125rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eCqQQfwVE22voZ0qXDb4ulauntt4bomG .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column-reverse;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eCqQQfwVE22voZ0qXDb4ulauntt4bomG .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.420625rem;padding-right:0.384375rem;padding-bottom:0.420625rem;padding-left:0.384375rem;display:block;align-items:center;width:2.30375rem;min-width:2.30375rem;height:2.26375rem;position:relative;font-family:arial;font-size:1.685rem;font-weight:700;line-height:36.22px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eCqQQfwVE22voZ0qXDb4ulauntt4bomG .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.0725rem;height:0.894375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.6325rem;font-weight:700;line-height:14.31px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eCqQQfwVE22voZ0qXDb4ulauntt4bomG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:#f6f6f6;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.8125rem;height:4.388125rem;padding-top:0.6325rem;padding-right:0.65875rem;padding-bottom:0.6325rem;padding-left:0.65875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.16796875rem;left:6.40283203125rem;z-index:15045; }
#eCqQQfwVE22voZ0qXDb4ulauntt4bomG #PptIMWyFnsa58eFFNnpQ9UN68zPeDbGe { display:flex;position:relative;top:0rem;left:0rem; }
#eCqQQfwVE22voZ0qXDb4ulauntt4bomG #WtQ10b2wEr02XBMSxwN8W3o4Iyfhavi0 { width:auto; }
#eCqQQfwVE22voZ0qXDb4ulauntt4bomG #IrwVi4PiMSmMK8dM0HpILCM8cDF40Xfm {  }
#eCqQQfwVE22voZ0qXDb4ulauntt4bomG #DGeJE45KDa0dXvLUeVlhlxmiuMMlrkg7 { display:flex;position:relative;top:0rem;left:0rem; }
#eCqQQfwVE22voZ0qXDb4ulauntt4bomG #duz3BgT6wWLw74sgFxWJGkl6gFVV6TVn {  }
#eCqQQfwVE22voZ0qXDb4ulauntt4bomG #f2KmmaObTxiP6CJTOgbKLTLUuvaTrBML {  }
#eCqQQfwVE22voZ0qXDb4ulauntt4bomG #SwpUdpakbWgArAJtDTqBBEWwxrDRWgU6 { display:flex;position:relative;top:0rem;left:0rem; }
#eCqQQfwVE22voZ0qXDb4ulauntt4bomG #fiKyA2BfwTWE3ShkT7OM8SEK08cObgvo {  }
#eCqQQfwVE22voZ0qXDb4ulauntt4bomG #LA4qAPxx1K2eXl0Sunou8sSTfK2kCbtw {  }
#eCqQQfwVE22voZ0qXDb4ulauntt4bomG #DazSHSITni9WSrBue13KRUT05ASvFohr { display:flex;position:relative;top:0rem;left:0rem; }
#eCqQQfwVE22voZ0qXDb4ulauntt4bomG #TyxnMrZP3nJSK9rrRaGP4hK68VnkJmwO {  }
#eCqQQfwVE22voZ0qXDb4ulauntt4bomG #t0VKQg0wogcxtoLTxD0QCcEk4segnMuZ {  }
#UQbTzhOxIPXRLNuzNUQsAgZg9z1aFKSJ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:2.125rem;left:34.375rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#huprCZaZLVXIuQ7dc46n3rAIfgMUBSwo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:9.625rem;left:7.125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ALAct3DTEPpaNS063VshxlFxw9HyxQL2 { color:#f90b0b;display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(12,12,4,0.96);top:7.1875rem;left:32.4375rem;height:2.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fIvd2AThb4u2WMIZNkhVpFewh9q3EiU5 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#xA0ibGUUINWxQL1gAN3RNZOtIgKz0rar { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:6rem;left:41.3125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#veSoH1sQ6lF9qswaeGq6b8HgXBPIhH25 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:9.875rem;left:36.125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WWxtDXBxAhaz4eFLTqUpKSLSg1uEIoPI { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.67);top:1.0625rem;left:31.9375rem;height:4.00025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yUdTvwGT4hF2i1EKTDExUwJXTG3Fid8k { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3723955rem;height:3.49739575rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:73.375rem;left:23.375rem;display:none; }
#Xzde7Blkhoop4Q3wS158ccbrDdGeGPpa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HeDxiT5KzNzdGqLiJ5hWrqtDTdTnfnGi { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:5.5rem;left:32.625rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A2y1olvrgkOMEg6SNT17a2ps6muP9BMV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.75rem;width:8.125rem;top:2.25rem;left:3rem;overflow:hidden;display:none; }
#byvcmdh7rVK3qXQBwNmv06VPOUKfJS1B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc828, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #ffc828, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #ffc828, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #ffc828, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc828', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc828', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #ffc828, rgba(var(--color-primary-1),1));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;z-index:auto;display:none; }#byvcmdh7rVK3qXQBwNmv06VPOUKfJS1B > .row .container { border-width: 0; border-radius: 0; }#byvcmdh7rVK3qXQBwNmv06VPOUKfJS1B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#byvcmdh7rVK3qXQBwNmv06VPOUKfJS1B > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:60rem;position:relative;display:none; }#KcTwrr7wkZrJK9TDV6qG5caovNAIDva1 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0.8125rem;left:6.125rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VEos6tFXSOSufcXogAQ110BPU1mH1xg8 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column-reverse;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VEos6tFXSOSufcXogAQ110BPU1mH1xg8 .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.420625rem;padding-right:0.384375rem;padding-bottom:0.420625rem;padding-left:0.384375rem;display:block;align-items:center;width:2.30375rem;min-width:2.30375rem;height:2.26375rem;position:relative;font-family:arial;font-size:1.685rem;font-weight:700;line-height:36.22px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VEos6tFXSOSufcXogAQ110BPU1mH1xg8 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.0725rem;height:0.894375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.6325rem;font-weight:700;line-height:14.31px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VEos6tFXSOSufcXogAQ110BPU1mH1xg8 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:#f6f6f6;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.8125rem;height:4.388125rem;padding-top:0.6325rem;padding-right:0.65875rem;padding-bottom:0.6325rem;padding-left:0.65875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.16796875rem;left:6.40283203125rem;z-index:15045; }
#VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #UaTA4pG8KnBZifTLX7hZwI4nfH18CJiS { display:flex;position:relative;top:0rem;left:0rem; }
#VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #VbMIIy4h3K9LbchhpDBpqusEq9z4I5Dz { width:auto; }
#VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #hBAqTsmokvk32SoIX22t7wqVxsI4vqoa {  }
#VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #hRKdDZTSBMvmBzgSlTEmw9xexwpAc3TI { display:flex;position:relative;top:0rem;left:0rem; }
#VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #BicJ94xAPy2veVnloIC6lK1N2JAhumsd {  }
#VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #WcSBvPMJ76muRvZKtlnNoKNbqtnGRtRg {  }
#VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #HHbsq1CJFIedRxIkH7ltMTtKKLFq4mcW { display:flex;position:relative;top:0rem;left:0rem; }
#VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #gPV7rvT6dweCiiAuLT9TxuGdWFZewZAh {  }
#VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #PumPJ1GRMhCfQmipM1vnPcCAQAr2SqcR {  }
#VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #Xel3PlCOpgL2hbJOKGdCtc6PCBeXc7v2 { display:flex;position:relative;top:0rem;left:0rem; }
#VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #QO1HGNWSn3MTSgDnS0xTPq1mcEERDUvS {  }
#VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #Z2A5HDyyTV57yyhiT6euptfdQsKqdbMN {  }
#TRyFyN8Py5mRSoAvbUhb9qgy1i7SytOq { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:2.125rem;left:34.375rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VCiKdJCEWIkQq7iJm12NmVDwLDSMgTkF { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:9.625rem;left:7.125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kVsuST956CmbwXbWEsWCtEUHWTNiGQlZ { color:#f90b0b;display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(12,12,4,0.96);top:7.1875rem;left:32.4375rem;height:2.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nsobegxB8oN3L4B79AaKTXT2xEGIOrXK { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#WuOabexgOzn8Vrz08XKmmy8samED8uiq { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:6rem;left:41.3125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#S01qaTIRfJaCx9NeS7yTsDQ8hgvHcKQC { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:9.875rem;left:36.125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#awL31we4B05e6cFJwvzUbxF8ZlbAmESQ { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.67);top:1.0625rem;left:31.9375rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mi99aZUQ7v2uHU4USWf0neJ9TxEM0Msn { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3723955rem;height:3.49739575rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:73.375rem;left:23.375rem;display:none; }
#mRuxochZaMW827bqTsVLebWk4D4SlQZf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TF80SS1cLVT3qfMudZxyc4BbETIUdm0Q { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:5.5rem;left:32.625rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eE8I2hOop6bNuTsTutocGTRI3dt9oJJB { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.75rem;width:8.125rem;top:2.25rem;left:3rem;overflow:hidden;display:none; }
#c96WSRhGXSDSpWTDEsANX3nPSb7sJMsZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc828, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #ffc828, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #ffc828, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #ffc828, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc828', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc828', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #ffc828, rgba(var(--color-primary-1),1));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;z-index:auto;display:none; }#c96WSRhGXSDSpWTDEsANX3nPSb7sJMsZ > .row .container { border-width: 0; border-radius: 0; }#c96WSRhGXSDSpWTDEsANX3nPSb7sJMsZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c96WSRhGXSDSpWTDEsANX3nPSb7sJMsZ > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:none; }#SI8svTFDaGauQw1yyNASTXuGxaUbF85K { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0.8125rem;left:6.125rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column-reverse;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.420625rem;padding-right:0.384375rem;padding-bottom:0.420625rem;padding-left:0.384375rem;display:block;align-items:center;width:2.30375rem;min-width:2.30375rem;height:2.26375rem;position:relative;font-family:arial;font-size:1.685rem;font-weight:700;line-height:36.22px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.0725rem;height:0.894375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.6325rem;font-weight:700;line-height:14.31px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:#f6f6f6;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.5625rem;height:4.388125rem;padding-top:0.6325rem;padding-right:0.65875rem;padding-bottom:0.6325rem;padding-left:0.65875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.16796875rem;left:8.52783203125rem;z-index:15045; }
#MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #afvTGtG2ETrAggWWm1tHUgdqKAG7XVcp { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #IdzvPsqggZanaJ8mT1locRKQKrMeTW7L { width:auto; }
#MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #Hw1J92V40Knmu6VT4mUCVZSH7LzP5zQk {  }
#MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #sDn1sUkcGHNbILs7lDT4qKqHmPchKauP { display:flex;position:relative;top:0rem;left:0rem; }
#MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #U3UMTCQAX9qA6n864uRVeTyW0pXx7ZWq {  }
#MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #JCTna0yPiW18lWrUrd3hkg170yQRAdz4 {  }
#MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #uvZbScvMILp9bOWzJntgTowNuIfetzKy { display:flex;position:relative;top:0rem;left:0rem; }
#MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #oEGEdgGXrc5IVGcucTX1sscyA5h3wki3 {  }
#MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #dox57c9QuUJeDXyCGCCrVWKS6gPZKadG {  }
#MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #o2ZPRhGSmaP7gwqJKEWoHEkgqUiWvS98 { display:flex;position:relative;top:0rem;left:0rem; }
#MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #LTemHuT2ec7O2hJs198LXIKkoCwc2OEA {  }
#MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #kNwiQ055zMCs3QzAqWhWKmXw5kTEwXZB {  }
#D97wh0vUTsQvXDZVMLNXPGG65b5CuQT0 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:0.8125rem;left:35.25rem;height:2.5004875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DbgQFpIRZ7sft9Vk6ednuRDch107RKBn { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:9.625rem;left:7.125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cHthmAPxE0OGMBG3UtOdDLIrDJIZMGHB { color:#f90b0b;display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(12,12,4,0.96);top:6.0625rem;left:33.3125rem;height:2.56274375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PhEPgfelH3KzTtvzILRRnbEkBsk0Vzo6 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#IAWMkcAFMIIsFqvQRd73ffury27Uk6O7 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:6rem;left:41.3125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#T3xehnAEAxWabT0b5LhepVCntvWxcLqB { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:8.5625rem;left:37rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bbfPKEzxDK3xDLLX2gIaW4SyduHIlhNH { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.67);top:2.125rem;left:33.3125rem;height:2.00024375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BnRFO15HFAEU2VUTtZ7ANFsHtDJakhv2 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3723955rem;height:3.49739575rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:73.375rem;left:23.375rem;display:none; }
#GrU7wQWVZ2MbuPEt4vVxl794sfz0XbnT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vDg8ymSVEtoebm57w743Cxyxh6FK2bLo { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:4.0625rem;left:33.5rem;height:1.43774375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XMLTI35fqMCf31zClinrX4K3eGNxlgK7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #003f0d, #00a421);background-image: -moz-linear-gradient(180deg, #003f0d, #00a421);background-image: -ms-linear-gradient(180deg, #003f0d, #00a421);background-image: -o-linear-gradient(180deg, #003f0d, #00a421);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003f0d', endColorstr='#00a421' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003f0d', endColorstr='#00a421' );";background-image: linear-gradient(180deg, #003f0d, #00a421);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.875rem;left:31.0625rem;display:block; }
#vM2bPRbV7LGdfX6Tg2T6vh0zah1JyT9x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UtfPGP6xPqBr7H7RH5GPTnxbvSbgXGkv { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #780929, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, #780929, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, #780929, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, #780929, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#780929', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#780929', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, #780929, rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.875rem;left:10.3125rem;display:block; }
#qiz3t2HSxKHOTTmHQytM4mZ2Jrhs2dTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WI4O8MJyWmhNgm7BV4bByNr1mMM4CTGi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffae00, #ffc828);background-image: -moz-linear-gradient(180deg, #ffae00, #ffc828);background-image: -ms-linear-gradient(180deg, #ffae00, #ffc828);background-image: -o-linear-gradient(180deg, #ffae00, #ffc828);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ffc828' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ffc828' );";background-image: linear-gradient(180deg, #ffae00, #ffc828);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;z-index:auto;display:none; }#WI4O8MJyWmhNgm7BV4bByNr1mMM4CTGi > .row .container { border-width: 0; border-radius: 0; }#WI4O8MJyWmhNgm7BV4bByNr1mMM4CTGi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WI4O8MJyWmhNgm7BV4bByNr1mMM4CTGi > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:none; }#tTkwUr3VsqRsnFC0nBI5RaTGLu1XHGtq { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0.875rem;left:4.5rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column-reverse;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.420625rem;padding-right:0.384375rem;padding-bottom:0.420625rem;padding-left:0.384375rem;display:block;align-items:center;width:2.30375rem;min-width:2.30375rem;height:2.26375rem;position:relative;font-family:arial;font-size:1.685rem;font-weight:700;line-height:36.22px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.0725rem;height:0.894375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.6325rem;font-weight:700;line-height:14.31px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:#f6f6f6;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.8125rem;height:4.388125rem;padding-top:0.6325rem;padding-right:0.65875rem;padding-bottom:0.6325rem;padding-left:0.65875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.1875rem;left:4.75rem;z-index:15045; }
#Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #bN0nFHGNNFwF1iPsdl2aCRWT1iTWZ3vM { display:flex;position:relative;top:0rem;left:0rem; }
#Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #GyXmXRJHA68S9yK9ZrAMri8uDyJrb9En { width:auto; }
#Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #g2CbpeCHchhTeVKIaxqbSMmrLMdWGT11 {  }
#Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #kqN2MTOfGbiXoz4uLkTeeDcgQnroMmNJ { display:flex;position:relative;top:0rem;left:0rem; }
#Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #Vq2vq2taoHGCZZmr14B9mKZ1QmATqcr8 {  }
#Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #MPxQFFtxLhD5euQT6t2TtKT2mWz9xwx9 {  }
#Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #OE5u1vLcsL9kIA3OaavR5WOgSBZUb4DG { display:flex;position:relative;top:0rem;left:0rem; }
#Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #LoW1ldck0x21xz0k1gDvD95Ts2C99uf0 {  }
#Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #O98mTqNL8C4Q57JrSOfUHx4EgNtTsmHZ {  }
#Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #ReEpdZUCiVAxFW4mforLXNeLdWTewecD { display:flex;position:relative;top:0rem;left:0rem; }
#Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #d1OdRPr2HLBFUwS5d9sea3ugbUmEWd6o {  }
#Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #MBkE0tKzh7MTwvB0l1BnOdJqcwhcWsIV {  }
#TlLOUPRRW9s8tZm1eXWROL1edL2liZ01 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:9.4375rem;left:4.28125rem;height:1rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#SfpWFaxTnZThHa7ilpdc9I3NlNaKKX4U { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#hM8roO5UuVCQLUTGHWc6Oz9TBs1nVHTl { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem rgba(72,25,0,0.37) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3723955rem;height:3.49739575rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:73.375rem;left:23.375rem;display:none; }
#kOT84MBpWzX12RxQtCTEFGSSn2RWw2Nr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LgxTebcIbv52JwTxuOmyKKFMosZr6rIS { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:0.625rem;left:35.5625rem;height:2.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lw5dKrnUoezvsMx2XBKKeccsJKU8wF33 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:3.23046875rem;left:29.0625rem;height:2rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#FQ3EgN31iULHB2MAmUKeD4cpSBlRh5SD { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:27.9375rem;top:2.75rem;left:30.09375rem;display:block; }
#JkQB9sRQMy7TJ7nvMEMaxrIVEmAny0AD { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:5.375rem;left:40.5rem;height:0.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nWLGPEE3k4nnf3mPmZSEZiR4IyRTOctX { color:#f90b0b;display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:normal;z-index:15021;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(12,12,4,0.96);top:6.875rem;left:31.4375rem;height:2.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CeObg9i6ZLR1CMV5Gu9CD2RclFdNy7iM { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:9.8125rem;left:35.5rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Po4NzqT3MXgD4lxxHw8ntvle2Co9Flkv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f31db1b7-8d5c-48ad-933c-a3073daf85cb/Untitleddesign5.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Po4NzqT3MXgD4lxxHw8ntvle2Co9Flkv.adaptive-delivery-prevent-bg, #Po4NzqT3MXgD4lxxHw8ntvle2Co9Flkv.lazyload, #Po4NzqT3MXgD4lxxHw8ntvle2Co9Flkv.lazyloading { background-image: none; }#Po4NzqT3MXgD4lxxHw8ntvle2Co9Flkv > .row .container { border-width: 0; border-radius: 0; }#Po4NzqT3MXgD4lxxHw8ntvle2Co9Flkv::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; }#Po4NzqT3MXgD4lxxHw8ntvle2Co9Flkv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Po4NzqT3MXgD4lxxHw8ntvle2Co9Flkv > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:60rem;position:relative;display:none; }#yowm512ZCPJz98ElB1Fvho8ms3svTweH { color:#190072;display:block;width:38.8125rem;position:absolute;font-family:sukhumvit;font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.4443359375rem;left:10.5625rem;height:3.49365rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mZii4pbNCrvy8h011pVus8QIp4mt9JVJ { color:#ffc319;display:block;width:60rem;position:absolute;font-family:sukhumvit;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:5.31201171875rem;left:0rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oNEh2bMJWtrhICat4J8HccAfLHkn7nGF .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#oNEh2bMJWtrhICat4J8HccAfLHkn7nGF .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:#001235;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:poppins;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#oNEh2bMJWtrhICat4J8HccAfLHkn7nGF .widget-text.counter-label { background-color:;background-image:none;color:#190072;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:poppins;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#oNEh2bMJWtrhICat4J8HccAfLHkn7nGF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:22.0625rem;left:20.375rem;z-index:15054; }
#oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #oncgmy7a5TLLG01f5UKATGFTFlTywh8K { display:flex;position:relative;top:0rem;left:0rem; }
#oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #C4qtQoDyqhOG5iaE3AoTJ6zb97InBtww { width:auto; }
#oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #Qo84ATCP7OBA84kEfheC9DybJ1CvR4QE {  }
#oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #PFzv3WO0xI7sQ4NRz5t7E6QrVCTmTbJe { display:flex;position:relative;top:0rem;left:0rem; }
#oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #ES9lWzlMmX14wM0wq6eJEgTJ0LCPPIxt {  }
#oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #LO1o9iGgssdG0A42F4e2edEJRTfTzfbe {  }
#oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #okXAdDMmxrIfZJhKkHpw15sRW7riATmt { display:flex;position:relative;top:0rem;left:0rem; }
#oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #NRLeeuCHSGeFUzU7mia1VVamufFfJv3O {  }
#oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #ZKzKJ9sbzwGTlaop6p2pQVuZnxQ25aCb {  }
#oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #nInUXEkDnQnk62ZvhBoOpm6zt7yUzS3E { display:flex;position:relative;top:0rem;left:0rem; }
#oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #UKO7BKO9H6IqQmsXQdJVl2t741Uwnk6B {  }
#oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #e1wm4THulUssF1g4iQTodTVmor10bXKl {  }
#kM0A1XNzBIQ6l00TTGA7xF4zL9UdweiP { color:#190072;display:block;width:21.25rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,173,225,0.23);top:20.1875rem;left:19.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iOxD4PDeVfvwT19JtSTLwQ1A8lhMmMJq { 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:1.3125rem;width:9.0625rem;top:1.5625rem;left:2.9375rem;overflow:hidden;display:none; }
#NAFvXM0slwhyV0JLW4qPaTfq0TOwwamA { 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:1.3125rem;width:9.0625rem;top:1.5625rem;left:2.9375rem;overflow:hidden;display:none; }
#EpgQaWf22uQsI5FnJRfW1x1TqEZKdJxz { 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:1.3125rem;width:9.0625rem;top:9.9375rem;left:8.125rem;overflow:hidden;display:none; }
#TydRv1sVBH31WV2fAG6Kye6V97zoWbDf { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.9375rem;width:13.25rem;top:17.65478515625rem;left:46.75rem;overflow:hidden;display:none; }
#A3MdTVAcbNTZb5MhD9EPd7qhbpNQ69Li { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.5625rem;width:12.8125rem;top:21.625rem;left:45.1875rem;overflow:hidden;display:none; }
#lfctS88InsTcFBtidb5RZ7UTyg7AikZn { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.5625rem;width:12.8125rem;top:21.625rem;left:45.1875rem;overflow:hidden;display:none; }
#RyDP0cxoXV8Z7bF1OCT5KaOG2F1obeDf { position:absolute;display:block;z-index:15094;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:7.0625rem;width:13.625rem;top:11.6875rem;left:9rem;overflow:hidden;display:block; }
#smafRRdR6SJF5kkuk3vETUigrNcTAqgc { position:absolute;display:block;z-index:15095;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:7.0625rem;width:13.5rem;top:11.6875rem;left:23.3125rem;overflow:hidden;display:block; }
#DapuO5WbRySiQX3Nu7gT7ksyGEoy2MAU { position:absolute;display:block;z-index:15096;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:7.0625rem;width:13.5rem;top:11.6875rem;left:37.5625rem;overflow:hidden;display:block; }
#exwSe9NhtN2P6dwziiSNKToCK2RvbRBN { box-sizing:content-box;height:2.3125rem;width:21.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe09d;background-image:none;top:19.75rem;left:19.3125rem;display:block; }
#Lx3Kg2b5UfFpNCySFrU9GLcKIe2HuJ6w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e0f7c7d9-cad1-401e-8919-e9474ac5000a/BackgroundKV.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:none; }#Lx3Kg2b5UfFpNCySFrU9GLcKIe2HuJ6w.adaptive-delivery-prevent-bg, #Lx3Kg2b5UfFpNCySFrU9GLcKIe2HuJ6w.lazyload, #Lx3Kg2b5UfFpNCySFrU9GLcKIe2HuJ6w.lazyloading { background-image: none; }#Lx3Kg2b5UfFpNCySFrU9GLcKIe2HuJ6w > .row .container { border-width: 0; border-radius: 0; }#Lx3Kg2b5UfFpNCySFrU9GLcKIe2HuJ6w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lx3Kg2b5UfFpNCySFrU9GLcKIe2HuJ6w > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:60rem;position:relative;display:none; }#wldvbVrdzyZvXgFh3emadtwlHBZ0tCIV { 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:9.4995rem;width:23.187rem;top:0.6875rem;left:7.8125rem;overflow:hidden;display:block; }
#sGawLk2IeOeQ8BdMH37kvbnOcrXOW5u4 { color:#ffe98b;display:block;width:56.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:11.625rem;left:1.625rem;height:2.11230625rem;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; }
#XI5UAi3KyU7XeA5KBgWtJTf4utTd755P { 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.625rem;width:5.68725625rem;top:4.5625rem;left:3.0625rem;overflow:hidden;display:block; }
#h68cXLZrHsRtN3tNTyD2wBVJ1XaDoOPW { box-sizing:content-box;height:3.3125rem;width:16.9375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -moz-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -ms-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -o-linear-gradient(293deg, #0062ca, #0a2a64);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='#0a2a64' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='#0a2a64' );";background-image: linear-gradient(293deg, #0062ca, #0a2a64);background-size:auto !important;top:15.875rem;left:0rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;display:block; }
#WqlpeTBZLPF2fS2vEJgKe56eH4bFd00a { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.25rem;left:1.4375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tirfm0u4uwDcuv0JZt7gACNv8vm7ViW4 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.25rem;left:22.875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C0iE7KhWUTOldFm34BwfCLFeu6b0bck1 { box-sizing:content-box;height:3.3125rem;width:16.9375rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -moz-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -ms-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -o-linear-gradient(293deg, #0062ca, #0a2a64);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='#0a2a64' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='#0a2a64' );";background-image: linear-gradient(293deg, #0062ca, #0a2a64);background-size:auto !important;top:15.875rem;left:21.625rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;display:block; }
#O76Au5fB0rhkNlXzdhkqqbZKWyXiTQ53 { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.875rem;left:33.8125rem;height:2.5996125rem;font-style:normal;display:block; }
#PT5ZFuSecT7meeqd3h0TqLtOO0z9PCkK { color:rgba(var(--color-tertiary-0),1);display:block;width:23.12475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem #b928ff;top:5.625rem;left:33.8125rem;height:4.6308625rem;font-style:normal;display:block; }
#ZVR81gNUxukkQI0UWsZuMWp7f3wlJdEy { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:29.8125rem;left:21.3125rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EQOG3V4ItCp6ZoTSuR2pCkvqeBua9IsP { position:absolute;display:block;z-index:15087;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.75rem;width:13.25rem;top:20.1875rem;left:23.8115234375rem;overflow:hidden;display:block; }
#s4BRNzetlEF01rOc6uxdg9r1c2dymO5G { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:31.8125rem;left:22rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gT9HtoDRMgeBXhItTASS9Wry449HCWtz { color:#ffe98b;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:34.4375rem;left:16.21875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PBzIlPriwbMQ068ETvWPqW6CdJyHW7T2 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:35.6015625rem;left:43.4375rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iUZQZ0whNsz1KDUcHgygQQOmkmFwyJs4 { color:rgba(var(--color-tertiary-1),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:47.0390625rem;left:17.375rem;height:2.00024375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SlFQ93Py1ysAulOhFcW8ntTwN9PkaVx7 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:40.41357421875rem;left:43.4375rem;height:2.7627rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dM3I6OPe2AawJGCWDo3mQAqKWVeNCR4O { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:8.75rem;width:16.6875rem;top:20.1875rem;left:0rem;overflow:hidden;display:block; }
#HRNWttwJJIrtIFck46hlfSTv6D9RiPSK { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:29.8125rem;left:1.0625rem;height:4.048825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qJRw1U3wuClclQocMtoXQFKFQwJxBmIa { box-sizing:content-box;height:3.3125rem;width:16.9375rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -moz-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -ms-linear-gradient(293deg, #0062ca, #0a2a64);background-image: -o-linear-gradient(293deg, #0062ca, #0a2a64);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='#0a2a64' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062ca', endColorstr='#0a2a64' );";background-image: linear-gradient(293deg, #0062ca, #0a2a64);background-size:auto !important;top:15.875rem;left:43.0625rem;border-top-right-radius:2.125rem;border-bottom-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-top-left-radius:2.125rem;display:block; }
#zv0yCUrAkp1I4FhuFVpeh6kzhb5gtoeT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:16.23095703125rem;left:44.28125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hr2L0Tz9eUuZ8Um86lxerksFPGbvPMFT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:29.8125rem;left:45.09375rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZqwlOpzCIfqMWa6kt6nzWAsVqXJefD26 { position:absolute;display:block;z-index:15091;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.0625rem;width:7.0625rem;top:21.6875rem;left:52.125rem;overflow:hidden;display:block; }
#ok95V0ktkdd5tAHi68zBUJTu17ybdsb8 { position:absolute;display:block;z-index:15089;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.0625rem;width:7.0625rem;top:20.1875rem;left:44rem;overflow:hidden;display:block; }
#VlrhKi0Hgd3MiSaU0fFVUzXU3zuTf4Lf { position:absolute;display:block;z-index:15090;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.0625rem;width:7.0625rem;top:20.9375rem;left:48.4375rem;overflow:hidden;display:block; }
#kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:#001235;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:poppins;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:poppins;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:36.375rem;left:20.375rem;z-index:15055; }
#kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #W5sTNcwS9Tcyqwnm7AnuPcpggGrAKxLf { display:flex;position:relative;top:0rem;left:0rem; }
#kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #TkqDwSmAWQBaPQTWxgleO4mOIw2aPyzb { width:auto; }
#kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #QbQLxSLWTSzmr0yypnkfl95TU12hAFRT {  }
#kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #Ppr6gRPyXmLmgxB8fT2D7qbpon4bTQF2 { display:flex;position:relative;top:0rem;left:0rem; }
#kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #zTeskwC4luKuKel91oKssxEbSXhZ0F9J {  }
#kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #V7UB9JlZ47TqZc26IVfO9To7oKQOyp4H {  }
#kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #tPzULdlVz3H3Gibv3xPeFEz1IKzUoxuq { display:flex;position:relative;top:0rem;left:0rem; }
#kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #fIvuVsWXZMSebUiQnrcXFH0TCNzVvpfe {  }
#kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #pIONLa6n30GzNidtxu4TAMuvfnB9sEr3 {  }
#kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #VozfWquCUDxchDSdyEfKWA7wIB6VMotI { display:flex;position:relative;top:0rem;left:0rem; }
#kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #OcWXKywt4kMQfU32XOTwd4uNpz2vWv2D {  }
#kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #ocLLRirU1W8JXINGecwwa9FOyPcpEEGU {  }
#si3U1EOqf148NFgKxmTAz0LR81WT2nZd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f31db1b7-8d5c-48ad-933c-a3073daf85cb/Untitleddesign5.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#si3U1EOqf148NFgKxmTAz0LR81WT2nZd.adaptive-delivery-prevent-bg, #si3U1EOqf148NFgKxmTAz0LR81WT2nZd.lazyload, #si3U1EOqf148NFgKxmTAz0LR81WT2nZd.lazyloading { background-image: none; }#si3U1EOqf148NFgKxmTAz0LR81WT2nZd > .row .container { border-width: 0; border-radius: 0; }#si3U1EOqf148NFgKxmTAz0LR81WT2nZd::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; }#si3U1EOqf148NFgKxmTAz0LR81WT2nZd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#si3U1EOqf148NFgKxmTAz0LR81WT2nZd > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:60rem;position:relative;display:none; }#vtp4Na2WNS9RUzRXrD4devTtvBPw7k5t { color:#190072;display:block;width:38.8125rem;position:absolute;font-family:sukhumvit;font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.4443359375rem;left:10.5625rem;height:3.49365rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X97WCNpI60uUdpnz9MsOuVyDoXT0kknm { color:#ffc319;display:block;width:60rem;position:absolute;font-family:sukhumvit;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:5.31201171875rem;left:0rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:#001235;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:poppins;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO .widget-text.counter-label { background-color:;background-image:none;color:#190072;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:0.75rem;position:relative;font-family:poppins;font-size:0.75rem;font-weight:400;line-height:12px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:4.75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:21.9375rem;left:20.375rem;z-index:15054; }
#zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #DDpD8WxQTi6GXhk4M7nhGHEit0ITlJrx { display:flex;position:relative;top:0rem;left:0rem; }
#zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #suhznnVni4TK7yDuQ8AZ1v55hdDpSeoQ { width:auto; }
#zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #eifzgxv5OVqJtvKEzCUfXDZP6Zl9RKnt {  }
#zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #lETxC7arR7Mwp7DAyt7ET3kpoA8IbNX0 { display:flex;position:relative;top:0rem;left:0rem; }
#zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #HBMc8HCE4xhpnh0qJ5vc38JTNgnmGnce {  }
#zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #tX5wuiMD0azv5ZScRLID9l9BD9M2OIKT {  }
#zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #qTn121PPTGQO1MpEwLDNr7TEGggZ1zzZ { display:flex;position:relative;top:0rem;left:0rem; }
#zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #qZsw0JDBoRHnfCJ4nUwwcGvu6r980WXw {  }
#zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #cNi5eZ8kls0M9Z7GXn3W8SwtfRGcPFgp {  }
#zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #o6JWPT2Xz2QpMIqQUXmZlwHN02rMqL3u { display:flex;position:relative;top:0rem;left:0rem; }
#zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #wGOp3JuHkeV2Xgb4NsBVoDshbOtRKro9 {  }
#zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #StfIXAxiKKtPofTcN0MhC2DqBF55JPxD {  }
#hA6MM1NTq40PO3t24bRCdIMmqUfQ1yTX { color:#190072;display:block;width:23.1875rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,173,225,0.23);top:19.875rem;left:18.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hRmmmWggq28TQ9eDwAT7vJ6s93IT3VUW { 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:1.3125rem;width:9.0625rem;top:1.5625rem;left:2.9375rem;overflow:hidden;display:none; }
#M2GtTUFJBluvPUkvBfbZLdraPe2UHmlh { 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:1.3125rem;width:9.0625rem;top:1.5625rem;left:2.9375rem;overflow:hidden;display:none; }
#Ss55yoTH2fqTEeud6eNqoQMKESLsxRMB { 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:1.3125rem;width:9.0625rem;top:9.9375rem;left:8.125rem;overflow:hidden;display:none; }
#q2KqvhtoPC7dJrpvrplTekAGNbnmkFS4 { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.9375rem;width:13.25rem;top:17.65478515625rem;left:46.75rem;overflow:hidden;display:none; }
#iDO1RcsZKdXDEhq3KqyAqXo62PugAqMz { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.5625rem;width:12.8125rem;top:21.625rem;left:45.1875rem;overflow:hidden;display:none; }
#WSwNIkvgd3oNn7GwaJWakno4UcwXB3TE { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6.5625rem;width:12.8125rem;top:21.625rem;left:45.1875rem;overflow:hidden;display:none; }
#NW5vKNL0tWyaOgkJ4wOPesR9Z4XsxhGo { position:absolute;display:block;z-index:15094;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:7.0625rem;width:13.5rem;top:11.6875rem;left:7.4375rem;overflow:hidden;display:block; }
#WgU8GcLkDH7RFKsFka0zBwTTdRfUPhTP { position:absolute;display:block;z-index:15095;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:7.0625rem;width:13.5rem;top:11.6875rem;left:23.1875rem;overflow:hidden;display:block; }
#FQbX6tL1NT18ywlB0JyrNXRb8kwoGOyO { position:absolute;display:block;z-index:15096;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:7.0625rem;width:13.5rem;top:11.6875rem;left:39rem;overflow:hidden;display:block; }
#PgOpUycsTAUS7Oamb4LtDTHg0REwmWwM { box-sizing:content-box;height:2.3125rem;width:21.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffe09d;background-image:none;top:19.53125rem;left:19.28125rem;display:block; }
#ouLuTGDXMkiSNxIa9aPUXWaPckFo8Adt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fbc5feeb-02c1-4031-a51a-226a4288cd06/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; }#ouLuTGDXMkiSNxIa9aPUXWaPckFo8Adt.adaptive-delivery-prevent-bg, #ouLuTGDXMkiSNxIa9aPUXWaPckFo8Adt.lazyload, #ouLuTGDXMkiSNxIa9aPUXWaPckFo8Adt.lazyloading { background-image: none; }#ouLuTGDXMkiSNxIa9aPUXWaPckFo8Adt > .row .container { border-width: 0; border-radius: 0; }#ouLuTGDXMkiSNxIa9aPUXWaPckFo8Adt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ouLuTGDXMkiSNxIa9aPUXWaPckFo8Adt > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:60rem;position:relative;display:none; }#xGiDoNC2rtg4ielAddhHe6AmokvwHrnF { 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:7.0625rem;width:13.625rem;top:22rem;left:2.75rem;overflow:hidden;display:block; }
#Skd4kB5AKo3qGOJAcOANvLx0ZPyKlPwZ { 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:7.0625rem;width:13.5rem;top:22.875rem;left:15.125rem;overflow:hidden;display:block; }
#nSJGxcS7BW6eUGZmNkEQd8sMa3P7nvF2 { 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:7.0625rem;width:13.5rem;top:28.125rem;left:2.8125rem;overflow:hidden;display:block; }
#OI5qVn85mdaAeGuC3GfRVZLdkMsKy7hz { position:absolute;display:block;z-index:15100;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:7.0625rem;width:13.5rem;top:29.0625rem;left:15.125rem;overflow:hidden;display:block; }
#dyhnsJNLgaCyPgKZOFO4qJi430Cnv7WG { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:43.625rem;left:21.875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#LLEQTEF6lkgE86gh3Tih3GAZAWgnpset { box-sizing:content-box;height:2.9375rem;width:20.4375rem;position:absolute;display:block;z-index:15096;background-color:#facc6c;background-image:none;top:42.875rem;left:19.8125rem;display:block; }
#Ic6FtI1Z1eJGZwJsSBd93EuZPPZLlZ84 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc828, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #ffc828, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #ffc828, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #ffc828, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc828', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc828', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #ffc828, rgba(var(--color-primary-1),1));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;z-index:auto;display:none; }#Ic6FtI1Z1eJGZwJsSBd93EuZPPZLlZ84 > .row .container { border-width: 0; border-radius: 0; }#Ic6FtI1Z1eJGZwJsSBd93EuZPPZLlZ84 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ic6FtI1Z1eJGZwJsSBd93EuZPPZLlZ84 > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:60rem;position:relative;display:none; }#Tularm9JZxqA1DLRAWuMtrm2k1vLcVVN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0.8125rem;left:6.125rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column-reverse;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.420625rem;padding-right:0.384375rem;padding-bottom:0.420625rem;padding-left:0.384375rem;display:block;align-items:center;width:2.30375rem;min-width:2.30375rem;height:2.26375rem;position:relative;font-family:arial;font-size:1.685rem;font-weight:700;line-height:36.22px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.0725rem;height:0.894375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.6325rem;font-weight:700;line-height:14.31px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:#f6f6f6;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.8125rem;height:4.388125rem;padding-top:0.6325rem;padding-right:0.65875rem;padding-bottom:0.6325rem;padding-left:0.65875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.16796875rem;left:6.40283203125rem;z-index:15045; }
#VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #cCTAWcGcH572tzCGEbAEWmRy956HD8Fp { display:flex;position:relative;top:0rem;left:0rem; }
#VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #lmou7uxoI9RvEnVIPw9NVxt46bQNk4ey { width:auto; }
#VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #w3azJfq5HEmtTAgfMpfyok91sB6yo65M {  }
#VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #rtZ1O9UPoUpPBIthuWI0LQUuynLkhzIb { display:flex;position:relative;top:0rem;left:0rem; }
#VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #GQrGrrTweQsuMAtC0d6w7OsehOxcAdwf {  }
#VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #zlLkCoDi4Na9qUBWOPnEqLlBq5WfeaXT {  }
#VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #xNWrKMaOU5mR5dvboozqiexZWoEFL2Vt { display:flex;position:relative;top:0rem;left:0rem; }
#VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #Fs4zoAyU8kZ7lp1kFhHyXzpaVkyT0SRS {  }
#VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #qfM9JMlxwoigSeDGLgnDpV5JDuBAm2xr {  }
#VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #SbAbJb8RnK5n1L0c6HlQRTElqNPfXcEp { display:flex;position:relative;top:0rem;left:0rem; }
#VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #yeo7s525WHw0qlGPB3iKHt5hxBfPeafT {  }
#VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #O7odsvOqC68cxmUS4VBaPJcx9DqbnEFo {  }
#DHe15awvxFAZ9meTTpTFhbxg7W5DWLko { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:2.125rem;left:34.375rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTJPEmnEDFT3qnBanZ8acMI2vBPJJ0S2 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:9.625rem;left:7.125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LE0U05lyf9i68nDbVKuEl8bDb8NpmeMw { color:#f90b0b;display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(12,12,4,0.96);top:7.1875rem;left:32.4375rem;height:2.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iCbkZdFH4ubwyQcCOr9wdEULHnCD944h { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#gTuBQqo0eoHzfmUOwIoOmgRpSTOOnIIm { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:6rem;left:41.3125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dOWrI62PTvb4I3RE09nyEVof29b62Wao { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:9.875rem;left:36.125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UrN3USIBEzSRMz1vWJd21gDLTsFwzTqU { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.67);top:1.0625rem;left:31.9375rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#us99vZwxOnkeEaDyh07x19JtUVJAyMvV { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3723955rem;height:3.49739575rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:73.375rem;left:23.375rem;display:none; }
#WbJd8nd7kkmn0Mzff3i5SyINTIOJeh5I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yAS6PJwBZQxqyveunVVaTDud1nw7rCqH { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:5.5rem;left:32.625rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uv18QeKb2Rpup6c4Fc9IEexW1bgRcSWu { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.75rem;width:8.125rem;top:2.25rem;left:3rem;overflow:hidden;display:none; }
#FPa6xX3UiSeiUTkBREAdLJnpiv90T4H6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff0000;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; }#FPa6xX3UiSeiUTkBREAdLJnpiv90T4H6 > .row .container { border-width: 0; border-radius: 0; }#FPa6xX3UiSeiUTkBREAdLJnpiv90T4H6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FPa6xX3UiSeiUTkBREAdLJnpiv90T4H6 > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:60rem;position:relative;display:none; }#ZyXLEx83hJDtm7IVbOlzqHUkumlt2n3b { color:#f8f600;display:block;width:53.3125rem;position:absolute;font-family:"line seed sans th";font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.5);top:8.375rem;left:3.375rem;height:5.949225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OZa10ynR5RHMUh2tAyRlaI7OhMqMM1cM { color:#f8f600;display:block;width:33.9375rem;position:absolute;font-family:"line seed sans th";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.5);top:0.9375rem;left:13.0625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JDoR4aMpgrQfpe7XnZIFxEBQM1vrdTo9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2e00b9, #1a74ff);background-image: -moz-linear-gradient(180deg, #2e00b9, #1a74ff);background-image: -ms-linear-gradient(180deg, #2e00b9, #1a74ff);background-image: -o-linear-gradient(180deg, #2e00b9, #1a74ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e00b9', endColorstr='#1a74ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e00b9', endColorstr='#1a74ff' );";background-image: linear-gradient(180deg, #2e00b9, #1a74ff);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; }#JDoR4aMpgrQfpe7XnZIFxEBQM1vrdTo9 > .row .container { border-width: 0; border-radius: 0; }#JDoR4aMpgrQfpe7XnZIFxEBQM1vrdTo9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JDoR4aMpgrQfpe7XnZIFxEBQM1vrdTo9 > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:60rem;position:relative;display:none; }#yfFLNxSrlkNyLiklXeDDnT98SDvzxLet { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:45.125rem;top:0rem;left:7.4375rem;overflow:hidden;display:block; }
#yZUmBPa7wCd57o4D182Q3Aq1sV1QWarT { box-sizing:content-box;height:12.5rem;width:13.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.1875rem solid #d71f1f;border-left:0.1875rem solid #d71f1f;border-right:0.1875rem solid #d71f1f;border-bottom:0.1875rem solid #d71f1f;top:17.0625rem;left:5.75rem;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; }
#XgmIJ8sMqzRyTv5GsvV2zcffNaPfwf95 { box-sizing:content-box;height:12.5rem;width:13.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.1875rem solid #d71f1f;border-left:0.1875rem solid #d71f1f;border-right:0.1875rem solid #d71f1f;border-bottom:0.1875rem solid #d71f1f;top:17.0625rem;left:23rem;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; }
#gl0W01gwmv6TPdZqOMB71GI44buhGlE9 { box-sizing:content-box;height:12.5rem;width:13.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.1875rem solid #d71f1f;border-left:0.1875rem solid #d71f1f;border-right:0.1875rem solid #d71f1f;border-bottom:0.1875rem solid #d71f1f;top:17.0625rem;left:40.25rem;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; }
#MNVJ8ble4Vw0bTVJ4QnqrRtiwTERTAGI { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:9.375rem;width:5.125rem;top:21.853515625rem;left:15rem;overflow:hidden;display:block; }
#stgPTO2Ph2l6GX6Uhbvua5gankExZeDS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffad00, #f8f600);background-image: -moz-linear-gradient(180deg, #ffad00, #f8f600);background-image: -ms-linear-gradient(180deg, #ffad00, #f8f600);background-image: -o-linear-gradient(180deg, #ffad00, #f8f600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );";background-image: linear-gradient(180deg, #ffad00, #f8f600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sriracha;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:3.125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:15.40625rem;left:4.8125rem;display:block; }
#nGmenQ2JQp0IdCxqvmMkpsQDxTETRxIH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HVG1odqngo9LVVXaatFOb5OTFp0w3cu2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffad00, #f8f600);background-image: -moz-linear-gradient(180deg, #ffad00, #f8f600);background-image: -ms-linear-gradient(180deg, #ffad00, #f8f600);background-image: -o-linear-gradient(180deg, #ffad00, #f8f600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );";background-image: linear-gradient(180deg, #ffad00, #f8f600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sriracha;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:3.125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:15.40625rem;left:22rem;display:block; }
#oX6lIZ2ciVMhX2kAOp3S6aJ5lJ4dr1C2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XXTUBmg1yZE1RtqTHkg0VsIwbq2cpRgo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffad00, #f8f600);background-image: -moz-linear-gradient(180deg, #ffad00, #f8f600);background-image: -ms-linear-gradient(180deg, #ffad00, #f8f600);background-image: -o-linear-gradient(180deg, #ffad00, #f8f600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#f8f600' );";background-image: linear-gradient(180deg, #ffad00, #f8f600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sriracha;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:3.125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:15.40625rem;left:39.1875rem;display:block; }
#TKT3JxZOB4L2lNnwcpJdhI9m6n2ul8ly { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#khHH1OBWkSrJPlwzSpWrrvBH8lNzsob5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"line seed sans th";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:18.81591796875rem;left:6.5rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#nDbdGHOVCmXTJEZ8elmxbs4VN5RKo1gp { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:3.75rem;width:5.375rem;top:27.728515625rem;left:8.9375rem;overflow:hidden;display:block; }
#a2PACAwBAkGCz1vbIptyxo4qvwNJPxn4 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:3.75rem;width:5.375rem;top:25.822265625rem;left:5.1875rem;overflow:hidden;display:block; }
#APGN5kohurxvv6wIBydhVTUbWTAUyBTi { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:3.75rem;width:5.375rem;top:23.791015625rem;left:8.9375rem;overflow:hidden;display:block; }
#hOvDzet7g3e5VmhGWHZ2WLxvn2LViA9F { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.6) ;height:3.75rem;width:5.375rem;top:21.853515625rem;left:5.1875rem;overflow:hidden;display:block; }
#IVNGThbGlmGI4ssTOB6Oo824GIvRKWJI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"line seed sans th";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:18.84375rem;left:23.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Gtdm4Tlg6pF7CRQRRnR2Po33N7IeKnfP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"line seed sans th";font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:18.84375rem;left:40.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#GwfTpvMP12dmhBsJhhC92pQZr9RbK7wF { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:14.0625rem;width:14.0625rem;top:15.6875rem;left:23.75rem;overflow:hidden;display:block; }
#gKbQHgwCTbGBn30vg9og8la9HnlautN4 { position:absolute;display:block;z-index:15086;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.875rem;width:16.0625rem;top:21.603515625rem;left:39.1875rem;overflow:hidden;display:block; }
#NNzgksxoS1QJA9vDiIwy7skNQsQtGKlW { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:32rem;left:15.3125rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/e2415f84-16e1-43d5-80f3-6f0a7b9e1e42/pfs107td16756.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; }#s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX.adaptive-delivery-prevent-bg, #s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX.lazyload, #s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX.lazyloading { background-image: none; }#s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX > .row .container { background-color: transparent; background-image: none; }#s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX > .row .container > .video-iframe-container { display: none; }#s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX > .row > .video-iframe-container { display: none; }#s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX > .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); }#s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX > .row .container { border-width: 0; border-radius: 0; }#s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX > .row .container { font-size:0.875rem;font-family:arial;height:52.125rem;width:60rem;position:relative;display:block; }#zlT2t2tBakT6JITJP6749A4BnGLTpisC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:34.3125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#d2ST27rbHzpsxKPv7ozTAKDTSaGAzT8a { color:#2f2c64;display:block;width:50.9375rem;position:absolute;font-family:sarabun;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 0rem rgba(var(--color-tertiary-0),1);top:2.625rem;left:4.5625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OSDHXohwFK9uNJXxtV3eMTPa8pkoLoCk { position:absolute;display:block;z-index:15037;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:36.68733215332rem;width:18.874830245972rem;top:5rem;left:24.494735717774rem;overflow:hidden;display:none; }
#DUcU0eqpP3d8yLttCCLLgIqWap5IRL7r { color:#2f2c64;display:block;width:52.686625rem;position:absolute;font-family:sarabun;font-size:1.9375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:7.3741326332094rem;left:3.6555995941162rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eusAgwwyIEJmkg7D57kJMeZI5kbNwAH6 { color:#4e4b89;display:block;width:41.624375rem;position:absolute;font-family:sarabun;font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.38);top:39.0625rem;left:8.3125rem;height:1.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UFeKfc03HnrODQWQuGVyNKq4UpcLSFRW { color:#4e4b89;display:block;width:37.2485625rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:44.75rem;left:11.375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A4T3rdDk54qEG1Xp64C4E5PaZJTOyi8Z { color:#ff3c3e;display:block;width:48.4375rem;position:absolute;font-family:sarabun;font-size:2.625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:41.5rem;left:5.8125rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xG7P9hoT1n6rg5NnU2zFUDQ8ZtJ2wWK2 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.5625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:47rem;left:25.1875rem;display:block; }
#sfKQs2xUORFUMptDH7HKS0gnHlFbBCi3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X6ylxA9BmMZdb4hiGx1exeQRL7Uqnx7M { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.75rem;width:8.125rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#QyQk0JV8TA5VqlyXuc5lCCnT5rCQ9WPi { position:absolute;display:block;z-index:15039;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:25.68725rem;width:34.0625rem;top:11.158447265625rem;left:12.96875rem;overflow:hidden;display:block; }
#LVGB5NzzccuiKwwLKwUJcirtbxyhTSop { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b91d3a70-1b6f-4014-91e6-1ea761563040/1.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; }#LVGB5NzzccuiKwwLKwUJcirtbxyhTSop.adaptive-delivery-prevent-bg, #LVGB5NzzccuiKwwLKwUJcirtbxyhTSop.lazyload, #LVGB5NzzccuiKwwLKwUJcirtbxyhTSop.lazyloading { background-image: none; }#LVGB5NzzccuiKwwLKwUJcirtbxyhTSop > .row .container { background-color: transparent; background-image: none; }#LVGB5NzzccuiKwwLKwUJcirtbxyhTSop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVGB5NzzccuiKwwLKwUJcirtbxyhTSop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVGB5NzzccuiKwwLKwUJcirtbxyhTSop > .row .container > .video-iframe-container { display: none; }#LVGB5NzzccuiKwwLKwUJcirtbxyhTSop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVGB5NzzccuiKwwLKwUJcirtbxyhTSop > .row > .video-iframe-container { display: none; }#LVGB5NzzccuiKwwLKwUJcirtbxyhTSop > .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); }#LVGB5NzzccuiKwwLKwUJcirtbxyhTSop > .row .container { border-width: 0; border-radius: 0; }#LVGB5NzzccuiKwwLKwUJcirtbxyhTSop > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVGB5NzzccuiKwwLKwUJcirtbxyhTSop > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:60rem;position:relative;display:block; }#nM8RCpbdWiDqPC0T9rpm2T4N9yd8AV8z { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #706cb0;border-left:0.0625rem solid #706cb0;border-right:0.0625rem solid #706cb0;border-bottom:0.0625rem solid #706cb0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:33.1875rem;width:23.1875rem;top:2.5rem;left:34.125rem;display:block; }
#kxG2mwyo4MAzCwvlgSJrftBNH1F8R0ql { position:absolute;display:block;z-index:15037;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:36.68733215332rem;width:18.874830245972rem;top:5rem;left:24.494735717774rem;overflow:hidden;display:none; }
#xM3hSJaQaXD79dEySi0IZ5c07XuTNsHv { color:#4e4b89;display:block;width:11.875rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:27.3125rem;left:11.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TvL76QUqGmkJ4b0nuuucszWzOxFFxwDn { color:#f80000;display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:23.875rem;left:1.9375rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zS8CRn68qiXfcsVzyWbcT0Ba29nBgfUO { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.624875rem;width:32.5rem;top:13.749389648438rem;left:1.1248779296875rem;overflow:hidden;display:block; }
#t2icXq8qmgrsCTu7nn6VD6SdKVLBR2ny { color:#f47490;display:block;width:19.1245rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:4.3125rem;left:36.1875rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lRwz7uRBWdfGZT0yK5nm5GtPcLI5ZoaH { color:#ff5f5f;display:block;width:31.6230625rem;position:absolute;font-family:sarabun;font-size:2.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(var(--color-tertiary-4),1);top:4.3125rem;left:1.5625rem;height:2.12524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DIEm0TTSynzrMFlOz3tTURpZsXnoi3pP { color:#4e4b89;display:block;width:31.4980625rem;position:absolute;font-family:sarabun;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:7.625rem;left:1.625rem;height:4.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-form-header {  }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:18.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .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:18.5rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-input-text {padding-top: 0; padding-bottom: 0;}#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .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:18.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .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:18.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-input-select {padding-top: 0; padding-bottom: 0;}#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .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; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .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:#ffd44d;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:rgba(var(--color-tertiary-4),1);width:18.5rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;color:#ffde00;vertical-align:top;width:17.4375rem;overflow:hidden;font-style:normal;line-height:1.4; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .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; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-container:first-of-type{padding-top:0;}#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-container:last-of-type{padding-bottom:0;}#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux  { 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:18.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:35.4375rem;top:8.3125rem;z-index:15022;position:absolute; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.5rem;display:block;vertical-align:top; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);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; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux {display:block;}#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux { 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:18.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:35.4375rem;top:8.3125rem;z-index:15022;position:absolute; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #HrK4duBd1y6BitXhgUO179qpnyaEElJI { position:relative; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #RftcZ0NsUVa9GNVIfpw1xQfMsKEOoUBD { position:relative;display:block; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #kA1a8mEQsrKTZaLOsZV8O30o27luvWrV { position:relative; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #J282kTwqTCGJgC1cpNNrgObd1s81noOC { position:relative; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #z1eUzWwbD2NDWTT67BcTDhbF4kB4wemO { position:relative;display:block; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #k0ORJpsB6szMPcKBTDK47VMOcgTQUZgG { position:relative; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #eEO3iMQTd7O1DZJTzy5HZlqpvDdHIIv7 { position:relative; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #ft9ZESzHUtJDyuTXdWZy1foX6PaRwNOB { position:relative;display:block; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #XwEFcOTgurTL3S1kFdEZb3QJnWCQbxzb { position:relative; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #FLkfrUMu1E6lBJeUdaunHVzCixBGGEKm { position:relative; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #yKLfwNRFqeFbKn85WKGczGDHeUIsyfTX { position:relative;z-index:2; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #nncDu26btNm35dBFGDP2PnhyMtwg2B7n { position:relative; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #ACGndJUfwgMZIlTN4SZ6udB34zhcTUOK { position:relative;display:block;z-index:15000; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #m1mBt2eNHFrECgm2tM8zTHaczrccuIFi { position:relative;display:block;z-index:15000; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #SnRt0T93fdPI3IhedGhUsHUkCub57ILe { position:relative; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #CqOw5qHfTUeXMXAN7irmkmz3t6rFKUEH { position:relative; }
#NuueE9pHCmECg2teDw7E7i1y4LAlW3X0 { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HUT3wcTkAgxCUqT2fsegxolg3x81Vk4W { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ePn1RnOvAyZyvDamQZeC6n584lGhbkUU { position:relative; }
#S4QbFTC7GpuFzdeod4kuUJETETxi2BZz { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #V4rkEIPIibU4vuBbDyxG6reWtE2dsV0F { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #M1Bi65AWA8l6vpoKq6IfPiMB4s5uPR6A { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xGxxdGIvsNGI5CLAvXCACXOVmgllEAoB { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vNl3qFhgD2y2tCEXO53CPcOyOcWSBVkS { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #dH3Qvc2T1bGTLwMw0dlUouZ8AaeRCS9E { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #z4xblKSMSApOFU2usia0TKQaZngTb2mc { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FDrFvEgKHGatmffyacp26FbiUcsf8Wbm { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Ga0721sLMHb4NPHpGyilEBl5ciN9pQr7 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #T4ChdPsTwBATOXtPBAmmxddHL84KFQlh { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NQT6T2zE1RI75Mvgld7mD5CXXce2IwcM { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RVfKix5FXg7IW5cRbzXLgloaCkf6GSzc { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ULhatlmQSNPWaWi55r8QGDvtRpFuvyi5 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #r3sW7TqwEH8HXtzdan8nmnF3L0eFf7wA { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DrXbNFdevdpDlmt6PqXw418gstRgTgau { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zxlynU5NcBGvlzLVXdsU8qkdy4FTRm0B { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sBuZqXODW4uJWvolxJsi6CesdinmXnTI { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #V0mCL1tZF6RFINp8VsFbFniASBtOaOkd { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EpVoP1dbz8aMQZoIHWaeMQWfpqFldE1w { position:relative; }
#ZwN3xO5WQd7JcSiPq15eRDSobv87FLVO { position:relative;display:block; }
#Ueb90g3ehernSwM6CVkw3iWep8GtZiC3 { position:relative;display:block; }
#Wmo6QPoWoZXTSguWeQsOERGMbVTqanb9 { position:relative;display:block; }
#EtRFMlRhlt7Civ8eJMr6izuFT0XTQ8tz { position:relative;display:block; }
#BM7k6nZK8rZ14Z0KtttWfefXLZ2cslhy { position:relative;display:block; }
#F0vF5mods3wxgtyrDob4xoA5Rg4uaN9y { position:relative;display:block; }
#LBCw8vsrwSZdRKohdUoTtIaGI3kn2cBT { color:#2e00b9;display:block;width:29.8730625rem;position:absolute;font-family:sarabun;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:33rem;left:2.4375rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#I98KCIhVRIZJlLbyRk2DpwNxH9kLBc3x { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:21.27490234375rem;left:1.53173828125rem;height:3.1621125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#VOxhDr8qxLqDDF2ytAnH0sdnTpbvytwf { box-sizing:content-box;height:4.8125rem;width:13.75rem;position:absolute;display:block;z-index:15098;background-color:#970e0f;background-image:none;top:25.0625rem;left:9.5rem;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:none; }
#SBdotqlgpgGBiXMMBsWHysnDnk2fCzHs { color:#facc6c;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:27.875rem;left:10.6875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lzthnxvIn3vqnDF2gRWsMlhO0Kh1K0Et { color:#facc6c;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:25.75rem;left:9.625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hnUVU8v1h2WTgaO5h9V2JOSSs8bSgaKN { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:29.5rem;left:1.875rem;height:1.81274375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pMZFyTUpAiexNNcmoSTb0IEBSXchKoeX { border-top:0.625rem solid #ff5361;border-left:0.625rem solid #ff5361;border-right:0.625rem solid #ff5361;border-bottom:0.625rem solid #ff5361;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pMZFyTUpAiexNNcmoSTb0IEBSXchKoeX > .row .container { background-color: transparent; background-image: none; }#pMZFyTUpAiexNNcmoSTb0IEBSXchKoeX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMZFyTUpAiexNNcmoSTb0IEBSXchKoeX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMZFyTUpAiexNNcmoSTb0IEBSXchKoeX > .row .container > .video-iframe-container { display: none; }#pMZFyTUpAiexNNcmoSTb0IEBSXchKoeX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMZFyTUpAiexNNcmoSTb0IEBSXchKoeX > .row > .video-iframe-container { display: none; }#pMZFyTUpAiexNNcmoSTb0IEBSXchKoeX > .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); }#pMZFyTUpAiexNNcmoSTb0IEBSXchKoeX > .row .container { border-width: 0; border-radius: 0; }#pMZFyTUpAiexNNcmoSTb0IEBSXchKoeX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pMZFyTUpAiexNNcmoSTb0IEBSXchKoeX > .row .container { font-size:0.875rem;font-family:arial;height:55.8125rem;width:60rem;position:relative;display:block; }#Ayo2J97LxWnV2aQSTIyGDJKJkZATOtHk { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:49rem;width:59.3125rem;top:0.787109375rem;left:0.3125rem;display:block; }
#HopMEbQRNaQ96O2xrRXff566bBFe8QzO { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:47.0625rem;left:11.75rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PCVUffKZC0UpfoGJeDf9k6uGXkyyUcZ9 { color:rgba(var(--color-secondary-2),1);display:block;width:23.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:44.9248046875rem;left:18.28125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MKH2OcmuR9TKktQS4CSIkVMPCyAUUf3E { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:41.5rem;left:0rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VlHvkuQVTBsn5qEqhAKu7saUHRDXKbcM { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f52hvRkMbttF2E6VLa8Pgxym6MQ4mbSC { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:38.375rem;left:11.75rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ViQErTxcD9In4Kvoq6vmk23blexqpVSU { position:absolute;display:block;z-index:15042;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;height:11.125rem;width:16.875rem;top:12.75rem;left:20rem;overflow:hidden;display:block; }
#Xtu0eeGM8T32HZWaR5JFsrvTkLSUkoUV { color:rgba(var(--color-tertiary-4),1);display:block;width:48.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:8.662109375rem;left:5.9375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pUtlbWMohk1prh2CUkoe2nbTI07mNxBH { position:absolute;display:block;z-index:15044;border-top:0.3125rem solid #8a43ff;border-left:0.3125rem solid #8a43ff;border-right:0.3125rem solid #8a43ff;border-bottom:0.3125rem solid #8a43ff;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;height:9.25rem;width:17.6875rem;top:28.0625rem;left:1.28125rem;overflow:hidden;display:block; }
#wyRDEhgnhTgoPTevSgC7deD6uhKZM9n4 { position:absolute;display:block;z-index:15045;border-top:0.3125rem solid #8a43ff;border-left:0.3125rem solid #8a43ff;border-right:0.3125rem solid #8a43ff;border-bottom:0.3125rem solid #8a43ff;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;height:9.25rem;width:17.6875rem;top:28.0625rem;left:40.25rem;overflow:hidden;display:block; }
#VJnfCJcMdKFbnDKoFkXECulPiv5hbcH6 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:33.375005722046rem;left:2.4375rem;height:0.89323125rem;text-align:center;text-align-last:center;display:none; }
#bNnU7CiIAkRKmfdciCx1HdUGhzTkGk5q { position:absolute;display:block;z-index:15090;border-top:0.3125rem solid #8a43ff;border-left:0.3125rem solid #8a43ff;border-right:0.3125rem solid #8a43ff;border-bottom:0.3125rem solid #8a43ff;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;height:9.1875rem;width:17.5625rem;top:28.09375rem;left:20.78125rem;overflow:hidden;display:block; }
#HGSOVu5KE01F1rox6chcOsn30ZoTmUv1 { position:absolute;display:block;z-index:15091;border-top:0.3125rem solid #8a43ff;border-left:0.3125rem solid #8a43ff;border-right:0.3125rem solid #8a43ff;border-bottom:0.3125rem solid #8a43ff;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;height:10.25rem;width:17.6875rem;top:12.875rem;left:38.34375rem;overflow:hidden;display:block; }
#frATIzflIIK4OeJRz6hOtKyarTTXC3Ew { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:24.240234375rem;left:6.9375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FAfx0eaRevhUr0MSb1t5JAZaME8ZbN5d { position:absolute;display:block;z-index:15092;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:11.125rem;width:14.625rem;top:12.75rem;left:4.0625rem;overflow:hidden;display:block; }
#zI1Vqxsv77feAmlRLnmoiWEkpGtQfpaf { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:25.625rem;left:7.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#doZs1Grn2siVVwaSHRh2nKoo1D00kcTE { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:24.125rem;left:39rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OQkaiACxiaJTvG9cn2Z7vaA8KtoUN1mw { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:39.96875rem;left:21.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#geQbmyJyRZkTfCnTT8AqclFuZv58lHZ1 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3715625rem;height:3.49658125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:51.0625rem;left:23.8134765625rem;display:block; }
#D7GcZTnK1wN2x3FFitCaaJNalysJXiAp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rSP7ZHkKeg8INMOSTLWSBLsINFZ3b2iI { border-top:0.625rem solid #ff5361;border-left:0.625rem solid #ff5361;border-right:0.625rem solid #ff5361;border-bottom:0.625rem solid #ff5361;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rSP7ZHkKeg8INMOSTLWSBLsINFZ3b2iI > .row .container { border-width: 0; border-radius: 0; }#rSP7ZHkKeg8INMOSTLWSBLsINFZ3b2iI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSP7ZHkKeg8INMOSTLWSBLsINFZ3b2iI > .row .container { font-size:0.875rem;font-family:arial;height:64rem;width:60rem;position:relative;display:none; }#VkTKqTTJVEPGk68w4QIR3CERmAEeTIRs { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.7) ;height:62.0625rem;width:59.3125rem;top:0.90625rem;left:0.34375rem;display:block; }
#m8PKHcOVbg8akUDFAIUzdExEL5hlPBF8 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:60.1875rem;left:11.75rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#suzpGDZCCANQLwPdCT4ohgFSsvfN4GwR { color:rgba(var(--color-secondary-3),1);display:block;width:23.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:58.0625rem;left:18.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uPGEvBlVZIXBWwUlOZz438Lduty0oTcm { color:rgba(var(--color-secondary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:54.625rem;left:0rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eM44ezGctbONbV66ns12BwhWXUyagEJu { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O8UVQv9D03BPShtu1F9LuWEF4EwftvR5 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:37.4375rem;left:11.75rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lt8CIEzIM6ggIpTEiL74pLyHCZuwRns2 { position:absolute;display:block;z-index:15042;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;height:11.125rem;width:16.875rem;top:11.8125rem;left:20rem;overflow:hidden;display:block; }
#gy6lxoulg54g0QOQdrkP37QJV9EQXTZ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:8.662109375rem;left:5.9375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#btPk0rPlZOnuHTh4TLQgPnoOyxmiUO8M { position:absolute;display:block;z-index:15044;border-top:0.3125rem solid #8a43ff;border-left:0.3125rem solid #8a43ff;border-right:0.3125rem solid #8a43ff;border-bottom:0.3125rem solid #8a43ff;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;height:9.25rem;width:17.6875rem;top:27.125rem;left:1.28125rem;overflow:hidden;display:block; }
#xKkcSgO3DiIoANeV9vdZMGegNNuAAisP { position:absolute;display:block;z-index:15045;border-top:0.3125rem solid #8a43ff;border-left:0.3125rem solid #8a43ff;border-right:0.3125rem solid #8a43ff;border-bottom:0.3125rem solid #8a43ff;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;height:9.25rem;width:17.6875rem;top:27.125rem;left:40.25rem;overflow:hidden;display:block; }
#W0aiVkHlv7rvizbXMBgoEyzzlAW0g9tx { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:33.375005722046rem;left:2.4375rem;height:0.89323125rem;text-align:center;text-align-last:center;display:none; }
#KqTelhtburBT8DASS3J8wpWcGf5plB3T { position:absolute;display:block;z-index:15090;border-top:0.3125rem solid #8a43ff;border-left:0.3125rem solid #8a43ff;border-right:0.3125rem solid #8a43ff;border-bottom:0.3125rem solid #8a43ff;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;height:9.1875rem;width:17.5625rem;top:27.15625rem;left:20.78125rem;overflow:hidden;display:block; }
#ldekEBIRmwGhiMDREmlQoH9bnqpdfTKX { position:absolute;display:block;z-index:15091;border-top:0.3125rem solid #8a43ff;border-left:0.3125rem solid #8a43ff;border-right:0.3125rem solid #8a43ff;border-bottom:0.3125rem solid #8a43ff;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;height:10.25rem;width:17.6875rem;top:11.9375rem;left:38.34375rem;overflow:hidden;display:block; }
#BgJQgRhOGlx3IOIznaKdqbURuIWiisSe { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:23.302734375rem;left:6.9375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vyzuye7Qk2T18l3adAHkIzkIFQ4Br38v { position:absolute;display:block;z-index:15092;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:11.125rem;width:14.625rem;top:11.8125rem;left:4.0625rem;overflow:hidden;display:block; }
#uNiE8PMrR0BMGtFiSkQcMDazh7IHwMau { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:24.6875rem;left:7.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OIPfItJFCbyM76DpVVTGLwRWqtfHVbuU { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:23.1875rem;left:39rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LUrJTAcsJseh9W5klNOdQFBlGaJL9mV2 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:39.03125rem;left:21.5rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mg8gCtTenma67RhxOQItze6vpUBTeiMe { position:absolute;display:block;z-index:15016;border-top:0.3125rem solid #8a43ff;border-left:0.3125rem solid #8a43ff;border-right:0.3125rem solid #8a43ff;border-bottom:0.3125rem solid #8a43ff;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;height:9.125rem;width:17.5625rem;top:41rem;left:1.4375rem;overflow:hidden;display:block; }
#gBEZqqG9kQ9axX1WaKA8sPgZpOhOgfP4 { position:absolute;display:block;z-index:15017;border-top:0.3125rem solid #8a43ff;border-left:0.3125rem solid #8a43ff;border-right:0.3125rem solid #8a43ff;border-bottom:0.3125rem solid #8a43ff;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;height:9.1875rem;width:17.5625rem;top:40.9375rem;left:21rem;overflow:hidden;display:block; }
#ErQk2NFEnJ2TMJVadFNtyaANuNuIBexu { position:absolute;display:block;z-index:15018;border-top:0.3125rem solid #8a43ff;border-left:0.3125rem solid #8a43ff;border-right:0.3125rem solid #8a43ff;border-bottom:0.3125rem solid #8a43ff;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;height:9.125rem;width:17.5625rem;top:41rem;left:40.3125rem;overflow:hidden;display:block; }
#OBEQQZ94cGrV3RuTg3AUTEuKhquJNv5V { color:rgba(var(--color-tertiary-4),1);display:block;width:38.25rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:51.1875rem;left:10.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZOrgfilCayQ7w6vIFMaWiM717On3d4CO { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:52.71875rem;left:21.5rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nvsHUMAnEdO1iWve2MibnNuHXADPArwS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),0);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; }#nvsHUMAnEdO1iWve2MibnNuHXADPArwS > .row .container { border-width: 0; border-radius: 0; }#nvsHUMAnEdO1iWve2MibnNuHXADPArwS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nvsHUMAnEdO1iWve2MibnNuHXADPArwS > .row .container { font-size:0.875rem;font-family:arial;height:56rem;width:60rem;position:relative;display:none; }#CBTJPHlN0nmnFnsoXo6fLVRdgcp7UeZG { color:rgba(var(--color-tertiary-4),1);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.875rem;left:15.875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gKAoHGWLlAxOSMuhkoTqgnA7NFZGfHyv { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:sukhumvit;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:50.6875rem;left:16.5rem;height:3.375rem;font-style:normal;display:block; }
#LkGx9lgbgvUyG6D7k3FGa660SGQI9CiE { box-sizing:content-box;height:25.1875rem;width:50.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.61);background-image:none;top:14.625rem;left:4.75rem;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; }
#fOJS8JwdS0DO6lpRhp757cpWkHo5Eplm { color:rgba(var(--color-tertiary-0),1);display:block;width:35.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.9375rem;left:13.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qWbG2SiFVhZUtKA70nNd7ff53ioyE66J { 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:10.375rem;left:11.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#CpTfIsWqOePxcKT7RdVu1XayhMPIA3GU { 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:8.125rem;width:15.5625rem;top:28.625rem;left:6.0625rem;overflow:hidden;display:block; }
#MkO2QfA5dVM5lF3MAgN0Q8NANh9M3NbI { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3110625rem;position:absolute;font-family:"sukhumvit text";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:40.9375rem;left:16.625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ad2SG5GRpGeBWxq6fvd7zfK09rAX1LEg { 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:8.125rem;width:15.5rem;top:28.625rem;left:22.5rem;overflow:hidden;display:block; }
#TyKKaedX7ExtEOLEhfue1AZwz52BtAu6 { 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:8.125rem;width:15.5625rem;top:28.625rem;left:38.9375rem;overflow:hidden;display:block; }
#rDe7gQKtR72IXnzmTnoGzlskLDw0apq4 { 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:45.125rem;left:17.0625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rx7d1HER97t5y7ywRwBfWs9QIgDR5Iuv { box-sizing:content-box;height:3.81225625rem;width:28.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:44rem;left:16.125rem;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 rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);display:block; }
#gCsqFUGIfA9cb59wCZ6zJOcHcU2sotgT { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5rem;position:absolute;font-family:"sukhumvit text";font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:37.8125rem;left:16rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rV4OT55cxaCTTHuR1oyxwBf7ZD4iik5e { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:11.1875rem;top:15.875rem;left:6.4375rem;overflow:hidden;display:block; }
#cucI4kZ0bu77eyBPFJyhTMCtODGN7cVx { position:absolute;display:block;z-index:15048;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:8.5rem;width:12.9375rem;top:15.875rem;left:21.0625rem;overflow:hidden;display:block; }
#JxM54kkH7hrucTbVzPLSQo58IAch9U6V { 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:8.5rem;width:14.75rem;top:15.875rem;left:37.875rem;overflow:hidden;display:block; }
#ytqIbEBu5GXRM5V8J8TU3uIxiOaBv8RJ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:25.875rem;left:9.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#squ89eFcMwPQpN7TBr1UaBsxf3MAccPw { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:24.5rem;left:8.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w19eiDwnUmTUlSEglSJJaDcwbUXlUV3s { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:24.625rem;left:36.8125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P2dMWCaoFTFDonqh9XaPxdFKQy2a8SUt { color:#003bc6;display:block;width:4.1875rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.625rem;left:33.8125rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fNaeLHzJAtgBWtS21nprKNoEUu21Tfxk { color:#003bc6;display:block;width:4.1875rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16.625rem;left:17.1875rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mXphvLz3AErvDLPocPNr0zkghIWEVSqP { position:absolute;display:block;z-index:15004;background-color:#ffe221;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1245125rem;width:51.187125rem;top:3.875rem;left:4.375rem;display:block; }
#caqb5JDe6he6Vdcx6oFB6gWADiDb3LMF { color:#d71f1f;display:block;width:27.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:4.1875rem;left:16.3125rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#ygqqtWWS8HA7XnheLNqS6dpcdpRWPKyb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#ygqqtWWS8HA7XnheLNqS6dpcdpRWPKyb.adaptive-delivery-prevent-bg, #ygqqtWWS8HA7XnheLNqS6dpcdpRWPKyb.lazyload, #ygqqtWWS8HA7XnheLNqS6dpcdpRWPKyb.lazyloading { background-image: none; }#ygqqtWWS8HA7XnheLNqS6dpcdpRWPKyb > .row .container { border-width: 0; border-radius: 0; }#ygqqtWWS8HA7XnheLNqS6dpcdpRWPKyb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ygqqtWWS8HA7XnheLNqS6dpcdpRWPKyb > .row .container { font-size:0.875rem;font-family:arial;height:67.375rem;width:60rem;position:relative;display:none; }#iqLLHe22ovAL2bKpW8CG12OKwKKnUOpL { 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; }
#IXQDygT8Vn2eyVZbgaqn2gm9uTcS1AwE { color:rgba(var(--color-tertiary-4),1);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:60.5rem;left:16.0625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E3teFoyb4CObs8qG1dv8MnBpuywZoX6r { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:sukhumvit;font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:62.3125rem;left:16.6875rem;height:3.375rem;font-style:normal;display:block; }
#mIuWTTX8hRv11Zi8u1654eaFty1ReLkS { box-sizing:content-box;height:14.375rem;width:27.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.61);background-image:none;top:37.625rem;left:10.25rem;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; }
#RAHPO9ITyCyL099gmgrOZiL5JXTG0t6g { color:rgba(var(--color-tertiary-0),1);display:block;width:35.812375rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#FChskiHIxUEU0ABANQ9WUZ0r8vL8wAeB { 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; }
#KPB5TqUeR1k8t21bTlvq8RvgVdkHSVKy { 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:6.25rem;width:12.25rem;top:38.5625rem;left:11.3125rem;overflow:hidden;display:block; }
#X31qhHB8U7b5oQTsXvFhBrLSg0cAEoLn { 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:5.125rem;width:7.0625rem;top:41.4375rem;left:42.4375rem;overflow:hidden;display:block; }
#dtpsaTErON5peCHiNEmOiF3GfFn07oKm { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:"sukhumvit text";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:46.3125rem;left:42.6875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DODet39SQAsAnxlVnIdTCMDrcBZFyrcy { box-sizing:content-box;height:6.5625rem;width:5.25rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-4),1));background-size:auto !important;top:41.25rem;left:43.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; }
#i4ykmF5QGvARg3HQNeQOFKsq3evKKaNG { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:"sukhumvit text";font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:48.0625rem;left:43.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DLQgX1ik2KdQzuh6H2V7yPK5LZowOFRb { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3110625rem;position:absolute;font-family:"sukhumvit text";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:53.04150390625rem;left:17.3125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cxI2DwPTfbwFivBtETWXHTa4JDnUbvT2 { 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:6.25rem;width:12.0625rem;top:39.6875rem;left:24.5625rem;overflow:hidden;display:block; }
#LVonzoTn7c5TMps9lA59dDgGTPmvbTqo { 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:6.25rem;width:11.875rem;top:43.125rem;left:17.25rem;overflow:hidden;display:block; }
#is2wlKkC95lAf0aPsvURGcn4m3XxTSpS { 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:56.75rem;left:17.25rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bLTl91dxTcRKfQqwEAeItkrXl5Oq1f84 { 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:29.25rem;width:25.75rem;top:22.3125rem;left:52.5625rem;overflow:hidden;display:block; }
#b25sUH1rZ92D2VxPTh7NSpkzhfIpHxI3 { box-sizing:content-box;height:3.81225625rem;width:28.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:55.625rem;left:16.3125rem;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 rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);display:block; }
#MDwcG0sTBZf4pCwqTSpgu2iSrD0Aoecx { box-sizing:content-box;height:10.375rem;width:8.1875rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),0.61);background-image:none;top:39.6875rem;left:41.625rem;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; }
#am30hlJ5Lwo3xcOgAIwIkSOPepeQm9iT { 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:41.9375rem;left:37.75rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d18vklbzRaEK83wchoaEAUBx4OU85IAS { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:"sukhumvit text";font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:50.1875rem;left:10.875rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qZtTLMsXSzOn8UsUUMTIyJvNlqVlUXPp { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:11.1875rem;top:24.5625rem;left:6.1875rem;overflow:hidden;display:block; }
#qpLgQqDdznWTIuuPDCRW637taz3eHMef { position:absolute;display:block;z-index:15048;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:8.5rem;width:12.9375rem;top:24.5625rem;left:20.8125rem;overflow:hidden;display:block; }
#umnS5Hoaol2tAWF1nK8qa9ZaGhN186ER { 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:8.5rem;width:14.75rem;top:24.5625rem;left:37.6240234375rem;overflow:hidden;display:block; }
#NeyRfGCte2HtA25TmZDb5vyXRH8uhg6Z { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:34.5625rem;left:8.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ouCig2VrfWLAKbwT5fJBCcrbsIPJA2WH { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:33.1875rem;left:8.25rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VRRJ9RtFJrTxCX8sAF0C2Tn7iOcgMiBs { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:33.3125rem;left:36.56103515625rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#exC90wVt9JyyGzoHtta4pP3y9KNF8Kov { color:#003bc6;display:block;width:4.1875rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.34375rem;left:33.5625rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tg3QVCFXOd3m0cAuKs1yCZ6TI0K8VoCg { color:#003bc6;display:block;width:4.1875rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.34375rem;left:16.9375rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcdrPZcoIrPcGThOAH9DiEmm0Dn5QxSc { 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; }#UcdrPZcoIrPcGThOAH9DiEmm0Dn5QxSc > .row .container { border-width: 0; border-radius: 0; }#UcdrPZcoIrPcGThOAH9DiEmm0Dn5QxSc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcdrPZcoIrPcGThOAH9DiEmm0Dn5QxSc > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:60rem;position:relative;display:none; }#ytnGOxPoQCr6T788fqCf6oz2TAC7JeTX { box-sizing:content-box;height:2.5rem;width:11.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);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; }
#Khk044r9q3JsCS3h2cwhkREWrCoxxsLT { color:rgba(var(--color-secondary-2),1);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.54358125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CdR31uTxXAnwbdfBixn2PZlPt3SaWtSH { color:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.48);top:2.3125rem;left:10.96875rem;height:9.0179375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Txxx9TWQon15QsI7XIn3FrB69Qr8x6U7 { box-sizing:content-box;height:2.6875rem;width:9.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);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; }
#FBXUpOdzgneMzasgrKmkFTGkhSd7sokG { 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; }
#I77k3lq1KlCTRt68fBXcL8G5yLb7X18k { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6865rem;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.11865234375rem;left:17.15625rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tXu0o8PDCXTWFzrSU9foPil1xOgmSwi6 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;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:29.125rem;left:22.8125rem;height:0.97473125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p5NbRLikmonBgZWebkXJMiGHKRW0DtJD { 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:15.6875rem;left:8.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;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#VLHvtUECTlA5rdTx1gDlbXrSua0OgQVX { box-sizing:content-box;height:12.5rem;width:25.0625rem;position:absolute;display:block;z-index:14999;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:15.625rem;left:25.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 rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#qnTfWKlk1CT3dKHFfaF555FHuqmdIslK { box-sizing:content-box;height:2.1875rem;width:10.562125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.375rem;left:10rem;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 rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#I0ag392dde7tC7c5VMRUPKL4EM8dcwA9 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.06225rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:25.75rem;left:10.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eNvJ13N1dkiJoruQa249GXccdE0XwlD0 { box-sizing:content-box;height:2.1875rem;width:15.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.375rem;left:30.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 rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#stfo66S5RyfhU3XXS6giyw45CkXQ0WVN { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.8125rem;left:31.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EVewdlQRzsb2Q5pNx2Q5lVwTO8WxONEF { 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:7.8125rem;width:10.748875rem;top:12rem;left:20.6875rem;overflow:hidden;display:block; }
#NGHF4DGREvLpUiLMdILKf9M1IzTQcw5M { 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.749rem;top:16.4375rem;left:9.75rem;overflow:hidden;display:block; }
#KpiT2tD41SqIxkcoCLAPRn3MyR5Sfklf { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1865rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23.5625rem;left:10.8125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HCu8WMve90qhFNZ70oaK12u6sQdmG1Tm { position:absolute;display:block;z-index:15011;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:5.375rem;width:10.625rem;top:16.4375rem;left:27.25rem;overflow:hidden;display:block; }
#Z4xdlCmZyJTXUiA6nxLxxsEgnStfff2p { box-sizing:content-box;height:2.75rem;width:35.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:30.9375rem;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; }
#oQVW0Ll1deOMes8ZW6xW2fA5MQ26UE9J { color:rgba(var(--color-tertiary-4),1);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:31.5625rem;left:13.8125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e2O4C5JPimSypewDJo88ZX5wfJdrZX7V { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;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(var(--color-tertiary-4),0.53);top:36.4375rem;left:11.875rem;height:6.56434375rem;font-style:normal;display:block; }
#HZcsaQ9ifZkUmoP3qn1rqhyvVkZr0mCP { color:rgba(var(--color-tertiary-0),1);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:34.75rem;left:11.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IQqRfVymVil42Bd9TkhWAksAFPcGar7U { box-sizing:content-box;height:1.875rem;width:2.99926875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.9375rem;left:24.625rem;display:block; }
#FgsoIcaBO1qPaGFOyDxToRHstCTkTmv6 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6865rem;position:absolute;font-family:"line seed sans th";font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5625rem;left:17.28173828125rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kQDvZxx1Eqgi4CiofI2VQvOMR33lv6Bb { 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:5.375rem;width:5.25rem;top:13.03125rem;left:7.375rem;overflow:hidden;display:block; }
#fnBOpUt4OZTWX5kS9rNEvy1ieqlTUiaD { box-sizing:content-box;height:1.875rem;width:2.99926875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.9375rem;left:8.5625rem;display:block; }
#wxu8UI4trp4ZU14Kv3faAhmg5Fiy79n1 { 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:5.5rem;width:10.625rem;top:16.4375rem;left:39.0625rem;overflow:hidden;display:block; }
#ITKF5T8eBqtdLtv6aeQSn4MemwuCVbsu { 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:5.5rem;width:10.625rem;top:19.3125rem;left:33.625rem;overflow:hidden;display:block; }
#DcXWK0KUW0KhEyLcxL0NEKgVPBhQSNWs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/2e4ad87c-5ece-453b-836a-baac3997c4e5/5.jpg");background-position:center !important;background-repeat: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; }#DcXWK0KUW0KhEyLcxL0NEKgVPBhQSNWs.adaptive-delivery-prevent-bg, #DcXWK0KUW0KhEyLcxL0NEKgVPBhQSNWs.lazyload, #DcXWK0KUW0KhEyLcxL0NEKgVPBhQSNWs.lazyloading { background-image: none; }#DcXWK0KUW0KhEyLcxL0NEKgVPBhQSNWs > .row .container { background-color: transparent; background-image: none; }#DcXWK0KUW0KhEyLcxL0NEKgVPBhQSNWs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcXWK0KUW0KhEyLcxL0NEKgVPBhQSNWs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcXWK0KUW0KhEyLcxL0NEKgVPBhQSNWs > .row .container > .video-iframe-container { display: none; }#DcXWK0KUW0KhEyLcxL0NEKgVPBhQSNWs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcXWK0KUW0KhEyLcxL0NEKgVPBhQSNWs > .row > .video-iframe-container { display: none; }#DcXWK0KUW0KhEyLcxL0NEKgVPBhQSNWs > .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); }#DcXWK0KUW0KhEyLcxL0NEKgVPBhQSNWs > .row .container { border-width: 0; border-radius: 0; }#DcXWK0KUW0KhEyLcxL0NEKgVPBhQSNWs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DcXWK0KUW0KhEyLcxL0NEKgVPBhQSNWs > .row .container { font-size:0.875rem;font-family:arial;height:78rem;width:60rem;position:relative;display:block; }#GoI1146PXztc5tqgnwEha4sCVUgPm6BL { color:#4e4b89;display:block;width:48.4375rem;position:absolute;font-family:sarabun;font-size:2.625rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:3.2877502441406rem;left:5.78125rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NwL07yzu6EHCbTnHkrnBfdFMpgASJq9q { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3720625rem;height:3.49706875rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:73.375rem;left:23.81298828125rem;display:block; }
#t6J31y2HEtbGJATrAVHcDnNwdHa2c5Ka { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RXbXckdObN7k1DdNpZ9POTmX1dhwZlho { 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:11.75rem;width:23.8125rem;top:48.625rem;left:4rem;overflow:hidden;display:block; }
#skGyUun1pWxdXRUc9SDMg9tptzuiSoc6 { position:absolute;display:block;z-index:15049;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:23.8125rem;top:9.625rem;left:32.5rem;overflow:hidden;display:block; }
#pxb7hhUcL2gPMSGziSHCm9sQbHBu8ZDH { position:absolute;display:block;z-index:15050;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:23.8125rem;top:9.5625rem;left:4rem;overflow:hidden;display:block; }
#JEk1oNhllDaJofnnqdTuBuJrX4dS0zA1 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:23.8125rem;top:28.46875rem;left:4rem;overflow:hidden;display:block; }
#FTePXp0AlyT72cxFvsVb3qoTS8dMu6Mf { position:absolute;display:block;z-index:15051;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.4375rem;width:23.8125rem;top:28.5rem;left:32.5rem;overflow:hidden;display:block; }
#SZSAdsB1rJPT5ymyMFk6fUG7dGKlE478 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.5625rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:23.875rem;left:39.625rem;display:block; }
#bQNTfG2EsS5LZ6MMCynHlqtX9uoaWmsS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dVGlq1fFwqD9PMAEk0Slt99S40ArKDzi { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.5625rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:63.125rem;left:39.625rem;display:block; }
#GMOV2DbUTE0Po0H010Du6ycnrpzdU23k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cqN5lNbPggTu4nPsAFTveEipThWH6bgn { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.5625rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:42.4375rem;left:39.625rem;display:block; }
#R9wBBOIxibfPmBLNAec5k21mcfkMc7pW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gseuokQVcs2hgKEHKNlM1ST6IFmrL2v9 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.5625rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:42.4375rem;left:11.125rem;display:block; }
#l8BJDOKsFuhSie3UTgqgq3PHiPa4y9nQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IfhXHNxw31UESBv46XJNDILVAH8c8e5o { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.5625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:23.875rem;left:11.125rem;display:block; }
#FcREsRQ6EaRRbguxWCs1Oim4BFdnQ0IW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RP3qqTPNKL5yp46b35lQ6TBWDxTPTMo5 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb554' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #ffb554);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.5625rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:63.125rem;left:11.125rem;display:block; }
#zetvszRUkiHnUbkTOrulpkAQTQxvWPtn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MQkWyOWTyV0ygZppoObeEFkC5Ndnonyk { color:#ff5f5f;display:block;width:34.5625rem;position:absolute;font-family:sarabun;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(var(--color-tertiary-4),1);top:68.25rem;left:12.71875rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y0VWzE3IyUNoMyLW0XTPVXDGBZ6eBtDJ { color:#4e4b89;display:block;width:37.2485625rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:70.875rem;left:11.37548828125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lbEv08iApmJpZntrSOHpOutMcRnPkLbx { 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:12.25rem;width:23.8125rem;top:48.375rem;left:32.5rem;overflow:hidden;display:block; }
#k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/2e4ad87c-5ece-453b-836a-baac3997c4e5/5.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; }#k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2.adaptive-delivery-prevent-bg, #k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2.lazyload, #k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2.lazyloading { background-image: none; }#k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2 > .row .container { background-color: transparent; background-image: none; }#k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2 > .row .container > .video-iframe-container { display: none; }#k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2 > .row > .video-iframe-container { display: none; }#k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2 > .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); }#k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2 > .row .container { border-width: 0; border-radius: 0; }#k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2 > .row .container { font-size:0.875rem;font-family:arial;height:63.9375rem;width:60rem;position:relative;display:block; }#tEr3hO2x6Zzgl8hREXxhk79PmoOM4p4C { position:absolute;display:block;z-index:15001;background-color:#cae9f8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #89969d ;height:21.375rem;width:32.0625rem;top:39.25rem;left:2.25rem;display:block; }
#MLRSsNdnJ6gL6pbvrf7Szhz7CoX5VXcl { position:absolute;display:block;z-index:15002;background-color:#f8bef8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:23.686809539795rem;width:23.312269210816rem;top:10.625rem;left:35.625rem;display:block; }
#D7s6enh6i3scsd7o3mx36spa3lf3vvQR { 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:25.687040328979rem;width:30.124080657959rem;top:9.6875rem;left:3.25rem;overflow:hidden;display:block; }
#LrE1Cx9iM4CDBFJ7kNrvqc2EpAkcrz4n { position:absolute;display:block;z-index:15018;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:20.561809539795rem;width:20.561809539795rem;top:12.125rem;left:37rem;overflow:hidden;display:block; }
#G9zdnf8s7EarerxLBGdT7x0ikzW1IcDk { position:absolute;display:block;z-index:15004;background-color:#f8bef8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:21.25rem;width:21.6875rem;top:39.5rem;left:36.4375rem;display:block; }
#QH1bNwNcH2VtLtEu0LnThOqERUKp0IB4 { color:#4e4b89;display:block;width:47.997470855713rem;position:absolute;font-family:sarabun;font-size:2.625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:2.4843597412109rem;left:8.4363498687744rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RUyypng1obSUpMQs5rqfG8pW538AZoNZ { position:absolute;display:block;z-index:15002;background-color:#cae9f8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #89969d ;height:27.5rem;width:32.062271118164rem;top:8.8125rem;left:2.25rem;display:block; }
#kceMkPCbzcOef6sJZCdzpzQ5XcD1EATN { position:absolute;display:block;z-index:15019;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:19.186580657959rem;width:30.436580657959rem;top:40.1875rem;left:3.0625rem;overflow:hidden;display:block; }
#cbDP9mGpQBT5lcBbnxDeFtM5DfcTiQO0 { 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:19.124540328979rem;width:19.186580657959rem;top:40.5625rem;left:37.8125rem;overflow:hidden;display:block; }
#izznJa129EDs1Vgl1MWHv7mpZERB9hQF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/2e4ad87c-5ece-453b-836a-baac3997c4e5/5.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; }#izznJa129EDs1Vgl1MWHv7mpZERB9hQF.adaptive-delivery-prevent-bg, #izznJa129EDs1Vgl1MWHv7mpZERB9hQF.lazyload, #izznJa129EDs1Vgl1MWHv7mpZERB9hQF.lazyloading { background-image: none; }#izznJa129EDs1Vgl1MWHv7mpZERB9hQF > .row .container { background-color: transparent; background-image: none; }#izznJa129EDs1Vgl1MWHv7mpZERB9hQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izznJa129EDs1Vgl1MWHv7mpZERB9hQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izznJa129EDs1Vgl1MWHv7mpZERB9hQF > .row .container > .video-iframe-container { display: none; }#izznJa129EDs1Vgl1MWHv7mpZERB9hQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izznJa129EDs1Vgl1MWHv7mpZERB9hQF > .row > .video-iframe-container { display: none; }#izznJa129EDs1Vgl1MWHv7mpZERB9hQF > .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); }#izznJa129EDs1Vgl1MWHv7mpZERB9hQF > .row .container { border-width: 0; border-radius: 0; }#izznJa129EDs1Vgl1MWHv7mpZERB9hQF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#izznJa129EDs1Vgl1MWHv7mpZERB9hQF > .row .container { font-size:0.875rem;font-family:arial;height:111.4375rem;width:60rem;position:relative;display:block; }#w82oOSeUTkW2bPV6bDn6rmwLZ0e0fBZl { 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: 0rem 0.125rem 0.25rem rgba(156,81,211,0.42) ;height:11.25rem;width:15.125rem;top:24.5rem;left:22.5625rem;overflow:hidden;display:block; }
#xi3wA1vauRobT1XiIdfFa8udLKNckR5P { 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:15.6875rem;width:15.6875rem;top:36.125rem;left:41.125rem;overflow:hidden;display:block; }
#Uz2az5pKikn1yFBwln3356zL0DgbS8r2 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:27.375rem;width:17.625rem;top:9.5rem;left:2.1875rem;display:block; }
#enkM0cH4Z7nbTPmBN9Hpk377grN6vWfu { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:13.0625rem;width:17.5625rem;top:9.375rem;left:21.3125rem;display:block; }
#l5tBvw2qVQ94nX9HADhnsKgNmJfgx4Cw { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:24.25rem;width:17.625rem;top:9.375rem;left:40.3125rem;display:block; }
#zxhowcLMH3HQtvvSoorezEBFBU8N3d4u { 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:24.4375rem;width:17.125rem;top:11rem;left:2.375rem;overflow:hidden;display:block; }
#nuOOzRtKgzKnP3vPnkRlI5CCMTmB4bRz { 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:10.9375rem;width:15.75rem;top:10.375rem;left:22.25rem;overflow:hidden;display:block; }
#JaQx7Tr3TeZyL5HhOlvMzTfks9UnC7ap { position:absolute;display:block;z-index:15018;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:21.875rem;width:15.5rem;top:10.375rem;left:41.25rem;overflow:hidden;display:block; }
#ULtXvanPeeXyZ5Dpf7irvTuLkK3BiUb9 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:13.1875rem;width:17.5625rem;top:23.5625rem;left:21.3125rem;display:block; }
#kUD1AInSB33cnRgTxdtWKEMgIMb2Xciy { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:17.5625rem;width:17.625rem;top:35.25rem;left:40.3125rem;display:block; }
#mHv5XQ5pyLe6NwTQSESaxrKTviHmMF81 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:26.4375rem;width:36.6875rem;top:38.8125rem;left:2.125rem;display:block; }
#EKvt30dsNapyo2WLvJrtAnM6z6RSgdK6 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:21.625rem;width:17.625rem;top:54.125rem;left:40.25rem;display:block; }
#WGlk4oUMy85HdGieMSlpz5PBQsLCcVpt { 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: 0rem 0.125rem 0.25rem rgba(156,81,211,0.42) ;height:24.375rem;width:34.6875rem;top:39.8125rem;left:3.125rem;overflow:hidden;display:block; }
#ZFyo9bA9FhT05L2ZTHfNZ9bxP65nx05o { 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:19.625rem;width:15.625rem;top:55.125rem;left:41.125rem;overflow:hidden;display:block; }
#nlcwOp2v1E2uCCmT8SNPlmX5tuhOKqnL { 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:21.8125rem;width:15.0625rem;top:67.6875rem;left:22.5625rem;overflow:hidden;display:block; }
#T1CUPbBDUAv3awIiUrbmHFFBs1mCQR5F { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:23.875rem;width:17.5625rem;top:66.5rem;left:21.3125rem;display:block; }
#NQlKKCrixySqEkqsAD6qQAHrsXxzRUgn { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:23.25rem;width:17.5625rem;top:66.5rem;left:3.125rem;display:block; }
#Lfh4ycI67ZD6kMTCNfXCXqQ4uw632GiK { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:26.125rem;width:17.625rem;top:76.75rem;left:40.1875rem;display:block; }
#Nc0ny6GDTTCLnE9D4KSuR9uNvDJ9oitz { 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:22.374125rem;width:15.686875rem;top:79.1875rem;left:41.125rem;overflow:hidden;display:block; }
#eXJwUBdr8d1XlwC2Wfq4SXFiq3k0TTn5 { position:absolute;display:block;z-index:15018;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:20.8745625rem;width:15.5620625rem;top:67.6875rem;left:4.25rem;overflow:hidden;display:block; }
#D7oCiw5oIR1XcNKSKP5xTtFgHm5JnVoE { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:15.8125rem;width:35.6875rem;top:91.875rem;left:3.125rem;display:block; }
#pq852u9GlnVdtBQgerN5eQlNDNEM98JN { 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:13.5rem;width:33.5rem;top:93.0625rem;left:4.25rem;overflow:hidden;display:block; }
#WKqvAVJDdcgNyNfrwMpzZ4lQMeUDSdFM { color:#4e4b89;display:block;width:47.9980625rem;position:absolute;font-family:sarabun;font-size:2.625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:3.7490234375rem;left:6.12548828125rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vGbhSQV10JEvoe4oOwgQudaokiESRK5L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/2e4ad87c-5ece-453b-836a-baac3997c4e5/5.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; }#vGbhSQV10JEvoe4oOwgQudaokiESRK5L.adaptive-delivery-prevent-bg, #vGbhSQV10JEvoe4oOwgQudaokiESRK5L.lazyload, #vGbhSQV10JEvoe4oOwgQudaokiESRK5L.lazyloading { background-image: none; }#vGbhSQV10JEvoe4oOwgQudaokiESRK5L > .row .container { background-color: transparent; background-image: none; }#vGbhSQV10JEvoe4oOwgQudaokiESRK5L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGbhSQV10JEvoe4oOwgQudaokiESRK5L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGbhSQV10JEvoe4oOwgQudaokiESRK5L > .row .container > .video-iframe-container { display: none; }#vGbhSQV10JEvoe4oOwgQudaokiESRK5L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGbhSQV10JEvoe4oOwgQudaokiESRK5L > .row > .video-iframe-container { display: none; }#vGbhSQV10JEvoe4oOwgQudaokiESRK5L > .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); }#vGbhSQV10JEvoe4oOwgQudaokiESRK5L > .row .container { border-width: 0; border-radius: 0; }#vGbhSQV10JEvoe4oOwgQudaokiESRK5L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vGbhSQV10JEvoe4oOwgQudaokiESRK5L > .row .container { font-size:0.875rem;font-family:arial;height:52rem;width:60rem;position:relative;display:block; }#SKu90btK4pmazk4fMr6tOcvyEkRGWldT { 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: 0rem 0.125rem 0.25rem rgba(156,81,211,0.42) ;height:15.75rem;width:17rem;top:27.125rem;left:32.3125rem;overflow:hidden;display:block; }
#IbN5Mmvg8MH9bEx8z96oPXeJDuzrMtCy { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:35.8125rem;width:24.875rem;top:6.8125rem;left:4.9375rem;display:block; }
#nZZoaOOknszr97RMSegdH55qFMa5Xegc { 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:33.5rem;width:22.5rem;top:8.125rem;left:6.25rem;overflow:hidden;display:block; }
#QM95IDR9x4uvpKDtrDxK0TthT0X0r4TO { 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:15.875rem;width:20.5625rem;top:8.125rem;left:32.3125rem;overflow:hidden;display:block; }
#s8n3slIQOaXFFPg0WOqpxbIgapXsKTwx { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:18.25rem;width:19.5rem;top:25.875rem;left:31.0625rem;display:block; }
#TfmaIZNiNOxSpOiQTEJhLARXVqCW3t3g { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:18.2498125rem;width:22.999125rem;top:6.6875rem;left:31.125rem;display:block; }
#oHTDNnnaJUmTPH4TiD7MzhhH5w5ZVvRa { color:#4e4b89;display:block;width:47.9980625rem;position:absolute;font-family:sarabun;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:1.7469725608826rem;left:5.9678821563721rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HknQxoC5DiKlAdleokyVTKndEyDUo96N { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3715625rem;height:3.49658125rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:46.375rem;left:23.81396484375rem;display:block; }
#HvM9eHVMCmNNfDZaypZTLICTtw0RTQQG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ayd5PAqruGiy01T11eG2JAsPWUBM4vN8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);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; }#Ayd5PAqruGiy01T11eG2JAsPWUBM4vN8 > .row .container { background-color: transparent; background-image: none; }#Ayd5PAqruGiy01T11eG2JAsPWUBM4vN8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ayd5PAqruGiy01T11eG2JAsPWUBM4vN8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ayd5PAqruGiy01T11eG2JAsPWUBM4vN8 > .row .container > .video-iframe-container { display: none; }#Ayd5PAqruGiy01T11eG2JAsPWUBM4vN8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ayd5PAqruGiy01T11eG2JAsPWUBM4vN8 > .row > .video-iframe-container { display: none; }#Ayd5PAqruGiy01T11eG2JAsPWUBM4vN8 > .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); }#Ayd5PAqruGiy01T11eG2JAsPWUBM4vN8 > .row .container { border-width: 0; border-radius: 0; }#Ayd5PAqruGiy01T11eG2JAsPWUBM4vN8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ayd5PAqruGiy01T11eG2JAsPWUBM4vN8 > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:60rem;position:relative;display:block; }#u7lHKy1fnhRzIq5olaUHlXn178Bk9LRK { color:#4e4b89;display:block;width:48.4375rem;position:absolute;font-family:sarabun;font-size:2.625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:1.5820617675781rem;left:5.78125rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H6iHGi0cWF0MJ6z7J56L1tM6DGMbM1cv { color:#4e4b89;display:block;width:41.6236991875rem;position:absolute;font-family:sarabun;font-size:2.875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:5.0416870117188rem;left:9.1875rem;height:3.1625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RPh7UkC5IfXVaTQKJXamoUMoi6CgrufW { position:relative;display:block; }#RPh7UkC5IfXVaTQKJXamoUMoi6CgrufW { background-color: transparent; background-image: none; }#RPh7UkC5IfXVaTQKJXamoUMoi6CgrufW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPh7UkC5IfXVaTQKJXamoUMoi6CgrufW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPh7UkC5IfXVaTQKJXamoUMoi6CgrufW > .row .container > .video-iframe-container { display: none; }#RPh7UkC5IfXVaTQKJXamoUMoi6CgrufW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPh7UkC5IfXVaTQKJXamoUMoi6CgrufW > .row > .video-iframe-container { display: none; }#RPh7UkC5IfXVaTQKJXamoUMoi6CgrufW > .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); }#RPh7UkC5IfXVaTQKJXamoUMoi6CgrufW { border-width: 0; border-radius: 0; }#RPh7UkC5IfXVaTQKJXamoUMoi6CgrufW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RPh7UkC5IfXVaTQKJXamoUMoi6CgrufW > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:27.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Lrrsh5bpATr4JxIiTuunqTTaKiJlLmof { color:#706cb0;display:block;width:22rem;position:absolute;font-family:sarabun;font-size:1.75rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:4.7916870117188rem;left:25.34375rem;height:2.8rem;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; }
#tZELwUOokTWnGF4Ro6dlwNx4Vc0pks92 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.75rem 0.75rem 0rem #d7d7d7 ;height:20rem;width:20.06119725rem;top:3.6770935058594rem;left:3.7096366882324rem;overflow:hidden;display:block; }
#mSXvHPVXlINTiHoVRRKrncuoEzoN5AQu { position:absolute;display:block;z-index:15006;background-color:#d0ffea;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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: none;height:1.9375rem;width:9.3125rem;top:9.625rem;left:25.34375rem;display:block; }
#VPo5lL0uu6kTxZZtgiyPFgnGC16lcpOB { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.75rem 0.75rem 0rem #d7d7d7 ;height:5.0625rem;width:20.25rem;top:17.291687011719rem;left:26.21875rem;overflow:hidden;display:block; }
#Xib2VRU3LMxtT2DbV8SqyhHcpPTMk2ai { color:#706cb0;display:block;width:26.25rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.8333435058594rem;left:26.125rem;height:12.9980625rem;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; }
#wNFKCc49BtU0yMgClh5lwDpEvyRq9O4r { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.875rem #caecff ;height:25.3125rem;width:58.1875rem;top:1.0208435058594rem;left:0.9375rem;display:block; }
#dxr6E8SbNt6C89GIq33nCTQfGZ2H0kDp { position:relative;display:block; }#dxr6E8SbNt6C89GIq33nCTQfGZ2H0kDp { background-color: transparent; background-image: none; }#dxr6E8SbNt6C89GIq33nCTQfGZ2H0kDp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxr6E8SbNt6C89GIq33nCTQfGZ2H0kDp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxr6E8SbNt6C89GIq33nCTQfGZ2H0kDp > .row .container > .video-iframe-container { display: none; }#dxr6E8SbNt6C89GIq33nCTQfGZ2H0kDp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxr6E8SbNt6C89GIq33nCTQfGZ2H0kDp > .row > .video-iframe-container { display: none; }#dxr6E8SbNt6C89GIq33nCTQfGZ2H0kDp > .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); }#dxr6E8SbNt6C89GIq33nCTQfGZ2H0kDp { border-width: 0; border-radius: 0; }#dxr6E8SbNt6C89GIq33nCTQfGZ2H0kDp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dxr6E8SbNt6C89GIq33nCTQfGZ2H0kDp > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:27.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vswc37JrrRHZBwzgy4iKFXOqHASTJxWe { color:#706cb0;display:block;width:26.1875rem;position:absolute;font-family:sarabun;font-size:1.75rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:4.8112182617188rem;left:4.4375rem;height:2.8rem;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; }
#yNnsn28WJEiWLSGqClfNQAZ1TEyo872M { color:#706cb0;display:block;width:26.25rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.4778747558594rem;left:7.4375rem;height:11.69825625rem;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; }
#rC3b6Tz68fTFHTWn18JvvWDi2kETssgt { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.75rem 0.75rem 0rem #d7d7d7 ;height:20rem;width:20rem;top:3.9987182617188rem;left:36.184898376465rem;overflow:hidden;display:block; }
#pmKLkTcXvFs4cmAsZN9gaN9vEdBueJUI { position:absolute;display:block;z-index:15006;background-color:#d0ffea;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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: none;height:1.936197875rem;width:9.31119825rem;top:9.8945617675781rem;left:6.6861991882325rem;display:block; }
#Up4m4e9ILb75PRqbcPnyrqPW323D3GI5 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.75rem 0.75rem 0rem #d7d7d7 ;height:5.4375rem;width:19.9375rem;top:16.457061767578rem;left:6.6861991882325rem;overflow:hidden;display:block; }
#raHKw7QktnXqcEJHM2TF7zJ7CrDerM59 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.875rem #caecff ;height:23.9375rem;width:57.6875rem;top:2.2265625rem;left:1.3125rem;display:block; }
#KlBJpcPeEiG0UoCIAk7B5lQ1tn3tBwsX { position:relative;display:block; }#KlBJpcPeEiG0UoCIAk7B5lQ1tn3tBwsX { background-color: transparent; background-image: none; }#KlBJpcPeEiG0UoCIAk7B5lQ1tn3tBwsX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlBJpcPeEiG0UoCIAk7B5lQ1tn3tBwsX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlBJpcPeEiG0UoCIAk7B5lQ1tn3tBwsX > .row .container > .video-iframe-container { display: none; }#KlBJpcPeEiG0UoCIAk7B5lQ1tn3tBwsX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KlBJpcPeEiG0UoCIAk7B5lQ1tn3tBwsX > .row > .video-iframe-container { display: none; }#KlBJpcPeEiG0UoCIAk7B5lQ1tn3tBwsX > .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); }#KlBJpcPeEiG0UoCIAk7B5lQ1tn3tBwsX { border-width: 0; border-radius: 0; }#KlBJpcPeEiG0UoCIAk7B5lQ1tn3tBwsX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KlBJpcPeEiG0UoCIAk7B5lQ1tn3tBwsX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#U8ruPTxe4lITaWWAeEhGzdG3u6J37KH7 { color:#706cb0;display:block;width:34.4375rem;position:absolute;font-family:sarabun;font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:3.0833435058594rem;left:23rem;height:2.5996125rem;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; }
#yMNsw2x8GPfe0BOwv889Ta8Je1WQ5Znr { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.875rem #caecff ;height:25.0625rem;width:58.1875rem;top:1.5104370117188rem;left:0.75rem;display:block; }
#uT0rGzk4ni7JwZskGfXKV9sRT7E2Pfuc { color:#706cb0;display:block;width:26.25rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.8541870117188rem;left:25.08984375rem;height:12.9980625rem;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; }
#AzzDRJ9sqbRip6lTX7nPnIoRUSd4vvrT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.75rem 0.75rem 0rem #d7d7d7 ;height:20rem;width:20rem;top:4.2604370117188rem;left:2.4348983764649rem;overflow:hidden;display:block; }
#CJXqPxqGvKsoGw0TzPVqV3EQEdpXLPqb { position:absolute;display:block;z-index:15006;background-color:#d0ffea;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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: none;height:1.936197875rem;width:9.31119825rem;top:7.125rem;left:24.3125rem;display:block; }
#eCZWcvUwLswb1G0rGFbGvi7EKKEJrS5k { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.75rem 0.75rem 0rem #d7d7d7 ;height:4.3125rem;width:15.9375rem;top:13.77734375rem;left:25.08984375rem;overflow:hidden;display:block; }
#Gh5cMS17PqL7bFD1LpyegZSgvBOAE3Vf { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.75rem 0.75rem 0rem #d7d7d7 ;height:4.1875rem;width:16.4375rem;top:19.697937011719rem;left:25.08984375rem;overflow:hidden;display:block; }
#HicP2zZxHhAhKQ9pD03zeAi4wGgaM4CW { position:relative;display:block; }#HicP2zZxHhAhKQ9pD03zeAi4wGgaM4CW { background-color: transparent; background-image: none; }#HicP2zZxHhAhKQ9pD03zeAi4wGgaM4CW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HicP2zZxHhAhKQ9pD03zeAi4wGgaM4CW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HicP2zZxHhAhKQ9pD03zeAi4wGgaM4CW > .row .container > .video-iframe-container { display: none; }#HicP2zZxHhAhKQ9pD03zeAi4wGgaM4CW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HicP2zZxHhAhKQ9pD03zeAi4wGgaM4CW > .row > .video-iframe-container { display: none; }#HicP2zZxHhAhKQ9pD03zeAi4wGgaM4CW > .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); }#HicP2zZxHhAhKQ9pD03zeAi4wGgaM4CW { border-width: 0; border-radius: 0; }#HicP2zZxHhAhKQ9pD03zeAi4wGgaM4CW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HicP2zZxHhAhKQ9pD03zeAi4wGgaM4CW > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:25.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fWWnJOriSIwV9eVQASLheSTfcO5IL7bG { color:#706cb0;display:block;width:30.4375rem;position:absolute;font-family:sarabun;font-size:1.75rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:3.36328125rem;left:3.40625rem;height:2.8rem;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; }
#O737tq9trr0AIxhbXWhQSeRvVTxAO02k { color:#706cb0;display:block;width:26.25rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.9166870117188rem;left:4.8125rem;height:7.7988375rem;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; }
#BIgzrQTHTAIAvudpASGPUmIwwXEWgJQG { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.75rem 0.75rem 0rem #d7d7d7 ;height:20rem;width:20rem;top:2.5716247558594rem;left:36.75rem;overflow:hidden;display:block; }
#cmSTPwbbG2aorpH6Otv7QkiidnmZxBID { position:absolute;display:block;z-index:15006;background-color:#d0ffea;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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: none;height:1.936197875rem;width:9.31119825rem;top:7.8125rem;left:4.1875rem;display:block; }
#fv5nUAdc760VlT3MwcKw19ZWG9lTXzhQ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.75rem 0.75rem 0rem #d7d7d7 ;height:5.5rem;width:19.9375rem;top:15.229187011719rem;left:4.8125rem;overflow:hidden;display:block; }
#nvfx6TTnTDABt4wo1yOropCVnV47mmBw { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.875rem #caecff ;height:23.1875rem;width:58.1875rem;top:1.625rem;left:0.9375rem;display:block; }
#UlmxI1D4Ta4WL1Ry5x4ohQLs2OMNrbNN { position:relative;display:block; }#UlmxI1D4Ta4WL1Ry5x4ohQLs2OMNrbNN { background-color: transparent; background-image: none; }#UlmxI1D4Ta4WL1Ry5x4ohQLs2OMNrbNN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlmxI1D4Ta4WL1Ry5x4ohQLs2OMNrbNN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlmxI1D4Ta4WL1Ry5x4ohQLs2OMNrbNN > .row .container > .video-iframe-container { display: none; }#UlmxI1D4Ta4WL1Ry5x4ohQLs2OMNrbNN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UlmxI1D4Ta4WL1Ry5x4ohQLs2OMNrbNN > .row > .video-iframe-container { display: none; }#UlmxI1D4Ta4WL1Ry5x4ohQLs2OMNrbNN > .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); }#UlmxI1D4Ta4WL1Ry5x4ohQLs2OMNrbNN { border-width: 0; border-radius: 0; }#UlmxI1D4Ta4WL1Ry5x4ohQLs2OMNrbNN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UlmxI1D4Ta4WL1Ry5x4ohQLs2OMNrbNN > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:32.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fymUvDRq2HEfJbtaxmTv0TA8JO1lFX4f { color:#706cb0;display:block;width:34.4375rem;position:absolute;font-family:sarabun;font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:3.0833435058594rem;left:23rem;height:2.5996125rem;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; }
#POripoZsoBPtR9cAPMs35QUNTKzBTnQZ { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.875rem #caecff ;height:25.0625rem;width:58.1875rem;top:1.5104370117188rem;left:0.75rem;display:block; }
#onCRwbqSDwMV3ZDKfN0s00z4wxugh9CT { color:#706cb0;display:block;width:26.25rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.8541870117188rem;left:25.08984375rem;height:12.9980625rem;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; }
#yKwEnuezz2ydknxMcyFZp76POulnGwZO { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.75rem 0.75rem 0rem #d7d7d7 ;height:20rem;width:20rem;top:4.2604370117188rem;left:2.4348983764649rem;overflow:hidden;display:block; }
#odZfhfpNUs51X7Br1w7LrDokPQSUBUz7 { position:absolute;display:block;z-index:15006;background-color:#d0ffea;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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: none;height:1.936197875rem;width:9.31119825rem;top:7.125rem;left:24.3125rem;display:block; }
#HcxdGiZQJLSJFk6rRs6e0208Wc6VXcHx { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.75rem 0.75rem 0rem #d7d7d7 ;height:4.3125rem;width:20.4375rem;top:14.71484375rem;left:25.08984375rem;overflow:hidden;display:block; }
#C027Ew6i7Qd1I5JUMNyFVmu8KTFyk3pl { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3715625rem;height:3.49658125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:27.5625rem;left:23.8134765625rem;display:block; }
#m3Ul1WvUC01gP4bWJ7svQcJDxSoCWM98 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW > .row .container { background-color: transparent; background-image: none; }#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW > .row .container > .video-iframe-container { display: none; }#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW > .row > .video-iframe-container { display: none; }#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW > .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); }#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW > .row .container { border-width: 0; border-radius: 0; }#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW > .row .container { font-size:0.875rem;font-family:arial;height:61.625rem;width:60rem;position:relative;display:block; }#huOzCTUydQZ9V0T4dd2OrMVLWfl6TGXo { color:#4e4b89;display:block;width:14.5rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.05859375rem;left:2.75rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xybtnQwIgxFF7MtPe26hyVk7BddFWbsv { color:#4e4b89;display:block;width:14.4995rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.0595703125rem;left:22.7490234375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AeMReHh17kt5WTyeN8Kgnw2SWE0sJw9P { color:#4e4b89;display:block;width:14.4995rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.060546875rem;left:42.7490234375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KVUQISbdNrJT3nlUUhbS8wX6znmtfS2H { position:absolute;display:block;z-index:15038;background-color:#e5e5e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:0.125rem;top:11.5625rem;left:20.000003814698rem;display:block; }
#WJExd3i7PxLv2U7eW9Ip9TRnBekxI31T { position:absolute;display:block;z-index:15039;background-color:#e5e5e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:0.125rem;top:11.5625rem;left:40.000003814698rem;display:block; }
#M8Zu62aBlENFkGBV6byIT2HzcTq5i1Zc { color:#ff5f5f;display:block;width:7.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.43359375rem;left:6.31298828125rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#erAym6JApAZhZiuo9CWqLXhT0FIhSPzf { color:#ff5f5f;display:block;width:7.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.435546875rem;left:26.31298828125rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n84MXzXruDZNv5aTzXqr3LoJI5bt9CWX { color:#ff5f5f;display:block;width:15.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.248046875rem;left:42.25048828125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DVaVZWim3pRJAspC95T9qK76ZHQnXiTx { color:#4e4b89;display:block;width:53.6230625rem;position:absolute;font-family:sarabun;font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.3120660781861rem;left:3.1879348754883rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pFfWTK17Rpx2BxeMSI2k8p4RKtWrWxbq { position:absolute;display:block;z-index:15004;border-top:1.1875rem solid rgba(var(--color-tertiary-0),1);border-left:1.1875rem solid rgba(var(--color-tertiary-0),1);border-right:1.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:1.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem #706cb0 ;height:30.1248125rem;width:51.5625rem;top:25.067709922791rem;left:3.41015625rem;overflow:hidden;display:block; }
#B5QJIJBnrTB7Ey5xerm2h5PJNk4mUVls { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/028161c5-e88f-4d09-b13f-c45c503a940a/abstractpastelholographictexturedkground.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0.0625rem solid #706cb0;border-left:0.0625rem solid #706cb0;border-right:0.0625rem solid #706cb0;border-bottom:0.0625rem solid #706cb0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:11.375rem;width:13.3115rem;top:10.375rem;left:3.28125rem;display:block; }#B5QJIJBnrTB7Ey5xerm2h5PJNk4mUVls.adaptive-delivery-prevent-bg, #B5QJIJBnrTB7Ey5xerm2h5PJNk4mUVls.lazyload, #B5QJIJBnrTB7Ey5xerm2h5PJNk4mUVls.lazyloading { background-image: none; }
#NCsuUuxU8AJ561Ops8QtlaoRx8dIZa48 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/028161c5-e88f-4d09-b13f-c45c503a940a/abstractpastelholographictexturedkground.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0.0625rem solid #706cb0;border-left:0.0625rem solid #706cb0;border-right:0.0625rem solid #706cb0;border-bottom:0.0625rem solid #706cb0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:11.375rem;width:13.3125rem;top:10.436198234558rem;left:23.342018127441rem;display:block; }#NCsuUuxU8AJ561Ops8QtlaoRx8dIZa48.adaptive-delivery-prevent-bg, #NCsuUuxU8AJ561Ops8QtlaoRx8dIZa48.lazyload, #NCsuUuxU8AJ561Ops8QtlaoRx8dIZa48.lazyloading { background-image: none; }
#VaiR5ZeDQN4ndU3OwiMNzqq7uEbFTm89 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/028161c5-e88f-4d09-b13f-c45c503a940a/abstractpastelholographictexturedkground.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0.0625rem solid #706cb0;border-left:0.0625rem solid #706cb0;border-right:0.0625rem solid #706cb0;border-bottom:0.0625rem solid #706cb0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:11.3748125rem;width:14.9370625rem;top:10.436198234558rem;left:42.530384063721rem;display:block; }#VaiR5ZeDQN4ndU3OwiMNzqq7uEbFTm89.adaptive-delivery-prevent-bg, #VaiR5ZeDQN4ndU3OwiMNzqq7uEbFTm89.lazyload, #VaiR5ZeDQN4ndU3OwiMNzqq7uEbFTm89.lazyloading { background-image: none; }
#JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/2e4ad87c-5ece-453b-836a-baac3997c4e5/5.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; }#JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT.adaptive-delivery-prevent-bg, #JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT.lazyload, #JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT.lazyloading { background-image: none; }#JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT > .row .container { background-color: transparent; background-image: none; }#JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT > .row .container > .video-iframe-container { display: none; }#JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT > .row > .video-iframe-container { display: none; }#JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT > .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); }#JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT > .row .container { border-width: 0; border-radius: 0; }#JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:60rem;position:relative;display:block; }#pxTR24dkh4QeBM941ZBEcGXCfa0sEGpu { 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: 0rem 0.125rem 0.25rem rgba(156,81,211,0.42) ;height:13.8125rem;width:26.3125rem;top:24.8125rem;left:27.875rem;overflow:hidden;display:block; }
#xTJ6JfVXvDFM28O0ceO5oOzDWOZN20ud { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:32.5rem;width:22.625rem;top:7.25rem;left:3.0278629856851rem;display:block; }
#AwVDh9q4tzUFVvEH51SwZRFdt7zH6siv { 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:29.375rem;width:20.5rem;top:8.8125rem;left:4.09033203125rem;overflow:hidden;display:block; }
#u4bwGdkVzXVbhupBLTHxsl1JgO80ncxC { 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:12.75rem;width:26.0625rem;top:8.5625rem;left:28.0625rem;overflow:hidden;display:block; }
#sIwEmBv3ZHDARPu50GhTrVs1zOASDPNU { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:15.625rem;width:28.75rem;top:7.125rem;left:26.875rem;display:block; }
#xRhBOW4t1aTvWG0ZvSsp6OBs36MiSeBQ { color:#4e4b89;display:block;width:47.999125rem;position:absolute;font-family:sarabun;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:2.3741264343262rem;left:5.9678840637207rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nly4MOxt30pXrKRkxsVXetd6mFTSqHx3 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:16.25rem;width:28.75rem;top:23.5625rem;left:26.75rem;display:block; }
#puBDyyr18J8a0CeGqmDEI8A4LQsIG5aK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#puBDyyr18J8a0CeGqmDEI8A4LQsIG5aK > .row .container { background-color: transparent; background-image: none; }#puBDyyr18J8a0CeGqmDEI8A4LQsIG5aK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puBDyyr18J8a0CeGqmDEI8A4LQsIG5aK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puBDyyr18J8a0CeGqmDEI8A4LQsIG5aK > .row .container > .video-iframe-container { display: none; }#puBDyyr18J8a0CeGqmDEI8A4LQsIG5aK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puBDyyr18J8a0CeGqmDEI8A4LQsIG5aK > .row > .video-iframe-container { display: none; }#puBDyyr18J8a0CeGqmDEI8A4LQsIG5aK > .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); }#puBDyyr18J8a0CeGqmDEI8A4LQsIG5aK > .row .container { border-width: 0; border-radius: 0; }#puBDyyr18J8a0CeGqmDEI8A4LQsIG5aK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#puBDyyr18J8a0CeGqmDEI8A4LQsIG5aK > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:60rem;position:relative;display:block; }#wKDL1s3Wnqv9vbJnhddyT0G1R7rz05gL { position:absolute;display:block;z-index:15004;background-color:#d0ffea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #706cb0;border-left:0.0625rem solid #706cb0;border-right:0.0625rem solid #706cb0;border-bottom:0.0625rem solid #706cb0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.8125rem #caecff ;height:7.75rem;width:17.9375rem;top:10.81201171875rem;left:1.49951171875rem;display:block; }
#hUd5fXWdexUIULusZgVZkyuhWW6WDU1d { color:#4e4b89;display:block;width:10.75rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.249786376953rem;left:5.6239166259766rem;height:3.89941875rem;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; }
#X0ds9G5HW35tpOlCmpg6utAmplDxtHQ8 { color:#4e4b89;display:block;width:11.875rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.062072753906rem;left:25.061851501465rem;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; }
#rmoV8ccNlPyP55vdm5ze77wvbyr4Sbbc { box-sizing:content-box;color:#4e4b89;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:13.248699188233rem;left:22.186416625976rem;display:block; }
#m3qxLD7ElcgUSIZoagwCnz9wbRf7iBdF { color:#4e4b89;display:block;width:12.5rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.249786376953rem;left:44.499134063721rem;height:3.89941875rem;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; }
#oEITflhM2TRr641nIrg6v7ulKdTPHx9T { box-sizing:content-box;color:#4e4b89;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:13.248699188233rem;left:41.818363189698rem;display:block; }
#mFUKTGNWlBmgBa7sBkDtOQVPaEu6qu6B { box-sizing:content-box;color:#4e4b89;font-size:1.5625rem;font-weight:400;line-height:1;height:2.31228125rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:12.998047828674rem;left:2.8190116882324rem;display:block; }
#Zi65ADpGbb6IwxVbDFg8JAJrGm48D2VA { position:absolute;display:block;z-index:15005;background-color:#fff4ca;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #706cb0;border-left:0.0625rem solid #706cb0;border-right:0.0625rem solid #706cb0;border-bottom:0.0625rem solid #706cb0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.8125rem #caecff ;height:7.75rem;width:17.9375rem;top:10.8125rem;left:21rem;display:block; }
#rB8mzVddwtSDvsQ1lCRcSMyDQIIpKP0G { position:absolute;display:block;z-index:15006;background-color:#ffe1e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #706cb0;border-left:0.0625rem solid #706cb0;border-right:0.0625rem solid #706cb0;border-bottom:0.0625rem solid #706cb0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.8125rem #caecff ;height:7.75rem;width:17.9375rem;top:10.81201171875rem;left:40.4990234375rem;display:block; }
#XrmdOsMulkQD2dZOZLWKoGNf0H7VHkfg { color:#4e4b89;display:block;width:41.624375rem;position:absolute;font-family:sarabun;font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:1.7491645812988rem;left:9.1861972808837rem;height:1.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qcCRDvFiFMrXxIP6FvGhMIaaQT0yefS7 { color:#4e4b89;display:block;width:41.875rem;position:absolute;font-family:sarabun;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:4.9375rem;left:8.6875rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vFb57RMTX4zLC0UzBDBltI4rGUNTSSbv { position:relative;display:none; }#vFb57RMTX4zLC0UzBDBltI4rGUNTSSbv { border-width: 0; border-radius: 0; }#vFb57RMTX4zLC0UzBDBltI4rGUNTSSbv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vFb57RMTX4zLC0UzBDBltI4rGUNTSSbv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:68rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eiph1ueaXIrF7lPuXtZTLiQPzBHlKs4E { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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(var(--color-tertiary-4),0.5) ;height:54.375rem;width:60rem;top:10.03125rem;left:0rem;display:block; }
#IM3EOphk6cqnlupEG1Jh41WbtWck15eS { color:#ffc319;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:2rem;left:15rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y4rcnXJ7F4RazAcwAPVkrEGp4FZCQaIk { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:14.4375rem;left:31.5rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X3zFGOybRzxdBhK6Pt5TvJJZEkkEcxxu { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:48.25rem;left:32.5rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T0EOgHhHG8CwfaaaBCAsFAy6ofnpZCrR { color:#8a43ff;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:44.625rem;left:32.5rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wuwL7hyJ443hq2BzPahbd5SSJadfE41D { color:#8a43ff;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.875rem;left:31.5rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xQh8HT06QHh4efPVIeb6GfwP67GFMquG { box-sizing:content-box;height:0.125rem;width:28.625rem;position:absolute;display:block;z-index:15086;background-color:#e3e3e3;background-image:none;top:25rem;left:15.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; }
#s0RJuapc7cw6H38MBs1Egqe277drFkn3 { box-sizing:content-box;height:7.75rem;width:20rem;position:absolute;display:block;z-index:15088;background-color:#970e0f;background-image:none;top:57.1875rem;left:34.8125rem;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; }
#WMUMOTMSuByXyGsVRi1G6c0GdOOr9ehC { color:#facc6c;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:59rem;left:38.9375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bUgHHsxPGROvW3CyyM20eOvWmFu6J82o { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15090;line-height:1.5;letter-spacing:0;top:58.375rem;left:31.5rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KOhbz2h83hZDT1cwQcP4BktCzPFdELfz { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15091;line-height:1.5;letter-spacing:0;top:63.125rem;left:31.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#GZJALBtxa0ue5lSN3eFkQzfeekph8IzS { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.5625rem;width:14.4375rem;top:12.53125rem;left:3.25rem;overflow:hidden;display:block; }
#tnLlPFbyBGOeNnBlyCcvTu6ypVXTx067 { position:absolute;display:block;z-index:15099;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:16.5rem;width:16.5rem;top:44.625rem;left:4.875rem;overflow:hidden;display:block; }
#iqNTs2iuqAbJIM0TJ9OUkT9ZbSsQlhHD { position:absolute;display:block;z-index:15100;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:8rem;width:8rem;top:44.625rem;left:22.0625rem;overflow:hidden;display:block; }
#duQxpBlx3wxH8EBfDkLt8ZhPLdz87P5C { position:absolute;display:block;z-index:15101;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:8rem;width:8rem;top:53.1875rem;left:22.0625rem;overflow:hidden;display:block; }
#AOZiX64NL3vhNlp2yoSf3ke8I3fJnu3D { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:50.3125rem;left:32.5rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yJ7g8klgSkvR2pwDVIoIIbIaAh1BV1ef { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:7.5625rem;width:14.4375rem;top:15.1875rem;left:14.0625rem;overflow:hidden;display:block; }
#XVE1eCEc4GCInBiW7hlTlaDT0kTbPBfu { box-sizing:content-box;height:0.125rem;width:28.625rem;position:absolute;display:block;z-index:15087;background-color:#e3e3e3;background-image:none;top:42.75rem;left:15.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; }
#GTCPysprbF7gdw2iH33iV2Znt0uH6rt7 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:18.1875rem;left:31.5rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SWTvMPB6vTXABlhfnUNftE2x645xrHbr { position:absolute;display:block;z-index:15085;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.375rem;width:24.8125rem;top:26.3125rem;left:31.5rem;overflow:hidden;display:block; }
#gsE1zvqoOhlcPq9A4JtT9ZTRIyURyGEy { color:#8a43ff;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.75rem;left:9rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QWwdL23TrFqDJvFdc1PUcIQy7dbQvmai { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:32.75rem;left:9rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FZGbnJH8fcwayWGJFior3LUkSce9kSlv { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:sukhumvit;font-size:1.5625rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:6.25rem;left:16.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F6D3uGvJzVayJ3zXCIcPK3BBSqk5EIX1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);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; }#F6D3uGvJzVayJ3zXCIcPK3BBSqk5EIX1 > .row .container { border-width: 0; border-radius: 0; }#F6D3uGvJzVayJ3zXCIcPK3BBSqk5EIX1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F6D3uGvJzVayJ3zXCIcPK3BBSqk5EIX1 > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:60rem;position:relative;display:none; }#W5tzwS4knPJ9niIESdCzcpJTFylxzkeI { color:#4e4b89;display:block;width:23.0595625rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:51.125rem;left:3.4697265625rem;height:3.574225rem;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; }
#LOZK5cCiWWI1skWph55Hat5tt8Va7qTt { color:#4e4b89;display:block;width:39.3125rem;position:absolute;font-family:sarabun;font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.56);top:2.18359375rem;left:10.7783203125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FO7TWkLUVo2DZzHpAFM3s4HUKdNT4nHA { 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:13.4375rem;width:23.0625rem;top:36.3125rem;left:3.46875rem;overflow:hidden;display:block; }
#B3253m0vwL2fSWe75TDpVDB0J0kqWSMc { color:#4e4b89;display:block;width:53.1875rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(53,42,255,0.5);top:28.4375rem;left:3.8408203125rem;height:5.3613375rem;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; }
#f1Fm3TtWkakblgFC0XckUWhMsSIC1iEV { 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:18.5rem;width:24.375rem;top:7.80810546875rem;left:32.8125rem;overflow:hidden;display:block; }
#iMc0wnhV9Gnsm921suzsKNWwUPI4MgJu { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:28.0625rem;top:7.80810546875rem;left:0.96875rem;overflow:hidden;display:block; }
#AqbSsqE3Qb9glybFwLTuGo9UGPW8KQ6u { color:#4e4b89;display:block;width:23.0590625rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:51.125rem;left:33.47021484375rem;height:3.574225rem;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; }
#hTc4saVDvFFTnVtMpUZUh30EVlAF25Ch { 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:5.125rem;width:11.75rem;top:38.375rem;left:32.0625rem;overflow:hidden;display:block; }
#NEEfSay1cx56gukAOMv6aDEL5Bm1oWte { 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:5.125rem;width:11.75rem;top:44.0625rem;left:32.6875rem;overflow:hidden;display:block; }
#TPeZsXQq0TNH3w7kkCLgJ2cK16DVmJTT { position:absolute;display:block;z-index:15039;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.3125rem;width:11.875rem;top:41.125rem;left:39.0625rem;overflow:hidden;display:block; }
#e2CVbzyX5gZorDZ245RXfTTqeHhStbwi { position:absolute;display:block;z-index:15040;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.125rem;width:11.75rem;top:44.6875rem;left:45.3408203125rem;overflow:hidden;display:block; }
#Fn3LWBwSzqGoHFnpqwhZh3t4fmhrDhx8 { 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:5.125rem;width:11.75rem;top:37.4375rem;left:46.25rem;overflow:hidden;display:block; }
#PATpzbEmsltHsTlpKtEkpTfsHWHvoORG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);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; }#PATpzbEmsltHsTlpKtEkpTfsHWHvoORG > .row .container { border-width: 0; border-radius: 0; }#PATpzbEmsltHsTlpKtEkpTfsHWHvoORG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PATpzbEmsltHsTlpKtEkpTfsHWHvoORG > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:60rem;position:relative;display:none; }#hKaOwHoIM3eXh8tPKedZaQZgVLaMxhta { color:rgba(var(--color-tertiary-0),1);display:block;width:34.875rem;position:absolute;font-family:sarabun;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.462890625rem;left:12.5625rem;height:4.875rem;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; }
#W6TNMasqx92Ff00rEruDPD9XsLayQDVO { color:#4e4b89;display:block;width:39.3125rem;position:absolute;font-family:sarabun;font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.56);top:2.18359375rem;left:10.7783203125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sE0RobhzWZG3V24rlSOeRyG69gfB6TMa { color:#4e4b89;display:block;width:24.0625rem;position:absolute;font-family:sarabun;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(126,126,126,0.5);top:39.4375rem;left:2.9375rem;height:1.625rem;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; }
#PRo5ZGoGAzarKOheXHOSbWxwCmGi0RO1 { 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:13.375rem;width:17.6875rem;top:25.15625rem;left:6.15625rem;overflow:hidden;display:block; }
#pJDkgNJZB6arVACtHDsandyIgI3diEVK { color:rgba(var(--color-tertiary-4),1);display:block;width:23.058625rem;position:absolute;font-family:sarabun;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:39.4375rem;left:35rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O4gwgPATqu7mBUGyJqPsk112ChZ7C8Vf { 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:5.125rem;width:11.75rem;top:26.4375rem;left:32rem;overflow:hidden;display:block; }
#wyZqnJwOgxhTQx95nnRzGFTzxWJgAE8c { 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:5.125rem;width:11.75rem;top:32.125rem;left:32.625rem;overflow:hidden;display:block; }
#elbUniOKLPcRyfUTuJHmhPXJISQ3nzxh { position:absolute;display:block;z-index:15039;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.3125rem;width:11.875rem;top:29.1875rem;left:39rem;overflow:hidden;display:block; }
#VTdFHubRtGrEKiihryQnFsVlTOOPIa8T { position:absolute;display:block;z-index:15040;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.125rem;width:11.75rem;top:32.75rem;left:45.25rem;overflow:hidden;display:block; }
#bq3P0200tA1ckF2qsyQtqJo2TrSfWn94 { 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:5.125rem;width:11.75rem;top:25.5rem;left:46.1875rem;overflow:hidden;display:block; }
#yNRTpbORL7tVbo4nQ54V0yy8OG59Ci43 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.625rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:41.5625rem;left:1.25rem;height:2.2744125rem;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; }
#q5gmiOQH3eoLDW1pWUuyWOMW2xLBR5iE { 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:9.125rem;width:17.375rem;top:8.125rem;left:21.3125rem;overflow:hidden;display:block; }
#ElGE1TbE9o9a31TU1SZK9MTM0urzoJNF { 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:9.125rem;width:17.5rem;top:8.125rem;left:2rem;overflow:hidden;display:block; }
#UB0CS2i5aBl6KBWgPGdidrDJmIwiFzsn { 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:9.125rem;width:17.375rem;top:8.125rem;left:40.6875rem;overflow:hidden;display:block; }
#t3E2EO4ld09iSzb6dHOGoanLalBy9tyg { position:relative;display:none; }#t3E2EO4ld09iSzb6dHOGoanLalBy9tyg { border-width: 0; border-radius: 0; }#t3E2EO4ld09iSzb6dHOGoanLalBy9tyg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#t3E2EO4ld09iSzb6dHOGoanLalBy9tyg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JDN2J4fcADKzZVFWzOVxoy1eFTK1oKcP { 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:13.4375rem;width:23.0625rem;top:0rem;left:18.46875rem;overflow:hidden;display:block; }
#du90qZoATIyyWEBfTGTpmLhZAnzaXwlf { color:#4e4b89;display:block;width:23.0590625rem;position:absolute;font-family:sarabun;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14rem;left:18.4697265625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Daz3EWTxR972ceCTnSJQUEuTQ5duS70N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));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; }#Daz3EWTxR972ceCTnSJQUEuTQ5duS70N > .row .container { border-width: 0; border-radius: 0; }#Daz3EWTxR972ceCTnSJQUEuTQ5duS70N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Daz3EWTxR972ceCTnSJQUEuTQ5duS70N > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:60rem;position:relative;display:none; }#OGP2THNErZyB1BBF4y2QDrSJpJEadyrz { color:#d71f1b;display:block;width:41.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.8125rem;left:10.1875rem;height:3.07470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gAabi2lm4BZDiH7n8p6FzwkrQZ7bIlcH { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #cc1f1f;border-left:0.3125rem solid #cc1f1f;border-right:0.3125rem solid #cc1f1f;border-bottom:0.3125rem solid #cc1f1f;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.6875rem;width:43.25rem;top:2.75rem;left:8.0625rem;display:block; }
#H8PvxS5I5GwBXp8C5nN0KfG3AxPTuJRV { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:11.25rem;left:9.34375rem;height:4.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EfFi5d1HQas4hu9952GdRXozIBn2xvM9 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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: 0.0625rem 0.0625rem 0.75rem rgba(120,167,255,0.7) ;height:17.1875rem;width:30.5625rem;top:17.375rem;left:29.4375rem;display:block; }
#OLbaHAQ4mTc3B0lwd1JWC8dtolnqpeGJ { color:#0014ff;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:18.875rem;left:30.625rem;height:5.173825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OaFxTwuI01gu8hq3NDUPmbxnTVTG26Ra { color:#01074c;display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:27.375rem;left:30.875rem;height:5.09960625rem;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;font-style:normal;display:block; }
#TcZVTsTPW95yM2koponHX3AboEnJyWLJ { color:#d71f1b;display:block;width:35.7485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:6.94921875rem;left:12.12548828125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SZlz7mefMaai1C1O3EiPTutrIPPKKbkU { box-sizing:content-box;height:0.125rem;width:21.875rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:25.875rem;left:33.75rem;display:block; }
#X0VQriIAHT8XXmDzQ9sZmFNF1qNNvKbm { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.0625rem;width:28.75rem;top:17.9375rem;left:0rem;display:block; }
#fsdTLPaqmlLDnMnc9VolbV4gGhoSuWak { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));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; }#fsdTLPaqmlLDnMnc9VolbV4gGhoSuWak > .row .container { border-width: 0; border-radius: 0; }#fsdTLPaqmlLDnMnc9VolbV4gGhoSuWak > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fsdTLPaqmlLDnMnc9VolbV4gGhoSuWak > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:60rem;position:relative;display:none; }#V7W1s4RRswIpLgakw0TN3IVETrecoihC { color:#d71f1b;display:block;width:41.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.8125rem;left:10.1875rem;height:3.07470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wc4teOAnSqsUA8qh42fO6qd4HwL0a0M8 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #cc1f1f;border-left:0.3125rem solid #cc1f1f;border-right:0.3125rem solid #cc1f1f;border-bottom:0.3125rem solid #cc1f1f;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:6.6875rem;width:43.25rem;top:2.6875rem;left:8.375rem;display:block; }
#TJ0hF2iV5rD7BnWX4MB8TbTHrN1ORmk0 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:10.8125rem;left:9.34375rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N6AHCT6adi0TDEQZTRgfJqvkOwTqMf1s { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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: 0.0625rem 0.0625rem 0.75rem rgba(120,167,255,0.7) ;height:25.1875rem;width:49rem;top:13.999572753906rem;left:5.4996757507324rem;display:block; }
#mIPm7TxJffnvbn8cWot25rGTB6QcXsaf { color:#0014ff;display:block;width:43.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:15.132380485534rem;left:8.8118495941163rem;height:3.44921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gMEs86uptaoKSF4PxlSRp9xrlEsafrvK { color:#01074c;display:block;width:27.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:32.123482704162rem;left:17.030708312988rem;height:5.0996125rem;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;font-style:normal;display:block; }
#qqcyTqhhv0W3uIGWyJC1tOBkUx6dnw6C { position:absolute;display:block;z-index:15093;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:8.5rem;width:16.25rem;top:22.6865234375rem;left:7.1865234375rem;overflow:hidden;display:block; }
#MLNqZD7NyysllvA8o5BTiVRpFm2t9n0s { color:#d71f1b;display:block;width:35.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:6.875rem;left:12.125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nK2SrALGASpMH8wcTNZ8bEv9x7vG6nE2 { color:#d71f1b;display:block;width:41.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.25rem;left:10.1875rem;height:3.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RdhyvaRQXoZMczqkQ05Okwp6bgwCD3pn { position:absolute;display:block;z-index:15089;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:8.5625rem;width:16.375rem;top:21.6865234375rem;left:36.28369140625rem;overflow:hidden;display:block; }
#Nr2z3P9SczQsDHiu4aThFXIrDTfaE4Il { position:absolute;display:block;z-index:15090;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:8.5rem;width:16.1875rem;top:19.5615234375rem;left:21.62451171875rem;overflow:hidden;display:block; }
#t6oKFL77CRscle7oEbpaIccCeiXwXl90 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/e2415f84-16e1-43d5-80f3-6f0a7b9e1e42/pfs107td16756.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t6oKFL77CRscle7oEbpaIccCeiXwXl90.adaptive-delivery-prevent-bg, #t6oKFL77CRscle7oEbpaIccCeiXwXl90.lazyload, #t6oKFL77CRscle7oEbpaIccCeiXwXl90.lazyloading { background-image: none; }#t6oKFL77CRscle7oEbpaIccCeiXwXl90 > .row .container { background-color: transparent; background-image: none; }#t6oKFL77CRscle7oEbpaIccCeiXwXl90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6oKFL77CRscle7oEbpaIccCeiXwXl90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6oKFL77CRscle7oEbpaIccCeiXwXl90 > .row .container > .video-iframe-container { display: none; }#t6oKFL77CRscle7oEbpaIccCeiXwXl90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6oKFL77CRscle7oEbpaIccCeiXwXl90 > .row > .video-iframe-container { display: none; }#t6oKFL77CRscle7oEbpaIccCeiXwXl90 > .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); }#t6oKFL77CRscle7oEbpaIccCeiXwXl90 > .row .container { border-width: 0; border-radius: 0; }#t6oKFL77CRscle7oEbpaIccCeiXwXl90 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6oKFL77CRscle7oEbpaIccCeiXwXl90 > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:60rem;position:relative;display:block; }#E6AHMsedQ2wquUxuhI1GmkElKH13l9uk { color:rgba(var(--color-tertiary-0),1);display:block;width:46.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(var(--color-tertiary-4),1);top:4.1259765625rem;left:7.342529296875rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:italic;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; }
#ecuhHM2au7LQbrEMRpllytEEhOr46Kmh { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #f47490, #95bdff);background-image: -moz-linear-gradient(87deg, #f47490, #95bdff);background-image: -ms-linear-gradient(87deg, #f47490, #95bdff);background-image: -o-linear-gradient(87deg, #f47490, #95bdff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47490', endColorstr='#95bdff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47490', endColorstr='#95bdff' );";background-image: linear-gradient(87deg, #f47490, #95bdff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.1875rem 0.0625rem 0rem rgba(var(--color-tertiary-0),1) ;height:6.5625rem;width:47.8125rem;top:2.0234375rem;left:6.75rem;display:block; }
#Kz3Ro0nEiJPrn17ugIWRCffTEbTs0BMH { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:20rem;width:20rem;top:7.8125rem;left:7.8125rem;overflow:hidden;display:block; }
#luIVTd8gU61tTdBwdwJ5V4c0KC1MReJI { 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:11.3125rem;width:11.3125rem;top:13.6875rem;left:3rem;overflow:hidden;display:block; }
#iKQN5bsZlWSF5gnkPEG0BE4bRw7UamSy { color:#ff2a00;display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(var(--color-tertiary-4),1);top:2.3359375rem;left:36.375rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:italic;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; }
#uaMLGenRU6kJyim1CphPR1Ob6ryyPfDe { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #facc6c ;height:14.4375rem;width:27.5625rem;top:9.96875rem;left:27.75rem;overflow:hidden;display:block; }
#iqI9g7MltVDCZRFcK6DEax8tDN52Zcz2 { position:absolute;display:block;z-index:15002;background-color:#f8f8f8;background-image:none;border-top:0.1875rem solid #efbabf;border-left:0.1875rem solid #efbabf;border-right:0.1875rem solid #efbabf;border-bottom:0.1875rem solid #efbabf;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:14.8125rem;width:47.875rem;top:26rem;left:7.4375rem;display:block; }
#WQmQUr20QBPqbW2eezny8rA7OeTJUff8 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:30.34375rem;left:20.375rem;height:8.999rem;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; }
#U7vliLURvsmqSdHlAVnaP8JBIVTa3we3 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #f47490, #ff3c3e);background-image: -moz-linear-gradient(87deg, #f47490, #ff3c3e);background-image: -ms-linear-gradient(87deg, #f47490, #ff3c3e);background-image: -o-linear-gradient(87deg, #f47490, #ff3c3e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47490', endColorstr='#ff3c3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47490', endColorstr='#ff3c3e' );";background-image: linear-gradient(87deg, #f47490, #ff3c3e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.1875rem 0.0625rem 0rem rgba(var(--color-tertiary-0),1) ;height:10.8125rem;width:34.8125rem;top:29.4375rem;left:19.5rem;display:block; }
#wmkZzX6Cfok1s5nshmhlpquNOuO4k8Pt { position:absolute;display:block;z-index:15004;background-color:#ff5460;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: 0.1875rem 0.0625rem 0rem rgba(var(--color-tertiary-0),1) ;height:5.4375rem;width:7.9375rem;top:27.8125rem;left:10.125rem;display:block; }
#L39Fnv6lCHOlO9aH9bCqdgiCnCvneWge { position:absolute;display:block;z-index:15005;background-color:#ff5460;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: 0.1875rem 0.0625rem 0rem rgba(var(--color-tertiary-0),1) ;height:5.4375rem;width:7.9375rem;top:34.33544921875rem;left:10.125rem;display:block; }
#R5dLrZMAzm7HFOcPlTltzsrkb4WkeLL3 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.607421875rem;left:42.8125rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:italic;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; }
#JKcqZawUdkhcNns91dNPshHW4nCpm9yW { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:28.5rem;left:11.25rem;height:3.7373rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dia94sunITSWAEPgTElD4IpRHSk1bcTB { color:rgba(var(--color-tertiary-0),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:34.93603515625rem;left:11.9375rem;height:3.7373rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EMh4zeJIiEoQvIGoxgKW3T1vhondehiQ { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.8;letter-spacing:0;top:27.15625rem;left:20.375rem;height:2.13745rem;text-align:left;text-align-last:left;font-style:italic;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; }
#ERzocbbTKpzJdF5CkeA01MbTo8Jw8h0t { color:#ff5361;display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:42.0625rem;left:18.0625rem;height:1.381225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XxiyBUgW1GXLcOfLKLnbQc2ENHCL9vyq { color:rgba(var(--color-tertiary-0),1);display:block;width:45.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(var(--color-tertiary-4),1);top:4.251953125rem;left:7.1875rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:italic;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; }
#U9SXt2PNdLTpWdqGU89hpForvtq9OWgr { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:28.5rem;left:11.25rem;height:3.7373rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#oMDVipvX9mOt77EddauphTxHimaeFetT { color:rgba(var(--color-tertiary-0),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:34.93603515625rem;left:11.9375rem;height:3.7373rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#q830fyJIgMD4tdi49oAeX0T6rwR3KZ00 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0.3125rem 0.625rem #706cb0 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sarabun;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3715625rem;height:3.49658125rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:44.625rem;left:24.46826171875rem;display:block; }
#o0QsHKngwTWTF8xXZmDA9zlLTC3CD9R2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b91d3a70-1b6f-4014-91e6-1ea761563040/1.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; }#Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES.adaptive-delivery-prevent-bg, #Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES.lazyload, #Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES.lazyloading { background-image: none; }#Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES > .row .container { background-color: transparent; background-image: none; }#Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES > .row .container > .video-iframe-container { display: none; }#Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES > .row > .video-iframe-container { display: none; }#Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES > .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); }#Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES > .row .container { border-width: 0; border-radius: 0; }#Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:60rem;position:relative;display:block; }#hJL5tswCbqJ0uFLdADeaVci5M1uqVXpp { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #706cb0;border-left:0.0625rem solid #706cb0;border-right:0.0625rem solid #706cb0;border-bottom:0.0625rem solid #706cb0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.25rem #caecff ;height:33.4375rem;width:23.8125rem;top:4.8125rem;left:34.4375rem;display:block; }
#mPmtemoySrt8i2kyhQ8EmIeRFy2JPubl { position:absolute;display:block;z-index:15037;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:36.68733215332rem;width:18.874830245972rem;top:5rem;left:24.494735717774rem;overflow:hidden;display:none; }
#tiUnOEc1Jzys1Dh4T3XgNcimtH6Jz8Nr { color:#4e4b89;display:block;width:29.8720625rem;position:absolute;font-family:sarabun;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.25rem;left:2.125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nE1hSGrbQxzRHtFfZSwOQqsXrJIDAQUe { color:rgba(var(--color-secondary-2),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:32.875rem;left:5.4375rem;height:2.625125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WaezyJNvlkbc81Z2TfbMnD5IuQIufxfa { position:absolute;display:block;z-index:15038;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:16.1875rem;width:21.4375rem;top:15.5625rem;left:6.341796875rem;overflow:hidden;display:block; }
#dRKmoLvRDbXL7HoTTAF18hgnzr1fTsXH { color:#2e00b9;display:block;width:29.8735625rem;position:absolute;font-family:sarabun;font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:38.375rem;left:2.12353515625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#F1GXJooyZyeJu1kCWaK8WTwgDm4FLUWQ { color:#4e4b89;display:block;width:30.558625rem;position:absolute;font-family:sarabun;font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:4.33056640625rem;left:1.49951171875rem;height:6.3000625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#epixRmel7TuoTECeTnFzNuWVOK4kwcqJ { color:#ff5f5f;display:block;width:22.0615rem;position:absolute;font-family:sarabun;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:6.5rem;left:35.375rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KCIrI8e0G6KV5KhulnSrndgbiUPyEoaU { color:#4e4b89;display:block;width:11.875rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:35.5rem;left:11.125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-form-header {  }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:19.0625rem;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;overflow:hidden; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .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:19.0625rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .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:19.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .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:19.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .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; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .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:#ffd44d;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:rgba(var(--color-tertiary-4),1);width:19.0625rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:left;text-align-last:left; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;color:#ffde00;vertical-align:top;width:18rem;overflow:hidden;font-style:normal;line-height:1.4; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .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; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-container:first-of-type{padding-top:0;}#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-container:last-of-type{padding-bottom:0;}#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4  { 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:19.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:35.625rem;top:11.0625rem;z-index:15023;position:absolute; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.0625rem;display:block;vertical-align:top; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);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; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 {display:block;}#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 { 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:19.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:35.625rem;top:11.0625rem;z-index:15023;position:absolute; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #CvOwrQxSXm7DdfPmucgIKFRPp9GaVvLZ { position:relative; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #MrW6drmrHm43PiN2tXq6du40uVO81sLg { position:relative;display:block; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #MVSRpBF0XKWiokTiaAruquATmTXl2hNr { position:relative; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #J95d6zPZgnW06Dpdh4TNARhgnpTSESwZ { position:relative; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #Ht3psgprxCEAUk4xrguZ3Q4EmTf9x2U3 { position:relative;display:block; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #M9cSDt2QHxwcG4ynvfVUMBRUrGrLrndP { position:relative; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #ytr4G2UsHqAkAyrlfDP3Xs7RuTAAeIZ4 { position:relative; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #evdKf7gUW9UO4LUTiZt19tDhpTxNV7Fp { position:relative;display:block; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #ZwrdSrMfTA3x1awFmoqivt8lt3ZgH2DS { position:relative; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #UHEq6MPWca8x9mqk1e6K7d8t0GkEH2sr { position:relative; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #ieGtwCoTvms6XIzqNtVfJX66kfb1toU4 { position:relative;z-index:2; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #pMT7iA5SVmyi2pdTBUhdXF2FKP8C1TQ7 { position:relative; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #icJfdWucv6TDWxTHZz3Oyk1JpsDkHiW8 { position:relative;display:block;z-index:15000; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #Tq3TaCOKesiL6znzOzrKF3IuCFtQ0tBT { position:relative;display:block;z-index:15000; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #QcLeoxUpXA4AT8SrxANQp9NLnr2fRXLa { position:relative; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #DxmAkcPntJrsyOEfE5lh47HgTI6VAOwx { position:relative; }
#zXo6ZdAMwElN0EA9XabcSZrAfzJKcHFV { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RMRf66VvgUxktCoLZ1pyApP5i6qSFvFC { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xiGrUQcuKIlfNNRZnUIHGGNVIpLZcQdK { position:relative; }
#ZwQeF3XI6l5NpmRm3DwUedFF7BthxJd6 { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zlx0ppUFTKDzbs62iMs41EFQHaTinntu { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OQVaQB9E08cT9JsxsH0y9Kod1rqu54QA { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iT5U877AI10C1tG6lo3877bUKRB3VoIp { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mGaRZ8QXPUOM2DIvcw7AcdaZQ7HFOwIG { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kenToMOiGvfQvt40wqFck1r5SVkLfJ9x { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qP4nBJtdgTPGsSvDiRNS1nkhDeNGzzeT { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #i3wUg6qdvlRJp7DDfGO16JyZyeKkWDTF { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Pw8QC8dFQpSyLZGLNGHMTKZyEr8KiNyr { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KUCm06TInT1ZF9yF6FfI2vOUW1WdKkeJ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vi60D5eSs5dmpGD5naO48B08BCqhiod3 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lGaWDX3dIrmUsELPoMEOaDEhTwebNh2L { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #eMmmbBdtnEV2oUrWfOlzvfHfGxiITTlU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #expxhERhccwTfkwc0i5TMH4zTWsL10Jq { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PeXRJQSTwQuLHDCeTyoE8IxW5DxKc8RR { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Sv80mrbd7AbUMtCVnctdwKb61he72sTh { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #doqBg7IzgHraGidbUk0nwgDt7tC6TVur { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rE9qmhJxmTvrvK2hozieQw6NW8tPlTn9 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VtGpe313DMfa0XMp2ygKRSe5D26BlthW { position:relative; }
#P6bXlZLNcF6XeKJEszapvTGHmRb4uGSx { position:relative;display:block; }
#auZlLhq4MeGk7Z5lc62apK2zNLMsh6Le { position:relative;display:block; }
#AQWFB8UZkAT9gBWo4l5MT1XbGgNMgxzA { position:relative;display:block; }
#gC9UOlvfLFTFyaGnTqoMmUT1misX3ykA { position:relative;display:block; }
#oLSzP2gIrcaPNni9EqMiT96uJeqtVffK { position:relative;display:block; }
#lC3aRuqwL3zr6TTmWXChpDgM61sLuuoC { position:relative;display:block; }
#u2h54HVolybQRVoNghSmgTgFB2ntaT1H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffb500;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; }#u2h54HVolybQRVoNghSmgTgFB2ntaT1H > .row .container { background-color: transparent; background-image: none; }#u2h54HVolybQRVoNghSmgTgFB2ntaT1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2h54HVolybQRVoNghSmgTgFB2ntaT1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2h54HVolybQRVoNghSmgTgFB2ntaT1H > .row .container > .video-iframe-container { display: none; }#u2h54HVolybQRVoNghSmgTgFB2ntaT1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2h54HVolybQRVoNghSmgTgFB2ntaT1H > .row > .video-iframe-container { display: none; }#u2h54HVolybQRVoNghSmgTgFB2ntaT1H > .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); }#u2h54HVolybQRVoNghSmgTgFB2ntaT1H > .row .container { border-width: 0; border-radius: 0; }#u2h54HVolybQRVoNghSmgTgFB2ntaT1H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u2h54HVolybQRVoNghSmgTgFB2ntaT1H > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:60rem;position:relative;display:block; }#vBKZZB5nGu4d2wNKb68Tp3FQf23J9XOx { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:2.1875rem;display:none; }
#KNmvovoUx7vLNxGkMHWgwbvcoaTLDJhC { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:2.1875rem;display:none; }
#W32PtUHGfJcKi1LITMnFspT7HsN4hzsW { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:3.9375rem;left:16.25rem;height:1.70625rem;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;text-align:center;text-align-last:center;display:block; }
#IDuTiHHLeHe9UPtaT4RL6yWLCzbXu36s { color:#000435;display:block;width:29.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:0.75rem;left:15.125rem;height:3.36875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ap3sKJeRPCVvLEN93v0rd8U05N8g5y2b { position:absolute;display:block;z-index:15002;background-color:#000435;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 0.4375rem rgba(1,7,76,0.28) ;height:23.125rem;width:18.75rem;top:6.3125rem;left:0.875rem;display:block; }
#vHZ126n1mp0Jiu5h4dDVB9UKycLT1of3 { position:absolute;display:block;z-index:15046;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:14.8125rem;width:14.8125rem;top:7.5625rem;left:2.5rem;overflow:hidden;display:block; }
#LIrVr6Q6fehIWLp0D8SIpBSHWMiKgzLb { position:absolute;display:block;z-index:15003;background-color:#000435;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 0.5rem rgba(1,7,76,0.28) ;height:23.125rem;width:18.75rem;top:6.3125rem;left:20.625rem;display:block; }
#o4BAIteVvVAqCgSqN1cx9xTurKJbrf5Z { position:absolute;display:block;z-index:15048;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:19.1875rem;width:17.375rem;top:5.625rem;left:21.3125rem;overflow:hidden;display:block; }
#xWwZxtRDMsVFFctFgCAkhbOUhgqxZo67 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:24rem;left:2.25rem;height:3.57421875rem;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;text-align:center;text-align-last:center;display:block; }
#xVyAEq5oS0KRQ7dUHu4wXIi29KtCK3Dn { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:24.1875rem;left:21.25rem;height:3.125rem;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;text-align:center;text-align-last:center;display:block; }
#uv89gQIvEIJ89UWPpfhkv3TPKGhWuTVA { position:absolute;display:block;z-index:15004;background-color:#000435;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 0.4375rem rgba(1,7,76,0.28) ;height:23.125rem;width:18.75rem;top:6.3125rem;left:40.375rem;display:block; }
#I2XkMawhiTpy8ATtbIEXOhEQ34cqVNTp { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:24.75rem;left:44.4375rem;height:2.03125rem;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;text-align:center;text-align-last:center;display:block; }
#rx0qiLqKlathCOMqbF9zgJotkSHyvdFZ { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:16.875rem;top:7.875rem;left:41.3125rem;overflow:hidden;display:block; }
#Z1axqKEXCviekZ8VAEyOe2vaXLATFzIX { background-color:transparent;background-image: -webkit-linear-gradient(113deg, #ff00b5, #590cff);background-image: -moz-linear-gradient(113deg, #ff00b5, #590cff);background-image: -ms-linear-gradient(113deg, #ff00b5, #590cff);background-image: -o-linear-gradient(113deg, #ff00b5, #590cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00b5', endColorstr='#590cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00b5', endColorstr='#590cff' );";background-image: linear-gradient(113deg, #ff00b5, #590cff);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:4.125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:33.25rem;left:18.625rem;display:none; }
#PHUibaZdwlkckw3RyaZTR5PmTdzuFTZJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MNwMZKwOXNTelkiGRJQC4031BIbrPTAP { position:absolute;display:block;z-index:15050;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:3.4375rem;top:8.5625rem;left:1.5rem;overflow:hidden;display:none; }
#yuImOZNuLrGVmFOHeBhhAF0lzbuleU5m { color:#310f56;display:block;width:14rem;position:absolute;font-family:sukhumvit;font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:32.0625rem;left:12.25rem;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; }
#ycIG1WXLoV2X8ONkcsvTWbzvywIJOns0 { color:rgba(var(--color-secondary-2),1);display:block;width:15.125rem;position:absolute;font-family:sukhumvit;font-size:2.125rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:33.875rem;left:11.6875rem;height:2.55005rem;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; }
#Ax44g8hu6HmcK1IdJcLAArPyKKr6bVFS { box-sizing:content-box;height:10.125rem;width:20.25rem;position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d5f13636-f399-48c1-bf00-511dc032ff61/05JulyLandingPageSuccessyourFinancial12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:30.25rem;left:28.125rem;display:block; }#Ax44g8hu6HmcK1IdJcLAArPyKKr6bVFS.adaptive-delivery-prevent-bg, #Ax44g8hu6HmcK1IdJcLAArPyKKr6bVFS.lazyload, #Ax44g8hu6HmcK1IdJcLAArPyKKr6bVFS.lazyloading { background-image: none; }
#uXD6ZO3dzguGb1KArTMUN7f8q5TFeE1K { color:#310f56;display:block;width:14rem;position:absolute;font-family:sukhumvit;font-size:1.3125rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:37rem;left:12.25rem;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; }
#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row .container { background-color: transparent; background-image: none; }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row .container > .video-iframe-container { display: none; }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row > .video-iframe-container { display: none; }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .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); }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row .container { border-width: 0; border-radius: 0; }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:16.9375rem;width:60rem;position:relative;display:block; }#a3x6THT2HTEIM20StobGBCaODuNxfhmJ { 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:1.25rem;width:8.4375rem;top:3.9375rem;left:0rem;overflow:hidden;display:block; }
#tKGCtG6HPqLv2PoT5oze06mH8nPnk87y { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:2.2744125rem;display:block; }
#TkqeyPRsDUD9EVTVCfCMkTGAxh2t84lh { color:rgba(var(--color-tertiary-2),1);display:block;width:30rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:2.92383125rem;display:block; }
#DUmKhCi6UT8TRkiQTwPx1ko6OpSOTGe4 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.875rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:39.125rem;height:0.975rem;text-align:right;text-align-last:right;display:block; }
#aKNsSBw3GWl8K62hwmz3vRyJbUnfGTNS { color:rgba(var(--color-tertiary-2),1);display:block;width:14.9375rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:45.0625rem;height:2.2744125rem;text-align:right;text-align-last:right;display:block; }
#blckLm23iTss5Ki9xQrfzML62e3QqZM8 { 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:3.9375rem;left:54.3125rem;overflow:hidden;display:block; }
#qUXdyRy0EIMLp5i4PvfTT03tyxfvQ6Dt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#qUXdyRy0EIMLp5i4PvfTT03tyxfvQ6Dt > .row .container { border-width: 0; border-radius: 0; }#qUXdyRy0EIMLp5i4PvfTT03tyxfvQ6Dt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qUXdyRy0EIMLp5i4PvfTT03tyxfvQ6Dt > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:60rem;position:relative;display:none; }#iAq02VSPSbFGvwTnIT0VoAzgS6yQzGo5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.537109375rem;left:22.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#IrVrXc4OClRTfBIeLOOo7U1dpmVisawC { color:#842cdd;display:block;width:14.3125rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.75rem;left:1.25rem;height:1.78755625rem;font-style:normal;display:block; }
#tfJXq5Gozxr5GArPZwaI7J5twovcb5GU { color:#842cdd;display:block;width:8.125rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.75rem;left:31.3125rem;height:1.78755625rem;font-style:normal;display:block; }
#TiNtMIo42pDn1wn8oKulyoawT6c4o6gp { position:absolute;display:block;z-index:15014;background-color:#8a43ff;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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:31.9375rem;width:17rem;top:6.75rem;left:42.625rem;display:block; }
#CSD5tfnQI5F53uL8rnHTxZLAUT1oxo6m { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.75rem;left:45.9375rem;height:1.78755625rem;font-style:normal;display:block; }
#VwqUw7QDwBVenEXiPSP8FzIWRJPoonX0 { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe69d, #facc6c);background-image: -moz-linear-gradient(180deg, #ffe69d, #facc6c);background-image: -ms-linear-gradient(180deg, #ffe69d, #facc6c);background-image: -o-linear-gradient(180deg, #ffe69d, #facc6c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe69d', endColorstr='#facc6c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe69d', endColorstr='#facc6c' );";background-image: linear-gradient(180deg, #ffe69d, #facc6c);background-size:auto !important;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:2.5rem;width:17.1875rem;top:6.75rem;left:42.5625rem;display:block; }
#L73VNbkS8mH6fPL2qiLZGQJ8oaB8Tgof { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.25rem;left:48.3125rem;height:1.4624rem;font-style:normal;display:block; }
#Fsqs1y7JCRpXpA7qafypkkFGevE0OLlI { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:15.1875rem;left:1.625rem;height:1.29980625rem;font-style:normal;display:block; }
#QfXsZQu8ILoAKWgfDfaH1T1fA4n7Jz8b { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:58.25rem;top:19.625rem;left:1.375rem;display:block; }
#ZQpXluimuqTzpGJkl7cN9umMet5hPSDe { color:#909090;display:block;width:28.8125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.5rem;left:1.625rem;height:1.29980625rem;font-style:normal;display:block; }
#MmrqW4N5StJ501FBuyWo2UL02ArVMQKf { 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:15021;opacity:1;top:14.25rem;left:49.5625rem; }
#HCewRCk4qQmzNoDOGnsaH0PlpmitM6bw { 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:15022;opacity:1;top:14.25rem;left:33.5625rem; }
#MToew5if7eSSuGKB5sET8bf8Bc4uE4Or { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.5rem;left:1.625rem;height:1.29980625rem;font-style:normal;display:block; }
#axNZd7li1i1PART4veGdVyTrcRqV6tHM { 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:15022;opacity:1;top:20.5625rem;left:33.5625rem; }
#bVBA6w1qkaOqKukunNMg24AaRxFuHAHG { 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:15023;opacity:1;top:20.5625rem;left:49.5625rem; }
#st30qAZTi1323i1f3EUwPnoBRTqrs4qx { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:58.25rem;top:25.625rem;left:1.375rem;display:block; }
#SsAQ3tr5bZU2VFDRmxTNxIWKchTJk7NX { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:27.8125rem;left:1.625rem;height:1.29980625rem;font-style:normal;display:block; }
#Ji8zFpUL1k57m8Bg3oD0TnhFsyROigck { 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:15023;opacity:1;top:26.875rem;left:33.5625rem; }
#ry6zn3QGLopTWT6Ou1fT9EIaDWsEhRUN { 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:15024;opacity:1;top:26.875rem;left:49.5625rem; }
#Fh9E2i7o0EQ5lZaTQ1rnUmpFNoEcqRDE { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:58.25rem;top:31.8125rem;left:1.375rem;display:block; }
#ncMHD73WQPJyV0kbF8qfBmqV0KJTgka2 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:34.3125rem;left:1.625rem;height:1.29980625rem;font-style:normal;display:block; }
#TxK4TCUc0bmo2T3Kc98Xp7bsWH1S8amb { 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:15024;opacity:1;top:33.375rem;left:33.5625rem; }
#C3gbhdlIRHfxsbDCnbEDKfJyIByCxSId { 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:15025;opacity:1;top:33.375rem;left:49.5625rem; }
#fPDfFrevSXUDb6D9CRNrH5mVzkbdEp5X { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:58.25rem;top:38.6875rem;left:1.375rem;display:block; }
#dZrET3oRuRPT19O7vc8lMM5OgaTJNGkW { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:42.1875rem;left:1.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#RS2gQFwCPwmZf5q9BVq2rTGot9ACBGkG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:41.25rem;left:13.0625rem; }
#yTnFx8vPLx3P3FoLJbHxmTtkiI4t2LWK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:41.25rem;left:17.75rem; }
#sEDTMekuQ8eRI3auETdgsDJBTZdcnB7o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:41.25rem;left:22.5625rem; }
#huekIB0To2PR3aTkdITCFNot25Voed7e { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:6.125rem;left:5.3125rem;display:none; }
#MphqZayCG84q7xBoBhlc73mP3GsWvXAw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:2.875rem;left:3.5625rem;display:none; }
#xbWf549DhCVFThlnEeSSXR7laRgDAoZw { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:3.75rem;left:9.3125rem;display:none; }
#sRwU7ZbtBvvT5uiOxIuJH4krcMmuIkTJ { 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:15000;opacity:1;display:none; }
#mDT94Z7519wBDo13iHguSBCMi0SEqZnu { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#D7fhEyVqRv67KTssJGORby0vpQ8Z0HTn { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#HiZWiUHD69ELPhkWcFfcNRk2bUG7NEdu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.125rem;left:15.875rem;display:none; }
#mXTHpr2oTSRS7XtQ0W9h6amdFbs3MwKC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:14.75rem;left:8.5rem;display:none; }
#TH1iMflNZrVBnflfbtDhMthBIWs8wlGn { 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:15000;opacity:1;display:none; }
#w7BT4WDSFweUFmx21qTAKwOenNDZmirD { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:10.875rem;left:2.6875rem;display:none; }
#enVumyAyqtDwtyw9yQhTdZrUHnrI9Syp { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Jbl7274JrsrzCRyXLGnvgBNxKzeczu0F { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:13.1875rem;left:0rem;display:none; }
#f4ZEB8etPEgxh0DTGsD3nBsGTBCyobQT { 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:15000;opacity:1;display:none; }
#s8TT7uvbgL5TENoHUEn8DwTyk4ihOD72 { 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:15000;opacity:1;display:none; }
#kCzp8QR5a7wWW5CmCsUiSdJsGMZdVZmg { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#WE44l0GWhHiAOBQn0KRyS5RUx01HbLiT { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:18.375rem;left:0rem;display:none; }
#H3NLL6047v4UzXXpHS5o6s4v0qyPbMlr { 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:15000;opacity:1;display:none; }
#QxWTdNh38PNI8IHXXbi10nbiLPHfHriA { 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:15000;opacity:1;display:none; }
#imsPmiFif8KMP2k8TbIcgHWSe7qgbf18 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#HrWln43TgOKyuv2f57XAd7EL2nzKFkX8 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:22.3125rem;left:0rem;display:none; }
#Plbs7HkaGlxByA6gQKdo1yClIMEeE0kC { 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:15000;opacity:1;display:none; }
#T6yewS2Ba4nGQXLJCmgHowMhVDvZeRcr { 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:15000;opacity:1;display:none; }
#XDNoNkcXWnWLmzS8fZZI3Byfhs3HhSwi { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#GhEPTKS4vc5XTzKLr462paME8aAG8ybq { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.8125rem;top:28rem;left:0rem;display:none; }
#SxvCc8qVKy6471v7i5rTTS3AcN3qRG9I { 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:15000;opacity:1;display:none; }
#VIvqBOncAz4CwOvNgTDm3kUSExJA9m6M { 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:15000;opacity:1;display:none; }
#F8rzPBlyBZ86XStI4EVZkCkRheafzWig { 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:15000;opacity:1;display:none; }
#U3EusgJgkvTUCMdpq8iqBguCK3QOxORd { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:38.0625rem;width:59.1875rem;top:6.75rem;left:0.4375rem;display:block; }
#VHlLlGwJBBJi3RgW6xqB2qR3u1OOJrLQ { color:rgba(var(--color-tertiary-4),1);display:block;width:55.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:2.2;letter-spacing:0;top:1rem;left:2.0625rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MOB8p9VVXhoTpvUayBxLsDtdwOVFsFmG { display:block; }#MOB8p9VVXhoTpvUayBxLsDtdwOVFsFmG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pV5o13QJxLTJerptCdclZx7PFH5gtI9u { top:1.3125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eURKlceEnuGcuTo32MeTu0MT24ANey9o { top:3.8125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8MMbTXNIUVtqtSz2qA1Urbks4sz19nq { top:10.0625rem;left:15.25rem;width:17.25rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKXA5UvTiqeU4TfyQo4JpMxh7etMrumT { top:7rem;left:13.75rem;width:20.25rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zeo9pUrLopnUsW0Me1H8X3aGlULQty0v { top:21rem;left:2.90771484375rem;width:41.875rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLEI4WUIeDP776K2q5Jh7GagQZZIceib { top:11.75rem;left:6.5625rem;width:34.625rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg { width:18rem;height:5.0625rem;display:flex;top:17rem;left:20.797796249389rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #eRTtEqrhSsvSPWWiIZHxEdTfbik1VLGJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #BwE022FScrRHJ86UAyN6Bi5L9uBS8icH {  }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #d7Ivtq1h2d3b7maQhpZOgvGyNE5kx7v9 {  }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #ZA6otg5mq6OuvnaXqwzFcqPs8iXMEqWc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #RKdXV0cWqfy7Z0mTN1hXbCD722ABebcT {  }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #eKQxgHno20AhrJP193DilqI0w9SDvmkN {  }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #RN96qlF6ghPTv4XKsxehX1E2GZxRfwKs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #bTxizZk4egeJKppwbHbGIbI6z5eh64OE {  }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #bmwsM02qAqVdkTcJlAnHAUqSbrcZMPwD {  }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #PAmnERdbtGaTviqNoQV8mqehPmQ7hOB5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #mtgICCxulOemb8XkI68U3Fm51vQyTo37 {  }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #B8vofO124bBWgSeEtKprVbdJicEJ36wT {  }
 }@media only screen and (max-width: 763px) { #ks3qrmd5tceHR87CpepPhhIFKOsSbQd1 { top:6.625rem;left:11.3125rem;width:25.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xStiOuZH9nUlnRxtm2741TZE7FC9l3sI { top:6.375rem;left:0rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvBQDN5lMUEZLFSdFk8nH0PZouHsXsOy { top:16.5625rem;left:1.3251953125rem;width:8.4375rem;height:3.5625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XX8fDzv2QH8uhslu75dDT5uAWf2wZdTP { top:0rem;left:0rem;width:7.6875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fupppGTOKT640opJ3yG43CtSdcuU2XP3 { display:block; }#fupppGTOKT640opJ3yG43CtSdcuU2XP3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tuBA2Jn8kTP7HVupuxP5SwdUzo66adhT { top:0.8125rem;left:0.8125rem;width:18.6875rem;height:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#po9p6IyUi08Dk10lldUdQTe9DczZGcV7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#po9p6IyUi08Dk10lldUdQTe9DczZGcV7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#po9p6IyUi08Dk10lldUdQTe9DczZGcV7 { width:18.5rem;height:5.1875rem;display:flex;top:28.4375rem;left:0rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #qoooVbwpTLXu36O2MTIb7Tb28P7SNTs0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #NkUw9l6zIPCaTewTykNnbqqLpMK8wGc2 {  }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #vR80KUxQRMFEuEtPEpWk9Il8VAJz244C {  }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #xzHDqNhgT0XlSRzUpuhXh4bRmPgwW1kU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #MpckAPgDUnH8BQltMCSKV9NZPqoNV7VA {  }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #HMuXVvEEnLqFTwiahItXz9GWZAdQ8Fba {  }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #wuVPSGc7T0cKpvwNPTk1FKTzt7UOVhFT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #XUe0ZlPvE7V5KeWQOPa3DKgdnkx77G9T {  }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #T7TXAQnWduBfoTJ04GVcT9MaoBwIbpb2 {  }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #iMg7ocWTOymxJICLdsIO92nDqZx6bS06 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #sCkV9I4ePRSLH6wnapoTChpmP8vbRHGR {  }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #mCvXo2yXSneKI7J8LXVJty8DLRavVTZa {  }
 }@media only screen and (max-width: 763px) { #oZ5cTJplxn5Mdsbi8tId0r8dLDJwVRtE { top:0.875rem;left:21.4375rem;width:26.3125rem;height:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZO3hrA6OxckhXHvZSyUWvs9r75SNk79 { top:9.625rem;left:1.8125rem;width:16.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6ZT90fzL196Alodu7GsO2ZSNwgLhMSI { top:6.75rem;left:22.4375rem;width:25.3125rem;height:2.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9eegrnN4Nh8xiimGWJSEbamvztURFsB { top:3.9375rem;left:28.375rem;width:19.375rem;height:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgX48kCU1B3JJcGFm6C7ovW5frBIpvZO { top:3.6875rem;left:32.125rem;width:13rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ3DlTwRVxKBAMs5ZLoo74k43rVHSLrs { top:9.5625rem;left:30.25rem;width:16.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUfHh3US04W1P3PIFXi8TflnGSty0xWN { display:block; }#kUfHh3US04W1P3PIFXi8TflnGSty0xWN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FS2kcCNTQJXy2CQ0gZsJsDLospAEsXbd { top:0.8125rem;left:0rem;width:18.6875rem;height:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eCqQQfwVE22voZ0qXDb4ulauntt4bomG .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#eCqQQfwVE22voZ0qXDb4ulauntt4bomG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#eCqQQfwVE22voZ0qXDb4ulauntt4bomG { width:18.5rem;height:5.1875rem;display:flex;top:28.4375rem;left:0rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG #PptIMWyFnsa58eFFNnpQ9UN68zPeDbGe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG #WtQ10b2wEr02XBMSxwN8W3o4Iyfhavi0 {  }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG #IrwVi4PiMSmMK8dM0HpILCM8cDF40Xfm {  }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG #DGeJE45KDa0dXvLUeVlhlxmiuMMlrkg7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG #duz3BgT6wWLw74sgFxWJGkl6gFVV6TVn {  }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG #f2KmmaObTxiP6CJTOgbKLTLUuvaTrBML {  }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG #SwpUdpakbWgArAJtDTqBBEWwxrDRWgU6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG #fiKyA2BfwTWE3ShkT7OM8SEK08cObgvo {  }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG #LA4qAPxx1K2eXl0Sunou8sSTfK2kCbtw {  }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG #DazSHSITni9WSrBue13KRUT05ASvFohr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG #TyxnMrZP3nJSK9rrRaGP4hK68VnkJmwO {  }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG #t0VKQg0wogcxtoLTxD0QCcEk4segnMuZ {  }
 }@media only screen and (max-width: 763px) { #UQbTzhOxIPXRLNuzNUQsAgZg9z1aFKSJ { top:2.125rem;left:26.25rem;width:21.5rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huprCZaZLVXIuQ7dc46n3rAIfgMUBSwo { top:9.625rem;left:1rem;width:16.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALAct3DTEPpaNS063VshxlFxw9HyxQL2 { top:7.1875rem;left:22.4375rem;width:25.3125rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIvd2AThb4u2WMIZNkhVpFewh9q3EiU5 { display:none; }
 }@media only screen and (max-width: 763px) { #xA0ibGUUINWxQL1gAN3RNZOtIgKz0rar { top:19rem;left:0rem;width:20rem;height:0.6875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #veSoH1sQ6lF9qswaeGq6b8HgXBPIhH25 { top:9.875rem;left:30rem;width:16.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWxtDXBxAhaz4eFLTqUpKSLSg1uEIoPI { top:1.0625rem;left:22.75rem;width:25rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUdTvwGT4hF2i1EKTDExUwJXTG3Fid8k { width:12.3125rem;height:3.4375rem;top:73.375rem;left:17.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xzde7Blkhoop4Q3wS158ccbrDdGeGPpa { display:block; }
 }@media only screen and (max-width: 763px) { #HeDxiT5KzNzdGqLiJ5hWrqtDTdTnfnGi { top:5.5rem;left:22.75rem;width:25rem;height:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2y1olvrgkOMEg6SNT17a2ps6muP9BMV { top:2.875rem;left:0rem;width:8.125rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #byvcmdh7rVK3qXQBwNmv06VPOUKfJS1B { display:block; }#byvcmdh7rVK3qXQBwNmv06VPOUKfJS1B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KcTwrr7wkZrJK9TDV6qG5caovNAIDva1 { top:0.8125rem;left:0rem;width:18.6875rem;height:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VEos6tFXSOSufcXogAQ110BPU1mH1xg8 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#VEos6tFXSOSufcXogAQ110BPU1mH1xg8 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#VEos6tFXSOSufcXogAQ110BPU1mH1xg8 { width:18.5rem;height:5.1875rem;display:flex;top:28.4375rem;left:0rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #UaTA4pG8KnBZifTLX7hZwI4nfH18CJiS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #VbMIIy4h3K9LbchhpDBpqusEq9z4I5Dz {  }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #hBAqTsmokvk32SoIX22t7wqVxsI4vqoa {  }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #hRKdDZTSBMvmBzgSlTEmw9xexwpAc3TI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #BicJ94xAPy2veVnloIC6lK1N2JAhumsd {  }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #WcSBvPMJ76muRvZKtlnNoKNbqtnGRtRg {  }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #HHbsq1CJFIedRxIkH7ltMTtKKLFq4mcW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #gPV7rvT6dweCiiAuLT9TxuGdWFZewZAh {  }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #PumPJ1GRMhCfQmipM1vnPcCAQAr2SqcR {  }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #Xel3PlCOpgL2hbJOKGdCtc6PCBeXc7v2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #QO1HGNWSn3MTSgDnS0xTPq1mcEERDUvS {  }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #Z2A5HDyyTV57yyhiT6euptfdQsKqdbMN {  }
 }@media only screen and (max-width: 763px) { #TRyFyN8Py5mRSoAvbUhb9qgy1i7SytOq { top:2.125rem;left:26.25rem;width:21.5rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCiKdJCEWIkQq7iJm12NmVDwLDSMgTkF { top:9.625rem;left:1rem;width:16.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVsuST956CmbwXbWEsWCtEUHWTNiGQlZ { top:7.1875rem;left:22.4375rem;width:25.3125rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsobegxB8oN3L4B79AaKTXT2xEGIOrXK { display:none; }
 }@media only screen and (max-width: 763px) { #WuOabexgOzn8Vrz08XKmmy8samED8uiq { top:19rem;left:0rem;width:20rem;height:0.6875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S01qaTIRfJaCx9NeS7yTsDQ8hgvHcKQC { top:9.875rem;left:30rem;width:16.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awL31we4B05e6cFJwvzUbxF8ZlbAmESQ { top:1.0625rem;left:22.75rem;width:25rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi99aZUQ7v2uHU4USWf0neJ9TxEM0Msn { width:12.3125rem;height:3.4375rem;top:73.375rem;left:17.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRuxochZaMW827bqTsVLebWk4D4SlQZf { display:block; }
 }@media only screen and (max-width: 763px) { #TF80SS1cLVT3qfMudZxyc4BbETIUdm0Q { top:5.5rem;left:22.75rem;width:25rem;height:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE8I2hOop6bNuTsTutocGTRI3dt9oJJB { top:2.875rem;left:0rem;width:8.125rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c96WSRhGXSDSpWTDEsANX3nPSb7sJMsZ { display:block; }#c96WSRhGXSDSpWTDEsANX3nPSb7sJMsZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SI8svTFDaGauQw1yyNASTXuGxaUbF85K { top:0.8125rem;left:0rem;width:18.6875rem;height:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl { width:13.875rem;height:5.1875rem;display:flex;top:28.4375rem;left:0rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #afvTGtG2ETrAggWWm1tHUgdqKAG7XVcp { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #IdzvPsqggZanaJ8mT1locRKQKrMeTW7L {  }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #Hw1J92V40Knmu6VT4mUCVZSH7LzP5zQk {  }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #sDn1sUkcGHNbILs7lDT4qKqHmPchKauP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #U3UMTCQAX9qA6n864uRVeTyW0pXx7ZWq {  }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #JCTna0yPiW18lWrUrd3hkg170yQRAdz4 {  }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #uvZbScvMILp9bOWzJntgTowNuIfetzKy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #oEGEdgGXrc5IVGcucTX1sscyA5h3wki3 {  }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #dox57c9QuUJeDXyCGCCrVWKS6gPZKadG {  }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #o2ZPRhGSmaP7gwqJKEWoHEkgqUiWvS98 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #LTemHuT2ec7O2hJs198LXIKkoCwc2OEA {  }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #kNwiQ055zMCs3QzAqWhWKmXw5kTEwXZB {  }
 }@media only screen and (max-width: 763px) { #D97wh0vUTsQvXDZVMLNXPGG65b5CuQT0 { top:0.8125rem;left:26.25rem;width:21.5rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbgQFpIRZ7sft9Vk6ednuRDch107RKBn { top:9.625rem;left:1rem;width:16.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHthmAPxE0OGMBG3UtOdDLIrDJIZMGHB { top:6.0625rem;left:22.4375rem;width:25.3125rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhEPgfelH3KzTtvzILRRnbEkBsk0Vzo6 { display:none; }
 }@media only screen and (max-width: 763px) { #IAWMkcAFMIIsFqvQRd73ffury27Uk6O7 { top:19rem;left:0rem;width:20rem;height:0.6875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3xehnAEAxWabT0b5LhepVCntvWxcLqB { top:8.5625rem;left:30.875rem;width:16.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbfPKEzxDK3xDLLX2gIaW4SyduHIlhNH { top:2.125rem;left:22.75rem;width:25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnRFO15HFAEU2VUTtZ7ANFsHtDJakhv2 { width:12.3125rem;height:3.4375rem;top:73.375rem;left:17.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GrU7wQWVZ2MbuPEt4vVxl794sfz0XbnT { display:block; }
 }@media only screen and (max-width: 763px) { #vDg8ymSVEtoebm57w743Cxyxh6FK2bLo { top:4.0625rem;left:22.75rem;width:25rem;height:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMLTI35fqMCf31zClinrX4K3eGNxlgK7 { width:17.5rem;height:3.4375rem;top:1.875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM2bPRbV7LGdfX6Tg2T6vh0zah1JyT9x { display:block; }
 }@media only screen and (max-width: 763px) { #UtfPGP6xPqBr7H7RH5GPTnxbvSbgXGkv { width:17.5rem;height:3.4375rem;top:1.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiz3t2HSxKHOTTmHQytM4mZ2Jrhs2dTA { display:block; }
 }@media only screen and (max-width: 763px) { #WI4O8MJyWmhNgm7BV4bByNr1mMM4CTGi { display:block; }#WI4O8MJyWmhNgm7BV4bByNr1mMM4CTGi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTkwUr3VsqRsnFC0nBI5RaTGLu1XHGtq { top:0.875rem;left:0rem;width:18.6875rem;height:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N { width:18.5rem;height:5.1875rem;display:flex;top:28.4375rem;left:0rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #bN0nFHGNNFwF1iPsdl2aCRWT1iTWZ3vM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #GyXmXRJHA68S9yK9ZrAMri8uDyJrb9En {  }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #g2CbpeCHchhTeVKIaxqbSMmrLMdWGT11 {  }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #kqN2MTOfGbiXoz4uLkTeeDcgQnroMmNJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #Vq2vq2taoHGCZZmr14B9mKZ1QmATqcr8 {  }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #MPxQFFtxLhD5euQT6t2TtKT2mWz9xwx9 {  }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #OE5u1vLcsL9kIA3OaavR5WOgSBZUb4DG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #LoW1ldck0x21xz0k1gDvD95Ts2C99uf0 {  }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #O98mTqNL8C4Q57JrSOfUHx4EgNtTsmHZ {  }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #ReEpdZUCiVAxFW4mforLXNeLdWTewecD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #d1OdRPr2HLBFUwS5d9sea3ugbUmEWd6o {  }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #MBkE0tKzh7MTwvB0l1BnOdJqcwhcWsIV {  }
 }@media only screen and (max-width: 763px) { #TlLOUPRRW9s8tZm1eXWROL1edL2liZ01 { top:9.4375rem;left:0rem;width:19.125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfpWFaxTnZThHa7ilpdc9I3NlNaKKX4U { display:none; }
 }@media only screen and (max-width: 763px) { #hM8roO5UuVCQLUTGHWc6Oz9TBs1nVHTl { width:12.3125rem;height:3.4375rem;top:73.375rem;left:17.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOT84MBpWzX12RxQtCTEFGSSn2RWw2Nr { display:block; }
 }@media only screen and (max-width: 763px) { #LgxTebcIbv52JwTxuOmyKKFMosZr6rIS { top:0.625rem;left:29.4375rem;width:17rem;height:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw5dKrnUoezvsMx2XBKKeccsJKU8wF33 { top:3.1875rem;left:18rem;width:29.75rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ3EgN31iULHB2MAmUKeD4cpSBlRh5SD { top:2.75rem;left:19.8125rem;width:27.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkQB9sRQMy7TJ7nvMEMaxrIVEmAny0AD { top:5.375rem;left:34.375rem;width:8.625rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWLGPEE3k4nnf3mPmZSEZiR4IyRTOctX { top:6.875rem;left:22.4375rem;width:25.3125rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeObg9i6ZLR1CMV5Gu9CD2RclFdNy7iM { top:9.8125rem;left:29.375rem;width:16.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po4NzqT3MXgD4lxxHw8ntvle2Co9Flkv { display:block; }#Po4NzqT3MXgD4lxxHw8ntvle2Co9Flkv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yowm512ZCPJz98ElB1Fvho8ms3svTweH { top:1.4375rem;left:4.4375rem;width:38.8125rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZii4pbNCrvy8h011pVus8QIp4mt9JVJ { top:5.25rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oNEh2bMJWtrhICat4J8HccAfLHkn7nGF .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#oNEh2bMJWtrhICat4J8HccAfLHkn7nGF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#oNEh2bMJWtrhICat4J8HccAfLHkn7nGF { display:flex;width:18rem;height:5.0625rem;top:15.25rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #oncgmy7a5TLLG01f5UKATGFTFlTywh8K { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #C4qtQoDyqhOG5iaE3AoTJ6zb97InBtww {  }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #Qo84ATCP7OBA84kEfheC9DybJ1CvR4QE {  }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #PFzv3WO0xI7sQ4NRz5t7E6QrVCTmTbJe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #ES9lWzlMmX14wM0wq6eJEgTJ0LCPPIxt {  }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #LO1o9iGgssdG0A42F4e2edEJRTfTzfbe {  }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #okXAdDMmxrIfZJhKkHpw15sRW7riATmt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #NRLeeuCHSGeFUzU7mia1VVamufFfJv3O {  }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #ZKzKJ9sbzwGTlaop6p2pQVuZnxQ25aCb {  }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #nInUXEkDnQnk62ZvhBoOpm6zt7yUzS3E { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #UKO7BKO9H6IqQmsXQdJVl2t741Uwnk6B {  }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #e1wm4THulUssF1g4iQTodTVmor10bXKl {  }
 }@media only screen and (max-width: 763px) { #kM0A1XNzBIQ6l00TTGA7xF4zL9UdweiP { top:20.1875rem;left:13.25rem;width:21.25rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOxD4PDeVfvwT19JtSTLwQ1A8lhMmMJq { top:1.5625rem;left:0rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NAFvXM0slwhyV0JLW4qPaTfq0TOwwamA { top:1.5625rem;left:0rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EpgQaWf22uQsI5FnJRfW1x1TqEZKdJxz { top:10.5625rem;left:2rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TydRv1sVBH31WV2fAG6Kye6V97zoWbDf { top:17.625rem;left:34.5rem;width:13.25rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A3MdTVAcbNTZb5MhD9EPd7qhbpNQ69Li { top:21.625rem;left:34.9375rem;width:12.8125rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lfctS88InsTcFBtidb5RZ7UTyg7AikZn { top:21.625rem;left:34.9375rem;width:12.8125rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RyDP0cxoXV8Z7bF1OCT5KaOG2F1obeDf { top:11.6875rem;left:2.875rem;width:13.625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smafRRdR6SJF5kkuk3vETUigrNcTAqgc { top:11.6875rem;left:17.1875rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DapuO5WbRySiQX3Nu7gT7ksyGEoy2MAU { top:11.6875rem;left:31.4375rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exwSe9NhtN2P6dwziiSNKToCK2RvbRBN { top:19.75rem;left:13.1875rem;width:21.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx3Kg2b5UfFpNCySFrU9GLcKIe2HuJ6w { display:block; }#Lx3Kg2b5UfFpNCySFrU9GLcKIe2HuJ6w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wldvbVrdzyZvXgFh3emadtwlHBZ0tCIV { top:0.6875rem;left:1.6875rem;width:23.125rem;height:9.4738048002069rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGawLk2IeOeQ8BdMH37kvbnOcrXOW5u4 { top:11.625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI5UAi3KyU7XeA5KBgWtJTf4utTd755P { top:4.5625rem;left:0rem;width:5.625rem;height:5.5636636986467rem;display:block; }
 }@media only screen and (max-width: 763px) { #h68cXLZrHsRtN3tNTyD2wBVJ1XaDoOPW { top:15.875rem;left:0rem;width:16.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqlpeTBZLPF2fS2vEJgKe56eH4bFd00a { top:16.25rem;left:0rem;width:13.875rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tirfm0u4uwDcuv0JZt7gACNv8vm7ViW4 { top:16.25rem;left:16.75rem;width:14.4375rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0iE7KhWUTOldFm34BwfCLFeu6b0bck1 { top:15.875rem;left:15.5rem;width:16.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O76Au5fB0rhkNlXzdhkqqbZKWyXiTQ53 { top:2.875rem;left:27.6875rem;width:18rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT5ZFuSecT7meeqd3h0TqLtOO0z9PCkK { top:5.625rem;left:24.6875rem;width:23.0625rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVR81gNUxukkQI0UWsZuMWp7f3wlJdEy { top:29.8125rem;left:15.1875rem;width:17.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQOG3V4ItCp6ZoTSuR2pCkvqeBua9IsP { top:20.1875rem;left:17.6865234375rem;width:13.25rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4BRNzetlEF01rOc6uxdg9r1c2dymO5G { top:31.8125rem;left:15.875rem;width:16.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT9HtoDRMgeBXhItTASS9Wry449HCWtz { top:34.4375rem;left:10.09375rem;width:27.5625rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBzIlPriwbMQ068ETvWPqW6CdJyHW7T2 { top:35.5625rem;left:32.9375rem;width:14.8125rem;height:3.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iUZQZ0whNsz1KDUcHgygQQOmkmFwyJs4 { top:61.3125rem;left:0rem;width:19.9375rem;height:4rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SlFQ93Py1ysAulOhFcW8ntTwN9PkaVx7 { top:40.375rem;left:29.5625rem;width:18.1875rem;height:1.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dM3I6OPe2AawJGCWDo3mQAqKWVeNCR4O { top:20.1875rem;left:0rem;width:16.6875rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRNWttwJJIrtIFck46hlfSTv6D9RiPSK { width:14.8125rem;height:4rem;top:29.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJRw1U3wuClclQocMtoXQFKFQwJxBmIa { top:15.875rem;left:30.8125rem;width:16.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv0yCUrAkp1I4FhuFVpeh6kzhb5gtoeT { top:16.1875rem;left:33.3125rem;width:14.4375rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr2L0Tz9eUuZ8Um86lxerksFPGbvPMFT { top:29.8125rem;left:34.875rem;width:12.875rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqwlOpzCIfqMWa6kt6nzWAsVqXJefD26 { top:21.6875rem;left:40.6875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok95V0ktkdd5tAHi68zBUJTu17ybdsb8 { top:20.1875rem;left:37.875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlrhKi0Hgd3MiSaU0fFVUzXU3zuTf4Lf { top:20.9375rem;left:40.6875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 { display:flex;width:18rem;height:5.0625rem;top:15.25rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #W5sTNcwS9Tcyqwnm7AnuPcpggGrAKxLf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #TkqDwSmAWQBaPQTWxgleO4mOIw2aPyzb {  }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #QbQLxSLWTSzmr0yypnkfl95TU12hAFRT {  }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #Ppr6gRPyXmLmgxB8fT2D7qbpon4bTQF2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #zTeskwC4luKuKel91oKssxEbSXhZ0F9J {  }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #V7UB9JlZ47TqZc26IVfO9To7oKQOyp4H {  }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #tPzULdlVz3H3Gibv3xPeFEz1IKzUoxuq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #fIvuVsWXZMSebUiQnrcXFH0TCNzVvpfe {  }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #pIONLa6n30GzNidtxu4TAMuvfnB9sEr3 {  }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #VozfWquCUDxchDSdyEfKWA7wIB6VMotI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #OcWXKywt4kMQfU32XOTwd4uNpz2vWv2D {  }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #ocLLRirU1W8JXINGecwwa9FOyPcpEEGU {  }
 }@media only screen and (max-width: 763px) { #si3U1EOqf148NFgKxmTAz0LR81WT2nZd { display:block; }#si3U1EOqf148NFgKxmTAz0LR81WT2nZd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtp4Na2WNS9RUzRXrD4devTtvBPw7k5t { top:1.4375rem;left:4.4375rem;width:38.8125rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X97WCNpI60uUdpnz9MsOuVyDoXT0kknm { top:5.25rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO { display:flex;width:18rem;height:5.0625rem;top:15.25rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #DDpD8WxQTi6GXhk4M7nhGHEit0ITlJrx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #suhznnVni4TK7yDuQ8AZ1v55hdDpSeoQ {  }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #eifzgxv5OVqJtvKEzCUfXDZP6Zl9RKnt {  }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #lETxC7arR7Mwp7DAyt7ET3kpoA8IbNX0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #HBMc8HCE4xhpnh0qJ5vc38JTNgnmGnce {  }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #tX5wuiMD0azv5ZScRLID9l9BD9M2OIKT {  }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #qTn121PPTGQO1MpEwLDNr7TEGggZ1zzZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #qZsw0JDBoRHnfCJ4nUwwcGvu6r980WXw {  }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #cNi5eZ8kls0M9Z7GXn3W8SwtfRGcPFgp {  }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #o6JWPT2Xz2QpMIqQUXmZlwHN02rMqL3u { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #wGOp3JuHkeV2Xgb4NsBVoDshbOtRKro9 {  }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #StfIXAxiKKtPofTcN0MhC2DqBF55JPxD {  }
 }@media only screen and (max-width: 763px) { #hA6MM1NTq40PO3t24bRCdIMmqUfQ1yTX { top:19.875rem;left:12.3125rem;width:23.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRmmmWggq28TQ9eDwAT7vJ6s93IT3VUW { top:1.5625rem;left:0rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M2GtTUFJBluvPUkvBfbZLdraPe2UHmlh { top:1.5625rem;left:0rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ss55yoTH2fqTEeud6eNqoQMKESLsxRMB { top:10.5625rem;left:2rem;width:9.0625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q2KqvhtoPC7dJrpvrplTekAGNbnmkFS4 { top:17.625rem;left:34.5rem;width:13.25rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iDO1RcsZKdXDEhq3KqyAqXo62PugAqMz { top:21.625rem;left:34.9375rem;width:12.8125rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WSwNIkvgd3oNn7GwaJWakno4UcwXB3TE { top:21.625rem;left:34.9375rem;width:12.8125rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NW5vKNL0tWyaOgkJ4wOPesR9Z4XsxhGo { top:11.6875rem;left:1.3125rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgU8GcLkDH7RFKsFka0zBwTTdRfUPhTP { top:11.6875rem;left:17.0625rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQbX6tL1NT18ywlB0JyrNXRb8kwoGOyO { top:11.6875rem;left:32.875rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgOpUycsTAUS7Oamb4LtDTHg0REwmWwM { top:19.5rem;left:13.15625rem;width:21.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouLuTGDXMkiSNxIa9aPUXWaPckFo8Adt { display:block; }#ouLuTGDXMkiSNxIa9aPUXWaPckFo8Adt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGiDoNC2rtg4ielAddhHe6AmokvwHrnF { top:22rem;left:0rem;width:13.625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skd4kB5AKo3qGOJAcOANvLx0ZPyKlPwZ { top:22.875rem;left:9rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSJGxcS7BW6eUGZmNkEQd8sMa3P7nvF2 { top:28.125rem;left:0rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI5qVn85mdaAeGuC3GfRVZLdkMsKy7hz { top:29.0625rem;left:9rem;width:13.5rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyhnsJNLgaCyPgKZOFO4qJi430Cnv7WG { top:43.625rem;left:15.75rem;width:16.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLEQTEF6lkgE86gh3Tih3GAZAWgnpset { top:42.875rem;left:13.6875rem;width:20.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic6FtI1Z1eJGZwJsSBd93EuZPPZLlZ84 { display:block; }#Ic6FtI1Z1eJGZwJsSBd93EuZPPZLlZ84 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tularm9JZxqA1DLRAWuMtrm2k1vLcVVN { top:0.8125rem;left:0rem;width:18.6875rem;height:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ { width:18.5rem;height:5.1875rem;display:flex;top:28.4375rem;left:0rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #cCTAWcGcH572tzCGEbAEWmRy956HD8Fp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #lmou7uxoI9RvEnVIPw9NVxt46bQNk4ey {  }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #w3azJfq5HEmtTAgfMpfyok91sB6yo65M {  }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #rtZ1O9UPoUpPBIthuWI0LQUuynLkhzIb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #GQrGrrTweQsuMAtC0d6w7OsehOxcAdwf {  }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #zlLkCoDi4Na9qUBWOPnEqLlBq5WfeaXT {  }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #xNWrKMaOU5mR5dvboozqiexZWoEFL2Vt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #Fs4zoAyU8kZ7lp1kFhHyXzpaVkyT0SRS {  }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #qfM9JMlxwoigSeDGLgnDpV5JDuBAm2xr {  }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #SbAbJb8RnK5n1L0c6HlQRTElqNPfXcEp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #yeo7s525WHw0qlGPB3iKHt5hxBfPeafT {  }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #O7odsvOqC68cxmUS4VBaPJcx9DqbnEFo {  }
 }@media only screen and (max-width: 763px) { #DHe15awvxFAZ9meTTpTFhbxg7W5DWLko { top:2.125rem;left:26.25rem;width:21.5rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTJPEmnEDFT3qnBanZ8acMI2vBPJJ0S2 { top:9.625rem;left:1rem;width:16.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE0U05lyf9i68nDbVKuEl8bDb8NpmeMw { top:7.1875rem;left:22.4375rem;width:25.3125rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCbkZdFH4ubwyQcCOr9wdEULHnCD944h { display:none; }
 }@media only screen and (max-width: 763px) { #gTuBQqo0eoHzfmUOwIoOmgRpSTOOnIIm { top:19rem;left:0rem;width:20rem;height:0.6875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOWrI62PTvb4I3RE09nyEVof29b62Wao { top:9.875rem;left:30rem;width:16.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrN3USIBEzSRMz1vWJd21gDLTsFwzTqU { top:1.0625rem;left:22.75rem;width:25rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #us99vZwxOnkeEaDyh07x19JtUVJAyMvV { width:12.3125rem;height:3.4375rem;top:73.375rem;left:17.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WbJd8nd7kkmn0Mzff3i5SyINTIOJeh5I { display:block; }
 }@media only screen and (max-width: 763px) { #yAS6PJwBZQxqyveunVVaTDud1nw7rCqH { top:5.5rem;left:22.75rem;width:25rem;height:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv18QeKb2Rpup6c4Fc9IEexW1bgRcSWu { top:2.875rem;left:0rem;width:8.125rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPa6xX3UiSeiUTkBREAdLJnpiv90T4H6 { display:block; }#FPa6xX3UiSeiUTkBREAdLJnpiv90T4H6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyXLEx83hJDtm7IVbOlzqHUkumlt2n3b { top:8.375rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZa10ynR5RHMUh2tAyRlaI7OhMqMM1cM { top:0.9375rem;left:6.9375rem;width:33.9375rem;height:6.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDoR4aMpgrQfpe7XnZIFxEBQM1vrdTo9 { display:block; }#JDoR4aMpgrQfpe7XnZIFxEBQM1vrdTo9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfFLNxSrlkNyLiklXeDDnT98SDvzxLet { top:0rem;left:1.3125rem;width:45.125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZUmBPa7wCd57o4D182Q3Aq1sV1QWarT { top:17.0625rem;left:0rem;width:13.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgmIJ8sMqzRyTv5GsvV2zcffNaPfwf95 { top:17.0625rem;left:16.875rem;width:13.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl0W01gwmv6TPdZqOMB71GI44buhGlE9 { top:17.0625rem;left:33.75rem;width:13.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNVJ8ble4Vw0bTVJ4QnqrRtiwTERTAGI { top:21.8125rem;left:8.875rem;width:5.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stgPTO2Ph2l6GX6Uhbvua5gankExZeDS { width:4.6875rem;height:3.125rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGmenQ2JQp0IdCxqvmMkpsQDxTETRxIH { display:block; }
 }@media only screen and (max-width: 763px) { #HVG1odqngo9LVVXaatFOb5OTFp0w3cu2 { width:4.6875rem;height:3.125rem;top:15.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX6lIZ2ciVMhX2kAOp3S6aJ5lJ4dr1C2 { display:block; }
 }@media only screen and (max-width: 763px) { #XXTUBmg1yZE1RtqTHkg0VsIwbq2cpRgo { width:4.6875rem;height:3.125rem;top:15.375rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKT3JxZOB4L2lNnwcpJdhI9m6n2ul8ly { display:block; }
 }@media only screen and (max-width: 763px) { #khHH1OBWkSrJPlwzSpWrrvBH8lNzsob5 { top:18.8125rem;left:0.375rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDbdGHOVCmXTJEZ8elmxbs4VN5RKo1gp { top:27.6875rem;left:2.8125rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2PACAwBAkGCz1vbIptyxo4qvwNJPxn4 { top:25.8125rem;left:0rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #APGN5kohurxvv6wIBydhVTUbWTAUyBTi { top:23.75rem;left:2.8125rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOvDzet7g3e5VmhGWHZ2WLxvn2LViA9F { top:21.8125rem;left:0rem;width:5.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVNGThbGlmGI4ssTOB6Oo824GIvRKWJI { top:18.8125rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtdm4Tlg6pF7CRQRRnR2Po33N7IeKnfP { top:18.8125rem;left:34.8125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwfTpvMP12dmhBsJhhC92pQZr9RbK7wF { top:15.6875rem;left:17.625rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKbQHgwCTbGBn30vg9og8la9HnlautN4 { top:21.5625rem;left:31.6875rem;width:16.0625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNzgksxoS1QJA9vDiIwy7skNQsQtGKlW { top:32rem;left:9.1875rem;width:29.3125rem;height:1.3125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX { display:block; }#s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlT2t2tBakT6JITJP6749A4BnGLTpisC { top:2rem;left:28.187162399292rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2ST27rbHzpsxKPv7ozTAKDTSaGAzT8a { top:2.625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSDHXohwFK9uNJXxtV3eMTPa8pkoLoCk { top:5rem;left:18.369735717774rem;width:18.8125rem;height:36.566179782286rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUcU0eqpP3d8yLttCCLLgIqWap5IRL7r { top:7.3125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eusAgwwyIEJmkg7D57kJMeZI5kbNwAH6 { top:39.0625rem;left:2.1875rem;width:41.5625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFeKfc03HnrODQWQuGVyNKq4UpcLSFRW { top:44.75rem;left:5.25rem;width:37.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4T3rdDk54qEG1Xp64C4E5PaZJTOyi8Z { top:41.5rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG7P9hoT1n6rg5NnU2zFUDQ8ZtJ2wWK2 { width:9.5rem;height:2.5rem;top:47rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfKQs2xUORFUMptDH7HKS0gnHlFbBCi3 { display:block; }
 }@media only screen and (max-width: 763px) { #X6ylxA9BmMZdb4hiGx1exeQRL7Uqnx7M { top:0rem;left:0rem;width:8.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyQk0JV8TA5VqlyXuc5lCCnT5rCQ9WPi { top:11.125rem;left:6.84375rem;width:34.0625rem;height:25.68725rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVGB5NzzccuiKwwLKwUJcirtbxyhTSop { display:block; }#LVGB5NzzccuiKwwLKwUJcirtbxyhTSop > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nM8RCpbdWiDqPC0T9rpm2T4N9yd8AV8z { top:2.5rem;left:24.4375rem;width:23.1875rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxG2mwyo4MAzCwvlgSJrftBNH1F8R0ql { top:5rem;left:18.369735717774rem;width:18.8125rem;height:36.566179782286rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM3hSJaQaXD79dEySi0IZ5c07XuTNsHv { top:27.3125rem;left:5.3125rem;width:11.875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvL76QUqGmkJ4b0nuuucszWzOxFFxwDn { top:23.875rem;left:0rem;width:30.9375rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS8CRn68qiXfcsVzyWbcT0Ba29nBgfUO { top:13.6875rem;left:0rem;width:32.5rem;height:8.624875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2icXq8qmgrsCTu7nn6VD6SdKVLBR2ny { top:4.3125rem;left:28.6875rem;width:19.0625rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRwz7uRBWdfGZT0yK5nm5GtPcLI5ZoaH { top:4.3125rem;left:0rem;width:31.5625rem;height:2.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIEm0TTSynzrMFlOz3tTURpZsXnoi3pP { top:7.625rem;left:0rem;width:31.4375rem;height:4.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-regular-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-input-text { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-input-text {padding-top: 0; padding-bottom: 0;}#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-textarea { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-input-select { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-input-select {padding-top: 0; padding-bottom: 0;}#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-input-button { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-checkbox-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux  { width:18.5rem;height:auto;top:8.3125rem;left:26.75rem; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .radio-container { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux {display:block;}#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux { width:18.5rem;height:auto;top:8.3125rem;left:26.75rem; }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #HrK4duBd1y6BitXhgUO179qpnyaEElJI {  }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #RftcZ0NsUVa9GNVIfpw1xQfMsKEOoUBD { display:block; }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #kA1a8mEQsrKTZaLOsZV8O30o27luvWrV {  }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #J282kTwqTCGJgC1cpNNrgObd1s81noOC {  }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #z1eUzWwbD2NDWTT67BcTDhbF4kB4wemO { display:block; }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #k0ORJpsB6szMPcKBTDK47VMOcgTQUZgG {  }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #eEO3iMQTd7O1DZJTzy5HZlqpvDdHIIv7 {  }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #ft9ZESzHUtJDyuTXdWZy1foX6PaRwNOB { display:block; }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #XwEFcOTgurTL3S1kFdEZb3QJnWCQbxzb {  }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #FLkfrUMu1E6lBJeUdaunHVzCixBGGEKm {  }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #yKLfwNRFqeFbKn85WKGczGDHeUIsyfTX {  }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #nncDu26btNm35dBFGDP2PnhyMtwg2B7n {  }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #ACGndJUfwgMZIlTN4SZ6udB34zhcTUOK {  }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #m1mBt2eNHFrECgm2tM8zTHaczrccuIFi {  }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #SnRt0T93fdPI3IhedGhUsHUkCub57ILe {  }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #CqOw5qHfTUeXMXAN7irmkmz3t6rFKUEH {  }
 }@media only screen and (max-width: 763px) { #NuueE9pHCmECg2teDw7E7i1y4LAlW3X0 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HUT3wcTkAgxCUqT2fsegxolg3x81Vk4W {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ePn1RnOvAyZyvDamQZeC6n584lGhbkUU {  }
 }@media only screen and (max-width: 763px) { #S4QbFTC7GpuFzdeod4kuUJETETxi2BZz { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #V4rkEIPIibU4vuBbDyxG6reWtE2dsV0F {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #M1Bi65AWA8l6vpoKq6IfPiMB4s5uPR6A {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xGxxdGIvsNGI5CLAvXCACXOVmgllEAoB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vNl3qFhgD2y2tCEXO53CPcOyOcWSBVkS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #dH3Qvc2T1bGTLwMw0dlUouZ8AaeRCS9E {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #z4xblKSMSApOFU2usia0TKQaZngTb2mc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FDrFvEgKHGatmffyacp26FbiUcsf8Wbm {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Ga0721sLMHb4NPHpGyilEBl5ciN9pQr7 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #T4ChdPsTwBATOXtPBAmmxddHL84KFQlh {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NQT6T2zE1RI75Mvgld7mD5CXXce2IwcM {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RVfKix5FXg7IW5cRbzXLgloaCkf6GSzc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ULhatlmQSNPWaWi55r8QGDvtRpFuvyi5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #r3sW7TqwEH8HXtzdan8nmnF3L0eFf7wA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DrXbNFdevdpDlmt6PqXw418gstRgTgau {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zxlynU5NcBGvlzLVXdsU8qkdy4FTRm0B {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sBuZqXODW4uJWvolxJsi6CesdinmXnTI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #V0mCL1tZF6RFINp8VsFbFniASBtOaOkd {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EpVoP1dbz8aMQZoIHWaeMQWfpqFldE1w {  }
 }@media only screen and (max-width: 763px) { #ZwN3xO5WQd7JcSiPq15eRDSobv87FLVO { display:block; }
 }@media only screen and (max-width: 763px) { #Ueb90g3ehernSwM6CVkw3iWep8GtZiC3 { display:block; }
 }@media only screen and (max-width: 763px) { #Wmo6QPoWoZXTSguWeQsOERGMbVTqanb9 { display:block; }
 }@media only screen and (max-width: 763px) { #EtRFMlRhlt7Civ8eJMr6izuFT0XTQ8tz { display:block; }
 }@media only screen and (max-width: 763px) { #BM7k6nZK8rZ14Z0KtttWfefXLZ2cslhy { display:block; }
 }@media only screen and (max-width: 763px) { #F0vF5mods3wxgtyrDob4xoA5Rg4uaN9y { display:block; }
 }@media only screen and (max-width: 763px) { #LBCw8vsrwSZdRKohdUoTtIaGI3kn2cBT { top:33rem;left:0rem;width:29.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I98KCIhVRIZJlLbyRk2DpwNxH9kLBc3x { top:21.25rem;left:0rem;width:31.4375rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOxhDr8qxLqDDF2ytAnH0sdnTpbvytwf { top:25.0625rem;left:3.375rem;width:13.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBdotqlgpgGBiXMMBsWHysnDnk2fCzHs { top:27.875rem;left:4.5625rem;width:11.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzthnxvIn3vqnDF2gRWsMlhO0Kh1K0Et { top:25.75rem;left:3.5rem;width:14.0625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnUVU8v1h2WTgaO5h9V2JOSSs8bSgaKN { top:29.5rem;left:0rem;width:30.9375rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMZFyTUpAiexNNcmoSTb0IEBSXchKoeX { display:block; }#pMZFyTUpAiexNNcmoSTb0IEBSXchKoeX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ayo2J97LxWnV2aQSTIyGDJKJkZATOtHk { top:0.75rem;left:0rem;width:47.75rem;height:49rem;display:block; }
 }@media only screen and (max-width: 763px) { #HopMEbQRNaQ96O2xrRXff566bBFe8QzO { top:47.0625rem;left:5.625rem;width:36.5rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCVUffKZC0UpfoGJeDf9k6uGXkyyUcZ9 { top:44.875rem;left:12.15625rem;width:23.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKH2OcmuR9TKktQS4CSIkVMPCyAUUf3E { top:41.5rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlHvkuQVTBsn5qEqhAKu7saUHRDXKbcM { top:2.25rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f52hvRkMbttF2E6VLa8Pgxym6MQ4mbSC { top:38.375rem;left:5.625rem;width:36.5rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViQErTxcD9In4Kvoq6vmk23blexqpVSU { top:12.75rem;left:13.875rem;width:16.875rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xtu0eeGM8T32HZWaR5JFsrvTkLSUkoUV { top:8.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUtlbWMohk1prh2CUkoe2nbTI07mNxBH { top:28.0625rem;left:0rem;width:17.6875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyRDEhgnhTgoPTevSgC7deD6uhKZM9n4 { top:28.0625rem;left:29.4375rem;width:17.6875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJnfCJcMdKFbnDKoFkXECulPiv5hbcH6 { top:33.375rem;left:0rem;width:17.5rem;height:0.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNnU7CiIAkRKmfdciCx1HdUGhzTkGk5q { top:28.0625rem;left:14.65625rem;width:17.5625rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGSOVu5KE01F1rox6chcOsn30ZoTmUv1 { top:12.875rem;left:29.4375rem;width:17.6875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #frATIzflIIK4OeJRz6hOtKyarTTXC3Ew { top:24.1875rem;left:0.8125rem;width:25.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAfx0eaRevhUr0MSb1t5JAZaME8ZbN5d { top:12.75rem;left:0rem;width:14.625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI1Vqxsv77feAmlRLnmoiWEkpGtQfpaf { top:25.625rem;left:1.5rem;width:24.1875rem;height:1.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #doZs1Grn2siVVwaSHRh2nKoo1D00kcTE { top:24.125rem;left:30.75rem;width:17rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQkaiACxiaJTvG9cn2Z7vaA8KtoUN1mw { top:39.9375rem;left:15.375rem;width:17rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #geQbmyJyRZkTfCnTT8AqclFuZv58lHZ1 { width:12.3125rem;height:3.4375rem;top:51.0625rem;left:17.6884765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7GcZTnK1wN2x3FFitCaaJNalysJXiAp { display:block; }
 }@media only screen and (max-width: 763px) { #rSP7ZHkKeg8INMOSTLWSBLsINFZ3b2iI { display:block; }#rSP7ZHkKeg8INMOSTLWSBLsINFZ3b2iI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkTKqTTJVEPGk68w4QIR3CERmAEeTIRs { top:0.875rem;left:0rem;width:47.75rem;height:62.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8PKHcOVbg8akUDFAIUzdExEL5hlPBF8 { top:60.1875rem;left:5.625rem;width:36.5rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suzpGDZCCANQLwPdCT4ohgFSsvfN4GwR { top:58.0625rem;left:12.1875rem;width:23.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPGEvBlVZIXBWwUlOZz438Lduty0oTcm { top:54.625rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM44ezGctbONbV66ns12BwhWXUyagEJu { top:2.25rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8UVQv9D03BPShtu1F9LuWEF4EwftvR5 { top:37.4375rem;left:5.625rem;width:36.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt8CIEzIM6ggIpTEiL74pLyHCZuwRns2 { top:11.8125rem;left:13.875rem;width:16.875rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy6lxoulg54g0QOQdrkP37QJV9EQXTZ8 { top:8.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btPk0rPlZOnuHTh4TLQgPnoOyxmiUO8M { top:27.125rem;left:0rem;width:17.6875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKkcSgO3DiIoANeV9vdZMGegNNuAAisP { top:27.125rem;left:29.4375rem;width:17.6875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0aiVkHlv7rvizbXMBgoEyzzlAW0g9tx { top:33.375rem;left:0rem;width:17.5rem;height:0.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqTelhtburBT8DASS3J8wpWcGf5plB3T { top:27.125rem;left:14.65625rem;width:17.5625rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldekEBIRmwGhiMDREmlQoH9bnqpdfTKX { top:11.9375rem;left:29.4375rem;width:17.6875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgJQgRhOGlx3IOIznaKdqbURuIWiisSe { top:23.25rem;left:0.8125rem;width:25.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyzuye7Qk2T18l3adAHkIzkIFQ4Br38v { top:11.8125rem;left:0rem;width:14.625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNiE8PMrR0BMGtFiSkQcMDazh7IHwMau { top:24.6875rem;left:1.5rem;width:24.1875rem;height:1.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIPfItJFCbyM76DpVVTGLwRWqtfHVbuU { top:23.1875rem;left:30.75rem;width:17rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUrJTAcsJseh9W5klNOdQFBlGaJL9mV2 { top:39rem;left:15.375rem;width:17rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg8gCtTenma67RhxOQItze6vpUBTeiMe { top:41rem;left:0rem;width:17.5625rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBEZqqG9kQ9axX1WaKA8sPgZpOhOgfP4 { top:40.9375rem;left:14.875rem;width:17.5625rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErQk2NFEnJ2TMJVadFNtyaANuNuIBexu { top:41rem;left:29.5625rem;width:17.5625rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBEQQZ94cGrV3RuTg3AUTEuKhquJNv5V { top:51.1875rem;left:4.75rem;width:38.25rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOrgfilCayQ7w6vIFMaWiM717On3d4CO { top:52.6875rem;left:15.375rem;width:17rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvsHUMAnEdO1iWve2MibnNuHXADPArwS { display:block; }#nvsHUMAnEdO1iWve2MibnNuHXADPArwS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBTJPHlN0nmnFnsoXo6fLVRdgcp7UeZG { top:48.875rem;left:9.75rem;width:11.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKAoHGWLlAxOSMuhkoTqgnA7NFZGfHyv { top:50.6875rem;left:10.375rem;width:27.75rem;height:3.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkGx9lgbgvUyG6D7k3FGa660SGQI9CiE { top:14.625rem;left:0rem;width:47.25rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOJS8JwdS0DO6lpRhp757cpWkHo5Eplm { top:10.9375rem;left:7.1875rem;width:35.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWbG2SiFVhZUtKA70nNd7ff53ioyE66J { top:10.375rem;left:5.6875rem;width:38.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpTfIsWqOePxcKT7RdVu1XayhMPIA3GU { top:28.625rem;left:0rem;width:15.5625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkO2QfA5dVM5lF3MAgN0Q8NANh9M3NbI { top:40.9375rem;left:10.5rem;width:27.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad2SG5GRpGeBWxq6fvd7zfK09rAX1LEg { top:28.625rem;left:16.375rem;width:15.5rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyKKaedX7ExtEOLEhfue1AZwz52BtAu6 { top:28.625rem;left:32.1875rem;width:15.5625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDe7gQKtR72IXnzmTnoGzlskLDw0apq4 { top:45.125rem;left:10.9375rem;width:26.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx7d1HER97t5y7ywRwBfWs9QIgDR5Iuv { top:44rem;left:10rem;width:28.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCsqFUGIfA9cb59wCZ6zJOcHcU2sotgT { top:37.8125rem;left:9.875rem;width:28.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV4OT55cxaCTTHuR1oyxwBf7ZD4iik5e { top:15.875rem;left:0.3125rem;width:11.1875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cucI4kZ0bu77eyBPFJyhTMCtODGN7cVx { top:15.875rem;left:14.9375rem;width:12.9375rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxM54kkH7hrucTbVzPLSQo58IAch9U6V { top:15.875rem;left:31.75rem;width:14.75rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytqIbEBu5GXRM5V8J8TU3uIxiOaBv8RJ { top:25.875rem;left:3.0625rem;width:24.1875rem;height:1.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #squ89eFcMwPQpN7TBr1UaBsxf3MAccPw { top:24.5rem;left:2.375rem;width:25.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w19eiDwnUmTUlSEglSJJaDcwbUXlUV3s { top:24.625rem;left:30.6875rem;width:17rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2dMWCaoFTFDonqh9XaPxdFKQy2a8SUt { top:16.625rem;left:27.6875rem;width:4.1875rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNaeLHzJAtgBWtS21nprKNoEUu21Tfxk { top:16.625rem;left:11.0625rem;width:4.1875rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXphvLz3AErvDLPocPNr0zkghIWEVSqP { top:3.875rem;left:0rem;width:47.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #caqb5JDe6he6Vdcx6oFB6gWADiDb3LMF { top:4.1875rem;left:10.1875rem;width:27.8125rem;height:4.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygqqtWWS8HA7XnheLNqS6dpcdpRWPKyb { display:block; }#ygqqtWWS8HA7XnheLNqS6dpcdpRWPKyb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqLLHe22ovAL2bKpW8CG12OKwKKnUOpL { top:1.125rem;left:0rem;width:47.75rem;height:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXQDygT8Vn2eyVZbgaqn2gm9uTcS1AwE { top:60.5rem;left:9.9375rem;width:11.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3teFoyb4CObs8qG1dv8MnBpuywZoX6r { top:62.3125rem;left:10.5625rem;width:27.75rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIuWTTX8hRv11Zi8u1654eaFty1ReLkS { top:37.625rem;left:4.125rem;width:27.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAHPO9ITyCyL099gmgrOZiL5JXTG0t6g { top:20.3125rem;left:6.9375rem;width:35.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FChskiHIxUEU0ABANQ9WUZ0r8vL8wAeB { top:19.75rem;left:5.4375rem;width:38.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPB5TqUeR1k8t21bTlvq8RvgVdkHSVKy { top:38.5625rem;left:5.1875rem;width:12.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X31qhHB8U7b5oQTsXvFhBrLSg0cAEoLn { top:41.4375rem;left:36.3125rem;width:7.0625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtpsaTErON5peCHiNEmOiF3GfFn07oKm { top:46.3125rem;left:36.5625rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DODet39SQAsAnxlVnIdTCMDrcBZFyrcy { top:41.25rem;left:37.1875rem;width:5.25rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4ykmF5QGvARg3HQNeQOFKsq3evKKaNG { top:48.0625rem;left:36.9375rem;width:5.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLQgX1ik2KdQzuh6H2V7yPK5LZowOFRb { top:53rem;left:11.1875rem;width:27.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxI2DwPTfbwFivBtETWXHTa4JDnUbvT2 { top:39.6875rem;left:18.4375rem;width:12.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVonzoTn7c5TMps9lA59dDgGTPmvbTqo { top:43.125rem;left:11.125rem;width:11.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #is2wlKkC95lAf0aPsvURGcn4m3XxTSpS { top:56.75rem;left:11.125rem;width:26.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLTl91dxTcRKfQqwEAeItkrXl5Oq1f84 { top:22.3125rem;left:22rem;width:25.75rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b25sUH1rZ92D2VxPTh7NSpkzhfIpHxI3 { top:55.625rem;left:10.1875rem;width:28.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDwcG0sTBZf4pCwqTSpgu2iSrD0Aoecx { top:39.6875rem;left:35.5rem;width:8.1875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #am30hlJ5Lwo3xcOgAIwIkSOPepeQm9iT { top:41.9375rem;left:31.625rem;width:4.1875rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d18vklbzRaEK83wchoaEAUBx4OU85IAS { top:50.1875rem;left:4.75rem;width:26.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZtTLMsXSzOn8UsUUMTIyJvNlqVlUXPp { top:24.5625rem;left:0.0625rem;width:11.1875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpLgQqDdznWTIuuPDCRW637taz3eHMef { top:24.5625rem;left:14.6875rem;width:12.9375rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #umnS5Hoaol2tAWF1nK8qa9ZaGhN186ER { top:24.5625rem;left:31.4990234375rem;width:14.75rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeyRfGCte2HtA25TmZDb5vyXRH8uhg6Z { top:34.5625rem;left:2.8125rem;width:24.1875rem;height:1.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouCig2VrfWLAKbwT5fJBCcrbsIPJA2WH { top:33.1875rem;left:2.125rem;width:25.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRRJ9RtFJrTxCX8sAF0C2Tn7iOcgMiBs { top:33.3125rem;left:30.43603515625rem;width:17rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exC90wVt9JyyGzoHtta4pP3y9KNF8Kov { top:25.3125rem;left:27.4375rem;width:4.1875rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg3QVCFXOd3m0cAuKs1yCZ6TI0K8VoCg { top:25.3125rem;left:10.8125rem;width:4.1875rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcdrPZcoIrPcGThOAH9DiEmm0Dn5QxSc { display:block; }#UcdrPZcoIrPcGThOAH9DiEmm0Dn5QxSc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytnGOxPoQCr6T788fqCf6oz2TAC7JeTX { top:1.5625rem;left:35.5625rem;width:11.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khk044r9q3JsCS3h2cwhkREWrCoxxsLT { 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) { #CdR31uTxXAnwbdfBixn2PZlPt3SaWtSH { top:2.3125rem;left:4.84375rem;width:38rem;height:9rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txxx9TWQon15QsI7XIn3FrB69Qr8x6U7 { top:0rem;left:0rem;width:9.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBXUpOdzgneMzasgrKmkFTGkhSd7sokG { top:0.625rem;left:0rem;width:8.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I77k3lq1KlCTRt68fBXcL8G5yLb7X18k { top:10.0625rem;left:11.03125rem;width:25.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXu0o8PDCXTWFzrSU9foPil1xOgmSwi6 { top:29.125rem;left:16.6875rem;width:17.375rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5NbRLikmonBgZWebkXJMiGHKRW0DtJD { top:15.6875rem;left:2.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLHvtUECTlA5rdTx1gDlbXrSua0OgQVX { top:15.625rem;left:19.6875rem;width:25.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnTfWKlk1CT3dKHFfaF555FHuqmdIslK { top:25.375rem;left:3.875rem;width:10.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0ag392dde7tC7c5VMRUPKL4EM8dcwA9 { top:25.75rem;left:4.25rem;width:10rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNvJ13N1dkiJoruQa249GXccdE0XwlD0 { top:25.375rem;left:24.6875rem;width:15.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stfo66S5RyfhU3XXS6giyw45CkXQ0WVN { top:25.8125rem;left:25.625rem;width:13.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVewdlQRzsb2Q5pNx2Q5lVwTO8WxONEF { top:12rem;left:14.5625rem;width:10.6875rem;height:7.7681172482367rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGHF4DGREvLpUiLMdILKf9M1IzTQcw5M { top:16.4375rem;left:3.625rem;width:10.6875rem;height:7.7681172482367rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpiT2tD41SqIxkcoCLAPRn3MyR5Sfklf { top:23.5625rem;left:4.6875rem;width:9.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCu8WMve90qhFNZ70oaK12u6sQdmG1Tm { top:16.4375rem;left:21.125rem;width:10.625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4xdlCmZyJTXUiA6nxLxxsEgnStfff2p { top:30.9375rem;left:6.125rem;width:35.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQVW0Ll1deOMes8ZW6xW2fA5MQ26UE9J { top:31.5625rem;left:7.6875rem;width:32.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2O4C5JPimSypewDJo88ZX5wfJdrZX7V { top:36.4375rem;left:5.75rem;width:36.25rem;height:6.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZcsaQ9ifZkUmoP3qn1rqhyvVkZr0mCP { top:34.75rem;left:5.8125rem;width:11.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQqRfVymVil42Bd9TkhWAksAFPcGar7U { top:14.9375rem;left:18.5rem;width:2.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgsoIcaBO1qPaGFOyDxToRHstCTkTmv6 { top:1.5625rem;left:11.15673828125rem;width:25.625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQDvZxx1Eqgi4CiofI2VQvOMR33lv6Bb { top:13rem;left:1.25rem;width:5.25rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnBOpUt4OZTWX5kS9rNEvy1ieqlTUiaD { top:14.9375rem;left:2.4375rem;width:2.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxu8UI4trp4ZU14Kv3faAhmg5Fiy79n1 { top:16.4375rem;left:32.9375rem;width:10.625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITKF5T8eBqtdLtv6aeQSn4MemwuCVbsu { top:19.3125rem;left:27.5rem;width:10.625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcXWK0KUW0KhEyLcxL0NEKgVPBhQSNWs { display:block; }#DcXWK0KUW0KhEyLcxL0NEKgVPBhQSNWs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoI1146PXztc5tqgnwEha4sCVUgPm6BL { top:3.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwL07yzu6EHCbTnHkrnBfdFMpgASJq9q { width:12.3125rem;height:3.4375rem;top:73.375rem;left:17.68798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6J31y2HEtbGJATrAVHcDnNwdHa2c5Ka { display:block; }
 }@media only screen and (max-width: 763px) { #RXbXckdObN7k1DdNpZ9POTmX1dhwZlho { top:48.625rem;left:0rem;width:23.8125rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #skGyUun1pWxdXRUc9SDMg9tptzuiSoc6 { top:9.625rem;left:23.9375rem;width:23.8125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxb7hhUcL2gPMSGziSHCm9sQbHBu8ZDH { top:9.5625rem;left:0rem;width:23.8125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEk1oNhllDaJofnnqdTuBuJrX4dS0zA1 { top:28.4375rem;left:0rem;width:23.8125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTePXp0AlyT72cxFvsVb3qoTS8dMu6Mf { top:28.5rem;left:23.9375rem;width:23.8125rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZSAdsB1rJPT5ymyMFk6fUG7dGKlE478 { width:9.5625rem;height:2.5625rem;top:23.875rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQNTfG2EsS5LZ6MMCynHlqtX9uoaWmsS { display:block; }
 }@media only screen and (max-width: 763px) { #dVGlq1fFwqD9PMAEk0Slt99S40ArKDzi { width:9.5625rem;height:2.5625rem;top:63.125rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMOV2DbUTE0Po0H010Du6ycnrpzdU23k { display:block; }
 }@media only screen and (max-width: 763px) { #cqN5lNbPggTu4nPsAFTveEipThWH6bgn { width:9.5625rem;height:2.5625rem;top:42.4375rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9wBBOIxibfPmBLNAec5k21mcfkMc7pW { display:block; }
 }@media only screen and (max-width: 763px) { #gseuokQVcs2hgKEHKNlM1ST6IFmrL2v9 { width:9.5625rem;height:2.5625rem;top:42.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8BJDOKsFuhSie3UTgqgq3PHiPa4y9nQ { display:block; }
 }@media only screen and (max-width: 763px) { #IfhXHNxw31UESBv46XJNDILVAH8c8e5o { width:9.5625rem;height:2.5625rem;top:23.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcREsRQ6EaRRbguxWCs1Oim4BFdnQ0IW { display:block; }
 }@media only screen and (max-width: 763px) { #RP3qqTPNKL5yp46b35lQ6TBWDxTPTMo5 { width:9.5625rem;height:2.5625rem;top:63.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zetvszRUkiHnUbkTOrulpkAQTQxvWPtn { display:block; }
 }@media only screen and (max-width: 763px) { #MQkWyOWTyV0ygZppoObeEFkC5Ndnonyk { top:68.25rem;left:6.59375rem;width:34.5625rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0VWzE3IyUNoMyLW0XTPVXDGBZ6eBtDJ { top:70.875rem;left:5.25048828125rem;width:37.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbEv08iApmJpZntrSOHpOutMcRnPkLbx { top:48.375rem;left:23.9375rem;width:23.8125rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2 { display:block; }#k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEr3hO2x6Zzgl8hREXxhk79PmoOM4p4C { width:32rem;height:21.3125rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLRSsNdnJ6gL6pbvrf7Szhz7CoX5VXcl { width:23.25rem;height:23.625rem;top:10.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7s6enh6i3scsd7o3mx36spa3lf3vvQR { top:9.6875rem;left:0rem;width:30.0625rem;height:25.634530017962rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrE1Cx9iM4CDBFJ7kNrvqc2EpAkcrz4n { top:12.125rem;left:27.25rem;width:20.5rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9zdnf8s7EarerxLBGdT7x0ikzW1IcDk { width:21.625rem;height:21.25rem;top:39.5rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH1bNwNcH2VtLtEu0LnThOqERUKp0IB4 { width:47.75rem;height:2.625rem;top:2.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUyypng1obSUpMQs5rqfG8pW538AZoNZ { width:32rem;height:27.5rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kceMkPCbzcOef6sJZCdzpzQ5XcD1EATN { top:40.1875rem;left:0rem;width:30.375rem;height:19.147761505631rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbDP9mGpQBT5lcBbnxDeFtM5DfcTiQO0 { top:40.5625rem;left:28.625rem;width:19.125rem;height:19.063158793748rem;display:block; }
 }@media only screen and (max-width: 763px) { #izznJa129EDs1Vgl1MWHv7mpZERB9hQF { display:block; }#izznJa129EDs1Vgl1MWHv7mpZERB9hQF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w82oOSeUTkW2bPV6bDn6rmwLZ0e0fBZl { top:24.5rem;left:16.4375rem;width:15.0625rem;height:11.203651284933rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi3wA1vauRobT1XiIdfFa8udLKNckR5P { top:36.125rem;left:32.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz2az5pKikn1yFBwln3356zL0DgbS8r2 { width:17.5625rem;height:27.3125rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enkM0cH4Z7nbTPmBN9Hpk377grN6vWfu { width:17.5rem;height:13rem;top:9.375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5tBvw2qVQ94nX9HADhnsKgNmJfgx4Cw { width:17.5625rem;height:24.1875rem;top:9.375rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxhowcLMH3HQtvvSoorezEBFBU8N3d4u { top:11rem;left:0rem;width:17.0625rem;height:24.348311361969rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuOOzRtKgzKnP3vPnkRlI5CCMTmB4bRz { top:10.375rem;left:16.125rem;width:15.6875rem;height:10.8942269154rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaQx7Tr3TeZyL5HhOlvMzTfks9UnC7ap { top:10.375rem;left:32.3125rem;width:15.4375rem;height:21.788024323954rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULtXvanPeeXyZ5Dpf7irvTuLkK3BiUb9 { width:17.5rem;height:13.125rem;top:23.5625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUD1AInSB33cnRgTxdtWKEMgIMb2Xciy { width:17.5625rem;height:17.5rem;top:35.25rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHv5XQ5pyLe6NwTQSESaxrKTviHmMF81 { width:36.625rem;height:26.375rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKvt30dsNapyo2WLvJrtAnM6z6RSgdK6 { width:17.5625rem;height:21.5625rem;top:54.125rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGlk4oUMy85HdGieMSlpz5PBQsLCcVpt { top:39.8125rem;left:0rem;width:34.6875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFyo9bA9FhT05L2ZTHfNZ9bxP65nx05o { top:55.125rem;left:32.125rem;width:15.625rem;height:19.6245625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlcwOp2v1E2uCCmT8SNPlmX5tuhOKqnL { top:67.6875rem;left:16.4375rem;width:15rem;height:21.722457363376rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1CUPbBDUAv3awIiUrbmHFFBs1mCQR5F { width:17.5rem;height:23.8125rem;top:66.5rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQlKKCrixySqEkqsAD6qQAHrsXxzRUgn { width:17.5rem;height:23.1875rem;top:66.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfh4ycI67ZD6kMTCNfXCXqQ4uw632GiK { width:17.5625rem;height:26.0625rem;top:76.75rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc0ny6GDTTCLnE9D4KSuR9uNvDJ9oitz { top:79.1875rem;left:32.125rem;width:15.625rem;height:22.284814634049rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXJwUBdr8d1XlwC2Wfq4SXFiq3k0TTn5 { top:67.6875rem;left:0rem;width:15.5rem;height:20.791674699569rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7oCiw5oIR1XcNKSKP5xTtFgHm5JnVoE { width:35.625rem;height:15.75rem;top:91.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq852u9GlnVdtBQgerN5eQlNDNEM98JN { top:93.0625rem;left:0rem;width:33.4375rem;height:13.474440987705rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKqvAVJDdcgNyNfrwMpzZ4lQMeUDSdFM { width:47.75rem;height:2.625rem;top:3.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGbhSQV10JEvoe4oOwgQudaokiESRK5L { display:block; }#vGbhSQV10JEvoe4oOwgQudaokiESRK5L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKu90btK4pmazk4fMr6tOcvyEkRGWldT { top:27.125rem;left:26.1875rem;width:16.9375rem;height:15.692081852006rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbN5Mmvg8MH9bEx8z96oPXeJDuzrMtCy { width:24.8125rem;height:35.75rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZZoaOOknszr97RMSegdH55qFMa5Xegc { top:8.125rem;left:0.125rem;width:22.5rem;height:33.499375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM95IDR9x4uvpKDtrDxK0TthT0X0r4TO { top:8.125rem;left:26.1875rem;width:20.5rem;height:15.826648287349rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8n3slIQOaXFFPg0WOqpxbIgapXsKTwx { width:19.4375rem;height:18.1875rem;top:25.875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfmaIZNiNOxSpOiQTEJhLARXVqCW3t3g { width:22.9375rem;height:18.1875rem;top:6.6875rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHTDNnnaJUmTPH4TiD7MzhhH5w5ZVvRa { width:47.75rem;height:2.5625rem;top:1.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HknQxoC5DiKlAdleokyVTKndEyDUo96N { width:12.3125rem;height:3.4375rem;top:46.375rem;left:17.68896484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvM9eHVMCmNNfDZaypZTLICTtw0RTQQG { display:block; }
 }@media only screen and (max-width: 763px) { #Ayd5PAqruGiy01T11eG2JAsPWUBM4vN8 { display:block; }#Ayd5PAqruGiy01T11eG2JAsPWUBM4vN8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7lHKy1fnhRzIq5olaUHlXn178Bk9LRK { top:1.5625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6iHGi0cWF0MJ6z7J56L1tM6DGMbM1cv { top:5rem;left:3.0625rem;width:41.5625rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPh7UkC5IfXVaTQKJXamoUMoi6CgrufW { display:block; }#RPh7UkC5IfXVaTQKJXamoUMoi6CgrufW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lrrsh5bpATr4JxIiTuunqTTaKiJlLmof { top:4.75rem;left:19.21875rem;width:22rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZELwUOokTWnGF4Ro6dlwNx4Vc0pks92 { top:3.625rem;left:0rem;width:20rem;height:19.938989433943rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSXvHPVXlINTiHoVRRKrncuoEzoN5AQu { top:9.625rem;left:19.21875rem;width:9.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPo5lL0uu6kTxZZtgiyPFgnGC16lcpOB { top:17.25rem;left:20.09375rem;width:20.25rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xib2VRU3LMxtT2DbV8SqyhHcpPTMk2ai { top:4.8125rem;left:20rem;width:26.25rem;height:12.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNFKCc49BtU0yMgClh5lwDpEvyRq9O4r { width:47.75rem;height:25.3125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxr6E8SbNt6C89GIq33nCTQfGZ2H0kDp { display:block; }#dxr6E8SbNt6C89GIq33nCTQfGZ2H0kDp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vswc37JrrRHZBwzgy4iKFXOqHASTJxWe { top:4.75rem;left:0rem;width:26.1875rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNnsn28WJEiWLSGqClfNQAZ1TEyo872M { top:6.4375rem;left:1.3125rem;width:26.25rem;height:11.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC3b6Tz68fTFHTWn18JvvWDi2kETssgt { top:3.9375rem;left:27.75rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmKLkTcXvFs4cmAsZN9gaN9vEdBueJUI { top:9.875rem;left:0.56119918823242rem;width:9.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up4m4e9ILb75PRqbcPnyrqPW323D3GI5 { top:16.4375rem;left:0.56119918823242rem;width:19.9375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #raHKw7QktnXqcEJHM2TF7zJ7CrDerM59 { width:47.75rem;height:23.9375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlBJpcPeEiG0UoCIAk7B5lQ1tn3tBwsX { display:block; }#KlBJpcPeEiG0UoCIAk7B5lQ1tn3tBwsX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8ruPTxe4lITaWWAeEhGzdG3u6J37KH7 { top:3.0625rem;left:13.3125rem;width:34.4375rem;height:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMNsw2x8GPfe0BOwv889Ta8Je1WQ5Znr { width:47.75rem;height:25.0625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT0rGzk4ni7JwZskGfXKV9sRT7E2Pfuc { top:4.8125rem;left:18.96484375rem;width:26.25rem;height:12.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzzDRJ9sqbRip6lTX7nPnIoRUSd4vvrT { top:4.25rem;left:0rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJXqPxqGvKsoGw0TzPVqV3EQEdpXLPqb { top:7.125rem;left:18.1875rem;width:9.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCZWcvUwLswb1G0rGFbGvi7EKKEJrS5k { top:13.75rem;left:18.96484375rem;width:15.9375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh5cMS17PqL7bFD1LpyegZSgvBOAE3Vf { top:19.6875rem;left:18.96484375rem;width:16.4375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HicP2zZxHhAhKQ9pD03zeAi4wGgaM4CW { display:block; }#HicP2zZxHhAhKQ9pD03zeAi4wGgaM4CW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWWnJOriSIwV9eVQASLheSTfcO5IL7bG { top:3.3125rem;left:0rem;width:30.4375rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O737tq9trr0AIxhbXWhQSeRvVTxAO02k { top:6.875rem;left:0rem;width:26.25rem;height:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIgzrQTHTAIAvudpASGPUmIwwXEWgJQG { top:2.5625rem;left:27.75rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmSTPwbbG2aorpH6Otv7QkiidnmZxBID { top:7.8125rem;left:0rem;width:9.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv5nUAdc760VlT3MwcKw19ZWG9lTXzhQ { top:15.1875rem;left:0rem;width:19.9375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvfx6TTnTDABt4wo1yOropCVnV47mmBw { width:47.75rem;height:23.1875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlmxI1D4Ta4WL1Ry5x4ohQLs2OMNrbNN { display:block; }#UlmxI1D4Ta4WL1Ry5x4ohQLs2OMNrbNN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fymUvDRq2HEfJbtaxmTv0TA8JO1lFX4f { top:3.0625rem;left:13.3125rem;width:34.4375rem;height:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POripoZsoBPtR9cAPMs35QUNTKzBTnQZ { width:47.75rem;height:25.0625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onCRwbqSDwMV3ZDKfN0s00z4wxugh9CT { top:4.8125rem;left:18.96484375rem;width:26.25rem;height:12.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKwEnuezz2ydknxMcyFZp76POulnGwZO { top:4.25rem;left:0rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #odZfhfpNUs51X7Br1w7LrDokPQSUBUz7 { top:7.125rem;left:18.1875rem;width:9.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcxdGiZQJLSJFk6rRs6e0208Wc6VXcHx { top:14.6875rem;left:18.96484375rem;width:20.4375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C027Ew6i7Qd1I5JUMNyFVmu8KTFyk3pl { width:12.3125rem;height:3.4375rem;top:27.5625rem;left:17.6884765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3Ul1WvUC01gP4bWJ7svQcJDxSoCWM98 { display:block; }
 }@media only screen and (max-width: 763px) { #vUBNtTywrensPo6WkT7VzSKOTQ7RcukW { display:block; }#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huOzCTUydQZ9V0T4dd2OrMVLWfl6TGXo { width:14.5rem;height:1.4375rem;top:18rem;left:0.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xybtnQwIgxFF7MtPe26hyVk7BddFWbsv { width:14.4375rem;height:1.4375rem;top:18rem;left:16.5615234375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeMReHh17kt5WTyeN8Kgnw2SWE0sJw9P { width:14.4375rem;height:1.4375rem;top:18rem;left:32.4365234375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVUQISbdNrJT3nlUUhbS8wX6znmtfS2H { top:11.5625rem;left:15.875rem;width:0.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJExd3i7PxLv2U7eW9Ip9TRnBekxI31T { top:11.5625rem;left:31.75rem;width:0.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8Zu62aBlENFkGBV6byIT2HzcTq5i1Zc { top:12.375rem;left:4.25048828125rem;width:7.3125rem;height:5.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erAym6JApAZhZiuo9CWqLXhT0FIhSPzf { top:12.375rem;left:20.12548828125rem;width:7.3125rem;height:5.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n84MXzXruDZNv5aTzXqr3LoJI5bt9CWX { top:13.1875rem;left:31.93798828125rem;width:15.4375rem;height:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVaVZWim3pRJAspC95T9qK76ZHQnXiTx { top:4.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFfWTK17Rpx2BxeMSI2k8p4RKtWrWxbq { top:25.0625rem;left:0rem;width:45.375rem;height:26.509835rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5QJIJBnrTB7Ey5xerm2h5PJNk4mUVls { width:13.25rem;height:11.375rem;top:10.375rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCsuUuxU8AJ561Ops8QtlaoRx8dIZa48 { width:13.3125rem;height:11.375rem;top:10.375rem;left:17.154518127441rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaiR5ZeDQN4ndU3OwiMNzqq7uEbFTm89 { width:14.875rem;height:11.3125rem;top:10.375rem;left:32.217884063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT { display:block; }#JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pxTR24dkh4QeBM941ZBEcGXCfa0sEGpu { top:24.8125rem;left:21.4375rem;width:26.3125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTJ6JfVXvDFM28O0ceO5oOzDWOZN20ud { width:22.625rem;height:32.5rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwVDh9q4tzUFVvEH51SwZRFdt7zH6siv { top:8.8125rem;left:0rem;width:20.5rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4bwGdkVzXVbhupBLTHxsl1JgO80ncxC { top:8.5625rem;left:21.6875rem;width:26rem;height:12.719079513761rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIwEmBv3ZHDARPu50GhTrVs1zOASDPNU { width:28.75rem;height:15.625rem;top:7.125rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRhBOW4t1aTvWG0ZvSsp6OBs36MiSeBQ { width:47.75rem;height:2.5625rem;top:2.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nly4MOxt30pXrKRkxsVXetd6mFTSqHx3 { width:28.75rem;height:16.25rem;top:23.5625rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #puBDyyr18J8a0CeGqmDEI8A4LQsIG5aK { display:block; }#puBDyyr18J8a0CeGqmDEI8A4LQsIG5aK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wKDL1s3Wnqv9vbJnhddyT0G1R7rz05gL { width:17.9375rem;height:7.75rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUd5fXWdexUIULusZgVZkyuhWW6WDU1d { top:13.1875rem;left:0rem;width:10.75rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0ds9G5HW35tpOlCmpg6utAmplDxtHQ8 { top:13rem;left:18.936851501465rem;width:11.875rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmoV8ccNlPyP55vdm5ze77wvbyr4Sbbc { top:13.1875rem;left:16.061416625976rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3qxLD7ElcgUSIZoagwCnz9wbRf7iBdF { top:13.1875rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEITflhM2TRr641nIrg6v7ulKdTPHx9T { top:13.1875rem;left:35.693363189698rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFUKTGNWlBmgBa7sBkDtOQVPaEu6qu6B { top:12.9375rem;left:0rem;width:2.1875rem;height:2.2487008399649rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi65ADpGbb6IwxVbDFg8JAJrGm48D2VA { width:17.9375rem;height:7.75rem;top:10.8125rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB8mzVddwtSDvsQ1lCRcSMyDQIIpKP0G { width:17.9375rem;height:7.75rem;top:10.75rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrmdOsMulkQD2dZOZLWKoGNf0H7VHkfg { top:1.6875rem;left:3.0611972808838rem;width:41.5625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcCRDvFiFMrXxIP6FvGhMIaaQT0yefS7 { width:41.875rem;height:2.5625rem;top:4.875rem;left:2.562068939209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFb57RMTX4zLC0UzBDBltI4rGUNTSSbv { display:block; }#vFb57RMTX4zLC0UzBDBltI4rGUNTSSbv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eiph1ueaXIrF7lPuXtZTLiQPzBHlKs4E { top:10rem;left:0rem;width:47.75rem;height:54.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM3EOphk6cqnlupEG1Jh41WbtWck15eS { top:2rem;left:0rem;width:30rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4rcnXJ7F4RazAcwAPVkrEGp4FZCQaIk { top:14.4375rem;left:23.875rem;width:21.375rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3zFGOybRzxdBhK6Pt5TvJJZEkkEcxxu { top:48.25rem;left:23.875rem;width:21rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0EOgHhHG8CwfaaaBCAsFAy6ofnpZCrR { top:44.625rem;left:23.875rem;width:21rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuwL7hyJ443hq2BzPahbd5SSJadfE41D { top:10.875rem;left:23.875rem;width:21rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQh8HT06QHh4efPVIeb6GfwP67GFMquG { top:25rem;left:0rem;width:28.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0RJuapc7cw6H38MBs1Egqe277drFkn3 { top:57.1875rem;left:25.625rem;width:20rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMUMOTMSuByXyGsVRi1G6c0GdOOr9ehC { top:59rem;left:29.75rem;width:14.0625rem;height:4.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUgHHsxPGROvW3CyyM20eOvWmFu6J82o { top:58.375rem;left:20.6875rem;width:27.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOhbz2h83hZDT1cwQcP4BktCzPFdELfz { top:63.125rem;left:20.6875rem;width:27.0625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZJALBtxa0ue5lSN3eFkQzfeekph8IzS { top:12.5rem;left:0.1875rem;width:14.4375rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnLlPFbyBGOeNnBlyCcvTu6ypVXTx067 { top:44.625rem;left:1.8125rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqNTs2iuqAbJIM0TJ9OUkT9ZbSsQlhHD { top:44.625rem;left:15.875rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #duQxpBlx3wxH8EBfDkLt8ZhPLdz87P5C { top:53.1875rem;left:15.875rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOZiX64NL3vhNlp2yoSf3ke8I3fJnu3D { top:50.3125rem;left:22.75rem;width:25rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ7g8klgSkvR2pwDVIoIIbIaAh1BV1ef { top:15.1875rem;left:9.4375rem;width:14.4375rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVE1eCEc4GCInBiW7hlTlaDT0kTbPBfu { top:42.75rem;left:0rem;width:28.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTCPysprbF7gdw2iH33iV2Znt0uH6rt7 { top:18.1875rem;left:23rem;width:24.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWTvMPB6vTXABlhfnUNftE2x645xrHbr { top:26.3125rem;left:22.9375rem;width:24.8125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsE1zvqoOhlcPq9A4JtT9ZTRIyURyGEy { top:28.75rem;left:2.875rem;width:21rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWwdL23TrFqDJvFdc1PUcIQy7dbQvmai { top:32.75rem;left:2.875rem;width:21rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZGbnJH8fcwayWGJFior3LUkSce9kSlv { top:6.25rem;left:0rem;width:25.625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6D3uGvJzVayJ3zXCIcPK3BBSqk5EIX1 { display:block; }#F6D3uGvJzVayJ3zXCIcPK3BBSqk5EIX1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5tzwS4knPJ9niIESdCzcpJTFylxzkeI { top:51.125rem;left:0.4072265625rem;width:23rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOZK5cCiWWI1skWph55Hat5tt8Va7qTt { width:39.3125rem;height:2.8125rem;top:2.125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO7TWkLUVo2DZzHpAFM3s4HUKdNT4nHA { top:36.3125rem;left:0.40625rem;width:23.0625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3253m0vwL2fSWe75TDpVDB0J0kqWSMc { top:28.4375rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1Fm3TtWkakblgFC0XckUWhMsSIC1iEV { top:7.75rem;left:23.375rem;width:24.375rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMc0wnhV9Gnsm921suzsKNWwUPI4MgJu { top:7.75rem;left:0rem;width:28.0625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqbSsqE3Qb9glybFwLTuGo9UGPW8KQ6u { top:51.125rem;left:24.28271484375rem;width:23rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTc4saVDvFFTnVtMpUZUh30EVlAF25Ch { top:38.375rem;left:23.875rem;width:11.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEEfSay1cx56gukAOMv6aDEL5Bm1oWte { top:44.0625rem;left:23.875rem;width:11.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPeZsXQq0TNH3w7kkCLgJ2cK16DVmJTT { top:41.125rem;left:29.875rem;width:11.875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2CVbzyX5gZorDZ245RXfTTqeHhStbwi { top:44.6875rem;left:36rem;width:11.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn3LWBwSzqGoHFnpqwhZh3t4fmhrDhx8 { top:37.4375rem;left:36rem;width:11.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PATpzbEmsltHsTlpKtEkpTfsHWHvoORG { display:block; }#PATpzbEmsltHsTlpKtEkpTfsHWHvoORG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hKaOwHoIM3eXh8tPKedZaQZgVLaMxhta { top:18.4375rem;left:0rem;width:34.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6TNMasqx92Ff00rEruDPD9XsLayQDVO { width:39.3125rem;height:2.8125rem;top:2.125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE0RobhzWZG3V24rlSOeRyG69gfB6TMa { top:39.4375rem;left:0rem;width:24.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRo5ZGoGAzarKOheXHOSbWxwCmGi0RO1 { top:25.125rem;left:3.09375rem;width:17.6875rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJDkgNJZB6arVACtHDsandyIgI3diEVK { top:39.4375rem;left:24.75rem;width:23rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4gwgPATqu7mBUGyJqPsk112ChZ7C8Vf { top:26.4375rem;left:23.875rem;width:11.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyZqnJwOgxhTQx95nnRzGFTzxWJgAE8c { top:32.125rem;left:23.875rem;width:11.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elbUniOKLPcRyfUTuJHmhPXJISQ3nzxh { top:29.1875rem;left:29.8125rem;width:11.875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTdFHubRtGrEKiihryQnFsVlTOOPIa8T { top:32.75rem;left:36rem;width:11.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq3P0200tA1ckF2qsyQtqJo2TrSfWn94 { top:25.5rem;left:36rem;width:11.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNRTpbORL7tVbo4nQ54V0yy8OG59Ci43 { top:41.5625rem;left:0rem;width:27.625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5gmiOQH3eoLDW1pWUuyWOMW2xLBR5iE { top:8.125rem;left:6.375rem;width:17.375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElGE1TbE9o9a31TU1SZK9MTM0urzoJNF { top:8.125rem;left:0rem;width:17.5rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB0CS2i5aBl6KBWgPGdidrDJmIwiFzsn { top:8.125rem;left:30.25rem;width:17.375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3E2EO4ld09iSzb6dHOGoanLalBy9tyg { display:block; }#t3E2EO4ld09iSzb6dHOGoanLalBy9tyg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDN2J4fcADKzZVFWzOVxoy1eFTK1oKcP { top:0rem;left:12.34375rem;width:23.0625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #du90qZoATIyyWEBfTGTpmLhZAnzaXwlf { top:14rem;left:12.3447265625rem;width:23rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Daz3EWTxR972ceCTnSJQUEuTQ5duS70N { display:block; }#Daz3EWTxR972ceCTnSJQUEuTQ5duS70N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGP2THNErZyB1BBF4y2QDrSJpJEadyrz { top:3.8125rem;left:4.0625rem;width:41.125rem;height:;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAabi2lm4BZDiH7n8p6FzwkrQZ7bIlcH { top:2.75rem;left:1.9375rem;width:43.25rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8PvxS5I5GwBXp8C5nN0KfG3AxPTuJRV { width:42.8125rem;height:4.1875rem;top:11.25rem;left:3.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfFi5d1HQas4hu9952GdRXozIBn2xvM9 { top:17.375rem;left:17.1875rem;width:30.5625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLbaHAQ4mTc3B0lwd1JWC8dtolnqpeGJ { width:28.125rem;height:5.125rem;top:18.875rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaFxTwuI01gu8hq3NDUPmbxnTVTG26Ra { width:27.6875rem;height:5.0625rem;top:27.375rem;left:20.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcZVTsTPW95yM2koponHX3AboEnJyWLJ { width:35.6875rem;height:0;top:6.9375rem;left:6.00048828125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZlz7mefMaai1C1O3EiPTutrIPPKKbkU { top:25.875rem;left:25.875rem;width:21.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0VQriIAHT8XXmDzQ9sZmFNF1qNNvKbm { top:17.9375rem;left:0rem;width:28.75rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsdTLPaqmlLDnMnc9VolbV4gGhoSuWak { display:block; }#fsdTLPaqmlLDnMnc9VolbV4gGhoSuWak > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7W1s4RRswIpLgakw0TN3IVETrecoihC { top:3.8125rem;left:4.0625rem;width:41.125rem;height:3.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc4teOAnSqsUA8qh42fO6qd4HwL0a0M8 { top:2.6875rem;left:2.25rem;width:43.25rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ0hF2iV5rD7BnWX4MB8TbTHrN1ORmk0 { width:42.8125rem;height:1.75rem;top:10.8125rem;left:3.21875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6AHCT6adi0TDEQZTRgfJqvkOwTqMf1s { top:13.9375rem;left:0rem;width:47.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIPm7TxJffnvbn8cWot25rGTB6QcXsaf { width:43.8125rem;height:3.4375rem;top:15.125rem;left:2.6868495941162rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMEs86uptaoKSF4PxlSRp9xrlEsafrvK { width:27.375rem;height:5.0625rem;top:32.0625rem;left:10.905708312988rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqcyTqhhv0W3uIGWyJC1tOBkUx6dnw6C { top:22.625rem;left:1.0615234375rem;width:16.25rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLNqZD7NyysllvA8o5BTiVRpFm2t9n0s { width:35.6875rem;height:1.875rem;top:6.875rem;left:6rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK2SrALGASpMH8wcTNZ8bEv9x7vG6nE2 { top:3rem;left:0rem;width:17.375rem;height:3.875rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RdhyvaRQXoZMczqkQ05Okwp6bgwCD3pn { top:21.625rem;left:30.15869140625rem;width:16.375rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr2z3P9SczQsDHiu4aThFXIrDTfaE4Il { top:19.5rem;left:15.49951171875rem;width:16.1875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6oKFL77CRscle7oEbpaIccCeiXwXl90 { display:block; }#t6oKFL77CRscle7oEbpaIccCeiXwXl90 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6AHMsedQ2wquUxuhI1GmkElKH13l9uk { top:4.125rem;left:1.1875rem;width:46.5625rem;height:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecuhHM2au7LQbrEMRpllytEEhOr46Kmh { top:2rem;left:0rem;width:47.75rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz3Ro0nEiJPrn17ugIWRCffTEbTs0BMH { top:7.8125rem;left:1.6875rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #luIVTd8gU61tTdBwdwJ5V4c0KC1MReJI { top:13.6875rem;left:0rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKQN5bsZlWSF5gnkPEG0BE4bRw7UamSy { top:2.3125rem;left:30.25rem;width:8rem;height:5.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaMLGenRU6kJyim1CphPR1Ob6ryyPfDe { top:9.9375rem;left:20.1875rem;width:27.5625rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqI9g7MltVDCZRFcK6DEax8tDN52Zcz2 { top:26rem;left:0rem;width:47.375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQmQUr20QBPqbW2eezny8rA7OeTJUff8 { top:30.3125rem;left:14.25rem;width:27.9375rem;height:8.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7vliLURvsmqSdHlAVnaP8JBIVTa3we3 { top:29.4375rem;left:12.9375rem;width:34.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmkZzX6Cfok1s5nshmhlpquNOuO4k8Pt { top:27.8125rem;left:4rem;width:7.9375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L39Fnv6lCHOlO9aH9bCqdgiCnCvneWge { top:34.3125rem;left:4rem;width:7.9375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5dLrZMAzm7HFOcPlTltzsrkb4WkeLL3 { top:6.5625rem;left:34.9375rem;width:12.8125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKcqZawUdkhcNns91dNPshHW4nCpm9yW { top:28.5rem;left:5.125rem;width:5.75rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dia94sunITSWAEPgTElD4IpRHSk1bcTB { top:34.875rem;left:5.8125rem;width:4.3125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMh4zeJIiEoQvIGoxgKW3T1vhondehiQ { top:27.125rem;left:14.25rem;width:27.9375rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERzocbbTKpzJdF5CkeA01MbTo8Jw8h0t { top:42.0625rem;left:11.9375rem;width:28.5rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxiyBUgW1GXLcOfLKLnbQc2ENHCL9vyq { top:1.8125rem;left:0rem;width:20rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9SXt2PNdLTpWdqGU89hpForvtq9OWgr { top:29.375rem;left:2.125rem;width:11.75rem;height:1.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oMDVipvX9mOt77EddauphTxHimaeFetT { top:26rem;left:3rem;width:8.0625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #q830fyJIgMD4tdi49oAeX0T6rwR3KZ00 { width:12.3125rem;height:3.4375rem;top:44.625rem;left:18.34326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0QsHKngwTWTF8xXZmDA9zlLTC3CD9R2 { display:block; }
 }@media only screen and (max-width: 763px) { #Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES { display:block; }#Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJL5tswCbqJ0uFLdADeaVci5M1uqVXpp { top:4.8125rem;left:23.8125rem;width:23.8125rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPmtemoySrt8i2kyhQ8EmIeRFy2JPubl { top:5rem;left:18.369735717774rem;width:18.8125rem;height:36.566179782286rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiUnOEc1Jzys1Dh4T3XgNcimtH6Jz8Nr { top:12.25rem;left:0rem;width:29.8125rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE1hSGrbQxzRHtFfZSwOQqsXrJIDAQUe { top:32.875rem;left:0rem;width:23.25rem;height:2.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaezyJNvlkbc81Z2TfbMnD5IuQIufxfa { top:15.5625rem;left:0.216796875rem;width:21.4375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRKmoLvRDbXL7HoTTAF18hgnzr1fTsXH { top:38.375rem;left:0rem;width:29.8125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1GXJooyZyeJu1kCWaK8WTwgDm4FLUWQ { width:30.5rem;height:6.25rem;top:4.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #epixRmel7TuoTECeTnFzNuWVOK4kwcqJ { top:6.5rem;left:25.75rem;width:22rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCIrI8e0G6KV5KhulnSrndgbiUPyEoaU { top:35.5rem;left:5rem;width:11.875rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-regular-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-input-text { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-textarea { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-input-select { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-input-button { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-checkbox-label { width:18.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4  { width:19.0625rem;height:auto;top:11.0625rem;left:26.1875rem; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .radio-container { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 {display:block;}#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 { width:19.0625rem;height:auto;top:11.0625rem;left:26.1875rem; }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #CvOwrQxSXm7DdfPmucgIKFRPp9GaVvLZ {  }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #MrW6drmrHm43PiN2tXq6du40uVO81sLg { display:block; }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #MVSRpBF0XKWiokTiaAruquATmTXl2hNr {  }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #J95d6zPZgnW06Dpdh4TNARhgnpTSESwZ {  }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #Ht3psgprxCEAUk4xrguZ3Q4EmTf9x2U3 { display:block; }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #M9cSDt2QHxwcG4ynvfVUMBRUrGrLrndP {  }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #ytr4G2UsHqAkAyrlfDP3Xs7RuTAAeIZ4 {  }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #evdKf7gUW9UO4LUTiZt19tDhpTxNV7Fp { display:block; }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #ZwrdSrMfTA3x1awFmoqivt8lt3ZgH2DS {  }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #UHEq6MPWca8x9mqk1e6K7d8t0GkEH2sr {  }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #ieGtwCoTvms6XIzqNtVfJX66kfb1toU4 {  }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #pMT7iA5SVmyi2pdTBUhdXF2FKP8C1TQ7 {  }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #icJfdWucv6TDWxTHZz3Oyk1JpsDkHiW8 {  }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #Tq3TaCOKesiL6znzOzrKF3IuCFtQ0tBT {  }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #QcLeoxUpXA4AT8SrxANQp9NLnr2fRXLa {  }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #DxmAkcPntJrsyOEfE5lh47HgTI6VAOwx {  }
 }@media only screen and (max-width: 763px) { #zXo6ZdAMwElN0EA9XabcSZrAfzJKcHFV { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RMRf66VvgUxktCoLZ1pyApP5i6qSFvFC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xiGrUQcuKIlfNNRZnUIHGGNVIpLZcQdK {  }
 }@media only screen and (max-width: 763px) { #ZwQeF3XI6l5NpmRm3DwUedFF7BthxJd6 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zlx0ppUFTKDzbs62iMs41EFQHaTinntu {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OQVaQB9E08cT9JsxsH0y9Kod1rqu54QA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iT5U877AI10C1tG6lo3877bUKRB3VoIp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mGaRZ8QXPUOM2DIvcw7AcdaZQ7HFOwIG {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kenToMOiGvfQvt40wqFck1r5SVkLfJ9x {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qP4nBJtdgTPGsSvDiRNS1nkhDeNGzzeT {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #i3wUg6qdvlRJp7DDfGO16JyZyeKkWDTF {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Pw8QC8dFQpSyLZGLNGHMTKZyEr8KiNyr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KUCm06TInT1ZF9yF6FfI2vOUW1WdKkeJ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vi60D5eSs5dmpGD5naO48B08BCqhiod3 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lGaWDX3dIrmUsELPoMEOaDEhTwebNh2L {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #eMmmbBdtnEV2oUrWfOlzvfHfGxiITTlU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #expxhERhccwTfkwc0i5TMH4zTWsL10Jq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PeXRJQSTwQuLHDCeTyoE8IxW5DxKc8RR {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Sv80mrbd7AbUMtCVnctdwKb61he72sTh {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #doqBg7IzgHraGidbUk0nwgDt7tC6TVur {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rE9qmhJxmTvrvK2hozieQw6NW8tPlTn9 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VtGpe313DMfa0XMp2ygKRSe5D26BlthW {  }
 }@media only screen and (max-width: 763px) { #P6bXlZLNcF6XeKJEszapvTGHmRb4uGSx { display:block; }
 }@media only screen and (max-width: 763px) { #auZlLhq4MeGk7Z5lc62apK2zNLMsh6Le { display:block; }
 }@media only screen and (max-width: 763px) { #AQWFB8UZkAT9gBWo4l5MT1XbGgNMgxzA { display:block; }
 }@media only screen and (max-width: 763px) { #gC9UOlvfLFTFyaGnTqoMmUT1misX3ykA { display:block; }
 }@media only screen and (max-width: 763px) { #oLSzP2gIrcaPNni9EqMiT96uJeqtVffK { display:block; }
 }@media only screen and (max-width: 763px) { #lC3aRuqwL3zr6TTmWXChpDgM61sLuuoC { display:block; }
 }@media only screen and (max-width: 763px) { #u2h54HVolybQRVoNghSmgTgFB2ntaT1H { display:block; }#u2h54HVolybQRVoNghSmgTgFB2ntaT1H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBKZZB5nGu4d2wNKb68Tp3FQf23J9XOx { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNmvovoUx7vLNxGkMHWgwbvcoaTLDJhC { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W32PtUHGfJcKi1LITMnFspT7HsN4hzsW { top:3.9375rem;left:10.125rem;width:27.4375rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDuTiHHLeHe9UPtaT4RL6yWLCzbXu36s { top:0.75rem;left:9rem;width:29.6875rem;height:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap3sKJeRPCVvLEN93v0rd8U05N8g5y2b { width:18.75rem;height:23.125rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHZ126n1mp0Jiu5h4dDVB9UKycLT1of3 { top:7.5625rem;left:0rem;width:14.8125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIrVr6Q6fehIWLp0D8SIpBSHWMiKgzLb { width:18.75rem;height:23.125rem;top:6.3125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4BAIteVvVAqCgSqN1cx9xTurKJbrf5Z { top:5.625rem;left:15.1875rem;width:17.375rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWwZxtRDMsVFFctFgCAkhbOUhgqxZo67 { top:24rem;left:0rem;width:15.9375rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVyAEq5oS0KRQ7dUHu4wXIi29KtCK3Dn { top:24.1875rem;left:15.125rem;width:17.8125rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv89gQIvEIJ89UWPpfhkv3TPKGhWuTVA { width:18.75rem;height:23.125rem;top:6.3125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2XkMawhiTpy8ATtbIEXOhEQ34cqVNTp { top:24.75rem;left:36.75rem;width:11rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx0qiLqKlathCOMqbF9zgJotkSHyvdFZ { top:7.875rem;left:30.875rem;width:16.875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1axqKEXCviekZ8VAEyOe2vaXLATFzIX { width:21.125rem;height:4.125rem;top:33.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHUibaZdwlkckw3RyaZTR5PmTdzuFTZJ { display:block; }
 }@media only screen and (max-width: 763px) { #MNwMZKwOXNTelkiGRJQC4031BIbrPTAP { top:8.5625rem;left:0rem;width:3.4375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yuImOZNuLrGVmFOHeBhhAF0lzbuleU5m { top:32.0625rem;left:6.125rem;width:14rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycIG1WXLoV2X8ONkcsvTWbzvywIJOns0 { top:33.875rem;left:5.5625rem;width:15.125rem;height:2.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax44g8hu6HmcK1IdJcLAArPyKKr6bVFS { top:30.25rem;left:22rem;width:20.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXD6ZO3dzguGb1KArTMUN7f8q5TFeE1K { top:37rem;left:6.125rem;width:14rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E { display:block; }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3x6THT2HTEIM20StobGBCaODuNxfhmJ { top:3.9375rem;left:0rem;width:8.4375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKGCtG6HPqLv2PoT5oze06mH8nPnk87y { top:6rem;left:0rem;width:29rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkqeyPRsDUD9EVTVCfCMkTGAxh2t84lh { top:11.3125rem;left:0rem;width:30rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUmKhCi6UT8TRkiQTwPx1ko6OpSOTGe4 { top:13.25rem;left:26.875rem;width:20.875rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKNsSBw3GWl8K62hwmz3vRyJbUnfGTNS { top:9.75rem;left:32.8125rem;width:14.9375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #blckLm23iTss5Ki9xQrfzML62e3QqZM8 { top:3.9375rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUXdyRy0EIMLp5i4PvfTT03tyxfvQ6Dt { display:block; }#qUXdyRy0EIMLp5i4PvfTT03tyxfvQ6Dt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iAq02VSPSbFGvwTnIT0VoAzgS6yQzGo5 { top:11.5rem;left:16.0625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IrVrXc4OClRTfBIeLOOo7U1dpmVisawC { top:10.75rem;left:0rem;width:14.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfJXq5Gozxr5GArPZwaI7J5twovcb5GU { top:10.75rem;left:25.1875rem;width:8.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiNtMIo42pDn1wn8oKulyoawT6c4o6gp { top:6.75rem;left:30.75rem;width:17rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSD5tfnQI5F53uL8rnHTxZLAUT1oxo6m { top:10.75rem;left:37.3125rem;width:10.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwqUw7QDwBVenEXiPSP8FzIWRJPoonX0 { top:6.75rem;left:30.5625rem;width:17.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L73VNbkS8mH6fPL2qiLZGQJ8oaB8Tgof { top:7.25rem;left:42.125rem;width:5.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsqs1y7JCRpXpA7qafypkkFGevE0OLlI { top:15.1875rem;left:0rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfXsZQu8ILoAKWgfDfaH1T1fA4n7Jz8b { top:19.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQpXluimuqTzpGJkl7cN9umMet5hPSDe { top:17.5rem;left:0rem;width:28.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmrqW4N5StJ501FBuyWo2UL02ArVMQKf { top:14.25rem;left:43.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCewRCk4qQmzNoDOGnsaH0PlpmitM6bw { top:14.25rem;left:27.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MToew5if7eSSuGKB5sET8bf8Bc4uE4Or { top:21.5rem;left:0rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #axNZd7li1i1PART4veGdVyTrcRqV6tHM { top:20.5625rem;left:27.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVBA6w1qkaOqKukunNMg24AaRxFuHAHG { top:20.5625rem;left:43.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #st30qAZTi1323i1f3EUwPnoBRTqrs4qx { top:25.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsAQ3tr5bZU2VFDRmxTNxIWKchTJk7NX { top:27.8125rem;left:0rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji8zFpUL1k57m8Bg3oD0TnhFsyROigck { top:26.875rem;left:27.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry6zn3QGLopTWT6Ou1fT9EIaDWsEhRUN { top:26.875rem;left:43.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh9E2i7o0EQ5lZaTQ1rnUmpFNoEcqRDE { top:31.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncMHD73WQPJyV0kbF8qfBmqV0KJTgka2 { top:34.3125rem;left:0rem;width:28.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxK4TCUc0bmo2T3Kc98Xp7bsWH1S8amb { top:33.375rem;left:27.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3gbhdlIRHfxsbDCnbEDKfJyIByCxSId { top:33.375rem;left:43.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPDfFrevSXUDb6D9CRNrH5mVzkbdEp5X { top:38.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZrET3oRuRPT19O7vc8lMM5OgaTJNGkW { top:42.1875rem;left:0rem;width:10.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS2gQFwCPwmZf5q9BVq2rTGot9ACBGkG { top:41.25rem;left:6.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTnFx8vPLx3P3FoLJbHxmTtkiI4t2LWK { top:41.25rem;left:11.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEDTMekuQ8eRI3auETdgsDJBTZdcnB7o { top:41.25rem;left:16.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huekIB0To2PR3aTkdITCFNot25Voed7e { top:6.125rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MphqZayCG84q7xBoBhlc73mP3GsWvXAw { top:2.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xbWf549DhCVFThlnEeSSXR7laRgDAoZw { top:3.75rem;left:3.1875rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sRwU7ZbtBvvT5uiOxIuJH4krcMmuIkTJ { display:none; }
 }@media only screen and (max-width: 763px) { #mDT94Z7519wBDo13iHguSBCMi0SEqZnu { display:none; }
 }@media only screen and (max-width: 763px) { #D7fhEyVqRv67KTssJGORby0vpQ8Z0HTn { display:none; }
 }@media only screen and (max-width: 763px) { #HiZWiUHD69ELPhkWcFfcNRk2bUG7NEdu { top:3.125rem;left:9.75rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXTHpr2oTSRS7XtQ0W9h6amdFbs3MwKC { top:14.75rem;left:2.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TH1iMflNZrVBnflfbtDhMthBIWs8wlGn { display:none; }
 }@media only screen and (max-width: 763px) { #w7BT4WDSFweUFmx21qTAKwOenNDZmirD { top:10.875rem;left:0rem;width:12.5rem;height:3.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #enVumyAyqtDwtyw9yQhTdZrUHnrI9Syp { display:none; }
 }@media only screen and (max-width: 763px) { #Jbl7274JrsrzCRyXLGnvgBNxKzeczu0F { top:13.1875rem;left:0rem;width:9.1875rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4ZEB8etPEgxh0DTGsD3nBsGTBCyobQT { display:none; }
 }@media only screen and (max-width: 763px) { #s8TT7uvbgL5TENoHUEn8DwTyk4ihOD72 { display:none; }
 }@media only screen and (max-width: 763px) { #kCzp8QR5a7wWW5CmCsUiSdJsGMZdVZmg { display:none; }
 }@media only screen and (max-width: 763px) { #WE44l0GWhHiAOBQn0KRyS5RUx01HbLiT { top:18.375rem;left:0rem;width:9.1875rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H3NLL6047v4UzXXpHS5o6s4v0qyPbMlr { display:none; }
 }@media only screen and (max-width: 763px) { #QxWTdNh38PNI8IHXXbi10nbiLPHfHriA { display:none; }
 }@media only screen and (max-width: 763px) { #imsPmiFif8KMP2k8TbIcgHWSe7qgbf18 { display:none; }
 }@media only screen and (max-width: 763px) { #HrWln43TgOKyuv2f57XAd7EL2nzKFkX8 { top:22.3125rem;left:0rem;width:9.1875rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Plbs7HkaGlxByA6gQKdo1yClIMEeE0kC { display:none; }
 }@media only screen and (max-width: 763px) { #T6yewS2Ba4nGQXLJCmgHowMhVDvZeRcr { display:none; }
 }@media only screen and (max-width: 763px) { #XDNoNkcXWnWLmzS8fZZI3Byfhs3HhSwi { display:none; }
 }@media only screen and (max-width: 763px) { #GhEPTKS4vc5XTzKLr462paME8aAG8ybq { top:28rem;left:0rem;width:9.1875rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SxvCc8qVKy6471v7i5rTTS3AcN3qRG9I { display:none; }
 }@media only screen and (max-width: 763px) { #VIvqBOncAz4CwOvNgTDm3kUSExJA9m6M { display:none; }
 }@media only screen and (max-width: 763px) { #F8rzPBlyBZ86XStI4EVZkCkRheafzWig { display:none; }
 }@media only screen and (max-width: 763px) { #U3EusgJgkvTUCMdpq8iqBguCK3QOxORd { top:6.75rem;left:0rem;width:47.75rem;height:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHlLlGwJBBJi3RgW6xqB2qR3u1OOJrLQ { top:1rem;left:0rem;width:47.75rem;height:5.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#eaeaea;background-image:url("https://images.assets-landingi.com/uc/028161c5-e88f-4d09-b13f-c45c503a940a/abstractpastelholographictexturedkground.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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) { #MOB8p9VVXhoTpvUayBxLsDtdwOVFsFmG { display:none; }#MOB8p9VVXhoTpvUayBxLsDtdwOVFsFmG > .row .container { width:20rem;height:20.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pV5o13QJxLTJerptCdclZx7PFH5gtI9u { width:17.75rem;height:1.3808625rem;top:4.25rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eURKlceEnuGcuTo32MeTu0MT24ANey9o { width:20rem;height:2rem;top:5.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8MMbTXNIUVtqtSz2qA1Urbks4sz19nq { width:20rem;height:0.73095625rem;top:10.5625rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKXA5UvTiqeU4TfyQo4JpMxh7etMrumT { width:20rem;height:1.29980625rem;top:8.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zeo9pUrLopnUsW0Me1H8X3aGlULQty0v { width:20rem;height:0.9746125rem;top:19.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLEI4WUIeDP776K2q5Jh7GagQZZIceib { width:8.4375rem;height:0;top:7.416015625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;flex-direction:column; }
#kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg .widget-text.counter-number { padding-top:0.275rem;padding-right:0.33625rem;padding-bottom:0.275rem;padding-left:0.33625rem;width:1.409375rem;min-width:1.409375rem;height:1.476875rem;font-size:1.099375rem;line-height:23.63px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.171875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.879375rem;height:0.5825rem;font-size:0.4125rem;line-height:9.32px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg { width:12.3125rem;height:2.78125rem;display:flex;top:16.0595703125rem;left:3.54443359375rem;z-index:15005;padding-top:0.298125rem;padding-right:0.29875rem;padding-bottom:0.298125rem;padding-left:0.29875rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #eRTtEqrhSsvSPWWiIZHxEdTfbik1VLGJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #BwE022FScrRHJ86UAyN6Bi5L9uBS8icH {  }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #d7Ivtq1h2d3b7maQhpZOgvGyNE5kx7v9 {  }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #ZA6otg5mq6OuvnaXqwzFcqPs8iXMEqWc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #RKdXV0cWqfy7Z0mTN1hXbCD722ABebcT {  }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #eKQxgHno20AhrJP193DilqI0w9SDvmkN {  }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #RN96qlF6ghPTv4XKsxehX1E2GZxRfwKs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #bTxizZk4egeJKppwbHbGIbI6z5eh64OE {  }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #bmwsM02qAqVdkTcJlAnHAUqSbrcZMPwD {  }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #PAmnERdbtGaTviqNoQV8mqehPmQ7hOB5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #mtgICCxulOemb8XkI68U3Fm51vQyTo37 {  }
 }@media only screen and (max-width: 763px) { #kbLKUVC3HxAxfQw1aP2Ht42gUhmoTTFg #B8vofO124bBWgSeEtKprVbdJicEJ36wT {  }
 }@media only screen and (max-width: 763px) { #ks3qrmd5tceHR87CpepPhhIFKOsSbQd1 { width:13.1875rem;height:2.125rem;top:8.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xStiOuZH9nUlnRxtm2741TZE7FC9l3sI { width:4.1875rem;height:4.1875rem;top:11.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvBQDN5lMUEZLFSdFk8nH0PZouHsXsOy { width:10.8125rem;height:2.5996125rem;top:12.125rem;left:5.8125rem;font-size:0.8125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #XX8fDzv2QH8uhslu75dDT5uAWf2wZdTP { width:7.6875rem;height:3.375rem;top:0rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fupppGTOKT640opJ3yG43CtSdcuU2XP3 { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:none; }#fupppGTOKT640opJ3yG43CtSdcuU2XP3 > .row .container { width:20rem;height:20.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tuBA2Jn8kTP7HVupuxP5SwdUzo66adhT { width:18.6875rem;height:2.11230625rem;top:0.8125rem;left:0.625rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#po9p6IyUi08Dk10lldUdQTe9DczZGcV7 .widget-text.counter-number { padding-top:0.32rem;padding-right:0.288125rem;padding-bottom:0.32rem;padding-left:0.288125rem;width:1.72875rem;min-width:1.72875rem;height:1.71875rem;font-size:1.279375rem;line-height:27.5px;top:0rem;left:0rem;color:#000000;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffad00;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#po9p6IyUi08Dk10lldUdQTe9DczZGcV7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.305rem;height:0.679375rem;font-size:0.548125rem;line-height:10.87px;top:0rem;left:0rem;font-family:kanit;color:#000000;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#po9p6IyUi08Dk10lldUdQTe9DczZGcV7 { width:13.25rem;height:3.238125rem;display:flex;top:2.9248046875rem;left:2.7568359375rem;z-index:14997;background-color:#ffc800;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;padding-top:0.6rem;padding-right:0.6175rem;padding-bottom:0.6rem;padding-left:0.6175rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #qoooVbwpTLXu36O2MTIb7Tb28P7SNTs0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #NkUw9l6zIPCaTewTykNnbqqLpMK8wGc2 {  }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #vR80KUxQRMFEuEtPEpWk9Il8VAJz244C {  }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #xzHDqNhgT0XlSRzUpuhXh4bRmPgwW1kU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #MpckAPgDUnH8BQltMCSKV9NZPqoNV7VA {  }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #HMuXVvEEnLqFTwiahItXz9GWZAdQ8Fba {  }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #wuVPSGc7T0cKpvwNPTk1FKTzt7UOVhFT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #XUe0ZlPvE7V5KeWQOPa3DKgdnkx77G9T {  }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #T7TXAQnWduBfoTJ04GVcT9MaoBwIbpb2 {  }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #iMg7ocWTOymxJICLdsIO92nDqZx6bS06 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #sCkV9I4ePRSLH6wnapoTChpmP8vbRHGR {  }
 }@media only screen and (max-width: 763px) { #po9p6IyUi08Dk10lldUdQTe9DczZGcV7 #mCvXo2yXSneKI7J8LXVJty8DLRavVTZa {  }
 }@media only screen and (max-width: 763px) { #oZ5cTJplxn5Mdsbi8tId0r8dLDJwVRtE { width:20rem;height:1.625rem;top:10.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZO3hrA6OxckhXHvZSyUWvs9r75SNk79 { width:20rem;height:0.875rem;top:8.40625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6ZT90fzL196Alodu7GsO2ZSNwgLhMSI { width:20rem;height:1.85595625rem;top:16.4375rem;left:0rem;font-size:2.0625rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #b9eegrnN4Nh8xiimGWJSEbamvztURFsB { width:20rem;height:1.625rem;top:13.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgX48kCU1B3JJcGFm6C7ovW5frBIpvZO { width:12.75rem;height:2.625rem;top:12.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ3DlTwRVxKBAMs5ZLoo74k43rVHSLrs { width:16.625rem;height:0.875rem;top:19.125rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUfHh3US04W1P3PIFXi8TflnGSty0xWN { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#kUfHh3US04W1P3PIFXi8TflnGSty0xWN > .row .container { background-color: transparent; background-image: none; }#kUfHh3US04W1P3PIFXi8TflnGSty0xWN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUfHh3US04W1P3PIFXi8TflnGSty0xWN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUfHh3US04W1P3PIFXi8TflnGSty0xWN > .row .container > .video-iframe-container { display: none; }#kUfHh3US04W1P3PIFXi8TflnGSty0xWN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUfHh3US04W1P3PIFXi8TflnGSty0xWN > .row > .video-iframe-container { display: none; }#kUfHh3US04W1P3PIFXi8TflnGSty0xWN > .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); }#kUfHh3US04W1P3PIFXi8TflnGSty0xWN > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FS2kcCNTQJXy2CQ0gZsJsDLospAEsXbd { width:18.6875rem;height:2.11230625rem;top:1.25rem;left:0.625rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eCqQQfwVE22voZ0qXDb4ulauntt4bomG .widget-text.counter-number { padding-top:0.32rem;padding-right:0.288125rem;padding-bottom:0.32rem;padding-left:0.288125rem;width:1.72875rem;min-width:1.72875rem;height:1.71875rem;font-size:1.279375rem;line-height:27.5px;top:0rem;left:0rem;color:#000000;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffad00;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eCqQQfwVE22voZ0qXDb4ulauntt4bomG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.305rem;height:0.679375rem;font-size:0.548125rem;line-height:10.87px;top:0rem;left:0rem;font-family:kanit;color:#000000;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eCqQQfwVE22voZ0qXDb4ulauntt4bomG { width:13.25rem;height:3.23779375rem;display:flex;top:3.375rem;left:2.75rem;z-index:14997;background-color:#ffc800;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;padding-top:0.6rem;padding-right:0.6175rem;padding-bottom:0.6rem;padding-left:0.6175rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG #PptIMWyFnsa58eFFNnpQ9UN68zPeDbGe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG #WtQ10b2wEr02XBMSxwN8W3o4Iyfhavi0 {  }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG #IrwVi4PiMSmMK8dM0HpILCM8cDF40Xfm {  }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG #DGeJE45KDa0dXvLUeVlhlxmiuMMlrkg7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG #duz3BgT6wWLw74sgFxWJGkl6gFVV6TVn {  }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG #f2KmmaObTxiP6CJTOgbKLTLUuvaTrBML {  }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG #SwpUdpakbWgArAJtDTqBBEWwxrDRWgU6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG #fiKyA2BfwTWE3ShkT7OM8SEK08cObgvo {  }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG #LA4qAPxx1K2eXl0Sunou8sSTfK2kCbtw {  }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG #DazSHSITni9WSrBue13KRUT05ASvFohr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG #TyxnMrZP3nJSK9rrRaGP4hK68VnkJmwO {  }
 }@media only screen and (max-width: 763px) { #eCqQQfwVE22voZ0qXDb4ulauntt4bomG #t0VKQg0wogcxtoLTxD0QCcEk4segnMuZ {  }
 }@media only screen and (max-width: 763px) { #UQbTzhOxIPXRLNuzNUQsAgZg9z1aFKSJ { width:17.375rem;height:2.4746125rem;top:9.9375rem;left:1.3125rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #huprCZaZLVXIuQ7dc46n3rAIfgMUBSwo { width:20rem;height:0;top:23.46875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALAct3DTEPpaNS063VshxlFxw9HyxQL2 { width:20rem;height:1.51855625rem;top:15.75rem;left:0rem;font-size:1.6875rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #fIvd2AThb4u2WMIZNkhVpFewh9q3EiU5 { top:15.5rem;left:3.0625rem;width:13.875rem;height:2.0625rem;z-index:14996;background-color:#000000;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) { #xA0ibGUUINWxQL1gAN3RNZOtIgKz0rar { width:20rem;height:0.6875rem;top:19.4375rem;left:0rem;font-size:0.6875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #veSoH1sQ6lF9qswaeGq6b8HgXBPIhH25 { width:16.625rem;height:0.87524375rem;top:18.1875rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWxtDXBxAhaz4eFLTqUpKSLSg1uEIoPI { width:20rem;height:4.199225rem;top:8.875rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yUdTvwGT4hF2i1EKTDExUwJXTG3Fid8k { width:12.5rem;height:3.125rem;top:21.1875rem;left:3.75rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ec574b;background-image:none;font-size:1.0625rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #Xzde7Blkhoop4Q3wS158ccbrDdGeGPpa { display:block; }
 }@media only screen and (max-width: 763px) { #HeDxiT5KzNzdGqLiJ5hWrqtDTdTnfnGi { width:20rem;height:1.25rem;top:13.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2y1olvrgkOMEg6SNT17a2ps6muP9BMV { width:8.125rem;height:3.75rem;top:0rem;left:5.9375rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #byvcmdh7rVK3qXQBwNmv06VPOUKfJS1B { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:none; }#byvcmdh7rVK3qXQBwNmv06VPOUKfJS1B > .row .container { width:20rem;height:26.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KcTwrr7wkZrJK9TDV6qG5caovNAIDva1 { width:18.6875rem;height:2.11230625rem;top:1.25rem;left:0.625rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VEos6tFXSOSufcXogAQ110BPU1mH1xg8 .widget-text.counter-number { padding-top:0.32rem;padding-right:0.288125rem;padding-bottom:0.32rem;padding-left:0.288125rem;width:1.72875rem;min-width:1.72875rem;height:1.71875rem;font-size:1.279375rem;line-height:27.5px;top:0rem;left:0rem;color:#000000;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffad00;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VEos6tFXSOSufcXogAQ110BPU1mH1xg8 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.305rem;height:0.679375rem;font-size:0.548125rem;line-height:10.87px;top:0rem;left:0rem;font-family:kanit;color:#000000;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VEos6tFXSOSufcXogAQ110BPU1mH1xg8 { width:13.25rem;height:3.238125rem;display:flex;top:3.375rem;left:2.75rem;z-index:14997;background-color:#ffc800;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;padding-top:0.6rem;padding-right:0.6175rem;padding-bottom:0.6rem;padding-left:0.6175rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #UaTA4pG8KnBZifTLX7hZwI4nfH18CJiS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #VbMIIy4h3K9LbchhpDBpqusEq9z4I5Dz {  }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #hBAqTsmokvk32SoIX22t7wqVxsI4vqoa {  }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #hRKdDZTSBMvmBzgSlTEmw9xexwpAc3TI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #BicJ94xAPy2veVnloIC6lK1N2JAhumsd {  }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #WcSBvPMJ76muRvZKtlnNoKNbqtnGRtRg {  }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #HHbsq1CJFIedRxIkH7ltMTtKKLFq4mcW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #gPV7rvT6dweCiiAuLT9TxuGdWFZewZAh {  }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #PumPJ1GRMhCfQmipM1vnPcCAQAr2SqcR {  }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #Xel3PlCOpgL2hbJOKGdCtc6PCBeXc7v2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #QO1HGNWSn3MTSgDnS0xTPq1mcEERDUvS {  }
 }@media only screen and (max-width: 763px) { #VEos6tFXSOSufcXogAQ110BPU1mH1xg8 #Z2A5HDyyTV57yyhiT6euptfdQsKqdbMN {  }
 }@media only screen and (max-width: 763px) { #TRyFyN8Py5mRSoAvbUhb9qgy1i7SytOq { width:17.375rem;height:2.4746125rem;top:9.9375rem;left:1.3125rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VCiKdJCEWIkQq7iJm12NmVDwLDSMgTkF { width:20rem;height:0;top:23.46875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kVsuST956CmbwXbWEsWCtEUHWTNiGQlZ { width:20rem;height:1.51855625rem;top:15.75rem;left:0rem;font-size:1.6875rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #nsobegxB8oN3L4B79AaKTXT2xEGIOrXK { top:15.5rem;left:3.0625rem;width:13.875rem;height:2.0625rem;z-index:14996;background-color:#000000;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) { #WuOabexgOzn8Vrz08XKmmy8samED8uiq { width:20rem;height:0.6875rem;top:19.4375rem;left:0rem;font-size:0.6875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #S01qaTIRfJaCx9NeS7yTsDQ8hgvHcKQC { width:16.625rem;height:0.875rem;top:18.1875rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awL31we4B05e6cFJwvzUbxF8ZlbAmESQ { width:20rem;height:4.199225rem;top:8.875rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mi99aZUQ7v2uHU4USWf0neJ9TxEM0Msn { width:12.5rem;height:3.125rem;top:21.1875rem;left:3.75rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ec574b;background-image:none;font-size:1.0625rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #mRuxochZaMW827bqTsVLebWk4D4SlQZf { display:block; }
 }@media only screen and (max-width: 763px) { #TF80SS1cLVT3qfMudZxyc4BbETIUdm0Q { width:20rem;height:1.25rem;top:13.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE8I2hOop6bNuTsTutocGTRI3dt9oJJB { width:8.125rem;height:3.75rem;top:0rem;left:5.9375rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #c96WSRhGXSDSpWTDEsANX3nPSb7sJMsZ { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:none; }#c96WSRhGXSDSpWTDEsANX3nPSb7sJMsZ > .row .container { width:20rem;height:28.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SI8svTFDaGauQw1yyNASTXuGxaUbF85K { width:18.6875rem;height:2.11230625rem;top:0.8125rem;left:0.625rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl .widget-text.counter-number { padding-top:0.32rem;padding-right:0.288125rem;padding-bottom:0.32rem;padding-left:0.288125rem;width:1.72875rem;min-width:1.72875rem;height:1.71875rem;font-size:1.279375rem;line-height:27.5px;top:0rem;left:0rem;color:#000000;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffad00;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.305rem;height:0.679375rem;font-size:0.548125rem;line-height:10.87px;top:0rem;left:0rem;font-family:kanit;color:#000000;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl { width:9.9375rem;height:3.238125rem;display:flex;top:2.9248046875rem;left:4.4130859375rem;z-index:14997;background-color:#ffc800;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;padding-top:0.6rem;padding-right:0.6175rem;padding-bottom:0.6rem;padding-left:0.6175rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #afvTGtG2ETrAggWWm1tHUgdqKAG7XVcp { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #IdzvPsqggZanaJ8mT1locRKQKrMeTW7L {  }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #Hw1J92V40Knmu6VT4mUCVZSH7LzP5zQk {  }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #sDn1sUkcGHNbILs7lDT4qKqHmPchKauP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #U3UMTCQAX9qA6n864uRVeTyW0pXx7ZWq {  }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #JCTna0yPiW18lWrUrd3hkg170yQRAdz4 {  }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #uvZbScvMILp9bOWzJntgTowNuIfetzKy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #oEGEdgGXrc5IVGcucTX1sscyA5h3wki3 {  }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #dox57c9QuUJeDXyCGCCrVWKS6gPZKadG {  }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #o2ZPRhGSmaP7gwqJKEWoHEkgqUiWvS98 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #LTemHuT2ec7O2hJs198LXIKkoCwc2OEA {  }
 }@media only screen and (max-width: 763px) { #MCeWMeZa0mXfsxr3DkfTk7mB9KGTHZcl #kNwiQ055zMCs3QzAqWhWKmXw5kTEwXZB {  }
 }@media only screen and (max-width: 763px) { #D97wh0vUTsQvXDZVMLNXPGG65b5CuQT0 { width:17.375rem;height:2.4746125rem;top:9.5rem;left:1.3125rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DbgQFpIRZ7sft9Vk6ednuRDch107RKBn { width:20rem;height:0;top:23.46875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHthmAPxE0OGMBG3UtOdDLIrDJIZMGHB { width:20rem;height:1.51855625rem;top:15.3125rem;left:0rem;font-size:1.6875rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #PhEPgfelH3KzTtvzILRRnbEkBsk0Vzo6 { top:15.0625rem;left:3.0625rem;width:13.875rem;height:2.0625rem;z-index:14996;background-color:#000000;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) { #IAWMkcAFMIIsFqvQRd73ffury27Uk6O7 { width:20rem;height:0.6875rem;top:19rem;left:0rem;font-size:0.6875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #T3xehnAEAxWabT0b5LhepVCntvWxcLqB { width:16.625rem;height:0.875rem;top:17.75rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbfPKEzxDK3xDLLX2gIaW4SyduHIlhNH { width:20rem;height:1.75rem;top:8.7373046875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnRFO15HFAEU2VUTtZ7ANFsHtDJakhv2 { width:12.5rem;height:3.125rem;top:20.76171875rem;left:3.75rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ec574b;background-image:none;font-size:1.0625rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #GrU7wQWVZ2MbuPEt4vVxl794sfz0XbnT { display:block; }
 }@media only screen and (max-width: 763px) { #vDg8ymSVEtoebm57w743Cxyxh6FK2bLo { width:20rem;height:1.25rem;top:12.9873046875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMLTI35fqMCf31zClinrX4K3eGNxlgK7 { width:16.0625rem;height:2.9375rem;top:30.25rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vM2bPRbV7LGdfX6Tg2T6vh0zah1JyT9x { display:block; }
 }@media only screen and (max-width: 763px) { #UtfPGP6xPqBr7H7RH5GPTnxbvSbgXGkv { width:16.0625rem;height:3.0625rem;top:25.625rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiz3t2HSxKHOTTmHQytM4mZ2Jrhs2dTA { display:block; }
 }@media only screen and (max-width: 763px) { #WI4O8MJyWmhNgm7BV4bByNr1mMM4CTGi { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffad00, #ffc828);background-image: -moz-linear-gradient(180deg, #ffad00, #ffc828);background-image: -ms-linear-gradient(180deg, #ffad00, #ffc828);background-image: -o-linear-gradient(180deg, #ffad00, #ffc828);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#ffc828' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#ffc828' );";background-image: linear-gradient(180deg, #ffad00, #ffc828);background-size:auto !important;position:relative;z-index:auto;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:none; }#WI4O8MJyWmhNgm7BV4bByNr1mMM4CTGi > .row .container { border-width: 0; border-radius: 0; }#WI4O8MJyWmhNgm7BV4bByNr1mMM4CTGi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WI4O8MJyWmhNgm7BV4bByNr1mMM4CTGi > .row .container { width:20rem;height:28.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tTkwUr3VsqRsnFC0nBI5RaTGLu1XHGtq { width:20rem;height:2.11230625rem;top:1.6875rem;left:0rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N .widget-text.counter-number { padding-top:0.32rem;padding-right:0.288125rem;padding-bottom:0.32rem;padding-left:0.288125rem;width:1.72875rem;min-width:1.72875rem;height:1.71875rem;font-size:1.279375rem;line-height:27.5px;top:0rem;left:0rem;color:#000000;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffad00;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.305rem;height:0.679375rem;font-size:0.548125rem;line-height:10.87px;top:0rem;left:0rem;font-family:kanit;color:#000000;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N { width:13.25rem;height:3.238125rem;display:flex;top:3.75rem;left:2.75rem;z-index:14997;background-color:#ffffff;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;padding-top:0.6rem;padding-right:0.6175rem;padding-bottom:0.6rem;padding-left:0.6175rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #bN0nFHGNNFwF1iPsdl2aCRWT1iTWZ3vM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #GyXmXRJHA68S9yK9ZrAMri8uDyJrb9En {  }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #g2CbpeCHchhTeVKIaxqbSMmrLMdWGT11 {  }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #kqN2MTOfGbiXoz4uLkTeeDcgQnroMmNJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #Vq2vq2taoHGCZZmr14B9mKZ1QmATqcr8 {  }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #MPxQFFtxLhD5euQT6t2TtKT2mWz9xwx9 {  }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #OE5u1vLcsL9kIA3OaavR5WOgSBZUb4DG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #LoW1ldck0x21xz0k1gDvD95Ts2C99uf0 {  }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #O98mTqNL8C4Q57JrSOfUHx4EgNtTsmHZ {  }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #ReEpdZUCiVAxFW4mforLXNeLdWTewecD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #d1OdRPr2HLBFUwS5d9sea3ugbUmEWd6o {  }
 }@media only screen and (max-width: 763px) { #Fk2xWIUXoondlZgy2S7SToNHUZfVvc8N #MBkE0tKzh7MTwvB0l1BnOdJqcwhcWsIV {  }
 }@media only screen and (max-width: 763px) { #TlLOUPRRW9s8tZm1eXWROL1edL2liZ01 { width:20rem;height:1rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfpWFaxTnZThHa7ilpdc9I3NlNaKKX4U { top:16.9375rem;left:3.0625rem;width:13.875rem;height:2.0625rem;z-index:14996;background-color:#000000;background-image:none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM8roO5UuVCQLUTGHWc6Oz9TBs1nVHTl { width:13.75rem;height:3.125rem;top:23.5rem;left:3.125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ec574b;background-image:none;font-size:1.4375rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15040;font-family:kanit;box-shadow: 0rem 0.3125rem 0.625rem rgba(72,25,0,0.37) ;display:block; }
 }@media only screen and (max-width: 763px) { #kOT84MBpWzX12RxQtCTEFGSSn2RWw2Nr { display:block; }
 }@media only screen and (max-width: 763px) { #LgxTebcIbv52JwTxuOmyKKFMosZr6rIS { width:17rem;height:1.625rem;top:9.75rem;left:1.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw5dKrnUoezvsMx2XBKKeccsJKU8wF33 { width:20rem;height:1.4375rem;top:12.6875rem;left:0rem;font-size:1.4375rem;font-family:kanit;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #FQ3EgN31iULHB2MAmUKeD4cpSBlRh5SD { width:19.625rem;height:3.9375rem;top:12.125rem;left:0.1875rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkQB9sRQMy7TJ7nvMEMaxrIVEmAny0AD { width:8.625rem;height:0.875rem;top:14.5625rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWLGPEE3k4nnf3mPmZSEZiR4IyRTOctX { width:20rem;height:1.51855625rem;top:17.1875rem;left:0rem;font-size:1.6875rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #CeObg9i6ZLR1CMV5Gu9CD2RclFdNy7iM { width:16.625rem;height:0.875rem;top:19.3125rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po4NzqT3MXgD4lxxHw8ntvle2Co9Flkv { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f31db1b7-8d5c-48ad-933c-a3073daf85cb/Untitleddesign5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Po4NzqT3MXgD4lxxHw8ntvle2Co9Flkv.adaptive-delivery-prevent-bg, #Po4NzqT3MXgD4lxxHw8ntvle2Co9Flkv.lazyload, #Po4NzqT3MXgD4lxxHw8ntvle2Co9Flkv.lazyloading { background-image: none; }#Po4NzqT3MXgD4lxxHw8ntvle2Co9Flkv > .row .container { width:20rem;height:25.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yowm512ZCPJz98ElB1Fvho8ms3svTweH { width:18.5rem;height:1.94970625rem;top:1.1875rem;left:0.75rem;font-size:1.5rem;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.25);display:block; }
 }@media only screen and (max-width: 763px) { #mZii4pbNCrvy8h011pVus8QIp4mt9JVJ { width:16.375rem;height:5.17383125rem;top:3.44921875rem;left:1.8125rem;font-size:1.4375rem;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oNEh2bMJWtrhICat4J8HccAfLHkn7nGF .widget-text.counter-number { padding-top:0.3375rem;padding-right:0.315625rem;padding-bottom:0.3375rem;padding-left:0.315625rem;width:1.89625rem;min-width:1.89625rem;height:1.811875rem;font-size:1.34875rem;line-height:28.99px;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oNEh2bMJWtrhICat4J8HccAfLHkn7nGF .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.21rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.529375rem;height:0.715625rem;font-size:0.505625rem;line-height:11.45px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oNEh2bMJWtrhICat4J8HccAfLHkn7nGF { display:flex;width:14.125rem;height:3.4125rem;top:19.74951171875rem;left:2.48486328125rem;padding-top:0.421875rem;padding-right:0.451875rem;padding-bottom:0.421875rem;padding-left:0.451875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #oncgmy7a5TLLG01f5UKATGFTFlTywh8K { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #C4qtQoDyqhOG5iaE3AoTJ6zb97InBtww {  }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #Qo84ATCP7OBA84kEfheC9DybJ1CvR4QE {  }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #PFzv3WO0xI7sQ4NRz5t7E6QrVCTmTbJe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #ES9lWzlMmX14wM0wq6eJEgTJ0LCPPIxt {  }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #LO1o9iGgssdG0A42F4e2edEJRTfTzfbe {  }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #okXAdDMmxrIfZJhKkHpw15sRW7riATmt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #NRLeeuCHSGeFUzU7mia1VVamufFfJv3O {  }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #ZKzKJ9sbzwGTlaop6p2pQVuZnxQ25aCb {  }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #nInUXEkDnQnk62ZvhBoOpm6zt7yUzS3E { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #UKO7BKO9H6IqQmsXQdJVl2t741Uwnk6B {  }
 }@media only screen and (max-width: 763px) { #oNEh2bMJWtrhICat4J8HccAfLHkn7nGF #e1wm4THulUssF1g4iQTodTVmor10bXKl {  }
 }@media only screen and (max-width: 763px) { #kM0A1XNzBIQ6l00TTGA7xF4zL9UdweiP { width:20rem;height:1.4624rem;top:18.2880859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOxD4PDeVfvwT19JtSTLwQ1A8lhMmMJq { width:9.0625rem;height:1.3125rem;top:1.4375rem;left:6.5rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #NAFvXM0slwhyV0JLW4qPaTfq0TOwwamA { width:9.0625rem;height:1.3125rem;top:4.4375rem;left:13.4375rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #EpgQaWf22uQsI5FnJRfW1x1TqEZKdJxz { width:9.0625rem;height:1.3125rem;top:17.7431625rem;left:3.875rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #TydRv1sVBH31WV2fAG6Kye6V97zoWbDf { width:14.6875rem;height:7.6875rem;top:20.625rem;left:7.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #A3MdTVAcbNTZb5MhD9EPd7qhbpNQ69Li { width:12.8125rem;height:6.5625rem;top:21.72021484375rem;left:9.408203125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15098;display:none; }
 }@media only screen and (max-width: 763px) { #lfctS88InsTcFBtidb5RZ7UTyg7AikZn { width:4.8125rem;height:4.8125rem;top:18.1875rem;left:1.8125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #RyDP0cxoXV8Z7bF1OCT5KaOG2F1obeDf { width:9.375rem;height:4.8125rem;top:8.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smafRRdR6SJF5kkuk3vETUigrNcTAqgc { width:9.375rem;height:4.875rem;top:12.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DapuO5WbRySiQX3Nu7gT7ksyGEoy2MAU { width:9.375rem;height:4.875rem;top:9.21875rem;left:9.6875rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #exwSe9NhtN2P6dwziiSNKToCK2RvbRBN { width:20rem;height:2.3125rem;top:25.44287421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lx3Kg2b5UfFpNCySFrU9GLcKIe2HuJ6w { display:none; }#Lx3Kg2b5UfFpNCySFrU9GLcKIe2HuJ6w > .row .container { width:20rem;height:71.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wldvbVrdzyZvXgFh3emadtwlHBZ0tCIV { width:14.4375rem;height:5.875rem;top:0.56103515625rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGawLk2IeOeQ8BdMH37kvbnOcrXOW5u4 { width:16.8125rem;height:3.25rem;top:8.125rem;left:1.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI5UAi3KyU7XeA5KBgWtJTf4utTd755P { width:2.9370125rem;height:2.8745125rem;top:4.1708984375rem;left:1.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h68cXLZrHsRtN3tNTyD2wBVJ1XaDoOPW { width:13.5rem;height:2.12475625rem;top:16rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqlpeTBZLPF2fS2vEJgKe56eH4bFd00a { width:8.68725rem;height:1.625rem;top:16.25rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tirfm0u4uwDcuv0JZt7gACNv8vm7ViW4 { width:9.062rem;height:1.625rem;top:32.875rem;left:5.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0iE7KhWUTOldFm34BwfCLFeu6b0bck1 { width:14.125rem;height:2.5625rem;top:32.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O76Au5fB0rhkNlXzdhkqqbZKWyXiTQ53 { width:18rem;height:0;top:26.917724609375rem;left:1rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PT5ZFuSecT7meeqd3h0TqLtOO0z9PCkK { width:13.3745rem;height:2.5996125rem;top:12.29248046875rem;left:3.3115234375rem;font-size:2rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVR81gNUxukkQI0UWsZuMWp7f3wlJdEy { width:14.874rem;height:0;top:74.047119140625rem;left:2.56201171875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQOG3V4ItCp6ZoTSuR2pCkvqeBua9IsP { width:10.75rem;height:6.25rem;top:35.375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4BRNzetlEF01rOc6uxdg9r1c2dymO5G { width:18.1875rem;height:0;top:75.9462890625rem;left:-0.874755859375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gT9HtoDRMgeBXhItTASS9Wry449HCWtz { width:19.99875rem;height:0;top:81.021240234375rem;left:0rem;font-size:0.8125rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #PBzIlPriwbMQ068ETvWPqW6CdJyHW7T2 { width:14.8730625rem;height:1.4624rem;top:42.0625rem;left:2.5625rem;font-size:1.125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #iUZQZ0whNsz1KDUcHgygQQOmkmFwyJs4 { width:19.9980625rem;height:4rem;top:61.9375rem;left:0.00146484375rem;font-size:1.25rem;color:#ffe98b;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #SlFQ93Py1ysAulOhFcW8ntTwN9PkaVx7 { width:18.1875rem;height:1.05615rem;top:43.75rem;left:0.9375rem;font-size:0.8125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #dM3I6OPe2AawJGCWDo3mQAqKWVeNCR4O { width:14.375rem;height:7.5rem;top:19.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRNWttwJJIrtIFck46hlfSTv6D9RiPSK { width:17.4375rem;height:4.048825rem;top:27.13916015625rem;left:1.28125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;color:#ffffff;font-family:sukhumvit;display:block; }
 }@media only screen and (max-width: 763px) { #qJRw1U3wuClclQocMtoXQFKFQwJxBmIa { width:14.125rem;height:2.5625rem;top:46.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv0yCUrAkp1I4FhuFVpeh6kzhb5gtoeT { width:14.4375rem;height:1.625rem;top:47rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr2L0Tz9eUuZ8Um86lxerksFPGbvPMFT { width:17.4375rem;height:1.3496125rem;top:59.125rem;left:1.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqwlOpzCIfqMWa6kt6nzWAsVqXJefD26 { width:7.0625rem;height:7.0625rem;top:51.4375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok95V0ktkdd5tAHi68zBUJTu17ybdsb8 { width:7.0625rem;height:7.0625rem;top:49.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlrhKi0Hgd3MiSaU0fFVUzXU3zuTf4Lf { width:7.0625rem;height:7.0625rem;top:50.625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 .widget-text.counter-number { padding-top:0.3425rem;padding-right:0.320625rem;padding-bottom:0.3425rem;padding-left:0.320625rem;width:1.924375rem;min-width:1.924375rem;height:1.83875rem;font-size:1.36875rem;line-height:29.42px;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.213125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.566875rem;height:0.72625rem;font-size:0.513125rem;line-height:11.62px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 { display:flex;width:15.125rem;height:3.5rem;top:65.9375rem;left:1.978515625rem;padding-top:0.428125rem;padding-right:0.458125rem;padding-bottom:0.428125rem;padding-left:0.458125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #W5sTNcwS9Tcyqwnm7AnuPcpggGrAKxLf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #TkqDwSmAWQBaPQTWxgleO4mOIw2aPyzb {  }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #QbQLxSLWTSzmr0yypnkfl95TU12hAFRT {  }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #Ppr6gRPyXmLmgxB8fT2D7qbpon4bTQF2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #zTeskwC4luKuKel91oKssxEbSXhZ0F9J {  }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #V7UB9JlZ47TqZc26IVfO9To7oKQOyp4H {  }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #tPzULdlVz3H3Gibv3xPeFEz1IKzUoxuq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #fIvuVsWXZMSebUiQnrcXFH0TCNzVvpfe {  }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #pIONLa6n30GzNidtxu4TAMuvfnB9sEr3 {  }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #VozfWquCUDxchDSdyEfKWA7wIB6VMotI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #OcWXKywt4kMQfU32XOTwd4uNpz2vWv2D {  }
 }@media only screen and (max-width: 763px) { #kArLd8lVcbz5ak5sXwUTyz2PBJSbxxc7 #ocLLRirU1W8JXINGecwwa9FOyPcpEEGU {  }
 }@media only screen and (max-width: 763px) { #si3U1EOqf148NFgKxmTAz0LR81WT2nZd { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f31db1b7-8d5c-48ad-933c-a3073daf85cb/Untitleddesign5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#si3U1EOqf148NFgKxmTAz0LR81WT2nZd.adaptive-delivery-prevent-bg, #si3U1EOqf148NFgKxmTAz0LR81WT2nZd.lazyload, #si3U1EOqf148NFgKxmTAz0LR81WT2nZd.lazyloading { background-image: none; }#si3U1EOqf148NFgKxmTAz0LR81WT2nZd > .row .container { width:20rem;height:25.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vtp4Na2WNS9RUzRXrD4devTtvBPw7k5t { width:18.5rem;height:1.94970625rem;top:1.1875rem;left:0.75rem;font-size:1.5rem;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.25);display:block; }
 }@media only screen and (max-width: 763px) { #X97WCNpI60uUdpnz9MsOuVyDoXT0kknm { width:16.375rem;height:5.17383125rem;top:3.44921875rem;left:1.8125rem;font-size:1.4375rem;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO .widget-text.counter-number { padding-top:0.3375rem;padding-right:0.315625rem;padding-bottom:0.3375rem;padding-left:0.315625rem;width:1.89625rem;min-width:1.89625rem;height:1.811875rem;font-size:1.34875rem;line-height:28.99px;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.21rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.529375rem;height:0.715625rem;font-size:0.505625rem;line-height:11.45px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO { display:flex;width:14.125rem;height:3.4125rem;top:19.93701171875rem;left:2.10986328125rem;padding-top:0.421875rem;padding-right:0.451875rem;padding-bottom:0.421875rem;padding-left:0.451875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #DDpD8WxQTi6GXhk4M7nhGHEit0ITlJrx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #suhznnVni4TK7yDuQ8AZ1v55hdDpSeoQ {  }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #eifzgxv5OVqJtvKEzCUfXDZP6Zl9RKnt {  }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #lETxC7arR7Mwp7DAyt7ET3kpoA8IbNX0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #HBMc8HCE4xhpnh0qJ5vc38JTNgnmGnce {  }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #tX5wuiMD0azv5ZScRLID9l9BD9M2OIKT {  }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #qTn121PPTGQO1MpEwLDNr7TEGggZ1zzZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #qZsw0JDBoRHnfCJ4nUwwcGvu6r980WXw {  }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #cNi5eZ8kls0M9Z7GXn3W8SwtfRGcPFgp {  }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #o6JWPT2Xz2QpMIqQUXmZlwHN02rMqL3u { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #wGOp3JuHkeV2Xgb4NsBVoDshbOtRKro9 {  }
 }@media only screen and (max-width: 763px) { #zrI9PVN5ivrrbOzbOWHsMQEGcUVyG3gO #StfIXAxiKKtPofTcN0MhC2DqBF55JPxD {  }
 }@media only screen and (max-width: 763px) { #hA6MM1NTq40PO3t24bRCdIMmqUfQ1yTX { width:20rem;height:1.4624rem;top:18.2880859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRmmmWggq28TQ9eDwAT7vJ6s93IT3VUW { width:9.0625rem;height:1.3125rem;top:1.4375rem;left:6.5rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #M2GtTUFJBluvPUkvBfbZLdraPe2UHmlh { width:9.0625rem;height:1.3125rem;top:4.4375rem;left:13.4375rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #Ss55yoTH2fqTEeud6eNqoQMKESLsxRMB { width:9.0625rem;height:1.3125rem;top:17.7431625rem;left:3.875rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #q2KqvhtoPC7dJrpvrplTekAGNbnmkFS4 { width:14.6875rem;height:7.6875rem;top:20.625rem;left:7.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #iDO1RcsZKdXDEhq3KqyAqXo62PugAqMz { width:12.8125rem;height:6.5625rem;top:21.72021484375rem;left:9.408203125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15098;display:none; }
 }@media only screen and (max-width: 763px) { #WSwNIkvgd3oNn7GwaJWakno4UcwXB3TE { width:4.8125rem;height:4.8125rem;top:18.1875rem;left:1.8125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #NW5vKNL0tWyaOgkJ4wOPesR9Z4XsxhGo { width:9.25rem;height:4.8125rem;top:9.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgU8GcLkDH7RFKsFka0zBwTTdRfUPhTP { width:9.375rem;height:4.875rem;top:12.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQbX6tL1NT18ywlB0JyrNXRb8kwoGOyO { width:9.375rem;height:4.875rem;top:10.0625rem;left:10.25rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #PgOpUycsTAUS7Oamb4LtDTHg0REwmWwM { width:20rem;height:2.3125rem;top:25.44287421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ouLuTGDXMkiSNxIa9aPUXWaPckFo8Adt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/578943be-78db-4319-a9f2-dd201b840138/IMG_9445.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ouLuTGDXMkiSNxIa9aPUXWaPckFo8Adt.adaptive-delivery-prevent-bg, #ouLuTGDXMkiSNxIa9aPUXWaPckFo8Adt.lazyload, #ouLuTGDXMkiSNxIa9aPUXWaPckFo8Adt.lazyloading { background-image: none; }#ouLuTGDXMkiSNxIa9aPUXWaPckFo8Adt > .row .container { width:20rem;height:75.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xGiDoNC2rtg4ielAddhHe6AmokvwHrnF { width:10.3125rem;height:5.3125rem;top:36.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skd4kB5AKo3qGOJAcOANvLx0ZPyKlPwZ { width:10.3125rem;height:5.3125rem;top:37.3125rem;left:9.20849609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSJGxcS7BW6eUGZmNkEQd8sMa3P7nvF2 { width:10.3125rem;height:5.375rem;top:41.6875rem;left:0.3125rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #OI5qVn85mdaAeGuC3GfRVZLdkMsKy7hz { width:10.3125rem;height:5.25rem;top:42.25rem;left:9.20849609375rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #dyhnsJNLgaCyPgKZOFO4qJi430Cnv7WG { width:16.3125rem;height:1.4624rem;top:71.5625rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLEQTEF6lkgE86gh3Tih3GAZAWgnpset { width:20rem;height:2.9375rem;top:70.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic6FtI1Z1eJGZwJsSBd93EuZPPZLlZ84 { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:none; }#Ic6FtI1Z1eJGZwJsSBd93EuZPPZLlZ84 > .row .container { width:20rem;height:26.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tularm9JZxqA1DLRAWuMtrm2k1vLcVVN { width:18.6875rem;height:2.11230625rem;top:1.25rem;left:0.625rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ .widget-text.counter-number { padding-top:0.32rem;padding-right:0.288125rem;padding-bottom:0.32rem;padding-left:0.288125rem;width:1.72875rem;min-width:1.72875rem;height:1.71875rem;font-size:1.279375rem;line-height:27.5px;top:0rem;left:0rem;color:#000000;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffad00;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.305rem;height:0.679375rem;font-size:0.548125rem;line-height:10.87px;top:0rem;left:0rem;font-family:kanit;color:#000000;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ { width:13.25rem;height:3.238125rem;display:flex;top:3.375rem;left:2.75rem;z-index:14997;background-color:#ffc800;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;padding-top:0.6rem;padding-right:0.6175rem;padding-bottom:0.6rem;padding-left:0.6175rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #cCTAWcGcH572tzCGEbAEWmRy956HD8Fp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #lmou7uxoI9RvEnVIPw9NVxt46bQNk4ey {  }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #w3azJfq5HEmtTAgfMpfyok91sB6yo65M {  }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #rtZ1O9UPoUpPBIthuWI0LQUuynLkhzIb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #GQrGrrTweQsuMAtC0d6w7OsehOxcAdwf {  }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #zlLkCoDi4Na9qUBWOPnEqLlBq5WfeaXT {  }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #xNWrKMaOU5mR5dvboozqiexZWoEFL2Vt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #Fs4zoAyU8kZ7lp1kFhHyXzpaVkyT0SRS {  }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #qfM9JMlxwoigSeDGLgnDpV5JDuBAm2xr {  }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #SbAbJb8RnK5n1L0c6HlQRTElqNPfXcEp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #yeo7s525WHw0qlGPB3iKHt5hxBfPeafT {  }
 }@media only screen and (max-width: 763px) { #VA1raTyDTOQxG01JJ0DyHABTKJehdZlZ #O7odsvOqC68cxmUS4VBaPJcx9DqbnEFo {  }
 }@media only screen and (max-width: 763px) { #DHe15awvxFAZ9meTTpTFhbxg7W5DWLko { width:17.375rem;height:2.4746125rem;top:9.9375rem;left:1.3125rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TTJPEmnEDFT3qnBanZ8acMI2vBPJJ0S2 { width:20rem;height:0;top:23.46875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LE0U05lyf9i68nDbVKuEl8bDb8NpmeMw { width:20rem;height:1.51855625rem;top:15.75rem;left:0rem;font-size:1.6875rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #iCbkZdFH4ubwyQcCOr9wdEULHnCD944h { top:15.5rem;left:3.0625rem;width:13.875rem;height:2.0625rem;z-index:14996;background-color:#000000;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) { #gTuBQqo0eoHzfmUOwIoOmgRpSTOOnIIm { width:20rem;height:0.6875rem;top:19.4375rem;left:0rem;font-size:0.6875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #dOWrI62PTvb4I3RE09nyEVof29b62Wao { width:16.625rem;height:0.875rem;top:18.1875rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrN3USIBEzSRMz1vWJd21gDLTsFwzTqU { width:20rem;height:4.199225rem;top:8.875rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #us99vZwxOnkeEaDyh07x19JtUVJAyMvV { width:12.5rem;height:3.125rem;top:21.1875rem;left:3.75rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ec574b;background-image:none;font-size:1.0625rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #WbJd8nd7kkmn0Mzff3i5SyINTIOJeh5I { display:block; }
 }@media only screen and (max-width: 763px) { #yAS6PJwBZQxqyveunVVaTDud1nw7rCqH { width:20rem;height:1.25rem;top:13.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv18QeKb2Rpup6c4Fc9IEexW1bgRcSWu { width:8.125rem;height:3.75rem;top:0rem;left:5.9375rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #FPa6xX3UiSeiUTkBREAdLJnpiv90T4H6 { display:none; }#FPa6xX3UiSeiUTkBREAdLJnpiv90T4H6 > .row .container { width:20rem;height:12.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZyXLEx83hJDtm7IVbOlzqHUkumlt2n3b { width:20rem;height:5.25rem;top:6.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZa10ynR5RHMUh2tAyRlaI7OhMqMM1cM { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDoR4aMpgrQfpe7XnZIFxEBQM1vrdTo9 { display:none; }#JDoR4aMpgrQfpe7XnZIFxEBQM1vrdTo9 > .row .container { width:20rem;height:56.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yfFLNxSrlkNyLiklXeDDnT98SDvzxLet { width:20rem;height:6.0664819944598rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZUmBPa7wCd57o4D182Q3Aq1sV1QWarT { width:16.125rem;height:12.5rem;top:9.87890625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgmIJ8sMqzRyTv5GsvV2zcffNaPfwf95 { width:16.125rem;height:12.5rem;top:24.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl0W01gwmv6TPdZqOMB71GI44buhGlE9 { width:16.125rem;height:12.5rem;top:39.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNVJ8ble4Vw0bTVJ4QnqrRtiwTERTAGI { width:4.6875rem;height:8.625rem;top:14.1875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stgPTO2Ph2l6GX6Uhbvua5gankExZeDS { width:4.375rem;height:2.75rem;top:8.44140625rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGmenQ2JQp0IdCxqvmMkpsQDxTETRxIH { display:block; }
 }@media only screen and (max-width: 763px) { #HVG1odqngo9LVVXaatFOb5OTFp0w3cu2 { width:4.375rem;height:2.75rem;top:23.66943359375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX6lIZ2ciVMhX2kAOp3S6aJ5lJ4dr1C2 { display:block; }
 }@media only screen and (max-width: 763px) { #XXTUBmg1yZE1RtqTHkg0VsIwbq2cpRgo { width:4.6875rem;height:3.125rem;top:38.482421875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKT3JxZOB4L2lNnwcpJdhI9m6n2ul8ly { display:block; }
 }@media only screen and (max-width: 763px) { #khHH1OBWkSrJPlwzSpWrrvBH8lNzsob5 { width:12.5rem;height:2.5996125rem;top:11.19140625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDbdGHOVCmXTJEZ8elmxbs4VN5RKo1gp { width:5.375rem;height:3.75rem;top:18.875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2PACAwBAkGCz1vbIptyxo4qvwNJPxn4 { width:5.375rem;height:3.75rem;top:15.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #APGN5kohurxvv6wIBydhVTUbWTAUyBTi { width:5.375rem;height:3.75rem;top:18.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOvDzet7g3e5VmhGWHZ2WLxvn2LViA9F { width:5.375rem;height:3.75rem;top:14.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVNGThbGlmGI4ssTOB6Oo824GIvRKWJI { width:12.5rem;height:1.29980625rem;top:26.41943359375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtdm4Tlg6pF7CRQRRnR2Po33N7IeKnfP { width:12.5rem;height:2.5996125rem;top:40.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwfTpvMP12dmhBsJhhC92pQZr9RbK7wF { width:14.0625rem;height:14.0625rem;top:23.31640625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKbQHgwCTbGBn30vg9og8la9HnlautN4 { width:16.0625rem;height:9.875rem;top:43.732421875rem;left:1.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NNzgksxoS1QJA9vDiIwy7skNQsQtGKlW { width:20rem;height:0.84375rem;top:54.544921875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e2415f84-16e1-43d5-80f3-6f0a7b9e1e42/pfs107td16756.jpg");background-position:center !important;background-repeat: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; }#s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX.adaptive-delivery-prevent-bg, #s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX.lazyload, #s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX.lazyloading { background-image: none; }#s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX > .row .container { background-color: transparent; background-image: none; }#s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX > .row .container > .video-iframe-container { display: none; }#s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX > .row > .video-iframe-container { display: none; }#s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX > .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); }#s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX > .row .container { border-width: 0; border-radius: 0; }#s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlT2t2tBakT6JITJP6749A4BnGLTpisC { width:12.5rem;height:0;top:5.3116512298584rem;left:3.7500001788139rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #d2ST27rbHzpsxKPv7ozTAKDTSaGAzT8a { width:19.24869725rem;height:4.54980625rem;top:0.89322948455813rem;left:0.375rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OSDHXohwFK9uNJXxtV3eMTPa8pkoLoCk { width:20rem;height:39.124492645264rem;top:56.28991317749rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #DUcU0eqpP3d8yLttCCLLgIqWap5IRL7r { width:17.93619725rem;height:0.89355625rem;top:5.7265625rem;left:1.03125rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eusAgwwyIEJmkg7D57kJMeZI5kbNwAH6 { width:17.0625rem;height:2.92480625rem;top:20.7470703125rem;left:1.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;text-shadow:0rem 0rem 0.0625rem #333333;display:block; }
 }@media only screen and (max-width: 763px) { #UFeKfc03HnrODQWQuGVyNKq4UpcLSFRW { width:16.7480625rem;height:0;top:35.125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #A4T3rdDk54qEG1Xp64C4E5PaZJTOyi8Z { width:19.2480625rem;height:0;top:32.875rem;left:0.3125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #xG7P9hoT1n6rg5NnU2zFUDQ8ZtJ2wWK2 { width:9.5625rem;height:2.5625rem;top:24.24658203125rem;left:5.218505859375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:0.875rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #sfKQs2xUORFUMptDH7HKS0gnHlFbBCi3 { display:block; }
 }@media only screen and (max-width: 763px) { #X6ylxA9BmMZdb4hiGx1exeQRL7Uqnx7M { width:8.125rem;height:3.75rem;top:0rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QyQk0JV8TA5VqlyXuc5lCCnT5rCQ9WPi { width:16.437375rem;height:12.374875rem;top:7.620849609375rem;left:1.77978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVGB5NzzccuiKwwLKwUJcirtbxyhTSop { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b91d3a70-1b6f-4014-91e6-1ea761563040/1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LVGB5NzzccuiKwwLKwUJcirtbxyhTSop.adaptive-delivery-prevent-bg, #LVGB5NzzccuiKwwLKwUJcirtbxyhTSop.lazyload, #LVGB5NzzccuiKwwLKwUJcirtbxyhTSop.lazyloading { background-image: none; }#LVGB5NzzccuiKwwLKwUJcirtbxyhTSop > .row .container { background-color: transparent; background-image: none; }#LVGB5NzzccuiKwwLKwUJcirtbxyhTSop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVGB5NzzccuiKwwLKwUJcirtbxyhTSop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVGB5NzzccuiKwwLKwUJcirtbxyhTSop > .row .container > .video-iframe-container { display: none; }#LVGB5NzzccuiKwwLKwUJcirtbxyhTSop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVGB5NzzccuiKwwLKwUJcirtbxyhTSop > .row > .video-iframe-container { display: none; }#LVGB5NzzccuiKwwLKwUJcirtbxyhTSop > .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); }#LVGB5NzzccuiKwwLKwUJcirtbxyhTSop > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nM8RCpbdWiDqPC0T9rpm2T4N9yd8AV8z { width:19.9375rem;height:31rem;top:22rem;left:0rem;z-index:14977;background-color:#000000;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) { #kxG2mwyo4MAzCwvlgSJrftBNH1F8R0ql { width:20rem;height:39.124492645264rem;top:56.28991317749rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #xM3hSJaQaXD79dEySi0IZ5c07XuTNsHv { width:16.7485625rem;height:1.05615rem;top:15.6748046875rem;left:1.62548828125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvL76QUqGmkJ4b0nuuucszWzOxFFxwDn { width:20rem;height:1.92480625rem;top:13.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zS8CRn68qiXfcsVzyWbcT0Ba29nBgfUO { width:20rem;height:5.30761875rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2icXq8qmgrsCTu7nn6VD6SdKVLBR2ny { width:17.875rem;height:3.25rem;top:23.3125rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;color:#ff517e;display:block; }
 }@media only screen and (max-width: 763px) { #lRwz7uRBWdfGZT0yK5nm5GtPcLI5ZoaH { width:20rem;height:1.92480625rem;top:1.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DIEm0TTSynzrMFlOz3tTURpZsXnoi3pP { width:20rem;height:2.3369125rem;top:4.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-regular-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-input-text { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-input-text {padding-top: 0; padding-bottom: 0;}#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-textarea { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-input-select { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-input-select {padding-top: 0; padding-bottom: 0;}#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-input-button { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.5625rem;overflow:hidden; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#fdd12d;font-size:0.9375rem;overflow:hidden;height:auto; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux  { width:17.1875rem;height:auto;top:23.4375rem;left:0.1875rem;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; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux .radio-container { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux {display:block;}#Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux { width:17.1875rem;height:auto;top:26.5625rem;left:0.1875rem;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) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #HrK4duBd1y6BitXhgUO179qpnyaEElJI {  }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #RftcZ0NsUVa9GNVIfpw1xQfMsKEOoUBD { display:block; }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #kA1a8mEQsrKTZaLOsZV8O30o27luvWrV {  }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #J282kTwqTCGJgC1cpNNrgObd1s81noOC {  }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #z1eUzWwbD2NDWTT67BcTDhbF4kB4wemO { display:block; }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #k0ORJpsB6szMPcKBTDK47VMOcgTQUZgG {  }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #eEO3iMQTd7O1DZJTzy5HZlqpvDdHIIv7 {  }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #ft9ZESzHUtJDyuTXdWZy1foX6PaRwNOB { display:block; }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #XwEFcOTgurTL3S1kFdEZb3QJnWCQbxzb {  }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #FLkfrUMu1E6lBJeUdaunHVzCixBGGEKm {  }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #yKLfwNRFqeFbKn85WKGczGDHeUIsyfTX {  }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #nncDu26btNm35dBFGDP2PnhyMtwg2B7n {  }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #ACGndJUfwgMZIlTN4SZ6udB34zhcTUOK {  }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #m1mBt2eNHFrECgm2tM8zTHaczrccuIFi {  }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #SnRt0T93fdPI3IhedGhUsHUkCub57ILe {  }
 }@media only screen and (max-width: 763px) { #Rw6q6GtZE8ytpPcga9AWplCHCz0o14Ux #CqOw5qHfTUeXMXAN7irmkmz3t6rFKUEH {  }
 }@media only screen and (max-width: 763px) { #NuueE9pHCmECg2teDw7E7i1y4LAlW3X0 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HUT3wcTkAgxCUqT2fsegxolg3x81Vk4W {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ePn1RnOvAyZyvDamQZeC6n584lGhbkUU {  }
 }@media only screen and (max-width: 763px) { #S4QbFTC7GpuFzdeod4kuUJETETxi2BZz { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #V4rkEIPIibU4vuBbDyxG6reWtE2dsV0F {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #M1Bi65AWA8l6vpoKq6IfPiMB4s5uPR6A {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xGxxdGIvsNGI5CLAvXCACXOVmgllEAoB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vNl3qFhgD2y2tCEXO53CPcOyOcWSBVkS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #dH3Qvc2T1bGTLwMw0dlUouZ8AaeRCS9E {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #z4xblKSMSApOFU2usia0TKQaZngTb2mc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FDrFvEgKHGatmffyacp26FbiUcsf8Wbm {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Ga0721sLMHb4NPHpGyilEBl5ciN9pQr7 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #T4ChdPsTwBATOXtPBAmmxddHL84KFQlh {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NQT6T2zE1RI75Mvgld7mD5CXXce2IwcM {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RVfKix5FXg7IW5cRbzXLgloaCkf6GSzc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ULhatlmQSNPWaWi55r8QGDvtRpFuvyi5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #r3sW7TqwEH8HXtzdan8nmnF3L0eFf7wA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DrXbNFdevdpDlmt6PqXw418gstRgTgau {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zxlynU5NcBGvlzLVXdsU8qkdy4FTRm0B {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sBuZqXODW4uJWvolxJsi6CesdinmXnTI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #V0mCL1tZF6RFINp8VsFbFniASBtOaOkd {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EpVoP1dbz8aMQZoIHWaeMQWfpqFldE1w {  }
 }@media only screen and (max-width: 763px) { #ZwN3xO5WQd7JcSiPq15eRDSobv87FLVO { display:block; }
 }@media only screen and (max-width: 763px) { #Ueb90g3ehernSwM6CVkw3iWep8GtZiC3 { display:block; }
 }@media only screen and (max-width: 763px) { #Wmo6QPoWoZXTSguWeQsOERGMbVTqanb9 { display:block; }
 }@media only screen and (max-width: 763px) { #EtRFMlRhlt7Civ8eJMr6izuFT0XTQ8tz { display:block; }
 }@media only screen and (max-width: 763px) { #BM7k6nZK8rZ14Z0KtttWfefXLZ2cslhy { display:block; }
 }@media only screen and (max-width: 763px) { #F0vF5mods3wxgtyrDob4xoA5Rg4uaN9y { display:block; }
 }@media only screen and (max-width: 763px) { #LBCw8vsrwSZdRKohdUoTtIaGI3kn2cBT { width:20rem;height:0.962525rem;top:19.477172851562rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;color:#2e00b9;display:block; }
 }@media only screen and (max-width: 763px) { #I98KCIhVRIZJlLbyRk2DpwNxH9kLBc3x { width:17.25rem;height:0;top:39.25rem;left:2.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #VOxhDr8qxLqDDF2ytAnH0sdnTpbvytwf { width:13.75rem;height:4.8125rem;top:25.0625rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBdotqlgpgGBiXMMBsWHysnDnk2fCzHs { width:11.9375rem;height:auto;top:27.875rem;left:4rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #lzthnxvIn3vqnDF2gRWsMlhO0Kh1K0Et { width:14.0625rem;height:auto;top:25.75rem;left:2.9375rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #hnUVU8v1h2WTgaO5h9V2JOSSs8bSgaKN { width:20rem;height:1.375rem;top:17.378784179688rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pMZFyTUpAiexNNcmoSTb0IEBSXchKoeX { display:block; }#pMZFyTUpAiexNNcmoSTb0IEBSXchKoeX > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ayo2J97LxWnV2aQSTIyGDJKJkZATOtHk { width:20rem;height:60.625rem;top:1.06201171875rem;left:0rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;display:block; }
 }@media only screen and (max-width: 763px) { #HopMEbQRNaQ96O2xrRXff566bBFe8QzO { width:20rem;height:1.21875rem;top:59.625rem;left:0rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PCVUffKZC0UpfoGJeDf9k6uGXkyyUcZ9 { width:20rem;height:1.3125rem;top:58.1875rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MKH2OcmuR9TKktQS4CSIkVMPCyAUUf3E { width:20rem;height:1.96875rem;top:56.375rem;left:0rem;font-size:1.3125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VlHvkuQVTBsn5qEqhAKu7saUHRDXKbcM { width:19.375rem;height:3.5625rem;top:1.99951171875rem;left:0.3125rem;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #f52hvRkMbttF2E6VLa8Pgxym6MQ4mbSC { width:14.875rem;height:2.3994125rem;top:51.625rem;left:2.5625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ViQErTxcD9In4Kvoq6vmk23blexqpVSU { width:12rem;height:8rem;top:9.875rem;left:0.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xtu0eeGM8T32HZWaR5JFsrvTkLSUkoUV { width:20rem;height:1.31286875rem;top:6.125rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pUtlbWMohk1prh2CUkoe2nbTI07mNxBH { width:10.8125rem;height:5.5625rem;top:38.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyRDEhgnhTgoPTevSgC7deD6uhKZM9n4 { width:10.6875rem;height:5.5rem;top:41.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJnfCJcMdKFbnDKoFkXECulPiv5hbcH6 { width:17.5rem;height:0;top:77.7500038147rem;left:0rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNnU7CiIAkRKmfdciCx1HdUGhzTkGk5q { width:10.5625rem;height:5.4375rem;top:45rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGSOVu5KE01F1rox6chcOsn30ZoTmUv1 { width:17.5625rem;height:10.0625rem;top:23.93701171875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frATIzflIIK4OeJRz6hOtKyarTTXC3Ew { width:17rem;height:2.25rem;top:18.43701171875rem;left:1.5rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FAfx0eaRevhUr0MSb1t5JAZaME8ZbN5d { width:10.5625rem;height:8rem;top:8.375rem;left:8.625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #zI1Vqxsv77feAmlRLnmoiWEkpGtQfpaf { width:20rem;height:1.6875rem;top:20.99951171875rem;left:0rem;font-size:0.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #doZs1Grn2siVVwaSHRh2nKoo1D00kcTE { width:17rem;height:2.25rem;top:34.99951171875rem;left:1.5rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OQkaiACxiaJTvG9cn2Z7vaA8KtoUN1mw { width:17rem;height:1.40625rem;top:53.9375rem;left:1.5rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #geQbmyJyRZkTfCnTT8AqclFuZv58lHZ1 { width:12.3125rem;height:3.4375rem;top:62.93701171875rem;left:3.8125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ec574b;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #D7GcZTnK1wN2x3FFitCaaJNalysJXiAp { display:block; }
 }@media only screen and (max-width: 763px) { #rSP7ZHkKeg8INMOSTLWSBLsINFZ3b2iI { display:none; }#rSP7ZHkKeg8INMOSTLWSBLsINFZ3b2iI > .row .container { width:20rem;height:75.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VkTKqTTJVEPGk68w4QIR3CERmAEeTIRs { width:20rem;height:73.0625rem;top:1.06201171875rem;left:0rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;display:block; }
 }@media only screen and (max-width: 763px) { #m8PKHcOVbg8akUDFAIUzdExEL5hlPBF8 { width:20rem;height:1.21875rem;top:71.875rem;left:0rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #suzpGDZCCANQLwPdCT4ohgFSsvfN4GwR { width:20rem;height:1.3125rem;top:70.4375rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uPGEvBlVZIXBWwUlOZz438Lduty0oTcm { width:20rem;height:1.96875rem;top:68.625rem;left:0rem;font-size:1.3125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eM44ezGctbONbV66ns12BwhWXUyagEJu { width:19.375rem;height:3.5625rem;top:1.99951171875rem;left:0.3125rem;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #O8UVQv9D03BPShtu1F9LuWEF4EwftvR5 { width:19.3125rem;height:1.125rem;top:48.6875rem;left:0.375rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lt8CIEzIM6ggIpTEiL74pLyHCZuwRns2 { width:12rem;height:8rem;top:9.875rem;left:0.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy6lxoulg54g0QOQdrkP37QJV9EQXTZ8 { width:20rem;height:1.31286875rem;top:6.125rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #btPk0rPlZOnuHTh4TLQgPnoOyxmiUO8M { width:10.4375rem;height:5.375rem;top:35.5625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKkcSgO3DiIoANeV9vdZMGegNNuAAisP { width:11.0625rem;height:5.6875rem;top:38.625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0aiVkHlv7rvizbXMBgoEyzzlAW0g9tx { width:17.5rem;height:0;top:77.7500038147rem;left:0rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KqTelhtburBT8DASS3J8wpWcGf5plB3T { width:10.8125rem;height:5.5625rem;top:41.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldekEBIRmwGhiMDREmlQoH9bnqpdfTKX { width:14.5625rem;height:8.25rem;top:23.56201171875rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgJQgRhOGlx3IOIznaKdqbURuIWiisSe { width:17rem;height:2.25rem;top:18.43701171875rem;left:1.5rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vyzuye7Qk2T18l3adAHkIzkIFQ4Br38v { width:10.5625rem;height:8rem;top:8.375rem;left:8.625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #uNiE8PMrR0BMGtFiSkQcMDazh7IHwMau { width:20rem;height:1.6875rem;top:20.99951171875rem;left:0rem;font-size:0.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OIPfItJFCbyM76DpVVTGLwRWqtfHVbuU { width:17rem;height:2.0996125rem;top:32.74951171875rem;left:1.5rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LUrJTAcsJseh9W5klNOdQFBlGaJL9mV2 { width:17rem;height:1.03125rem;top:49.8125rem;left:1.5rem;font-size:0.6875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Mg8gCtTenma67RhxOQItze6vpUBTeiMe { width:10.4375rem;height:5.25rem;top:51.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBEZqqG9kQ9axX1WaKA8sPgZpOhOgfP4 { width:10.4375rem;height:5.25rem;top:54.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErQk2NFEnJ2TMJVadFNtyaANuNuIBexu { width:10.4375rem;height:5.25rem;top:57.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBEQQZ94cGrV3RuTg3AUTEuKhquJNv5V { width:15.1875rem;height:2.4375rem;top:64.375rem;left:2.4375rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ZOrgfilCayQ7w6vIFMaWiM717On3d4CO { width:17rem;height:1.125rem;top:66.8125rem;left:1.5rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nvsHUMAnEdO1iWve2MibnNuHXADPArwS { 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; }#nvsHUMAnEdO1iWve2MibnNuHXADPArwS.adaptive-delivery-prevent-bg, #nvsHUMAnEdO1iWve2MibnNuHXADPArwS.lazyload, #nvsHUMAnEdO1iWve2MibnNuHXADPArwS.lazyloading { background-image: none; }#nvsHUMAnEdO1iWve2MibnNuHXADPArwS > .row .container { width:20rem;height:64.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CBTJPHlN0nmnFnsoXo6fLVRdgcp7UeZG { width:11.7495rem;height:1.21875rem;top:59.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKAoHGWLlAxOSMuhkoTqgnA7NFZGfHyv { width:20rem;height:2.53125rem;top:60.9375rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkGx9lgbgvUyG6D7k3FGa660SGQI9CiE { width:19.875rem;height:12.3125rem;top:10.4375rem;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) { #fOJS8JwdS0DO6lpRhp757cpWkHo5Eplm { width:19.3125rem;height:1.13720625rem;top:8.0625rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWbG2SiFVhZUtKA70nNd7ff53ioyE66J { width:20rem;height:2.25rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpTfIsWqOePxcKT7RdVu1XayhMPIA3GU { width:9.875rem;height:5.125rem;top:11.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkO2QfA5dVM5lF3MAgN0Q8NANh9M3NbI { width:20rem;height:1.29980625rem;top:53.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad2SG5GRpGeBWxq6fvd7zfK09rAX1LEg { width:10rem;height:5.1875rem;top:12.375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyKKaedX7ExtEOLEhfue1AZwz52BtAu6 { width:9.9375rem;height:5.1875rem;top:15.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDe7gQKtR72IXnzmTnoGzlskLDw0apq4 { width:18.125rem;height:1.4624rem;top:56.6875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx7d1HER97t5y7ywRwBfWs9QIgDR5Iuv { width:19.75rem;height:2.4375rem;top:56rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCsqFUGIfA9cb59wCZ6zJOcHcU2sotgT { width:20rem;height:0.89355625rem;top:21.25rem;left:0rem;font-size:0.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rV4OT55cxaCTTHuR1oyxwBf7ZD4iik5e { width:9.75rem;height:7.375rem;top:26.125rem;left:0.375rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #cucI4kZ0bu77eyBPFJyhTMCtODGN7cVx { width:10.6875rem;height:7rem;top:27rem;left:9.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxM54kkH7hrucTbVzPLSQo58IAch9U6V { width:14.75rem;height:8.5rem;top:41.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytqIbEBu5GXRM5V8J8TU3uIxiOaBv8RJ { width:20rem;height:1.6875rem;top:36.8125rem;left:0rem;font-size:0.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #squ89eFcMwPQpN7TBr1UaBsxf3MAccPw { width:15.125rem;height:2.0996125rem;top:34.375rem;left:2.4375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w19eiDwnUmTUlSEglSJJaDcwbUXlUV3s { width:17rem;height:2.0996125rem;top:50.625rem;left:1.5rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #P2dMWCaoFTFDonqh9XaPxdFKQy2a8SUt { width:4.1875rem;height:4.0625rem;top:22.1875rem;left:7.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNaeLHzJAtgBWtS21nprKNoEUu21Tfxk { width:4.1875rem;height:4.0625rem;top:37.5rem;left:7.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXphvLz3AErvDLPocPNr0zkghIWEVSqP { width:20rem;height:3.75rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #caqb5JDe6he6Vdcx6oFB6gWADiDb3LMF { width:20rem;height:2.84375rem;top:3.4375rem;left:0rem;font-size:2.1875rem;color:#d71f1f;display:block; }
 }@media only screen and (max-width: 763px) { #ygqqtWWS8HA7XnheLNqS6dpcdpRWPKyb { 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; }#ygqqtWWS8HA7XnheLNqS6dpcdpRWPKyb.adaptive-delivery-prevent-bg, #ygqqtWWS8HA7XnheLNqS6dpcdpRWPKyb.lazyload, #ygqqtWWS8HA7XnheLNqS6dpcdpRWPKyb.lazyloading { background-image: none; }#ygqqtWWS8HA7XnheLNqS6dpcdpRWPKyb > .row .container { width:20rem;height:78.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iqLLHe22ovAL2bKpW8CG12OKwKKnUOpL { width:20rem;height:6.5625rem;top:1.18701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXQDygT8Vn2eyVZbgaqn2gm9uTcS1AwE { width:11.7495rem;height:1.21875rem;top:74.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3teFoyb4CObs8qG1dv8MnBpuywZoX6r { width:20rem;height:2.25rem;top:75.5625rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIuWTTX8hRv11Zi8u1654eaFty1ReLkS { 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) { #RAHPO9ITyCyL099gmgrOZiL5JXTG0t6g { 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) { #FChskiHIxUEU0ABANQ9WUZ0r8vL8wAeB { width:20rem;height:2.25rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPB5TqUeR1k8t21bTlvq8RvgVdkHSVKy { width:10.125rem;height:5.1875rem;top:12rem;left:0.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X31qhHB8U7b5oQTsXvFhBrLSg0cAEoLn { width:8.8125rem;height:6.375rem;top:27.23681640625rem;left:5.59326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtpsaTErON5peCHiNEmOiF3GfFn07oKm { width:9.124rem;height:1.29980625rem;top:34.11181640625rem;left:5.4376220703125rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DODet39SQAsAnxlVnIdTCMDrcBZFyrcy { width:7.6875rem;height:6.4375rem;top:27.205688476562rem;left:6.156005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4ykmF5QGvARg3HQNeQOFKsq3evKKaNG { width:7.6235625rem;height:1.625rem;top:35.224487304688rem;left:6.187744140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLQgX1ik2KdQzuh6H2V7yPK5LZowOFRb { width:20rem;height:1.29980625rem;top:68.3876953125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxI2DwPTfbwFivBtETWXHTa4JDnUbvT2 { width:10.125rem;height:5.25rem;top:13.1123046875rem;left:9.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVonzoTn7c5TMps9lA59dDgGTPmvbTqo { width:9.9375rem;height:5.1875rem;top:16.1123046875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #is2wlKkC95lAf0aPsvURGcn4m3XxTSpS { width:18.125rem;height:1.4624rem;top:71.3125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLTl91dxTcRKfQqwEAeItkrXl5Oq1f84 { width:6.0625rem;height:6.9375rem;top:31.049682617188rem;left:13.937377929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #b25sUH1rZ92D2VxPTh7NSpkzhfIpHxI3 { width:19.75rem;height:2.4375rem;top:70.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDwcG0sTBZf4pCwqTSpgu2iSrD0Aoecx { 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) { #am30hlJ5Lwo3xcOgAIwIkSOPepeQm9iT { 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) { #d18vklbzRaEK83wchoaEAUBx4OU85IAS { width:20rem;height:0.89355625rem;top:21.99755859375rem;left:0rem;font-size:0.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qZtTLMsXSzOn8UsUUMTIyJvNlqVlUXPp { width:9.75rem;height:7.375rem;top:40.7998046875rem;left:0.375rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #qpLgQqDdznWTIuuPDCRW637taz3eHMef { width:10.6875rem;height:7rem;top:41.66162109375rem;left:9.0410447761194rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #umnS5Hoaol2tAWF1nK8qa9ZaGhN186ER { width:14.75rem;height:8.5rem;top:56.2373046875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeyRfGCte2HtA25TmZDb5vyXRH8uhg6Z { width:20rem;height:1.6875rem;top:51.4375rem;left:0rem;font-size:0.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ouCig2VrfWLAKbwT5fJBCcrbsIPJA2WH { width:15.125rem;height:2.0996125rem;top:49rem;left:2.4375rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VRRJ9RtFJrTxCX8sAF0C2Tn7iOcgMiBs { width:17rem;height:2.0996125rem;top:65.26123046875rem;left:1.5rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #exC90wVt9JyyGzoHtta4pP3y9KNF8Kov { width:4.1875rem;height:4.0625rem;top:36.84912109375rem;left:7.90625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg3QVCFXOd3m0cAuKs1yCZ6TI0K8VoCg { width:4.1875rem;height:4.0625rem;top:52.1748046875rem;left:7.90625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcdrPZcoIrPcGThOAH9DiEmm0Dn5QxSc { display:none; }#UcdrPZcoIrPcGThOAH9DiEmm0Dn5QxSc > .row .container { width:20rem;height:56.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ytnGOxPoQCr6T788fqCf6oz2TAC7JeTX { width:11.9375rem;height:2.5rem;top:8.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khk044r9q3JsCS3h2cwhkREWrCoxxsLT { width:12.5rem;height:1.54345625rem;top:9.3125rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdR31uTxXAnwbdfBixn2PZlPt3SaWtSH { width:20rem;height:3.25rem;top:3.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txxx9TWQon15QsI7XIn3FrB69Qr8x6U7 { width:9.8125rem;height:2.6875rem;top:1.25rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBXUpOdzgneMzasgrKmkFTGkhSd7sokG { width:8.0625rem;height:1.2500581422392rem;top:1.875rem;left:5.9371337890625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I77k3lq1KlCTRt68fBXcL8G5yLb7X18k { width:20rem;height:1.86865rem;top:6.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXu0o8PDCXTWFzrSU9foPil1xOgmSwi6 { width:13.5610625rem;height:1.13720625rem;top:41.125rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5NbRLikmonBgZWebkXJMiGHKRW0DtJD { width:12.5rem;height:11.875rem;top:13.25rem;left:3.75rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #VLHvtUECTlA5rdTx1gDlbXrSua0OgQVX { width:19.75rem;height:12.5rem;top:27.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnTfWKlk1CT3dKHFfaF555FHuqmdIslK { width:10.499875rem;height:2.1875rem;top:22.125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0ag392dde7tC7c5VMRUPKL4EM8dcwA9 { width:10rem;height:1.625rem;top:22.5rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNvJ13N1dkiJoruQa249GXccdE0XwlD0 { width:14.375rem;height:2.1875rem;top:37.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stfo66S5RyfhU3XXS6giyw45CkXQ0WVN { width:13.5625rem;height:1.625rem;top:38.0625rem;left:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVewdlQRzsb2Q5pNx2Q5lVwTO8WxONEF { width:9.0625rem;height:6.5625rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGHF4DGREvLpUiLMdILKf9M1IzTQcw5M { width:8.8125rem;height:6.375rem;top:14rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpiT2tD41SqIxkcoCLAPRn3MyR5Sfklf { width:9.124rem;height:1.29980625rem;top:20.375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCu8WMve90qhFNZ70oaK12u6sQdmG1Tm { width:9.375rem;height:4.8125rem;top:28.5625rem;left:1.24853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4xdlCmZyJTXUiA6nxLxxsEgnStfff2p { width:19.874875rem;height:3.99963125rem;top:43.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQVW0Ll1deOMes8ZW6xW2fA5MQ26UE9J { width:20rem;height:2.5996125rem;top:44.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2O4C5JPimSypewDJo88ZX5wfJdrZX7V { width:20rem;height:5.0625rem;top:50.1875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZcsaQ9ifZkUmoP3qn1rqhyvVkZr0mCP { width:11.8115rem;height:1.21875rem;top:48.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQqRfVymVil42Bd9TkhWAksAFPcGar7U { width:2.5625rem;height:1.625rem;top:13.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgsoIcaBO1qPaGFOyDxToRHstCTkTmv6 { width:20rem;height:1.625rem;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQDvZxx1Eqgi4CiofI2VQvOMR33lv6Bb { width:3.9375rem;height:4.0625rem;top:25.25rem;left:0.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fnBOpUt4OZTWX5kS9rNEvy1ieqlTUiaD { width:2.5rem;height:1.5rem;top:26.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxu8UI4trp4ZU14Kv3faAhmg5Fiy79n1 { width:9.375rem;height:4.8125rem;top:28.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITKF5T8eBqtdLtv6aeQSn4MemwuCVbsu { width:9.375rem;height:4.8125rem;top:32.28125rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcXWK0KUW0KhEyLcxL0NEKgVPBhQSNWs { display:block; }#DcXWK0KUW0KhEyLcxL0NEKgVPBhQSNWs > .row .container { width:20rem;height:98.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoI1146PXztc5tqgnwEha4sCVUgPm6BL { width:20rem;height:1.9249125rem;top:2.1640625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NwL07yzu6EHCbTnHkrnBfdFMpgASJq9q { width:12.0625rem;height:3.1875rem;top:93.83203125rem;left:3.96875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ec574b;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #t6J31y2HEtbGJATrAVHcDnNwdHa2c5Ka { display:block; }
 }@media only screen and (max-width: 763px) { #RXbXckdObN7k1DdNpZ9POTmX1dhwZlho { width:17.5rem;height:9rem;top:62.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #skGyUun1pWxdXRUc9SDMg9tptzuiSoc6 { width:18.25rem;height:9rem;top:19.72135925293rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxb7hhUcL2gPMSGziSHCm9sQbHBu8ZDH { width:17.75rem;height:9.0625rem;top:6.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEk1oNhllDaJofnnqdTuBuJrX4dS0zA1 { width:18.5625rem;height:9.6875rem;top:33.165367126465rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTePXp0AlyT72cxFvsVb3qoTS8dMu6Mf { width:18rem;height:9.1875rem;top:47.134124755859rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZSAdsB1rJPT5ymyMFk6fUG7dGKlE478 { width:5rem;height:1.9375rem;top:29.352867126465rem;left:7.5rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:0.75rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #bQNTfG2EsS5LZ6MMCynHlqtX9uoaWmsS { display:block; }
 }@media only screen and (max-width: 763px) { #dVGlq1fFwqD9PMAEk0Slt99S40ArKDzi { width:5.4375rem;height:1.9375rem;top:86.582038879394rem;left:7.28125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:0.75rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #GMOV2DbUTE0Po0H010Du6ycnrpzdU23k { display:block; }
 }@media only screen and (max-width: 763px) { #cqN5lNbPggTu4nPsAFTveEipThWH6bgn { width:5rem;height:2rem;top:43.375rem;left:7.5rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:0.75rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #R9wBBOIxibfPmBLNAec5k21mcfkMc7pW { display:block; }
 }@media only screen and (max-width: 763px) { #gseuokQVcs2hgKEHKNlM1ST6IFmrL2v9 { width:4.9375rem;height:1.9375rem;top:58.040374755859rem;left:7.53125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:0.75rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #l8BJDOKsFuhSie3UTgqgq3PHiPa4y9nQ { display:block; }
 }@media only screen and (max-width: 763px) { #IfhXHNxw31UESBv46XJNDILVAH8c8e5o { width:5.1875rem;height:1.75rem;top:16.18620300293rem;left:7.40625rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:0.75rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #FcREsRQ6EaRRbguxWCs1Oim4BFdnQ0IW { display:block; }
 }@media only screen and (max-width: 763px) { #RP3qqTPNKL5yp46b35lQ6TBWDxTPTMo5 { width:5.25rem;height:1.8125rem;top:72.958343505863rem;left:7.375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:0.75rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #zetvszRUkiHnUbkTOrulpkAQTQxvWPtn { display:block; }
 }@media only screen and (max-width: 763px) { #MQkWyOWTyV0ygZppoObeEFkC5Ndnonyk { width:20rem;height:1.71875rem;top:90.145835876462rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;color:#ff3c3e;display:block; }
 }@media only screen and (max-width: 763px) { #y0VWzE3IyUNoMyLW0XTPVXDGBZ6eBtDJ { width:20rem;height:1.29980625rem;top:91.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lbEv08iApmJpZntrSOHpOutMcRnPkLbx { width:17.8125rem;height:8.9375rem;top:76.531265258787rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/028161c5-e88f-4d09-b13f-c45c503a940a/abstractpastelholographictexturedkground.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2.adaptive-delivery-prevent-bg, #k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2.lazyload, #k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2.lazyloading { background-image: none; }#k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2 > .row .container { background-color: transparent; background-image: none; }#k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2 > .row .container > .video-iframe-container { display: none; }#k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2 > .row > .video-iframe-container { display: none; }#k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2 > .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); }#k6sNz8eSEN0KA9TvTVRDMUt7nof8mep2 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEr3hO2x6Zzgl8hREXxhk79PmoOM4p4C { width:9.9375rem;height:7.9375rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLRSsNdnJ6gL6pbvrf7Szhz7CoX5VXcl { width:7.6875rem;height:7.4375rem;top:16.5rem;left:12.175644231712rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7s6enh6i3scsd7o3mx36spa3lf3vvQR { width:7.5rem;height:6.4375rem;top:8.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrE1Cx9iM4CDBFJ7kNrvqc2EpAkcrz4n { width:6.6875rem;height:6.6875rem;top:7.9375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9zdnf8s7EarerxLBGdT7x0ikzW1IcDk { width:8.25rem;height:8.25rem;top:7.125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH1bNwNcH2VtLtEu0LnThOqERUKp0IB4 { width:14.936rem;height:4.54980625rem;top:1.3433132171631rem;left:2.5314672589302rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RUyypng1obSUpMQs5rqfG8pW538AZoNZ { width:10.0625rem;height:6.6875rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kceMkPCbzcOef6sJZCdzpzQ5XcD1EATN { width:9.1875rem;height:5.5625rem;top:17.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbDP9mGpQBT5lcBbnxDeFtM5DfcTiQO0 { width:6.1875rem;height:6.1875rem;top:17.1875rem;left:12.958333375rem;display:block; }
 }@media only screen and (max-width: 763px) { #izznJa129EDs1Vgl1MWHv7mpZERB9hQF { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/028161c5-e88f-4d09-b13f-c45c503a940a/abstractpastelholographictexturedkground.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#izznJa129EDs1Vgl1MWHv7mpZERB9hQF.adaptive-delivery-prevent-bg, #izznJa129EDs1Vgl1MWHv7mpZERB9hQF.lazyload, #izznJa129EDs1Vgl1MWHv7mpZERB9hQF.lazyloading { background-image: none; }#izznJa129EDs1Vgl1MWHv7mpZERB9hQF > .row .container { background-color: transparent; background-image: none; }#izznJa129EDs1Vgl1MWHv7mpZERB9hQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izznJa129EDs1Vgl1MWHv7mpZERB9hQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izznJa129EDs1Vgl1MWHv7mpZERB9hQF > .row .container > .video-iframe-container { display: none; }#izznJa129EDs1Vgl1MWHv7mpZERB9hQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izznJa129EDs1Vgl1MWHv7mpZERB9hQF > .row > .video-iframe-container { display: none; }#izznJa129EDs1Vgl1MWHv7mpZERB9hQF > .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); }#izznJa129EDs1Vgl1MWHv7mpZERB9hQF > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w82oOSeUTkW2bPV6bDn6rmwLZ0e0fBZl { width:9.0625rem;height:6.8125rem;top:15.66667175293rem;left:1.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.125rem 0.25rem rgba(156,81,211,0.42) ;display:block; }
 }@media only screen and (max-width: 763px) { #xi3wA1vauRobT1XiIdfFa8udLKNckR5P { width:7.1875rem;height:7.3125rem;top:15.458343505859rem;left:11.770833969116rem;box-shadow: none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz2az5pKikn1yFBwln3356zL0DgbS8r2 { width:18.4375rem;height:53.75rem;top:6.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enkM0cH4Z7nbTPmBN9Hpk377grN6vWfu { width:17.625rem;height:12.625rem;top:30.0625rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l5tBvw2qVQ94nX9HADhnsKgNmJfgx4Cw { width:17.6248125rem;height:25.061875rem;top:196.872838974rem;left:1.1870660185814rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxhowcLMH3HQtvvSoorezEBFBU8N3d4u { width:5.8125rem;height:8.25rem;top:6.4583435058594rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuOOzRtKgzKnP3vPnkRlI5CCMTmB4bRz { width:10.6875rem;height:7.3125rem;top:7.4375rem;left:8.2708339691163rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaQx7Tr3TeZyL5HhOlvMzTfks9UnC7ap { width:8.5625rem;height:12.4375rem;top:23.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULtXvanPeeXyZ5Dpf7irvTuLkK3BiUb9 { width:17.625rem;height:13.875rem;top:43.6875rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kUD1AInSB33cnRgTxdtWKEMgIMb2Xciy { width:17.625rem;height:18rem;top:58.625rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mHv5XQ5pyLe6NwTQSESaxrKTviHmMF81 { width:17.625rem;height:24.1875rem;top:77.6875rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKvt30dsNapyo2WLvJrtAnM6z6RSgdK6 { width:17.625rem;height:12.875rem;top:102.5625rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGlk4oUMy85HdGieMSlpz5PBQsLCcVpt { width:9.5625rem;height:6.6875rem;top:36.41667175293rem;left:1.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.125rem 0.25rem rgba(156,81,211,0.42) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZFyo9bA9FhT05L2ZTHfNZ9bxP65nx05o { width:9rem;height:11.4375rem;top:47.72917175293rem;left:1.9375rem;box-shadow: none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlcwOp2v1E2uCCmT8SNPlmX5tuhOKqnL { width:7.5rem;height:10.9375rem;top:34.770843505859rem;left:11.75rem;box-shadow: none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1CUPbBDUAv3awIiUrbmHFFBs1mCQR5F { width:17.5625rem;height:23.875rem;top:140.5rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NQlKKCrixySqEkqsAD6qQAHrsXxzRUgn { width:17.5625rem;height:23.0625rem;top:116.6875rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lfh4ycI67ZD6kMTCNfXCXqQ4uw632GiK { width:17.625rem;height:21.3125rem;top:174.3125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nc0ny6GDTTCLnE9D4KSuR9uNvDJ9oitz { width:7.8125rem;height:11.6875rem;top:47.5625rem;left:11.5625rem;box-shadow: none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXJwUBdr8d1XlwC2Wfq4SXFiq3k0TTn5 { width:8rem;height:10.8125rem;top:23.625rem;left:11.25rem;box-shadow: none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7oCiw5oIR1XcNKSKP5xTtFgHm5JnVoE { width:17.9375rem;height:8.0625rem;top:165.25rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pq852u9GlnVdtBQgerN5eQlNDNEM98JN { width:9.4375rem;height:3.4375rem;top:43.477874755859rem;left:1.8125rem;box-shadow: none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKqvAVJDdcgNyNfrwMpzZ4lQMeUDSdFM { width:14.936rem;height:4.54980625rem;top:1.3433132171631rem;left:2.5314672589302rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vGbhSQV10JEvoe4oOwgQudaokiESRK5L { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/028161c5-e88f-4d09-b13f-c45c503a940a/abstractpastelholographictexturedkground.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#vGbhSQV10JEvoe4oOwgQudaokiESRK5L.adaptive-delivery-prevent-bg, #vGbhSQV10JEvoe4oOwgQudaokiESRK5L.lazyload, #vGbhSQV10JEvoe4oOwgQudaokiESRK5L.lazyloading { background-image: none; }#vGbhSQV10JEvoe4oOwgQudaokiESRK5L > .row .container { background-color: transparent; background-image: none; }#vGbhSQV10JEvoe4oOwgQudaokiESRK5L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGbhSQV10JEvoe4oOwgQudaokiESRK5L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGbhSQV10JEvoe4oOwgQudaokiESRK5L > .row .container > .video-iframe-container { display: none; }#vGbhSQV10JEvoe4oOwgQudaokiESRK5L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGbhSQV10JEvoe4oOwgQudaokiESRK5L > .row > .video-iframe-container { display: none; }#vGbhSQV10JEvoe4oOwgQudaokiESRK5L > .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); }#vGbhSQV10JEvoe4oOwgQudaokiESRK5L > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKu90btK4pmazk4fMr6tOcvyEkRGWldT { width:8.6875rem;height:8.0625rem;top:15.3330078125rem;left:9.4267578125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IbN5Mmvg8MH9bEx8z96oPXeJDuzrMtCy { width:17.625rem;height:18.8125rem;top:5.8125rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZZoaOOknszr97RMSegdH55qFMa5Xegc { width:7.4375rem;height:11.4375rem;top:9.5625rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM95IDR9x4uvpKDtrDxK0TthT0X0r4TO { width:8.9375rem;height:6.8125rem;top:6.72900390625rem;left:9.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8n3slIQOaXFFPg0WOqpxbIgapXsKTwx { width:17.5rem;height:16.3125rem;top:49.125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfmaIZNiNOxSpOiQTEJhLARXVqCW3t3g { width:17.625rem;height:14rem;top:34rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHTDNnnaJUmTPH4TiD7MzhhH5w5ZVvRa { width:17.7473965rem;height:4.19921875rem;top:0.46875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HknQxoC5DiKlAdleokyVTKndEyDUo96N { width:12.3125rem;height:3.4375rem;top:25.875rem;left:3.8125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ec574b;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #HvM9eHVMCmNNfDZaypZTLICTtw0RTQQG { display:block; }
 }@media only screen and (max-width: 763px) { #Ayd5PAqruGiy01T11eG2JAsPWUBM4vN8 { display:block; }#Ayd5PAqruGiy01T11eG2JAsPWUBM4vN8 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7lHKy1fnhRzIq5olaUHlXn178Bk9LRK { width:20rem;height:1.9249125rem;top:0.89581298828125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #H6iHGi0cWF0MJ6z7J56L1tM6DGMbM1cv { width:20rem;height:2.0625rem;top:3.42578125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RPh7UkC5IfXVaTQKJXamoUMoi6CgrufW { display:block; }#RPh7UkC5IfXVaTQKJXamoUMoi6CgrufW > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lrrsh5bpATr4JxIiTuunqTTaKiJlLmof { width:10.5625rem;height:1.29980625rem;top:2.1041870117188rem;left:9.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZELwUOokTWnGF4Ro6dlwNx4Vc0pks92 { width:8.5rem;height:8.5rem;top:3.4166870117188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSXvHPVXlINTiHoVRRKrncuoEzoN5AQu { width:6.8125rem;height:1.4375rem;top:4.375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPo5lL0uu6kTxZZtgiyPFgnGC16lcpOB { width:9rem;height:2.0625rem;top:9.3020935058594rem;left:10.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xib2VRU3LMxtT2DbV8SqyhHcpPTMk2ai { width:8.9375rem;height:9.746125rem;top:0.83334350585938rem;left:10.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNFKCc49BtU0yMgClh5lwDpEvyRq9O4r { width:19.875rem;height:31.625rem;top:53.6875rem;left:0.0625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxr6E8SbNt6C89GIq33nCTQfGZ2H0kDp { display:block; }#dxr6E8SbNt6C89GIq33nCTQfGZ2H0kDp > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vswc37JrrRHZBwzgy4iKFXOqHASTJxWe { width:11.5rem;height:1.2999125rem;top:1.2474365234375rem;left:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNnsn28WJEiWLSGqClfNQAZ1TEyo872M { width:8.8125rem;height:8.7715125rem;top:0.61459350585938rem;left:10.15625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC3b6Tz68fTFHTWn18JvvWDi2kETssgt { width:8.1875rem;height:8.1875rem;top:1.8541870117188rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmKLkTcXvFs4cmAsZN9gaN9vEdBueJUI { width:6.6875rem;height:1.5rem;top:3.0807495117188rem;left:9.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up4m4e9ILb75PRqbcPnyrqPW323D3GI5 { width:9.6875rem;height:2.5625rem;top:7.5625rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #raHKw7QktnXqcEJHM2TF7zJ7CrDerM59 { width:19.875rem;height:31.625rem;top:53.6875rem;left:0.0625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KlBJpcPeEiG0UoCIAk7B5lQ1tn3tBwsX { display:block; }#KlBJpcPeEiG0UoCIAk7B5lQ1tn3tBwsX > .row .container { width:20rem;height:14.89453125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8ruPTxe4lITaWWAeEhGzdG3u6J37KH7 { width:18.6875rem;height:1.2999125rem;top:0.99871826171875rem;left:0.65625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMNsw2x8GPfe0BOwv889Ta8Je1WQ5Znr { width:19.875rem;height:31.625rem;top:53.6875rem;left:0.0625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uT0rGzk4ni7JwZskGfXKV9sRT7E2Pfuc { width:11rem;height:11.6953375rem;top:3.20703125rem;left:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzzDRJ9sqbRip6lTX7nPnIoRUSd4vvrT { width:7.4375rem;height:7.4375rem;top:3.375rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJXqPxqGvKsoGw0TzPVqV3EQEdpXLPqb { width:6.25rem;height:1.4375rem;top:4.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCZWcvUwLswb1G0rGFbGvi7EKKEJrS5k { width:9.1875rem;height:2.4375rem;top:11.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh5cMS17PqL7bFD1LpyegZSgvBOAE3Vf { width:9.4375rem;height:2.3125rem;top:11.666687011719rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HicP2zZxHhAhKQ9pD03zeAi4wGgaM4CW { display:block; }#HicP2zZxHhAhKQ9pD03zeAi4wGgaM4CW > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWWnJOriSIwV9eVQASLheSTfcO5IL7bG { width:14.43619825rem;height:1.2999125rem;top:1.2487182617188rem;left:2.78125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O737tq9trr0AIxhbXWhQSeRvVTxAO02k { width:7.0625rem;height:5.847675rem;top:2.6640625rem;left:8.9075527191163rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIgzrQTHTAIAvudpASGPUmIwwXEWgJQG { width:6.5rem;height:6.5rem;top:2.9778747558594rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmSTPwbbG2aorpH6Otv7QkiidnmZxBID { width:6.8125rem;height:1.3125rem;top:3.5924682617188rem;left:8.6575527191163rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv5nUAdc760VlT3MwcKw19ZWG9lTXzhQ { width:9.25rem;height:2.3125rem;top:7.2057495117188rem;left:8.9075527191163rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvfx6TTnTDABt4wo1yOropCVnV47mmBw { width:19.875rem;height:31.625rem;top:53.6875rem;left:0.0625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UlmxI1D4Ta4WL1Ry5x4ohQLs2OMNrbNN { display:block; }#UlmxI1D4Ta4WL1Ry5x4ohQLs2OMNrbNN > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fymUvDRq2HEfJbtaxmTv0TA8JO1lFX4f { width:18.6875rem;height:1.2999125rem;top:0.99871826171875rem;left:0.65625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POripoZsoBPtR9cAPMs35QUNTKzBTnQZ { width:19.875rem;height:31.625rem;top:53.6875rem;left:0.0625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #onCRwbqSDwMV3ZDKfN0s00z4wxugh9CT { width:10.6875rem;height:10.72073125rem;top:1.6341247558594rem;left:9.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKwEnuezz2ydknxMcyFZp76POulnGwZO { width:7.4375rem;height:7.4375rem;top:3.375rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #odZfhfpNUs51X7Br1w7LrDokPQSUBUz7 { width:6.25rem;height:1.4375rem;top:3.3333435058594rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcxdGiZQJLSJFk6rRs6e0208Wc6VXcHx { width:9.1875rem;height:2rem;top:8.8541870117188rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C027Ew6i7Qd1I5JUMNyFVmu8KTFyk3pl { width:12.3125rem;height:3.4375rem;top:13.6044765625rem;left:3.8125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ec574b;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #m3Ul1WvUC01gP4bWJ7svQcJDxSoCWM98 { display:block; }
 }@media only screen and (max-width: 763px) { #vUBNtTywrensPo6WkT7VzSKOTQ7RcukW { display:block; }#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huOzCTUydQZ9V0T4dd2OrMVLWfl6TGXo { width:5.3125rem;height:0.8125rem;top:9.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xybtnQwIgxFF7MtPe26hyVk7BddFWbsv { width:3.6875rem;height:0.8125rem;top:9.375rem;left:7.34375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeMReHh17kt5WTyeN8Kgnw2SWE0sJw9P { width:5.9375rem;height:0.8125rem;top:9rem;left:13.0625rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVUQISbdNrJT3nlUUhbS8wX6znmtfS2H { width:5.75rem;height:5.75rem;top:11.5625rem;left:4.1875003576279rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJExd3i7PxLv2U7eW9Ip9TRnBekxI31T { width:0.125rem;height:9.125rem;top:21.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8Zu62aBlENFkGBV6byIT2HzcTq5i1Zc { width:4.75rem;height:2.0625rem;top:6.8125rem;left:0.875rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #erAym6JApAZhZiuo9CWqLXhT0FIhSPzf { width:3.6875rem;height:2.0625rem;top:6.9375rem;left:7.40625rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #n84MXzXruDZNv5aTzXqr3LoJI5bt9CWX { width:5.4375rem;height:1.71875rem;top:7.4375rem;left:13.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DVaVZWim3pRJAspC95T9qK76ZHQnXiTx { width:15.999375rem;height:3.8496125rem;top:1.1458131996915rem;left:1.9997830986977rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pFfWTK17Rpx2BxeMSI2k8p4RKtWrWxbq { width:13rem;height:7.4375rem;top:12.61328125rem;left:3rem;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #B5QJIJBnrTB7Ey5xerm2h5PJNk4mUVls { width:5.1875rem;height:4.4375rem;top:6.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCsuUuxU8AJ561Ops8QtlaoRx8dIZa48 { width:5.1875rem;height:4.5625rem;top:6.3333435058594rem;left:6.5716152191163rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaiR5ZeDQN4ndU3OwiMNzqq7uEbFTm89 { width:6.0625rem;height:4.4375rem;top:6.375rem;left:12.90234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT.adaptive-delivery-prevent-bg, #JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT.lazyload, #JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT.lazyloading { background-image: none; }#JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT > .row .container { background-color: transparent; background-image: none; }#JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT > .row .container > .video-iframe-container { display: none; }#JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT > .row > .video-iframe-container { display: none; }#JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT > .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); }#JQZLArxT3LhxOZIUJwmTROsDKZCdQKTT > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pxTR24dkh4QeBM941ZBEcGXCfa0sEGpu { width:11.9375rem;height:6.1875rem;top:31.3125rem;left:4.03125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.125rem 0.25rem rgba(156,81,211,0.42) ;display:block; }
 }@media only screen and (max-width: 763px) { #xTJ6JfVXvDFM28O0ceO5oOzDWOZN20ud { width:17.625rem;height:35.4375rem;top:3.47900390625rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwVDh9q4tzUFVvEH51SwZRFdt7zH6siv { width:12.3125rem;height:18.4375rem;top:4.58203125rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4bwGdkVzXVbhupBLTHxsl1JgO80ncxC { width:12rem;height:5.6875rem;top:24.791687011719rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIwEmBv3ZHDARPu50GhTrVs1zOASDPNU { width:17.625rem;height:9.375rem;top:35.9375rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xRhBOW4t1aTvWG0ZvSsp6OBs36MiSeBQ { width:18rem;height:1.5rem;top:1.2421875rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Nly4MOxt30pXrKRkxsVXetd6mFTSqHx3 { width:17.625rem;height:10.4375rem;top:46.875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #puBDyyr18J8a0CeGqmDEI8A4LQsIG5aK { background-color:transparent;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#puBDyyr18J8a0CeGqmDEI8A4LQsIG5aK.adaptive-delivery-prevent-bg, #puBDyyr18J8a0CeGqmDEI8A4LQsIG5aK.lazyload, #puBDyyr18J8a0CeGqmDEI8A4LQsIG5aK.lazyloading { background-image: none; }#puBDyyr18J8a0CeGqmDEI8A4LQsIG5aK > .row .container { background-color: transparent; background-image: none; }#puBDyyr18J8a0CeGqmDEI8A4LQsIG5aK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.38); }#puBDyyr18J8a0CeGqmDEI8A4LQsIG5aK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puBDyyr18J8a0CeGqmDEI8A4LQsIG5aK > .row .container > .video-iframe-container { display: none; }#puBDyyr18J8a0CeGqmDEI8A4LQsIG5aK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.38); }#puBDyyr18J8a0CeGqmDEI8A4LQsIG5aK > .row > .video-iframe-container { display: none; }#puBDyyr18J8a0CeGqmDEI8A4LQsIG5aK > .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); }#puBDyyr18J8a0CeGqmDEI8A4LQsIG5aK > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wKDL1s3Wnqv9vbJnhddyT0G1R7rz05gL { width:17.9375rem;height:3.5625rem;top:6.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUd5fXWdexUIULusZgVZkyuhWW6WDU1d { width:12.5625rem;height:1.625rem;top:7.40625rem;left:4.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0ds9G5HW35tpOlCmpg6utAmplDxtHQ8 { width:13.311625rem;height:1.625rem;top:12.5rem;left:4.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmoV8ccNlPyP55vdm5ze77wvbyr4Sbbc { width:1.875rem;height:1.8125rem;top:7.625rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3qxLD7ElcgUSIZoagwCnz9wbRf7iBdF { width:13rem;height:2.4375rem;top:17.4375rem;left:5.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEITflhM2TRr641nIrg6v7ulKdTPHx9T { width:1.875rem;height:1.8125rem;top:17.75rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFUKTGNWlBmgBa7sBkDtOQVPaEu6qu6B { width:1.875rem;height:1.8125rem;top:12.375rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi65ADpGbb6IwxVbDFg8JAJrGm48D2VA { width:17.9375rem;height:4.125rem;top:11.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB8mzVddwtSDvsQ1lCRcSMyDQIIpKP0G { width:17.9375rem;height:4.1875rem;top:16.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrmdOsMulkQD2dZOZLWKoGNf0H7VHkfg { width:17.625rem;height:1.71875rem;top:1.625rem;left:1.15625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qcCRDvFiFMrXxIP6FvGhMIaaQT0yefS7 { width:16.12369725rem;height:1.29980625rem;top:4.05859375rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;color:#4e4b89;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vFb57RMTX4zLC0UzBDBltI4rGUNTSSbv { background-color:transparent;background-image:none;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:none; }#vFb57RMTX4zLC0UzBDBltI4rGUNTSSbv > .row .container { border-width: 0; border-radius: 0; }#vFb57RMTX4zLC0UzBDBltI4rGUNTSSbv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vFb57RMTX4zLC0UzBDBltI4rGUNTSSbv > .row .container { width:20rem;height:76.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eiph1ueaXIrF7lPuXtZTLiQPzBHlKs4E { width:20rem;height:67.625rem;top:6.5625rem;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) { #IM3EOphk6cqnlupEG1Jh41WbtWck15eS { width:20rem;height:2.51855625rem;top:0.81187915802rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #y4rcnXJ7F4RazAcwAPVkrEGp4FZCQaIk { width:14.5625rem;height:2.2744125rem;top:10.287109375rem;left:2.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #X3zFGOybRzxdBhK6Pt5TvJJZEkkEcxxu { width:20rem;height:1.625rem;top:46.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T0EOgHhHG8CwfaaaBCAsFAy6ofnpZCrR { width:20rem;height:2.5996125rem;top:44.25rem;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) { #wuwL7hyJ443hq2BzPahbd5SSJadfE41D { width:13.625rem;height:2.5996125rem;top:7.5rem;left:3.1875rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xQh8HT06QHh4efPVIeb6GfwP67GFMquG { width:18.125rem;height:0.125rem;top:26.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0RJuapc7cw6H38MBs1Egqe277drFkn3 { width:19.125rem;height:7.75rem;top:67.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMUMOTMSuByXyGsVRi1G6c0GdOOr9ehC { width:14.0625rem;height:3.8999rem;top:69.75rem;left:3rem;font-size:3rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bUgHHsxPGROvW3CyyM20eOvWmFu6J82o { width:20rem;height:1.29980625rem;top:68.5rem;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) { #KOhbz2h83hZDT1cwQcP4BktCzPFdELfz { width:20rem;height:1.05615rem;top:73.5rem;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) { #GZJALBtxa0ue5lSN3eFkQzfeekph8IzS { width:11.125rem;height:5.8125rem;top:16.5625rem;left:1.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #tnLlPFbyBGOeNnBlyCcvTu6ypVXTx067 { width:11.8110625rem;height:11.8110625rem;top:53.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqNTs2iuqAbJIM0TJ9OUkT9ZbSsQlhHD { width:5.625rem;height:5.625rem;top:59.625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #duQxpBlx3wxH8EBfDkLt8ZhPLdz87P5C { width:5.625rem;height:5.625rem;top:53.375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOZiX64NL3vhNlp2yoSf3ke8I3fJnu3D { width:17.375rem;height:4.548825rem;top:48.4375rem;left:1.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yJ7g8klgSkvR2pwDVIoIIbIaAh1BV1ef { width:11.25rem;height:5.875rem;top:19.25rem;left:7.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #XVE1eCEc4GCInBiW7hlTlaDT0kTbPBfu { width:18.125rem;height:0.125rem;top:43.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTCPysprbF7gdw2iH33iV2Znt0uH6rt7 { width:18.375rem;height:3.41161875rem;top:12.560546875rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SWTvMPB6vTXABlhfnUNftE2x645xrHbr { width:14.375rem;height:8.8125rem;top:33.3125rem;left:2.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gsE1zvqoOhlcPq9A4JtT9ZTRIyURyGEy { width:20rem;height:2.5996125rem;top:27rem;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) { #QWwdL23TrFqDJvFdc1PUcIQy7dbQvmai { width:20rem;height:3.25rem;top:29.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FZGbnJH8fcwayWGJFior3LUkSce9kSlv { width:20rem;height:1.4624rem;top:3.892578125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6D3uGvJzVayJ3zXCIcPK3BBSqk5EIX1 { display:none; }#F6D3uGvJzVayJ3zXCIcPK3BBSqk5EIX1 > .row .container { width:20rem;height:53.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W5tzwS4knPJ9niIESdCzcpJTFylxzkeI { width:17.5rem;height:2.4375rem;top:34.125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOZK5cCiWWI1skWph55Hat5tt8Va7qTt { width:19.8125rem;height:1.94970625rem;top:2.3115234375rem;left:0.09375rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#2f2c64;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FO7TWkLUVo2DZzHpAFM3s4HUKdNT4nHA { width:15.5625rem;height:9rem;top:24.56005859375rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3253m0vwL2fSWe75TDpVDB0J0kqWSMc { width:19.8110625rem;height:4.875rem;top:17.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1Fm3TtWkakblgFC0XckUWhMsSIC1iEV { width:10rem;height:7.5rem;top:9.4375rem;left:10rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #iMc0wnhV9Gnsm921suzsKNWwUPI4MgJu { width:13.5rem;height:8.875rem;top:6.1875rem;left:0rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #AqbSsqE3Qb9glybFwLTuGo9UGPW8KQ6u { width:20rem;height:2.4375rem;top:49.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTc4saVDvFFTnVtMpUZUh30EVlAF25Ch { width:8.5625rem;height:3.6875rem;top:38.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEEfSay1cx56gukAOMv6aDEL5Bm1oWte { width:8.5625rem;height:3.625rem;top:41.6875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPeZsXQq0TNH3w7kkCLgJ2cK16DVmJTT { width:8.625rem;height:3.8125rem;top:38.6875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2CVbzyX5gZorDZ245RXfTTqeHhStbwi { width:8.4375rem;height:3.625rem;top:44.59375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn3LWBwSzqGoHFnpqwhZh3t4fmhrDhx8 { width:8.5625rem;height:3.6875rem;top:44.5625rem;left:1.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #PATpzbEmsltHsTlpKtEkpTfsHWHvoORG { display:none; }#PATpzbEmsltHsTlpKtEkpTfsHWHvoORG > .row .container { width:20rem;height:51.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hKaOwHoIM3eXh8tPKedZaQZgVLaMxhta { width:17.5rem;height:4.875rem;top:17.5rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6TNMasqx92Ff00rEruDPD9XsLayQDVO { width:19.8125rem;height:1.94970625rem;top:2.3115234375rem;left:0.09375rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#2f2c64;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sE0RobhzWZG3V24rlSOeRyG69gfB6TMa { width:19.8110625rem;height:1.21875rem;top:32.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRo5ZGoGAzarKOheXHOSbWxwCmGi0RO1 { width:11.375rem;height:8.5rem;top:23.25rem;left:4.3125rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #pJDkgNJZB6arVACtHDsandyIgI3diEVK { width:20rem;height:2.4375rem;top:48.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4gwgPATqu7mBUGyJqPsk112ChZ7C8Vf { width:8.5625rem;height:3.6875rem;top:37.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyZqnJwOgxhTQx95nnRzGFTzxWJgAE8c { width:8.5625rem;height:3.625rem;top:40.875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elbUniOKLPcRyfUTuJHmhPXJISQ3nzxh { width:8.625rem;height:3.8125rem;top:37.875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTdFHubRtGrEKiihryQnFsVlTOOPIa8T { width:8.4375rem;height:3.625rem;top:43.78125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq3P0200tA1ckF2qsyQtqJo2TrSfWn94 { width:8.5625rem;height:3.6875rem;top:43.75rem;left:1.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #yNRTpbORL7tVbo4nQ54V0yy8OG59Ci43 { width:14.75rem;height:2.92383125rem;top:33.78125rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5gmiOQH3eoLDW1pWUuyWOMW2xLBR5iE { width:10.5rem;height:5.5rem;top:5.5625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElGE1TbE9o9a31TU1SZK9MTM0urzoJNF { width:10.625rem;height:5.4375rem;top:7.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB0CS2i5aBl6KBWgPGdidrDJmIwiFzsn { width:10.5rem;height:5.5rem;top:11.0625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3E2EO4ld09iSzb6dHOGoanLalBy9tyg { display:none; }#t3E2EO4ld09iSzb6dHOGoanLalBy9tyg > .row .container { width:20rem;height:16.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JDN2J4fcADKzZVFWzOVxoy1eFTK1oKcP { width:18.1875rem;height:10.5625rem;top:1.65234375rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #du90qZoATIyyWEBfTGTpmLhZAnzaXwlf { width:20rem;height:2.4375rem;top:13.02734375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Daz3EWTxR972ceCTnSJQUEuTQ5duS70N { display:none; }#Daz3EWTxR972ceCTnSJQUEuTQ5duS70N > .row .container { width:20rem;height:44.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OGP2THNErZyB1BBF4y2QDrSJpJEadyrz { width:17.375rem;height:4.6494125rem;top:2.625rem;left:1.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAabi2lm4BZDiH7n8p6FzwkrQZ7bIlcH { width:19.375rem;height:5.625rem;top:1.75rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8PvxS5I5GwBXp8C5nN0KfG3AxPTuJRV { width:20rem;height:2.25rem;top:11.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EfFi5d1HQas4hu9952GdRXozIBn2xvM9 { width:20rem;height:14.75rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLbaHAQ4mTc3B0lwd1JWC8dtolnqpeGJ { width:17.6860625rem;height:3.59911875rem;top:29.75rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;color:#0014ff;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #OaFxTwuI01gu8hq3NDUPmbxnTVTG26Ra { width:17.5610625rem;height:5.2807625rem;top:36.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14999;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TcZVTsTPW95yM2koponHX3AboEnJyWLJ { width:18.3125rem;height:1.875rem;top:8.875rem;left:0.84375rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;color:#d71f1f;display:block; }
 }@media only screen and (max-width: 763px) { #SZlz7mefMaai1C1O3EiPTutrIPPKKbkU { width:18.125rem;height:0.125rem;top:34.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0VQriIAHT8XXmDzQ9sZmFNF1qNNvKbm { height:11.1738125rem;width:20rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsdTLPaqmlLDnMnc9VolbV4gGhoSuWak { display:none; }#fsdTLPaqmlLDnMnc9VolbV4gGhoSuWak > .row .container { width:20rem;height:38.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V7W1s4RRswIpLgakw0TN3IVETrecoihC { width:17.375rem;height:0;top:1.875rem;left:1.71875rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wc4teOAnSqsUA8qh42fO6qd4HwL0a0M8 { width:19.375rem;height:4.125rem;top:2.5625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ0hF2iV5rD7BnWX4MB8TbTHrN1ORmk0 { width:16.5rem;height:2.69921875rem;top:7.9375rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #N6AHCT6adi0TDEQZTRgfJqvkOwTqMf1s { width:20rem;height:25.25rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIPm7TxJffnvbn8cWot25rGTB6QcXsaf { width:17.6860625rem;height:3.59911875rem;top:12.273220837116rem;left:1.1566841602326rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;color:#0014ff;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #gMEs86uptaoKSF4PxlSRp9xrlEsafrvK { width:17.5610625rem;height:5.2807625rem;top:30.62451171875rem;left:1.21923828125rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14999;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qqcyTqhhv0W3uIGWyJC1tOBkUx6dnw6C { width:9.875rem;height:5.1875rem;top:16.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLNqZD7NyysllvA8o5BTiVRpFm2t9n0s { width:18.3125rem;height:0;top:7.125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #nK2SrALGASpMH8wcTNZ8bEv9x7vG6nE2 { width:17.375rem;height:3.875rem;top:3rem;left:1.3125rem;font-size:1.9375rem;z-index:15004;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RdhyvaRQXoZMczqkQ05Okwp6bgwCD3pn { width:11rem;height:5.75rem;top:19.748046875rem;left:7.2490234375rem;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #Nr2z3P9SczQsDHiu4aThFXIrDTfaE4Il { width:9.6875rem;height:5.0625rem;top:24.5615234375rem;left:1.15576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6oKFL77CRscle7oEbpaIccCeiXwXl90 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e2415f84-16e1-43d5-80f3-6f0a7b9e1e42/pfs107td16756.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#t6oKFL77CRscle7oEbpaIccCeiXwXl90.adaptive-delivery-prevent-bg, #t6oKFL77CRscle7oEbpaIccCeiXwXl90.lazyload, #t6oKFL77CRscle7oEbpaIccCeiXwXl90.lazyloading { background-image: none; }#t6oKFL77CRscle7oEbpaIccCeiXwXl90 > .row .container { background-color: transparent; background-image: none; }#t6oKFL77CRscle7oEbpaIccCeiXwXl90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6oKFL77CRscle7oEbpaIccCeiXwXl90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6oKFL77CRscle7oEbpaIccCeiXwXl90 > .row .container > .video-iframe-container { display: none; }#t6oKFL77CRscle7oEbpaIccCeiXwXl90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6oKFL77CRscle7oEbpaIccCeiXwXl90 > .row > .video-iframe-container { display: none; }#t6oKFL77CRscle7oEbpaIccCeiXwXl90 > .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); }#t6oKFL77CRscle7oEbpaIccCeiXwXl90 > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6AHMsedQ2wquUxuhI1GmkElKH13l9uk { width:20rem;height:0;top:2.16552734375rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ecuhHM2au7LQbrEMRpllytEEhOr46Kmh { width:20rem;height:6.5625rem;top:1.25rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Kz3Ro0nEiJPrn17ugIWRCffTEbTs0BMH { width:5.8125rem;height:5.8125rem;top:12.111328125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #luIVTd8gU61tTdBwdwJ5V4c0KC1MReJI { width:5.4375rem;height:5.4375rem;top:12.146484375rem;left:0rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #iKQN5bsZlWSF5gnkPEG0BE4bRw7UamSy { width:5.1875rem;height:2.75rem;top:3.46875rem;left:5rem;font-size:2.5rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uaMLGenRU6kJyim1CphPR1Ob6ryyPfDe { width:15.8125rem;height:8.25rem;top:8.51416015625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqI9g7MltVDCZRFcK6DEax8tDN52Zcz2 { width:19.625rem;height:14.3125rem;top:17.923828125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #WQmQUr20QBPqbW2eezny8rA7OeTJUff8 { width:19.5625rem;height:7.2168125rem;top:24.318359375rem;left:0.4375rem;font-size:0.6875rem;line-height:2.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U7vliLURvsmqSdHlAVnaP8JBIVTa3we3 { width:20rem;height:9.1875rem;top:23.23974609375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #wmkZzX6Cfok1s5nshmhlpquNOuO4k8Pt { width:5.8125rem;height:1.6875rem;top:20.583984375rem;left:3.0625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #L39Fnv6lCHOlO9aH9bCqdgiCnCvneWge { width:4.9375rem;height:1.6875rem;top:20.583984375rem;left:10.875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #R5dLrZMAzm7HFOcPlTltzsrkb4WkeLL3 { width:12.8125rem;height:0.89355625rem;top:6.396484375rem;left:3.59375rem;font-size:0.8125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JKcqZawUdkhcNns91dNPshHW4nCpm9yW { width:11.75rem;height:0;top:21.583984375rem;left:2.125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dia94sunITSWAEPgTElD4IpRHSk1bcTB { width:4.3125rem;height:0;top:32.20751953125rem;left:4.5rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EMh4zeJIiEoQvIGoxgKW3T1vhondehiQ { width:20rem;height:0.82470625rem;top:18.865234375rem;left:0rem;font-size:0.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ERzocbbTKpzJdF5CkeA01MbTo8Jw8h0t { width:20rem;height:0;top:39.333984375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxiyBUgW1GXLcOfLKLnbQc2ENHCL9vyq { width:20rem;height:4.0625rem;top:1.818359375rem;left:0rem;font-size:1.5625rem;line-height:1.3;text-align:center;text-align-last:center;text-shadow:0.125rem 0.1875rem 0.0625rem #000000;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #U9SXt2PNdLTpWdqGU89hpForvtq9OWgr { width:6.375rem;height:0.97473125rem;top:20.93994140625rem;left:2.78125rem;font-size:0.75rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #oMDVipvX9mOt77EddauphTxHimaeFetT { width:3.6875rem;height:0.97473125rem;top:20.93994140625rem;left:11.5rem;font-size:0.75rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #q830fyJIgMD4tdi49oAeX0T6rwR3KZ00 { width:12.3125rem;height:3.4375rem;top:33.861328125rem;left:3.8125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ec574b;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #o0QsHKngwTWTF8xXZmDA9zlLTC3CD9R2 { display:block; }
 }@media only screen and (max-width: 763px) { #Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b91d3a70-1b6f-4014-91e6-1ea761563040/1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES.adaptive-delivery-prevent-bg, #Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES.lazyload, #Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES.lazyloading { background-image: none; }#Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES > .row .container { background-color: transparent; background-image: none; }#Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES > .row .container > .video-iframe-container { display: none; }#Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES > .row > .video-iframe-container { display: none; }#Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES > .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); }#Tga6FnD0sA9tBe7oTskU5Bw1hTTMa7ES > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJL5tswCbqJ0uFLdADeaVci5M1uqVXpp { width:20rem;height:29.5rem;top:16.5rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14977;display:block; }
 }@media only screen and (max-width: 763px) { #mPmtemoySrt8i2kyhQ8EmIeRFy2JPubl { width:20rem;height:39.124492645264rem;top:56.28991317749rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #tiUnOEc1Jzys1Dh4T3XgNcimtH6Jz8Nr { width:17.62369725rem;height:1.21875rem;top:5.2783203125rem;left:1.18603515625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nE1hSGrbQxzRHtFfZSwOQqsXrJIDAQUe { width:9rem;height:4.26171875rem;top:7.4375rem;left:10.5625rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WaezyJNvlkbc81Z2TfbMnD5IuQIufxfa { width:8rem;height:6.0625rem;top:7.10205078125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRKmoLvRDbXL7HoTTAF18hgnzr1fTsXH { width:20rem;height:0.962525rem;top:13.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;color:#2e00b9;display:block; }
 }@media only screen and (max-width: 763px) { #F1GXJooyZyeJu1kCWaK8WTwgDm4FLUWQ { width:20rem;height:3.8994125rem;top:1.0299377441406rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#9a52e4;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #epixRmel7TuoTECeTnFzNuWVOK4kwcqJ { width:16.25rem;height:2.61230625rem;top:18.25rem;left:1.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KCIrI8e0G6KV5KhulnSrndgbiUPyEoaU { width:8.6875rem;height:0.8125rem;top:12rem;left:10.6875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.5625rem;overflow:hidden; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#fdd12d;font-size:0.875rem;overflow:hidden;height:auto; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4  { width:17.5rem;height:auto;top:20.6015625rem;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; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 {display:block;}#AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 { width:17.5rem;height:auto;top:20.6015625rem;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) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #CvOwrQxSXm7DdfPmucgIKFRPp9GaVvLZ {  }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #MrW6drmrHm43PiN2tXq6du40uVO81sLg { display:block; }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #MVSRpBF0XKWiokTiaAruquATmTXl2hNr {  }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #J95d6zPZgnW06Dpdh4TNARhgnpTSESwZ {  }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #Ht3psgprxCEAUk4xrguZ3Q4EmTf9x2U3 { display:block; }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #M9cSDt2QHxwcG4ynvfVUMBRUrGrLrndP {  }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #ytr4G2UsHqAkAyrlfDP3Xs7RuTAAeIZ4 {  }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #evdKf7gUW9UO4LUTiZt19tDhpTxNV7Fp { display:block; }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #ZwrdSrMfTA3x1awFmoqivt8lt3ZgH2DS {  }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #UHEq6MPWca8x9mqk1e6K7d8t0GkEH2sr {  }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #ieGtwCoTvms6XIzqNtVfJX66kfb1toU4 {  }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #pMT7iA5SVmyi2pdTBUhdXF2FKP8C1TQ7 {  }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #icJfdWucv6TDWxTHZz3Oyk1JpsDkHiW8 {  }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #Tq3TaCOKesiL6znzOzrKF3IuCFtQ0tBT {  }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #QcLeoxUpXA4AT8SrxANQp9NLnr2fRXLa {  }
 }@media only screen and (max-width: 763px) { #AddqnzezNTPBIqTFKpMXsrkDtplQTyn4 #DxmAkcPntJrsyOEfE5lh47HgTI6VAOwx {  }
 }@media only screen and (max-width: 763px) { #zXo6ZdAMwElN0EA9XabcSZrAfzJKcHFV { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #RMRf66VvgUxktCoLZ1pyApP5i6qSFvFC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xiGrUQcuKIlfNNRZnUIHGGNVIpLZcQdK {  }
 }@media only screen and (max-width: 763px) { #ZwQeF3XI6l5NpmRm3DwUedFF7BthxJd6 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zlx0ppUFTKDzbs62iMs41EFQHaTinntu {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OQVaQB9E08cT9JsxsH0y9Kod1rqu54QA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iT5U877AI10C1tG6lo3877bUKRB3VoIp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mGaRZ8QXPUOM2DIvcw7AcdaZQ7HFOwIG {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kenToMOiGvfQvt40wqFck1r5SVkLfJ9x {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qP4nBJtdgTPGsSvDiRNS1nkhDeNGzzeT {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #i3wUg6qdvlRJp7DDfGO16JyZyeKkWDTF {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Pw8QC8dFQpSyLZGLNGHMTKZyEr8KiNyr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #KUCm06TInT1ZF9yF6FfI2vOUW1WdKkeJ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vi60D5eSs5dmpGD5naO48B08BCqhiod3 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lGaWDX3dIrmUsELPoMEOaDEhTwebNh2L {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #eMmmbBdtnEV2oUrWfOlzvfHfGxiITTlU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #expxhERhccwTfkwc0i5TMH4zTWsL10Jq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PeXRJQSTwQuLHDCeTyoE8IxW5DxKc8RR {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Sv80mrbd7AbUMtCVnctdwKb61he72sTh {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #doqBg7IzgHraGidbUk0nwgDt7tC6TVur {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #rE9qmhJxmTvrvK2hozieQw6NW8tPlTn9 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #VtGpe313DMfa0XMp2ygKRSe5D26BlthW {  }
 }@media only screen and (max-width: 763px) { #P6bXlZLNcF6XeKJEszapvTGHmRb4uGSx { display:block; }
 }@media only screen and (max-width: 763px) { #auZlLhq4MeGk7Z5lc62apK2zNLMsh6Le { display:block; }
 }@media only screen and (max-width: 763px) { #AQWFB8UZkAT9gBWo4l5MT1XbGgNMgxzA { display:block; }
 }@media only screen and (max-width: 763px) { #gC9UOlvfLFTFyaGnTqoMmUT1misX3ykA { display:block; }
 }@media only screen and (max-width: 763px) { #oLSzP2gIrcaPNni9EqMiT96uJeqtVffK { display:block; }
 }@media only screen and (max-width: 763px) { #lC3aRuqwL3zr6TTmWXChpDgM61sLuuoC { display:block; }
 }@media only screen and (max-width: 763px) { #u2h54HVolybQRVoNghSmgTgFB2ntaT1H { background-color:#ffb500;background-image:none;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; }#u2h54HVolybQRVoNghSmgTgFB2ntaT1H > .row .container { background-color: transparent; background-image: none; }#u2h54HVolybQRVoNghSmgTgFB2ntaT1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2h54HVolybQRVoNghSmgTgFB2ntaT1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2h54HVolybQRVoNghSmgTgFB2ntaT1H > .row .container > .video-iframe-container { display: none; }#u2h54HVolybQRVoNghSmgTgFB2ntaT1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2h54HVolybQRVoNghSmgTgFB2ntaT1H > .row > .video-iframe-container { display: none; }#u2h54HVolybQRVoNghSmgTgFB2ntaT1H > .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); }#u2h54HVolybQRVoNghSmgTgFB2ntaT1H > .row .container { border-width: 0; border-radius: 0; }#u2h54HVolybQRVoNghSmgTgFB2ntaT1H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u2h54HVolybQRVoNghSmgTgFB2ntaT1H > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBKZZB5nGu4d2wNKb68Tp3FQf23J9XOx { width:17.625rem;height:11.4375rem;top:70.6875rem;left:1.125rem;z-index:15002;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #KNmvovoUx7vLNxGkMHWgwbvcoaTLDJhC { width:17.625rem;height:11.4375rem;top:57.8125rem;left:1.1875rem;z-index:15003;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #W32PtUHGfJcKi1LITMnFspT7HsN4hzsW { width:20rem;height:1.13769375rem;top:3.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #IDuTiHHLeHe9UPtaT4RL6yWLCzbXu36s { width:20rem;height:1.5625rem;top:1.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ap3sKJeRPCVvLEN93v0rd8U05N8g5y2b { width:18.875rem;height:5.3125rem;top:5.3125rem;left:0.5rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;background-color:#000435;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vHZ126n1mp0Jiu5h4dDVB9UKycLT1of3 { width:5rem;height:5rem;top:5.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIrVr6Q6fehIWLp0D8SIpBSHWMiKgzLb { width:18.875rem;height:5.3125rem;top:11.25rem;left:0.5rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;background-color:#000435;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #o4BAIteVvVAqCgSqN1cx9xTurKJbrf5Z { width:5rem;height:5.5625rem;top:11.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWwZxtRDMsVFFctFgCAkhbOUhgqxZo67 { width:11rem;height:2.2744125rem;top:6.8125rem;left:7.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xVyAEq5oS0KRQ7dUHu4wXIi29KtCK3Dn { width:8.8125rem;height:1.7504875rem;top:13.0625rem;left:8.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uv89gQIvEIJ89UWPpfhkv3TPKGhWuTVA { width:18.875rem;height:5.3125rem;top:17.125rem;left:0.625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;background-color:#000435;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #I2XkMawhiTpy8ATtbIEXOhEQ34cqVNTp { width:8.8125rem;height:1.13769375rem;top:19.1875rem;left:8.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rx0qiLqKlathCOMqbF9zgJotkSHyvdFZ { width:5rem;height:5.5625rem;top:17rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1axqKEXCviekZ8VAEyOe2vaXLATFzIX { width:16.8125rem;height:4.125rem;top:27.5625rem;left:1.625rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(72deg, #9031ff, #ff00b5);background-image: -moz-linear-gradient(72deg, #9031ff, #ff00b5);background-image: -ms-linear-gradient(72deg, #9031ff, #ff00b5);background-image: -o-linear-gradient(72deg, #9031ff, #ff00b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9031ff', endColorstr='#ff00b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9031ff', endColorstr='#ff00b5' );";background-image: linear-gradient(72deg, #9031ff, #ff00b5);background-size:auto !important;font-size:1.5625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;z-index:15039;box-shadow: none;font-family:prompt;display:none; }
 }@media only screen and (max-width: 763px) { #PHUibaZdwlkckw3RyaZTR5PmTdzuFTZJ { display:block; }
 }@media only screen and (max-width: 763px) { #MNwMZKwOXNTelkiGRJQC4031BIbrPTAP { width:1.375rem;height:1.375rem;top:14.84375rem;left:9.3125rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #yuImOZNuLrGVmFOHeBhhAF0lzbuleU5m { width:14rem;height:1.5rem;top:23.8125rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ycIG1WXLoV2X8ONkcsvTWbzvywIJOns0 { width:15.125rem;height:2.3999rem;top:26.5625rem;left:2.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ax44g8hu6HmcK1IdJcLAArPyKKr6bVFS { width:20rem;height:10.125rem;top:32.811525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXD6ZO3dzguGb1KArTMUN7f8q5TFeE1K { width:14rem;height:1.3496125rem;top:30.2119125rem;left:3rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E { display:block; }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3x6THT2HTEIM20StobGBCaODuNxfhmJ { width:8.4375rem;height:1.25rem;top:2.1875rem;left:6.6249998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKGCtG6HPqLv2PoT5oze06mH8nPnk87y { width:19.0625rem;height:1.9494625rem;top:4.1875rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:sarabun;display:block; }
 }@media only screen and (max-width: 763px) { #TkqeyPRsDUD9EVTVCfCMkTGAxh2t84lh { width:18rem;height:2.4375rem;top:7.4375009536744rem;left:1rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DUmKhCi6UT8TRkiQTwPx1ko6OpSOTGe4 { width:20rem;height:0.8125rem;top:19.786712646484rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aKNsSBw3GWl8K62hwmz3vRyJbUnfGTNS { width:14.9375rem;height:1.949225rem;top:16.349212646484rem;left:2.5000001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #blckLm23iTss5Ki9xQrfzML62e3QqZM8 { width:5.6875rem;height:5.6875rem;top:10.536712646484rem;left:7.1249998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUXdyRy0EIMLp5i4PvfTT03tyxfvQ6Dt { background-color:transparent;background-image:none;display:none; }#qUXdyRy0EIMLp5i4PvfTT03tyxfvQ6Dt > .row .container { width:20rem;height:42.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iAq02VSPSbFGvwTnIT0VoAzgS6yQzGo5 { width:12.5rem;height:1.29980625rem;top:6.236328125rem;left:3.75rem;font-size:1rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #IrVrXc4OClRTfBIeLOOo7U1dpmVisawC { width:14.3125rem;height:1.7871125rem;top:1.25rem;left:2.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tfJXq5Gozxr5GArPZwaI7J5twovcb5GU { width:8.125rem;height:1.7871125rem;top:4.2871125rem;left:5.9375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiNtMIo42pDn1wn8oKulyoawT6c4o6gp { width:17rem;height:34.5rem;top:43.4355625rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSD5tfnQI5F53uL8rnHTxZLAUT1oxo6m { width:10.4375rem;height:1.7871125rem;top:47.4355625rem;left:4.78125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VwqUw7QDwBVenEXiPSP8FzIWRJPoonX0 { width:9.0625rem;height:2.5rem;top:43.4355625rem;left:5.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L73VNbkS8mH6fPL2qiLZGQJ8oaB8Tgof { width:5.625rem;height:1.4624rem;top:43.9541171875rem;left:7.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fsqs1y7JCRpXpA7qafypkkFGevE0OLlI { width:20rem;height:2.5996125rem;top:7.324225rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QfXsZQu8ILoAKWgfDfaH1T1fA4n7Jz8b { width:20rem;height:0.0625rem;top:15.5488375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQpXluimuqTzpGJkl7cN9umMet5hPSDe { width:20rem;height:2.5996125rem;top:13.4238375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MmrqW4N5StJ501FBuyWo2UL02ArVMQKf { display:flex;width:3.125rem;height:3.125rem;top:50.96046484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HCewRCk4qQmzNoDOGnsaH0PlpmitM6bw { display:flex;width:3.125rem;height:3.125rem;top:11.1738375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MToew5if7eSSuGKB5sET8bf8Bc4uE4Or { width:20rem;height:1.29980625rem;top:17.4238375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #axNZd7li1i1PART4veGdVyTrcRqV6tHM { display:flex;width:3.125rem;height:3.125rem;top:19.97364375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bVBA6w1qkaOqKukunNMg24AaRxFuHAHG { display:flex;width:3.125rem;height:3.125rem;top:57.27296484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #st30qAZTi1323i1f3EUwPnoBRTqrs4qx { width:20rem;height:0.0625rem;top:24.34864375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SsAQ3tr5bZU2VFDRmxTNxIWKchTJk7NX { width:20rem;height:1.29980625rem;top:25.66114375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ji8zFpUL1k57m8Bg3oD0TnhFsyROigck { display:flex;width:3.125rem;height:3.125rem;top:28.21095rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ry6zn3QGLopTWT6Ou1fT9EIaDWsEhRUN { display:flex;width:3.125rem;height:3.125rem;top:63.58546484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fh9E2i7o0EQ5lZaTQ1rnUmpFNoEcqRDE { width:20rem;height:0.0625rem;top:32.58595rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ncMHD73WQPJyV0kbF8qfBmqV0KJTgka2 { width:20rem;height:2.5996125rem;top:33.89845rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxK4TCUc0bmo2T3Kc98Xp7bsWH1S8amb { display:flex;width:3.125rem;height:3.125rem;top:37.7480625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3gbhdlIRHfxsbDCnbEDKfJyIByCxSId { display:flex;width:3.125rem;height:3.125rem;top:70.08546484375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPDfFrevSXUDb6D9CRNrH5mVzkbdEp5X { width:20rem;height:0.0625rem;top:42.1230625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZrET3oRuRPT19O7vc8lMM5OgaTJNGkW { width:10.4375rem;height:1.29980625rem;top:79.1855625rem;left:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RS2gQFwCPwmZf5q9BVq2rTGot9ACBGkG { display:flex;width:3.125rem;height:3.125rem;top:81.73536875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTnFx8vPLx3P3FoLJbHxmTtkiI4t2LWK { display:flex;width:3.125rem;height:3.125rem;top:86.11036875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEDTMekuQ8eRI3auETdgsDJBTZdcnB7o { display:flex;width:3.125rem;height:3.125rem;top:90.48536875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #huekIB0To2PR3aTkdITCFNot25Voed7e { top:15.6875rem;left:0.5625rem;width:7.0625rem;height:1.625rem;z-index:15029;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MphqZayCG84q7xBoBhlc73mP3GsWvXAw { top:13.5rem;left:0.625rem;width:7.93725rem;height:0.97473125rem;z-index:15030;font-size:0.75rem;font-family:sarabun;font-weight:700;font-style:normal;color:#842cdd;display:block; }
 }@media only screen and (max-width: 763px) { #xbWf549DhCVFThlnEeSSXR7laRgDAoZw { top:13.5rem;left:9.5625rem;width:3.25rem;height:0.97473125rem;z-index:15031;font-size:0.75rem;font-family:sarabun;font-weight:700;font-style:normal;color:#842cdd;display:block; }
 }@media only screen and (max-width: 763px) { #sRwU7ZbtBvvT5uiOxIuJH4krcMmuIkTJ { display:flex;top:16.1875rem;left:10.5rem;width:1.4375rem;height:1.4375rem;z-index:15033;opacity:1; }
 }@media only screen and (max-width: 763px) { #mDT94Z7519wBDo13iHguSBCMi0SEqZnu { top:10.8125rem;left:13.5625rem;width:6.4375rem;height:24.6875rem;z-index:15035;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#8a43ff;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) { #D7fhEyVqRv67KTssJGORby0vpQ8Z0HTn { top:10.8125rem;left:15.0625rem;width:3.625rem;height:1.5625rem;z-index:15036;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe7b2, #facc6c);background-image: -moz-linear-gradient(180deg, #ffe7b2, #facc6c);background-image: -ms-linear-gradient(180deg, #ffe7b2, #facc6c);background-image: -o-linear-gradient(180deg, #ffe7b2, #facc6c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7b2', endColorstr='#facc6c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7b2', endColorstr='#facc6c' );";background-image: linear-gradient(180deg, #ffe7b2, #facc6c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HiZWiUHD69ELPhkWcFfcNRk2bUG7NEdu { top:11.1875rem;left:15.3125rem;width:3.0625rem;height:0.8125rem;z-index:15037;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXTHpr2oTSRS7XtQ0W9h6amdFbs3MwKC { top:13.5rem;left:14.625rem;width:4.375rem;height:0.97473125rem;z-index:15038;font-family:sarabun;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TH1iMflNZrVBnflfbtDhMthBIWs8wlGn { display:flex;top:15.9375rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #w7BT4WDSFweUFmx21qTAKwOenNDZmirD { top:18.4375rem;left:0.5625rem;width:8.1875rem;height:2.4375rem;z-index:15040;font-size:0.625rem;color:#e2105f;display:block; }
 }@media only screen and (max-width: 763px) { #enVumyAyqtDwtyw9yQhTdZrUHnrI9Syp { top:21.4375rem;left:0rem;width:20rem;height:0.0625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #Jbl7274JrsrzCRyXLGnvgBNxKzeczu0F { top:23.4375rem;left:0.5625rem;width:4.6875rem;height:0.8125rem;z-index:15030;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4ZEB8etPEgxh0DTGsD3nBsGTBCyobQT { display:flex;top:22.375rem;left:10.25rem;width:1.9375rem;height:1.9375rem;z-index:15040; }
 }@media only screen and (max-width: 763px) { #s8TT7uvbgL5TENoHUEn8DwTyk4ihOD72 { display:flex;top:22.375rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15041; }
 }@media only screen and (max-width: 763px) { #kCzp8QR5a7wWW5CmCsUiSdJsGMZdVZmg { top:25.9375rem;left:0rem;width:20rem;height:0.0625rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #WE44l0GWhHiAOBQn0KRyS5RUx01HbLiT { top:27.5rem;left:0.5625rem;width:7.93725rem;height:1.625rem;z-index:15031;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3NLL6047v4UzXXpHS5o6s4v0qyPbMlr { display:flex;top:27.5rem;left:10.5rem;width:1.4375rem;height:1.4375rem;z-index:15034;opacity:1; }
 }@media only screen and (max-width: 763px) { #QxWTdNh38PNI8IHXXbi10nbiLPHfHriA { display:flex;top:27.25rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15042; }
 }@media only screen and (max-width: 763px) { #imsPmiFif8KMP2k8TbIcgHWSe7qgbf18 { top:30.5625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #HrWln43TgOKyuv2f57XAd7EL2nzKFkX8 { top:31.6875rem;left:0.625rem;width:6.937125rem;height:2.4375rem;z-index:15032;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Plbs7HkaGlxByA6gQKdo1yClIMEeE0kC { display:flex;top:32.1875rem;left:10.5rem;width:1.4375rem;height:1.4375rem;z-index:15035;opacity:1; }
 }@media only screen and (max-width: 763px) { #T6yewS2Ba4nGQXLJCmgHowMhVDvZeRcr { display:flex;top:31.9375rem;left:15.8125rem;width:1.9375rem;height:1.9375rem;z-index:15043; }
 }@media only screen and (max-width: 763px) { #XDNoNkcXWnWLmzS8fZZI3Byfhs3HhSwi { top:35.4375rem;left:0rem;width:20rem;height:0.0625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #GhEPTKS4vc5XTzKLr462paME8aAG8ybq { top:38.4375rem;left:0.5625rem;width:8.6875rem;height:0.8125rem;z-index:15033;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxvCc8qVKy6471v7i5rTTS3AcN3qRG9I { display:flex;top:37.5625rem;left:9.9375rem;width:2.5625rem;height:2.5625rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #VIvqBOncAz4CwOvNgTDm3kUSExJA9m6M { display:flex;top:37.5625rem;left:13.5625rem;width:2.625rem;height:2.625rem;z-index:15046; }
 }@media only screen and (max-width: 763px) { #F8rzPBlyBZ86XStI4EVZkCkRheafzWig { display:flex;top:38.1875rem;left:17.375rem;width:2.25rem;height:2.25rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #U3EusgJgkvTUCMdpq8iqBguCK3QOxORd { width:20rem;height:29.6875rem;top:11.1875rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VHlLlGwJBBJi3RgW6xqB2qR3u1OOJrLQ { width:20rem;height:5.19921875rem;top:4.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }