.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#eaeaea;background-image:url("https://images.assets-landingi.com/uc/cbf32246-3ce8-486a-b958-48c88b2642c7/LandingPageCourseDelivery04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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); }#OwXU3IlGK240NJZybC9QhqZdS46KfKpe { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#400068;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#OwXU3IlGK240NJZybC9QhqZdS46KfKpe > .row .container { background-color: transparent; background-image: none; }#OwXU3IlGK240NJZybC9QhqZdS46KfKpe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OwXU3IlGK240NJZybC9QhqZdS46KfKpe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OwXU3IlGK240NJZybC9QhqZdS46KfKpe > .row .container > .video-iframe-container { display: none; }#OwXU3IlGK240NJZybC9QhqZdS46KfKpe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OwXU3IlGK240NJZybC9QhqZdS46KfKpe > .row > .video-iframe-container { display: none; }#OwXU3IlGK240NJZybC9QhqZdS46KfKpe > .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); }#OwXU3IlGK240NJZybC9QhqZdS46KfKpe > .row .container { border-width: 0; border-radius: 0; }#OwXU3IlGK240NJZybC9QhqZdS46KfKpe > .row .container { font-size:0.875rem;font-family:"open sans";height:3.875rem;width:60rem;position:relative;display:block; }#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k .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; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.27125rem;padding-right:0.25625rem;padding-bottom:0.27125rem;padding-left:0.25625rem;display:block;align-items:center;width:1.535625rem;min-width:1.535625rem;height:1.455rem;position:relative;font-family:sarabun;font-size:1.084375rem;font-weight:700;line-height:23.28px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.169375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.04875rem;height:0.574375rem;position:relative;font-family:sarabun;font-size:0.40625rem;font-weight:700;line-height:9.19px;text-align:center;text-align-last:center;text-transform:none;top:0%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k { 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:transparent;background-image:none;display:flex;justify-content:space-between;width:12.1875rem;height:2.74125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:0.3125rem;left:21.4375rem;z-index:100000; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #W7ulgz5h6gTW5tOIkUCIM95Ky0oA0VMn { display:flex;position:relative;top:0rem;left:0rem; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #WTz3O8ASxTo4hEOU6KZ3CZx75TWlo4qr { width:auto; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #wEhHzFl7sbTFhOoQ3sOqHRSq6mGZKTol {  }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #mOR0AXrwUJToNI4AnwtOAT6JKFMQ38e5 { display:flex;position:relative;top:0rem;left:0rem; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #doGtEIsTM4pXeJmzGGZ5ytLiB2cILyiy {  }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #xCz1zqk9PGNCc3mlCokgyWGtHDCQ9WbI {  }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #w4Ti61xpzuyF2qyybZIyXHcWiE3Okx9m { display:flex;position:relative;top:0rem;left:0rem; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #HFkKbMFuihkfyu9L9b91iLUHUm3DSJcT {  }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #p8tH52thhfwUDyFLdPpTvACDRg7KW1nw {  }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #J8uhwQ8ApbevsvRZWwMA4D9IHcwucHAL { display:flex;position:relative;top:0rem;left:0rem; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #EeBqVksVOv5qHNx8iapn1kcVHgKvRG5z {  }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #ZMvDfifvSkFFmnKybWN7HuQhR5shTmey {  }
#th4va98UEWqtb1KRdN4HXL7dTgqo624Q { color:rgba(255,255,255,0.5);display:block;width:11.0625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:1.3125rem;left:9.375rem;height:1.21853125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nL3Hb2cPBBVitq2pPsi1KTMEi8ACTTc4 { background-color:#ffbe00;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:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.8125rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:0.5rem;left:35.125rem;display:block; }
#Jd7lu6WZ3SUWZLgk0TbqSycO10JTWeiX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/835c27d3-d53b-4d3f-befb-e05d31de77ba/LandingPage01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;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(255,255,255,0.13); }#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(255,255,255,0.13); }#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 .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:60rem;position:relative;display:block; }#zlT2t2tBakT6JITJP6749A4BnGLTpisC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:100001;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; }
#gAKNKvRUbEpnVzN5raJewe0F6VhfMN1h { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4359375rem;width:2.0609375rem;top:4.7515625953674rem;left:0.78203201293944rem;overflow:hidden;display:block; }
#d2ST27rbHzpsxKPv7ozTAKDTSaGAzT8a { color:#400068;display:block;width:50.9375rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:8.5625rem;left:4.3125rem;height:2.62478125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OSDHXohwFK9uNJXxtV3eMTPa8pkoLoCk { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.68733215332rem;width:18.874830245972rem;top:5rem;left:24.494735717774rem;overflow:hidden;display:none; }
#bKvPTqtpwCX6bODlP8lpsCABk6crTCmv { color:#ffffff;display:block;width:45rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:15.375rem;left:4.3125rem;height:2.92535rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bix9GZpAPNWTBTGmscLlNSK5JMcTGHPO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.0625rem;width:24.4375rem;top:19.859375rem;left:27.6875rem;overflow:hidden;display:block; }
#rNAVGvru9DIXBwwpSnB40ZEL8mL6pnAf { color:#f0c946;display:block;width:12.375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100005;line-height:1.1;letter-spacing:0;top:26.875rem;left:4.3125rem;height:1.09331875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#duI0eVx9iT7bZW96RQuT2KE7hWrvKXer .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; }
#duI0eVx9iT7bZW96RQuT2KE7hWrvKXer .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#400068;background-image:none;color:#ffffff;padding-top:0.463125rem;padding-right:0.415rem;padding-bottom:0.463125rem;padding-left:0.415rem;display:block;align-items:center;width:2.48875rem;min-width:2.48875rem;height:2.489375rem;position:relative;font-family:sarabun;font-size:1.8525rem;font-weight:700;line-height:39.83px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#duI0eVx9iT7bZW96RQuT2KE7hWrvKXer .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.289375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.318125rem;height:0.983125rem;position:relative;font-family:sarabun;font-size:0.694375rem;font-weight:700;line-height:15.73px;text-align:center;text-align-last:center;text-transform:none;top:4%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#duI0eVx9iT7bZW96RQuT2KE7hWrvKXer { 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(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:17.25rem;height:4.688125rem;padding-top:0.69rem;padding-right:0.696875rem;padding-bottom:0.69rem;padding-left:0.696875rem;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:28.0625rem;left:3.5625rem;z-index:100041; }
#duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #Z1sdQGJM54ya83yUaX66UKA7aXG5raFG { display:flex;position:relative;top:0rem;left:0rem; }
#duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #UV2ZZo2V1pTCC9nqaCho4xDPlKTsIGHu { width:auto; }
#duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #uEvLXy26VDC9QdyroGrk5K61QRyuB0mM {  }
#duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #txKmZ1QEINnohXy4ZzGmH9fNKDpTw8tK { display:flex;position:relative;top:0rem;left:0rem; }
#duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #B6ysD6n7o2kCODD006mIHV10mvenvWNi {  }
#duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #me1vSZ0KexaeJ8MfWJ80xJ8biTo87oe9 {  }
#duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #Th6UbQRNldJgeTqAsqfqs3GBPf1W21eH { display:flex;position:relative;top:0rem;left:0rem; }
#duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #nNgT2fRD6fsiZ5KsnZ5fS6qPoTvin4e2 {  }
#duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #is7h79TL6yGm9FJsU6Nk7NAOalks3mTB {  }
#duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #ncaAWrEzE2TLEgJESOfSe2pVMb4861ny { display:flex;position:relative;top:0rem;left:0rem; }
#duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #Ikd6B4dz1NPF8Q9OCozzpBbfN8Uz3WrX {  }
#duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #igpSpDeiF629W2J0TVB7nd008InCvTx7 {  }
#DUcU0eqpP3d8yLttCCLLgIqWap5IRL7r { color:#58008e;display:block;width:37.9375rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:400;z-index:100004;line-height:1;letter-spacing:0;top:11.75rem;left:4.3125rem;height:2.62478125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wt4nygQMEQExTewJ4bEruVTicWt1pnaK { background-color:#ffbe00;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:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.5rem;text-decoration:none;z-index:100046;text-align:center;text-align-last:center;top:20.375rem;left:4.3125rem;display:block; }
#LAI44atK11Qm7aTh4rrp6wT2fer7Nrp6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;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 .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:60rem;position:relative;display:block; }#huOzCTUydQZ9V0T4dd2OrMVLWfl6TGXo { color:#400068;display:block;width:14.5rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:3.7812495231628rem;left:2.75rem;height:4.388025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xybtnQwIgxFF7MtPe26hyVk7BddFWbsv { color:#400068;display:block;width:14.5rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:4.5937495231628rem;left:22.750001907349rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AeMReHh17kt5WTyeN8Kgnw2SWE0sJw9P { color:#400068;display:block;width:14.5rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:4.5937495231628rem;left:42.750001907349rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KVUQISbdNrJT3nlUUhbS8wX6znmtfS2H { position:absolute;display:block;z-index:100038;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;height:9.125rem;width:0.125rem;top:0.875rem;left:19.9375rem;display:block; }
#WJExd3i7PxLv2U7eW9Ip9TRnBekxI31T { position:absolute;display:block;z-index:100039;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;height:9.125rem;width:0.125rem;top:0.875rem;left:39.9375rem;display:block; }
#g4nw4SSQb5Qo7nmzTVnf9PNLw7i7LOib { position:absolute;display:block;z-index:100039;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;height:9.125rem;width:0.125rem;top:3.0625rem;left:39.937501907349rem;display:none; }
#J8160qqrmZtEzJqEIBaB4G71bU2KO4i3 { position:absolute;display:block;z-index:100039;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;height:9.125rem;width:0.125rem;top:3.0625rem;left:39.937501907349rem;display:none; }
#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a7305026-52f4-4ab4-868c-d204c050e0da/BACKGROUND.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG.adaptive-delivery-prevent-bg, #hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG.lazyload, #hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG.lazyloading { background-image: none; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row .container { background-color: transparent; background-image: none; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row .container > .video-iframe-container { display: none; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row > .video-iframe-container { display: none; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .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); }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row .container { border-width: 0; border-radius: 0; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:60rem;position:relative;display:block; }#FRKBVdSZBv08b7VuH9x3JOI4ELIiMxwg { color:#400068;display:block;width:15.5625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:22.6875rem;left:2.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lPlabh27ygumgT96LGfKqUrJPShdTZ1N { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:8rem;top:13.187500381843rem;left:6.375rem;overflow:hidden;display:block; }
#cs22qv2FlX9VcG8N0Esuh9qJhUWppmJk { color:#400068;display:block;width:14.5rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:22.75rem;left:22.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VXQd2kGkq2vXKN2ARvkuXgacksOn4fSG { color:#400068;display:block;width:14.5rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:22.6875rem;left:42.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kfEutFyUpG4HZhWxZXZx14IUFEoE9nlv { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:8rem;top:13.187499523163rem;left:25.812501907349rem;overflow:hidden;display:block; }
#RDOdurGIW9qOQeqRD8ro4Zq0Vte69sXt { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:8rem;top:13.187499523163rem;left:45.312501907349rem;overflow:hidden;display:block; }
#zvAQTOWf37cNkx9Dv1TynST5LmKehSy1 { position:absolute;display:block;z-index:100001;background-color:#ffffff;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: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 1.125rem rgba(201,143,243,0.4) ;height:16.5625rem;width:18.25rem;top:10.5rem;left:20.9375rem;display:block; }
#QpTwPE6LAHwyKyeTlXSzntrztuGR9Ppa { position:absolute;display:block;z-index:100002;background-color:#ffffff;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: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 1.125rem rgba(201,143,243,0.4) ;height:16.5625rem;width:18.75rem;top:10.5rem;left:40rem;display:block; }
#XSUtyAoTiupHsaB18Fzla5zzG82ZFwDD { color:#1a1a1a;display:block;width:3rem;position:absolute;font-family:"db adman x";font-size:4.625rem;font-weight:700;z-index:100024;line-height:1;letter-spacing:0;top:78.75rem;left:2.25rem;height:4.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Qy8DC0pZo5mLFUkmps92h0toZ4BheDll { position:absolute;display:block;z-index:100003;background-color:rgba(201,143,243,0.24);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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:1.625rem;width:19.875rem;top:44rem;left:38.125rem;display:none; }
#xXexc47OIgTHH73b7XNpMtd4eVUdgx0K { color:#000000;display:block;width:53.625rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.2607421875rem;left:2.5625rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TtF67qJFTk1BcGNKnmshcn2MdloBknaJ { position:absolute;display:block;z-index:99997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(201,143,243,0.11), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(201,143,243,0.11), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(201,143,243,0.11), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(201,143,243,0.11), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cc98ff3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cc98ff3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(201,143,243,0.11), rgba(0,0,0,0));background-size:auto !important;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;height:28.875rem;width:60rem;top:1.0624985694885rem;left:0rem;display:block; }
#grNXLHXwELdTvWKO4RfDLCaCMWuBysuv { position:absolute;display:block;z-index:99997;background-color:#ffffff;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: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 1.125rem rgba(201,143,243,0.4) ;height:16.5625rem;width:18.25rem;top:10.5rem;left:1.21875rem;display:block; }
#smgwLcPlSTShaDseNqFsktUiMxsE3X4J { position:absolute;display:block;z-index:99996;background-color:rgba(201,143,243,0.25);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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:3.75rem;width:51.625rem;top:4.091796875rem;left:4rem;display:block; }
#qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei > .row .container { background-color: transparent; background-image: none; }#qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei > .row .container > .video-iframe-container { display: none; }#qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei > .row > .video-iframe-container { display: none; }#qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei > .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); }#qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei > .row .container { border-width: 0; border-radius: 0; }#qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;position:relative;display:block; }#xM3hSJaQaXD79dEySi0IZ5c07XuTNsHv { color:#fb8f17;display:block;width:60rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sTIGT2QhaJ4GrZ9Tho9KshgtTrLRFpeG { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:2.875rem;left:5.8125rem;height:2.62478125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#STgoyCNNzXTlaq7tWNOzSswE9iaB5g4L { position:absolute;display:block;z-index:100004;background-color:rgba(201,143,243,0.25);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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:3.75rem;width:51.625rem;top:2.3125rem;left:4.3125rem;display:block; }
#omv8rBEM0CEUG4yb5x0dMDwAAkSQ6u65 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#omv8rBEM0CEUG4yb5x0dMDwAAkSQ6u65 > .row .container { background-color: transparent; background-image: none; }#omv8rBEM0CEUG4yb5x0dMDwAAkSQ6u65::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#omv8rBEM0CEUG4yb5x0dMDwAAkSQ6u65 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#omv8rBEM0CEUG4yb5x0dMDwAAkSQ6u65 > .row .container > .video-iframe-container { display: none; }#omv8rBEM0CEUG4yb5x0dMDwAAkSQ6u65 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#omv8rBEM0CEUG4yb5x0dMDwAAkSQ6u65 > .row > .video-iframe-container { display: none; }#omv8rBEM0CEUG4yb5x0dMDwAAkSQ6u65 > .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); }#omv8rBEM0CEUG4yb5x0dMDwAAkSQ6u65 > .row .container { border-width: 0; border-radius: 0; }#omv8rBEM0CEUG4yb5x0dMDwAAkSQ6u65 > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:60rem;position:relative;display:block; }#o840vrusbbyaqg68wO2sV0hP7lcgdxWp { background-color:rgba(201,143,243,0.25);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-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.0625rem;text-decoration:none;z-index:100053;text-align:center;text-align-last:center;top:1.9375rem;left:1.46875rem;display:block; }
#BqUg7NX68P97uVistGKPtMbnhGMWCNET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MuQT1bqiBzUH0TTWb7L7MTs4i6piOgRA { background-color:rgba(201,143,243,0.25);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-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.0625rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:6.0625rem;left:1.53125rem;display:block; }
#L1cxT0Pyh7H0I7ezfaL7iz4B7u4lb6oT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kK5goyfx1yWmsxr0hXtr7I8rJWUDNBTz { background-color:rgba(201,143,243,0.25);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-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.0625rem;text-decoration:none;z-index:100055;text-align:center;text-align-last:center;top:10.1875rem;left:1.46875rem;display:block; }
#ruEnsUELK0TIELNR05TywvCald2hrk5u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LdNSLcaZhfpxO1GZ6invlOnxKANrLZPD { background-color:rgba(201,143,243,0.25);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-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.0625rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:14.3125rem;left:1.46875rem;display:block; }
#EkQUDhRNxrrW18hRn9Bm9kTaRnAQczb9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fsZ4HLSi8C9WM8SUfe5QU6mcO1IRwBe7 { background-color:rgba(201,143,243,0.25);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-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.0625rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:1.9375rem;left:21.46875rem;display:block; }
#BbUEfDAnW9Fv5ye5AJtLB2fw4p7FDnyK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BZnIazJIPrdo2C4b9otfeC6gVVcds15m { background-color:rgba(201,143,243,0.25);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-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.0625rem;text-decoration:none;z-index:100055;text-align:center;text-align-last:center;top:1.9375rem;left:41.46875rem;display:block; }
#cCcdiNKF4KT2HGTeiu1S9TQZnuwRVNil { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gL9m3Ti93Tvi1fCMSoPsgwwDTRPmP6U3 { background-color:rgba(201,143,243,0.25);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-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.0625rem;text-decoration:none;z-index:100055;text-align:center;text-align-last:center;top:6.0625rem;left:21.46875rem;display:block; }
#kAhH9UrQz2FzPgflHlrqzMJkZ6RdFz7N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uOsGUZ71p8eWupo6gizAmn0EqSL7E8nT { background-color:rgba(201,143,243,0.25);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-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.0625rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:10.1875rem;left:21.46875rem;display:block; }
#XJKLR856JOmhyKO3aMFS7mBXPDUGMXaQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EWPzTVuPKFJidAp95fE5A4q59G958Gwx { background-color:rgba(201,143,243,0.25);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-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.0625rem;text-decoration:none;z-index:100057;text-align:center;text-align-last:center;top:14.3125rem;left:21.46875rem;display:block; }
#hzGazs78l4Qw6yrELRKzab6hlkZodNil { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a9LVdK5N2zbfMoS0BNvsxkhzSRcBzbtJ { background-color:rgba(201,143,243,0.25);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-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.0625rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:6.0625rem;left:41.46875rem;display:block; }
#FoEL7ENaOaTxiCvxpNvKxtIK2VCUh0MZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zkX2Hl9WAno45y9TA9NARbaDbbFXRqw9 { background-color:rgba(201,143,243,0.25);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-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.0625rem;text-decoration:none;z-index:100057;text-align:center;text-align-last:center;top:10.1875rem;left:41.46875rem;display:block; }
#ukIC2OOgvl3Qz6Od7qesNcrV0EUkNMTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#o9vV5EWxNKhtAs4VkWA79Gdgy5nHHle6 { background-color:rgba(201,143,243,0.25);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-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.0625rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:14.3125rem;left:41.46875rem;display:block; }
#eVLBWE0alb9AEXLX7MquSDoftTTGS2RC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vX8Vv1lQrh3Sa95uJTb26bVu0NLtdvwX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vX8Vv1lQrh3Sa95uJTb26bVu0NLtdvwX > .row .container { background-color: transparent; background-image: none; }#vX8Vv1lQrh3Sa95uJTb26bVu0NLtdvwX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vX8Vv1lQrh3Sa95uJTb26bVu0NLtdvwX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vX8Vv1lQrh3Sa95uJTb26bVu0NLtdvwX > .row .container > .video-iframe-container { display: none; }#vX8Vv1lQrh3Sa95uJTb26bVu0NLtdvwX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vX8Vv1lQrh3Sa95uJTb26bVu0NLtdvwX > .row > .video-iframe-container { display: none; }#vX8Vv1lQrh3Sa95uJTb26bVu0NLtdvwX > .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); }#vX8Vv1lQrh3Sa95uJTb26bVu0NLtdvwX > .row .container { border-width: 0; border-radius: 0; }#vX8Vv1lQrh3Sa95uJTb26bVu0NLtdvwX > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:60rem;position:relative;display:block; }#LeEa6efAMOpsBo6eN3fAoCKnkQxTB5ay { color:#400068;display:block;width:58.125rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0.9375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y0uO17THO2Vwb4klA2rpXHzF0uwHzgXJ { background-color:#400068;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#f8fcff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.0625rem;text-decoration:none;z-index:100062;text-align:center;text-align-last:center;top:5.3125rem;left:21.46875rem;display:block; }
#sNrU0WKFERTmpZEQHk8sBSrCkPFLo2bK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#c7yWUSlO04TfRJHmLQDdsD6DScWgwNMc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#c7yWUSlO04TfRJHmLQDdsD6DScWgwNMc > .row .container { background-color: transparent; background-image: none; }#c7yWUSlO04TfRJHmLQDdsD6DScWgwNMc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c7yWUSlO04TfRJHmLQDdsD6DScWgwNMc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c7yWUSlO04TfRJHmLQDdsD6DScWgwNMc > .row .container > .video-iframe-container { display: none; }#c7yWUSlO04TfRJHmLQDdsD6DScWgwNMc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c7yWUSlO04TfRJHmLQDdsD6DScWgwNMc > .row > .video-iframe-container { display: none; }#c7yWUSlO04TfRJHmLQDdsD6DScWgwNMc > .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); }#c7yWUSlO04TfRJHmLQDdsD6DScWgwNMc > .row .container { border-width: 0; border-radius: 0; }#c7yWUSlO04TfRJHmLQDdsD6DScWgwNMc > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#MmLdIOwUqHZeLmriPx61rAy4GKiJC8eP { color:#000000;display:block;width:60rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:1.78125rem;left:0rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FysxgGXXAXAPgoiR6pbDhS9wfqADtPWW { position:absolute;display:block;z-index:100008;background-color:rgba(201,143,243,0.25);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;height:0.125rem;width:15.625rem;top:2.59375rem;left:43.28125rem;display:block; }
#mh6rXQTHQ9P3errvfpk55AIpZA3J3z8Z { position:absolute;display:block;z-index:100009;background-color:rgba(201,143,243,0.25);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;height:0.125rem;width:15.625rem;top:2.59375rem;left:1.03125rem;display:block; }
#rQ4hFVTd5FgiM1Ll91WzZaTa0KBSfCeu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rQ4hFVTd5FgiM1Ll91WzZaTa0KBSfCeu > .row .container { background-color: transparent; background-image: none; }#rQ4hFVTd5FgiM1Ll91WzZaTa0KBSfCeu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rQ4hFVTd5FgiM1Ll91WzZaTa0KBSfCeu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rQ4hFVTd5FgiM1Ll91WzZaTa0KBSfCeu > .row .container > .video-iframe-container { display: none; }#rQ4hFVTd5FgiM1Ll91WzZaTa0KBSfCeu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rQ4hFVTd5FgiM1Ll91WzZaTa0KBSfCeu > .row > .video-iframe-container { display: none; }#rQ4hFVTd5FgiM1Ll91WzZaTa0KBSfCeu > .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); }#rQ4hFVTd5FgiM1Ll91WzZaTa0KBSfCeu > .row .container { border-width: 0; border-radius: 0; }#rQ4hFVTd5FgiM1Ll91WzZaTa0KBSfCeu > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:60rem;position:relative;display:block; }#QLScw2osVFG9iI6nMqRwaJGCTH4XXwBD { position:absolute;display:block;z-index:100055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b4fda519-98f8-413a-9144-52a079d62117/1562243181691DigitalMarketing01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:1.4375rem;left:1.21875rem;display:block; }#QLScw2osVFG9iI6nMqRwaJGCTH4XXwBD.adaptive-delivery-prevent-bg, #QLScw2osVFG9iI6nMqRwaJGCTH4XXwBD.lazyload, #QLScw2osVFG9iI6nMqRwaJGCTH4XXwBD.lazyloading { background-image: none; }
#Fl1mnxB6PyGPT4DlWVmwuF1kDbRDDTRi { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:1.625rem;left:15rem;height:2.33680625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NcKUQc3eQqzrhcV4BZaHvuiyEGerwdBc { color:#747272;display:block;width:14rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100055;line-height:1.3;letter-spacing:0;top:4.55078125rem;left:15rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MfRhRMEH5wfcbhWT98VhizsCcDsqTHGd { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100049;text-align:center;text-align-last:center;top:6.125rem;left:15rem;display:block; }
#rHisJZI5AmUdkNLE0QXHM3qub9tSv1J5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yL9aNQfp7ZM26yw5JXzfwklqziMgMLS1 { color:#747272;display:block;width:14rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100059;line-height:1.3;letter-spacing:0;top:4.9375rem;left:44.875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kmTewWDzV9dIdRsnWghXwpUUKtrsTqkD { position:absolute;display:block;z-index:100059;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f8cf23ef-1522-4caf-b558-795db4485d65/1643773436004FutureSkillDigitalMKT201.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:1.4375rem;left:31.0625rem;display:block; }#kmTewWDzV9dIdRsnWghXwpUUKtrsTqkD.adaptive-delivery-prevent-bg, #kmTewWDzV9dIdRsnWghXwpUUKtrsTqkD.lazyload, #kmTewWDzV9dIdRsnWghXwpUUKtrsTqkD.lazyloading { background-image: none; }
#lHwLTwLoBErpwm53XLNKPtu7ku68JgOJ { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;top:1.375rem;left:44.875rem;height:3.41145625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WqForW8olBdO0CEtgTQaBS43rf20KOST { color:#747272;display:block;width:14rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100059;line-height:1.3;letter-spacing:0;top:13.5rem;left:14.875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#azMGv4ABAuhzqWGQxW5NZrdxxyTAZlaF { position:absolute;display:block;z-index:100059;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ee082180-453f-4b8a-9bd8-f96faa270b36/1635744653883FutureSkillLearningHowtoLearnG01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:10rem;left:1.125rem;display:block; }#azMGv4ABAuhzqWGQxW5NZrdxxyTAZlaF.adaptive-delivery-prevent-bg, #azMGv4ABAuhzqWGQxW5NZrdxxyTAZlaF.lazyload, #azMGv4ABAuhzqWGQxW5NZrdxxyTAZlaF.lazyloading { background-image: none; }
#lvddUDJpifPfrJzy37IcuLOIBv9MQLz3 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;top:9.875rem;left:14.875rem;height:3.41145625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XT2pz9WAlJWThv1RBrP73wQctLEpEVRn { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:14.75rem;left:14.9375rem;display:block; }
#UQ92CKIm9FlGWPWCguyIeTLdcox07D4R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Q9XlfsIgMiHwTVXPaxGBSDGcdTGkHXm7 { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:6.125rem;left:44.875rem;display:block; }
#i5NGQngJ1yQeWmw6qtCZe5nRxSTaG46x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qsUJNoAx9l1sRtmul3k0TDKpslzuiVBm { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:6.4375rem;left:15rem;display:none; }
#lqohcVS3u3diE7NqHw3i52LTviiQlFFM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FOOXAsSGLW3sIDFcg22WvcT4M6ab8EK6 { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:6.4375rem;left:15rem;display:none; }
#gCN25Bh13VCg0y3gNCk8CL5tBNsJmN3z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N3IqFu9cgPJkIwAuRWgEeZiIRHacJ7u3 { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:6.4375rem;left:15rem;display:none; }
#aUOJrR4SUJrmtwoptwOMUsIdh63q9p4a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Oqa32N52eLMbKQOLd2iOZMQ30eSafuHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Oqa32N52eLMbKQOLd2iOZMQ30eSafuHK > .row .container { background-color: transparent; background-image: none; }#Oqa32N52eLMbKQOLd2iOZMQ30eSafuHK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Oqa32N52eLMbKQOLd2iOZMQ30eSafuHK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Oqa32N52eLMbKQOLd2iOZMQ30eSafuHK > .row .container > .video-iframe-container { display: none; }#Oqa32N52eLMbKQOLd2iOZMQ30eSafuHK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Oqa32N52eLMbKQOLd2iOZMQ30eSafuHK > .row > .video-iframe-container { display: none; }#Oqa32N52eLMbKQOLd2iOZMQ30eSafuHK > .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); }#Oqa32N52eLMbKQOLd2iOZMQ30eSafuHK > .row .container { border-width: 0; border-radius: 0; }#Oqa32N52eLMbKQOLd2iOZMQ30eSafuHK > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#iEXuUuldtRAmciQErmu9AKTqmfPutIXo { color:#000000;display:block;width:60rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:1.78125rem;left:0rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mbvDseC6O5Psm13lMRgd1AXXlOXkNxIb { position:absolute;display:block;z-index:100011;background-color:rgba(201,143,243,0.25);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;height:0.125rem;width:15.625rem;top:2.59375rem;left:1.0625rem;display:block; }
#InhTgLCF0APcOViE2Ov9JliL7QPRgafx { position:absolute;display:block;z-index:100010;background-color:rgba(201,143,243,0.25);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;height:0.125rem;width:15.625rem;top:2.59375rem;left:43.3125rem;display:block; }
#PiTg0iVRmsqmHRFxGEaaw3xPflOA1PRp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PiTg0iVRmsqmHRFxGEaaw3xPflOA1PRp > .row .container { background-color: transparent; background-image: none; }#PiTg0iVRmsqmHRFxGEaaw3xPflOA1PRp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PiTg0iVRmsqmHRFxGEaaw3xPflOA1PRp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PiTg0iVRmsqmHRFxGEaaw3xPflOA1PRp > .row .container > .video-iframe-container { display: none; }#PiTg0iVRmsqmHRFxGEaaw3xPflOA1PRp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PiTg0iVRmsqmHRFxGEaaw3xPflOA1PRp > .row > .video-iframe-container { display: none; }#PiTg0iVRmsqmHRFxGEaaw3xPflOA1PRp > .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); }#PiTg0iVRmsqmHRFxGEaaw3xPflOA1PRp > .row .container { border-width: 0; border-radius: 0; }#PiTg0iVRmsqmHRFxGEaaw3xPflOA1PRp > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#y1UyieWI9KSR2CWsbCi1wuR1tVrX723k { position:absolute;display:block;z-index:100055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bad3e5f3-b023-4601-adba-c6467db26dc9/1630562601863240857645_173614568215390_444781131772488863_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:1.75rem;left:1.21875rem;display:block; }#y1UyieWI9KSR2CWsbCi1wuR1tVrX723k.adaptive-delivery-prevent-bg, #y1UyieWI9KSR2CWsbCi1wuR1tVrX723k.lazyload, #y1UyieWI9KSR2CWsbCi1wuR1tVrX723k.lazyloading { background-image: none; }
#y49yOBHFImNpmWrq64JdhGRyGhskv377 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:1.6875rem;left:15rem;height:2.43706875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Re0eFuHHTrCz3IzCwUU2ZsDJu0UmGDT6 { color:#747272;display:block;width:14rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100055;line-height:1.3;letter-spacing:0;top:4.86328125rem;left:15rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CUVCHqgdaDlnFW3yfypKGkQsEoOAbKxh { color:#747272;display:block;width:14rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100059;line-height:1.3;letter-spacing:0;top:4.8125rem;left:44.875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mRIPXXoJdTThGKeHfZuR89xFwz58V3nI { position:absolute;display:block;z-index:100059;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/db6d2547-9306-4edb-a6e7-a15d0322b2fc/1602667750180rsz_14tb_copywritingcontent.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:1.75rem;left:31.0625rem;display:block; }#mRIPXXoJdTThGKeHfZuR89xFwz58V3nI.adaptive-delivery-prevent-bg, #mRIPXXoJdTThGKeHfZuR89xFwz58V3nI.lazyload, #mRIPXXoJdTThGKeHfZuR89xFwz58V3nI.lazyloading { background-image: none; }
#KXnz2Hc2p31GKxmsQml82v8hggoF0yIw { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;top:1.6875rem;left:44.875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xqsFk7VUkTxzskZ2ACtkiKct1vyAM9pc { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:6.4375rem;left:15rem;display:block; }
#o3Ueu6PT9lxNDnRW9RpnJ6doQ7pVqBAr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zvRpx3J62Xa8MSNHddc6IlT6unlvCv21 { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:6.4375rem;left:44.875rem;display:block; }
#awaT42nkgrFVOITVSJ6NDP1A21TJ42is { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PDhxuxRiovyVGmb0APPpCBH3u3QM0KLA { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:6.4375rem;left:15rem;display:none; }
#wNGoMtXa8vTTTW7QsRbFrFTqAGxnXiEs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wGhuvitVdK7FQEaNWJtewqf2Lv6CIKVT { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:6.4375rem;left:15rem;display:none; }
#h3eUBnZywKoedqZcSteFFUlqMuyFxhEf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DA6UvPQHC3DwKogtf9eJG784AEl0lGIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DA6UvPQHC3DwKogtf9eJG784AEl0lGIT > .row .container { background-color: transparent; background-image: none; }#DA6UvPQHC3DwKogtf9eJG784AEl0lGIT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DA6UvPQHC3DwKogtf9eJG784AEl0lGIT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DA6UvPQHC3DwKogtf9eJG784AEl0lGIT > .row .container > .video-iframe-container { display: none; }#DA6UvPQHC3DwKogtf9eJG784AEl0lGIT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DA6UvPQHC3DwKogtf9eJG784AEl0lGIT > .row > .video-iframe-container { display: none; }#DA6UvPQHC3DwKogtf9eJG784AEl0lGIT > .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); }#DA6UvPQHC3DwKogtf9eJG784AEl0lGIT > .row .container { border-width: 0; border-radius: 0; }#DA6UvPQHC3DwKogtf9eJG784AEl0lGIT > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#xqTSlDTNwIEVBcuhTl4RtDFKXqdIBdFT { color:#000000;display:block;width:60rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:1.78125rem;left:0rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B1QHDXgNvv8CTrbafAJyOy4phJk5cWbg { position:absolute;display:block;z-index:100012;background-color:rgba(201,143,243,0.25);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;height:0.125rem;width:12.5rem;top:2.59375rem;left:46.4375rem;display:block; }
#AoRUT6gI3Ci3RZJRUtKQ6JxsZFiIXT07 { position:absolute;display:block;z-index:100013;background-color:rgba(201,143,243,0.25);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;height:0.125rem;width:12.5rem;top:2.625rem;left:1.0625rem;display:block; }
#Ech4Wpqk0AD8EVWK24s1gSaPNtJvIBE5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Ech4Wpqk0AD8EVWK24s1gSaPNtJvIBE5 > .row .container { background-color: transparent; background-image: none; }#Ech4Wpqk0AD8EVWK24s1gSaPNtJvIBE5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ech4Wpqk0AD8EVWK24s1gSaPNtJvIBE5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ech4Wpqk0AD8EVWK24s1gSaPNtJvIBE5 > .row .container > .video-iframe-container { display: none; }#Ech4Wpqk0AD8EVWK24s1gSaPNtJvIBE5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ech4Wpqk0AD8EVWK24s1gSaPNtJvIBE5 > .row > .video-iframe-container { display: none; }#Ech4Wpqk0AD8EVWK24s1gSaPNtJvIBE5 > .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); }#Ech4Wpqk0AD8EVWK24s1gSaPNtJvIBE5 > .row .container { border-width: 0; border-radius: 0; }#Ech4Wpqk0AD8EVWK24s1gSaPNtJvIBE5 > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:60rem;position:relative;display:block; }#tUCUPhPhGMHzJr2KuXUuwpIIBiLpgPEv { position:absolute;display:block;z-index:100055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5c2dfe69-fec2-4147-9876-e50e4da734d0/1637917069170TNFutureSkillNFTZipmex01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:1.4375rem;left:1.21875rem;display:block; }#tUCUPhPhGMHzJr2KuXUuwpIIBiLpgPEv.adaptive-delivery-prevent-bg, #tUCUPhPhGMHzJr2KuXUuwpIIBiLpgPEv.lazyload, #tUCUPhPhGMHzJr2KuXUuwpIIBiLpgPEv.lazyloading { background-image: none; }
#GfpA4tnBr8OkOGq07cmdQ6hTCZCLPnGN { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:1.625rem;left:15rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OHIQ75kTLasWzPFpeOtOK1AfXHywxahQ { color:#747272;display:block;width:14rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100055;line-height:1.3;letter-spacing:0;top:4.55078125rem;left:15rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gHJKks53uC3DZCJTdn6NKTiS5X7JXUZA { color:#747272;display:block;width:14rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100059;line-height:1.3;letter-spacing:0;top:4.5rem;left:44.875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nd7KcyhrZdrVw8K2Wk7P7RFArHAfPXJ1 { position:absolute;display:block;z-index:100059;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f50ce54a-a776-4145-a98f-6c0ccede5899/1640249677608FutureSkillProcreateRoughAnimator01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:1.4375rem;left:31.0625rem;display:block; }#nd7KcyhrZdrVw8K2Wk7P7RFArHAfPXJ1.adaptive-delivery-prevent-bg, #nd7KcyhrZdrVw8K2Wk7P7RFArHAfPXJ1.lazyload, #nd7KcyhrZdrVw8K2Wk7P7RFArHAfPXJ1.lazyloading { background-image: none; }
#f3pvCBHVPG8a0kW9TJmh9trC93cUWoi3 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;top:1.5rem;left:44.875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ScOGJXXx3TOdWiJeqt4yaZ58pClanoi0 { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:6.125rem;left:15rem;display:block; }
#iXgqB1ZrVD8txoXxSsKoBEGkRzomCDI9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tRM9cXQt7qLT65yBDRo3w95mVPpkR1gt { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100053;text-align:center;text-align-last:center;top:6.125rem;left:44.875rem;display:block; }
#vTx9e2aidgV9VRRe4JMnrlr8NBRmv6iU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tdmEep8k7mBN3FGLbOZdzR6z0t5B4mXz { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100057;text-align:center;text-align-last:center;top:14.6875rem;left:15rem;display:block; }
#L18VtaeRTga86pmw0lWGJ7vypbxFiGoW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gCcVkBcpePphe9KyaPlOTSvPCk7BKrxX { color:#747272;display:block;width:14rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100063;line-height:1.3;letter-spacing:0;top:13.125rem;left:14.875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xgfsbk98CXER2P1LCBBz4SCWhvJ17k7R { position:absolute;display:block;z-index:100063;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9e49121e-d651-480e-9839-6da59eba69c3/1585735386530CharacterDesign.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:10rem;left:1.125rem;display:block; }#xgfsbk98CXER2P1LCBBz4SCWhvJ17k7R.adaptive-delivery-prevent-bg, #xgfsbk98CXER2P1LCBBz4SCWhvJ17k7R.lazyload, #xgfsbk98CXER2P1LCBBz4SCWhvJ17k7R.lazyloading { background-image: none; }
#e74d0Lr66MvodZmJvgkA5qSnr81BBVeF { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:10.125rem;left:14.875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZezNq85AuHTVBtsAI9iyU6iAKuXP301F { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:6.4375rem;left:15rem;display:none; }
#Hq9WlHQPuLvAZpQBtzTnfNBS4UO63IIQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bMiQe7g4vmNdS8heMTCozq46kPJ6fkdR { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:6.4375rem;left:15rem;display:none; }
#lGQQ374rTHChqoopretAOgT1QChpF4OT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#d6nkNUx9uTo6nmlHsqZKtetlBRe9FNfJ { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:6.4375rem;left:15rem;display:none; }
#rsOlXTI1LnTp1iTpuXt0NcGooKgTdtsa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N6CurNpTvK2ZGpETqVTLtAFV9AIvWJ5s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#N6CurNpTvK2ZGpETqVTLtAFV9AIvWJ5s > .row .container { background-color: transparent; background-image: none; }#N6CurNpTvK2ZGpETqVTLtAFV9AIvWJ5s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N6CurNpTvK2ZGpETqVTLtAFV9AIvWJ5s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N6CurNpTvK2ZGpETqVTLtAFV9AIvWJ5s > .row .container > .video-iframe-container { display: none; }#N6CurNpTvK2ZGpETqVTLtAFV9AIvWJ5s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N6CurNpTvK2ZGpETqVTLtAFV9AIvWJ5s > .row > .video-iframe-container { display: none; }#N6CurNpTvK2ZGpETqVTLtAFV9AIvWJ5s > .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); }#N6CurNpTvK2ZGpETqVTLtAFV9AIvWJ5s > .row .container { border-width: 0; border-radius: 0; }#N6CurNpTvK2ZGpETqVTLtAFV9AIvWJ5s > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#Trx7If9l5sqGEyyiWbRbbPWvCWmwiLQT { color:#000000;display:block;width:60rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:1.375rem;left:0rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DUkafxkBkZXiUnfDkOCGRWF8yVoKARGk { position:absolute;display:block;z-index:100014;background-color:rgba(201,143,243,0.25);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;height:0.125rem;width:12.5rem;top:2.1875rem;left:46.625rem;display:block; }
#ztAXfLdqOHT73uDh3ZerwqEhfkiyxQUx { position:absolute;display:block;z-index:100015;background-color:rgba(201,143,243,0.25);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;height:0.125rem;width:12.5rem;top:2.1875rem;left:1.25rem;display:block; }
#qR6v7c2axIQHlBQSCQRtRplyyeV7n9GI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qR6v7c2axIQHlBQSCQRtRplyyeV7n9GI > .row .container { background-color: transparent; background-image: none; }#qR6v7c2axIQHlBQSCQRtRplyyeV7n9GI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qR6v7c2axIQHlBQSCQRtRplyyeV7n9GI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qR6v7c2axIQHlBQSCQRtRplyyeV7n9GI > .row .container > .video-iframe-container { display: none; }#qR6v7c2axIQHlBQSCQRtRplyyeV7n9GI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qR6v7c2axIQHlBQSCQRtRplyyeV7n9GI > .row > .video-iframe-container { display: none; }#qR6v7c2axIQHlBQSCQRtRplyyeV7n9GI > .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); }#qR6v7c2axIQHlBQSCQRtRplyyeV7n9GI > .row .container { border-width: 0; border-radius: 0; }#qR6v7c2axIQHlBQSCQRtRplyyeV7n9GI > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#PlEsn4mpc91ygCG6qrWslrQXphoqh9vF { position:absolute;display:block;z-index:100055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5aa2703a-9f84-4760-8742-9818cc251ec7/1603695166634Dropship.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:1.75rem;left:1.21875rem;display:block; }#PlEsn4mpc91ygCG6qrWslrQXphoqh9vF.adaptive-delivery-prevent-bg, #PlEsn4mpc91ygCG6qrWslrQXphoqh9vF.lazyload, #PlEsn4mpc91ygCG6qrWslrQXphoqh9vF.lazyloading { background-image: none; }
#z6ii0fBTOZJl6C5GNCMVvGyC838sdCPS { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:1.5rem;left:15rem;height:3.6556rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m6FAdWCfIunuwnO8PXnvT3SiD7kzR9dG { color:#747272;display:block;width:14rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100055;line-height:1.3;letter-spacing:0;top:5.36328125rem;left:15rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KhnS5l8Mcrcu6nFPcJFvdwsh4uMBlDGU { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:6.4375rem;left:15rem;display:block; }
#iVTcSLiE7gaNNorTE2M5b95MC5wtdUzt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JrFkIKzaGhlDJdcpcuQ2TGbTQpRbgkXL { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:6.4375rem;left:15rem;display:none; }
#x3FUKRnRLCPSUTwr47GmtESXDWoNvsPg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#avKH78TJmSFKaNt5c3fxBLXW68QORz2a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#avKH78TJmSFKaNt5c3fxBLXW68QORz2a > .row .container { background-color: transparent; background-image: none; }#avKH78TJmSFKaNt5c3fxBLXW68QORz2a::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#avKH78TJmSFKaNt5c3fxBLXW68QORz2a > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#avKH78TJmSFKaNt5c3fxBLXW68QORz2a > .row .container > .video-iframe-container { display: none; }#avKH78TJmSFKaNt5c3fxBLXW68QORz2a > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#avKH78TJmSFKaNt5c3fxBLXW68QORz2a > .row > .video-iframe-container { display: none; }#avKH78TJmSFKaNt5c3fxBLXW68QORz2a > .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); }#avKH78TJmSFKaNt5c3fxBLXW68QORz2a > .row .container { border-width: 0; border-radius: 0; }#avKH78TJmSFKaNt5c3fxBLXW68QORz2a > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#dMd2zSHgD0Q8QFwKE3fCEGUznEuWCv2X { color:#000000;display:block;width:60rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:1.375rem;left:0rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oXBSAu55QQIk83SVQsTTUsyzUMrgLmBX { position:absolute;display:block;z-index:100016;background-color:rgba(201,143,243,0.25);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;height:0.125rem;width:12.5rem;top:2.1875rem;left:46.4375rem;display:block; }
#yAf4T6ery1RholdpTaz0IvTTuJ5sAUbr { position:absolute;display:block;z-index:100017;background-color:rgba(201,143,243,0.25);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;height:0.125rem;width:12.5rem;top:2.1875rem;left:1.0625rem;display:block; }
#MNyBLsoG4kOwu3X2Bqe5k1Czqwmwwl3I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MNyBLsoG4kOwu3X2Bqe5k1Czqwmwwl3I > .row .container { background-color: transparent; background-image: none; }#MNyBLsoG4kOwu3X2Bqe5k1Czqwmwwl3I::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MNyBLsoG4kOwu3X2Bqe5k1Czqwmwwl3I > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MNyBLsoG4kOwu3X2Bqe5k1Czqwmwwl3I > .row .container > .video-iframe-container { display: none; }#MNyBLsoG4kOwu3X2Bqe5k1Czqwmwwl3I > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MNyBLsoG4kOwu3X2Bqe5k1Czqwmwwl3I > .row > .video-iframe-container { display: none; }#MNyBLsoG4kOwu3X2Bqe5k1Czqwmwwl3I > .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); }#MNyBLsoG4kOwu3X2Bqe5k1Czqwmwwl3I > .row .container { border-width: 0; border-radius: 0; }#MNyBLsoG4kOwu3X2Bqe5k1Czqwmwwl3I > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:60rem;position:relative;display:block; }#G7AP0bzovgbR1Wuw8oDhLPh1XP9cwwAl { position:absolute;display:block;z-index:100055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/62ab6f84-7836-413c-af82-163e7423d325/1619779410787TNEdit_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:1.4375rem;left:1.21875rem;display:block; }#G7AP0bzovgbR1Wuw8oDhLPh1XP9cwwAl.adaptive-delivery-prevent-bg, #G7AP0bzovgbR1Wuw8oDhLPh1XP9cwwAl.lazyload, #G7AP0bzovgbR1Wuw8oDhLPh1XP9cwwAl.lazyloading { background-image: none; }
#lAsTTcfsqcwZidd3wPTREdCUZ5BTg9C3 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:1.625rem;left:15rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rVRel0QpNrVkuPWXQfrMXyGoxqThATby { color:#747272;display:block;width:14rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100055;line-height:1.3;letter-spacing:0;top:4.55078125rem;left:15rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GUM4eAdRXqAPMhF3gisSGFFVykVu6hmr { color:#747272;display:block;width:14rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100059;line-height:1.3;letter-spacing:0;top:4.5rem;left:44.875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fmpn8U2BHTBBKSVtvCzSuk4XraxJOErU { position:absolute;display:block;z-index:100059;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5d3df1ed-8fbd-4cd8-b9ba-745d380f226d/1619796119120TNEdit_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:1.4375rem;left:31.0625rem;display:block; }#Fmpn8U2BHTBBKSVtvCzSuk4XraxJOErU.adaptive-delivery-prevent-bg, #Fmpn8U2BHTBBKSVtvCzSuk4XraxJOErU.lazyload, #Fmpn8U2BHTBBKSVtvCzSuk4XraxJOErU.lazyloading { background-image: none; }
#BAZZFlsqvXQhnqKGKeuBEpwl1BT5Xx2C { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;top:1.5rem;left:44.875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VbyCwIaOkKNOIpAxT7qfnoVH3GtlIt3M { color:#747272;display:block;width:14rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100059;line-height:1.3;letter-spacing:0;top:13.0625rem;left:14.875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MObEbS1BCa2RuVL9CCtnHWTHOlvir4lJ { position:absolute;display:block;z-index:100059;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3a29d93a-f3df-40d0-ba8f-b8d4de4fe1b8/1614944623287TNfutureskill01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:9.9375rem;left:1.125rem;display:block; }#MObEbS1BCa2RuVL9CCtnHWTHOlvir4lJ.adaptive-delivery-prevent-bg, #MObEbS1BCa2RuVL9CCtnHWTHOlvir4lJ.lazyload, #MObEbS1BCa2RuVL9CCtnHWTHOlvir4lJ.lazyloading { background-image: none; }
#m8tpTKv0bRaWgvw3cLp0Qibd6M4EzhOk { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;top:10.125rem;left:14.875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uSy7LGFx4wNu3lTURPEhkFrMOyq7Irbn { position:absolute;display:block;z-index:100063;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6be3ad86-c445-47af-b2d0-6c8be4af8c49/1616170159437Zipmex.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:9.9375rem;left:31.0625rem;display:block; }#uSy7LGFx4wNu3lTURPEhkFrMOyq7Irbn.adaptive-delivery-prevent-bg, #uSy7LGFx4wNu3lTURPEhkFrMOyq7Irbn.lazyload, #uSy7LGFx4wNu3lTURPEhkFrMOyq7Irbn.lazyloading { background-image: none; }
#itqo14qd4xKb0O7iiAQRc30SlZwC77Sb { color:#747272;display:block;width:14rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100063;line-height:1.3;letter-spacing:0;top:13rem;left:44.875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cBX5CT6qM8ai7vaT7w3DslTD1blVNkks { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:10rem;left:44.875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#egTfVN3wUR6JRlb4vea7QpUT9PtxdJte { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100055;text-align:center;text-align-last:center;top:6.125rem;left:15rem;display:block; }
#BCDUx4iDfg0g0GIgScObnmi0M6xSdSXh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hZvlDXiQz3ZH9GS03fuXRcP480HcvuBr { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:6.125rem;left:44.875rem;display:block; }
#u5wKgfAGMpT02c8cN1tmsm0Vz1sLhGRQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BBs9I7dnlpRW2cMr9lHZIVXhmGvkB0Gy { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:14.625rem;left:15rem;display:block; }
#rVGNMnuzFAu9X4H4e3iLuf6VXWQp10wS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UKdoTqlXTbRc1tTCLWshTStGCNH6Iomp { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100057;text-align:center;text-align-last:center;top:14.625rem;left:44.875rem;display:block; }
#ECanAmb66lNrMhxxRDe2BgnW9duO8y3M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KsEoQHSzgbMcBNUatLefP76yLuqEdSLR { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:6.4375rem;left:15rem;display:none; }
#ATckT9biHhWcDhm3ZVKQIWi9s2Jqmi5g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#I90UP5Aoai6W0nGkoqp2aqJuASpg2LJh { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:6.4375rem;left:15rem;display:none; }
#OwXitf13maUsTXIBKZdVmwze9Aq4iiud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#g2SKMuhUwHCTx2wQl40FeF8kQ5Ges99F { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:6.4375rem;left:15rem;display:none; }
#V84PxmpMt3pp0OTouxTxSZn2H9MRbhqc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NinxNlihTnqAsrsrq4A83g9XtgoGMeKN { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:6.4375rem;left:15rem;display:none; }
#lV0AEloPbcHeLBoJ8LFZCQvyTQQOMabB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qZ2QWKOm4TB5aGLBpLVNM1uVZz1x5HOS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qZ2QWKOm4TB5aGLBpLVNM1uVZz1x5HOS > .row .container { background-color: transparent; background-image: none; }#qZ2QWKOm4TB5aGLBpLVNM1uVZz1x5HOS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qZ2QWKOm4TB5aGLBpLVNM1uVZz1x5HOS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qZ2QWKOm4TB5aGLBpLVNM1uVZz1x5HOS > .row .container > .video-iframe-container { display: none; }#qZ2QWKOm4TB5aGLBpLVNM1uVZz1x5HOS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qZ2QWKOm4TB5aGLBpLVNM1uVZz1x5HOS > .row > .video-iframe-container { display: none; }#qZ2QWKOm4TB5aGLBpLVNM1uVZz1x5HOS > .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); }#qZ2QWKOm4TB5aGLBpLVNM1uVZz1x5HOS > .row .container { border-width: 0; border-radius: 0; }#qZ2QWKOm4TB5aGLBpLVNM1uVZz1x5HOS > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#mTTRV7qQsG40Cq5f5wBnOLgIugMsCbzp { color:#000000;display:block;width:60rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:1.375rem;left:0rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c72WmcBgzavIseRaLO6Qc7N5huECam6c { position:absolute;display:block;z-index:100018;background-color:rgba(201,143,243,0.25);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;height:0.125rem;width:6.25rem;top:2.1875rem;left:52.375rem;display:block; }
#hCL1AIoNolJnFI5zwh9L73Ke5ZcM584x { position:absolute;display:block;z-index:100019;background-color:rgba(201,143,243,0.25);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;height:0.125rem;width:6.25rem;top:2.1875rem;left:1.375rem;display:block; }
#vm35q9sRiQ0sZyIUSq27kXHRcROs0DTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vm35q9sRiQ0sZyIUSq27kXHRcROs0DTL > .row .container { background-color: transparent; background-image: none; }#vm35q9sRiQ0sZyIUSq27kXHRcROs0DTL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vm35q9sRiQ0sZyIUSq27kXHRcROs0DTL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vm35q9sRiQ0sZyIUSq27kXHRcROs0DTL > .row .container > .video-iframe-container { display: none; }#vm35q9sRiQ0sZyIUSq27kXHRcROs0DTL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vm35q9sRiQ0sZyIUSq27kXHRcROs0DTL > .row > .video-iframe-container { display: none; }#vm35q9sRiQ0sZyIUSq27kXHRcROs0DTL > .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); }#vm35q9sRiQ0sZyIUSq27kXHRcROs0DTL > .row .container { border-width: 0; border-radius: 0; }#vm35q9sRiQ0sZyIUSq27kXHRcROs0DTL > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:60rem;position:relative;display:block; }#BRnoCZww9Dim6nH1skBdQuwAJHzU3fGa { position:absolute;display:block;z-index:100055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8ac159fc-c045-4c1f-8490-cdb70974410b/1567403611215C18070207min.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:1.4375rem;left:1.21875rem;display:block; }#BRnoCZww9Dim6nH1skBdQuwAJHzU3fGa.adaptive-delivery-prevent-bg, #BRnoCZww9Dim6nH1skBdQuwAJHzU3fGa.lazyload, #BRnoCZww9Dim6nH1skBdQuwAJHzU3fGa.lazyloading { background-image: none; }
#ysNkdnmcvbqmp2LaIIgOI9ayoTC27e9b { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:1.625rem;left:15rem;height:1.21853125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lU8INUadK3H1RoBQ3k6ZPOrelFZcOpME { color:#747272;display:block;width:14rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100055;line-height:1.3;letter-spacing:0;top:4.55078125rem;left:15rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CwagM7WPbKTCcNzaLOI96MAtmzMrnnJ7 { color:#747272;display:block;width:14rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100059;line-height:1.3;letter-spacing:0;top:5.1875rem;left:44.875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EGEM8VnShcGTATLyfS35NnyhG3BxGgm4 { position:absolute;display:block;z-index:100059;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bbd64bad-da23-4336-95f1-449ba5e46343/1629381919822AbletonLive.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:1.4375rem;left:31.0625rem;display:block; }#EGEM8VnShcGTATLyfS35NnyhG3BxGgm4.adaptive-delivery-prevent-bg, #EGEM8VnShcGTATLyfS35NnyhG3BxGgm4.lazyload, #EGEM8VnShcGTATLyfS35NnyhG3BxGgm4.lazyloading { background-image: none; }
#DRHOU5T9f2O7FXNIuAcmJC3Zk4EDl3gZ { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;top:1.5rem;left:44.875rem;height:3.6556rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BmmZXtW7OKvVBC68to6opXizBmiPax52 { position:absolute;display:block;z-index:100059;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/96828971-db20-4215-b695-4295f11a555b/8c05210b3dade4f7a4d38f78270d60f833211de5267320e1a8a1413ab6c3f1d3562c49c46d0294f48cf77fd60c8751b87112d664ef4bffd2a77a59da9defb363d2d472f5a7765a8c8309a941b0b383f5fc03365b35b4d48dce38");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:9.9375rem;left:1.125rem;display:block; }#BmmZXtW7OKvVBC68to6opXizBmiPax52.adaptive-delivery-prevent-bg, #BmmZXtW7OKvVBC68to6opXizBmiPax52.lazyload, #BmmZXtW7OKvVBC68to6opXizBmiPax52.lazyloading { background-image: none; }
#hvzNZr6c5ensGOAlxzqc4JDnWB5KWSvR { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;top:11.16796875rem;left:15rem;height:3.6556rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LQtPXnTngGmxdm7hT53DCK7Vy0vF5u4q { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100057;text-align:center;text-align-last:center;top:6.125rem;left:15rem;display:block; }
#Dk9QJQTCC0Ae1nq0koHdBwpeLslbTu64 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fwqN8ZtRtZUz8n58R84iJIpJ8zxTl0J3 { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:6.3125rem;left:44.875rem;display:block; }
#vuhyIsi57Fv6fLduVk3DtnLc88F6gJnH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OdGXyEMbweg8ZQxwTGm1KgNdOl7h7EKV { color:#fdfdfd;display:block;width:10.4375rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100060;line-height:1.3;letter-spacing:0;top:11.16796875rem;left:2.375rem;height:4.54969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hg5CNASZDCITb1T6I8xuKZscaTZ6oGzl { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:6.4375rem;left:15rem;display:none; }
#oXmbKVHiruSmfP37VoLZowy1ZOAsFfOX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hEvtyqkNzBbGwAQC2fAObLp4LOftb2Vf { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:6.4375rem;left:15rem;display:none; }
#WDQ7yft9A7FBt3ys9hHWxSTCVNba1amC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dk0JQnWxBfl55WIzOUkeKegUlrvecPE8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dk0JQnWxBfl55WIzOUkeKegUlrvecPE8 > .row .container { background-color: transparent; background-image: none; }#dk0JQnWxBfl55WIzOUkeKegUlrvecPE8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dk0JQnWxBfl55WIzOUkeKegUlrvecPE8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dk0JQnWxBfl55WIzOUkeKegUlrvecPE8 > .row .container > .video-iframe-container { display: none; }#dk0JQnWxBfl55WIzOUkeKegUlrvecPE8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dk0JQnWxBfl55WIzOUkeKegUlrvecPE8 > .row > .video-iframe-container { display: none; }#dk0JQnWxBfl55WIzOUkeKegUlrvecPE8 > .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); }#dk0JQnWxBfl55WIzOUkeKegUlrvecPE8 > .row .container { border-width: 0; border-radius: 0; }#dk0JQnWxBfl55WIzOUkeKegUlrvecPE8 > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#JeQMlEMI0nOWm6AiLMqHxTWW2V7gn1Wc { color:#000000;display:block;width:60rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:1.375rem;left:0rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NPpczmLWJhDwUQiJm6ShcWa2As4NItlK { position:absolute;display:block;z-index:100020;background-color:rgba(201,143,243,0.25);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;height:0.125rem;width:12.5rem;top:2.1875rem;left:46.5625rem;display:block; }
#AkfQoxmp9eNLZzKTpKcloS4cDPQHFka2 { position:absolute;display:block;z-index:100021;background-color:rgba(201,143,243,0.25);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;height:0.125rem;width:12.5rem;top:2.1875rem;left:1.1875rem;display:block; }
#lTS8C37FmhuQeoZ5Eew9xtKwsusWFQ3o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lTS8C37FmhuQeoZ5Eew9xtKwsusWFQ3o > .row .container { background-color: transparent; background-image: none; }#lTS8C37FmhuQeoZ5Eew9xtKwsusWFQ3o::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lTS8C37FmhuQeoZ5Eew9xtKwsusWFQ3o > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lTS8C37FmhuQeoZ5Eew9xtKwsusWFQ3o > .row .container > .video-iframe-container { display: none; }#lTS8C37FmhuQeoZ5Eew9xtKwsusWFQ3o > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lTS8C37FmhuQeoZ5Eew9xtKwsusWFQ3o > .row > .video-iframe-container { display: none; }#lTS8C37FmhuQeoZ5Eew9xtKwsusWFQ3o > .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); }#lTS8C37FmhuQeoZ5Eew9xtKwsusWFQ3o > .row .container { border-width: 0; border-radius: 0; }#lTS8C37FmhuQeoZ5Eew9xtKwsusWFQ3o > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:60rem;position:relative;display:block; }#ZD25gL3mnD9JxXtG6gGkXkp3PDcstlF3 { position:absolute;display:block;z-index:100055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1db3c5ac-b7eb-496d-a831-0244293ff349/1597308645849advancedillustratoredit.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:1.4375rem;left:1.21875rem;display:block; }#ZD25gL3mnD9JxXtG6gGkXkp3PDcstlF3.adaptive-delivery-prevent-bg, #ZD25gL3mnD9JxXtG6gGkXkp3PDcstlF3.lazyload, #ZD25gL3mnD9JxXtG6gGkXkp3PDcstlF3.lazyloading { background-image: none; }
#RMes3s7NNgyEG0C4Uz5QGdcn2eyGJTKx { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:1.625rem;left:15rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iF0ySs56NtD7F71iRLRgf6PkUmU1NNUS { color:#747272;display:block;width:14rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100055;line-height:1.3;letter-spacing:0;top:4.55078125rem;left:15rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FCVnVUgXKfUUbZF27g5uLTJbPnqIyuM1 { color:#747272;display:block;width:14rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100059;line-height:1.3;letter-spacing:0;top:5.0625rem;left:44.875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lhuxVwVf4o9FuafF3dsl67XX0Cw9CoV1 { position:absolute;display:block;z-index:100059;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c3036e48-2f5e-4a2a-a7fb-c091e0686a7d/1587911507167Premierepro101.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:1.4375rem;left:31.0625rem;display:block; }#lhuxVwVf4o9FuafF3dsl67XX0Cw9CoV1.adaptive-delivery-prevent-bg, #lhuxVwVf4o9FuafF3dsl67XX0Cw9CoV1.lazyload, #lhuxVwVf4o9FuafF3dsl67XX0Cw9CoV1.lazyloading { background-image: none; }
#XuXClCaXXgKTOAhBZPhNJk3GTzW6FA43 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;top:1.3125rem;left:44.875rem;height:3.6556rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SIx3WwvSTC5gKKVgsd2a3MNRCWqctzTR { color:#747272;display:block;width:14rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100059;line-height:1.3;letter-spacing:0;top:13.625rem;left:14.875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mbN5B8TK5X6IxBMeEBEpwvC3nMqBuR8p { position:absolute;display:block;z-index:100059;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/10ac90dd-4755-471c-9c31-42ebb05b8eff/1584956964604WordpressPageBuilder.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:9.9375rem;left:1.125rem;display:block; }#mbN5B8TK5X6IxBMeEBEpwvC3nMqBuR8p.adaptive-delivery-prevent-bg, #mbN5B8TK5X6IxBMeEBEpwvC3nMqBuR8p.lazyload, #mbN5B8TK5X6IxBMeEBEpwvC3nMqBuR8p.lazyloading { background-image: none; }
#IWFGKaAm2sSAu3L9WQawJSJCzRky013K { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;top:9.875rem;left:14.875rem;height:3.6556rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rtAHZ9tud2rkXWDcuRTmS5E1eQM6wioe { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100055;text-align:center;text-align-last:center;top:6.125rem;left:15rem;display:block; }
#T8P0NIXqGTDrgleArmm2GkQDKJlqaXf3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iU1SQqZxp29nRDZT57ffRKtBAIFbcSo7 { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:6.1875rem;left:44.875rem;display:block; }
#InTMiPISyRM1KZRnektg22BtEFf44kLx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bdITW8AWEnHfzIb8ifvZ8CrnhbdscM0P { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:14.8125rem;left:15rem;display:block; }
#IROgtrPM51L3MbwDyxvz9PC54KVR8Bdg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#I8i4WZ97uAzZkxZ132LbqQzVTRaSAr7l { position:absolute;display:block;z-index:100064;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/96828971-db20-4215-b695-4295f11a555b/8c05210b3dade4f7a4d38f78270d60f833211de5267320e1a8a1413ab6c3f1d3562c49c46d0294f48cf77fd60c8751b87112d664ef4bffd2a77a59da9defb363d2d472f5a7765a8c8309a941b0b383f5fc03365b35b4d48dce38");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:10.1875rem;left:31.25rem;display:block; }#I8i4WZ97uAzZkxZ132LbqQzVTRaSAr7l.adaptive-delivery-prevent-bg, #I8i4WZ97uAzZkxZ132LbqQzVTRaSAr7l.lazyload, #I8i4WZ97uAzZkxZ132LbqQzVTRaSAr7l.lazyloading { background-image: none; }
#SHnwN9PgEyegL70I6UqoIUbdFg2QuVLM { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:11.25rem;left:45.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RX7lTfCS517DuQ59FLzv5RBQLqG3NuvQ { color:#fdfdfd;display:block;width:10.4375rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100066;line-height:1.3;letter-spacing:0;top:11.4375rem;left:32.4375rem;height:4.54969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mMgZ6J7UEXCcEiuPEC4zFHzaUTFWnRiO { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:6.4375rem;left:15rem;display:none; }
#wrxbw9onJZ6JJ3UraeO5kVHUVxV6TS4g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qXwb5WZtTFFtF8SEqq00shzhFEd66ltF { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:6.4375rem;left:15rem;display:none; }
#WdfNuprPPLyTquhguD4xviZ7XPnEJgCK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bhE8qs5B9IArr12GRpyDKvscf0yJ53GE { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:6.4375rem;left:15rem;display:none; }
#aEIn496WX0aOv5cdLTgWs3vT53u08Uel { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#E57HVT3g0XHKXhOM12vzq9WwGLn9TWEu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#E57HVT3g0XHKXhOM12vzq9WwGLn9TWEu > .row .container { background-color: transparent; background-image: none; }#E57HVT3g0XHKXhOM12vzq9WwGLn9TWEu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E57HVT3g0XHKXhOM12vzq9WwGLn9TWEu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E57HVT3g0XHKXhOM12vzq9WwGLn9TWEu > .row .container > .video-iframe-container { display: none; }#E57HVT3g0XHKXhOM12vzq9WwGLn9TWEu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E57HVT3g0XHKXhOM12vzq9WwGLn9TWEu > .row > .video-iframe-container { display: none; }#E57HVT3g0XHKXhOM12vzq9WwGLn9TWEu > .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); }#E57HVT3g0XHKXhOM12vzq9WwGLn9TWEu > .row .container { border-width: 0; border-radius: 0; }#E57HVT3g0XHKXhOM12vzq9WwGLn9TWEu > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#vfziQv6ndi6asHxfhHNgtxLe7WQ7pXZr { color:#000000;display:block;width:60rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:1.375rem;left:0rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n5U3lvDhP3eBBXxEpAdTKTOiionTJTzv { position:absolute;display:block;z-index:100022;background-color:rgba(201,143,243,0.25);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;height:0.125rem;width:9.375rem;top:2.1875rem;left:49.125rem;display:block; }
#GzxRud1T3dTSWfRlJSogQBCIREflWOUW { position:absolute;display:block;z-index:100023;background-color:rgba(201,143,243,0.25);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;height:0.125rem;width:9.375rem;top:2.1875rem;left:1.25rem;display:block; }
#EcCO7miJrfQJXz6gABvufKVTMhvBi8qx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#EcCO7miJrfQJXz6gABvufKVTMhvBi8qx > .row .container { background-color: transparent; background-image: none; }#EcCO7miJrfQJXz6gABvufKVTMhvBi8qx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EcCO7miJrfQJXz6gABvufKVTMhvBi8qx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EcCO7miJrfQJXz6gABvufKVTMhvBi8qx > .row .container > .video-iframe-container { display: none; }#EcCO7miJrfQJXz6gABvufKVTMhvBi8qx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EcCO7miJrfQJXz6gABvufKVTMhvBi8qx > .row > .video-iframe-container { display: none; }#EcCO7miJrfQJXz6gABvufKVTMhvBi8qx > .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); }#EcCO7miJrfQJXz6gABvufKVTMhvBi8qx > .row .container { border-width: 0; border-radius: 0; }#EcCO7miJrfQJXz6gABvufKVTMhvBi8qx > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#qDeiAsAQDhiJKSFmUf8vuoue4CFxkkR4 { position:absolute;display:block;z-index:100055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2573703b-9115-439f-b2c5-92cc8463be73/1600149041789rsz_motion1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:1.75rem;left:1.21875rem;display:block; }#qDeiAsAQDhiJKSFmUf8vuoue4CFxkkR4.adaptive-delivery-prevent-bg, #qDeiAsAQDhiJKSFmUf8vuoue4CFxkkR4.lazyload, #qDeiAsAQDhiJKSFmUf8vuoue4CFxkkR4.lazyloading { background-image: none; }
#QhiIZgb36GB67R9ziE4HGPNZKfv2g4fV { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:1.6875rem;left:15rem;height:3.6556rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uWfdE5Lmo9VTP7LTA9cyIgka5nh2fmV6 { color:#747272;display:block;width:14rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100055;line-height:1.3;letter-spacing:0;top:5.30078125rem;left:15rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PUgtWZG7ev5BggVPOt1iFgV6N6VCSi8U { position:absolute;display:block;z-index:100059;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/96828971-db20-4215-b695-4295f11a555b/8c05210b3dade4f7a4d38f78270d60f833211de5267320e1a8a1413ab6c3f1d3562c49c46d0294f48cf77fd60c8751b87112d664ef4bffd2a77a59da9defb363d2d472f5a7765a8c8309a941b0b383f5fc03365b35b4d48dce38");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:1.75rem;left:31.0625rem;display:block; }#PUgtWZG7ev5BggVPOt1iFgV6N6VCSi8U.adaptive-delivery-prevent-bg, #PUgtWZG7ev5BggVPOt1iFgV6N6VCSi8U.lazyload, #PUgtWZG7ev5BggVPOt1iFgV6N6VCSi8U.lazyloading { background-image: none; }
#g6ThkH6XInGOl0Zz72SnoT6ZQd51A6Gn { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;top:2.96875rem;left:45.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KQzyCDFCxFxhId2bQTTapTeMibl9sPgI { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:6.5rem;left:15rem;display:block; }
#PiHtqFEmxLP06DXs3N8ie2e8KxlEPlgQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#k6smU7zxpPBOIvn1ifCi29DIMoBitzct { color:#fdfdfd;display:block;width:10.4375rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:3.005859375rem;left:32.21875rem;height:4.54969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W8IpxK5VybTPAGDxqgGV3ohvWgV3TqyX { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:6.4375rem;left:15rem;display:none; }
#WBWuIpqfoWenVrVHhlL5DJy4x0Im4DL6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eue6yfw8Che4tDHTmkHmEfZTIox3rCPx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#eue6yfw8Che4tDHTmkHmEfZTIox3rCPx > .row .container { background-color: transparent; background-image: none; }#eue6yfw8Che4tDHTmkHmEfZTIox3rCPx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eue6yfw8Che4tDHTmkHmEfZTIox3rCPx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eue6yfw8Che4tDHTmkHmEfZTIox3rCPx > .row .container > .video-iframe-container { display: none; }#eue6yfw8Che4tDHTmkHmEfZTIox3rCPx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eue6yfw8Che4tDHTmkHmEfZTIox3rCPx > .row > .video-iframe-container { display: none; }#eue6yfw8Che4tDHTmkHmEfZTIox3rCPx > .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); }#eue6yfw8Che4tDHTmkHmEfZTIox3rCPx > .row .container { border-width: 0; border-radius: 0; }#eue6yfw8Che4tDHTmkHmEfZTIox3rCPx > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#nSp3CFFxedhrcDaPVKLVN1fGPyWeAN5D { color:#000000;display:block;width:60rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:1.375rem;left:0rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mHRDWQpwAtBBn0q64478XDscDMvIehxa { position:absolute;display:block;z-index:100024;background-color:rgba(201,143,243,0.25);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;height:0.125rem;width:12.5rem;top:2.1875rem;left:46.5625rem;display:block; }
#nmQGH8V942ZOn3Zzt8316ECxV1xxtEHW { position:absolute;display:block;z-index:100025;background-color:rgba(201,143,243,0.25);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;height:0.125rem;width:12.5rem;top:2.1875rem;left:1.1875rem;display:block; }
#UPQInXnbb5Ed3gqO5vFNVFixTODuPnD2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UPQInXnbb5Ed3gqO5vFNVFixTODuPnD2 > .row .container { background-color: transparent; background-image: none; }#UPQInXnbb5Ed3gqO5vFNVFixTODuPnD2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UPQInXnbb5Ed3gqO5vFNVFixTODuPnD2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UPQInXnbb5Ed3gqO5vFNVFixTODuPnD2 > .row .container > .video-iframe-container { display: none; }#UPQInXnbb5Ed3gqO5vFNVFixTODuPnD2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UPQInXnbb5Ed3gqO5vFNVFixTODuPnD2 > .row > .video-iframe-container { display: none; }#UPQInXnbb5Ed3gqO5vFNVFixTODuPnD2 > .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); }#UPQInXnbb5Ed3gqO5vFNVFixTODuPnD2 > .row .container { border-width: 0; border-radius: 0; }#UPQInXnbb5Ed3gqO5vFNVFixTODuPnD2 > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#zQ3J3Bu6sXGkaRrzPu7KbZQQvAtdLz78 { position:absolute;display:block;z-index:100055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/96828971-db20-4215-b695-4295f11a555b/8c05210b3dade4f7a4d38f78270d60f833211de5267320e1a8a1413ab6c3f1d3562c49c46d0294f48cf77fd60c8751b87112d664ef4bffd2a77a59da9defb363d2d472f5a7765a8c8309a941b0b383f5fc03365b35b4d48dce38");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:1.75rem;left:1.21875rem;display:block; }#zQ3J3Bu6sXGkaRrzPu7KbZQQvAtdLz78.adaptive-delivery-prevent-bg, #zQ3J3Bu6sXGkaRrzPu7KbZQQvAtdLz78.lazyload, #zQ3J3Bu6sXGkaRrzPu7KbZQQvAtdLz78.lazyloading { background-image: none; }
#ZONsGz8qMecTGfc5LaxceEMpiy8lQJid { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:3.005859375rem;left:14.875rem;height:2.43706875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kyZfFXXBFBLvAQytE2dIQgromLGhl82k { color:#fdfdfd;display:block;width:10.4375rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:3.005859375rem;left:2.375rem;height:4.54969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q6zaqBQDq3RE2eIrswCCe6h2vBzDssuZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#q6zaqBQDq3RE2eIrswCCe6h2vBzDssuZ > .row .container { background-color: transparent; background-image: none; }#q6zaqBQDq3RE2eIrswCCe6h2vBzDssuZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q6zaqBQDq3RE2eIrswCCe6h2vBzDssuZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q6zaqBQDq3RE2eIrswCCe6h2vBzDssuZ > .row .container > .video-iframe-container { display: none; }#q6zaqBQDq3RE2eIrswCCe6h2vBzDssuZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q6zaqBQDq3RE2eIrswCCe6h2vBzDssuZ > .row > .video-iframe-container { display: none; }#q6zaqBQDq3RE2eIrswCCe6h2vBzDssuZ > .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); }#q6zaqBQDq3RE2eIrswCCe6h2vBzDssuZ > .row .container { border-width: 0; border-radius: 0; }#q6zaqBQDq3RE2eIrswCCe6h2vBzDssuZ > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#TdfOUzz2VEdrfxq3PBQTFZkHvPkPZROx { color:#000000;display:block;width:60rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:1.375rem;left:0rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QPZHPq0zffSu3bTZPGs3wPRSZUhZJxW5 { position:absolute;display:block;z-index:100026;background-color:rgba(201,143,243,0.25);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;height:0.125rem;width:11.25rem;top:2.1875rem;left:47.8125rem;display:block; }
#EiT3bGcEZkTUlQbpx0DrwAuQ9Wyymwwn { position:absolute;display:block;z-index:100027;background-color:rgba(201,143,243,0.25);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;height:0.125rem;width:11.25rem;top:2.1875rem;left:1.125rem;display:block; }
#b9R68SoyymT7651usFiwtznRDtFErU6f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#b9R68SoyymT7651usFiwtznRDtFErU6f > .row .container { background-color: transparent; background-image: none; }#b9R68SoyymT7651usFiwtznRDtFErU6f::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b9R68SoyymT7651usFiwtznRDtFErU6f > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b9R68SoyymT7651usFiwtznRDtFErU6f > .row .container > .video-iframe-container { display: none; }#b9R68SoyymT7651usFiwtznRDtFErU6f > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b9R68SoyymT7651usFiwtznRDtFErU6f > .row > .video-iframe-container { display: none; }#b9R68SoyymT7651usFiwtznRDtFErU6f > .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); }#b9R68SoyymT7651usFiwtznRDtFErU6f > .row .container { border-width: 0; border-radius: 0; }#b9R68SoyymT7651usFiwtznRDtFErU6f > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#TaM2RKXf6mo9r44VvgSAemeQnIm5L52x { position:absolute;display:block;z-index:100055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/96828971-db20-4215-b695-4295f11a555b/8c05210b3dade4f7a4d38f78270d60f833211de5267320e1a8a1413ab6c3f1d3562c49c46d0294f48cf77fd60c8751b87112d664ef4bffd2a77a59da9defb363d2d472f5a7765a8c8309a941b0b383f5fc03365b35b4d48dce38");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:1.75rem;left:1.21875rem;display:block; }#TaM2RKXf6mo9r44VvgSAemeQnIm5L52x.adaptive-delivery-prevent-bg, #TaM2RKXf6mo9r44VvgSAemeQnIm5L52x.lazyload, #TaM2RKXf6mo9r44VvgSAemeQnIm5L52x.lazyloading { background-image: none; }
#lH9IzWhWDuAoZCuJ0TyetysQgmw9Isfo { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:3.005859375rem;left:14.9375rem;height:2.43706875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c9U0yD19DsgTIbNB6kUdF1gdmF3I85a0 { color:#fdfdfd;display:block;width:10.4375rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100063;line-height:1.3;letter-spacing:0;top:3.005859375rem;left:2.375rem;height:4.54969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ONGF4Mzl8rZ67J3PFrltpGuT4x8eE0Nw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ONGF4Mzl8rZ67J3PFrltpGuT4x8eE0Nw > .row .container { background-color: transparent; background-image: none; }#ONGF4Mzl8rZ67J3PFrltpGuT4x8eE0Nw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ONGF4Mzl8rZ67J3PFrltpGuT4x8eE0Nw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ONGF4Mzl8rZ67J3PFrltpGuT4x8eE0Nw > .row .container > .video-iframe-container { display: none; }#ONGF4Mzl8rZ67J3PFrltpGuT4x8eE0Nw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ONGF4Mzl8rZ67J3PFrltpGuT4x8eE0Nw > .row > .video-iframe-container { display: none; }#ONGF4Mzl8rZ67J3PFrltpGuT4x8eE0Nw > .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); }#ONGF4Mzl8rZ67J3PFrltpGuT4x8eE0Nw > .row .container { border-width: 0; border-radius: 0; }#ONGF4Mzl8rZ67J3PFrltpGuT4x8eE0Nw > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#xdNJDyVPLOcm1oy09BeNkAci7zUw5CFs { color:#000000;display:block;width:60rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:1.375rem;left:0rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#US57hII28TBMyltTfkmmDOmwZf1KgMwi { position:absolute;display:block;z-index:100028;background-color:rgba(201,143,243,0.25);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;height:0.125rem;width:11.25rem;top:2.1875rem;left:47.75rem;display:block; }
#fM1UmZOJ3CdgazsN0RI6WTIvhn9pfRKn { position:absolute;display:block;z-index:100029;background-color:rgba(201,143,243,0.25);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;height:0.125rem;width:11.25rem;top:2.1875rem;left:1.0625rem;display:block; }
#WRf8uJ4w0ydrPbOiR1ivokgqWsdsgzJI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WRf8uJ4w0ydrPbOiR1ivokgqWsdsgzJI > .row .container { background-color: transparent; background-image: none; }#WRf8uJ4w0ydrPbOiR1ivokgqWsdsgzJI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WRf8uJ4w0ydrPbOiR1ivokgqWsdsgzJI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WRf8uJ4w0ydrPbOiR1ivokgqWsdsgzJI > .row .container > .video-iframe-container { display: none; }#WRf8uJ4w0ydrPbOiR1ivokgqWsdsgzJI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WRf8uJ4w0ydrPbOiR1ivokgqWsdsgzJI > .row > .video-iframe-container { display: none; }#WRf8uJ4w0ydrPbOiR1ivokgqWsdsgzJI > .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); }#WRf8uJ4w0ydrPbOiR1ivokgqWsdsgzJI > .row .container { border-width: 0; border-radius: 0; }#WRf8uJ4w0ydrPbOiR1ivokgqWsdsgzJI > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#WS7BSAoVHtwdZFJkkIieEpR3dcqlTxvH { position:absolute;display:block;z-index:100055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/96828971-db20-4215-b695-4295f11a555b/8c05210b3dade4f7a4d38f78270d60f833211de5267320e1a8a1413ab6c3f1d3562c49c46d0294f48cf77fd60c8751b87112d664ef4bffd2a77a59da9defb363d2d472f5a7765a8c8309a941b0b383f5fc03365b35b4d48dce38");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:1.75rem;left:1.21875rem;display:block; }#WS7BSAoVHtwdZFJkkIieEpR3dcqlTxvH.adaptive-delivery-prevent-bg, #WS7BSAoVHtwdZFJkkIieEpR3dcqlTxvH.lazyload, #WS7BSAoVHtwdZFJkkIieEpR3dcqlTxvH.lazyloading { background-image: none; }
#h8vDarVVIOFEDaarTawaeVDgTqDn0Rfq { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:3.15625rem;left:14.875rem;height:1.21853125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iEd7yzL600uAgXJvdnseRhwSLm9e4GBy { position:absolute;display:block;z-index:100059;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/96828971-db20-4215-b695-4295f11a555b/8c05210b3dade4f7a4d38f78270d60f833211de5267320e1a8a1413ab6c3f1d3562c49c46d0294f48cf77fd60c8751b87112d664ef4bffd2a77a59da9defb363d2d472f5a7765a8c8309a941b0b383f5fc03365b35b4d48dce38");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:1.75rem;left:31.0625rem;display:block; }#iEd7yzL600uAgXJvdnseRhwSLm9e4GBy.adaptive-delivery-prevent-bg, #iEd7yzL600uAgXJvdnseRhwSLm9e4GBy.lazyload, #iEd7yzL600uAgXJvdnseRhwSLm9e4GBy.lazyloading { background-image: none; }
#fcZkthQ9HI5eBp4sANITX99ctIFlObZ6 { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;top:3.15625rem;left:45.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtrKX6glWvVht1FiHJNE4ZPUxvM3Otcv { color:#fdfdfd;display:block;width:10.4375rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:3.005859375rem;left:2.375rem;height:4.54969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H0DcK9w2DGc5gB7UcFMTlIQcKsSgB5ax { color:#fdfdfd;display:block;width:10.4375rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100065;line-height:1.3;letter-spacing:0;top:3.005859375rem;left:32.21875rem;height:4.54969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UR7U4TMyiwUdDl7kZAQogltq9UCmseLr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UR7U4TMyiwUdDl7kZAQogltq9UCmseLr > .row .container { background-color: transparent; background-image: none; }#UR7U4TMyiwUdDl7kZAQogltq9UCmseLr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UR7U4TMyiwUdDl7kZAQogltq9UCmseLr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UR7U4TMyiwUdDl7kZAQogltq9UCmseLr > .row .container > .video-iframe-container { display: none; }#UR7U4TMyiwUdDl7kZAQogltq9UCmseLr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UR7U4TMyiwUdDl7kZAQogltq9UCmseLr > .row > .video-iframe-container { display: none; }#UR7U4TMyiwUdDl7kZAQogltq9UCmseLr > .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); }#UR7U4TMyiwUdDl7kZAQogltq9UCmseLr > .row .container { border-width: 0; border-radius: 0; }#UR7U4TMyiwUdDl7kZAQogltq9UCmseLr > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#ZlxAGzzHNPnSwpXy8GH9ShnAfkOuKHC0 { color:#000000;display:block;width:60rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:1.375rem;left:0rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U7pZ1meVUHwGcTGVcEHNcxsZNIq21pNg { position:absolute;display:block;z-index:100031;background-color:rgba(201,143,243,0.25);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;height:0.125rem;width:6.25rem;top:2.1875rem;left:0.875rem;display:block; }
#PS6mkBPI99DnRgEac5HKDxgAXIUOzPRy { position:absolute;display:block;z-index:100030;background-color:rgba(201,143,243,0.25);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;height:0.125rem;width:6.25rem;top:2.1875rem;left:52.5rem;display:block; }
#scKrpzQnCEwRPmN2IXKdpiw6TweG3GdG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#scKrpzQnCEwRPmN2IXKdpiw6TweG3GdG > .row .container { background-color: transparent; background-image: none; }#scKrpzQnCEwRPmN2IXKdpiw6TweG3GdG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#scKrpzQnCEwRPmN2IXKdpiw6TweG3GdG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#scKrpzQnCEwRPmN2IXKdpiw6TweG3GdG > .row .container > .video-iframe-container { display: none; }#scKrpzQnCEwRPmN2IXKdpiw6TweG3GdG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#scKrpzQnCEwRPmN2IXKdpiw6TweG3GdG > .row > .video-iframe-container { display: none; }#scKrpzQnCEwRPmN2IXKdpiw6TweG3GdG > .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); }#scKrpzQnCEwRPmN2IXKdpiw6TweG3GdG > .row .container { border-width: 0; border-radius: 0; }#scKrpzQnCEwRPmN2IXKdpiw6TweG3GdG > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#JQvL4Hk1kZa6eTGxuFpKAkvzorH84CBm { position:absolute;display:block;z-index:100055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/96828971-db20-4215-b695-4295f11a555b/8c05210b3dade4f7a4d38f78270d60f833211de5267320e1a8a1413ab6c3f1d3562c49c46d0294f48cf77fd60c8751b87112d664ef4bffd2a77a59da9defb363d2d472f5a7765a8c8309a941b0b383f5fc03365b35b4d48dce38");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:6.9375rem;width:12.75rem;top:1.75rem;left:1.21875rem;display:block; }#JQvL4Hk1kZa6eTGxuFpKAkvzorH84CBm.adaptive-delivery-prevent-bg, #JQvL4Hk1kZa6eTGxuFpKAkvzorH84CBm.lazyload, #JQvL4Hk1kZa6eTGxuFpKAkvzorH84CBm.lazyloading { background-image: none; }
#T8uDDm0PuULDWsQ45T59utzi2QPmZRrx { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:3.005859375rem;left:14.75rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AmNE15Jw0ETm1B8paIXeThV30WsJipX4 { color:#fdfdfd;display:block;width:10.4375rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100066;line-height:1.3;letter-spacing:0;top:3.005859375rem;left:2.375rem;height:4.54969375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC > .row .container { background-color: transparent; background-image: none; }#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC > .row .container > .video-iframe-container { display: none; }#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC > .row > .video-iframe-container { display: none; }#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC > .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); }#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC > .row .container { border-width: 0; border-radius: 0; }#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:60rem;position:relative;display:block; }#H62UWktc5TRcN3OGDyUzTohoA2Dl2g7o { background-color:#ffbe00;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:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.5rem;text-decoration:none;z-index:100047;text-align:center;text-align-last:center;top:1.90625rem;left:23.8125rem;display:block; }
#kLO7TpssDyH0UlM8JOHho63Nval6WDWq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(249,249,249,0.54);background-image:url("https://images.assets-landingi.com/uc/a3bd615a-1901-4865-af5d-2b772a500a19/LandingPage13.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd.adaptive-delivery-prevent-bg, #wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd.lazyload, #wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd.lazyloading { background-image: none; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row .container { background-color: transparent; background-image: none; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row .container > .video-iframe-container { display: none; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row > .video-iframe-container { display: none; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .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); }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row .container { border-width: 0; border-radius: 0; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:60rem;position:relative;display:block; }#fMKAneDNtO8Etf9HMen6CnL5bp8cKVbJ { position:absolute;display:block;z-index:100004;background-color:#ffffff;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.59) ;height:16rem;width:28.75rem;top:12rem;left:15.625rem;display:block; }
#qcCRDvFiFMrXxIP6FvGhMIaaQT0yefS7 { color:#400068;display:block;width:30.5625rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100008;line-height:1;letter-spacing:0;top:6.2453124523163rem;left:14.687501907349rem;height:2.62478125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hdohkHQrhaNngMCbKyXMMMNTNSryFiUX { color:#9c51d3;display:block;width:22.125rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100005;line-height:1.9;letter-spacing:0;top:14.625rem;left:20rem;height:8.96821875rem;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; }
#kh3Urc5Jksq9cRw96Lw6VaAyVnTK1zPE { box-sizing:content-box;color:#9c51d3;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:14.625rem;left:18.125rem;display:block; }
#fRM1JUeVTcUrdJEc8QQUDTwMPb5T8Wpn { box-sizing:content-box;color:#9c51d3;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:16.4375rem;left:18.125rem;display:block; }
#gsVyseLP6tGbuZX75hfTsiQp6h6owdR1 { box-sizing:content-box;color:#9c51d3;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:18.25rem;left:18.125rem;display:block; }
#MZamoFsMODP7rX6STRiVXJyI2Swk6fah { box-sizing:content-box;color:#9c51d3;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:19.9375rem;left:18.125rem;display:block; }
#oROci444d8RZJwOWtKLnir62GLZQxP0d { box-sizing:content-box;color:#9c51d3;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:21.875rem;left:18.125rem;display:block; }
#nbxMBhS0QGaVDelONAgeXZ4rfy4cCnmh { color:#9c51d3;display:block;width:21.125rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.9;letter-spacing:0;top:16.574996948243rem;left:35.250001907349rem;height:0;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:none; }
#TDpIqHxfTAIwAiNzICZSk0iPkTmTvfWP { box-sizing:content-box;color:#9c51d3;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:16.5rem;left:33.187501907349rem;display:none; }
#coTP5TGugWauR70ArFIc29T1AnFG8QSq { box-sizing:content-box;color:#9c51d3;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:18.3125rem;left:33.187501907349rem;display:none; }
#TIhowCPxoAoklts6vhXo9WRQ1eM2b5IR { box-sizing:content-box;color:#9c51d3;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:20.125rem;left:33.187501907349rem;display:none; }
#VZ3zmgy1t1xpdDsUeCEEXTfZO4FXesvA { box-sizing:content-box;color:#9c51d3;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:21.875rem;left:33.187501907349rem;display:none; }
#oiTEZ4DvNdE59MoJWMqtAVQx8W2qmiKZ { position:absolute;display:block;z-index:100005;background-color:#ffffff;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.59) ;height:16rem;width:28.75rem;top:12.25rem;left:30.375001907349rem;display:none; }
#n40GyAA0ddTgyQ5AVuNyJ6fC8O2TH1Et { box-sizing:content-box;color:#9c51d3;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:18.25rem;left:33.1875rem;display:none; }
#dC8VIIunWTsoLWu2hmEzOoOcw7V9ou3f { box-sizing:content-box;color:#9c51d3;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:18.25rem;left:33.1875rem;display:none; }
#SRg3f3KVJK4mGVzu9TPkDWZTEe65v9Hf { box-sizing:content-box;color:#9c51d3;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:18.25rem;left:33.1875rem;display:none; }
#tGUn7FSXwsTfqRy7DDCf7oPAraiHLQDU { box-sizing:content-box;color:#9c51d3;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:20.0625rem;left:2.5625rem;display:none; }
#elVNExrm1erTSVWQTB4wE6M09AaDBHLs { box-sizing:content-box;color:#9c51d3;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:20.0625rem;left:2.5625rem;display:none; }
#xchbX5tDvVdpsc6Nl0dS0DpbPo4CPsM3 { box-sizing:content-box;color:#9c51d3;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:20.0625rem;left:2.5625rem;display:none; }
#s4A8ikDVLKlbx6QwtHNNcwXzN8euiUo1 { box-sizing:content-box;color:#9c51d3;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:20.0625rem;left:2.5625rem;display:none; }
#qL2aK8fxhkdLwrOSIF8h4LdimvuhZoqk { position:absolute;display:block;z-index:100004;background-color:#ffffff;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.59) ;height:16rem;width:28.75rem;top:8.4375rem;left:0.6875rem;display:none; }
#z8XuAlSBLIfHKaCdTmAIXwv38acKBRTP { position:absolute;display:block;z-index:100005;background-color:rgba(201,143,243,0.25);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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:3.75rem;width:39.3125rem;top:5.6826171875rem;left:10.125rem;display:block; }
#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row .container { background-color: transparent; background-image: none; }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row .container > .video-iframe-container { display: none; }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row > .video-iframe-container { display: none; }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .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); }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row .container { border-width: 0; border-radius: 0; }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:60rem;position:relative;display:block; }#RKi17bKymdv1ib4WE5CtBMNWJE4aDtnJ { color:#400068;display:block;width:38.9375rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:400;z-index:100005;line-height:1;letter-spacing:0;top:7.9375rem;left:10.53125rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rsEdVItUC6skfp7tN4IRZ8yCiMWCLcif { color:#400068;display:block;width:38.75rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:4rem;left:11.5625rem;height:2.62478125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dsci0dQu3i9pUwXMxs8ug2PR8ipavfsD { position:absolute;display:block;z-index:100004;background-color:rgba(201,143,243,0.25);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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:3.75rem;width:49.875rem;top:3.4375rem;left:5.0625rem;display:block; }
#En1SOz1MX7Mog3ePv96ybCyUbTKssfQ2 { position:absolute;display:block;z-index:100063;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9b1e97c6-3663-4dbd-a80c-b04d1da9a095/Benjanartedit2768x432.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:13.375rem;width:23.3125rem;top:25.9375rem;left:6.4375rem;display:block; }#En1SOz1MX7Mog3ePv96ybCyUbTKssfQ2.adaptive-delivery-prevent-bg, #En1SOz1MX7Mog3ePv96ybCyUbTKssfQ2.lazyload, #En1SOz1MX7Mog3ePv96ybCyUbTKssfQ2.lazyloading { background-image: none; }
#fhtuvCLml7BhDNZnQRvk4cGVqvqvIEkd { position:absolute;display:block;z-index:100064;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fe082896-1f95-4282-be11-675d93d43a58/768x432.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:13.375rem;width:23.3125rem;top:25.9375rem;left:31.6875rem;display:block; }#fhtuvCLml7BhDNZnQRvk4cGVqvqvIEkd.adaptive-delivery-prevent-bg, #fhtuvCLml7BhDNZnQRvk4cGVqvqvIEkd.lazyload, #fhtuvCLml7BhDNZnQRvk4cGVqvqvIEkd.lazyloading { background-image: none; }
#Az0HTTvpObw0bPAFXsDNpA4nnPKM5gp5 { position:absolute;display:block;z-index:100065;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/98d4140d-c901-4ad1-9fb2-2f245880f51b/edit768x432.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:13.375rem;width:23.3125rem;top:11.6875rem;left:31.6875rem;display:block; }#Az0HTTvpObw0bPAFXsDNpA4nnPKM5gp5.adaptive-delivery-prevent-bg, #Az0HTTvpObw0bPAFXsDNpA4nnPKM5gp5.lazyload, #Az0HTTvpObw0bPAFXsDNpA4nnPKM5gp5.lazyloading { background-image: none; }
#iKWAgSkF0ogC7EBvoiNWOqiV570kJpRw { position:absolute;display:block;z-index:100066;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e04e66d1-12d3-46f7-921d-4d71c3f625c4/edit768x432.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.1875rem rgba(0,0,0,0.5) ;height:13.375rem;width:23.3125rem;top:11.6875rem;left:6.4375rem;display:block; }#iKWAgSkF0ogC7EBvoiNWOqiV570kJpRw.adaptive-delivery-prevent-bg, #iKWAgSkF0ogC7EBvoiNWOqiV570kJpRw.lazyload, #iKWAgSkF0ogC7EBvoiNWOqiV570kJpRw.lazyloading { background-image: none; }
#uZQCPXqUAHvfnIhrMLCzgTBKlfbb60y6 { background-color:#400068;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#f8fcff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:2.5625rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:41.0625rem;left:23.90625rem;display:block; }
#MAwtWZ1O4z27OZbtSoMct4wWLdmqE8Hd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#glCai0B6BzAl2Vzn1yX4R9VfThNvuO4J { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#f8fcff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.375rem;height:13.4375rem;text-decoration:none;z-index:100067;text-align:center;text-align-last:center;top:11.6875rem;left:6.4375rem;display:block; }
#JiJqNy4eZin7htZvhRk6AnFSvWCXBTt2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VT7W5Tb5lpozpal7Gzuhqq0fL73U4boJ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#f8fcff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.375rem;height:13.4375rem;text-decoration:none;z-index:100068;text-align:center;text-align-last:center;top:11.65625rem;left:31.625rem;display:block; }
#v48TK5Frr0B30gKO9Co0TXp27pD1cSiD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bwfIT81Ak9hAKdVIcZd1mPcNuGwkTnxb { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#f8fcff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.375rem;height:13.4375rem;text-decoration:none;z-index:100069;text-align:center;text-align-last:center;top:25.90625rem;left:6.40625rem;display:block; }
#FUiq0wTmwdGsBQa92xnTy4sDnuEcx8Zo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HX7ZMud4gK324uAscTZX16TrnIM97nhA { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#f8fcff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.375rem;height:13.4375rem;text-decoration:none;z-index:100070;text-align:center;text-align-last:center;top:25.90625rem;left:31.625rem;display:block; }
#QpIscMCDGn09JiCIL2Dri3zJKvG348cn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 > .row .container { background-color: transparent; background-image: none; }#eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 > .row .container > .video-iframe-container { display: none; }#eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 > .row > .video-iframe-container { display: none; }#eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 > .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); }#eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 > .row .container { border-width: 0; border-radius: 0; }#eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:60rem;position:relative;display:block; }#WKqvAVJDdcgNyNfrwMpzZ4lQMeUDSdFM { color:#400068;display:block;width:48rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:3.0625rem;left:6rem;height:2.62478125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vyUczuGD0sBkfx4k6VkSKH4cng24CT2V { color:#1a1a1a;display:block;width:22.625rem;position:absolute;font-family:"db adman x";font-size:1.5rem;font-weight:400;z-index:100005;line-height:1.1;letter-spacing:0;top:15.8125rem;left:36.000001907349rem;height:21.45rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#GUZdANUm2UQvz1cXxusToarohCfmZddA { position:absolute;display:block;z-index:100006;background-color:rgba(201,143,243,0.25);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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:3.75rem;width:49.875rem;top:2.5rem;left:5.0625rem;display:block; }
#TQ3sdRqlV9kpQgirF9Tcvp3FEtQVeiy9 { color:#400068;display:block;width:38.9375rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:400;z-index:100006;line-height:1;letter-spacing:0;top:7.125rem;left:10.53125rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#izznJa129EDs1Vgl1MWHv7mpZERB9hQF { border-top:0;border-left:0;border-right:0;border-bottom:0;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:cover !important;position:relative;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 .container { font-size:0.875rem;font-family:arial;height:64.875rem;width:60rem;position:relative;display:block; }#w82oOSeUTkW2bPV6bDn6rmwLZ0e0fBZl { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.125rem 0.25rem rgba(156,81,211,0.42) ;height:16.0625rem;width:15.9375rem;top:16.875rem;left:22.0625rem;overflow:hidden;display:block; }
#xi3wA1vauRobT1XiIdfFa8udLKNckR5P { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.625rem;width:15.8125rem;top:16.9375rem;left:41rem;overflow:hidden;display:block; }
#Uz2az5pKikn1yFBwln3356zL0DgbS8r2 { position:absolute;display:block;z-index:100001;background-color:#ffffff;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 rgba(201,143,243,0.4) ;height:27.8125rem;width:17.625rem;top:0rem;left:1.9984378814698rem;display:block; }
#sqm2iO36AM34zeHXzWq25dzSwiszVCrR { color:#400068;display:block;width:15.8125rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:22.8115234375rem;left:2.904296875rem;height:4.54860625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HLEkol4Ny8Lg0nZxMWxyhHa2ZbpetEH4 { color:#400068;display:block;width:15.125rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:10.181250572204rem;left:22.437501907349rem;height:3.41145625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#enkM0cH4Z7nbTPmBN9Hpk377grN6vWfu { position:absolute;display:block;z-index:100002;background-color:#ffffff;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 rgba(201,143,243,0.4) ;height:14.625rem;width:17.625rem;top:0rem;left:21.187501907349rem;display:block; }
#l5tBvw2qVQ94nX9HADhnsKgNmJfgx4Cw { position:absolute;display:block;z-index:100002;background-color:#ffffff;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 rgba(201,143,243,0.4) ;height:14.5625rem;width:17.625rem;top:0rem;left:40.125001907349rem;display:block; }
#zxhowcLMH3HQtvvSoorezEBFBU8N3d4u { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.75rem;width:15.625rem;top:0.99921894073488rem;left:2.9984378814698rem;overflow:hidden;display:block; }
#nuOOzRtKgzKnP3vPnkRlI5CCMTmB4bRz { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:15.75rem;top:1.0000000596046rem;left:22.125001907349rem;overflow:hidden;display:block; }
#JaQx7Tr3TeZyL5HhOlvMzTfks9UnC7ap { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.375rem;width:16.625rem;top:0.49921894073486rem;left:40.625001907349rem;overflow:hidden;display:block; }
#krk00vcOGxKN76bU5nqAP8VS0Eimsr7R { color:#400068;display:block;width:15.125rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:10.262499809265rem;left:41.375001907349rem;height:3.41145625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THu58QUT1t7MSHwA5lU1z6ULf2K0FQ4p { color:#400068;display:block;width:15.125rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:33.9375rem;left:22.4375rem;height:4.5486125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ULtXvanPeeXyZ5Dpf7irvTuLkK3BiUb9 { position:absolute;display:block;z-index:100004;background-color:#ffffff;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 rgba(201,143,243,0.4) ;height:23.125rem;width:17.625rem;top:16.0625rem;left:21.1875rem;display:block; }
#kUD1AInSB33cnRgTxdtWKEMgIMb2Xciy { position:absolute;display:block;z-index:100004;background-color:#ffffff;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 rgba(201,143,243,0.4) ;height:21.25rem;width:17.625rem;top:16.0625rem;left:40.125001907349rem;display:block; }
#VeZDRlU4ML5PKIos6MN4TwsJUohLoFo2 { color:#400068;display:block;width:15.125rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:31.8125rem;left:41.375rem;height:4.5486125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D2Q4FVnpAyCVQPDRMhJNtJT4W4gQcKoB { position:absolute;display:block;z-index:100019;height:11.3125rem;width:15.9375rem;top:30.311724662781rem;left:2.9046878814698rem;display:block; }
#LTBUbfSE6LRSG4faBT4E75IBUvKae3gU { position:absolute;display:block;z-index:100020;height:11.3125rem;width:15.9375rem;top:41.1875rem;left:22.0625rem;display:block; }
#rgJcSGsBlI6PeZV1ThLy55x7TKrlf1L6 { color:#400068;display:block;width:15.125rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:42.380469322204rem;left:3.2484378814698rem;height:3.41145625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mHv5XQ5pyLe6NwTQSESaxrKTviHmMF81 { position:absolute;display:block;z-index:100002;background-color:#ffffff;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 rgba(201,143,243,0.4) ;height:18.6875rem;width:17.625rem;top:29.4365234375rem;left:1.998046875rem;display:block; }
#EKvt30dsNapyo2WLvJrtAnM6z6RSgdK6 { position:absolute;display:block;z-index:100004;background-color:#ffffff;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 rgba(201,143,243,0.4) ;height:17.75rem;width:17.625rem;top:40.3125rem;left:21.1875rem;display:block; }
#xyBOaIm2tTM4klyA4oOd2cfXT8IHTQ5E { color:#400068;display:block;width:15.125rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:53.375rem;left:22.4375rem;height:3.41145625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ST7PxCKZlK2HQ5DClzfDl7mSGKT5RZGP { background-color:#ffbe00;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:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.5rem;text-decoration:none;z-index:100048;text-align:center;text-align-last:center;top:59.824247360229rem;left:23.812501907349rem;display:block; }
#lTU6ahDCaBHt6ntVI2vxHdAPbriTwFkk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.41);background-image:none;position:relative;display:block; }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row .container { background-color: transparent; background-image: none; }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row .container > .video-iframe-container { display: none; }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row > .video-iframe-container { display: none; }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .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); }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row .container { border-width: 0; border-radius: 0; }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:60rem;position:relative;display:block; }#FT3rXOLfGNxGLnimJv0pbfOecVveEETL { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9a6894a2-e0ff-4e5f-990a-00d2970f1e4a/noroot.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:15.1875rem;width:14.375rem;top:8.125rem;left:0rem;display:block; }#FT3rXOLfGNxGLnimJv0pbfOecVveEETL.adaptive-delivery-prevent-bg, #FT3rXOLfGNxGLnimJv0pbfOecVveEETL.lazyload, #FT3rXOLfGNxGLnimJv0pbfOecVveEETL.lazyloading { background-image: none; }
#wAzTL1mnhJIKrchgzFwKcsg6GITFhbah { color:#1a1a1a;display:block;width:14.4375rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:23.375rem;left:0rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z46dFbXKHDoK3gKZ4pLGEPqtLrqy6A6J { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4aa7f91c-99c8-489f-966a-2b01da3a3075/noroot.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:15.25rem;width:13.375rem;top:8.125rem;left:15.875rem;display:block; }#z46dFbXKHDoK3gKZ4pLGEPqtLrqy6A6J.adaptive-delivery-prevent-bg, #z46dFbXKHDoK3gKZ4pLGEPqtLrqy6A6J.lazyload, #z46dFbXKHDoK3gKZ4pLGEPqtLrqy6A6J.lazyloading { background-image: none; }
#hRI1DW2KmA2WiiV9ArQU0OKRse9sAtIS { position:absolute;display:block;z-index:100005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3f25578a-f341-4bc8-add8-76a8edde2d07/Instructors.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:15rem;width:11.8125rem;top:8.21875rem;left:31.59375rem;display:block; }#hRI1DW2KmA2WiiV9ArQU0OKRse9sAtIS.adaptive-delivery-prevent-bg, #hRI1DW2KmA2WiiV9ArQU0OKRse9sAtIS.lazyload, #hRI1DW2KmA2WiiV9ArQU0OKRse9sAtIS.lazyloading { background-image: none; }
#TZh7iux00tTAlxEvZh7q4DBE3HLNnqkm { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/eea806e2-6e70-4789-ad7e-19a013555d15/Instructors1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:14.875rem;width:13.5625rem;top:8.125rem;left:45.625rem;display:block; }#TZh7iux00tTAlxEvZh7q4DBE3HLNnqkm.adaptive-delivery-prevent-bg, #TZh7iux00tTAlxEvZh7q4DBE3HLNnqkm.lazyload, #TZh7iux00tTAlxEvZh7q4DBE3HLNnqkm.lazyloading { background-image: none; }
#AAGK0d9KFHPrk0vWqqXaHE7PBQNa8UCr { color:#1a1a1a;display:block;width:14.4375rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:23.375rem;left:15rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vAs3vBlWxrbnpDnb61J1oGCRtcPCNhMo { color:#1a1a1a;display:block;width:14.4375rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:24.6875rem;left:0rem;height:1.9487875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#myQrxLm0GVy42pBpKxIsGLpCS1EM0nlA { color:#1a1a1a;display:block;width:14.4375rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:24.6875rem;left:15rem;height:1.9487875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DvBxDzoNA7PHJGrWg1lZaxIXp84WPegF { color:#1a1a1a;display:block;width:14.4375rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:23.375rem;left:30rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DzAWO5rVevu0UXZOMv6XQ48KzcriGXUu { color:#1a1a1a;display:block;width:13.625rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:24.6875rem;left:45.375rem;height:1.9487875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xI45RvuXyyJzF1VbbRFgagEcg8M5n0AX { color:#1a1a1a;display:block;width:14.4375rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:23.375rem;left:45rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NuT1BaDMT1qaWff2EuFBBZnt9ArN8N3J { color:#1a1a1a;display:block;width:14.4375rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:24.6875rem;left:30rem;height:1.9487875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q5p2as8ecMNWTqRXsXCC8Guo3A0I08LO { color:#1a1a1a;display:block;width:12rem;position:absolute;font-family:sarabun;font-size:0.625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:27.6875rem;left:1rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t80NwVcT592QiBVE0B2q3Pfb03Th64de { color:#1a1a1a;display:block;width:11.875rem;position:absolute;font-family:sarabun;font-size:0.625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:27.6875rem;left:16.0625rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dth5PUPKiSvhm0Qbq1h20ED0kmmcT2RQ { color:#1a1a1a;display:block;width:12.375rem;position:absolute;font-family:sarabun;font-size:0.625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:27.6875rem;left:30.8125rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xxcMwrnJDDaT8mc4J5c1QAJcmdFfLsvM { color:#1a1a1a;display:block;width:12.375rem;position:absolute;font-family:sarabun;font-size:0.625rem;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:27.875rem;left:45.8125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sdVMPdqbHIHTJTocuTmCK1rpGekRZbcf { position:absolute;display:block;z-index:100004;background-color:rgba(201,143,243,0.24);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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:2.3125rem;width:14rem;top:27.3125rem;left:0rem;display:block; }
#koXlgW13a2FRWF7D7z4nyNkrBDzHVezT { position:absolute;display:block;z-index:100001;background-color:rgba(201,143,243,0.24);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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:2.3125rem;width:14rem;top:27.3125rem;left:15rem;display:block; }
#WlISsuEkWZyC0TPRcB5w74BJX67wHP2y { position:absolute;display:block;z-index:100002;background-color:rgba(201,143,243,0.24);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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:2.3125rem;width:14rem;top:27.3125rem;left:30rem;display:block; }
#LTmdBJmvflphiffEIA9iavxI8T2MsaTP { position:absolute;display:block;z-index:100003;background-color:rgba(201,143,243,0.24);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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:2.3125rem;width:14rem;top:27.3125rem;left:45rem;display:block; }
#xdh7nfiagVA0dzmQkZuNPMBBTlqs14SI { color:#400068;display:block;width:27.4375rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:3.125rem;left:16.3125rem;height:2.62478125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UF567f78cyRDZm1ns2zcsqmmToNMssNt { position:absolute;display:block;z-index:100005;background-color:rgba(201,143,243,0.25);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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:3.5625rem;width:32.625rem;top:2.75rem;left:13.6875rem;display:block; }
#xaEVPFk2G6Q6CC19wVbz00ZympO9zxEB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.41);background-image:none;position:relative;display:block; }#xaEVPFk2G6Q6CC19wVbz00ZympO9zxEB > .row .container { background-color: transparent; background-image: none; }#xaEVPFk2G6Q6CC19wVbz00ZympO9zxEB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xaEVPFk2G6Q6CC19wVbz00ZympO9zxEB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xaEVPFk2G6Q6CC19wVbz00ZympO9zxEB > .row .container > .video-iframe-container { display: none; }#xaEVPFk2G6Q6CC19wVbz00ZympO9zxEB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xaEVPFk2G6Q6CC19wVbz00ZympO9zxEB > .row > .video-iframe-container { display: none; }#xaEVPFk2G6Q6CC19wVbz00ZympO9zxEB > .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); }#xaEVPFk2G6Q6CC19wVbz00ZympO9zxEB > .row .container { border-width: 0; border-radius: 0; }#xaEVPFk2G6Q6CC19wVbz00ZympO9zxEB > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#w3XoqnR3bLk94v7JzP8RN1NcfVcOGVIz { color:#1a1a1a;display:block;width:7.8125rem;position:absolute;font-family:sarabun;font-size:0.5625rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:17.625rem;left:10.75rem;height:2.1940125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x1WPKlPrKTclpSpOFcc55qUstNfLZxDx { position:absolute;display:block;z-index:100011;background-color:rgba(201,143,243,0.24);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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:3rem;width:9rem;top:17.1875rem;left:10.1875rem;display:block; }
#Xh7LNPMMFTetwD7wADTTGCU8aWitkxIl { position:absolute;display:block;z-index:100016;background-color:rgba(201,143,243,0.24);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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:3rem;width:9rem;top:17.25rem;left:20.375rem;display:block; }
#UZfaa5VTyFJZTB41TSaFEacpT5r1CxGU { color:#1a1a1a;display:block;width:7.8125rem;position:absolute;font-family:sarabun;font-size:0.5625rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:17.6875rem;left:20.9375rem;height:2.1940125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uGGbp8gnkhUcPuzLRwrNKtaLvOOr204g { position:absolute;display:block;z-index:100005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/24bfaa20-50d7-4a1d-b032-ac3cfb8ce4d9/gi.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:11.375rem;width:9rem;top:0.9375rem;left:0rem;display:block; }#uGGbp8gnkhUcPuzLRwrNKtaLvOOr204g.adaptive-delivery-prevent-bg, #uGGbp8gnkhUcPuzLRwrNKtaLvOOr204g.lazyload, #uGGbp8gnkhUcPuzLRwrNKtaLvOOr204g.lazyloading { background-image: none; }
#plSwrNPD9Po9MZSVvqpCUMgul8wbb6Jw { position:absolute;display:block;z-index:100010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9486ceaf-5ebe-4cd7-b457-6886e557e094/Instructors.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:11.375rem;width:9rem;top:0.9375rem;left:10.1875rem;display:block; }#plSwrNPD9Po9MZSVvqpCUMgul8wbb6Jw.adaptive-delivery-prevent-bg, #plSwrNPD9Po9MZSVvqpCUMgul8wbb6Jw.lazyload, #plSwrNPD9Po9MZSVvqpCUMgul8wbb6Jw.lazyloading { background-image: none; }
#yF8XTmBSXCdhPZUqwv8dWSoDUUb0qz1i { color:#1a1a1a;display:block;width:9.0625rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:12.875rem;left:0rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Td885pHa3G8TTuqvZiOw2Tr7P5pKB6MH { color:#1a1a1a;display:block;width:9rem;position:absolute;font-family:sarabun;font-size:0.6875rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:14.25rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bdadc7ft3d20BBLRNWS2OlhhP6uInUnW { color:#1a1a1a;display:block;width:9rem;position:absolute;font-family:sarabun;font-size:0.6875rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:14.25rem;left:10.1875rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tNnH5MDkTWvyXt3thGErdTZRehXRIymS { color:#1a1a1a;display:block;width:9.0625rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:12.875rem;left:10.1875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VDfl8QgGRECRQ2nd1X1vqTabxvJhN2VK { color:#1a1a1a;display:block;width:7.8125rem;position:absolute;font-family:sarabun;font-size:0.5625rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:17.625rem;left:0.5625rem;height:2.1940125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CC928kX2Z7cFkzqNTyPa3Fi6d5G4kgGD { position:absolute;display:block;z-index:100006;background-color:rgba(201,143,243,0.24);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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:3rem;width:9rem;top:17.1875rem;left:0rem;display:block; }
#tT6UZznIX1x1gHOIp8pM3WlR5Ksw1F5g { position:absolute;display:block;z-index:100015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/28375e6b-237b-4f39-bb86-dbc099cf262c/guz.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:11.375rem;width:9rem;top:1rem;left:20.375rem;display:block; }#tT6UZznIX1x1gHOIp8pM3WlR5Ksw1F5g.adaptive-delivery-prevent-bg, #tT6UZznIX1x1gHOIp8pM3WlR5Ksw1F5g.lazyload, #tT6UZznIX1x1gHOIp8pM3WlR5Ksw1F5g.lazyloading { background-image: none; }
#rWfRFJ7Rf4m4c6q27s8VaqHemSkht492 { color:#1a1a1a;display:block;width:9rem;position:absolute;font-family:sarabun;font-size:0.6875rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:14.3125rem;left:20.375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a5PqAGd9huhA5CPJN6mXVHHyITlVXsJZ { color:#1a1a1a;display:block;width:9.75rem;position:absolute;font-family:sarabun;font-size:0.8125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:13rem;left:20rem;height:1.0563125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tUUJK7PQEvgIOdzvF88ntCDBSUVEJMf2 { position:absolute;display:block;z-index:100020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/51af59df-590c-4bbf-a2e2-2176cb25cfb2/CHD1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:11.375rem;width:9rem;top:0.9375rem;left:30.5625rem;display:block; }#tUUJK7PQEvgIOdzvF88ntCDBSUVEJMf2.adaptive-delivery-prevent-bg, #tUUJK7PQEvgIOdzvF88ntCDBSUVEJMf2.lazyload, #tUUJK7PQEvgIOdzvF88ntCDBSUVEJMf2.lazyloading { background-image: none; }
#i9O3s7vXGdiTCUoZtN3kQA30OSyrmTiu { color:#1a1a1a;display:block;width:9.0625rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:12.9375rem;left:30.5625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LxAoxUvNR5SJ7xea0ElnvbQZdH68Nr22 { color:#1a1a1a;display:block;width:9.0625rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:12.875rem;left:40.75rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r9Hky6XDdiye9JfEzeQkAPl16fVfMvUc { position:absolute;display:block;z-index:100025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e5a70fec-5b27-4e44-a04a-d896a5be9fd0/zip.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:11.375rem;width:9rem;top:0.9375rem;left:40.75rem;display:block; }#r9Hky6XDdiye9JfEzeQkAPl16fVfMvUc.adaptive-delivery-prevent-bg, #r9Hky6XDdiye9JfEzeQkAPl16fVfMvUc.lazyload, #r9Hky6XDdiye9JfEzeQkAPl16fVfMvUc.lazyloading { background-image: none; }
#wcIrX8emVObFSr8SK7wW0hPTtpe5vn5A { color:#1a1a1a;display:block;width:9rem;position:absolute;font-family:sarabun;font-size:0.6875rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:14.25rem;left:30.5625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hu6eGIv2wuUTC5AipMfZ5NNhuzOiNdBT { position:absolute;display:block;z-index:100021;background-color:rgba(201,143,243,0.24);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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:3rem;width:9rem;top:17.1875rem;left:30.5625rem;display:block; }
#tFTe7xcFs0T26L3R5cP9brd2rTSBH2IS { color:#1a1a1a;display:block;width:7.8125rem;position:absolute;font-family:sarabun;font-size:0.5625rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:17.625rem;left:31.125rem;height:2.1940125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dQoCwd5FTHbk5b9fqZRDLlqyA8TKWs4O { color:#1a1a1a;display:block;width:7.8125rem;position:absolute;font-family:sarabun;font-size:0.5625rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:17.625rem;left:51.5rem;height:2.1940125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dfgr1e9c2kwUUBesJR3xsCZaQsA4N68e { position:absolute;display:block;z-index:100031;background-color:rgba(201,143,243,0.24);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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:3rem;width:9rem;top:17.1875rem;left:50.9375rem;display:block; }
#oZ2AdxmniE09eETF2pwuq7bmNHEN9gXa { color:#1a1a1a;display:block;width:9rem;position:absolute;font-family:sarabun;font-size:0.6875rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:14.25rem;left:50.9375rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IkI4gVkQOqF1reLmuB8rLdV0mBbUscxo { color:#1a1a1a;display:block;width:9rem;position:absolute;font-family:sarabun;font-size:0.6875rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:14.25rem;left:40.75rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xxDMgMfgbtVu46kZMvMO9qhyiXgxzUKP { color:#1a1a1a;display:block;width:7.8125rem;position:absolute;font-family:sarabun;font-size:0.5625rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:17.6875rem;left:41.3125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#edo2yHVCfKio8TE1uN51rvZuKXrqLq9c { position:absolute;display:block;z-index:100026;background-color:rgba(201,143,243,0.24);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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:2.5rem;width:9rem;top:17.1875rem;left:40.75rem;display:block; }
#AHuxsc47Bi2gekdo8URKhFq5oVO67Cdc { color:#1a1a1a;display:block;width:9.0625rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:12.875rem;left:50.9375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DdJqWFPpoiWNQIoSo3kRXiQcbgIBvk0g { position:absolute;display:block;z-index:100030;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7466a7b1-448b-4299-bbc6-47323d0a6535/dp.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:11.375rem;width:9rem;top:0.9375rem;left:50.9375rem;display:block; }#DdJqWFPpoiWNQIoSo3kRXiQcbgIBvk0g.adaptive-delivery-prevent-bg, #DdJqWFPpoiWNQIoSo3kRXiQcbgIBvk0g.lazyload, #DdJqWFPpoiWNQIoSo3kRXiQcbgIBvk0g.lazyloading { background-image: none; }
#SHVLEa7aoq1Ehmzf1yEBxSN1TDWmwJm0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.41);background-image:none;position:relative;display:block; }#SHVLEa7aoq1Ehmzf1yEBxSN1TDWmwJm0 > .row .container { background-color: transparent; background-image: none; }#SHVLEa7aoq1Ehmzf1yEBxSN1TDWmwJm0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SHVLEa7aoq1Ehmzf1yEBxSN1TDWmwJm0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SHVLEa7aoq1Ehmzf1yEBxSN1TDWmwJm0 > .row .container > .video-iframe-container { display: none; }#SHVLEa7aoq1Ehmzf1yEBxSN1TDWmwJm0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SHVLEa7aoq1Ehmzf1yEBxSN1TDWmwJm0 > .row > .video-iframe-container { display: none; }#SHVLEa7aoq1Ehmzf1yEBxSN1TDWmwJm0 > .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); }#SHVLEa7aoq1Ehmzf1yEBxSN1TDWmwJm0 > .row .container { border-width: 0; border-radius: 0; }#SHVLEa7aoq1Ehmzf1yEBxSN1TDWmwJm0 > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#g7g9Fd06VkWDxhB9AAvcSo1VTtBBh57M { color:#1a1a1a;display:block;width:7.8125rem;position:absolute;font-family:sarabun;font-size:0.5625rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:17.625rem;left:10.75rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gxxBP5m9Qf2Pf5M6HROsJnJsgLoUbDUR { position:absolute;display:block;z-index:100011;background-color:rgba(201,143,243,0.24);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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:2.4375rem;width:9rem;top:17.1875rem;left:10.1875rem;display:block; }
#NyBfZNpPVqCdgXCqu4C0KnV2rMnnTGAW { position:absolute;display:block;z-index:100016;background-color:rgba(201,143,243,0.24);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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:3rem;width:9rem;top:17.25rem;left:20.375rem;display:block; }
#uoTUl2O1lOm3A8HOofavGG2PiQ3qfTU9 { color:#1a1a1a;display:block;width:7.8125rem;position:absolute;font-family:sarabun;font-size:0.5625rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:17.6875rem;left:20.9375rem;height:2.1940125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s5NSBai7BIGSRfaUUTtSOgDTZGf8BADv { position:absolute;display:block;z-index:100005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/812527d9-d306-4df0-a54b-e7fc38b5ac1d/p.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:11.375rem;width:9rem;top:0.9375rem;left:0rem;display:block; }#s5NSBai7BIGSRfaUUTtSOgDTZGf8BADv.adaptive-delivery-prevent-bg, #s5NSBai7BIGSRfaUUTtSOgDTZGf8BADv.lazyload, #s5NSBai7BIGSRfaUUTtSOgDTZGf8BADv.lazyloading { background-image: none; }
#XD2z7CIdrNzBo0hQ5Bd0Cr2A9GD5oylg { position:absolute;display:block;z-index:100010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c80ddcca-36ee-49ad-9538-31c985d7ac55/kan.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:11.375rem;width:9rem;top:0.9375rem;left:10.1875rem;display:block; }#XD2z7CIdrNzBo0hQ5Bd0Cr2A9GD5oylg.adaptive-delivery-prevent-bg, #XD2z7CIdrNzBo0hQ5Bd0Cr2A9GD5oylg.lazyload, #XD2z7CIdrNzBo0hQ5Bd0Cr2A9GD5oylg.lazyloading { background-image: none; }
#q7ABIaa1Z42THI0i94VXhSTXwFfXW3A1 { color:#1a1a1a;display:block;width:9.0625rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:12.875rem;left:0rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rgDbSURrQGk49xBui6quU7KHi6FzmOSp { color:#1a1a1a;display:block;width:9rem;position:absolute;font-family:sarabun;font-size:0.6875rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:14.25rem;left:0rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#by4XhfFLPCtLqy0vHPDPyBUZBJaPqpBT { color:#1a1a1a;display:block;width:9rem;position:absolute;font-family:sarabun;font-size:0.6875rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:14.25rem;left:10.1875rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nm5CQNZKcTczl9fyzxcqFQ1Jd8kqh2vP { color:#1a1a1a;display:block;width:9.0625rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:12.875rem;left:10.1875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eRiIfzBsxtkgrcZrU8XPuTu9oTGd610W { color:#1a1a1a;display:block;width:7.8125rem;position:absolute;font-family:sarabun;font-size:0.5625rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:17.625rem;left:0.5625rem;height:2.1940125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KVOEpWNDOuDn0aWyDA0t5wNWpyVXCCc1 { position:absolute;display:block;z-index:100006;background-color:rgba(201,143,243,0.24);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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:3rem;width:9rem;top:17.1875rem;left:0rem;display:block; }
#XH3wlUHC2u9ScaCXnIdMiERZMWD6hnCi { position:absolute;display:block;z-index:100015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/14714cf7-c296-40f3-a7ba-3db398d640a9/wason.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:11.4375rem;width:9rem;top:1rem;left:20.375rem;display:block; }#XH3wlUHC2u9ScaCXnIdMiERZMWD6hnCi.adaptive-delivery-prevent-bg, #XH3wlUHC2u9ScaCXnIdMiERZMWD6hnCi.lazyload, #XH3wlUHC2u9ScaCXnIdMiERZMWD6hnCi.lazyloading { background-image: none; }
#mdkn424RQ4gPAws7Qbq77JrXHnaHdwJ3 { color:#1a1a1a;display:block;width:9rem;position:absolute;font-family:sarabun;font-size:0.6875rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:14.3125rem;left:20.375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TCf5V3NRdO2d5Hc7lBvZaCqKUR7nu5iv { color:#1a1a1a;display:block;width:9.75rem;position:absolute;font-family:sarabun;font-size:0.8125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:13rem;left:20rem;height:1.0563125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cb0Pz3Xd69uoiIKkx5zTtf6cL4OJn2Mx { position:absolute;display:block;z-index:100020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/133e1f74-7f90-4e2f-9c06-a892c8211970/gun.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:11.375rem;width:9rem;top:0.9375rem;left:30.5625rem;display:block; }#cb0Pz3Xd69uoiIKkx5zTtf6cL4OJn2Mx.adaptive-delivery-prevent-bg, #cb0Pz3Xd69uoiIKkx5zTtf6cL4OJn2Mx.lazyload, #cb0Pz3Xd69uoiIKkx5zTtf6cL4OJn2Mx.lazyloading { background-image: none; }
#H7aiA6p3xbcuPvPuEoUqDD9iFDXLU3Q8 { color:#1a1a1a;display:block;width:9.0625rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:12.9375rem;left:30.5625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H80RZWJy0nbhXZpUtykuDJBlhLMo5aeu { color:#1a1a1a;display:block;width:9rem;position:absolute;font-family:sarabun;font-size:0.6875rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:14.25rem;left:30.5625rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ORvMUSexZUyTMQ0T2J1rMsX4yooVq6bp { position:absolute;display:block;z-index:100021;background-color:rgba(201,143,243,0.24);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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:2.4375rem;width:9rem;top:17.1875rem;left:30.562501907349rem;display:block; }
#bTuyofxWKg3OrqMDgzB0bF9iJMh7sr8b { color:#1a1a1a;display:block;width:7.8125rem;position:absolute;font-family:sarabun;font-size:0.5625rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:17.625rem;left:31.125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS.adaptive-delivery-prevent-bg, #A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS.lazyload, #A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS.lazyloading { background-image: none; }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row .container { background-color: transparent; background-image: none; }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.59); }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row .container > .video-iframe-container { display: none; }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.59); }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row > .video-iframe-container { display: none; }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .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); }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row .container { border-width: 0; border-radius: 0; }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:60rem;position:relative;display:block; }#BOSRSSDhUCLrTfJn38hohsffFulPdv44 { position:absolute;display:block;z-index:100003;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/3ebffc19-d5da-4163-8d7b-00f90bb436e0/landingimage01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #9c51d3;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.1875rem 0.1875rem 1.875rem rgba(156,81,211,0.23) ;height:18.375rem;width:18.875rem;top:9.875rem;left:0rem;display:block; }#BOSRSSDhUCLrTfJn38hohsffFulPdv44.adaptive-delivery-prevent-bg, #BOSRSSDhUCLrTfJn38hohsffFulPdv44.lazyload, #BOSRSSDhUCLrTfJn38hohsffFulPdv44.lazyloading { background-image: none; }
#wC6MZUia7zpuXhSAkpciI8t1tam2IrJs { position:absolute;display:block;z-index:100004;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/b9292f0a-2158-4257-93ae-62d796f7940d/landingimage02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #9c51d3;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.1875rem 0.1875rem 1.875rem rgba(156,81,211,0.23) ;height:18.375rem;width:17.9375rem;top:9.8749997615813rem;left:21.031251907349rem;display:block; }#wC6MZUia7zpuXhSAkpciI8t1tam2IrJs.adaptive-delivery-prevent-bg, #wC6MZUia7zpuXhSAkpciI8t1tam2IrJs.lazyload, #wC6MZUia7zpuXhSAkpciI8t1tam2IrJs.lazyloading { background-image: none; }
#DpdSUdkzqJNtLT9aE35QSJiZRRRcHNwq { color:#9c51d3;display:block;width:27.6875rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:400;z-index:100009;line-height:1;letter-spacing:0;top:6.0615234375rem;left:16.15625rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yM0p2JBWr8Dgmq1KGnThoDkB7XX2LJIA { position:absolute;display:block;z-index:100004;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/945c90b8-18ae-4109-bd3e-3926e9cb446c/LandingPage18.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #9c51d3;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.1875rem 0.1875rem 1.875rem rgba(156,81,211,0.23) ;height:18.375rem;width:18.875rem;top:9.875rem;left:41.125rem;display:block; }#yM0p2JBWr8Dgmq1KGnThoDkB7XX2LJIA.adaptive-delivery-prevent-bg, #yM0p2JBWr8Dgmq1KGnThoDkB7XX2LJIA.lazyload, #yM0p2JBWr8Dgmq1KGnThoDkB7XX2LJIA.lazyloading { background-image: none; }
#QsSPUT3k9DR3MBIIaSxfkFpurwLbvKP1 { color:#400068;display:block;width:44.8125rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100010;line-height:1;letter-spacing:0;top:2.3115234375rem;left:7.59375rem;height:2.62478125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xDqw8ws9TgXAVblJrL1IdlnPo9bXdf3L { color:#9c51d3;display:block;width:18.6875rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:32.4375rem;left:0rem;height:3.6556rem;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; }
#Bqpk0hWJCSNHq6HFMWzL0upGluPAg8Q2 { color:#9c51d3;display:block;width:19rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:32.4375rem;left:20.5rem;height:3.65559375rem;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; }
#HtoXqn56LKKD89zcT28iX4ulFx7AXzt7 { color:#9c51d3;display:block;width:17.875rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:32.4375rem;left:41.625rem;height:3.6556rem;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; }
#T7PtVR8N7RxNFtgRlBp3Mh5RSrbxtcCE { color:#9c51d3;display:block;width:16rem;position:absolute;font-family:sarabun;font-size:1.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:29.5625rem;left:1.1875rem;height:1.95rem;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; }
#S0T2QsVvgRdlBM6t8pT4OGx7bW2MERmp { color:#9c51d3;display:block;width:16.8125rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:29.625rem;left:42.125rem;height:1.7871125rem;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; }
#K6UtAPfiaPOWwsoHxPZBc8HQHSSvwvw9 { color:#9c51d3;display:block;width:19rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:29.6875rem;left:20.5rem;height:1.7871125rem;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; }
#R8LpKZ6WTeqXCuewSGXz0TSdXlOsBlNC { color:#9c51d3;display:block;width:40.9375rem;position:absolute;font-family:"db adman x";font-size:3.5625rem;font-weight:700;z-index:100010;line-height:1;letter-spacing:0;top:7.25rem;left:9.5625rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#gu7lWwWogVOUilt6hDLcT2arlm4TskRi { background-color:#ffbe00;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:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.5rem;text-decoration:none;z-index:100049;text-align:center;text-align-last:center;top:38.262499809265rem;left:23.812501907349rem;display:block; }
#PAeSr5XBORQCTv9ARxqTp7utCJfw42FA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UDBxLnTfXqFXdztzxCAUw2MntcIJz4hl { position:absolute;display:block;z-index:100007;background-color:rgba(201,143,243,0.25);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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:3.75rem;width:49.875rem;top:1.7490234375rem;left:5.0625rem;display:block; }
#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/835c27d3-d53b-4d3f-befb-e05d31de77ba/LandingPage01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0.adaptive-delivery-prevent-bg, #wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0.lazyload, #wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0.lazyloading { background-image: none; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row .container { background-color: transparent; background-image: none; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.42); }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row .container > .video-iframe-container { display: none; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.42); }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row > .video-iframe-container { display: none; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .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); }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row .container { border-width: 0; border-radius: 0; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#btfoy2X1GkzXIMuU0XhFfPSoXb04eDt5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:100001;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; }
#iixftIFvoohVTm2ywLIC5QM4hkgqpCAU { color:#400068;display:block;width:24.0625rem;position:absolute;font-family:kanit;font-size:2.125rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:8.5rem;left:3.1875rem;height:4.67448125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#se8RXsQiTlyRUw11VsGsqgm3Hl6JkrOL { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.68733215332rem;width:18.874830245972rem;top:5rem;left:24.494735717774rem;overflow:hidden;display:none; }
#uO1ZbnnyVpVVbcKzLHi4LrMCT04eyqH1 { color:#6d398d;display:block;width:12.6875rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:31.71484375rem;left:3.1875rem;height:3.41145625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oI26Tb35Z31ShzWRTTKehDnfyPqzsqSb { position:absolute;display:block;z-index:100001;background-color:rgba(208,27,27,0.85);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;height:0;width:0;top:35.0625rem;left:18.500001907349rem;display:block; }
#q1J4ziSnUgON8NIGDlihkKR6fqk1XWbz { position:absolute;display:block;z-index:100047;background-color:#ef4116;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;height:0.125rem;width:3.125rem;top:32.3125rem;left:6rem;display:block; }
#IWFr3XC7hMBoO75uRbp7CFt0CNdlwHM0 { color:#1a1a1a;display:block;width:13.3125rem;position:absolute;font-family:sarabun;font-size:1.5rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:29.0625rem;left:3.1875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#muoacOPKMZFLh52L6PU7wergfILnz4Tq { position:absolute;display:block;z-index:100041;background-color:#be1c1c;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:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;height:8.625rem;width:8.8125rem;top:3.5rem;left:28.375001907349rem;display:block; }
#yxHQoKCoC8RJ0XJnGpxucB1AC8vbuKhI { color:#ffffff;display:block;width:8.375rem;position:absolute;font-family:kanit;font-size:2.5625rem;font-weight:700;z-index:100042;line-height:1;letter-spacing:0;top:6.53125rem;left:28.59375rem;height:2.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TdFmSnK4HRhUfrxy1My6FzP1BfUTUo3P { color:#1a1a1a;display:block;width:21.9375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:15.1875rem;left:5.5625rem;height:1.21853125rem;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; }
#rnip1clb343yyomUdAIq0R4siJqQzOgl { box-sizing:content-box;color:#9c51d3;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:15rem;left:3.1875rem;display:block; }
#fwuaKrTQpEIvlIlRwr4xO7rbIwFa5Dvc { color:#1a1a1a;display:block;width:6.4375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:18.187507629394rem;left:5.5625rem;height:1.21853125rem;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; }
#aQqDw7g1QTDhEusKGcX3lRofaffnGvvf { color:#1a1a1a;display:block;width:17.125rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:22.1875rem;left:5.5625rem;height:;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; }
#kSbdWyfdE2aHDD1DwWhCMsbdOJUzDLQP { color:#1a1a1a;display:block;width:16.25rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:25.4375rem;left:5.5625rem;height:1.21853125rem;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; }
#XW7FBfizCEWGVfk9Hh8MdVPOmwWk1tdl { background-color:#ffbe00;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:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.25rem;text-decoration:none;z-index:100044;text-align:center;text-align-last:center;top:28.5rem;left:17.125001907349rem;display:block; }
#WRzcLQRG5rcH4rMySPNxW54fVpoITrRv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cqL4HTD7c5Wc6t6hRMdwTQKdb0DoQTFi { color:#1a1a1a;display:block;width:22.6875rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:16.4375rem;left:5.5625rem;height:1.21853125rem;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; }
#XnN1BA0FZJ7Opga8F9Sx4izMpOnFS1IK { color:#1a1a1a;display:block;width:23.1875rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:19.4375rem;left:5.5625rem;height:2.33680625rem;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; }
#FDC1wcDM7Q7SERJMrrxFwoV9RA8lBxwf { color:#1a1a1a;display:block;width:21.8125rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:23.5rem;left:5.5625rem;height:1.13769375rem;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; }
#pIWeMnfSusNXq7nrkkTMQDoQpCsGEHPp { color:#1a1a1a;display:block;width:16.0625rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:26.75rem;left:5.625rem;height:1.13769375rem;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; }
#qtisEN7CukkUS3o5iwB9rzFO7pVkEe9s { box-sizing:content-box;color:#9c51d3;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:18.0625rem;left:3.1875rem;display:block; }
#xhu36V145IWr9OcCLk1pK5MvvzT2AkgO { box-sizing:content-box;color:#9c51d3;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:22.0625rem;left:3.1875rem;display:block; }
#pS9DsOkrWTlxhdC0SIvQdKmr5aJ96l0w { box-sizing:content-box;color:#9c51d3;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:25.25rem;left:3.1875rem;display:block; }
#FwgLLykbZyD1MnqxL6929eb3cdIlTRoE { position:absolute;display:block;z-index:99999;background-color:rgba(255,251,252,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #9c51d3;border-left:0;border-right:0;border-bottom:0.25rem solid #9c51d3;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: 0rem 0rem 0.6875rem rgba(64,0,104,0.27) ;height:30.375rem;width:30.625rem;top:5.75rem;left:0.9375rem;display:block; }
#ECr7V4fTnwnIK9gkLZbLFJT68TKWGAIQ { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.375rem;width:31.625rem;top:13.5rem;left:28.050001144409rem;overflow:hidden;display:block; }
#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh { border-top:0;border-left:0;border-right:0;border-bottom:0;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:scroll;background-size:cover !important;position:relative;display:block; }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh.adaptive-delivery-prevent-bg, #k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh.lazyload, #k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh.lazyloading { background-image: none; }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row .container { background-color: transparent; background-image: none; }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row .container > .video-iframe-container { display: none; }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row > .video-iframe-container { display: none; }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .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); }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row .container { border-width: 0; border-radius: 0; }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:60rem;position:relative;display:block; }#uxgSknSh0gVgOw9nknsybk2vs5SQE8aE { color:#400068;display:block;width:26.6875rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100012;line-height:1;letter-spacing:0;top:6.5rem;left:15.75rem;height:2.62478125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gQfFzGUT6nVA3dFaEclrewAVNw1ZxgQc { color:#1a1a1a;display:block;width:40.875rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100015;line-height:1;letter-spacing:0;top:42.2490234375rem;left:10.9375rem;height:1.7504875rem;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; }
#PwfT0cSnpTSbsaq97MAsd1geJePkJy4h { position:absolute;display:block;z-index:100016;height:26.4375rem;width:50rem;top:13.0625rem;left:5rem;display:block; }
#xszHhRx8RlTIqAECilvW7HWU0RLa4bOr { position:absolute;display:block;z-index:100005;background-color:rgba(201,143,243,0.25);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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:3.75rem;width:33.375rem;top:5.9375rem;left:12.40625rem;display:block; }
#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/835c27d3-d53b-4d3f-befb-e05d31de77ba/LandingPage01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB.adaptive-delivery-prevent-bg, #M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB.lazyload, #M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB.lazyloading { background-image: none; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row .container { background-color: transparent; background-image: none; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.23); }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row .container > .video-iframe-container { display: none; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.23); }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row > .video-iframe-container { display: none; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .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); }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row .container { border-width: 0; border-radius: 0; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:60rem;position:relative;display:block; }#nLXZGJRfiVc0k7JrWEVwszdfdDzz3O8b { color:#000000;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:100001;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; }
#nRoksD5cEcq8TnFMwCc4lsm91NgM1lXX { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.68733215332rem;width:18.874830245972rem;top:5rem;left:24.494735717774rem;overflow:hidden;display:none; }
#ALH4XbkePLNssoQ3QXHGfmnuyZA3Agdk { color:#400068;display:block;width:54.25rem;position:absolute;font-family:kanit;font-size:2.3125rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:4.4375rem;left:2.875rem;height:5.54905rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OOaZ42LgSTI7gr3gVT1HryX1onz4MvZx { background-color:#ffbe00;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:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.5rem;text-decoration:none;z-index:100047;text-align:center;text-align-last:center;top:12.1875rem;left:23.8125rem;display:block; }
#K5w9dbXCzosh4dQ3sS4PaCZvXuwsQIfW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#d1tDpdgpFJPpBwHGSCJiAu8ADFTKyZVD { color:#400068;display:block;width:34.625rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100011;line-height:1;letter-spacing:0;top:18.75rem;left:12.6875rem;height:1.1254875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MSVk5s7PZKPG1tGL9MNrvICh9JVQWmGE { position:absolute;display:block;z-index:100001;background-color:rgba(208,27,27,0.85);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;height:0;width:0;top:17.1875rem;left:18.8125rem;display:block; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw .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; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#400068;padding-top:0.64375rem;padding-right:0.58125rem;padding-bottom:0.64375rem;padding-left:0.58125rem;display:block;align-items:center;width:3.489375rem;min-width:3.489375rem;height:3.460625rem;position:relative;font-family:sarabun;font-size:2.575625rem;font-weight:700;line-height:55.37px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw .widget-text.counter-label { background-color:;background-image:none;color:#400068;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4025rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.6525rem;height:1.366875rem;position:relative;font-family:sarabun;font-size:0.965625rem;font-weight:400;line-height:21.87px;text-align:center;text-align-last:center;text-transform:none;top:4%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw { 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(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:22.625rem;height:6.5175rem;padding-top:0.804375rem;padding-right:0.830625rem;padding-bottom:0.804375rem;padding-left:0.830625rem;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:20.25rem;left:18.25rem;z-index:100040; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #oVXDZtpOm4kGNnthK0DTu1lp0wD6c36A { display:flex;position:relative;top:0rem;left:0rem; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #EBTwV7KNh4upCigJnFruBsBrMCSyfuf7 { width:auto; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #kaDn91CsWGCgciWBBMqegUeahV0FPVzu {  }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #kQtT3e0iJbgEPT2TPtQQUaW7fq9TykH2 { display:flex;position:relative;top:0rem;left:0rem; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #krFScTHRPNqCXTl5mybtkhOhzkWwZeS7 {  }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #xDRRyhX7FT3AlCh4R1AnsruPLTM5HSw2 {  }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #paXXwMQt3aHUBAvRelwromJwr5pWhf5D { display:flex;position:relative;top:0rem;left:0rem; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #FTE8XVmkU9o7Z2eTFd4a2ImlPltW082W {  }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #igI7E4S6RIC7gkXb0qhDruVX9ThIEDiP {  }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #wh2QKHfnaWsAPLoCVu9Bt0lwptEhcDXT { display:flex;position:relative;top:0rem;left:0rem; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #HXcobFIBnJIdAweKPK7hQSrM4UpxQwa6 {  }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #kzAKkVsTGT0URU1HgizERyzIUsvF3sPJ {  }
#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row .container { background-color: transparent; background-image: none; }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row .container > .video-iframe-container { display: none; }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row > .video-iframe-container { display: none; }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .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); }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row .container { border-width: 0; border-radius: 0; }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;position:relative;display:block; }#acRLrRbWWN7STZu4PCJrlo8BQHOim9xd { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/08d56807-c160-46be-81d0-4979721b7d55/noroot.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:9.75rem;width:11.625rem;top:3.9375rem;left:17.4375rem;display:block; }#acRLrRbWWN7STZu4PCJrlo8BQHOim9xd.adaptive-delivery-prevent-bg, #acRLrRbWWN7STZu4PCJrlo8BQHOim9xd.lazyload, #acRLrRbWWN7STZu4PCJrlo8BQHOim9xd.lazyloading { background-image: none; }
#kC7PkBNmBvhd8LdIh7Dn4sXJuerTTpvR { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/70ea016b-d055-45c8-8852-0a292438d2ed/noroot.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:9.625rem;width:12.5625rem;top:13.9375rem;left:4.5625rem;display:block; }#kC7PkBNmBvhd8LdIh7Dn4sXJuerTTpvR.adaptive-delivery-prevent-bg, #kC7PkBNmBvhd8LdIh7Dn4sXJuerTTpvR.lazyload, #kC7PkBNmBvhd8LdIh7Dn4sXJuerTTpvR.lazyloading { background-image: none; }
#GV29aC1xFrMtcIUpTVw9PJCX0zII500e { position:absolute;display:block;z-index:100010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c2d7d766-39dd-4163-9fb9-9e6d37008f53/01.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:20.0625rem;width:11.75rem;top:13.9375rem;left:17.375rem;display:block; }#GV29aC1xFrMtcIUpTVw9PJCX0zII500e.adaptive-delivery-prevent-bg, #GV29aC1xFrMtcIUpTVw9PJCX0zII500e.lazyload, #GV29aC1xFrMtcIUpTVw9PJCX0zII500e.lazyloading { background-image: none; }
#bqVJTxZgRQm1dfIPBBAQJdyFDTyopiSP { position:absolute;display:block;z-index:100010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bd2a89f3-38a3-4416-aafc-9778aeb544b6/noroot.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:7.625rem;width:10.0625rem;top:23.875rem;left:7.125rem;display:block; }#bqVJTxZgRQm1dfIPBBAQJdyFDTyopiSP.adaptive-delivery-prevent-bg, #bqVJTxZgRQm1dfIPBBAQJdyFDTyopiSP.lazyload, #bqVJTxZgRQm1dfIPBBAQJdyFDTyopiSP.lazyloading { background-image: none; }
#an5TSw2SOvABy7sQuCqrexidcUJ6RE4A { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:7.6875rem;top:14rem;left:31.375rem;display:block; }
#FlH0IcVQ9Ebtk60mfGTWlRhc3lIfri1a { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1003553e-44e3-421a-82c5-637bae6675fb/noroot.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:6.875rem;width:9rem;top:6.875rem;left:8.1875rem;display:block; }#FlH0IcVQ9Ebtk60mfGTWlRhc3lIfri1a.adaptive-delivery-prevent-bg, #FlH0IcVQ9Ebtk60mfGTWlRhc3lIfri1a.lazyload, #FlH0IcVQ9Ebtk60mfGTWlRhc3lIfri1a.lazyloading { background-image: none; }
#i22qLuxmkeFoK8BdfelyRQrBTydvc4Jm { color:#400068;display:block;width:22.25rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:11.75rem;left:31.375rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nbWdcT8J8b7vdz6UeF0gzl58f0TOTauO { color:#400068;display:block;width:22.875rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:16.5625rem;left:31.375rem;height:9.80643125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JcNrSn2NWsGzLk0B094VrOb00mudo5XF { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:10.5625rem;top:8.9375rem;left:31.375rem;overflow:hidden;display:block; }
#e1pdOGT2uoS1CfVxvyA4TGr1ZdQgw6th { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;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 .container { font-size:0.875rem;font-family:prompt;height:16.9375rem;width:60rem;position:relative;display:block; }#a3x6THT2HTEIM20StobGBCaODuNxfhmJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:6.75rem;top:3.9375rem;left:0rem;overflow:hidden;display:block; }
#tKGCtG6HPqLv2PoT5oze06mH8nPnk87y { color:#9b9b9b;display:block;width:29rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:2.33680625rem;display:block; }
#TkqeyPRsDUD9EVTVCfCMkTGAxh2t84lh { color:#9b9b9b;display:block;width:30rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:2.92318125rem;display:block; }
#DUmKhCi6UT8TRkiQTwPx1ko6OpSOTGe4 { color:#9b9b9b;display:block;width:20.875rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:39.125rem;height:0.97439375rem;text-align:right;text-align-last:right;display:block; }
#aKNsSBw3GWl8K62hwmz3vRyJbUnfGTNS { color:#9b9b9b;display:block;width:14.9375rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:45.0625rem;height:2.2743rem;text-align:right;text-align-last:right;display:block; }
#blckLm23iTss5Ki9xQrfzML62e3QqZM8 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:5.6875rem;top:3.9375rem;left:54.3125rem;overflow:hidden;display:block; }
#Tl0yyEPS50JFUuqZ0y8BsPtwrZcCG41A { position:absolute;display:block;z-index:100007;height:5.9375rem;width:10.625rem;top:9.8304443359375rem;left:32.75rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OwXU3IlGK240NJZybC9QhqZdS46KfKpe { display:block; }#OwXU3IlGK240NJZybC9QhqZdS46KfKpe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k .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; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k .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; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k { display:flex;width:18rem;height:5.0625rem;top:6.1875rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #W7ulgz5h6gTW5tOIkUCIM95Ky0oA0VMn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #WTz3O8ASxTo4hEOU6KZ3CZx75TWlo4qr {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #wEhHzFl7sbTFhOoQ3sOqHRSq6mGZKTol {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #mOR0AXrwUJToNI4AnwtOAT6JKFMQ38e5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #doGtEIsTM4pXeJmzGGZ5ytLiB2cILyiy {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #xCz1zqk9PGNCc3mlCokgyWGtHDCQ9WbI {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #w4Ti61xpzuyF2qyybZIyXHcWiE3Okx9m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #HFkKbMFuihkfyu9L9b91iLUHUm3DSJcT {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #p8tH52thhfwUDyFLdPpTvACDRg7KW1nw {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #J8uhwQ8ApbevsvRZWwMA4D9IHcwucHAL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #EeBqVksVOv5qHNx8iapn1kcVHgKvRG5z {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #ZMvDfifvSkFFmnKybWN7HuQhR5shTmey {  }
 }@media only screen and (max-width: 763px) { #th4va98UEWqtb1KRdN4HXL7dTgqo624Q { top:1.3125rem;left:3.25rem;width:11.0625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL3Hb2cPBBVitq2pPsi1KTMEi8ACTTc4 { width:10.625rem;height:2.8125rem;top:0.5rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd7lu6WZ3SUWZLgk0TbqSycO10JTWeiX { 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) { #gAKNKvRUbEpnVzN5raJewe0F6VhfMN1h { top:4.75rem;left:0rem;width:2rem;height:2.3639120545868rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2ST27rbHzpsxKPv7ozTAKDTSaGAzT8a { top:8.5625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.0625rem;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) { #bKvPTqtpwCX6bODlP8lpsCABk6crTCmv { top:15.375rem;left:0rem;width:45rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bix9GZpAPNWTBTGmscLlNSK5JMcTGHPO { top:19.8125rem;left:21.5625rem;width:24.4375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNAVGvru9DIXBwwpSnB40ZEL8mL6pnAf { top:26.875rem;left:0rem;width:12.375rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#duI0eVx9iT7bZW96RQuT2KE7hWrvKXer .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; }
#duI0eVx9iT7bZW96RQuT2KE7hWrvKXer .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; }
#duI0eVx9iT7bZW96RQuT2KE7hWrvKXer { display:flex;width:18rem;height:5.0625rem;top:21.6875rem;left:12.31875038147rem; }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #Z1sdQGJM54ya83yUaX66UKA7aXG5raFG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #UV2ZZo2V1pTCC9nqaCho4xDPlKTsIGHu {  }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #uEvLXy26VDC9QdyroGrk5K61QRyuB0mM {  }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #txKmZ1QEINnohXy4ZzGmH9fNKDpTw8tK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #B6ysD6n7o2kCODD006mIHV10mvenvWNi {  }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #me1vSZ0KexaeJ8MfWJ80xJ8biTo87oe9 {  }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #Th6UbQRNldJgeTqAsqfqs3GBPf1W21eH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #nNgT2fRD6fsiZ5KsnZ5fS6qPoTvin4e2 {  }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #is7h79TL6yGm9FJsU6Nk7NAOalks3mTB {  }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #ncaAWrEzE2TLEgJESOfSe2pVMb4861ny { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #Ikd6B4dz1NPF8Q9OCozzpBbfN8Uz3WrX {  }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #igpSpDeiF629W2J0TVB7nd008InCvTx7 {  }
 }@media only screen and (max-width: 763px) { #DUcU0eqpP3d8yLttCCLLgIqWap5IRL7r { top:11.75rem;left:0rem;width:37.9375rem;height:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt4nygQMEQExTewJ4bEruVTicWt1pnaK { width:12.375rem;height:3.5rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAI44atK11Qm7aTh4rrp6wT2fer7Nrp6 { 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:4.4375rem;top:3.75rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xybtnQwIgxFF7MtPe26hyVk7BddFWbsv { width:14.5rem;height:2.875rem;top:4.5625rem;left:16.562499046326rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeMReHh17kt5WTyeN8Kgnw2SWE0sJw9P { width:14.5rem;height:2.9375rem;top:4.5625rem;left:32.437501907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVUQISbdNrJT3nlUUhbS8wX6znmtfS2H { top:0.875rem;left:15.75rem;width:0.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJExd3i7PxLv2U7eW9Ip9TRnBekxI31T { top:0.875rem;left:31.625rem;width:0.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4nw4SSQb5Qo7nmzTVnf9PNLw7i7LOib { top:3.0625rem;left:31.625rem;width:0.125rem;height:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8160qqrmZtEzJqEIBaB4G71bU2KO4i3 { top:3.0625rem;left:31.625rem;width:0.125rem;height:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG { display:block; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRKBVdSZBv08b7VuH9x3JOI4ELIiMxwg { width:15.5625rem;height:2.4375rem;top:22.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPlabh27ygumgT96LGfKqUrJPShdTZ1N { width:8rem;height:8rem;top:13.1875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs22qv2FlX9VcG8N0Esuh9qJhUWppmJk { width:14.5rem;height:2.4375rem;top:22.75rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXQd2kGkq2vXKN2ARvkuXgacksOn4fSG { width:14.5rem;height:2.4375rem;top:22.6875rem;left:21.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfEutFyUpG4HZhWxZXZx14IUFEoE9nlv { width:8rem;height:8rem;top:13.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDOdurGIW9qOQeqRD8ro4Zq0Vte69sXt { width:8rem;height:8rem;top:13.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvAQTOWf37cNkx9Dv1TynST5LmKehSy1 { width:18.25rem;height:16.5625rem;top:10.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpTwPE6LAHwyKyeTlXSzntrztuGR9Ppa { width:18.75rem;height:16.5625rem;top:10.5rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSUtyAoTiupHsaB18Fzla5zzG82ZFwDD { width:3rem;height:4.625rem;top:78.75rem;left:0.71875rem;font-size:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qy8DC0pZo5mLFUkmps92h0toZ4BheDll { width:19.875rem;height:1.625rem;top:44rem;left:15.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xXexc47OIgTHH73b7XNpMtd4eVUdgx0K { top:4.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtF67qJFTk1BcGNKnmshcn2MdloBknaJ { top:1rem;left:0rem;width:47.75rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grNXLHXwELdTvWKO4RfDLCaCMWuBysuv { width:18.25rem;height:16.5625rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #smgwLcPlSTShaDseNqFsktUiMxsE3X4J { top:4.0625rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei { display:block; }#qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xM3hSJaQaXD79dEySi0IZ5c07XuTNsHv { top:6.6875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTIGT2QhaJ4GrZ9Tho9KshgtTrLRFpeG { top:2.875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STgoyCNNzXTlaq7tWNOzSswE9iaB5g4L { top:2.3125rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #omv8rBEM0CEUG4yb5x0dMDwAAkSQ6u65 { display:block; }#omv8rBEM0CEUG4yb5x0dMDwAAkSQ6u65 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o840vrusbbyaqg68wO2sV0hP7lcgdxWp { width:17.0625rem;height:3.0625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqUg7NX68P97uVistGKPtMbnhGMWCNET { display:block; }
 }@media only screen and (max-width: 763px) { #MuQT1bqiBzUH0TTWb7L7MTs4i6piOgRA { width:17.0625rem;height:3.0625rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1cxT0Pyh7H0I7ezfaL7iz4B7u4lb6oT { display:block; }
 }@media only screen and (max-width: 763px) { #kK5goyfx1yWmsxr0hXtr7I8rJWUDNBTz { width:17.0625rem;height:3.0625rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruEnsUELK0TIELNR05TywvCald2hrk5u { display:block; }
 }@media only screen and (max-width: 763px) { #LdNSLcaZhfpxO1GZ6invlOnxKANrLZPD { width:17.0625rem;height:3.0625rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkQUDhRNxrrW18hRn9Bm9kTaRnAQczb9 { display:block; }
 }@media only screen and (max-width: 763px) { #fsZ4HLSi8C9WM8SUfe5QU6mcO1IRwBe7 { width:17.0625rem;height:3.0625rem;top:1.9375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbUEfDAnW9Fv5ye5AJtLB2fw4p7FDnyK { display:block; }
 }@media only screen and (max-width: 763px) { #BZnIazJIPrdo2C4b9otfeC6gVVcds15m { width:17.0625rem;height:3.0625rem;top:1.9375rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCcdiNKF4KT2HGTeiu1S9TQZnuwRVNil { display:block; }
 }@media only screen and (max-width: 763px) { #gL9m3Ti93Tvi1fCMSoPsgwwDTRPmP6U3 { width:17.0625rem;height:3.0625rem;top:6.0625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAhH9UrQz2FzPgflHlrqzMJkZ6RdFz7N { display:block; }
 }@media only screen and (max-width: 763px) { #uOsGUZ71p8eWupo6gizAmn0EqSL7E8nT { width:17.0625rem;height:3.0625rem;top:10.1875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJKLR856JOmhyKO3aMFS7mBXPDUGMXaQ { display:block; }
 }@media only screen and (max-width: 763px) { #EWPzTVuPKFJidAp95fE5A4q59G958Gwx { width:17.0625rem;height:3.0625rem;top:14.3125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzGazs78l4Qw6yrELRKzab6hlkZodNil { display:block; }
 }@media only screen and (max-width: 763px) { #a9LVdK5N2zbfMoS0BNvsxkhzSRcBzbtJ { width:17.0625rem;height:3.0625rem;top:6.0625rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoEL7ENaOaTxiCvxpNvKxtIK2VCUh0MZ { display:block; }
 }@media only screen and (max-width: 763px) { #zkX2Hl9WAno45y9TA9NARbaDbbFXRqw9 { width:17.0625rem;height:3.0625rem;top:10.1875rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukIC2OOgvl3Qz6Od7qesNcrV0EUkNMTT { display:block; }
 }@media only screen and (max-width: 763px) { #o9vV5EWxNKhtAs4VkWA79Gdgy5nHHle6 { width:17.0625rem;height:3.0625rem;top:14.3125rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVLBWE0alb9AEXLX7MquSDoftTTGS2RC { display:block; }
 }@media only screen and (max-width: 763px) { #vX8Vv1lQrh3Sa95uJTb26bVu0NLtdvwX { display:block; }#vX8Vv1lQrh3Sa95uJTb26bVu0NLtdvwX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeEa6efAMOpsBo6eN3fAoCKnkQxTB5ay { width:47.75rem;height:1.4375rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0uO17THO2Vwb4klA2rpXHzF0uwHzgXJ { width:17.0625rem;height:3.0625rem;top:5.3125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNrU0WKFERTmpZEQHk8sBSrCkPFLo2bK { display:block; }
 }@media only screen and (max-width: 763px) { #c7yWUSlO04TfRJHmLQDdsD6DScWgwNMc { display:block; }#c7yWUSlO04TfRJHmLQDdsD6DScWgwNMc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmLdIOwUqHZeLmriPx61rAy4GKiJC8eP { top:1.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FysxgGXXAXAPgoiR6pbDhS9wfqADtPWW { top:2.5625rem;left:32.125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh6rXQTHQ9P3errvfpk55AIpZA3J3z8Z { top:2.5625rem;left:0rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ4hFVTd5FgiM1Ll91WzZaTa0KBSfCeu { display:block; }#rQ4hFVTd5FgiM1Ll91WzZaTa0KBSfCeu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLScw2osVFG9iI6nMqRwaJGCTH4XXwBD { top:1.4375rem;left:0rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl1mnxB6PyGPT4DlWVmwuF1kDbRDDTRi { top:1.625rem;left:9.8125rem;width:14.0625rem;height:2.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcKUQc3eQqzrhcV4BZaHvuiyEGerwdBc { top:4.5rem;left:9.875rem;width:14rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfRhRMEH5wfcbhWT98VhizsCcDsqTHGd { width:8.0625rem;height:2.3125rem;top:6.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHisJZI5AmUdkNLE0QXHM3qub9tSv1J5 { display:block; }
 }@media only screen and (max-width: 763px) { #yL9aNQfp7ZM26yw5JXzfwklqziMgMLS1 { top:4.9375rem;left:33.75rem;width:14rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmTewWDzV9dIdRsnWghXwpUUKtrsTqkD { top:1.4375rem;left:23.875rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHwLTwLoBErpwm53XLNKPtu7ku68JgOJ { top:1.375rem;left:33.6875rem;width:14.0625rem;height:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqForW8olBdO0CEtgTQaBS43rf20KOST { top:13.5rem;left:9.875rem;width:14rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azMGv4ABAuhzqWGQxW5NZrdxxyTAZlaF { top:10rem;left:0rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvddUDJpifPfrJzy37IcuLOIBv9MQLz3 { top:9.875rem;left:9.8125rem;width:14.0625rem;height:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT2pz9WAlJWThv1RBrP73wQctLEpEVRn { width:8.0625rem;height:2.3125rem;top:14.75rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ92CKIm9FlGWPWCguyIeTLdcox07D4R { display:block; }
 }@media only screen and (max-width: 763px) { #Q9XlfsIgMiHwTVXPaxGBSDGcdTGkHXm7 { width:8.0625rem;height:2.3125rem;top:6.125rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5NGQngJ1yQeWmw6qtCZe5nRxSTaG46x { display:block; }
 }@media only screen and (max-width: 763px) { #qsUJNoAx9l1sRtmul3k0TDKpslzuiVBm { width:8.0625rem;height:2.3125rem;top:6.4375rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqohcVS3u3diE7NqHw3i52LTviiQlFFM { display:block; }
 }@media only screen and (max-width: 763px) { #FOOXAsSGLW3sIDFcg22WvcT4M6ab8EK6 { width:8.0625rem;height:2.3125rem;top:6.4375rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gCN25Bh13VCg0y3gNCk8CL5tBNsJmN3z { display:block; }
 }@media only screen and (max-width: 763px) { #N3IqFu9cgPJkIwAuRWgEeZiIRHacJ7u3 { width:8.0625rem;height:2.3125rem;top:6.4375rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aUOJrR4SUJrmtwoptwOMUsIdh63q9p4a { display:block; }
 }@media only screen and (max-width: 763px) { #Oqa32N52eLMbKQOLd2iOZMQ30eSafuHK { display:block; }#Oqa32N52eLMbKQOLd2iOZMQ30eSafuHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEXuUuldtRAmciQErmu9AKTqmfPutIXo { top:1.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbvDseC6O5Psm13lMRgd1AXXlOXkNxIb { top:2.625rem;left:0rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InhTgLCF0APcOViE2Ov9JliL7QPRgafx { top:2.625rem;left:32.125rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTg0iVRmsqmHRFxGEaaw3xPflOA1PRp { display:block; }#PiTg0iVRmsqmHRFxGEaaw3xPflOA1PRp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1UyieWI9KSR2CWsbCi1wuR1tVrX723k { top:1.75rem;left:0rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y49yOBHFImNpmWrq64JdhGRyGhskv377 { top:1.6875rem;left:9.8125rem;width:14.0625rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re0eFuHHTrCz3IzCwUU2ZsDJu0UmGDT6 { top:4.8125rem;left:9.875rem;width:14rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUVCHqgdaDlnFW3yfypKGkQsEoOAbKxh { top:4.8125rem;left:33.75rem;width:14rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRIPXXoJdTThGKeHfZuR89xFwz58V3nI { top:1.75rem;left:23.875rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXnz2Hc2p31GKxmsQml82v8hggoF0yIw { top:1.6875rem;left:32.8125rem;width:14.9375rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqsFk7VUkTxzskZ2ACtkiKct1vyAM9pc { width:8.0625rem;height:2.3125rem;top:6.4375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3Ueu6PT9lxNDnRW9RpnJ6doQ7pVqBAr { display:block; }
 }@media only screen and (max-width: 763px) { #zvRpx3J62Xa8MSNHddc6IlT6unlvCv21 { width:8.0625rem;height:2.3125rem;top:6.4375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awaT42nkgrFVOITVSJ6NDP1A21TJ42is { display:block; }
 }@media only screen and (max-width: 763px) { #PDhxuxRiovyVGmb0APPpCBH3u3QM0KLA { width:8.0625rem;height:2.3125rem;top:6.4375rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wNGoMtXa8vTTTW7QsRbFrFTqAGxnXiEs { display:block; }
 }@media only screen and (max-width: 763px) { #wGhuvitVdK7FQEaNWJtewqf2Lv6CIKVT { width:8.0625rem;height:2.3125rem;top:6.4375rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3eUBnZywKoedqZcSteFFUlqMuyFxhEf { display:block; }
 }@media only screen and (max-width: 763px) { #DA6UvPQHC3DwKogtf9eJG784AEl0lGIT { display:block; }#DA6UvPQHC3DwKogtf9eJG784AEl0lGIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqTSlDTNwIEVBcuhTl4RtDFKXqdIBdFT { top:1.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1QHDXgNvv8CTrbafAJyOy4phJk5cWbg { top:2.5625rem;left:35.25rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoRUT6gI3Ci3RZJRUtKQ6JxsZFiIXT07 { top:2.625rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ech4Wpqk0AD8EVWK24s1gSaPNtJvIBE5 { display:block; }#Ech4Wpqk0AD8EVWK24s1gSaPNtJvIBE5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUCUPhPhGMHzJr2KuXUuwpIIBiLpgPEv { top:1.4375rem;left:0rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfpA4tnBr8OkOGq07cmdQ6hTCZCLPnGN { top:1.625rem;left:9.8125rem;width:14.0625rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHIQ75kTLasWzPFpeOtOK1AfXHywxahQ { top:4.5rem;left:9.875rem;width:14rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHJKks53uC3DZCJTdn6NKTiS5X7JXUZA { top:4.5rem;left:33.75rem;width:14rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd7KcyhrZdrVw8K2Wk7P7RFArHAfPXJ1 { top:1.4375rem;left:23.875rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3pvCBHVPG8a0kW9TJmh9trC93cUWoi3 { top:1.5rem;left:33.6875rem;width:14.0625rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScOGJXXx3TOdWiJeqt4yaZ58pClanoi0 { width:8.0625rem;height:2.3125rem;top:6.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXgqB1ZrVD8txoXxSsKoBEGkRzomCDI9 { display:block; }
 }@media only screen and (max-width: 763px) { #tRM9cXQt7qLT65yBDRo3w95mVPpkR1gt { width:8.0625rem;height:2.3125rem;top:6.125rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTx9e2aidgV9VRRe4JMnrlr8NBRmv6iU { display:block; }
 }@media only screen and (max-width: 763px) { #tdmEep8k7mBN3FGLbOZdzR6z0t5B4mXz { width:8.0625rem;height:2.3125rem;top:14.6875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L18VtaeRTga86pmw0lWGJ7vypbxFiGoW { display:block; }
 }@media only screen and (max-width: 763px) { #gCcVkBcpePphe9KyaPlOTSvPCk7BKrxX { top:13.125rem;left:9.875rem;width:14rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgfsbk98CXER2P1LCBBz4SCWhvJ17k7R { top:10rem;left:0rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e74d0Lr66MvodZmJvgkA5qSnr81BBVeF { top:10.125rem;left:9.8125rem;width:14.0625rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZezNq85AuHTVBtsAI9iyU6iAKuXP301F { width:8.0625rem;height:2.3125rem;top:6.4375rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hq9WlHQPuLvAZpQBtzTnfNBS4UO63IIQ { display:block; }
 }@media only screen and (max-width: 763px) { #bMiQe7g4vmNdS8heMTCozq46kPJ6fkdR { width:8.0625rem;height:2.3125rem;top:6.4375rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGQQ374rTHChqoopretAOgT1QChpF4OT { display:block; }
 }@media only screen and (max-width: 763px) { #d6nkNUx9uTo6nmlHsqZKtetlBRe9FNfJ { width:8.0625rem;height:2.3125rem;top:6.4375rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rsOlXTI1LnTp1iTpuXt0NcGooKgTdtsa { display:block; }
 }@media only screen and (max-width: 763px) { #N6CurNpTvK2ZGpETqVTLtAFV9AIvWJ5s { display:block; }#N6CurNpTvK2ZGpETqVTLtAFV9AIvWJ5s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Trx7If9l5sqGEyyiWbRbbPWvCWmwiLQT { top:1.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUkafxkBkZXiUnfDkOCGRWF8yVoKARGk { top:2.1875rem;left:35.25rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztAXfLdqOHT73uDh3ZerwqEhfkiyxQUx { top:2.1875rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR6v7c2axIQHlBQSCQRtRplyyeV7n9GI { display:block; }#qR6v7c2axIQHlBQSCQRtRplyyeV7n9GI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlEsn4mpc91ygCG6qrWslrQXphoqh9vF { top:1.75rem;left:0rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6ii0fBTOZJl6C5GNCMVvGyC838sdCPS { top:1.5rem;left:9.8125rem;width:14.0625rem;height:3.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6FAdWCfIunuwnO8PXnvT3SiD7kzR9dG { top:5.3125rem;left:9.875rem;width:14rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhnS5l8Mcrcu6nFPcJFvdwsh4uMBlDGU { width:8.0625rem;height:2.3125rem;top:6.4375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVTcSLiE7gaNNorTE2M5b95MC5wtdUzt { display:block; }
 }@media only screen and (max-width: 763px) { #JrFkIKzaGhlDJdcpcuQ2TGbTQpRbgkXL { width:8.0625rem;height:2.3125rem;top:6.4375rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3FUKRnRLCPSUTwr47GmtESXDWoNvsPg { display:block; }
 }@media only screen and (max-width: 763px) { #avKH78TJmSFKaNt5c3fxBLXW68QORz2a { display:block; }#avKH78TJmSFKaNt5c3fxBLXW68QORz2a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMd2zSHgD0Q8QFwKE3fCEGUznEuWCv2X { top:1.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXBSAu55QQIk83SVQsTTUsyzUMrgLmBX { top:2.1875rem;left:35.25rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAf4T6ery1RholdpTaz0IvTTuJ5sAUbr { top:2.1875rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNyBLsoG4kOwu3X2Bqe5k1Czqwmwwl3I { display:block; }#MNyBLsoG4kOwu3X2Bqe5k1Czqwmwwl3I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7AP0bzovgbR1Wuw8oDhLPh1XP9cwwAl { top:1.4375rem;left:0rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAsTTcfsqcwZidd3wPTREdCUZ5BTg9C3 { top:1.625rem;left:9.8125rem;width:14.0625rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVRel0QpNrVkuPWXQfrMXyGoxqThATby { top:4.5rem;left:9.875rem;width:14rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUM4eAdRXqAPMhF3gisSGFFVykVu6hmr { top:4.5rem;left:33.75rem;width:14rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fmpn8U2BHTBBKSVtvCzSuk4XraxJOErU { top:1.4375rem;left:23.875rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAZZFlsqvXQhnqKGKeuBEpwl1BT5Xx2C { top:1.5rem;left:33.6875rem;width:14.0625rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbyCwIaOkKNOIpAxT7qfnoVH3GtlIt3M { top:13.0625rem;left:9.875rem;width:14rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MObEbS1BCa2RuVL9CCtnHWTHOlvir4lJ { top:9.9375rem;left:0rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8tpTKv0bRaWgvw3cLp0Qibd6M4EzhOk { top:10.125rem;left:9.8125rem;width:14.0625rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSy7LGFx4wNu3lTURPEhkFrMOyq7Irbn { top:9.9375rem;left:23.875rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itqo14qd4xKb0O7iiAQRc30SlZwC77Sb { top:13rem;left:33.75rem;width:14rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBX5CT6qM8ai7vaT7w3DslTD1blVNkks { top:10rem;left:33.6875rem;width:14.0625rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egTfVN3wUR6JRlb4vea7QpUT9PtxdJte { width:8.0625rem;height:2.3125rem;top:6.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCDUx4iDfg0g0GIgScObnmi0M6xSdSXh { display:block; }
 }@media only screen and (max-width: 763px) { #hZvlDXiQz3ZH9GS03fuXRcP480HcvuBr { width:8.0625rem;height:2.3125rem;top:6.125rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5wKgfAGMpT02c8cN1tmsm0Vz1sLhGRQ { display:block; }
 }@media only screen and (max-width: 763px) { #BBs9I7dnlpRW2cMr9lHZIVXhmGvkB0Gy { width:8.0625rem;height:2.3125rem;top:14.625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVGNMnuzFAu9X4H4e3iLuf6VXWQp10wS { display:block; }
 }@media only screen and (max-width: 763px) { #UKdoTqlXTbRc1tTCLWshTStGCNH6Iomp { width:8.0625rem;height:2.3125rem;top:14.625rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECanAmb66lNrMhxxRDe2BgnW9duO8y3M { display:block; }
 }@media only screen and (max-width: 763px) { #KsEoQHSzgbMcBNUatLefP76yLuqEdSLR { width:8.0625rem;height:2.3125rem;top:6.4375rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATckT9biHhWcDhm3ZVKQIWi9s2Jqmi5g { display:block; }
 }@media only screen and (max-width: 763px) { #I90UP5Aoai6W0nGkoqp2aqJuASpg2LJh { width:8.0625rem;height:2.3125rem;top:6.4375rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OwXitf13maUsTXIBKZdVmwze9Aq4iiud { display:block; }
 }@media only screen and (max-width: 763px) { #g2SKMuhUwHCTx2wQl40FeF8kQ5Ges99F { width:8.0625rem;height:2.3125rem;top:6.4375rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V84PxmpMt3pp0OTouxTxSZn2H9MRbhqc { display:block; }
 }@media only screen and (max-width: 763px) { #NinxNlihTnqAsrsrq4A83g9XtgoGMeKN { width:8.0625rem;height:2.3125rem;top:6.4375rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lV0AEloPbcHeLBoJ8LFZCQvyTQQOMabB { display:block; }
 }@media only screen and (max-width: 763px) { #qZ2QWKOm4TB5aGLBpLVNM1uVZz1x5HOS { display:block; }#qZ2QWKOm4TB5aGLBpLVNM1uVZz1x5HOS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTTRV7qQsG40Cq5f5wBnOLgIugMsCbzp { top:1.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c72WmcBgzavIseRaLO6Qc7N5huECam6c { top:2.1875rem;left:41.5rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCL1AIoNolJnFI5zwh9L73Ke5ZcM584x { top:2.1875rem;left:0rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm35q9sRiQ0sZyIUSq27kXHRcROs0DTL { display:block; }#vm35q9sRiQ0sZyIUSq27kXHRcROs0DTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRnoCZww9Dim6nH1skBdQuwAJHzU3fGa { top:1.4375rem;left:0rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysNkdnmcvbqmp2LaIIgOI9ayoTC27e9b { top:1.625rem;left:9.8125rem;width:14.0625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU8INUadK3H1RoBQ3k6ZPOrelFZcOpME { top:4.5rem;left:9.875rem;width:14rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwagM7WPbKTCcNzaLOI96MAtmzMrnnJ7 { top:5.1875rem;left:33.75rem;width:14rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGEM8VnShcGTATLyfS35NnyhG3BxGgm4 { top:1.4375rem;left:23.875rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRHOU5T9f2O7FXNIuAcmJC3Zk4EDl3gZ { top:1.5rem;left:33.6875rem;width:14.0625rem;height:3.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmmZXtW7OKvVBC68to6opXizBmiPax52 { top:9.9375rem;left:0rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvzNZr6c5ensGOAlxzqc4JDnWB5KWSvR { top:11.125rem;left:9.8125rem;width:14.0625rem;height:3.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQtPXnTngGmxdm7hT53DCK7Vy0vF5u4q { width:8.0625rem;height:2.3125rem;top:6.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk9QJQTCC0Ae1nq0koHdBwpeLslbTu64 { display:block; }
 }@media only screen and (max-width: 763px) { #fwqN8ZtRtZUz8n58R84iJIpJ8zxTl0J3 { width:8.0625rem;height:2.3125rem;top:6.3125rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuhyIsi57Fv6fLduVk3DtnLc88F6gJnH { display:block; }
 }@media only screen and (max-width: 763px) { #OdGXyEMbweg8ZQxwTGm1KgNdOl7h7EKV { top:11.125rem;left:0rem;width:10.4375rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg5CNASZDCITb1T6I8xuKZscaTZ6oGzl { width:8.0625rem;height:2.3125rem;top:6.4375rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXmbKVHiruSmfP37VoLZowy1ZOAsFfOX { display:block; }
 }@media only screen and (max-width: 763px) { #hEvtyqkNzBbGwAQC2fAObLp4LOftb2Vf { width:8.0625rem;height:2.3125rem;top:6.4375rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WDQ7yft9A7FBt3ys9hHWxSTCVNba1amC { display:block; }
 }@media only screen and (max-width: 763px) { #dk0JQnWxBfl55WIzOUkeKegUlrvecPE8 { display:block; }#dk0JQnWxBfl55WIzOUkeKegUlrvecPE8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeQMlEMI0nOWm6AiLMqHxTWW2V7gn1Wc { top:1.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPpczmLWJhDwUQiJm6ShcWa2As4NItlK { top:2.1875rem;left:35.25rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkfQoxmp9eNLZzKTpKcloS4cDPQHFka2 { top:2.1875rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTS8C37FmhuQeoZ5Eew9xtKwsusWFQ3o { display:block; }#lTS8C37FmhuQeoZ5Eew9xtKwsusWFQ3o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZD25gL3mnD9JxXtG6gGkXkp3PDcstlF3 { top:1.4375rem;left:0rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMes3s7NNgyEG0C4Uz5QGdcn2eyGJTKx { top:1.625rem;left:9.8125rem;width:14.0625rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF0ySs56NtD7F71iRLRgf6PkUmU1NNUS { top:4.5rem;left:9.875rem;width:14rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCVnVUgXKfUUbZF27g5uLTJbPnqIyuM1 { top:5.0625rem;left:33.75rem;width:14rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhuxVwVf4o9FuafF3dsl67XX0Cw9CoV1 { top:1.4375rem;left:23.875rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuXClCaXXgKTOAhBZPhNJk3GTzW6FA43 { top:1.3125rem;left:33.6875rem;width:14.0625rem;height:3.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIx3WwvSTC5gKKVgsd2a3MNRCWqctzTR { top:13.625rem;left:9.875rem;width:14rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbN5B8TK5X6IxBMeEBEpwvC3nMqBuR8p { top:9.9375rem;left:0rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWFGKaAm2sSAu3L9WQawJSJCzRky013K { top:9.875rem;left:9.8125rem;width:14.0625rem;height:3.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtAHZ9tud2rkXWDcuRTmS5E1eQM6wioe { width:8.0625rem;height:2.3125rem;top:6.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8P0NIXqGTDrgleArmm2GkQDKJlqaXf3 { display:block; }
 }@media only screen and (max-width: 763px) { #iU1SQqZxp29nRDZT57ffRKtBAIFbcSo7 { width:8.0625rem;height:2.3125rem;top:6.1875rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InTMiPISyRM1KZRnektg22BtEFf44kLx { display:block; }
 }@media only screen and (max-width: 763px) { #bdITW8AWEnHfzIb8ifvZ8CrnhbdscM0P { width:8.0625rem;height:2.3125rem;top:14.8125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IROgtrPM51L3MbwDyxvz9PC54KVR8Bdg { display:block; }
 }@media only screen and (max-width: 763px) { #I8i4WZ97uAzZkxZ132LbqQzVTRaSAr7l { top:10.1875rem;left:23.875rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHnwN9PgEyegL70I6UqoIUbdFg2QuVLM { top:11.25rem;left:32.8125rem;width:14.9375rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX7lTfCS517DuQ59FLzv5RBQLqG3NuvQ { top:11.4375rem;left:23.875rem;width:10.4375rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMgZ6J7UEXCcEiuPEC4zFHzaUTFWnRiO { width:8.0625rem;height:2.3125rem;top:6.4375rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wrxbw9onJZ6JJ3UraeO5kVHUVxV6TS4g { display:block; }
 }@media only screen and (max-width: 763px) { #qXwb5WZtTFFtF8SEqq00shzhFEd66ltF { width:8.0625rem;height:2.3125rem;top:6.4375rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WdfNuprPPLyTquhguD4xviZ7XPnEJgCK { display:block; }
 }@media only screen and (max-width: 763px) { #bhE8qs5B9IArr12GRpyDKvscf0yJ53GE { width:8.0625rem;height:2.3125rem;top:6.4375rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEIn496WX0aOv5cdLTgWs3vT53u08Uel { display:block; }
 }@media only screen and (max-width: 763px) { #E57HVT3g0XHKXhOM12vzq9WwGLn9TWEu { display:block; }#E57HVT3g0XHKXhOM12vzq9WwGLn9TWEu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vfziQv6ndi6asHxfhHNgtxLe7WQ7pXZr { top:1.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5U3lvDhP3eBBXxEpAdTKTOiionTJTzv { top:2.1875rem;left:38.375rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzxRud1T3dTSWfRlJSogQBCIREflWOUW { top:2.1875rem;left:0rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcCO7miJrfQJXz6gABvufKVTMhvBi8qx { display:block; }#EcCO7miJrfQJXz6gABvufKVTMhvBi8qx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDeiAsAQDhiJKSFmUf8vuoue4CFxkkR4 { top:1.75rem;left:0rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhiIZgb36GB67R9ziE4HGPNZKfv2g4fV { top:1.6875rem;left:9.8125rem;width:14.0625rem;height:3.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWfdE5Lmo9VTP7LTA9cyIgka5nh2fmV6 { top:5.25rem;left:9.875rem;width:14rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUgtWZG7ev5BggVPOt1iFgV6N6VCSi8U { top:1.75rem;left:23.875rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6ThkH6XInGOl0Zz72SnoT6ZQd51A6Gn { top:2.9375rem;left:32.8125rem;width:14.9375rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQzyCDFCxFxhId2bQTTapTeMibl9sPgI { width:8.0625rem;height:2.3125rem;top:6.5rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiHtqFEmxLP06DXs3N8ie2e8KxlEPlgQ { display:block; }
 }@media only screen and (max-width: 763px) { #k6smU7zxpPBOIvn1ifCi29DIMoBitzct { top:3rem;left:23.875rem;width:10.4375rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8IpxK5VybTPAGDxqgGV3ohvWgV3TqyX { width:8.0625rem;height:2.3125rem;top:6.4375rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBWuIpqfoWenVrVHhlL5DJy4x0Im4DL6 { display:block; }
 }@media only screen and (max-width: 763px) { #eue6yfw8Che4tDHTmkHmEfZTIox3rCPx { display:block; }#eue6yfw8Che4tDHTmkHmEfZTIox3rCPx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nSp3CFFxedhrcDaPVKLVN1fGPyWeAN5D { top:1.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHRDWQpwAtBBn0q64478XDscDMvIehxa { top:2.1875rem;left:35.25rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmQGH8V942ZOn3Zzt8316ECxV1xxtEHW { top:2.1875rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPQInXnbb5Ed3gqO5vFNVFixTODuPnD2 { display:block; }#UPQInXnbb5Ed3gqO5vFNVFixTODuPnD2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQ3J3Bu6sXGkaRrzPu7KbZQQvAtdLz78 { top:1.75rem;left:0rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZONsGz8qMecTGfc5LaxceEMpiy8lQJid { top:3rem;left:9.8125rem;width:14.0625rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyZfFXXBFBLvAQytE2dIQgromLGhl82k { top:3rem;left:0rem;width:10.4375rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6zaqBQDq3RE2eIrswCCe6h2vBzDssuZ { display:block; }#q6zaqBQDq3RE2eIrswCCe6h2vBzDssuZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdfOUzz2VEdrfxq3PBQTFZkHvPkPZROx { top:1.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPZHPq0zffSu3bTZPGs3wPRSZUhZJxW5 { top:2.1875rem;left:36.5rem;width:11.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiT3bGcEZkTUlQbpx0DrwAuQ9Wyymwwn { top:2.1875rem;left:0rem;width:11.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9R68SoyymT7651usFiwtznRDtFErU6f { display:block; }#b9R68SoyymT7651usFiwtznRDtFErU6f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaM2RKXf6mo9r44VvgSAemeQnIm5L52x { top:1.75rem;left:0rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH9IzWhWDuAoZCuJ0TyetysQgmw9Isfo { top:3rem;left:9.8125rem;width:14.0625rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9U0yD19DsgTIbNB6kUdF1gdmF3I85a0 { top:3rem;left:0rem;width:10.4375rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONGF4Mzl8rZ67J3PFrltpGuT4x8eE0Nw { display:block; }#ONGF4Mzl8rZ67J3PFrltpGuT4x8eE0Nw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdNJDyVPLOcm1oy09BeNkAci7zUw5CFs { top:1.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #US57hII28TBMyltTfkmmDOmwZf1KgMwi { top:2.1875rem;left:36.5rem;width:11.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM1UmZOJ3CdgazsN0RI6WTIvhn9pfRKn { top:2.1875rem;left:0rem;width:11.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRf8uJ4w0ydrPbOiR1ivokgqWsdsgzJI { display:block; }#WRf8uJ4w0ydrPbOiR1ivokgqWsdsgzJI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WS7BSAoVHtwdZFJkkIieEpR3dcqlTxvH { top:1.75rem;left:0rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8vDarVVIOFEDaarTawaeVDgTqDn0Rfq { top:3.125rem;left:9.8125rem;width:14.0625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEd7yzL600uAgXJvdnseRhwSLm9e4GBy { top:1.75rem;left:23.875rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcZkthQ9HI5eBp4sANITX99ctIFlObZ6 { top:3.125rem;left:32.8125rem;width:14.9375rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtrKX6glWvVht1FiHJNE4ZPUxvM3Otcv { top:3rem;left:0rem;width:10.4375rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0DcK9w2DGc5gB7UcFMTlIQcKsSgB5ax { top:3rem;left:23.875rem;width:10.4375rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR7U4TMyiwUdDl7kZAQogltq9UCmseLr { display:block; }#UR7U4TMyiwUdDl7kZAQogltq9UCmseLr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlxAGzzHNPnSwpXy8GH9ShnAfkOuKHC0 { top:1.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7pZ1meVUHwGcTGVcEHNcxsZNIq21pNg { top:2.1875rem;left:0rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS6mkBPI99DnRgEac5HKDxgAXIUOzPRy { top:2.1875rem;left:41.5rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scKrpzQnCEwRPmN2IXKdpiw6TweG3GdG { display:block; }#scKrpzQnCEwRPmN2IXKdpiw6TweG3GdG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQvL4Hk1kZa6eTGxuFpKAkvzorH84CBm { top:1.75rem;left:0rem;width:12.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8uDDm0PuULDWsQ45T59utzi2QPmZRrx { top:3rem;left:9.8125rem;width:14.0625rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmNE15Jw0ETm1B8paIXeThV30WsJipX4 { top:3rem;left:0rem;width:10.4375rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1W32i8wzpiBARasB2HxKmsRuTuwG7aC { display:block; }#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H62UWktc5TRcN3OGDyUzTohoA2Dl2g7o { width:12.375rem;height:3.5rem;top:1.875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLO7TpssDyH0UlM8JOHho63Nval6WDWq { display:block; }
 }@media only screen and (max-width: 763px) { #wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd { display:block; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMKAneDNtO8Etf9HMen6CnL5bp8cKVbJ { width:28.75rem;height:16rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcCRDvFiFMrXxIP6FvGhMIaaQT0yefS7 { width:30.5625rem;height:2.625rem;top:6.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdohkHQrhaNngMCbKyXMMMNTNSryFiUX { top:14.625rem;left:9.625rem;width:22.125rem;height:8.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh3Urc5Jksq9cRw96Lw6VaAyVnTK1zPE { top:14.625rem;left:14rem;width:1.875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRM1JUeVTcUrdJEc8QQUDTwMPb5T8Wpn { top:16.4375rem;left:14rem;width:1.875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsVyseLP6tGbuZX75hfTsiQp6h6owdR1 { top:18.25rem;left:14rem;width:1.875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZamoFsMODP7rX6STRiVXJyI2Swk6fah { top:19.9375rem;left:14rem;width:1.875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oROci444d8RZJwOWtKLnir62GLZQxP0d { top:21.875rem;left:14rem;width:1.875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbxMBhS0QGaVDelONAgeXZ4rfy4cCnmh { top:16.5625rem;left:10.625rem;width:21.125rem;height:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDpIqHxfTAIwAiNzICZSk0iPkTmTvfWP { top:16.5rem;left:27.000001907349rem;width:2.0625rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #coTP5TGugWauR70ArFIc29T1AnFG8QSq { top:18.3125rem;left:27.000001907349rem;width:2.0625rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIhowCPxoAoklts6vhXo9WRQ1eM2b5IR { top:20.125rem;left:27.000001907349rem;width:2.0625rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ3zmgy1t1xpdDsUeCEEXTfZO4FXesvA { top:21.875rem;left:27.000001907349rem;width:2.0625rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiTEZ4DvNdE59MoJWMqtAVQx8W2qmiKZ { width:28.75rem;height:16rem;top:12.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #n40GyAA0ddTgyQ5AVuNyJ6fC8O2TH1Et { top:18.25rem;left:27rem;width:2.0625rem;height:2rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dC8VIIunWTsoLWu2hmEzOoOcw7V9ou3f { top:18.25rem;left:27rem;width:2.0625rem;height:2rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRg3f3KVJK4mGVzu9TPkDWZTEe65v9Hf { top:18.25rem;left:27rem;width:2.0625rem;height:2rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGUn7FSXwsTfqRy7DDCf7oPAraiHLQDU { top:20.0625rem;left:0.5rem;width:1.875rem;height:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #elVNExrm1erTSVWQTB4wE6M09AaDBHLs { top:20.0625rem;left:0.5rem;width:1.875rem;height:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xchbX5tDvVdpsc6Nl0dS0DpbPo4CPsM3 { top:20.0625rem;left:0.5rem;width:1.875rem;height:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4A8ikDVLKlbx6QwtHNNcwXzN8euiUo1 { top:20.0625rem;left:0.5rem;width:1.875rem;height:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qL2aK8fxhkdLwrOSIF8h4LdimvuhZoqk { width:28.75rem;height:16rem;top:8.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8XuAlSBLIfHKaCdTmAIXwv38acKBRTP { top:5.625rem;left:0rem;width:39.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ { display:block; }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKi17bKymdv1ib4WE5CtBMNWJE4aDtnJ { width:38.9375rem;height:1.75rem;top:7.9375rem;left:4.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsEdVItUC6skfp7tN4IRZ8yCiMWCLcif { width:38.75rem;height:2.625rem;top:4rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsci0dQu3i9pUwXMxs8ug2PR8ipavfsD { top:3.4375rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #En1SOz1MX7Mog3ePv96ybCyUbTKssfQ2 { top:25.9375rem;left:0.3125rem;width:23.3125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhtuvCLml7BhDNZnQRvk4cGVqvqvIEkd { top:25.9375rem;left:24.4375rem;width:23.3125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az0HTTvpObw0bPAFXsDNpA4nnPKM5gp5 { top:11.6875rem;left:24.4375rem;width:23.3125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKWAgSkF0ogC7EBvoiNWOqiV570kJpRw { top:11.6875rem;left:0.3125rem;width:23.3125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZQCPXqUAHvfnIhrMLCzgTBKlfbb60y6 { width:13rem;height:2.5625rem;top:41.0625rem;left:17.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAwtWZ1O4z27OZbtSoMct4wWLdmqE8Hd { display:block; }
 }@media only screen and (max-width: 763px) { #glCai0B6BzAl2Vzn1yX4R9VfThNvuO4J { width:23.375rem;height:13.4375rem;top:11.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiJqNy4eZin7htZvhRk6AnFSvWCXBTt2 { display:block; }
 }@media only screen and (max-width: 763px) { #VT7W5Tb5lpozpal7Gzuhqq0fL73U4boJ { width:23.375rem;height:13.4375rem;top:11.625rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v48TK5Frr0B30gKO9Co0TXp27pD1cSiD { display:block; }
 }@media only screen and (max-width: 763px) { #bwfIT81Ak9hAKdVIcZd1mPcNuGwkTnxb { width:23.375rem;height:13.4375rem;top:25.875rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUiq0wTmwdGsBQa92xnTy4sDnuEcx8Zo { display:block; }
 }@media only screen and (max-width: 763px) { #HX7ZMud4gK324uAscTZX16TrnIM97nhA { width:23.375rem;height:13.4375rem;top:25.875rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpIscMCDGn09JiCIL2Dri3zJKvG348cn { display:block; }
 }@media only screen and (max-width: 763px) { #eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 { display:block; }#eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKqvAVJDdcgNyNfrwMpzZ4lQMeUDSdFM { width:47.75rem;height:2.625rem;top:3.0625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyUczuGD0sBkfx4k6VkSKH4cng24CT2V { width:16.1875rem;height:3.9375rem;top:5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GUZdANUm2UQvz1cXxusToarohCfmZddA { top:2.5rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ3sdRqlV9kpQgirF9Tcvp3FEtQVeiy9 { width:38.9375rem;height:1.75rem;top:7.125rem;left:4.40625rem;font-size:1.0625rem;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:16.875rem;left:15.9375rem;width:15.9375rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi3wA1vauRobT1XiIdfFa8udLKNckR5P { top:16.9375rem;left:31.9375rem;width:15.8125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz2az5pKikn1yFBwln3356zL0DgbS8r2 { width:17.625rem;height:27.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqm2iO36AM34zeHXzWq25dzSwiszVCrR { width:15.8125rem;height:4.5rem;top:22.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLEkol4Ny8Lg0nZxMWxyhHa2ZbpetEH4 { width:15.125rem;height:3.375rem;top:10.125rem;left:16.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enkM0cH4Z7nbTPmBN9Hpk377grN6vWfu { width:17.625rem;height:14.625rem;top:0rem;left:15.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5tBvw2qVQ94nX9HADhnsKgNmJfgx4Cw { width:17.625rem;height:14.5625rem;top:0rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxhowcLMH3HQtvvSoorezEBFBU8N3d4u { top:0.9375rem;left:0rem;width:15.625rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuOOzRtKgzKnP3vPnkRlI5CCMTmB4bRz { top:1rem;left:16.000001907349rem;width:15.75rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaQx7Tr3TeZyL5HhOlvMzTfks9UnC7ap { top:0.4375rem;left:31.125rem;width:16.625rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krk00vcOGxKN76bU5nqAP8VS0Eimsr7R { width:15.125rem;height:3.375rem;top:10.25rem;left:32.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THu58QUT1t7MSHwA5lU1z6ULf2K0FQ4p { width:15.125rem;height:4.5rem;top:33.9375rem;left:16.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULtXvanPeeXyZ5Dpf7irvTuLkK3BiUb9 { width:17.625rem;height:23.125rem;top:16.0625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUD1AInSB33cnRgTxdtWKEMgIMb2Xciy { width:17.625rem;height:21.25rem;top:16.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeZDRlU4ML5PKIos6MN4TwsJUohLoFo2 { width:15.125rem;height:4.5rem;top:31.8125rem;left:32.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2Q4FVnpAyCVQPDRMhJNtJT4W4gQcKoB { top:30.25rem;left:0rem;width:15.9375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTBUbfSE6LRSG4faBT4E75IBUvKae3gU { top:41.1875rem;left:15.9375rem;width:15.9375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgJcSGsBlI6PeZV1ThLy55x7TKrlf1L6 { width:15.125rem;height:4.5rem;top:42.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHv5XQ5pyLe6NwTQSESaxrKTviHmMF81 { width:17.625rem;height:18.6875rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKvt30dsNapyo2WLvJrtAnM6z6RSgdK6 { width:17.625rem;height:17.75rem;top:40.3125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyBOaIm2tTM4klyA4oOd2cfXT8IHTQ5E { width:15.125rem;height:3.375rem;top:53.375rem;left:16.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST7PxCKZlK2HQ5DClzfDl7mSGKT5RZGP { width:12.375rem;height:3.5rem;top:59.8125rem;left:17.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTU6ahDCaBHt6ntVI2vxHdAPbriTwFkk { display:block; }
 }@media only screen and (max-width: 763px) { #T1gdOgltxfgAKWdRTS9VlwdxVztxm8si { display:block; }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FT3rXOLfGNxGLnimJv0pbfOecVveEETL { top:8.125rem;left:0rem;width:14.375rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAzTL1mnhJIKrchgzFwKcsg6GITFhbah { top:23.375rem;left:0rem;width:14.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z46dFbXKHDoK3gKZ4pLGEPqtLrqy6A6J { top:8.125rem;left:10.0625rem;width:13.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRI1DW2KmA2WiiV9ArQU0OKRse9sAtIS { top:8.1875rem;left:23.9375rem;width:11.8125rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZh7iux00tTAlxEvZh7q4DBE3HLNnqkm { top:8.125rem;left:33.375rem;width:13.5625rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAGK0d9KFHPrk0vWqqXaHE7PBQNa8UCr { top:23.375rem;left:9.4375rem;width:14.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAs3vBlWxrbnpDnb61J1oGCRtcPCNhMo { top:24.6875rem;left:0rem;width:14.4375rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myQrxLm0GVy42pBpKxIsGLpCS1EM0nlA { top:24.6875rem;left:9.4375rem;width:14.4375rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvBxDzoNA7PHJGrWg1lZaxIXp84WPegF { top:23.375rem;left:21.375rem;width:14.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzAWO5rVevu0UXZOMv6XQ48KzcriGXUu { top:24.6875rem;left:34.125rem;width:13.625rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI45RvuXyyJzF1VbbRFgagEcg8M5n0AX { top:23.375rem;left:33.3125rem;width:14.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuT1BaDMT1qaWff2EuFBBZnt9ArN8N3J { top:24.6875rem;left:21.375rem;width:14.4375rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5p2as8ecMNWTqRXsXCC8Guo3A0I08LO { top:27.6875rem;left:0rem;width:12rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t80NwVcT592QiBVE0B2q3Pfb03Th64de { top:27.6875rem;left:11.9375rem;width:11.875rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dth5PUPKiSvhm0Qbq1h20ED0kmmcT2RQ { top:27.6875rem;left:23.4375rem;width:12.375rem;height:1.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxcMwrnJDDaT8mc4J5c1QAJcmdFfLsvM { top:27.875rem;left:35.375rem;width:12.375rem;height:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdVMPdqbHIHTJTocuTmCK1rpGekRZbcf { width:14rem;height:2.3125rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #koXlgW13a2FRWF7D7z4nyNkrBDzHVezT { width:14rem;height:2.3125rem;top:27.3125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlISsuEkWZyC0TPRcB5w74BJX67wHP2y { width:14rem;height:2.3125rem;top:27.3125rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTmdBJmvflphiffEIA9iavxI8T2MsaTP { width:14rem;height:2.3125rem;top:27.3125rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdh7nfiagVA0dzmQkZuNPMBBTlqs14SI { width:27.4375rem;height:2.625rem;top:3.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF567f78cyRDZm1ns2zcsqmmToNMssNt { top:2.75rem;left:0rem;width:32.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaEVPFk2G6Q6CC19wVbz00ZympO9zxEB { display:block; }#xaEVPFk2G6Q6CC19wVbz00ZympO9zxEB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3XoqnR3bLk94v7JzP8RN1NcfVcOGVIz { top:17.625rem;left:7.6875rem;width:7.8125rem;height:2.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1WPKlPrKTclpSpOFcc55qUstNfLZxDx { width:9rem;height:3rem;top:17.1875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh7LNPMMFTetwD7wADTTGCU8aWitkxIl { width:9rem;height:3rem;top:17.25rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZfaa5VTyFJZTB41TSaFEacpT5r1CxGU { top:17.6875rem;left:16.0625rem;width:7.8125rem;height:2.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGGbp8gnkhUcPuzLRwrNKtaLvOOr204g { top:0.9375rem;left:0rem;width:9rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plSwrNPD9Po9MZSVvqpCUMgul8wbb6Jw { top:0.9375rem;left:7.125rem;width:9rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF8XTmBSXCdhPZUqwv8dWSoDUUb0qz1i { top:12.875rem;left:0rem;width:9.0625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td885pHa3G8TTuqvZiOw2Tr7P5pKB6MH { top:14.25rem;left:0rem;width:9rem;height:1.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdadc7ft3d20BBLRNWS2OlhhP6uInUnW { top:14.25rem;left:7.125rem;width:9rem;height:2.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNnH5MDkTWvyXt3thGErdTZRehXRIymS { top:12.875rem;left:7.125rem;width:9.0625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDfl8QgGRECRQ2nd1X1vqTabxvJhN2VK { top:17.625rem;left:0rem;width:7.8125rem;height:2.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC928kX2Z7cFkzqNTyPa3Fi6d5G4kgGD { width:9rem;height:3rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT6UZznIX1x1gHOIp8pM3WlR5Ksw1F5g { top:1rem;left:14.875rem;width:9rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWfRFJ7Rf4m4c6q27s8VaqHemSkht492 { top:14.3125rem;left:14.875rem;width:9rem;height:1.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5PqAGd9huhA5CPJN6mXVHHyITlVXsJZ { top:13rem;left:14.125rem;width:9.75rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUUJK7PQEvgIOdzvF88ntCDBSUVEJMf2 { top:0.9375rem;left:23.875rem;width:9rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9O3s7vXGdiTCUoZtN3kQA30OSyrmTiu { top:12.9375rem;left:23.875rem;width:9.0625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxAoxUvNR5SJ7xea0ElnvbQZdH68Nr22 { top:12.875rem;left:31.5625rem;width:9.0625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9Hky6XDdiye9JfEzeQkAPl16fVfMvUc { top:0.9375rem;left:31.5625rem;width:9rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcIrX8emVObFSr8SK7wW0hPTtpe5vn5A { top:14.25rem;left:23.875rem;width:9rem;height:2.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu6eGIv2wuUTC5AipMfZ5NNhuzOiNdBT { width:9rem;height:3rem;top:17.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFTe7xcFs0T26L3R5cP9brd2rTSBH2IS { top:17.625rem;left:23.875rem;width:7.8125rem;height:2.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQoCwd5FTHbk5b9fqZRDLlqyA8TKWs4O { top:17.625rem;left:39.9375rem;width:7.8125rem;height:2.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfgr1e9c2kwUUBesJR3xsCZaQsA4N68e { width:9rem;height:3rem;top:17.1875rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ2AdxmniE09eETF2pwuq7bmNHEN9gXa { top:14.25rem;left:38.75rem;width:9rem;height:2.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkI4gVkQOqF1reLmuB8rLdV0mBbUscxo { top:14.25rem;left:31.5625rem;width:9rem;height:2.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxDMgMfgbtVu46kZMvMO9qhyiXgxzUKP { top:17.6875rem;left:32.125rem;width:7.8125rem;height:1.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #edo2yHVCfKio8TE1uN51rvZuKXrqLq9c { width:9rem;height:2.5rem;top:17.1875rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHuxsc47Bi2gekdo8URKhFq5oVO67Cdc { top:12.875rem;left:38.6875rem;width:9.0625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdJqWFPpoiWNQIoSo3kRXiQcbgIBvk0g { top:0.9375rem;left:38.75rem;width:9rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHVLEa7aoq1Ehmzf1yEBxSN1TDWmwJm0 { display:block; }#SHVLEa7aoq1Ehmzf1yEBxSN1TDWmwJm0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7g9Fd06VkWDxhB9AAvcSo1VTtBBh57M { top:17.625rem;left:7.6875rem;width:7.8125rem;height:1.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxxBP5m9Qf2Pf5M6HROsJnJsgLoUbDUR { width:9rem;height:2.4375rem;top:17.1875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyBfZNpPVqCdgXCqu4C0KnV2rMnnTGAW { width:9rem;height:3rem;top:17.25rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoTUl2O1lOm3A8HOofavGG2PiQ3qfTU9 { top:17.6875rem;left:16.0625rem;width:7.8125rem;height:2.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5NSBai7BIGSRfaUUTtSOgDTZGf8BADv { top:0.9375rem;left:0rem;width:9rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD2z7CIdrNzBo0hQ5Bd0Cr2A9GD5oylg { top:0.9375rem;left:7.125rem;width:9rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7ABIaa1Z42THI0i94VXhSTXwFfXW3A1 { top:12.875rem;left:0rem;width:9.0625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgDbSURrQGk49xBui6quU7KHi6FzmOSp { top:14.25rem;left:0rem;width:9rem;height:2.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #by4XhfFLPCtLqy0vHPDPyBUZBJaPqpBT { top:14.25rem;left:7.125rem;width:9rem;height:2.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm5CQNZKcTczl9fyzxcqFQ1Jd8kqh2vP { top:12.875rem;left:7.125rem;width:9.0625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRiIfzBsxtkgrcZrU8XPuTu9oTGd610W { top:17.625rem;left:0rem;width:7.8125rem;height:2.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVOEpWNDOuDn0aWyDA0t5wNWpyVXCCc1 { width:9rem;height:3rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH3wlUHC2u9ScaCXnIdMiERZMWD6hnCi { top:1rem;left:14.875rem;width:9rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdkn424RQ4gPAws7Qbq77JrXHnaHdwJ3 { top:14.3125rem;left:14.875rem;width:9rem;height:1.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCf5V3NRdO2d5Hc7lBvZaCqKUR7nu5iv { top:13rem;left:14.125rem;width:9.75rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb0Pz3Xd69uoiIKkx5zTtf6cL4OJn2Mx { top:0.9375rem;left:23.875rem;width:9rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7aiA6p3xbcuPvPuEoUqDD9iFDXLU3Q8 { top:12.9375rem;left:23.875rem;width:9.0625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H80RZWJy0nbhXZpUtykuDJBlhLMo5aeu { top:14.25rem;left:23.875rem;width:9rem;height:2.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORvMUSexZUyTMQ0T2J1rMsX4yooVq6bp { width:9rem;height:2.4375rem;top:17.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTuyofxWKg3OrqMDgzB0bF9iJMh7sr8b { top:17.625rem;left:23.875rem;width:7.8125rem;height:1.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS { display:block; }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOSRSSDhUCLrTfJn38hohsffFulPdv44 { top:9.875rem;left:0rem;width:18.875rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC6MZUia7zpuXhSAkpciI8t1tam2IrJs { top:9.8125rem;left:14.906251907349rem;width:17.9375rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpdSUdkzqJNtLT9aE35QSJiZRRRcHNwq { width:27.6875rem;height:1.75rem;top:6rem;left:10.03125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM0p2JBWr8Dgmq1KGnThoDkB7XX2LJIA { top:9.875rem;left:28.875rem;width:18.875rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsSPUT3k9DR3MBIIaSxfkFpurwLbvKP1 { width:44.8125rem;height:2.625rem;top:2.25rem;left:1.46875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDqw8ws9TgXAVblJrL1IdlnPo9bXdf3L { top:32.4375rem;left:0rem;width:18.6875rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqpk0hWJCSNHq6HFMWzL0upGluPAg8Q2 { top:32.4375rem;left:14.375001907349rem;width:19rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtoXqn56LKKD89zcT28iX4ulFx7AXzt7 { top:32.4375rem;left:29.875rem;width:17.875rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7PtVR8N7RxNFtgRlBp3Mh5RSrbxtcCE { top:29.5625rem;left:0rem;width:16rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0T2QsVvgRdlBM6t8pT4OGx7bW2MERmp { top:29.625rem;left:30.9375rem;width:16.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6UtAPfiaPOWwsoHxPZBc8HQHSSvwvw9 { top:29.6875rem;left:14.375rem;width:19rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8LpKZ6WTeqXCuewSGXz0TSdXlOsBlNC { width:19rem;height:1.375rem;top:7.1875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gu7lWwWogVOUilt6hDLcT2arlm4TskRi { width:12.375rem;height:3.5rem;top:38.25rem;left:17.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAeSr5XBORQCTv9ARxqTp7utCJfw42FA { display:block; }
 }@media only screen and (max-width: 763px) { #UDBxLnTfXqFXdztzxCAUw2MntcIJz4hl { top:1.6875rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 { display:block; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btfoy2X1GkzXIMuU0XhFfPSoXb04eDt5 { top:2rem;left:28.187162399292rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iixftIFvoohVTm2ywLIC5QM4hkgqpCAU { top:8.5rem;left:0rem;width:24.0625rem;height:4.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #se8RXsQiTlyRUw11VsGsqgm3Hl6JkrOL { top:5rem;left:18.369735717774rem;width:18.8125rem;height:36.566179782286rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO1ZbnnyVpVVbcKzLHi4LrMCT04eyqH1 { width:12.6875rem;height:3.375rem;top:31.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI26Tb35Z31ShzWRTTKehDnfyPqzsqSb { top:35.0625rem;left:12.375001907349rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #q1J4ziSnUgON8NIGDlihkKR6fqk1XWbz { top:32.3125rem;left:0rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWFr3XC7hMBoO75uRbp7CFt0CNdlwHM0 { width:13.3125rem;height:1.9375rem;top:29.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muoacOPKMZFLh52L6PU7wergfILnz4Tq { top:3.5rem;left:22.250001907349rem;width:8.8125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxHQoKCoC8RJ0XJnGpxucB1AC8vbuKhI { width:8.375rem;height:2.5625rem;top:6.5rem;left:22.46875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdFmSnK4HRhUfrxy1My6FzP1BfUTUo3P { top:15.1875rem;left:0rem;width:21.9375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnip1clb343yyomUdAIq0R4siJqQzOgl { top:15rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwuaKrTQpEIvlIlRwr4xO7rbIwFa5Dvc { top:18.1875rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQqDw7g1QTDhEusKGcX3lRofaffnGvvf { top:22.1875rem;left:0rem;width:17.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSbdWyfdE2aHDD1DwWhCMsbdOJUzDLQP { top:25.4375rem;left:0rem;width:16.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW7FBfizCEWGVfk9Hh8MdVPOmwWk1tdl { width:11.25rem;height:3.25rem;top:28.5rem;left:11.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRzcLQRG5rcH4rMySPNxW54fVpoITrRv { display:block; }
 }@media only screen and (max-width: 763px) { #cqL4HTD7c5Wc6t6hRMdwTQKdb0DoQTFi { top:16.4375rem;left:0rem;width:22.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnN1BA0FZJ7Opga8F9Sx4izMpOnFS1IK { top:19.4375rem;left:0rem;width:23.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDC1wcDM7Q7SERJMrrxFwoV9RA8lBxwf { top:23.5rem;left:0rem;width:21.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIWeMnfSusNXq7nrkkTMQDoQpCsGEHPp { top:26.75rem;left:0rem;width:16.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtisEN7CukkUS3o5iwB9rzFO7pVkEe9s { top:18.0625rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhu36V145IWr9OcCLk1pK5MvvzT2AkgO { top:22.0625rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS9DsOkrWTlxhdC0SIvQdKmr5aJ96l0w { top:25.25rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwgLLykbZyD1MnqxL6929eb3cdIlTRoE { top:5.75rem;left:0rem;width:30.625rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECr7V4fTnwnIK9gkLZbLFJT68TKWGAIQ { top:13.5rem;left:16.125rem;width:31.625rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh { display:block; }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxgSknSh0gVgOw9nknsybk2vs5SQE8aE { width:26.6875rem;height:2.625rem;top:6.5rem;left:9.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQfFzGUT6nVA3dFaEclrewAVNw1ZxgQc { top:42.1875rem;left:4.8125rem;width:40.875rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwfT0cSnpTSbsaq97MAsd1geJePkJy4h { top:13.0625rem;left:0rem;width:47.75rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xszHhRx8RlTIqAECilvW7HWU0RLa4bOr { top:5.9375rem;left:6.28125rem;width:33.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB { display:block; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLXZGJRfiVc0k7JrWEVwszdfdDzz3O8b { top:2rem;left:28.187162399292rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRoksD5cEcq8TnFMwCc4lsm91NgM1lXX { top:5rem;left:18.369735717774rem;width:18.8125rem;height:36.566179782286rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALH4XbkePLNssoQ3QXHGfmnuyZA3Agdk { top:4.4375rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOaZ42LgSTI7gr3gVT1HryX1onz4MvZx { width:12.375rem;height:3.5rem;top:12.1875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5w9dbXCzosh4dQ3sS4PaCZvXuwsQIfW { display:block; }
 }@media only screen and (max-width: 763px) { #d1tDpdgpFJPpBwHGSCJiAu8ADFTKyZVD { width:34.625rem;height:1.125rem;top:18.75rem;left:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSVk5s7PZKPG1tGL9MNrvICh9JVQWmGE { top:17.1875rem;left:12.6875rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw .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; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw .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; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw { display:flex;width:18rem;height:5.0625rem;top:21.6875rem;left:12.31875038147rem; }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #oVXDZtpOm4kGNnthK0DTu1lp0wD6c36A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #EBTwV7KNh4upCigJnFruBsBrMCSyfuf7 {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #kaDn91CsWGCgciWBBMqegUeahV0FPVzu {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #kQtT3e0iJbgEPT2TPtQQUaW7fq9TykH2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #krFScTHRPNqCXTl5mybtkhOhzkWwZeS7 {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #xDRRyhX7FT3AlCh4R1AnsruPLTM5HSw2 {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #paXXwMQt3aHUBAvRelwromJwr5pWhf5D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #FTE8XVmkU9o7Z2eTFd4a2ImlPltW082W {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #igI7E4S6RIC7gkXb0qhDruVX9ThIEDiP {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #wh2QKHfnaWsAPLoCVu9Bt0lwptEhcDXT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #HXcobFIBnJIdAweKPK7hQSrM4UpxQwa6 {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #kzAKkVsTGT0URU1HgizERyzIUsvF3sPJ {  }
 }@media only screen and (max-width: 763px) { #KeTk5hV59KitlT8nTFxbrgW0MS61CKzn { display:block; }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acRLrRbWWN7STZu4PCJrlo8BQHOim9xd { top:3.9375rem;left:4.25rem;width:11.625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC7PkBNmBvhd8LdIh7Dn4sXJuerTTpvR { top:13.9375rem;left:2.5rem;width:12.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV29aC1xFrMtcIUpTVw9PJCX0zII500e { top:13.9375rem;left:4.125rem;width:11.75rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqVJTxZgRQm1dfIPBBAQJdyFDTyopiSP { top:23.875rem;left:5.0625rem;width:10.0625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #an5TSw2SOvABy7sQuCqrexidcUJ6RE4A { top:14rem;left:24.0625rem;width:7.6875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlH0IcVQ9Ebtk60mfGTWlRhc3lIfri1a { top:6.875rem;left:6.125rem;width:9rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i22qLuxmkeFoK8BdfelyRQrBTydvc4Jm { width:22.25rem;height:1.4375rem;top:11.75rem;left:9.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbWdcT8J8b7vdz6UeF0gzl58f0TOTauO { width:22.875rem;height:9.6875rem;top:16.5625rem;left:8.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcNrSn2NWsGzLk0B094VrOb00mudo5XF { top:8.9375rem;left:21.1875rem;width:10.5625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1pdOGT2uoS1CfVxvyA4TGr1ZdQgw6th { display:none; }
 }@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:6.75rem;height:1.375rem;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) { #Tl0yyEPS50JFUuqZ0y8BsPtwrZcCG41A { top:9.8125rem;left:23.875rem;width:10.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#eaeaea;background-image:url("https://images.assets-landingi.com/uc/77463baf-0772-4137-9450-01950e299786/LandingPage15.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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) { #OwXU3IlGK240NJZybC9QhqZdS46KfKpe { position:relative;z-index:auto;display:block; }#OwXU3IlGK240NJZybC9QhqZdS46KfKpe > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k .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; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k .widget-text.counter-number { padding-top:0.28375rem;padding-right:0.253125rem;padding-bottom:0.28375rem;padding-left:0.253125rem;width:1.518125rem;min-width:1.518125rem;height:1.52625rem;font-size:1.135625rem;line-height:24.42px;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; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1775rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.02375rem;height:0.603125rem;font-size:0.425625rem;line-height:9.65px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k { display:flex;width:12.125rem;height:2.874375rem;top:1.6375122070312rem;left:3.9374998807907rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #W7ulgz5h6gTW5tOIkUCIM95Ky0oA0VMn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #WTz3O8ASxTo4hEOU6KZ3CZx75TWlo4qr {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #wEhHzFl7sbTFhOoQ3sOqHRSq6mGZKTol {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #mOR0AXrwUJToNI4AnwtOAT6JKFMQ38e5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #doGtEIsTM4pXeJmzGGZ5ytLiB2cILyiy {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #xCz1zqk9PGNCc3mlCokgyWGtHDCQ9WbI {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #w4Ti61xpzuyF2qyybZIyXHcWiE3Okx9m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #HFkKbMFuihkfyu9L9b91iLUHUm3DSJcT {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #p8tH52thhfwUDyFLdPpTvACDRg7KW1nw {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #J8uhwQ8ApbevsvRZWwMA4D9IHcwucHAL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #EeBqVksVOv5qHNx8iapn1kcVHgKvRG5z {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #ZMvDfifvSkFFmnKybWN7HuQhR5shTmey {  }
 }@media only screen and (max-width: 763px) { #th4va98UEWqtb1KRdN4HXL7dTgqo624Q { width:14.6875rem;height:0.975rem;top:0.75rem;left:2.6875001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nL3Hb2cPBBVitq2pPsi1KTMEi8ACTTc4 { width:14.625rem;height:2.9375rem;top:5.2609558105469rem;left:2.6875001192093rem;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: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:100039;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #Jd7lu6WZ3SUWZLgk0TbqSycO10JTWeiX { display:block; }
 }@media only screen and (max-width: 763px) { #s9tnPTlAvS2NUwhCqZd6D6VRo5XLZxEX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/77463baf-0772-4137-9450-01950e299786/LandingPage15.jpg");background-position:top 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;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 .container { width:20rem;height:40.6875rem;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) { #gAKNKvRUbEpnVzN5raJewe0F6VhfMN1h { width:1.75rem;height:2.0625rem;top:2.75rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2ST27rbHzpsxKPv7ozTAKDTSaGAzT8a { width:19.625rem;height:1.4431125rem;top:5.9375rem;left:0.25rem;font-size:1.0625rem;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:100000;display:none; }
 }@media only screen and (max-width: 763px) { #bKvPTqtpwCX6bODlP8lpsCABk6crTCmv { width:17.5625rem;height:3.8964875rem;top:9.8125rem;left:1.21875rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;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; }
 }@media only screen and (max-width: 763px) { #Bix9GZpAPNWTBTGmscLlNSK5JMcTGHPO { width:18.5rem;height:11.5rem;top:15.21875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNAVGvru9DIXBwwpSnB40ZEL8mL6pnAf { width:14.6875rem;height:1.03125rem;top:33.0968773067rem;left:2.6562501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer .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; }
#duI0eVx9iT7bZW96RQuT2KE7hWrvKXer .widget-text.counter-number { padding-top:0.36375rem;padding-right:0.32625rem;padding-bottom:0.36375rem;padding-left:0.32625rem;width:1.95875rem;min-width:1.95875rem;height:1.95625rem;font-size:1.455625rem;line-height:31.3px;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;background-color:#400068;background-image:none; }
#duI0eVx9iT7bZW96RQuT2KE7hWrvKXer .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2275rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.61125rem;height:0.773125rem;font-size:0.545625rem;line-height:12.37px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#duI0eVx9iT7bZW96RQuT2KE7hWrvKXer { display:flex;width:14.4375rem;height:3.684375rem;top:34.1281273067rem;left:2.4093750715256rem;z-index:100040;padding-top:0.6375rem;padding-right:0.653125rem;padding-bottom:0.6375rem;padding-left:0.653125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #Z1sdQGJM54ya83yUaX66UKA7aXG5raFG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #UV2ZZo2V1pTCC9nqaCho4xDPlKTsIGHu {  }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #uEvLXy26VDC9QdyroGrk5K61QRyuB0mM {  }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #txKmZ1QEINnohXy4ZzGmH9fNKDpTw8tK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #B6ysD6n7o2kCODD006mIHV10mvenvWNi {  }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #me1vSZ0KexaeJ8MfWJ80xJ8biTo87oe9 {  }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #Th6UbQRNldJgeTqAsqfqs3GBPf1W21eH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #nNgT2fRD6fsiZ5KsnZ5fS6qPoTvin4e2 {  }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #is7h79TL6yGm9FJsU6Nk7NAOalks3mTB {  }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #ncaAWrEzE2TLEgJESOfSe2pVMb4861ny { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #Ikd6B4dz1NPF8Q9OCozzpBbfN8Uz3WrX {  }
 }@media only screen and (max-width: 763px) { #duI0eVx9iT7bZW96RQuT2KE7hWrvKXer #igpSpDeiF629W2J0TVB7nd008InCvTx7 {  }
 }@media only screen and (max-width: 763px) { #DUcU0eqpP3d8yLttCCLLgIqWap5IRL7r { width:20rem;height:1.4431125rem;top:7.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wt4nygQMEQExTewJ4bEruVTicWt1pnaK { width:14.625rem;height:3.25rem;top:28.971093386412rem;left:2.6875001192093rem;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: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:100039;display:block; }
 }@media only screen and (max-width: 763px) { #LAI44atK11Qm7aTh4rrp6wT2fer7Nrp6 { display:block; }
 }@media only screen and (max-width: 763px) { #vUBNtTywrensPo6WkT7VzSKOTQ7RcukW { display:block; }#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huOzCTUydQZ9V0T4dd2OrMVLWfl6TGXo { width:14.5rem;height:4.5122rem;top:2.2492179870606rem;left:2.7500001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xybtnQwIgxFF7MtPe26hyVk7BddFWbsv { width:14.5rem;height:2.92480625rem;top:9.5617184638975rem;left:2.7500001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeMReHh17kt5WTyeN8Kgnw2SWE0sJw9P { width:14.5rem;height:2.9873rem;top:15.375000476837rem;left:2.7500001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;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) { #g4nw4SSQb5Qo7nmzTVnf9PNLw7i7LOib { width:15.25rem;height:0.125rem;top:8.3125rem;left:2.375rem;z-index:100040;display:block; }
 }@media only screen and (max-width: 763px) { #J8160qqrmZtEzJqEIBaB4G71bU2KO4i3 { width:15.25rem;height:0.125rem;top:13.8125rem;left:2.375rem;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a7305026-52f4-4ab4-868c-d204c050e0da/BACKGROUND.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG.adaptive-delivery-prevent-bg, #hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG.lazyload, #hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG.lazyloading { background-image: none; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row .container { background-color: transparent; background-image: none; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row .container > .video-iframe-container { display: none; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row > .video-iframe-container { display: none; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .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); }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row .container { border-width: 0; border-radius: 0; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row .container { width:20rem;height:51.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRKBVdSZBv08b7VuH9x3JOI4ELIiMxwg { width:18.75rem;height:1.2807625rem;top:16.96875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lPlabh27ygumgT96LGfKqUrJPShdTZ1N { width:7.75rem;height:7.75rem;top:7.4365234375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs22qv2FlX9VcG8N0Esuh9qJhUWppmJk { width:15.875rem;height:2.4375rem;top:31.4365234375rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXQd2kGkq2vXKN2ARvkuXgacksOn4fSG { width:15.5rem;height:2.436525rem;top:46.1552734375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfEutFyUpG4HZhWxZXZx14IUFEoE9nlv { width:7.75rem;height:7.75rem;top:22.55859375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDOdurGIW9qOQeqRD8ro4Zq0Vte69sXt { width:7.75rem;height:7.75rem;top:36.9375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvAQTOWf37cNkx9Dv1TynST5LmKehSy1 { width:18.75rem;height:18.875rem;top:127.2875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpTwPE6LAHwyKyeTlXSzntrztuGR9Ppa { width:18.75rem;height:18.875rem;top:176.9125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XSUtyAoTiupHsaB18Fzla5zzG82ZFwDD { width:3rem;height:0;top:79.850000381469rem;left:8.5000003576281rem;text-align:center;text-align-last:center;font-size:2rem;z-index:100025;display:none; }
 }@media only screen and (max-width: 763px) { #Qy8DC0pZo5mLFUkmps92h0toZ4BheDll { width:19.875rem;height:1.625rem;top:96.6875rem;left:1.5249999761581rem;z-index:100004;display:none; }
 }@media only screen and (max-width: 763px) { #xXexc47OIgTHH73b7XNpMtd4eVUdgx0K { width:18.3125rem;height:3.29883125rem;top:2.01171875rem;left:0.84375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TtF67qJFTk1BcGNKnmshcn2MdloBknaJ { width:20rem;height:28.875rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #grNXLHXwELdTvWKO4RfDLCaCMWuBysuv { width:18.25rem;height:16.5625rem;top:10.5rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #smgwLcPlSTShaDseNqFsktUiMxsE3X4J { width:20rem;height:3.75rem;top:4.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei { display:block; }#qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xM3hSJaQaXD79dEySi0IZ5c07XuTNsHv { width:16.75rem;height:2.4375rem;top:7.4990234375rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTIGT2QhaJ4GrZ9Tho9KshgtTrLRFpeG { width:20rem;height:3.8501rem;top:2.5rem;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) { #STgoyCNNzXTlaq7tWNOzSswE9iaB5g4L { width:20rem;height:3.75rem;top:2.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #omv8rBEM0CEUG4yb5x0dMDwAAkSQ6u65 { display:none; }#omv8rBEM0CEUG4yb5x0dMDwAAkSQ6u65 > .row .container { width:20rem;height:54.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o840vrusbbyaqg68wO2sV0hP7lcgdxWp { width:17.0625rem;height:3.0625rem;top:1.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqUg7NX68P97uVistGKPtMbnhGMWCNET { display:block; }
 }@media only screen and (max-width: 763px) { #MuQT1bqiBzUH0TTWb7L7MTs4i6piOgRA { width:17.0625rem;height:3.0625rem;top:5.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1cxT0Pyh7H0I7ezfaL7iz4B7u4lb6oT { display:block; }
 }@media only screen and (max-width: 763px) { #kK5goyfx1yWmsxr0hXtr7I8rJWUDNBTz { width:17.0625rem;height:3.0625rem;top:10.0625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruEnsUELK0TIELNR05TywvCald2hrk5u { display:block; }
 }@media only screen and (max-width: 763px) { #LdNSLcaZhfpxO1GZ6invlOnxKANrLZPD { width:17.0625rem;height:3.0625rem;top:14.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkQUDhRNxrrW18hRn9Bm9kTaRnAQczb9 { display:block; }
 }@media only screen and (max-width: 763px) { #fsZ4HLSi8C9WM8SUfe5QU6mcO1IRwBe7 { width:17.0625rem;height:3.0625rem;top:18.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbUEfDAnW9Fv5ye5AJtLB2fw4p7FDnyK { display:block; }
 }@media only screen and (max-width: 763px) { #BZnIazJIPrdo2C4b9otfeC6gVVcds15m { width:17.0625rem;height:3.0625rem;top:35.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCcdiNKF4KT2HGTeiu1S9TQZnuwRVNil { display:block; }
 }@media only screen and (max-width: 763px) { #gL9m3Ti93Tvi1fCMSoPsgwwDTRPmP6U3 { width:17.0625rem;height:3.0625rem;top:23rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAhH9UrQz2FzPgflHlrqzMJkZ6RdFz7N { display:block; }
 }@media only screen and (max-width: 763px) { #uOsGUZ71p8eWupo6gizAmn0EqSL7E8nT { width:17.0625rem;height:3.0625rem;top:27.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJKLR856JOmhyKO3aMFS7mBXPDUGMXaQ { display:block; }
 }@media only screen and (max-width: 763px) { #EWPzTVuPKFJidAp95fE5A4q59G958Gwx { width:17.0625rem;height:3.0625rem;top:31.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzGazs78l4Qw6yrELRKzab6hlkZodNil { display:block; }
 }@media only screen and (max-width: 763px) { #a9LVdK5N2zbfMoS0BNvsxkhzSRcBzbtJ { width:17.0625rem;height:3.0625rem;top:40.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoEL7ENaOaTxiCvxpNvKxtIK2VCUh0MZ { display:block; }
 }@media only screen and (max-width: 763px) { #zkX2Hl9WAno45y9TA9NARbaDbbFXRqw9 { width:17.0625rem;height:3.0625rem;top:44.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukIC2OOgvl3Qz6Od7qesNcrV0EUkNMTT { display:block; }
 }@media only screen and (max-width: 763px) { #o9vV5EWxNKhtAs4VkWA79Gdgy5nHHle6 { width:17.0625rem;height:3.0625rem;top:48.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVLBWE0alb9AEXLX7MquSDoftTTGS2RC { display:block; }
 }@media only screen and (max-width: 763px) { #vX8Vv1lQrh3Sa95uJTb26bVu0NLtdvwX { display:block; }#vX8Vv1lQrh3Sa95uJTb26bVu0NLtdvwX > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeEa6efAMOpsBo6eN3fAoCKnkQxTB5ay { width:16.4375rem;height:2.2753875rem;top:1.9375rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0uO17THO2Vwb4klA2rpXHzF0uwHzgXJ { width:17.0625rem;height:3.0625rem;top:5.71875rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNrU0WKFERTmpZEQHk8sBSrCkPFLo2bK { display:block; }
 }@media only screen and (max-width: 763px) { #c7yWUSlO04TfRJHmLQDdsD6DScWgwNMc { display:block; }#c7yWUSlO04TfRJHmLQDdsD6DScWgwNMc > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmLdIOwUqHZeLmriPx61rAy4GKiJC8eP { width:17.375rem;height:3.29883125rem;top:3.275390625rem;left:1.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;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; }
 }@media only screen and (max-width: 763px) { #FysxgGXXAXAPgoiR6pbDhS9wfqADtPWW { width:15.625rem;height:0.125rem;top:1.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh6rXQTHQ9P3errvfpk55AIpZA3J3z8Z { width:15.625rem;height:0.125rem;top:7.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ4hFVTd5FgiM1Ll91WzZaTa0KBSfCeu { display:block; }#rQ4hFVTd5FgiM1Ll91WzZaTa0KBSfCeu > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLScw2osVFG9iI6nMqRwaJGCTH4XXwBD { width:6.1875rem;height:4.3125rem;top:0.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl1mnxB6PyGPT4DlWVmwuF1kDbRDDTRi { width:10.875rem;height:1.78466875rem;top:1.375rem;left:7.90625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcKUQc3eQqzrhcV4BZaHvuiyEGerwdBc { width:9.8125rem;height:0.89233125rem;top:4.0078125rem;left:7.90625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfRhRMEH5wfcbhWT98VhizsCcDsqTHGd { width:5.1875rem;height:1.6875rem;top:3.5rem;left:7.90625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHisJZI5AmUdkNLE0QXHM3qub9tSv1J5 { display:block; }
 }@media only screen and (max-width: 763px) { #yL9aNQfp7ZM26yw5JXzfwklqziMgMLS1 { width:12rem;height:0.89233125rem;top:15.037109375rem;left:8rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmTewWDzV9dIdRsnWghXwpUUKtrsTqkD { width:6.375rem;height:3.875rem;top:11.986328125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHwLTwLoBErpwm53XLNKPtu7ku68JgOJ { width:11.8125rem;height:2.677rem;top:11.798828125rem;left:8rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqForW8olBdO0CEtgTQaBS43rf20KOST { width:9.25rem;height:0.89233125rem;top:9.287109375rem;left:7.75rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #azMGv4ABAuhzqWGQxW5NZrdxxyTAZlaF { width:6.375rem;height:4.125rem;top:6.236328125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvddUDJpifPfrJzy37IcuLOIBv9MQLz3 { width:10.75rem;height:2.677rem;top:6.298828125rem;left:7.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT2pz9WAlJWThv1RBrP73wQctLEpEVRn { width:8.0625rem;height:2.3125rem;top:25.99805rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UQ92CKIm9FlGWPWCguyIeTLdcox07D4R { display:block; }
 }@media only screen and (max-width: 763px) { #Q9XlfsIgMiHwTVXPaxGBSDGcdTGkHXm7 { width:8.0625rem;height:2.3125rem;top:29.833984375rem;left:5.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i5NGQngJ1yQeWmw6qtCZe5nRxSTaG46x { display:block; }
 }@media only screen and (max-width: 763px) { #qsUJNoAx9l1sRtmul3k0TDKpslzuiVBm { width:4.625rem;height:1.25rem;top:14.8125rem;left:7.84375rem;font-size:0.625rem;z-index:100054;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqohcVS3u3diE7NqHw3i52LTviiQlFFM { display:block; }
 }@media only screen and (max-width: 763px) { #FOOXAsSGLW3sIDFcg22WvcT4M6ab8EK6 { width:4.625rem;height:1.25rem;top:9.173828125rem;left:7.6875rem;font-size:0.625rem;z-index:100055;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gCN25Bh13VCg0y3gNCk8CL5tBNsJmN3z { display:block; }
 }@media only screen and (max-width: 763px) { #N3IqFu9cgPJkIwAuRWgEeZiIRHacJ7u3 { width:4.625rem;height:1.25rem;top:4rem;left:7.6875rem;font-size:0.625rem;z-index:100056;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aUOJrR4SUJrmtwoptwOMUsIdh63q9p4a { display:block; }
 }@media only screen and (max-width: 763px) { #Oqa32N52eLMbKQOLd2iOZMQ30eSafuHK { display:block; }#Oqa32N52eLMbKQOLd2iOZMQ30eSafuHK > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEXuUuldtRAmciQErmu9AKTqmfPutIXo { width:17rem;height:3.63671875rem;top:2.9169921875rem;left:1.3125rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mbvDseC6O5Psm13lMRgd1AXXlOXkNxIb { width:15.625rem;height:0.125rem;top:7.517578125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InhTgLCF0APcOViE2Ov9JliL7QPRgafx { width:15.625rem;height:0.125rem;top:1.54296875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTg0iVRmsqmHRFxGEaaw3xPflOA1PRp { display:block; }#PiTg0iVRmsqmHRFxGEaaw3xPflOA1PRp > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1UyieWI9KSR2CWsbCi1wuR1tVrX723k { width:6.3125rem;height:4.0625rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y49yOBHFImNpmWrq64JdhGRyGhskv377 { width:11.6875rem;height:1.78466875rem;top:1.638671875rem;left:8.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re0eFuHHTrCz3IzCwUU2ZsDJu0UmGDT6 { width:11.5625rem;height:0.89233125rem;top:4.23828125rem;left:8.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUVCHqgdaDlnFW3yfypKGkQsEoOAbKxh { width:11.8125rem;height:0.89233125rem;top:9.7734375rem;left:8.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRIPXXoJdTThGKeHfZuR89xFwz58V3nI { width:6.4375rem;height:4.125rem;top:6.72265625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXnz2Hc2p31GKxmsQml82v8hggoF0yIw { width:11.3125rem;height:1.78466875rem;top:7.142578125rem;left:8.15625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqsFk7VUkTxzskZ2ACtkiKct1vyAM9pc { width:4.625rem;height:2rem;top:4.125rem;left:13.65625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3Ueu6PT9lxNDnRW9RpnJ6doQ7pVqBAr { display:block; }
 }@media only screen and (max-width: 763px) { #zvRpx3J62Xa8MSNHddc6IlT6unlvCv21 { width:5.1875rem;height:1.625rem;top:9.12109375rem;left:13.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #awaT42nkgrFVOITVSJ6NDP1A21TJ42is { display:block; }
 }@media only screen and (max-width: 763px) { #PDhxuxRiovyVGmb0APPpCBH3u3QM0KLA { width:4.625rem;height:1.25rem;top:4.125rem;left:8.3125rem;font-size:0.625rem;z-index:100057;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wNGoMtXa8vTTTW7QsRbFrFTqAGxnXiEs { display:block; }
 }@media only screen and (max-width: 763px) { #wGhuvitVdK7FQEaNWJtewqf2Lv6CIKVT { width:4.625rem;height:1.25rem;top:9.66015625rem;left:8.3125rem;font-size:0.625rem;z-index:100058;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3eUBnZywKoedqZcSteFFUlqMuyFxhEf { display:block; }
 }@media only screen and (max-width: 763px) { #DA6UvPQHC3DwKogtf9eJG784AEl0lGIT { display:block; }#DA6UvPQHC3DwKogtf9eJG784AEl0lGIT > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqTSlDTNwIEVBcuhTl4RtDFKXqdIBdFT { width:20rem;height:3.29883125rem;top:2.51171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #B1QHDXgNvv8CTrbafAJyOy4phJk5cWbg { width:12.5rem;height:0.125rem;top:6.787109375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoRUT6gI3Ci3RZJRUtKQ6JxsZFiIXT07 { width:12.5rem;height:0.125rem;top:1.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ech4Wpqk0AD8EVWK24s1gSaPNtJvIBE5 { display:block; }#Ech4Wpqk0AD8EVWK24s1gSaPNtJvIBE5 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUCUPhPhGMHzJr2KuXUuwpIIBiLpgPEv { width:6.0625rem;height:3.875rem;top:1.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfpA4tnBr8OkOGq07cmdQ6hTCZCLPnGN { width:10.5625rem;height:1.78466875rem;top:1.23828125rem;left:8.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHIQ75kTLasWzPFpeOtOK1AfXHywxahQ { width:11.625rem;height:0.89233125rem;top:3.5859375rem;left:8.40625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHJKks53uC3DZCJTdn6NKTiS5X7JXUZA { width:11.5625rem;height:0.89233125rem;top:9.4609375rem;left:8.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd7KcyhrZdrVw8K2Wk7P7RFArHAfPXJ1 { width:6rem;height:3.6875rem;top:12.234375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3pvCBHVPG8a0kW9TJmh9trC93cUWoi3 { width:11.625rem;height:1.78466875rem;top:11.97265625rem;left:8.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScOGJXXx3TOdWiJeqt4yaZ58pClanoi0 { width:5.1875rem;height:1.4375rem;top:3.7734375rem;left:13.783928571429rem;display:none; }
 }@media only screen and (max-width: 763px) { #iXgqB1ZrVD8txoXxSsKoBEGkRzomCDI9 { display:block; }
 }@media only screen and (max-width: 763px) { #tRM9cXQt7qLT65yBDRo3w95mVPpkR1gt { width:8.0625rem;height:2.3125rem;top:52.20703125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTx9e2aidgV9VRRe4JMnrlr8NBRmv6iU { display:block; }
 }@media only screen and (max-width: 763px) { #tdmEep8k7mBN3FGLbOZdzR6z0t5B4mXz { width:8.0625rem;height:2.3125rem;top:34.546875rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L18VtaeRTga86pmw0lWGJ7vypbxFiGoW { display:block; }
 }@media only screen and (max-width: 763px) { #gCcVkBcpePphe9KyaPlOTSvPCk7BKrxX { width:11.5rem;height:0.89233125rem;top:14.84765625rem;left:8.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgfsbk98CXER2P1LCBBz4SCWhvJ17k7R { width:6.125rem;height:3.8125rem;top:7.0625rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e74d0Lr66MvodZmJvgkA5qSnr81BBVeF { width:11.625rem;height:1.78466875rem;top:6.59765625rem;left:8.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZezNq85AuHTVBtsAI9iyU6iAKuXP301F { width:4.625rem;height:1.25rem;top:3.8125rem;left:8.25rem;font-size:0.625rem;z-index:100059;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hq9WlHQPuLvAZpQBtzTnfNBS4UO63IIQ { display:block; }
 }@media only screen and (max-width: 763px) { #bMiQe7g4vmNdS8heMTCozq46kPJ6fkdR { width:4.625rem;height:1.25rem;top:9.34765625rem;left:8.375rem;font-size:0.625rem;z-index:100060;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGQQ374rTHChqoopretAOgT1QChpF4OT { display:block; }
 }@media only screen and (max-width: 763px) { #d6nkNUx9uTo6nmlHsqZKtetlBRe9FNfJ { width:4.625rem;height:1.25rem;top:14.796875rem;left:8.25rem;font-size:0.625rem;z-index:100061;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rsOlXTI1LnTp1iTpuXt0NcGooKgTdtsa { display:block; }
 }@media only screen and (max-width: 763px) { #N6CurNpTvK2ZGpETqVTLtAFV9AIvWJ5s { display:block; }#N6CurNpTvK2ZGpETqVTLtAFV9AIvWJ5s > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Trx7If9l5sqGEyyiWbRbbPWvCWmwiLQT { width:20rem;height:3.29883125rem;top:2.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DUkafxkBkZXiUnfDkOCGRWF8yVoKARGk { width:12.5rem;height:0.125rem;top:7.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztAXfLdqOHT73uDh3ZerwqEhfkiyxQUx { width:12.5rem;height:0.125rem;top:1.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR6v7c2axIQHlBQSCQRtRplyyeV7n9GI { display:block; }#qR6v7c2axIQHlBQSCQRtRplyyeV7n9GI > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlEsn4mpc91ygCG6qrWslrQXphoqh9vF { width:6.3125rem;height:4.0625rem;top:1.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6ii0fBTOZJl6C5GNCMVvGyC838sdCPS { width:11rem;height:2.677rem;top:1.201171875rem;left:8.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6FAdWCfIunuwnO8PXnvT3SiD7kzR9dG { width:11.75rem;height:0.89233125rem;top:4.193359375rem;left:8.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhnS5l8Mcrcu6nFPcJFvdwsh4uMBlDGU { width:8.0625rem;height:2.3125rem;top:13.609375rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVTcSLiE7gaNNorTE2M5b95MC5wtdUzt { display:block; }
 }@media only screen and (max-width: 763px) { #JrFkIKzaGhlDJdcpcuQ2TGbTQpRbgkXL { width:4.625rem;height:1.25rem;top:4.4375rem;left:8.125rem;font-size:0.625rem;z-index:100062;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3FUKRnRLCPSUTwr47GmtESXDWoNvsPg { display:block; }
 }@media only screen and (max-width: 763px) { #avKH78TJmSFKaNt5c3fxBLXW68QORz2a { display:block; }#avKH78TJmSFKaNt5c3fxBLXW68QORz2a > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMd2zSHgD0Q8QFwKE3fCEGUznEuWCv2X { width:20rem;height:3.29883125rem;top:1.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oXBSAu55QQIk83SVQsTTUsyzUMrgLmBX { width:12.5rem;height:0.125rem;top:1.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAf4T6ery1RholdpTaz0IvTTuJ5sAUbr { width:12.5rem;height:0.125rem;top:5.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNyBLsoG4kOwu3X2Bqe5k1Czqwmwwl3I { display:block; }#MNyBLsoG4kOwu3X2Bqe5k1Czqwmwwl3I > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7AP0bzovgbR1Wuw8oDhLPh1XP9cwwAl { width:6.3125rem;height:4.0625rem;top:1.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAsTTcfsqcwZidd3wPTREdCUZ5BTg9C3 { width:11.0625rem;height:1.78466875rem;top:1.8125rem;left:8rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVRel0QpNrVkuPWXQfrMXyGoxqThATby { width:11.8125rem;height:0.89233125rem;top:4.3359375rem;left:8rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUM4eAdRXqAPMhF3gisSGFFVykVu6hmr { width:11.9375rem;height:0.89233125rem;top:9.66015625rem;left:8.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fmpn8U2BHTBBKSVtvCzSuk4XraxJOErU { width:6.5625rem;height:4.125rem;top:6.609375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAZZFlsqvXQhnqKGKeuBEpwl1BT5Xx2C { width:11rem;height:1.78466875rem;top:6.921875rem;left:8.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbyCwIaOkKNOIpAxT7qfnoVH3GtlIt3M { width:12rem;height:0.89233125rem;top:14.73828125rem;left:8rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MObEbS1BCa2RuVL9CCtnHWTHOlvir4lJ { width:6.3125rem;height:3.9375rem;top:11.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8tpTKv0bRaWgvw3cLp0Qibd6M4EzhOk { width:11rem;height:1.78466875rem;top:11.875rem;left:7.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSy7LGFx4wNu3lTURPEhkFrMOyq7Irbn { width:6.375rem;height:3.5625rem;top:16.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itqo14qd4xKb0O7iiAQRc30SlZwC77Sb { width:11.875rem;height:0.89233125rem;top:19.36328125rem;left:8.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBX5CT6qM8ai7vaT7w3DslTD1blVNkks { width:10.4375rem;height:1.78466875rem;top:16.875rem;left:8.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egTfVN3wUR6JRlb4vea7QpUT9PtxdJte { width:8.0625rem;height:2.3125rem;top:12.53515625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BCDUx4iDfg0g0GIgScObnmi0M6xSdSXh { display:block; }
 }@media only screen and (max-width: 763px) { #hZvlDXiQz3ZH9GS03fuXRcP480HcvuBr { width:8.0625rem;height:2.3125rem;top:48.01953125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5wKgfAGMpT02c8cN1tmsm0Vz1sLhGRQ { display:block; }
 }@media only screen and (max-width: 763px) { #BBs9I7dnlpRW2cMr9lHZIVXhmGvkB0Gy { width:8.0625rem;height:2.3125rem;top:30.359375rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rVGNMnuzFAu9X4H4e3iLuf6VXWQp10wS { display:block; }
 }@media only screen and (max-width: 763px) { #UKdoTqlXTbRc1tTCLWshTStGCNH6Iomp { width:8.0625rem;height:2.3125rem;top:65.7421875rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECanAmb66lNrMhxxRDe2BgnW9duO8y3M { display:block; }
 }@media only screen and (max-width: 763px) { #KsEoQHSzgbMcBNUatLefP76yLuqEdSLR { width:4.625rem;height:1.25rem;top:4.5rem;left:8.0625rem;font-size:0.625rem;z-index:100063;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATckT9biHhWcDhm3ZVKQIWi9s2Jqmi5g { display:block; }
 }@media only screen and (max-width: 763px) { #I90UP5Aoai6W0nGkoqp2aqJuASpg2LJh { width:4.625rem;height:1.25rem;top:9.546875rem;left:8.25rem;font-size:0.625rem;z-index:100064;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OwXitf13maUsTXIBKZdVmwze9Aq4iiud { display:block; }
 }@media only screen and (max-width: 763px) { #g2SKMuhUwHCTx2wQl40FeF8kQ5Ges99F { width:4.625rem;height:1.25rem;top:14.625rem;left:8.25rem;font-size:0.625rem;z-index:100065;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V84PxmpMt3pp0OTouxTxSZn2H9MRbhqc { display:block; }
 }@media only screen and (max-width: 763px) { #NinxNlihTnqAsrsrq4A83g9XtgoGMeKN { width:4.625rem;height:1.25rem;top:19.25rem;left:8.25rem;font-size:0.625rem;z-index:100066;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lV0AEloPbcHeLBoJ8LFZCQvyTQQOMabB { display:block; }
 }@media only screen and (max-width: 763px) { #qZ2QWKOm4TB5aGLBpLVNM1uVZz1x5HOS { display:block; }#qZ2QWKOm4TB5aGLBpLVNM1uVZz1x5HOS > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTTRV7qQsG40Cq5f5wBnOLgIugMsCbzp { width:20rem;height:3.29883125rem;top:2.9736328125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #c72WmcBgzavIseRaLO6Qc7N5huECam6c { width:6.25rem;height:0.125rem;top:2.2861328125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCL1AIoNolJnFI5zwh9L73Ke5ZcM584x { width:6.25rem;height:0.125rem;top:7.0849609375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm35q9sRiQ0sZyIUSq27kXHRcROs0DTL { display:block; }#vm35q9sRiQ0sZyIUSq27kXHRcROs0DTL > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRnoCZww9Dim6nH1skBdQuwAJHzU3fGa { width:6.3125rem;height:4.0625rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysNkdnmcvbqmp2LaIIgOI9ayoTC27e9b { width:11.6875rem;height:0.89233125rem;top:1.375rem;left:8.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU8INUadK3H1RoBQ3k6ZPOrelFZcOpME { width:11.6875rem;height:0.89233125rem;top:3.7109375rem;left:8.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwagM7WPbKTCcNzaLOI96MAtmzMrnnJ7 { width:11.4375rem;height:0.89233125rem;top:9.73828125rem;left:8.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGEM8VnShcGTATLyfS35NnyhG3BxGgm4 { width:6.5rem;height:4.0625rem;top:6.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRHOU5T9f2O7FXNIuAcmJC3Zk4EDl3gZ { width:11.4375rem;height:1.78466875rem;top:6.875rem;left:8.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmmZXtW7OKvVBC68to6opXizBmiPax52 { width:6.5625rem;height:4.125rem;top:12.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvzNZr6c5ensGOAlxzqc4JDnWB5KWSvR { width:11.4375rem;height:2.677rem;top:12.8125rem;left:8.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQtPXnTngGmxdm7hT53DCK7Vy0vF5u4q { width:8.0625rem;height:2.3125rem;top:12.53515625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dk9QJQTCC0Ae1nq0koHdBwpeLslbTu64 { display:block; }
 }@media only screen and (max-width: 763px) { #fwqN8ZtRtZUz8n58R84iJIpJ8zxTl0J3 { width:8.0625rem;height:2.3125rem;top:48.01953125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vuhyIsi57Fv6fLduVk3DtnLc88F6gJnH { display:block; }
 }@media only screen and (max-width: 763px) { #OdGXyEMbweg8ZQxwTGm1KgNdOl7h7EKV { width:5.625rem;height:1.94921875rem;top:13.5625rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg5CNASZDCITb1T6I8xuKZscaTZ6oGzl { width:4.625rem;height:1.25rem;top:4rem;left:8.375rem;font-size:0.625rem;z-index:100067;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXmbKVHiruSmfP37VoLZowy1ZOAsFfOX { display:block; }
 }@media only screen and (max-width: 763px) { #hEvtyqkNzBbGwAQC2fAObLp4LOftb2Vf { width:4.625rem;height:1.25rem;top:9.75rem;left:8.375rem;font-size:0.625rem;z-index:100069;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WDQ7yft9A7FBt3ys9hHWxSTCVNba1amC { display:block; }
 }@media only screen and (max-width: 763px) { #dk0JQnWxBfl55WIzOUkeKegUlrvecPE8 { display:block; }#dk0JQnWxBfl55WIzOUkeKegUlrvecPE8 > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeQMlEMI0nOWm6AiLMqHxTWW2V7gn1Wc { width:20rem;height:3.29883125rem;top:1.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NPpczmLWJhDwUQiJm6ShcWa2As4NItlK { width:12.5rem;height:0.125rem;top:5.849609375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkfQoxmp9eNLZzKTpKcloS4cDPQHFka2 { width:12.5rem;height:0.125rem;top:1.287109375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTS8C37FmhuQeoZ5Eew9xtKwsusWFQ3o { display:block; }#lTS8C37FmhuQeoZ5Eew9xtKwsusWFQ3o > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZD25gL3mnD9JxXtG6gGkXkp3PDcstlF3 { width:6.3125rem;height:4.0625rem;top:0.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMes3s7NNgyEG0C4Uz5QGdcn2eyGJTKx { width:11rem;height:1.78466875rem;top:0.9375rem;left:9rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF0ySs56NtD7F71iRLRgf6PkUmU1NNUS { width:11.0625rem;height:0.89233125rem;top:3.5234375rem;left:9rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCVnVUgXKfUUbZF27g5uLTJbPnqIyuM1 { width:11rem;height:0.89233125rem;top:16.59765625rem;left:9rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhuxVwVf4o9FuafF3dsl67XX0Cw9CoV1 { width:6.6875rem;height:4.125rem;top:13.546875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuXClCaXXgKTOAhBZPhNJk3GTzW6FA43 { width:10.8125rem;height:2.677rem;top:13.466796875rem;left:9.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIx3WwvSTC5gKKVgsd2a3MNRCWqctzTR { width:10.9375rem;height:0.89233125rem;top:10.2109375rem;left:9.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbN5B8TK5X6IxBMeEBEpwvC3nMqBuR8p { width:6.3125rem;height:4.1875rem;top:7.09765625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWFGKaAm2sSAu3L9WQawJSJCzRky013K { width:10.875rem;height:1.78466875rem;top:7.03515625rem;left:9.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtAHZ9tud2rkXWDcuRTmS5E1eQM6wioe { width:8.0625rem;height:2.3125rem;top:12.53515625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8P0NIXqGTDrgleArmm2GkQDKJlqaXf3 { display:block; }
 }@media only screen and (max-width: 763px) { #iU1SQqZxp29nRDZT57ffRKtBAIFbcSo7 { width:8.0625rem;height:2.3125rem;top:48.01953125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #InTMiPISyRM1KZRnektg22BtEFf44kLx { display:block; }
 }@media only screen and (max-width: 763px) { #bdITW8AWEnHfzIb8ifvZ8CrnhbdscM0P { width:8.0625rem;height:2.3125rem;top:30.359375rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IROgtrPM51L3MbwDyxvz9PC54KVR8Bdg { display:block; }
 }@media only screen and (max-width: 763px) { #I8i4WZ97uAzZkxZ132LbqQzVTRaSAr7l { width:6.5625rem;height:3.8125rem;top:19.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHnwN9PgEyegL70I6UqoIUbdFg2QuVLM { width:10.875rem;height:1.78466875rem;top:19.86328125rem;left:9.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX7lTfCS517DuQ59FLzv5RBQLqG3NuvQ { width:5.6875rem;height:1.94921875rem;top:20.5625rem;left:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMgZ6J7UEXCcEiuPEC4zFHzaUTFWnRiO { width:4.625rem;height:1.25rem;top:3.8125rem;left:9rem;font-size:0.625rem;z-index:100070;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wrxbw9onJZ6JJ3UraeO5kVHUVxV6TS4g { display:block; }
 }@media only screen and (max-width: 763px) { #qXwb5WZtTFFtF8SEqq00shzhFEd66ltF { width:4.625rem;height:1.25rem;top:10.09765625rem;left:9rem;font-size:0.625rem;z-index:100071;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WdfNuprPPLyTquhguD4xviZ7XPnEJgCK { display:block; }
 }@media only screen and (max-width: 763px) { #bhE8qs5B9IArr12GRpyDKvscf0yJ53GE { width:4.625rem;height:1.25rem;top:16.484375rem;left:9rem;font-size:0.625rem;z-index:100071;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEIn496WX0aOv5cdLTgWs3vT53u08Uel { display:block; }
 }@media only screen and (max-width: 763px) { #E57HVT3g0XHKXhOM12vzq9WwGLn9TWEu { display:block; }#E57HVT3g0XHKXhOM12vzq9WwGLn9TWEu > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vfziQv6ndi6asHxfhHNgtxLe7WQ7pXZr { width:20rem;height:3.29883125rem;top:2.13671875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #n5U3lvDhP3eBBXxEpAdTKTOiionTJTzv { width:9.375rem;height:0.125rem;top:1.412109375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzxRud1T3dTSWfRlJSogQBCIREflWOUW { width:9.375rem;height:0.125rem;top:5.974609375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcCO7miJrfQJXz6gABvufKVTMhvBi8qx { display:block; }#EcCO7miJrfQJXz6gABvufKVTMhvBi8qx > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDeiAsAQDhiJKSFmUf8vuoue4CFxkkR4 { width:6.3125rem;height:4.0625rem;top:1.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhiIZgb36GB67R9ziE4HGPNZKfv2g4fV { width:11rem;height:2.677rem;top:1.5625rem;left:9rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWfdE5Lmo9VTP7LTA9cyIgka5nh2fmV6 { width:11.0625rem;height:0.89233125rem;top:4.6015625rem;left:9rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUgtWZG7ev5BggVPOt1iFgV6N6VCSi8U { width:6.4375rem;height:3.5rem;top:6.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6ThkH6XInGOl0Zz72SnoT6ZQd51A6Gn { width:11.0625rem;height:1.94921875rem;top:7.0625rem;left:8.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQzyCDFCxFxhId2bQTTapTeMibl9sPgI { width:8.0625rem;height:2.3125rem;top:13.609375rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PiHtqFEmxLP06DXs3N8ie2e8KxlEPlgQ { display:block; }
 }@media only screen and (max-width: 763px) { #k6smU7zxpPBOIvn1ifCi29DIMoBitzct { width:6.375rem;height:1.94921875rem;top:7.587890625rem;left:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8IpxK5VybTPAGDxqgGV3ohvWgV3TqyX { width:4.625rem;height:1.25rem;top:4.4375rem;left:9rem;font-size:0.625rem;z-index:100072;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBWuIpqfoWenVrVHhlL5DJy4x0Im4DL6 { display:block; }
 }@media only screen and (max-width: 763px) { #eue6yfw8Che4tDHTmkHmEfZTIox3rCPx { display:block; }#eue6yfw8Che4tDHTmkHmEfZTIox3rCPx > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nSp3CFFxedhrcDaPVKLVN1fGPyWeAN5D { width:20rem;height:3.29883125rem;top:1.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mHRDWQpwAtBBn0q64478XDscDMvIehxa { width:12.5rem;height:0.125rem;top:5.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmQGH8V942ZOn3Zzt8316ECxV1xxtEHW { width:12.5rem;height:0.125rem;top:1.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPQInXnbb5Ed3gqO5vFNVFixTODuPnD2 { display:block; }#UPQInXnbb5Ed3gqO5vFNVFixTODuPnD2 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQ3J3Bu6sXGkaRrzPu7KbZQQvAtdLz78 { width:6.3125rem;height:4.0625rem;top:1.25rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZONsGz8qMecTGfc5LaxceEMpiy8lQJid { width:11rem;height:1.94921875rem;top:1.5rem;left:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyZfFXXBFBLvAQytE2dIQgromLGhl82k { width:6.3125rem;height:1.94921875rem;top:2.306640625rem;left:1.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6zaqBQDq3RE2eIrswCCe6h2vBzDssuZ { display:block; }#q6zaqBQDq3RE2eIrswCCe6h2vBzDssuZ > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdfOUzz2VEdrfxq3PBQTFZkHvPkPZROx { width:20rem;height:3.29883125rem;top:1.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QPZHPq0zffSu3bTZPGs3wPRSZUhZJxW5 { width:11.25rem;height:0.125rem;top:5.724609375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiT3bGcEZkTUlQbpx0DrwAuQ9Wyymwwn { width:11.25rem;height:0.125rem;top:1.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9R68SoyymT7651usFiwtznRDtFErU6f { display:block; }#b9R68SoyymT7651usFiwtznRDtFErU6f > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaM2RKXf6mo9r44VvgSAemeQnIm5L52x { width:6.1875rem;height:3.9375rem;top:1.3125rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH9IzWhWDuAoZCuJ0TyetysQgmw9Isfo { width:11rem;height:2.9223625rem;top:1.388671875rem;left:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9U0yD19DsgTIbNB6kUdF1gdmF3I85a0 { width:6.1875rem;height:1.94921875rem;top:2.505859375rem;left:1.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONGF4Mzl8rZ67J3PFrltpGuT4x8eE0Nw { display:block; }#ONGF4Mzl8rZ67J3PFrltpGuT4x8eE0Nw > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdNJDyVPLOcm1oy09BeNkAci7zUw5CFs { width:20rem;height:3.29883125rem;top:2rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #US57hII28TBMyltTfkmmDOmwZf1KgMwi { width:11.25rem;height:0.125rem;top:5.974609375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM1UmZOJ3CdgazsN0RI6WTIvhn9pfRKn { width:11.25rem;height:0.125rem;top:1.349609375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRf8uJ4w0ydrPbOiR1ivokgqWsdsgzJI { display:block; }#WRf8uJ4w0ydrPbOiR1ivokgqWsdsgzJI > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WS7BSAoVHtwdZFJkkIieEpR3dcqlTxvH { width:6.3125rem;height:4.0625rem;top:1.3125rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8vDarVVIOFEDaarTawaeVDgTqDn0Rfq { width:11rem;height:0.9746125rem;top:1.5927734375rem;left:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEd7yzL600uAgXJvdnseRhwSLm9e4GBy { width:6.375rem;height:3.4375rem;top:7.3515625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcZkthQ9HI5eBp4sANITX99ctIFlObZ6 { width:11rem;height:1.94921875rem;top:7.908203125rem;left:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtrKX6glWvVht1FiHJNE4ZPUxvM3Otcv { width:6.25rem;height:1.94921875rem;top:2.505859375rem;left:1.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0DcK9w2DGc5gB7UcFMTlIQcKsSgB5ax { width:6.375rem;height:1.94921875rem;top:8.095703125rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR7U4TMyiwUdDl7kZAQogltq9UCmseLr { display:block; }#UR7U4TMyiwUdDl7kZAQogltq9UCmseLr > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlxAGzzHNPnSwpXy8GH9ShnAfkOuKHC0 { width:20rem;height:3.1621125rem;top:2.4111328125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #U7pZ1meVUHwGcTGVcEHNcxsZNIq21pNg { width:6.25rem;height:0.125rem;top:6.5859375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS6mkBPI99DnRgEac5HKDxgAXIUOzPRy { width:6.25rem;height:0.125rem;top:1.7734375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scKrpzQnCEwRPmN2IXKdpiw6TweG3GdG { display:block; }#scKrpzQnCEwRPmN2IXKdpiw6TweG3GdG > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQvL4Hk1kZa6eTGxuFpKAkvzorH84CBm { width:6.375rem;height:4.0625rem;top:1.5244140625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8uDDm0PuULDWsQ45T59utzi2QPmZRrx { width:11rem;height:1.94921875rem;top:1.8935546875rem;left:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmNE15Jw0ETm1B8paIXeThV30WsJipX4 { width:6.3125rem;height:1.94921875rem;top:2.5810546875rem;left:1.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1W32i8wzpiBARasB2HxKmsRuTuwG7aC { display:block; }#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H62UWktc5TRcN3OGDyUzTohoA2Dl2g7o { width:12.375rem;height:3.5rem;top:0.75rem;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:#ffbe00;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:100039;display:block; }
 }@media only screen and (max-width: 763px) { #kLO7TpssDyH0UlM8JOHho63Nval6WDWq { display:block; }
 }@media only screen and (max-width: 763px) { #wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd { background-color:rgba(249,249,249,0.54);background-image:url("https://images.assets-landingi.com/uc/e1cc56ac-44ad-4d4f-a734-ef50f7467979/LandingPage19.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd.adaptive-delivery-prevent-bg, #wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd.lazyload, #wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd.lazyloading { background-image: none; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row .container { background-color: transparent; background-image: none; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row .container > .video-iframe-container { display: none; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row > .video-iframe-container { display: none; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .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); }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row .container { border-width: 0; border-radius: 0; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMKAneDNtO8Etf9HMen6CnL5bp8cKVbJ { width:19.4375rem;height:9.8125rem;top:8.1875rem;left:0.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcCRDvFiFMrXxIP6FvGhMIaaQT0yefS7 { width:20rem;height:1.9494625rem;top:4.6242218017578rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#400068;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hdohkHQrhaNngMCbKyXMMMNTNSryFiUX { width:16.875rem;height:6.52465625rem;top:9.5869140625rem;left:2.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh3Urc5Jksq9cRw96Lw6VaAyVnTK1zPE { width:1.875rem;height:1.8125rem;top:41.312524414063rem;left:9.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fRM1JUeVTcUrdJEc8QQUDTwMPb5T8Wpn { width:1.875rem;height:1.8125rem;top:38.250024414063rem;left:9.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsVyseLP6tGbuZX75hfTsiQp6h6owdR1 { width:1.875rem;height:1.8125rem;top:35.187524414063rem;left:9.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZamoFsMODP7rX6STRiVXJyI2Swk6fah { width:1.875rem;height:1.8125rem;top:32.062524414063rem;left:9.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oROci444d8RZJwOWtKLnir62GLZQxP0d { width:1.25rem;height:1.25rem;top:9.75rem;left:0.9365234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbxMBhS0QGaVDelONAgeXZ4rfy4cCnmh { width:15.625rem;height:0;top:22.875003814698rem;left:2.9375001192093rem;font-size:0.75rem;line-height:1.9;display:none; }
 }@media only screen and (max-width: 763px) { #TDpIqHxfTAIwAiNzICZSk0iPkTmTvfWP { width:2.0625rem;height:2rem;top:18.3125rem;left:1.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #coTP5TGugWauR70ArFIc29T1AnFG8QSq { width:2.0625rem;height:2rem;top:15.0625rem;left:1.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIhowCPxoAoklts6vhXo9WRQ1eM2b5IR { width:2.0625rem;height:2rem;top:11.8125rem;left:1.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VZ3zmgy1t1xpdDsUeCEEXTfZO4FXesvA { width:1.5rem;height:1.4375rem;top:22.937503814698rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oiTEZ4DvNdE59MoJWMqtAVQx8W2qmiKZ { width:20rem;height:16rem;top:12.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n40GyAA0ddTgyQ5AVuNyJ6fC8O2TH1Et { width:1.5rem;height:1.4375rem;top:24.375003814698rem;left:1.25rem;font-size:1rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #dC8VIIunWTsoLWu2hmEzOoOcw7V9ou3f { width:1.5rem;height:1.4375rem;top:25.812503814698rem;left:1.25rem;font-size:1rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #SRg3f3KVJK4mGVzu9TPkDWZTEe65v9Hf { width:1.5rem;height:1.4375rem;top:27.187503814698rem;left:1.25rem;font-size:1rem;z-index:100016;display:none; }
 }@media only screen and (max-width: 763px) { #tGUn7FSXwsTfqRy7DDCf7oPAraiHLQDU { width:1.25rem;height:1.25rem;top:11.1875rem;left:0.9990234375rem;font-size:0.875rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #elVNExrm1erTSVWQTB4wE6M09AaDBHLs { width:1.25rem;height:1.25rem;top:12.5rem;left:0.9990234375rem;font-size:0.875rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #xchbX5tDvVdpsc6Nl0dS0DpbPo4CPsM3 { width:1.25rem;height:1.25rem;top:15.0625rem;left:0.9990234375rem;font-size:0.875rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #s4A8ikDVLKlbx6QwtHNNcwXzN8euiUo1 { width:1.25rem;height:1.25rem;top:13.8125rem;left:0.9990234375rem;font-size:0.875rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #qL2aK8fxhkdLwrOSIF8h4LdimvuhZoqk { width:19.4375rem;height:9.5625rem;top:21.087505340576rem;left:0.28125rem;z-index:100005;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8XuAlSBLIfHKaCdTmAIXwv38acKBRTP { width:20rem;height:3.75rem;top:5.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af958561-d500-4e99-b5b8-c11d9cc833ed/LandingPage01.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ.adaptive-delivery-prevent-bg, #w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ.lazyload, #w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ.lazyloading { background-image: none; }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row .container { background-color: transparent; background-image: none; }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.32); }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row .container > .video-iframe-container { display: none; }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.32); }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row > .video-iframe-container { display: none; }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .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); }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKi17bKymdv1ib4WE5CtBMNWJE4aDtnJ { width:19rem;height:0;top:2.6240234375rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #rsEdVItUC6skfp7tN4IRZ8yCiMWCLcif { width:20rem;height:1.9494625rem;top:2.0615234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dsci0dQu3i9pUwXMxs8ug2PR8ipavfsD { width:20rem;height:3.75rem;top:3.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #En1SOz1MX7Mog3ePv96ybCyUbTKssfQ2 { width:20rem;height:13.375rem;top:35.6474609375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9b1e97c6-3663-4dbd-a80c-b04d1da9a095/Benjanartedit2768x432.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#En1SOz1MX7Mog3ePv96ybCyUbTKssfQ2.adaptive-delivery-prevent-bg, #En1SOz1MX7Mog3ePv96ybCyUbTKssfQ2.lazyload, #En1SOz1MX7Mog3ePv96ybCyUbTKssfQ2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fhtuvCLml7BhDNZnQRvk4cGVqvqvIEkd { width:20rem;height:13.375rem;top:50.8125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fe082896-1f95-4282-be11-675d93d43a58/768x432.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fhtuvCLml7BhDNZnQRvk4cGVqvqvIEkd.adaptive-delivery-prevent-bg, #fhtuvCLml7BhDNZnQRvk4cGVqvqvIEkd.lazyload, #fhtuvCLml7BhDNZnQRvk4cGVqvqvIEkd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Az0HTTvpObw0bPAFXsDNpA4nnPKM5gp5 { width:20rem;height:13.375rem;top:20.8125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/98d4140d-c901-4ad1-9fb2-2f245880f51b/edit768x432.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Az0HTTvpObw0bPAFXsDNpA4nnPKM5gp5.adaptive-delivery-prevent-bg, #Az0HTTvpObw0bPAFXsDNpA4nnPKM5gp5.lazyload, #Az0HTTvpObw0bPAFXsDNpA4nnPKM5gp5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iKWAgSkF0ogC7EBvoiNWOqiV570kJpRw { width:20rem;height:13.375rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZQCPXqUAHvfnIhrMLCzgTBKlfbb60y6 { width:13rem;height:2.5625rem;top:66.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAwtWZ1O4z27OZbtSoMct4wWLdmqE8Hd { display:block; }
 }@media only screen and (max-width: 763px) { #glCai0B6BzAl2Vzn1yX4R9VfThNvuO4J { width:20rem;height:13.4375rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiJqNy4eZin7htZvhRk6AnFSvWCXBTt2 { display:block; }
 }@media only screen and (max-width: 763px) { #VT7W5Tb5lpozpal7Gzuhqq0fL73U4boJ { width:20rem;height:13.4375rem;top:20.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v48TK5Frr0B30gKO9Co0TXp27pD1cSiD { display:block; }
 }@media only screen and (max-width: 763px) { #bwfIT81Ak9hAKdVIcZd1mPcNuGwkTnxb { width:20rem;height:13.4375rem;top:35.6162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUiq0wTmwdGsBQa92xnTy4sDnuEcx8Zo { display:block; }
 }@media only screen and (max-width: 763px) { #HX7ZMud4gK324uAscTZX16TrnIM97nhA { width:20rem;height:13.4375rem;top:50.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpIscMCDGn09JiCIL2Dri3zJKvG348cn { display:block; }
 }@media only screen and (max-width: 763px) { #eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 { display:block; }#eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKqvAVJDdcgNyNfrwMpzZ4lQMeUDSdFM { width:20rem;height:auto;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vyUczuGD0sBkfx4k6VkSKH4cng24CT2V { width:16.1875rem;height:3.5986375rem;top:3.0000004768372rem;left:1.9062501192093rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:100011;line-height:1.2;color:#400068;font-weight:700;font-style:normal;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #GUZdANUm2UQvz1cXxusToarohCfmZddA { width:20rem;height:3.75rem;top:2.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQ3sdRqlV9kpQgirF9Tcvp3FEtQVeiy9 { width:20rem;height:0;top:8.44921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #izznJa129EDs1Vgl1MWHv7mpZERB9hQF { 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; }#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:136.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w82oOSeUTkW2bPV6bDn6rmwLZ0e0fBZl { width:16.1875rem;height:16.3125rem;top:56.434375047684rem;left:1.9062501192093rem;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:16.0625rem;height:13.875rem;top:78.8335981369rem;left:1.9687501192093rem;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:17.625rem;height:27.0625rem;top:0.74296855926512rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqm2iO36AM34zeHXzWq25dzSwiszVCrR { width:13.3125rem;height:2.43530625rem;top:23.929675102234rem;left:3.3437498807907rem;text-align:center;text-align-last:center;font-size:0.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HLEkol4Ny8Lg0nZxMWxyhHa2ZbpetEH4 { width:15.125rem;height:1.6235375rem;top:38.367970466614rem;left:2.4375001192093rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enkM0cH4Z7nbTPmBN9Hpk377grN6vWfu { width:17.625rem;height:12.625rem;top:28.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5tBvw2qVQ94nX9HADhnsKgNmJfgx4Cw { width:17.625rem;height:12.375rem;top:42.39687538147rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxhowcLMH3HQtvvSoorezEBFBU8N3d4u { width:15.625rem;height:21.75rem;top:1.8671875rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuOOzRtKgzKnP3vPnkRlI5CCMTmB4bRz { width:15.75rem;height:8rem;top:29.687500953674rem;left:2.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaQx7Tr3TeZyL5HhOlvMzTfks9UnC7ap { width:16.625rem;height:8.375rem;top:42.87343788147rem;left:1.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #krk00vcOGxKN76bU5nqAP8VS0Eimsr7R { width:15.125rem;height:1.6235375rem;top:51.84765625rem;left:2.4375001192093rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THu58QUT1t7MSHwA5lU1z6ULf2K0FQ4p { width:16.25rem;height:2.4353rem;top:73.312502861025rem;left:1.8750001192093rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULtXvanPeeXyZ5Dpf7irvTuLkK3BiUb9 { width:17.625rem;height:21.25rem;top:55.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUD1AInSB33cnRgTxdtWKEMgIMb2Xciy { width:17.625rem;height:18.9375rem;top:78rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeZDRlU4ML5PKIos6MN4TwsJUohLoFo2 { width:15.125rem;height:2.4353rem;top:93.312505722044rem;left:2.4375001192093rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2Q4FVnpAyCVQPDRMhJNtJT4W4gQcKoB { width:15.9375rem;height:11.3125rem;top:98.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTBUbfSE6LRSG4faBT4E75IBUvKae3gU { width:15.9375rem;height:11.3125rem;top:115.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgJcSGsBlI6PeZV1ThLy55x7TKrlf1L6 { width:16.125rem;height:1.6235375rem;top:110.8125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHv5XQ5pyLe6NwTQSESaxrKTviHmMF81 { width:17.625rem;height:15.75rem;top:97.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKvt30dsNapyo2WLvJrtAnM6z6RSgdK6 { width:17.625rem;height:15.75rem;top:114.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyBOaIm2tTM4klyA4oOd2cfXT8IHTQ5E { width:16.125rem;height:1.6235375rem;top:127.5625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST7PxCKZlK2HQ5DClzfDl7mSGKT5RZGP { width:12.375rem;height:3.5rem;top:131.6875038147rem;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:#ffbe00;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:100039;display:block; }
 }@media only screen and (max-width: 763px) { #lTU6ahDCaBHt6ntVI2vxHdAPbriTwFkk { display:block; }
 }@media only screen and (max-width: 763px) { #T1gdOgltxfgAKWdRTS9VlwdxVztxm8si { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/77463baf-0772-4137-9450-01950e299786/LandingPage15.jpg");background-position:top 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;display:block; }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si.adaptive-delivery-prevent-bg, #T1gdOgltxfgAKWdRTS9VlwdxVztxm8si.lazyload, #T1gdOgltxfgAKWdRTS9VlwdxVztxm8si.lazyloading { background-image: none; }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row .container { background-color: transparent; background-image: none; }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.28); }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row .container > .video-iframe-container { display: none; }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.28); }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row > .video-iframe-container { display: none; }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .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); }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row .container { border-width: 0; border-radius: 0; }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FT3rXOLfGNxGLnimJv0pbfOecVveEETL { width:9.3125rem;height:11.8125rem;top:5.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAzTL1mnhJIKrchgzFwKcsg6GITFhbah { width:9.25rem;height:1.2807625rem;top:18.0625rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z46dFbXKHDoK3gKZ4pLGEPqtLrqy6A6J { width:9.3125rem;height:11.8125rem;top:5.4375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRI1DW2KmA2WiiV9ArQU0OKRse9sAtIS { width:9.3125rem;height:11.8125rem;top:25.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZh7iux00tTAlxEvZh7q4DBE3HLNnqkm { width:9.3125rem;height:11.8125rem;top:25.9375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAGK0d9KFHPrk0vWqqXaHE7PBQNa8UCr { width:9.375rem;height:2.4375rem;top:17.4375rem;left:10.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAs3vBlWxrbnpDnb61J1oGCRtcPCNhMo { width:9.3125rem;height:1.6860375rem;top:20.1875rem;left:0.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myQrxLm0GVy42pBpKxIsGLpCS1EM0nlA { width:7.9375rem;height:1.6860375rem;top:20.1875rem;left:10.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvBxDzoNA7PHJGrWg1lZaxIXp84WPegF { width:9.3125rem;height:1.2807625rem;top:38.4375rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzAWO5rVevu0UXZOMv6XQ48KzcriGXUu { width:9.3125rem;height:2.4353rem;top:39.875rem;left:10.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI45RvuXyyJzF1VbbRFgagEcg8M5n0AX { width:9.25rem;height:1.2807625rem;top:38.4375rem;left:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuT1BaDMT1qaWff2EuFBBZnt9ArN8N3J { width:9.3125rem;height:1.6860375rem;top:40.25rem;left:0.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5p2as8ecMNWTqRXsXCC8Guo3A0I08LO { width:8.625rem;height:1.30126875rem;top:22.75rem;left:0.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t80NwVcT592QiBVE0B2q3Pfb03Th64de { width:8.625rem;height:1.30126875rem;top:22.875rem;left:10.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dth5PUPKiSvhm0Qbq1h20ED0kmmcT2RQ { width:8.5625rem;height:1.30126875rem;top:42.875rem;left:0.6875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxcMwrnJDDaT8mc4J5c1QAJcmdFfLsvM { width:8.5rem;height:1.5249rem;top:42.8125rem;left:10.5625rem;font-size:0.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sdVMPdqbHIHTJTocuTmCK1rpGekRZbcf { width:9.3125rem;height:2rem;top:22.4375rem;left:0.375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #koXlgW13a2FRWF7D7z4nyNkrBDzHVezT { width:9.3125rem;height:2rem;top:22.5rem;left:10.1875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlISsuEkWZyC0TPRcB5w74BJX67wHP2y { width:9.3125rem;height:2rem;top:42.5625rem;left:0.375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTmdBJmvflphiffEIA9iavxI8T2MsaTP { width:9.3125rem;height:2rem;top:42.5625rem;left:10.125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdh7nfiagVA0dzmQkZuNPMBBTlqs14SI { width:20rem;height:1.9494625rem;top:2.15625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#400068;font-family:kanit;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UF567f78cyRDZm1ns2zcsqmmToNMssNt { width:20rem;height:3.5625rem;top:2.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaEVPFk2G6Q6CC19wVbz00ZympO9zxEB { display:block; }#xaEVPFk2G6Q6CC19wVbz00ZympO9zxEB > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3XoqnR3bLk94v7JzP8RN1NcfVcOGVIz { width:5.75rem;height:1.95190625rem;top:13.9365234375rem;left:7.125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1WPKlPrKTclpSpOFcc55qUstNfLZxDx { width:6.375rem;height:2.625rem;top:13.66015625rem;left:6.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #Xh7LNPMMFTetwD7wADTTGCU8aWitkxIl { width:6.375rem;height:2.625rem;top:13.6875rem;left:13.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #UZfaa5VTyFJZTB41TSaFEacpT5r1CxGU { width:5.8125rem;height:1.95190625rem;top:14rem;left:13.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGGbp8gnkhUcPuzLRwrNKtaLvOOr204g { width:6.375rem;height:7.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #plSwrNPD9Po9MZSVvqpCUMgul8wbb6Jw { width:6.375rem;height:7.9375rem;top:1.25rem;left:6.8124998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF8XTmBSXCdhPZUqwv8dWSoDUUb0qz1i { width:6.1875rem;height:1.78466875rem;top:9.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td885pHa3G8TTuqvZiOw2Tr7P5pKB6MH { width:6.125rem;height:2.19360625rem;top:11.349990844726rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdadc7ft3d20BBLRNWS2OlhhP6uInUnW { width:6.875rem;height:2.19360625rem;top:10.661712646484rem;left:6.5624998807906rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNnH5MDkTWvyXt3thGErdTZRehXRIymS { width:6.125rem;height:0.89233125rem;top:9.4367065429688rem;left:6.9374998807906rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDfl8QgGRECRQ2nd1X1vqTabxvJhN2VK { width:5.75rem;height:1.95190625rem;top:14.125rem;left:0.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC928kX2Z7cFkzqNTyPa3Fi6d5G4kgGD { width:6.375rem;height:2.625rem;top:13.8125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #tT6UZznIX1x1gHOIp8pM3WlR5Ksw1F5g { width:6.375rem;height:7.9375rem;top:1.25rem;left:13.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWfRFJ7Rf4m4c6q27s8VaqHemSkht492 { width:6.375rem;height:1.5249rem;top:11.411712646484rem;left:13.625000357628rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5PqAGd9huhA5CPJN6mXVHHyITlVXsJZ { width:6.1875rem;height:1.78466875rem;top:9.3742065429688rem;left:13.812500357628rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUUJK7PQEvgIOdzvF88ntCDBSUVEJMf2 { width:6.375rem;height:7.9375rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9O3s7vXGdiTCUoZtN3kQA30OSyrmTiu { width:6.375rem;height:0.89233125rem;top:25.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxAoxUvNR5SJ7xea0ElnvbQZdH68Nr22 { width:6.375rem;height:0.89233125rem;top:25.811706542969rem;left:6.8124998807906rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9Hky6XDdiye9JfEzeQkAPl16fVfMvUc { width:6.375rem;height:7.9375rem;top:17.624206542969rem;left:6.8124998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcIrX8emVObFSr8SK7wW0hPTtpe5vn5A { width:6.375rem;height:2.19360625rem;top:26.899215698243rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu6eGIv2wuUTC5AipMfZ5NNhuzOiNdBT { width:6.375rem;height:2.625rem;top:29.3125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #tFTe7xcFs0T26L3R5cP9brd2rTSBH2IS { width:5.8125rem;height:1.95190625rem;top:29.625rem;left:0.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQoCwd5FTHbk5b9fqZRDLlqyA8TKWs4O { width:5.875rem;height:1.95190625rem;top:29.625rem;left:13.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfgr1e9c2kwUUBesJR3xsCZaQsA4N68e { width:6.375rem;height:2.625rem;top:29.3125rem;left:13.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #oZ2AdxmniE09eETF2pwuq7bmNHEN9gXa { width:6.375rem;height:2.19360625rem;top:26.8984375rem;left:13.625000357628rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkI4gVkQOqF1reLmuB8rLdV0mBbUscxo { width:6.375rem;height:2.19360625rem;top:26.892959594726rem;left:6.8124998807906rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxDMgMfgbtVu46kZMvMO9qhyiXgxzUKP { width:5.75rem;height:1.95190625rem;top:29.625rem;left:7.1249998807906rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #edo2yHVCfKio8TE1uN51rvZuKXrqLq9c { width:6.375rem;height:2.625rem;top:29.3125rem;left:6.8124998807906rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #AHuxsc47Bi2gekdo8URKhFq5oVO67Cdc { width:6.375rem;height:0.89233125rem;top:25.874206542969rem;left:13.625000357628rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdJqWFPpoiWNQIoSo3kRXiQcbgIBvk0g { width:6.375rem;height:7.9375rem;top:17.624206542969rem;left:13.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHVLEa7aoq1Ehmzf1yEBxSN1TDWmwJm0 { background-color:rgba(255,255,255,0.41);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#SHVLEa7aoq1Ehmzf1yEBxSN1TDWmwJm0 > .row .container { background-color: transparent; background-image: none; }#SHVLEa7aoq1Ehmzf1yEBxSN1TDWmwJm0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SHVLEa7aoq1Ehmzf1yEBxSN1TDWmwJm0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SHVLEa7aoq1Ehmzf1yEBxSN1TDWmwJm0 > .row .container > .video-iframe-container { display: none; }#SHVLEa7aoq1Ehmzf1yEBxSN1TDWmwJm0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SHVLEa7aoq1Ehmzf1yEBxSN1TDWmwJm0 > .row > .video-iframe-container { display: none; }#SHVLEa7aoq1Ehmzf1yEBxSN1TDWmwJm0 > .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); }#SHVLEa7aoq1Ehmzf1yEBxSN1TDWmwJm0 > .row .container { border-width: 0; border-radius: 0; }#SHVLEa7aoq1Ehmzf1yEBxSN1TDWmwJm0 > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7g9Fd06VkWDxhB9AAvcSo1VTtBBh57M { width:5.75rem;height:1.95190625rem;top:13.123428344726rem;left:7.1249998807906rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxxBP5m9Qf2Pf5M6HROsJnJsgLoUbDUR { width:6.375rem;height:2.625rem;top:12.84765625rem;left:6.8124998807906rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #NyBfZNpPVqCdgXCqu4C0KnV2rMnnTGAW { width:6.375rem;height:2.625rem;top:12.1875rem;left:13.625000357628rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #uoTUl2O1lOm3A8HOofavGG2PiQ3qfTU9 { width:5.8125rem;height:1.95190625rem;top:12.5rem;left:13.937500357628rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5NSBai7BIGSRfaUUTtSOgDTZGf8BADv { width:6.375rem;height:7.9375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD2z7CIdrNzBo0hQ5Bd0Cr2A9GD5oylg { width:6.375rem;height:7.9375rem;top:1rem;left:6.8124998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7ABIaa1Z42THI0i94VXhSTXwFfXW3A1 { width:6.1875rem;height:0.89233125rem;top:9.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgDbSURrQGk49xBui6quU7KHi6FzmOSp { width:6.25rem;height:2.19360625rem;top:10.322647094726rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #by4XhfFLPCtLqy0vHPDPyBUZBJaPqpBT { width:6.875rem;height:2.19360625rem;top:10.34765625rem;left:6.5624998807906rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm5CQNZKcTczl9fyzxcqFQ1Jd8kqh2vP { width:6.125rem;height:0.89233125rem;top:9.2484283447262rem;left:6.9374998807906rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRiIfzBsxtkgrcZrU8XPuTu9oTGd610W { width:5.75rem;height:1.95190625rem;top:13.125rem;left:0.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVOEpWNDOuDn0aWyDA0t5wNWpyVXCCc1 { width:6.375rem;height:2.625rem;top:12.8125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #XH3wlUHC2u9ScaCXnIdMiERZMWD6hnCi { width:6.375rem;height:7.9375rem;top:1rem;left:13.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdkn424RQ4gPAws7Qbq77JrXHnaHdwJ3 { width:6.375rem;height:1.5249rem;top:10.331253051757rem;left:13.625000357628rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCf5V3NRdO2d5Hc7lBvZaCqKUR7nu5iv { width:6.1875rem;height:0.89233125rem;top:9.2484283447262rem;left:13.812500357628rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb0Pz3Xd69uoiIKkx5zTtf6cL4OJn2Mx { width:6.375rem;height:7.9375rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7aiA6p3xbcuPvPuEoUqDD9iFDXLU3Q8 { width:6.375rem;height:0.89233125rem;top:24.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H80RZWJy0nbhXZpUtykuDJBlhLMo5aeu { width:6.375rem;height:2.19360625rem;top:25.7109375rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORvMUSexZUyTMQ0T2J1rMsX4yooVq6bp { width:6.375rem;height:2rem;top:28.125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #bTuyofxWKg3OrqMDgzB0bF9iJMh7sr8b { width:5.8125rem;height:1.30126875rem;top:28.4375rem;left:0.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS { background-color:rgba(255,255,255,0.94);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row .container { background-color: transparent; background-image: none; }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row .container > .video-iframe-container { display: none; }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row > .video-iframe-container { display: none; }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .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); }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row .container { border-width: 0; border-radius: 0; }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row .container { width:20rem;height:84.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOSRSSDhUCLrTfJn38hohsffFulPdv44 { width:18.75rem;height:16rem;top:10.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC6MZUia7zpuXhSAkpciI8t1tam2IrJs { width:13.625rem;height:16.6875rem;top:33.593750953674rem;left:3.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpdSUdkzqJNtLT9aE35QSJiZRRRcHNwq { width:20rem;height:1.6494125rem;top:2.873046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#9c51d3;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yM0p2JBWr8Dgmq1KGnThoDkB7XX2LJIA { width:16.75rem;height:16.375rem;top:57.250001907349rem;left:1.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsSPUT3k9DR3MBIIaSxfkFpurwLbvKP1 { width:13.625rem;height:0;top:6.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDqw8ws9TgXAVblJrL1IdlnPo9bXdf3L { width:17.25rem;height:2.9223625rem;top:29.149993896484rem;left:1.3750001192093rem;font-size:0.75rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #Bqpk0hWJCSNHq6HFMWzL0upGluPAg8Q2 { width:19rem;height:2.92235625rem;top:52.625038146972rem;left:0.5rem;font-size:0.75rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #HtoXqn56LKKD89zcT28iX4ulFx7AXzt7 { width:17.875rem;height:2.9223625rem;top:76.0625rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7PtVR8N7RxNFtgRlBp3Mh5RSrbxtcCE { width:19rem;height:1.5249rem;top:27.375rem;left:0.5rem;font-size:1.125rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #S0T2QsVvgRdlBM6t8pT4OGx7bW2MERmp { width:19rem;height:1.5249rem;top:74.3125rem;left:0.5rem;font-size:1.125rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #K6UtAPfiaPOWwsoHxPZBc8HQHSSvwvw9 { width:19rem;height:1.5249rem;top:50.8125rem;left:0.5rem;font-size:1.125rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #R8LpKZ6WTeqXCuewSGXz0TSdXlOsBlNC { width:19rem;height:1.42480625rem;top:5.22265625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:100011;color:#400068;line-height:1.2;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #gu7lWwWogVOUilt6hDLcT2arlm4TskRi { width:12.375rem;height:3.5rem;top:80.049951935187rem;left:3.8124998807907rem;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: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:100039;display:block; }
 }@media only screen and (max-width: 763px) { #PAeSr5XBORQCTv9ARxqTp7utCJfw42FA { display:block; }
 }@media only screen and (max-width: 763px) { #UDBxLnTfXqFXdztzxCAUw2MntcIJz4hl { width:20rem;height:3.75rem;top:1.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/77463baf-0772-4137-9450-01950e299786/LandingPage15.jpg");background-position:top 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;display:block; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0.adaptive-delivery-prevent-bg, #wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0.lazyload, #wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0.lazyloading { background-image: none; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row .container { background-color: transparent; background-image: none; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row .container > .video-iframe-container { display: none; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row > .video-iframe-container { display: none; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .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); }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row .container { border-width: 0; border-radius: 0; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btfoy2X1GkzXIMuU0XhFfPSoXb04eDt5 { 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) { #iixftIFvoohVTm2ywLIC5QM4hkgqpCAU { width:18.125rem;height:3.0849625rem;top:6.8125rem;left:0.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #se8RXsQiTlyRUw11VsGsqgm3Hl6JkrOL { width:20rem;height:39.124492645264rem;top:56.28991317749rem;left:0rem;z-index:100000;display:none; }
 }@media only screen and (max-width: 763px) { #uO1ZbnnyVpVVbcKzLHi4LrMCT04eyqH1 { width:18.1875rem;height:1.94824375rem;top:27.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI26Tb35Z31ShzWRTTKehDnfyPqzsqSb { width:0;height:0;top:9.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1J4ziSnUgON8NIGDlihkKR6fqk1XWbz { width:3.4375rem;height:0.0625rem;top:27.75rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWFr3XC7hMBoO75uRbp7CFt0CNdlwHM0 { width:13.875rem;height:1.7858875rem;top:25.25rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muoacOPKMZFLh52L6PU7wergfILnz4Tq { width:6rem;height:6rem;top:0.0625rem;left:13.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;box-shadow: 0rem 0rem 0.375rem rgba(156,81,211,0.61) ;background-color:#be1c1c;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) { #yxHQoKCoC8RJ0XJnGpxucB1AC8vbuKhI { width:6.375rem;height:2.25rem;top:1.625rem;left:13.625rem;text-align:center;text-align-last:center;font-size:2.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TdFmSnK4HRhUfrxy1My6FzP1BfUTUo3P { width:14.25rem;height:2.4375rem;top:10.625rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnip1clb343yyomUdAIq0R4siJqQzOgl { width:1.375rem;height:1.375rem;top:10.625rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwuaKrTQpEIvlIlRwr4xO7rbIwFa5Dvc { width:6.3125rem;height:1.2807625rem;top:14.9375rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQqDw7g1QTDhEusKGcX3lRofaffnGvvf { width:16.75rem;height:1.2807625rem;top:18.6875rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSbdWyfdE2aHDD1DwWhCMsbdOJUzDLQP { width:14.3125rem;height:2.436525rem;top:22.5rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW7FBfizCEWGVfk9Hh8MdVPOmwWk1tdl { width:13rem;height:3.125rem;top:30.0625rem;left:3.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: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:100039;display:block; }
 }@media only screen and (max-width: 763px) { #WRzcLQRG5rcH4rMySPNxW54fVpoITrRv { display:block; }
 }@media only screen and (max-width: 763px) { #cqL4HTD7c5Wc6t6hRMdwTQKdb0DoQTFi { width:14.25rem;height:1.94824375rem;top:13.5244140625rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnN1BA0FZJ7Opga8F9Sx4izMpOnFS1IK { width:16.875rem;height:1.94921875rem;top:16.25rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDC1wcDM7Q7SERJMrrxFwoV9RA8lBxwf { width:14.875rem;height:0.9746125rem;top:20rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIWeMnfSusNXq7nrkkTMQDoQpCsGEHPp { width:16.0625rem;height:0.9746125rem;top:23.75rem;left:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtisEN7CukkUS3o5iwB9rzFO7pVkEe9s { width:1.375rem;height:1.375rem;top:15rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhu36V145IWr9OcCLk1pK5MvvzT2AkgO { width:1.375rem;height:1.375rem;top:18.8125rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS9DsOkrWTlxhdC0SIvQdKmr5aJ96l0w { width:1.375rem;height:1.375rem;top:22.625rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwgLLykbZyD1MnqxL6929eb3cdIlTRoE { width:20rem;height:30.875rem;top:3.9375rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.25rem solid #9c51d3;border-left:0;border-right:0;border-bottom:0.25rem solid #9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #ECr7V4fTnwnIK9gkLZbLFJT68TKWGAIQ { width:15.9375rem;height:9.8125rem;top:35.781299114228rem;left:2.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7ce8f419-c2e7-49aa-9c78-bcc97b58151e/LandingPage215.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh.adaptive-delivery-prevent-bg, #k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh.lazyload, #k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh.lazyloading { background-image: none; }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row .container { background-color: transparent; background-image: none; }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row .container > .video-iframe-container { display: none; }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row > .video-iframe-container { display: none; }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .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); }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxgSknSh0gVgOw9nknsybk2vs5SQE8aE { width:20rem;height:2.0620125rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQfFzGUT6nVA3dFaEclrewAVNw1ZxgQc { width:15.625rem;height:0.975rem;top:42.625rem;left:2.1875rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PwfT0cSnpTSbsaq97MAsd1geJePkJy4h { width:20rem;height:28.8125rem;top:8.974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xszHhRx8RlTIqAECilvW7HWU0RLa4bOr { width:20rem;height:3.75rem;top:5.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/77463baf-0772-4137-9450-01950e299786/LandingPage15.jpg");background-position:top 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;display:block; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB.adaptive-delivery-prevent-bg, #M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB.lazyload, #M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB.lazyloading { background-image: none; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row .container { background-color: transparent; background-image: none; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.39); }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row .container > .video-iframe-container { display: none; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.39); }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row > .video-iframe-container { display: none; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .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); }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row .container { border-width: 0; border-radius: 0; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row .container { width:20rem;height:34.81201171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLXZGJRfiVc0k7JrWEVwszdfdDzz3O8b { 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) { #nRoksD5cEcq8TnFMwCc4lsm91NgM1lXX { width:20rem;height:39.124492645264rem;top:56.28991317749rem;left:0rem;z-index:100000;display:none; }
 }@media only screen and (max-width: 763px) { #ALH4XbkePLNssoQ3QXHGfmnuyZA3Agdk { width:18.25rem;height:5.39795rem;top:2.625rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OOaZ42LgSTI7gr3gVT1HryX1onz4MvZx { width:12.375rem;height:3.5rem;top:13.750000476837rem;left:3.8124998807907rem;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: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:100039;display:block; }
 }@media only screen and (max-width: 763px) { #K5w9dbXCzosh4dQ3sS4PaCZvXuwsQIfW { display:block; }
 }@media only screen and (max-width: 763px) { #d1tDpdgpFJPpBwHGSCJiAu8ADFTKyZVD { width:19rem;height:0.9609375rem;top:22.75rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#400068;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MSVk5s7PZKPG1tGL9MNrvICh9JVQWmGE { width:0;height:0;top:34.8125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw .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; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw .widget-text.counter-number { padding-top:0.415rem;padding-right:0.375625rem;padding-bottom:0.415rem;padding-left:0.375625rem;width:2.254375rem;min-width:2.254375rem;height:2.23rem;font-size:1.66rem;line-height:35.68px;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;background-color:#ffffff;background-image:none;color:#400068; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.25875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.006875rem;height:0.881875rem;font-size:0.623125rem;line-height:14.11px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#400068; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw { display:flex;width:16rem;height:4.200625rem;top:23.5625rem;left:1.0625rem;z-index:100040;padding-top:0.8325rem;padding-right:0.88125rem;padding-bottom:0.8325rem;padding-left:0.88125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #oVXDZtpOm4kGNnthK0DTu1lp0wD6c36A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #EBTwV7KNh4upCigJnFruBsBrMCSyfuf7 {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #kaDn91CsWGCgciWBBMqegUeahV0FPVzu {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #kQtT3e0iJbgEPT2TPtQQUaW7fq9TykH2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #krFScTHRPNqCXTl5mybtkhOhzkWwZeS7 {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #xDRRyhX7FT3AlCh4R1AnsruPLTM5HSw2 {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #paXXwMQt3aHUBAvRelwromJwr5pWhf5D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #FTE8XVmkU9o7Z2eTFd4a2ImlPltW082W {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #igI7E4S6RIC7gkXb0qhDruVX9ThIEDiP {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #wh2QKHfnaWsAPLoCVu9Bt0lwptEhcDXT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #HXcobFIBnJIdAweKPK7hQSrM4UpxQwa6 {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #kzAKkVsTGT0URU1HgizERyzIUsvF3sPJ {  }
 }@media only screen and (max-width: 763px) { #KeTk5hV59KitlT8nTFxbrgW0MS61CKzn { background-color:#333333;background-image:url("https://images.assets-landingi.com/uc/77463baf-0772-4137-9450-01950e299786/LandingPage15.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn.adaptive-delivery-prevent-bg, #KeTk5hV59KitlT8nTFxbrgW0MS61CKzn.lazyload, #KeTk5hV59KitlT8nTFxbrgW0MS61CKzn.lazyloading { background-image: none; }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row .container { background-color: transparent; background-image: none; }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row .container > .video-iframe-container { display: none; }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row > .video-iframe-container { display: none; }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .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); }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acRLrRbWWN7STZu4PCJrlo8BQHOim9xd { width:13rem;height:8.5625rem;top:23.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC7PkBNmBvhd8LdIh7Dn4sXJuerTTpvR { width:6.5rem;height:9.5rem;top:32.5625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV29aC1xFrMtcIUpTVw9PJCX0zII500e { width:6.4375rem;height:9.125rem;top:42.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqVJTxZgRQm1dfIPBBAQJdyFDTyopiSP { width:6.3125rem;height:9.125rem;top:42.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #an5TSw2SOvABy7sQuCqrexidcUJ6RE4A { width:7.6875rem;height:0.3125rem;top:3.1875rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FlH0IcVQ9Ebtk60mfGTWlRhc3lIfri1a { width:6.4375rem;height:9.5rem;top:32.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i22qLuxmkeFoK8BdfelyRQrBTydvc4Jm { width:20rem;height:1.2807625rem;top:5.3124631885439rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbWdcT8J8b7vdz6UeF0gzl58f0TOTauO { width:15.9375rem;height:13.6376875rem;top:9.125rem;left:2.03125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcNrSn2NWsGzLk0B094VrOb00mudo5XF { width:9.25rem;height:2.0625rem;top:2.7499732971191rem;left:5.3749998807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e1pdOGT2uoS1CfVxvyA4TGr1ZdQgw6th { top:7.1375007629394rem;left:2.1875001192093rem;width:15.625rem;height:0.75rem;z-index:100016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/77463baf-0772-4137-9450-01950e299786/LandingPage15.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#e1pdOGT2uoS1CfVxvyA4TGr1ZdQgw6th.adaptive-delivery-prevent-bg, #e1pdOGT2uoS1CfVxvyA4TGr1ZdQgw6th.lazyload, #e1pdOGT2uoS1CfVxvyA4TGr1ZdQgw6th.lazyloading { background-image: none; }
 }@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:6.75rem;height:1.375rem;top:2.1875rem;left:6.6249998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKGCtG6HPqLv2PoT5oze06mH8nPnk87y { width:19.0625rem;height:1.94824375rem;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.43530625rem;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.9482375rem;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) { #Tl0yyEPS50JFUuqZ0y8BsPtwrZcCG41A { width:10.625rem;height:5.9375rem;top:9.8125rem;left:4.6875rem;display:none; }
 }