.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaAQFM5lUmyryJXBcpRiEuETD9gTXuNp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#PaAQFM5lUmyryJXBcpRiEuETD9gTXuNp > .row .container { background-color: transparent; background-image: none; }#PaAQFM5lUmyryJXBcpRiEuETD9gTXuNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaAQFM5lUmyryJXBcpRiEuETD9gTXuNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaAQFM5lUmyryJXBcpRiEuETD9gTXuNp > .row .container > .video-iframe-container { display: none; }#PaAQFM5lUmyryJXBcpRiEuETD9gTXuNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaAQFM5lUmyryJXBcpRiEuETD9gTXuNp > .row > .video-iframe-container { display: none; }#PaAQFM5lUmyryJXBcpRiEuETD9gTXuNp > .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); }#PaAQFM5lUmyryJXBcpRiEuETD9gTXuNp > .row .container { border-width: 0; border-radius: 0; }#PaAQFM5lUmyryJXBcpRiEuETD9gTXuNp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PaAQFM5lUmyryJXBcpRiEuETD9gTXuNp > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#WZXTA83S12WHduC2nwi6MzX4TXCHRk1O { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.5625rem;left:43.625rem;display:block; }
#s5NAifKIOdBQX0aB1GdTJm0SyD84K6vX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UCPZguM5DGfEFHRtmcgeyFPOx9JbTfgt { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #cafe48, #2fe1e1);background-image: -moz-linear-gradient(115deg, #cafe48, #2fe1e1);background-image: -ms-linear-gradient(115deg, #cafe48, #2fe1e1);background-image: -o-linear-gradient(115deg, #cafe48, #2fe1e1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cafe48', endColorstr='#2fe1e1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cafe48', endColorstr='#2fe1e1' );";background-image: linear-gradient(115deg, #cafe48, #2fe1e1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#231f20;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.5546875rem;left:51.3134765625rem;display:block; }
#pfRDZ5m3ma8lIcNofTeAvo5GXcaw65bM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#To56dx8dXWlvtuWsJpq9hau49RPzkzZz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.5625rem;left:34.625rem;display:block; }
#H9eLQ07qOwNDDw2fBDdHtHsFWJnSTic2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#THIz5PW6V2T7aPyLA4zTnPuCpQ6tkqqi { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:7.125rem;top:1.5rem;left:1rem;overflow:hidden;display:block; }
#anLOToLTJurJ0lDMNyBEShoxC951925n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:url("https://images.assets-landingi.com/uc/3875b7d4-dcc7-4d39-8e8d-491f6279eaef/Frame9576.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#anLOToLTJurJ0lDMNyBEShoxC951925n.adaptive-delivery-prevent-bg, #anLOToLTJurJ0lDMNyBEShoxC951925n.lazyload, #anLOToLTJurJ0lDMNyBEShoxC951925n.lazyloading { background-image: none; }#anLOToLTJurJ0lDMNyBEShoxC951925n > .row .container { background-color: transparent; background-image: none; }#anLOToLTJurJ0lDMNyBEShoxC951925n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anLOToLTJurJ0lDMNyBEShoxC951925n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anLOToLTJurJ0lDMNyBEShoxC951925n > .row .container > .video-iframe-container { display: none; }#anLOToLTJurJ0lDMNyBEShoxC951925n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anLOToLTJurJ0lDMNyBEShoxC951925n > .row > .video-iframe-container { display: none; }#anLOToLTJurJ0lDMNyBEShoxC951925n > .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); }#anLOToLTJurJ0lDMNyBEShoxC951925n > .row .container { border-width: 0; border-radius: 0; }#anLOToLTJurJ0lDMNyBEShoxC951925n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anLOToLTJurJ0lDMNyBEShoxC951925n > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:60rem;position:relative;display:block; }#HRWQmQiSyQAxH3timTki909pVLzdWCBg { color:#ffffff;display:block;width:36.25rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.06274375rem;top:14.1875rem;left:0rem;display:block; }
#xsoe39nFhxEHhlXTUII27WvJ5DgTzmH9 { color:#ffffff;display:block;width:12rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;height:1.94986875rem;top:9.1875rem;left:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#asfqiDzk6sSonOBtVFldMGdz2txk3sAR { color:#2fe1e1;display:block;width:36.25rem;position:absolute;font-family:rubik;font-size:4.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17.6875rem;left:0rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fkKzOq23S9mMGTkwUfmQJDfdkPTSri2Z { box-sizing:content-box;height:3.1875rem;width:14.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(125,175,0,0.5);background-image:none;top:8.5625rem;left:0rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#wrDx0wIdMvgFTKrOrXiQ77iByuKDTc7k { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:28.4375rem;top:7.75rem;left:40.695991654411rem;overflow:hidden;display:block; }
#vbQVSL7ickeS9wnoqZb3cVhZrKoH9n7b { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:38.3125rem;display:none; }
#u1scC7FnUyZmrkLgHKQvE29xCMNXXIyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u1scC7FnUyZmrkLgHKQvE29xCMNXXIyT > .row .container { background-color: transparent; background-image: none; }#u1scC7FnUyZmrkLgHKQvE29xCMNXXIyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1scC7FnUyZmrkLgHKQvE29xCMNXXIyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1scC7FnUyZmrkLgHKQvE29xCMNXXIyT > .row .container > .video-iframe-container { display: none; }#u1scC7FnUyZmrkLgHKQvE29xCMNXXIyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1scC7FnUyZmrkLgHKQvE29xCMNXXIyT > .row > .video-iframe-container { display: none; }#u1scC7FnUyZmrkLgHKQvE29xCMNXXIyT > .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); }#u1scC7FnUyZmrkLgHKQvE29xCMNXXIyT > .row .container { border-width: 0; border-radius: 0; }#u1scC7FnUyZmrkLgHKQvE29xCMNXXIyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u1scC7FnUyZmrkLgHKQvE29xCMNXXIyT > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:60rem;position:relative;display:block; }#qaQsKV2nfTkDKC49v3bha0z2XIgxpLyv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:48.9375rem;top:3.25rem;left:5.53125rem;overflow:hidden;display:block; }
#oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #08191b, #0b3434);background-image: -moz-linear-gradient(180deg, #08191b, #0b3434);background-image: -ms-linear-gradient(180deg, #08191b, #0b3434);background-image: -o-linear-gradient(180deg, #08191b, #0b3434);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#08191b', endColorstr='#0b3434' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#08191b', endColorstr='#0b3434' );";background-image: linear-gradient(180deg, #08191b, #0b3434);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9 > .row .container { background-color: transparent; background-image: none; }#oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9 > .row .container > .video-iframe-container { display: none; }#oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9 > .row > .video-iframe-container { display: none; }#oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9 > .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); }#oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9 > .row .container { border-width: 0; border-radius: 0; }#oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9 > .row .container { font-size:0.875rem;font-family:arial;height:74.875rem;width:60rem;position:relative;display:block; }#a6PgezqESTe17vJcwyodn6Tz0fJOTX41 { color:#2fe1e1;display:block;width:11.8125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;height:4.5rem;top:5.5625rem;left:1.875rem;font-style:normal;display:block; }
#rFmU6T6lTVwi2R3B4OJRuX8OJRrW2FDq { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;height:5.625rem;top:11.687500953674rem;left:1.875rem;font-style:normal;display:block; }
#WgqxbaQS1db7TLqfyLFHpLxSBtZHT3tE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:30rem;top:3.2278652191162rem;left:0rem;overflow:hidden;display:block; }
#JEOSy2dOfFNGMbqf4C2kg0MshhOayHOc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:29.75rem;top:3.25rem;left:30.25rem;overflow:hidden;display:block; }
#dAS7O2y8kkwGSALOc3s7KmAUKnnXB0CG { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:29.75rem;top:20.156251907349rem;left:0rem;overflow:hidden;display:block; }
#HOPUki1mbUKwFrsmcPvn4VfEFA1nV8mg { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:29.75rem;top:20.1875rem;left:30.25rem;overflow:hidden;display:block; }
#oSprpGxBIEDuQUKovRlTx2OcFPU9TnAM { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:29.75rem;top:37.093752384186rem;left:0rem;overflow:hidden;display:block; }
#dGRtqWP9G4e3KnyHoX2tM2fp6ZDmiClm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:29.75rem;top:37.125rem;left:30.25rem;overflow:hidden;display:block; }
#kDyaTUTaWcun0b2yq06XsITelZuRvC5Q { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:60rem;top:54.029949188233rem;left:0rem;overflow:hidden;display:block; }
#uIA45TnAsZurnrEyTdvOn3ygT9znSVgp { color:#2fe1e1;display:block;width:13.1875rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;height:4.5rem;top:5.5625rem;left:32rem;font-style:normal;display:block; }
#F2TX6yrQbrbx3KVcZJgg74nQgTqFkkmH { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;height:5.625rem;top:11.687501907349rem;left:32rem;font-style:normal;display:block; }
#lCQRvOWRxMch9k4N23W9TPs9EENoIenp { color:#2fe1e1;display:block;width:11.8125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;height:4.5rem;top:22.519533157349rem;left:1.875rem;font-style:normal;display:block; }
#vZraWuLsiDc5TaQ4wIGWZr2TNgbkspTk { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;height:5.625rem;top:28.75rem;left:1.875rem;font-style:normal;display:block; }
#CWsHb1utDZzcll6lko7I9QAF5ZaXuBPZ { color:#2fe1e1;display:block;width:11.8125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;height:6.75rem;top:22.519533157349rem;left:32rem;font-style:normal;display:block; }
#Ny0mMk5pXUs89RlMlDVceD1OwPfagZPk { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;height:4.21875rem;top:30.239583969116rem;left:32rem;font-style:normal;display:block; }
#cLXZPrGMC3Rt1vEtKT5IAxqEyDm1QS96 { color:#2fe1e1;display:block;width:11.8125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;height:4.5rem;top:39.519533753395rem;left:1.875rem;font-style:normal;display:block; }
#i0erJV3inZlp7AdKiTGISLvDbBESg4qB { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;height:5.625rem;top:45.687502503395rem;left:1.875rem;font-style:normal;display:block; }
#raxqdcT31TCnXEqoNQRMfank7oChR5v2 { color:#2fe1e1;display:block;width:11.8125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;height:4.5rem;top:39.519533753395rem;left:32rem;font-style:normal;display:block; }
#MrXlxlUqhQup4IP2HDS3ZLOuV2u5NlwA { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;height:5.625rem;top:45.687502503395rem;left:32rem;font-style:normal;display:block; }
#PASKnHpgS3kQL3TqR751ekUdJvefEyD8 { color:#2fe1e1;display:block;width:11.8125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;height:4.5rem;top:56.582032680511rem;left:1.875rem;font-style:normal;display:block; }
#pXVS5R3bhc5xwPp3RTygkkFfqz5QIXek { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;height:2.8125rem;top:64.0625038147rem;left:1.875rem;font-style:normal;display:block; }
#bWvnUM3gm9VHOTIJviXwTBm1niOSJdD5 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:29.75rem;top:37.093752384186rem;left:0rem;overflow:hidden;display:none; }
#GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b3434;background-image:url("https://images.assets-landingi.com/uc/586a91f9-54c1-483c-ac7e-5455d83b0316/Group2087330296cc.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6.adaptive-delivery-prevent-bg, #GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6.lazyload, #GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6.lazyloading { background-image: none; }#GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6 > .row .container { background-color: transparent; background-image: none; }#GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6 > .row .container > .video-iframe-container { display: none; }#GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6 > .row > .video-iframe-container { display: none; }#GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6 > .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); }#GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6 > .row .container { border-width: 0; border-radius: 0; }#GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6 > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:60rem;position:relative;display:block; }#lS7ErmJ1DuDeqsCaFs7W4U0qrx4vT7BR { color:#ffffff;display:block;width:44.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.31787109375rem;left:7.71875rem;height:7.798825rem;text-align:center;text-align-last:center;display:block; }
#VXeN27L9y5xXsCGvodyMDVZPa0H1mVW0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VXeN27L9y5xXsCGvodyMDVZPa0H1mVW0 > .row .container { background-color: transparent; background-image: none; }#VXeN27L9y5xXsCGvodyMDVZPa0H1mVW0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXeN27L9y5xXsCGvodyMDVZPa0H1mVW0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXeN27L9y5xXsCGvodyMDVZPa0H1mVW0 > .row .container > .video-iframe-container { display: none; }#VXeN27L9y5xXsCGvodyMDVZPa0H1mVW0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXeN27L9y5xXsCGvodyMDVZPa0H1mVW0 > .row > .video-iframe-container { display: none; }#VXeN27L9y5xXsCGvodyMDVZPa0H1mVW0 > .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); }#VXeN27L9y5xXsCGvodyMDVZPa0H1mVW0 > .row .container { border-width: 0; border-radius: 0; }#VXeN27L9y5xXsCGvodyMDVZPa0H1mVW0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VXeN27L9y5xXsCGvodyMDVZPa0H1mVW0 > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:60rem;position:relative;display:block; }#kdB5fEwbmaIQCeWdgnTvXyJ8ZBzWyvlZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.8125rem;width:16.25rem;top:16.1875rem;left:1.875rem;overflow:hidden;display:block; }
#KagqOkwsxFmFem84hdMvfksiLr1WGTIq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.8125rem;width:16.25rem;top:16.1875rem;left:21.875rem;overflow:hidden;display:block; }
#BwK0ZAlIUTdcPfcMITxgTiVK0a1MTKbx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.8125rem;width:16.25rem;top:16.1875rem;left:41.875rem;overflow:hidden;display:block; }
#VRiEU1o7pxggU5xKV6MpA1TsM3cZNAwz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:16.25rem;top:3.0625209808349rem;left:21.875rem;overflow:hidden;display:block; }
#rP4ZFbgByDmig9TRqoUODgrGHoPZaVwX { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.5rem;width:14.375rem;top:17.8125rem;left:2.8125rem;display:block; }
#nVEHk8crRTBJSqvNasmfO785DMXOhgbG { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.5rem;width:14.375rem;top:17.8125rem;left:22.8125rem;display:block; }
#dZRbrCMunemnF53xKopaic6gnC5RmvrA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.5rem;width:14.375rem;top:17.8125rem;left:42.8125rem;display:block; }
#K1TNwIe48LAHA1V7tzoiTU2EvNAQ944z { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:10.875rem;left:3.75rem;height:4.1997125rem;text-align:center;text-align-last:center;display:block; }
#un9gFOOoNP7a4Tvyw5E3FgHB2QsMAOux { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:10.875rem;left:23.1875rem;height:4.1997125rem;text-align:center;text-align-last:center;display:block; }
#Hlsygc03ordR7i14mk2CnVurtFzz5Sv8 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:10.875rem;left:43.75rem;height:4.19970625rem;text-align:center;text-align-last:center;display:block; }
#uIEyqP3Bmg8y2T7b6vJQv5cm3k6X4tg3 { position:relative;display:none; }#uIEyqP3Bmg8y2T7b6vJQv5cm3k6X4tg3 { border-width: 0; border-radius: 0; }#uIEyqP3Bmg8y2T7b6vJQv5cm3k6X4tg3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uIEyqP3Bmg8y2T7b6vJQv5cm3k6X4tg3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#XbQ77w1pV1GyDDdH8ruxffkdGkr3KJNh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/62d1bc11-5d75-4bec-afbc-10b8ab812b61/Group2087330284.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XbQ77w1pV1GyDDdH8ruxffkdGkr3KJNh.adaptive-delivery-prevent-bg, #XbQ77w1pV1GyDDdH8ruxffkdGkr3KJNh.lazyload, #XbQ77w1pV1GyDDdH8ruxffkdGkr3KJNh.lazyloading { background-image: none; }#XbQ77w1pV1GyDDdH8ruxffkdGkr3KJNh > .row .container { background-color: transparent; background-image: none; }#XbQ77w1pV1GyDDdH8ruxffkdGkr3KJNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbQ77w1pV1GyDDdH8ruxffkdGkr3KJNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbQ77w1pV1GyDDdH8ruxffkdGkr3KJNh > .row .container > .video-iframe-container { display: none; }#XbQ77w1pV1GyDDdH8ruxffkdGkr3KJNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbQ77w1pV1GyDDdH8ruxffkdGkr3KJNh > .row > .video-iframe-container { display: none; }#XbQ77w1pV1GyDDdH8ruxffkdGkr3KJNh > .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); }#XbQ77w1pV1GyDDdH8ruxffkdGkr3KJNh > .row .container { border-width: 0; border-radius: 0; }#XbQ77w1pV1GyDDdH8ruxffkdGkr3KJNh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XbQ77w1pV1GyDDdH8ruxffkdGkr3KJNh > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:60rem;position:relative;display:block; }#d3MCTuvpeXXZz2rVgcl2XDCLumfOaO7N { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.8125rem;width:40.125rem;top:3.9680842791801rem;left:23.020472025925rem;overflow:hidden;display:block; }
#sf0lNruJM4PQiCI98wQJ9vT5z2tgSy1f { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.270835876465rem;left:1.625rem;height:4.22471875rem;display:block; }
#y0pvirAALVw68Dc5nbF7edCnh1MGDkK6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:29.1875rem;top:17.03125rem;left:0.875rem;overflow:hidden;display:block; }
#SayGa4fOkQKMgmxa8xyrWaP2o74pVpEL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:27.625rem;top:21.625rem;left:0rem;overflow:hidden;display:block; }
#wPnzkd6B6JGAT38ALy4X5Lm20SsIx7Il { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.125rem;width:60rem;display:none; }
#tsxyAp9QgQusTQRhoTPPK28FFDqFM9w7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tsxyAp9QgQusTQRhoTPPK28FFDqFM9w7 > .row .container { background-color: transparent; background-image: none; }#tsxyAp9QgQusTQRhoTPPK28FFDqFM9w7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsxyAp9QgQusTQRhoTPPK28FFDqFM9w7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsxyAp9QgQusTQRhoTPPK28FFDqFM9w7 > .row .container > .video-iframe-container { display: none; }#tsxyAp9QgQusTQRhoTPPK28FFDqFM9w7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsxyAp9QgQusTQRhoTPPK28FFDqFM9w7 > .row > .video-iframe-container { display: none; }#tsxyAp9QgQusTQRhoTPPK28FFDqFM9w7 > .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); }#tsxyAp9QgQusTQRhoTPPK28FFDqFM9w7 > .row .container { border-width: 0; border-radius: 0; }#tsxyAp9QgQusTQRhoTPPK28FFDqFM9w7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tsxyAp9QgQusTQRhoTPPK28FFDqFM9w7 > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:60rem;position:relative;display:block; }#eL2H4t42UT9CLkxxbDRoEGErWSkTVhHe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:22.375rem;top:4.6653652191162rem;left:18.8125rem;overflow:hidden;display:block; }
#FcHV4QA7cPaKGArJygAhM9voIFLvAmzq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.625rem;width:18.125rem;top:12.125000953674rem;left:0.9375rem;overflow:hidden;display:block; }
#Prw95rW7N33Fm6UbrpW3EXwf9FzKsPoW { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:18.125rem;top:12.218750953674rem;left:20.9375rem;overflow:hidden;display:block; }
#fEzZa3LTD8ki3GCKI8r8irv1zIFwEy9B { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:18.125rem;top:12.218750953674rem;left:40.9375rem;overflow:hidden;display:block; }
#P29i6vaO8nG5JrvRcaIIAHC8wUPGfRbw { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25.3125rem;left:3.4375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#bOrdzATqfvAzuX6AedUnVDMgOkUxh0pr { color:rgba(255,255,255,0.7);display:block;width:16.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:29.124893188476rem;left:1.5625019073486rem;height:4.72411875rem;text-align:center;text-align-last:center;display:block; }
#lsTMbSATZ89hKGZAcHR0DtXXpybdBzl8 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:25.3125rem;left:23.75rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#nMISUBVcTZGFDc2H7Zp3eKpCRL0JzTQb { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:25.3125rem;left:44.0625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#fV6aG2f2Rxo84CVLf01TOHbtK6BXTeR7 { color:rgba(255,255,255,0.7);display:block;width:12.874875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:29.124893188476rem;left:23.561740875244rem;height:4.72411875rem;text-align:center;text-align-last:center;display:block; }
#I646coCyCDCECuUVMO5WDTAblpW6zNoI { color:rgba(255,255,255,0.7);display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:29.125rem;left:44.0625rem;height:4.72411875rem;text-align:center;text-align-last:center;display:block; }
#nwys0vhBHzo8Z39dOQQQcsxFLuhVuLqe { color:rgba(255,255,255,0.7);display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:30.25rem;left:44.0625rem;height:4.72265625rem;text-align:center;text-align-last:center;display:none; }
#FXy9FrlAZH6UP5Z2Ulv7rLzdAgfIGrKu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55.375rem;width:60rem;display:none; }
#TXwFaNIwsqJXZP17f1rVxnpXN7HFK4oX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55.375rem;width:60rem;display:none; }
#dpnhKzDQwsFZ9wmouUodsfBHBflkJxnK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55.25rem;width:60rem;display:none; }
#Em2AagDZTXIfF6sJOhO3q9xTTmLUgQ7l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #08191b);background-image: -moz-linear-gradient(180deg, #000000, #08191b);background-image: -ms-linear-gradient(180deg, #000000, #08191b);background-image: -o-linear-gradient(180deg, #000000, #08191b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#08191b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#08191b' );";background-image: linear-gradient(180deg, #000000, #08191b);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Em2AagDZTXIfF6sJOhO3q9xTTmLUgQ7l > .row .container { background-color: transparent; background-image: none; }#Em2AagDZTXIfF6sJOhO3q9xTTmLUgQ7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Em2AagDZTXIfF6sJOhO3q9xTTmLUgQ7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Em2AagDZTXIfF6sJOhO3q9xTTmLUgQ7l > .row .container > .video-iframe-container { display: none; }#Em2AagDZTXIfF6sJOhO3q9xTTmLUgQ7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Em2AagDZTXIfF6sJOhO3q9xTTmLUgQ7l > .row > .video-iframe-container { display: none; }#Em2AagDZTXIfF6sJOhO3q9xTTmLUgQ7l > .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); }#Em2AagDZTXIfF6sJOhO3q9xTTmLUgQ7l > .row .container { border-width: 0; border-radius: 0; }#Em2AagDZTXIfF6sJOhO3q9xTTmLUgQ7l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Em2AagDZTXIfF6sJOhO3q9xTTmLUgQ7l > .row .container { font-size:0.875rem;font-family:arial;height:60rem;width:60rem;position:relative;display:block; }#RLPBkof9rLPxlkgTMhi5TcWArhZPvVHW { color:#ffffff;display:block;width:42.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0000381469726rem;left:8.625rem;height:7.798825rem;text-align:center;text-align-last:center;display:block; }
#mkUNI1G7EiqWvSRoxzKdVzTDk1CNr64O { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:19.375rem;top:13.040365219116rem;left:0.4375rem;overflow:hidden;display:block; }
#NHAFoyXTJF2zcaJZL4MPmw0ZF3Nwyuf1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:19.375rem;top:13.040365219116rem;left:20.4375rem;overflow:hidden;display:block; }
#i3OJn9Kz2EQOC0Tdz4xSTSEWdsJ0toeg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:19.375rem;top:13.040365219116rem;left:40.4375rem;overflow:hidden;display:block; }
#ZGrCE9y2Tflma0XKWrT1ab6DQLEEg9WN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:19.375rem;top:28.477865219116rem;left:0.4375rem;overflow:hidden;display:block; }
#zqMxmHx1a1muaJbmObhwErVGnkas5wbU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:19.375rem;top:28.477865219116rem;left:20.4375rem;overflow:hidden;display:block; }
#UKAnXF4fQU5KnIB4nXRxpCIMxfFm89ER { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:19.375rem;top:28.477865219116rem;left:40.4375rem;overflow:hidden;display:block; }
#cgQaTfStgU3destQwGf6koNvIQBRvTWk { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:19.375rem;top:43.915365219116rem;left:0.4375rem;overflow:hidden;display:block; }
#nXyryFX6QhKR0wIMOHqPO8Qrr6DMqESr { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:19.375rem;top:43.915365219116rem;left:20.4375rem;overflow:hidden;display:block; }
#KbUOweKQzkwXs3vD4dtPyG8WZXS52UaC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:19.375rem;top:43.915365219116rem;left:40.4375rem;overflow:hidden;display:block; }
#ow4EKynGwWH6aaqop2RoUWcEkfXxoSpQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ow4EKynGwWH6aaqop2RoUWcEkfXxoSpQ > .row .container { border-width: 0; border-radius: 0; }#ow4EKynGwWH6aaqop2RoUWcEkfXxoSpQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ow4EKynGwWH6aaqop2RoUWcEkfXxoSpQ > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:60rem;position:relative;display:none; }#Rs5wlkDGMfMaXZTF3a4eINRrutH9VGFu { color:#ffffff;display:block;width:50rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:0.5625rem;left:7.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ldTEi1HunRQLHtLTPEd4VHT67xfVshea { color:#ffffff;display:block;width:37.24975rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:1.94986875rem;top:5.4375rem;left:13.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#npb27V2AfFxCibqPGqfzwNsWEqDdn2Gl { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;height:5.625rem;top:12.75rem;left:1.875rem;font-style:normal;display:block; }
#uf9up5cFJ8a5JyoHs6BdnzEsQi75tUmI { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;height:5.625rem;top:30.9375rem;left:1.875rem;font-style:normal;display:block; }
#PJtM2Izye8sRwZqSKJ7QGlK2GLblnbc6 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;height:4.875rem;top:12.6875rem;left:35rem;font-style:normal;display:block; }
#zyX3SDoOtwhIOaGABKaFf7ns6ZIhZ81Z { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;height:8.4375rem;top:31rem;left:35rem;font-style:normal;display:block; }
#icmpr2ISqD9sWNdAAoLMHep3xSQDZFnM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:16.375rem;width:31.25rem;top:10.25rem;left:0rem;display:block; }
#IUDOFQiVIkmiQ3LU8FypEdTwd36E4OFJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:16.375rem;width:31.25rem;top:10.25rem;left:33.125rem;display:block; }
#GLs9lNecA6ZE76NG2yho1t5aXprkIw3o { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:16.375rem;width:31.25rem;top:28.5rem;left:0rem;display:block; }
#VTwgHKxlae5dAQhDOofS4pKNsLs9gTC1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:16.375rem;width:31.25rem;top:28.5rem;left:33.125rem;display:block; }
#MrT66Z91a97rMvD2x8vBwGbl6WhqLdt3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MrT66Z91a97rMvD2x8vBwGbl6WhqLdt3 > .row .container { border-width: 0; border-radius: 0; }#MrT66Z91a97rMvD2x8vBwGbl6WhqLdt3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MrT66Z91a97rMvD2x8vBwGbl6WhqLdt3 > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:75rem;position:relative;display:none; }#sMrTU8x3I1Q49T7RIBgQM8lPZT5nEvSG { color:#ffffff;display:block;width:50rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:4.874875rem;top:2.2894287109375rem;left:12.467651367188rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MAXlESEmUVUb655bTCKTCzdTRizugrb3 { color:#ffffff;display:block;width:37.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:1.950075rem;top:7.125rem;left:18.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T0zNXJcR7QsdnCoBBsDzZx1OwQH5zgkw { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;height:5.625rem;top:14.5rem;left:7.125rem;font-style:normal;display:block; }
#swZDGrgWXk2l76aeVfePy09ulGUABuHC { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;height:5.625rem;top:32.6875rem;left:7.125rem;font-style:normal;display:block; }
#tNRTD1XvP6AFqdGhQrTUz1dyPIux1fIG { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;height:4.8742625rem;top:14.4375rem;left:40.25rem;font-style:normal;display:block; }
#UgQ1xSq4RGRwTTpUpV4GR8JQC8M9ggEI { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;height:8.4375rem;top:32.75rem;left:40.25rem;font-style:normal;display:block; }
#zNw4MrPdbNUwZtQT1XCiEudOMzh4zfGT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:16.375rem;width:31.25rem;top:12rem;left:5.25rem;display:block; }
#lxeaWBTasCsNu1wnK45c5tqaFB1TZSCf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:16.375rem;width:31.25rem;top:12rem;left:38.375rem;display:block; }
#PfDmQ8mgz2UyLDgAGUUNHo7EbsozHw9y { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:16.375rem;width:31.25rem;top:30.25rem;left:5.25rem;display:block; }
#qrhoQgGXlcSepRke4pr5W1xZn9bh5I84 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:16.375rem;width:31.25rem;top:30.25rem;left:38.375rem;display:block; }
#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:url("https://images.assets-landingi.com/uc/cf63d878-1a20-4ee5-8e70-925b008d7d41/Frame9577.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU.adaptive-delivery-prevent-bg, #Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU.lazyload, #Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU.lazyloading { background-image: none; }#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU > .row .container { border-width: 0; border-radius: 0; }#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:60rem;position:relative;display:none; }#nnFcPxfsppMEr5H3iRixpTmMawaepm6b { color:#ffffff;display:block;width:44.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8997375rem;top:4.875rem;left:15.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EuOICp3iKxLLAMHImqsdRJrsxIewZiZW { color:#ffffff;display:block;width:32.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:9.375rem;left:21.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:url("https://images.assets-landingi.com/uc/8cc715b2-3cb1-4659-93f4-cc97a6f8e709/Frame9578.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA.adaptive-delivery-prevent-bg, #Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA.lazyload, #Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA.lazyloading { background-image: none; }#Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA > .row .container { border-width: 0; border-radius: 0; }#Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA > .row .container { font-size:0.875rem;font-family:arial;height:66.5625rem;width:60rem;position:relative;display:none; }#eweUBHoqPzyWdKl0iOk3rwSqVz3eZQZy { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:24.1875rem;left:14.8125rem;text-align:center;text-align-last:center;display:block; }
#rWKR8TcPmVr89J3bKRcWicw3uWLJ21Ae { color:#2fe1e1;display:block;width:47.4375rem;position:absolute;font-family:rubik;font-size:4.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:5.6875rem;top:26.4375rem;left:6.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cpaxTSEqAkzIBzp41PSlM40g9fQdUJTM { color:#ffffff;display:block;width:58.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;height:2.0996125rem;top:34.5rem;left:1.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tapMBL1Gr4A5PAwRDSrbPy0SqquCIE3I { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:7.25rem;top:12.5625rem;left:5.9375rem;overflow:hidden;display:block; }
#aE4Ui11N6yu4T6pTs6zFt5B17FQUNmrh { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.94986875rem;top:39.1875rem;left:10.25rem;font-style:normal;display:block; }
#UE71TZZCXK9UUgSc737GNS2c3BHZZFeZ { color:#9b9b9b;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:41.375rem;left:10.25rem;display:block; }
#drXnwE3t28bwcN6JxCnQ9De4cW1bvbJl { color:#9b9b9b;display:block;width:9.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:47.875rem;left:10.25rem;display:block; }
#MK17Ulyn0ZbTDuAtcRPMMnkuG52CDzoN { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.94986875rem;top:45.625rem;left:10.25rem;font-style:normal;display:block; }
#wUxXqSXydmPVuNfkcku1ucL12b001Dd3 { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.94986875rem;top:52.0625rem;left:10.3125rem;font-style:normal;display:block; }
#GXXum8pBiw7wR8TVJs3hR3PqinGqsV7B { color:#9b9b9b;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:54.3125rem;left:10.3125rem;display:block; }
#ouyln9POeG3LeS6bhxlK9zGwAaOnwqD8 { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15007;background-color:#0b2d31;background-image:none;top:38.6875rem;left:4.4375rem;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; }
#ziOXa2EJoTM9qtH4Vp3H840xllfiRbPH { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15008;background-color:#0b2d31;background-image:none;top:45.1875rem;left:4.4375rem;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; }
#VAruarMHLuutKe6U6zm2pDcftVdy6SGW { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15009;background-color:#0b2d31;background-image:none;top:51.6875rem;left:4.5rem;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; }
#V6WsbOsQJvE4IIN0QK5iItZ8O1fAkLUz { color:#9b9b9b;display:block;width:11.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:47.875rem;left:41.875rem;display:block; }
#I8Pbzx31VK2SxqZay0W6mITfqUzVTezE { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;height:1.94986875rem;top:45.625rem;left:41.875rem;font-style:normal;display:block; }
#QiKt8tnFJpIAxaoK13Lg7etJczD7GfD3 { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;height:1.94986875rem;top:39.1875rem;left:41.875rem;font-style:normal;display:block; }
#Fw7DsVLTboz4LyGmlekWX7Hhq8skXUBU { color:#9b9b9b;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;height:1.29980625rem;top:41.375rem;left:41.875rem;display:block; }
#On9C9JT9ZLy46dKxmSmFooxGkPNZEBJt { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15016;background-color:#0b2d31;background-image:none;top:38.6875rem;left:36.0625rem;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; }
#WSm9lgddqK4D9UoBPqpTgoXwMIdJEgTi { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15017;background-color:#0b2d31;background-image:none;top:45.1875rem;left:36.0625rem;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; }
#pOrrgtCwhU3nzEtNPywTfnbQdUKVli6L { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:39.375rem;left:5.1875rem;overflow:hidden;display:block; }
#ZSiRxw4ADm8GbUKKvwQtwQUxBZC2E3dF { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:45.9375rem;left:5.25rem;overflow:hidden;display:block; }
#JTmpBnvf7UTCxomTkXMiRcoc9N0cwwek { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:52.4375rem;left:5.25rem;overflow:hidden;display:block; }
#yb6DBlcnPupIH8gcnNfazM3v5V4aT7yu { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:2.875rem;top:39.9375rem;left:36.8125rem;overflow:hidden;display:block; }
#xfxXHoDtGSmwIZx85oAfzaPHxLeOmGtu { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:45.9375rem;left:36.875rem;overflow:hidden;display:block; }
#cp919b2v5sSMwUetfECT9vnETCAUGsJB { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #cafe48, #2fe1e1);background-image: -moz-linear-gradient(90deg, #cafe48, #2fe1e1);background-image: -ms-linear-gradient(90deg, #cafe48, #2fe1e1);background-image: -o-linear-gradient(90deg, #cafe48, #2fe1e1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cafe48', endColorstr='#2fe1e1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cafe48', endColorstr='#2fe1e1' );";background-image: linear-gradient(90deg, #cafe48, #2fe1e1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:61.375rem;left:18.125rem;display:block; }
#s2tpetkreEIrOSkhhhqc4hBIkXT9ew8B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QqfTL6fgZJgZsnD1TWWP1bu7OscpivcF { color:#ffffff;display:block;width:41.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;height:1.3999rem;top:59.375rem;left:9.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CJi7G8FKBSPFTFC8T6mr8b32P6ixnboZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CJi7G8FKBSPFTFC8T6mr8b32P6ixnboZ > .row .container { background-color: transparent; background-image: none; }#CJi7G8FKBSPFTFC8T6mr8b32P6ixnboZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJi7G8FKBSPFTFC8T6mr8b32P6ixnboZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJi7G8FKBSPFTFC8T6mr8b32P6ixnboZ > .row .container > .video-iframe-container { display: none; }#CJi7G8FKBSPFTFC8T6mr8b32P6ixnboZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJi7G8FKBSPFTFC8T6mr8b32P6ixnboZ > .row > .video-iframe-container { display: none; }#CJi7G8FKBSPFTFC8T6mr8b32P6ixnboZ > .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); }#CJi7G8FKBSPFTFC8T6mr8b32P6ixnboZ > .row .container { border-width: 0; border-radius: 0; }#CJi7G8FKBSPFTFC8T6mr8b32P6ixnboZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CJi7G8FKBSPFTFC8T6mr8b32P6ixnboZ > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:60rem;position:relative;display:block; }#ZgMUpq2n8FFxBhfEdk7T7gN5rV6WSTg3 { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.625rem;left:7.375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yN3LlnO88bb5eMdyqSxsVF9dqG5kMhC3 { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:22.75rem;left:-4.1875rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MavTma3GSOX4mKKnPGisGDOWvLOuePVp { position:absolute;display:block;z-index:14998;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.125rem;width:21.5625rem;top:9.375rem;left:-5.5rem;overflow:hidden;display:block; }
#sKlD3z8ga7Fpvl2QFlKLSFid2pImhcxI { box-sizing:content-box;height:8.75rem;width:21.5625rem;position:absolute;display:block;z-index:14999;background-color:#073131;background-image:none;top:21.5rem;left:-5.5rem;border-top-right-radius:0rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:0rem;display:block; }
#RCaVlKi4X3UqCpvwFLcN2n2egcEoeQee { color:rgba(255,255,255,0.7);display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:25.3125rem;left:-4.125rem;height:2.79980625rem;font-style:normal;display:block; }
#zLaCGVeD3uB2K8RNGbmoHBHvinrq2HIT { box-sizing:content-box;height:8.75rem;width:21.5625rem;position:absolute;display:block;z-index:15003;background-color:#073131;background-image:none;top:21.5rem;left:19.25rem;border-top-right-radius:0rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:0rem;display:block; }
#ZgzO0XfZp4uokzpF6muXGQJ7NJ8hnOxV { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.75rem;left:20.5625rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UmJRQIbDnHJ26OrivN1f8C0Ec1Dq6g8K { color:rgba(255,255,255,0.7);display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:25.3125rem;left:20.625rem;height:2.79980625rem;font-style:normal;display:block; }
#aUwyM9fGTBx8D7EpZH5Hm1ntqy47qs1O { position:absolute;display:block;z-index:15002;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.125rem;width:21.5625rem;top:9.375rem;left:19.25rem;overflow:hidden;display:block; }
#ZaFangFCqTCL8KC0KeJoN1rmmMPkcxI0 { box-sizing:content-box;height:8.75rem;width:21.5625rem;position:absolute;display:block;z-index:15007;background-color:#073131;background-image:none;top:21.5625rem;left:43.9375rem;border-top-right-radius:0rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:0rem;display:block; }
#EcnWqo1hk3FL2aMN6MnbZNknKEblGaH3 { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.8125rem;left:45.25rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LwVyybuSgGMUE7F7T9oC4fAMBLWTFsLu { color:rgba(255,255,255,0.7);display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:26.9375rem;left:45.3125rem;height:1.3999rem;font-style:normal;display:block; }
#cheA7GuG4bqWSBs9SIAuEEMGZ4RmIEiD { position:absolute;display:block;z-index:15006;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.125rem;width:21.5625rem;top:9.4375rem;left:43.9375rem;overflow:hidden;display:block; }
#hJOahLv72QCFJZQTwTXCS94CUyvAeh45 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hJOahLv72QCFJZQTwTXCS94CUyvAeh45 > .row .container { background-color: transparent; background-image: none; }#hJOahLv72QCFJZQTwTXCS94CUyvAeh45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJOahLv72QCFJZQTwTXCS94CUyvAeh45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJOahLv72QCFJZQTwTXCS94CUyvAeh45 > .row .container > .video-iframe-container { display: none; }#hJOahLv72QCFJZQTwTXCS94CUyvAeh45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJOahLv72QCFJZQTwTXCS94CUyvAeh45 > .row > .video-iframe-container { display: none; }#hJOahLv72QCFJZQTwTXCS94CUyvAeh45 > .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); }#hJOahLv72QCFJZQTwTXCS94CUyvAeh45 > .row .container { border-width: 0; border-radius: 0; }#hJOahLv72QCFJZQTwTXCS94CUyvAeh45 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hJOahLv72QCFJZQTwTXCS94CUyvAeh45 > .row .container { font-size:0.875rem;font-family:arial;height:57.875rem;width:60rem;position:relative;display:block; }#tAciIJuJFrUNWMAy3PRCAX6DUrkGNNqg { color:#ffffff;display:block;width:54.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:2.59375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xSRQSUBPy4H8L5NauRBlOnpwTnhvpKTZ { color:#ffffff;display:block;width:37.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;height:2.84399375rem;top:7.5859222412113rem;left:11.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WiJBMdeJeTJOClIZagxTVrI1V9wWtyGU { color:#ffffff;display:block;width:29rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;height:2.09985625rem;top:19rem;left:30.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RzGuNyrue0nBv1rqkpbLo2zTRkWRHKT7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:20.5rem;top:11.750000953674rem;left:4.5625rem;overflow:hidden;display:block; }
#CBfbstKdE801U8lWFV8HDmLEr0fu4T6s { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:22.75rem;left:30.8125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DP3E9mJrTvN5COwRbR1cB7RIhG5TTmtA { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:25.75rem;left:30.875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lQyCr57WHJbFQ57fPwg7vEhGRIPkbwBy { color:#9b9b9b;display:block;width:26.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:27.1875rem;left:30.875rem;height:1.13745rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c3cNzezecWzKlZTfGRwM0dnZ6uNpifGO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.4375rem;width:37rem;top:7.5416669845581rem;left:-1.7369766235351rem;overflow:hidden;display:block; }
#oK1HHeIssXvDcl89lluP52s9R0d3NaQ3 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #cafe48, #2fe1e1);background-image: -moz-linear-gradient(90deg, #cafe48, #2fe1e1);background-image: -ms-linear-gradient(90deg, #cafe48, #2fe1e1);background-image: -o-linear-gradient(90deg, #cafe48, #2fe1e1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cafe48', endColorstr='#2fe1e1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cafe48', endColorstr='#2fe1e1' );";background-image: linear-gradient(90deg, #cafe48, #2fe1e1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:51.687500953674rem;left:17.9375rem;display:block; }
#mkyiSPkt66Zxy340d2QVGh0PuqzTA0RC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6TnIZgEvm30cfDNvAfEtTDzCitWkOda { color:#cafe48;display:block;width:25.3125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:40.604168891907rem;left:2.65625rem;height:3.599125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lAVKOShTs2uZV1LxrN0T7DQwAyWywmNw { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:45.417969703674rem;left:4.5625rem;height:1.3999rem;font-style:normal;display:block; }
#DkmzBLPCpd0nX6TtF8Jtenk8Adx3uCK5 { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:37.873700141907rem;left:3.625rem;height:1.57498125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kzMDXbnlMT7Kmg2crwqLOkDi4fkDbuaU { box-sizing:content-box;height:2.375rem;width:9.375rem;position:absolute;display:block;z-index:15028;background-color:#cafe48;background-image:none;top:37.473958015442rem;left:2.65625rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:block; }
#hIcklwQlplW2nNznUA7WSi97myXVEcgS { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:28.3125rem;top:36.187500953674rem;left:0.84375rem;overflow:hidden;display:block; }
#IUkyAwtux8GXuA0THLIkAfLIyBHWVsO5 { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:45.417969703674rem;left:34.513023376465rem;height:1.3999rem;font-style:normal;display:block; }
#DuiB1r9odpnOBtk7QcSog04k78WnfVdi { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:28.4375rem;top:36.187500953674rem;left:30.78125rem;overflow:hidden;display:block; }
#lS5crOfZi9hAvLIv3OOazJZwHp9kptro { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:0.9375rem;top:45.492188453674rem;left:32.65625rem;overflow:hidden;display:block; }
#EIycW3QmTPwKti6TNgr7UndPR4wc6Jd8 { color:#2fe1e1;display:block;width:24.6875rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:40.604168891907rem;left:32.65625rem;height:4.1997125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K0dSkraGbEILzxVdsATKxKxvlTqr3suO { box-sizing:content-box;height:2.375rem;width:10rem;position:absolute;display:block;z-index:15038;background-color:#2fe1e1;background-image:none;top:37.472657203674rem;left:32.5625rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:block; }
#Slnn5OOK6BNSm0rv5mKBhVOk1lr7oTr9 { color:#000000;display:block;width:8.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.4;letter-spacing:0;top:37.873700141907rem;left:33.458335876465rem;height:1.57498125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eGuGD6Up7ubUvHTZEr3Rm1J4dDzzmcVM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:42.375rem;display:none; }
#HEEV4fTfz87qixME7SlF3etOrO4nkaXJ { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:0.9375rem;top:45.492188453674rem;left:2.59375rem;overflow:hidden;display:block; }
#k8IUw4BAzeHdmD4aAU759X1D9Lt5KT8f { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:0.9375rem;top:45.492188453674rem;left:2.59375rem;overflow:hidden;display:none; }
#lTOp6cf1NbTafxFl4vDgZ5hTEqurTJul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lTOp6cf1NbTafxFl4vDgZ5hTEqurTJul > .row .container { background-color: transparent; background-image: none; }#lTOp6cf1NbTafxFl4vDgZ5hTEqurTJul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTOp6cf1NbTafxFl4vDgZ5hTEqurTJul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTOp6cf1NbTafxFl4vDgZ5hTEqurTJul > .row .container > .video-iframe-container { display: none; }#lTOp6cf1NbTafxFl4vDgZ5hTEqurTJul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTOp6cf1NbTafxFl4vDgZ5hTEqurTJul > .row > .video-iframe-container { display: none; }#lTOp6cf1NbTafxFl4vDgZ5hTEqurTJul > .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); }#lTOp6cf1NbTafxFl4vDgZ5hTEqurTJul > .row .container { border-width: 0; border-radius: 0; }#lTOp6cf1NbTafxFl4vDgZ5hTEqurTJul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTOp6cf1NbTafxFl4vDgZ5hTEqurTJul > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:60rem;position:relative;display:block; }#TJkuSuqRzbLPV1Wmqeei5ykRlprxNXFJ { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.625rem;left:7.75rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XJToLvwoocskpgcg02sDxkQ8usg8qzgW { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b76fff, #de14ef);background-image: -moz-linear-gradient(180deg, #b76fff, #de14ef);background-image: -ms-linear-gradient(180deg, #b76fff, #de14ef);background-image: -o-linear-gradient(180deg, #b76fff, #de14ef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b76fff', endColorstr='#de14ef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b76fff', endColorstr='#de14ef' );";background-image: linear-gradient(180deg, #b76fff, #de14ef);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.0625rem;width:22.6871875rem;top:9rem;left:6.375rem;display:block; }
#DEeEFgE6bTwF32DVygtmsh3uSnEwy68D { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:rubik;font-size:3.75rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:16.0625rem;left:10.5625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i9LXCM2CL4i4Fuis99tmqUUdT5Pm2sQ1 { color:#ffffff;display:block;width:2.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:17.375rem;left:22.0625rem;height:3.249025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mvXSK6GF54cLWTp9QFBStRp4geuTyO5d { color:#ffffff;display:block;width:18.8745rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:14.5rem;left:8.25rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uBGMSaly6bT81d3TVigHH9UaMDBF9OW5 { position:absolute;display:block;z-index:15048;background-color:rgba(0,0,0,0.5);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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.3125rem;width:17.4375rem;top:10.4375rem;left:9rem;display:block; }
#T7wNUSUdJOOCrzmV0OdaIGH0T3TG6Rxf { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:11.4375rem;left:11.9375rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gcTPoESa1xMVOIiZQdSfJT4yuZBVeM9v { position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fec048, #fb3d3d);background-image: -moz-linear-gradient(180deg, #fec048, #fb3d3d);background-image: -ms-linear-gradient(180deg, #fec048, #fb3d3d);background-image: -o-linear-gradient(180deg, #fec048, #fb3d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec048', endColorstr='#fb3d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec048', endColorstr='#fb3d3d' );";background-image: linear-gradient(180deg, #fec048, #fb3d3d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.0625rem;width:22.6871875rem;top:9rem;left:31rem;display:block; }
#nmdAhUkzC7rMS9QBXEsVLG9plCLz99tx { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:rubik;font-size:3.75rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:16.0625rem;left:35.1875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UMrOIaE61FXf5rlicLinTgrFSBczGJP2 { color:#ffffff;display:block;width:2.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:17.375rem;left:46.6875rem;height:3.249025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PpvHFSRz4OlA5sKksl2KnPhRgRgseSyL { position:absolute;display:block;z-index:15054;background-color:rgba(0,0,0,0.5);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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.3125rem;width:17.4375rem;top:10.4375rem;left:33.625rem;display:block; }
#ko3u8545kBB3TwnvkliBPvmi6s8dTOu2 { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:11.4375rem;left:36.5625rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#khKMDudxleb3MoQtTi7hTkXgqG3yewu4 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:4.6875rem;top:25.75rem;left:34.375rem;overflow:hidden;display:block; }
#taJNr3C01vvHqTkx67VG6TIoyEVvhufU { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:25.75rem;left:21.125rem;height:1.687825rem;display:block; }
#IlS0WAxXhl1ir73TsmpWtsWo8UyyTZrg { color:#ffffff;display:block;width:40.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15051;line-height:1.5;letter-spacing:0;top:28.062502384186rem;left:9.84375rem;height:1.687825rem;text-align:center;text-align-last:center;display:block; }
#p2VtXa7zTQzR8I8rEIiKcnnoI1t3gwZh { color:#ffffff;display:block;width:40.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.125rem;font-weight:700;z-index:15052;line-height:1.5;letter-spacing:0;top:30.312502384186rem;left:9.84375rem;height:3.18676875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NcExgMHbdPTarM2GhyXfu5KoUvXOaRWF { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #cafe48, #2fe1e1);background-image: -moz-linear-gradient(90deg, #cafe48, #2fe1e1);background-image: -ms-linear-gradient(90deg, #cafe48, #2fe1e1);background-image: -o-linear-gradient(90deg, #cafe48, #2fe1e1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cafe48', endColorstr='#2fe1e1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cafe48', endColorstr='#2fe1e1' );";background-image: linear-gradient(90deg, #cafe48, #2fe1e1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9998125rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:34.811688423157rem;left:19.092884063721rem;display:block; }
#rq93Vimsm3t28AHh1AQHypItzmCofGqF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTNusT4kRlGzPRtbLgbum2xuWQLTT66l { background-color:rgba(21,23,3,0.66);background-image:none;border-top:0.0625rem solid #b7cc18;border-left:0.0625rem solid #b7cc18;border-right:0.0625rem solid #b7cc18;border-bottom:0.0625rem solid #b7cc18;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.95833375rem;height:3.39583375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:36.687502384186rem;left:34rem;display:none; }
#SBe8npnhRFC4LwStvTC6h2nzVoZi3PKi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c6UlpnhhypEBB0EcyzgXTlCcG7kR5Dy6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #08191b, #000000);background-image: -moz-linear-gradient(180deg, #08191b, #000000);background-image: -ms-linear-gradient(180deg, #08191b, #000000);background-image: -o-linear-gradient(180deg, #08191b, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#08191b', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#08191b', endColorstr='#000000' );";background-image: linear-gradient(180deg, #08191b, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c6UlpnhhypEBB0EcyzgXTlCcG7kR5Dy6 > .row .container { background-color: transparent; background-image: none; }#c6UlpnhhypEBB0EcyzgXTlCcG7kR5Dy6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6UlpnhhypEBB0EcyzgXTlCcG7kR5Dy6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6UlpnhhypEBB0EcyzgXTlCcG7kR5Dy6 > .row .container > .video-iframe-container { display: none; }#c6UlpnhhypEBB0EcyzgXTlCcG7kR5Dy6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6UlpnhhypEBB0EcyzgXTlCcG7kR5Dy6 > .row > .video-iframe-container { display: none; }#c6UlpnhhypEBB0EcyzgXTlCcG7kR5Dy6 > .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); }#c6UlpnhhypEBB0EcyzgXTlCcG7kR5Dy6 > .row .container { border-width: 0; border-radius: 0; }#c6UlpnhhypEBB0EcyzgXTlCcG7kR5Dy6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c6UlpnhhypEBB0EcyzgXTlCcG7kR5Dy6 > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:60rem;position:relative;display:block; }#acFPkcTJEMQCzpZyc5vXufMuS1WNJXU7 { color:#ffffff;display:block;width:54.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9361763000488rem;left:2.65625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CfwxdPUBVVlhMbUo9LmEktpiSCAL7eUp { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:29.375rem;top:8.0260314941406rem;left:0.3125rem;overflow:hidden;display:block; }
#e8XadziWgEemMlyBlrnP9LICzWpN8mkF { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:29.375rem;top:8.0234260559081rem;left:30.3125rem;overflow:hidden;display:block; }
#Sh8na5Fb4Tkq0VTaicEG2SE9ESsoe7xE { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.9);background-image:none;top:9.592445373535rem;left:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#A87S9mf1uoveiX4S45hlGML89nRCU58q { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:4.75rem;top:10.373695373535rem;left:3.875rem;overflow:hidden;display:block; }
#lfuvh14Pkz1NeUidgQiNAdaoLUCXTE4h { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #496f6f, #1c3535);background-image: -moz-linear-gradient(90deg, #496f6f, #1c3535);background-image: -ms-linear-gradient(90deg, #496f6f, #1c3535);background-image: -o-linear-gradient(90deg, #496f6f, #1c3535);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#496f6f', endColorstr='#1c3535' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#496f6f', endColorstr='#1c3535' );";background-image: linear-gradient(90deg, #496f6f, #1c3535);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:18.4375rem;left:3.125rem;display:block; }
#VkeMmPbC8G4Lo2BZK4CKiXgEfn1pG0MB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XlNTwZhsUoWNHfegFLmSDWDAgxBXtiVF { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff9900, #d00000);background-image: -moz-linear-gradient(90deg, #ff9900, #d00000);background-image: -ms-linear-gradient(90deg, #ff9900, #d00000);background-image: -o-linear-gradient(90deg, #ff9900, #d00000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#d00000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#d00000' );";background-image: linear-gradient(90deg, #ff9900, #d00000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:18.4375rem;left:33.125rem;display:block; }
#kVSL1ppJWrmSQZkgylloLwwWzJNVDc5d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ux0n4OUwfOdQcvViyFRPwIwn5VUwTze6 { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.9);background-image:none;top:9.592445373535rem;left:32.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#P4dNL4mV4BArdnG83pWymsTJnDDhEhp1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:3.875rem;top:10.404945373535rem;left:34.3125rem;overflow:hidden;display:block; }
#NKffDDIZrFiGsl9qFpoZMwcumfKMG99J { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.8125rem;top:10.864585876465rem;left:12.1875rem;overflow:hidden;display:block; }
#t4TOG2F7hksJLp9z9pJrRzl2pnkiz1WQ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:13.95703125rem;left:12.1875rem;overflow:hidden;display:block; }
#BvM9TVc7CtwfFpTMDtkzThHTaMawavDX { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:13.95703125rem;left:42.0625rem;overflow:hidden;display:block; }
#rIkLO1qlBx7AD0CapBTUwa4Ng6HlhKUB { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.8125rem;top:10.864585876465rem;left:42.0625rem;overflow:hidden;display:block; }
#CReWvaaQUdSTcWKXrRck7kuG7bVw8PDo { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:11.446617126465rem;left:15.020835876465rem;height:1.4619125rem;display:block; }
#EpkJpUmPAa2yJFJJ94QCRDX9QVaMTdS1 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:11.299480438233rem;left:44.927085876465rem;height:1.4619125rem;display:block; }
#yAdIu8r36gL0doc0NOFT7LiOhy6NHBB8 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:14.299480438233rem;left:15.020835876465rem;height:1.4619125rem;display:block; }
#DGMU8KFmfwWZqnI61daE9A1dEJSOvbAC { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:14.3203125rem;left:44.927085876465rem;height:1.4619125rem;display:block; }
#o5Gbi2Jn4E7HTkXb1sZbBkbsEVsHtJBq { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:28.125rem;top:8.33837890625rem;left:0.9375rem;overflow:hidden;display:block; }
#z8NKOm1F1Ic4BbcMGHQTHnS6bKGSnIeQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z8NKOm1F1Ic4BbcMGHQTHnS6bKGSnIeQ > .row .container { background-color: transparent; background-image: none; }#z8NKOm1F1Ic4BbcMGHQTHnS6bKGSnIeQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8NKOm1F1Ic4BbcMGHQTHnS6bKGSnIeQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8NKOm1F1Ic4BbcMGHQTHnS6bKGSnIeQ > .row .container > .video-iframe-container { display: none; }#z8NKOm1F1Ic4BbcMGHQTHnS6bKGSnIeQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8NKOm1F1Ic4BbcMGHQTHnS6bKGSnIeQ > .row > .video-iframe-container { display: none; }#z8NKOm1F1Ic4BbcMGHQTHnS6bKGSnIeQ > .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); }#z8NKOm1F1Ic4BbcMGHQTHnS6bKGSnIeQ > .row .container { border-width: 0; border-radius: 0; }#z8NKOm1F1Ic4BbcMGHQTHnS6bKGSnIeQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z8NKOm1F1Ic4BbcMGHQTHnS6bKGSnIeQ > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:60rem;position:relative;display:block; }#RLF7pmFtfJ1L3MeZlcpI9ovrnCx09AWx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27rem;width:48.1875rem;top:0rem;left:5.90625rem;display:block; }
#eUCoQ2fL9kReVqJN9N7eVdd6K6ZCXuBF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eUCoQ2fL9kReVqJN9N7eVdd6K6ZCXuBF > .row .container { background-color: transparent; background-image: none; }#eUCoQ2fL9kReVqJN9N7eVdd6K6ZCXuBF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUCoQ2fL9kReVqJN9N7eVdd6K6ZCXuBF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUCoQ2fL9kReVqJN9N7eVdd6K6ZCXuBF > .row .container > .video-iframe-container { display: none; }#eUCoQ2fL9kReVqJN9N7eVdd6K6ZCXuBF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUCoQ2fL9kReVqJN9N7eVdd6K6ZCXuBF > .row > .video-iframe-container { display: none; }#eUCoQ2fL9kReVqJN9N7eVdd6K6ZCXuBF > .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); }#eUCoQ2fL9kReVqJN9N7eVdd6K6ZCXuBF > .row .container { border-width: 0; border-radius: 0; }#eUCoQ2fL9kReVqJN9N7eVdd6K6ZCXuBF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eUCoQ2fL9kReVqJN9N7eVdd6K6ZCXuBF > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:60rem;position:relative;display:block; }#rVJEyL3bHLniLbzpdReUIJCbbb4S9IVD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.4375rem;width:60rem;top:9.9361982345581rem;left:0rem;overflow:hidden;display:block; }
#p9a7X6KAHM8fVO2stL22xqM6KaiQOy5C { color:#ffffff;display:block;width:58.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6875009536743rem;left:0.90625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/d310f21c-bc4b-420e-b746-deba18c1b7e6/bg1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW.adaptive-delivery-prevent-bg, #TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW.lazyload, #TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW.lazyloading { background-image: none; }#TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW > .row .container { background-color: transparent; background-image: none; }#TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW > .row .container > .video-iframe-container { display: none; }#TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW > .row > .video-iframe-container { display: none; }#TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW > .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); }#TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW > .row .container { border-width: 0; border-radius: 0; }#TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:block; }#tW4D02fDABu4sbxWURquLPLRCVZocoD3 { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:7.65625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ENkFTQi0oRSSVD8QC3TbcXphc0yLHxKI { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.25rem;width:16.875rem;top:8.9375rem;left:21.5625rem;overflow:hidden;display:block; }
#yqs0rt6CRav4q7JgxkhpdTimgPMG6viA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.25rem;width:16.875rem;top:8.9375rem;left:2.25rem;overflow:hidden;display:block; }
#dps0RpKs9hHedX9XGwsNZS14GGBFiKia { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.25rem;width:16.875rem;top:8.9375rem;left:40.9375rem;overflow:hidden;display:block; }
#pJP6FHU9g8mqikNkfu65Azou4oR6uBIc { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.25rem;width:16.875rem;top:22rem;left:21.5625rem;overflow:hidden;display:block; }
#xKyEikCOHeOwRPmTJ9Dg3V7sFnPomLG6 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.25rem;width:16.875rem;top:22rem;left:40.9375rem;overflow:hidden;display:block; }
#Psy6OZXSkoHoQuGVUMBS0vs17wfLT3uP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.25rem;width:16.875rem;top:22rem;left:2.25rem;overflow:hidden;display:block; }
#feMAD6aeQscq0AuR8iPDfyIX9mOxwXbi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#feMAD6aeQscq0AuR8iPDfyIX9mOxwXbi > .row .container { background-color: transparent; background-image: none; }#feMAD6aeQscq0AuR8iPDfyIX9mOxwXbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feMAD6aeQscq0AuR8iPDfyIX9mOxwXbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feMAD6aeQscq0AuR8iPDfyIX9mOxwXbi > .row .container > .video-iframe-container { display: none; }#feMAD6aeQscq0AuR8iPDfyIX9mOxwXbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feMAD6aeQscq0AuR8iPDfyIX9mOxwXbi > .row > .video-iframe-container { display: none; }#feMAD6aeQscq0AuR8iPDfyIX9mOxwXbi > .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); }#feMAD6aeQscq0AuR8iPDfyIX9mOxwXbi > .row .container { border-width: 0; border-radius: 0; }#feMAD6aeQscq0AuR8iPDfyIX9mOxwXbi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#feMAD6aeQscq0AuR8iPDfyIX9mOxwXbi > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:60rem;position:relative;display:block; }#vPVMNMrpyVFtZRfUs0AIISQABP9ykXiM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:29.375rem;top:7.437520980835rem;left:0.3125rem;overflow:hidden;display:block; }
#TKFGz9RoATM56vXAPIakkvAXkLpJF5Az { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:29.1875rem;top:7.4375rem;left:30.3125rem;overflow:hidden;display:block; }
#nfzPb3nVixlsxO9uIZwZsqzaszgTIPVH { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:29.1875rem;top:19.000001907349rem;left:0.3125rem;overflow:hidden;display:block; }
#R1bD4Uh7Cb94DocIUrJGJnSHQqDmIiFo { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:29.1875rem;top:19.000001907349rem;left:30.3125rem;overflow:hidden;display:block; }
#KUi9bxUeQyPiKZW1QMTMUCip4C4KFTSW { color:#ffffff;display:block;width:41.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:9.21875rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n1lQS0XoCpQyhTZNn9CBoDM5WnBWF53o { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9570322036744rem;left:13.083335876465rem;height:4.875rem;display:block; }
#epa2Lux7yhNT04oKKf9KTLSZlKdNi1H2 { color:rgba(255,255,255,0.7);display:block;width:14.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:15.644532203674rem;left:13.083335876465rem;height:1.13671875rem;display:block; }
#rmxK5uIa0oLNBqol1yiDZ2RLGNwXanvp { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.8945322036744rem;left:42.895835876465rem;height:6.09375rem;display:block; }
#cplmzmMhN2T3JhzRwiWXnINXZ2zOGs3F { color:rgba(255,255,255,0.7);display:block;width:14.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:27.332032203674rem;left:13.083335876465rem;height:1.13671875rem;display:block; }
#dLCJTPeir0a504tJKi2S30eAbX1EOJSK { color:rgba(255,255,255,0.7);display:block;width:14.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:27.207032203674rem;left:42.895835876465rem;height:1.13671875rem;display:block; }
#NKKu2sJc40JVbIwFGkKd9r7iWvTbHTlq { color:rgba(255,255,255,0.7);display:block;width:14.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:15.832032203674rem;left:42.895835876465rem;height:1.13671875rem;display:block; }
#qTcx2U0Uhqk3D7NLkEKvHfTtBucadUyQ { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.457032203674rem;left:13.083335876465rem;height:4.875rem;display:block; }
#AF8UWubp79AZPtoIVtO72EPo08U2TfW3 { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.457032203674rem;left:42.895835876465rem;height:4.875rem;display:block; }
#w86rTCJKMsg0gq8sD5QPZQ5zKsr6PR1X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w86rTCJKMsg0gq8sD5QPZQ5zKsr6PR1X > .row .container { background-color: transparent; background-image: none; }#w86rTCJKMsg0gq8sD5QPZQ5zKsr6PR1X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w86rTCJKMsg0gq8sD5QPZQ5zKsr6PR1X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w86rTCJKMsg0gq8sD5QPZQ5zKsr6PR1X > .row .container > .video-iframe-container { display: none; }#w86rTCJKMsg0gq8sD5QPZQ5zKsr6PR1X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w86rTCJKMsg0gq8sD5QPZQ5zKsr6PR1X > .row > .video-iframe-container { display: none; }#w86rTCJKMsg0gq8sD5QPZQ5zKsr6PR1X > .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); }#w86rTCJKMsg0gq8sD5QPZQ5zKsr6PR1X > .row .container { border-width: 0; border-radius: 0; }#w86rTCJKMsg0gq8sD5QPZQ5zKsr6PR1X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w86rTCJKMsg0gq8sD5QPZQ5zKsr6PR1X > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:60rem;position:relative;display:block; }#Kg0hTzPDq0tC5TyQSHvp4aO5WOwSFcym { position:absolute;display:block;z-index:15031;background-color:#0c272c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #005b5b;border-left:0.0625rem solid #005b5b;border-right:0.0625rem solid #005b5b;border-bottom:0.0625rem solid #005b5b;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5rem;width:56.0625rem;top:9.8125rem;left:1.875rem;display:block; }
#zrgDSeVfR7nQsJrWK2TxMixTLrJU4IfQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:10.875rem;left:53.25rem; }
#cU9iJ7yawISEOsdXKvtOWsICTJ3TgO7d { color:#ffffff;display:block;width:42.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.7;letter-spacing:0;top:11.375rem;left:4.6875rem;height:2.125rem;display:block; }
#tTwPuy8DOgrZtfUlvlTTiMUf404ge0iS { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.875rem;left:7.65625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iTyQTg7h1iDk7mbU4tTXkPTTIcnCStI3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iTyQTg7h1iDk7mbU4tTXkPTTIcnCStI3 > .row .container { border-width: 0; border-radius: 0; }#iTyQTg7h1iDk7mbU4tTXkPTTIcnCStI3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTyQTg7h1iDk7mbU4tTXkPTTIcnCStI3 > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:60rem;position:relative;display:none; }#gllvx7rUIi019SqlShBB2e9snTa88SbZ { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #005b5b, #17494f);background-image: -moz-linear-gradient(90deg, #005b5b, #17494f);background-image: -ms-linear-gradient(90deg, #005b5b, #17494f);background-image: -o-linear-gradient(90deg, #005b5b, #17494f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b5b', endColorstr='#17494f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b5b', endColorstr='#17494f' );";background-image: linear-gradient(90deg, #005b5b, #17494f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5.25rem;width:56.0625rem;top:0.375rem;left:9.5rem;display:block; }
#zULFwXDKAZdWN8mD0NC5VlLIukOpZGTc { color:rgba(255,255,255,0.6);display:block;width:50.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.7;letter-spacing:0;top:2.125rem;left:12.1875rem;height:1.91235625rem;font-style:normal;display:block; }
#PiBrJprhMahd1EHZuhiToqfTgiHXICDz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PiBrJprhMahd1EHZuhiToqfTgiHXICDz > .row .container { background-color: transparent; background-image: none; }#PiBrJprhMahd1EHZuhiToqfTgiHXICDz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiBrJprhMahd1EHZuhiToqfTgiHXICDz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiBrJprhMahd1EHZuhiToqfTgiHXICDz > .row .container > .video-iframe-container { display: none; }#PiBrJprhMahd1EHZuhiToqfTgiHXICDz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiBrJprhMahd1EHZuhiToqfTgiHXICDz > .row > .video-iframe-container { display: none; }#PiBrJprhMahd1EHZuhiToqfTgiHXICDz > .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); }#PiBrJprhMahd1EHZuhiToqfTgiHXICDz > .row .container { border-width: 0; border-radius: 0; }#PiBrJprhMahd1EHZuhiToqfTgiHXICDz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PiBrJprhMahd1EHZuhiToqfTgiHXICDz > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:60rem;position:relative;display:block; }#kzowaOZ8gxmKdL6SqycwRaTf05X7EXWp { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #005b5b, #17494f);background-image: -moz-linear-gradient(90deg, #005b5b, #17494f);background-image: -ms-linear-gradient(90deg, #005b5b, #17494f);background-image: -o-linear-gradient(90deg, #005b5b, #17494f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b5b', endColorstr='#17494f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b5b', endColorstr='#17494f' );";background-image: linear-gradient(90deg, #005b5b, #17494f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.9375rem;width:56.0625rem;top:0.3748779296875rem;left:1.9683170318604rem;display:block; }
#DkM67XvgPPlILMGZ51cq6PxpD7vptcPd { color:rgba(255,255,255,0.6);display:block;width:50.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.7;letter-spacing:0;top:2.04296875rem;left:5.1875rem;height:9.56176875rem;font-style:normal;display:block; }
#G9nudFVke3xKrZBEBlEPPRtV3HlH6Zln { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#G9nudFVke3xKrZBEBlEPPRtV3HlH6Zln > .row .container { border-width: 0; border-radius: 0; }#G9nudFVke3xKrZBEBlEPPRtV3HlH6Zln > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G9nudFVke3xKrZBEBlEPPRtV3HlH6Zln > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:60rem;position:relative;display:none; }#GVHL4ErlwCftn8OTf7GdlgLATB9oOD1v { position:absolute;display:block;z-index:15034;background-color:#0c272c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #005b5b;border-left:0.0625rem solid #005b5b;border-right:0.0625rem solid #005b5b;border-bottom:0.0625rem solid #005b5b;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5rem;width:56.0625rem;top:0.4375rem;left:9.4375rem;display:block; }
#ITx7T3xx64SSDSwn3verig5b5RJRlJh6 { color:#ffffff;display:block;width:42.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.7;letter-spacing:0;top:2rem;left:12.4375rem;height:2.125rem;display:block; }
#JWtyInPvgJDTdENdqDQgzETzH7khQ2GB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:1.5rem;left:61rem; }
#qsoXPRIN02acL7WSlFCulJtXEBFgtX7D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qsoXPRIN02acL7WSlFCulJtXEBFgtX7D > .row .container { border-width: 0; border-radius: 0; }#qsoXPRIN02acL7WSlFCulJtXEBFgtX7D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qsoXPRIN02acL7WSlFCulJtXEBFgtX7D > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:60rem;position:relative;display:none; }#o1mmXhOf6rE56cwTcil5tHksIzn3QogR { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #005b5b, #17494f);background-image: -moz-linear-gradient(90deg, #005b5b, #17494f);background-image: -ms-linear-gradient(90deg, #005b5b, #17494f);background-image: -o-linear-gradient(90deg, #005b5b, #17494f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b5b', endColorstr='#17494f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b5b', endColorstr='#17494f' );";background-image: linear-gradient(90deg, #005b5b, #17494f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.75rem;width:56.0625rem;top:0.375rem;left:9.5rem;display:block; }
#XgQwzh88MeBw7EpOfpdlaVUokWF8nQ8W { color:rgba(255,255,255,0.6);display:block;width:50.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.7;letter-spacing:0;top:2.125rem;left:12.1875rem;height:9.5605625rem;font-style:normal;display:block; }
#MsOvUgMH0qseU0HtScQBs5voWfTiRcgm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MsOvUgMH0qseU0HtScQBs5voWfTiRcgm > .row .container { background-color: transparent; background-image: none; }#MsOvUgMH0qseU0HtScQBs5voWfTiRcgm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsOvUgMH0qseU0HtScQBs5voWfTiRcgm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsOvUgMH0qseU0HtScQBs5voWfTiRcgm > .row .container > .video-iframe-container { display: none; }#MsOvUgMH0qseU0HtScQBs5voWfTiRcgm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsOvUgMH0qseU0HtScQBs5voWfTiRcgm > .row > .video-iframe-container { display: none; }#MsOvUgMH0qseU0HtScQBs5voWfTiRcgm > .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); }#MsOvUgMH0qseU0HtScQBs5voWfTiRcgm > .row .container { border-width: 0; border-radius: 0; }#MsOvUgMH0qseU0HtScQBs5voWfTiRcgm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MsOvUgMH0qseU0HtScQBs5voWfTiRcgm > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#n3Z2nnz9WNn9t1JskXGRNGrZaQGHPu3m { position:absolute;display:block;z-index:15037;background-color:#0c272c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #005b5b;border-left:0.0625rem solid #005b5b;border-right:0.0625rem solid #005b5b;border-bottom:0.0625rem solid #005b5b;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5rem;width:56.0625rem;top:0.375rem;left:1.9375rem;display:block; }
#v21d2b4xlUBCROHNsc1qChnLHTUaIWUS { color:#ffffff;display:block;width:42.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.7;letter-spacing:0;top:1.9375rem;left:4.9375rem;height:2.125rem;display:block; }
#LzIm6HTxPAEEwlXAthhEbVEaINNRT9P0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:1.4375rem;left:53.5rem; }
#V6qWDFyaKrFUBdm5zG1hSZQWaJpW6T2X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V6qWDFyaKrFUBdm5zG1hSZQWaJpW6T2X > .row .container { background-color: transparent; background-image: none; }#V6qWDFyaKrFUBdm5zG1hSZQWaJpW6T2X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6qWDFyaKrFUBdm5zG1hSZQWaJpW6T2X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6qWDFyaKrFUBdm5zG1hSZQWaJpW6T2X > .row .container > .video-iframe-container { display: none; }#V6qWDFyaKrFUBdm5zG1hSZQWaJpW6T2X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6qWDFyaKrFUBdm5zG1hSZQWaJpW6T2X > .row > .video-iframe-container { display: none; }#V6qWDFyaKrFUBdm5zG1hSZQWaJpW6T2X > .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); }#V6qWDFyaKrFUBdm5zG1hSZQWaJpW6T2X > .row .container { border-width: 0; border-radius: 0; }#V6qWDFyaKrFUBdm5zG1hSZQWaJpW6T2X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V6qWDFyaKrFUBdm5zG1hSZQWaJpW6T2X > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;position:relative;display:block; }#fsvOHKfPRwlvOf3yfSgsT3SDpfuBQEc6 { position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #005b5b, #17494f);background-image: -moz-linear-gradient(90deg, #005b5b, #17494f);background-image: -ms-linear-gradient(90deg, #005b5b, #17494f);background-image: -o-linear-gradient(90deg, #005b5b, #17494f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b5b', endColorstr='#17494f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b5b', endColorstr='#17494f' );";background-image: linear-gradient(90deg, #005b5b, #17494f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.9375rem;width:56.0625rem;top:0.40625rem;left:1.96875rem;display:block; }
#T8xOkDt2tTaB7INnBBSXoT2ikhboaMHM { color:rgba(255,255,255,0.6);display:block;width:50.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.7;letter-spacing:0;top:2.125rem;left:4.59375rem;height:3.82470625rem;font-style:normal;display:block; }
#MDHlF5WwzOyU5JCvG7zs9V0UNrHDtFTB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MDHlF5WwzOyU5JCvG7zs9V0UNrHDtFTB > .row .container { background-color: transparent; background-image: none; }#MDHlF5WwzOyU5JCvG7zs9V0UNrHDtFTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDHlF5WwzOyU5JCvG7zs9V0UNrHDtFTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDHlF5WwzOyU5JCvG7zs9V0UNrHDtFTB > .row .container > .video-iframe-container { display: none; }#MDHlF5WwzOyU5JCvG7zs9V0UNrHDtFTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDHlF5WwzOyU5JCvG7zs9V0UNrHDtFTB > .row > .video-iframe-container { display: none; }#MDHlF5WwzOyU5JCvG7zs9V0UNrHDtFTB > .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); }#MDHlF5WwzOyU5JCvG7zs9V0UNrHDtFTB > .row .container { border-width: 0; border-radius: 0; }#MDHlF5WwzOyU5JCvG7zs9V0UNrHDtFTB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MDHlF5WwzOyU5JCvG7zs9V0UNrHDtFTB > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#cdtUE2vAwtUGvaCf6kJBdnQoTAUMTu8T { position:absolute;display:block;z-index:15040;background-color:#0c272c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #005b5b;border-left:0.0625rem solid #005b5b;border-right:0.0625rem solid #005b5b;border-bottom:0.0625rem solid #005b5b;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5rem;width:56.0625rem;top:0.5rem;left:2rem;display:block; }
#xzPw2IAUiGaercbGWOxnsNJEZCQdRkU9 { color:#ffffff;display:block;width:42.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.7;letter-spacing:0;top:2.0625rem;left:5rem;height:2.125rem;display:block; }
#sdTKsa1406BTPcPHG2lyn5CoI6JT7i9s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:1.5625rem;left:53.5625rem; }
#LpvrfkTkXBo8LrmX05Qt4iyyNRHMGneg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LpvrfkTkXBo8LrmX05Qt4iyyNRHMGneg > .row .container { background-color: transparent; background-image: none; }#LpvrfkTkXBo8LrmX05Qt4iyyNRHMGneg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpvrfkTkXBo8LrmX05Qt4iyyNRHMGneg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpvrfkTkXBo8LrmX05Qt4iyyNRHMGneg > .row .container > .video-iframe-container { display: none; }#LpvrfkTkXBo8LrmX05Qt4iyyNRHMGneg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpvrfkTkXBo8LrmX05Qt4iyyNRHMGneg > .row > .video-iframe-container { display: none; }#LpvrfkTkXBo8LrmX05Qt4iyyNRHMGneg > .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); }#LpvrfkTkXBo8LrmX05Qt4iyyNRHMGneg > .row .container { border-width: 0; border-radius: 0; }#LpvrfkTkXBo8LrmX05Qt4iyyNRHMGneg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LpvrfkTkXBo8LrmX05Qt4iyyNRHMGneg > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;position:relative;display:block; }#s186lofhSOH0Jt012daeKS2pNJTfEwDV { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #005b5b, #17494f);background-image: -moz-linear-gradient(90deg, #005b5b, #17494f);background-image: -ms-linear-gradient(90deg, #005b5b, #17494f);background-image: -o-linear-gradient(90deg, #005b5b, #17494f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b5b', endColorstr='#17494f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b5b', endColorstr='#17494f' );";background-image: linear-gradient(90deg, #005b5b, #17494f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.9375rem;width:56.0625rem;top:0.4375rem;left:2rem;display:block; }
#k4nHaxWTCNlfTWPsb6A9qJNlmFt8wLJF { color:rgba(255,255,255,0.6);display:block;width:50.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.7;letter-spacing:0;top:2.1875rem;left:4.6875rem;height:3.82470625rem;font-style:normal;display:block; }
#v65wmaecxd5x9otR2B8zwTaTmgVqFH6r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#v65wmaecxd5x9otR2B8zwTaTmgVqFH6r > .row .container { border-width: 0; border-radius: 0; }#v65wmaecxd5x9otR2B8zwTaTmgVqFH6r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v65wmaecxd5x9otR2B8zwTaTmgVqFH6r > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:none; }#PcB2l9DgebTTTxfEhpmmLd3oydCHM9sw { position:absolute;display:block;z-index:15043;background-color:#0c272c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #005b5b;border-left:0.0625rem solid #005b5b;border-right:0.0625rem solid #005b5b;border-bottom:0.0625rem solid #005b5b;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5rem;width:56.0625rem;top:0.5rem;left:2rem;display:block; }
#V4lFGO06a22oeBJmRLzAaNJZt1TnCxyT { color:#ffffff;display:block;width:42.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:normal;z-index:15045;line-height:1.7;letter-spacing:0;top:2.0625rem;left:5rem;height:2.125rem;display:block; }
#oFEOhA31DVr6MimXv3MHV0RaigaTVfw7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:1.5625rem;left:53.5625rem; }
#v2H134ENWKN0QF0Qfmp588nnayas4037 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#v2H134ENWKN0QF0Qfmp588nnayas4037 > .row .container { border-width: 0; border-radius: 0; }#v2H134ENWKN0QF0Qfmp588nnayas4037 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v2H134ENWKN0QF0Qfmp588nnayas4037 > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:none; }#lkex0GJyzxaHRVODJOFwUk6d4JwJXubz { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #005b5b, #17494f);background-image: -moz-linear-gradient(90deg, #005b5b, #17494f);background-image: -ms-linear-gradient(90deg, #005b5b, #17494f);background-image: -o-linear-gradient(90deg, #005b5b, #17494f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b5b', endColorstr='#17494f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b5b', endColorstr='#17494f' );";background-image: linear-gradient(90deg, #005b5b, #17494f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.9375rem;width:56.0625rem;top:0.375rem;left:2rem;display:block; }
#lsETHSyTTdI6aTAPVTW8WP4khN9TuanA { color:rgba(255,255,255,0.6);display:block;width:50.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.7;letter-spacing:0;top:2.125rem;left:4.6875rem;height:3.82486875rem;font-style:normal;display:block; }
#nTcxv4BNzTMtcXtyKerQQRxJ0fLU7z03 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nTcxv4BNzTMtcXtyKerQQRxJ0fLU7z03 > .row .container { border-width: 0; border-radius: 0; }#nTcxv4BNzTMtcXtyKerQQRxJ0fLU7z03 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTcxv4BNzTMtcXtyKerQQRxJ0fLU7z03 > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;position:relative;display:none; }#qN1hIz6yxyhuKvGaMcU4UGFcxEqQvC3E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qN1hIz6yxyhuKvGaMcU4UGFcxEqQvC3E > .row .container { background-color: transparent; background-image: none; }#qN1hIz6yxyhuKvGaMcU4UGFcxEqQvC3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN1hIz6yxyhuKvGaMcU4UGFcxEqQvC3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN1hIz6yxyhuKvGaMcU4UGFcxEqQvC3E > .row .container > .video-iframe-container { display: none; }#qN1hIz6yxyhuKvGaMcU4UGFcxEqQvC3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN1hIz6yxyhuKvGaMcU4UGFcxEqQvC3E > .row > .video-iframe-container { display: none; }#qN1hIz6yxyhuKvGaMcU4UGFcxEqQvC3E > .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); }#qN1hIz6yxyhuKvGaMcU4UGFcxEqQvC3E > .row .container { border-width: 0; border-radius: 0; }#qN1hIz6yxyhuKvGaMcU4UGFcxEqQvC3E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qN1hIz6yxyhuKvGaMcU4UGFcxEqQvC3E > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#eyu2U2mCWHorFFLZ1h8tCXggi9iCbaEO { color:#ffffff;display:block;width:50.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;height:1.94986875rem;top:7.5625rem;left:4.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ad6mcWPNGK76p1vc7hxpLu9a9tiovs5e { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5625rem;left:7.6875rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lqGBD0bX4dzoczbwTyp7ntRWTP1ONPyM { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:12rem;left:24.3125rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ErGE2Ak6C3VQNLHw9QtUgf4BZKEflRuU { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:15.4375rem;left:27.4375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uiWkQLLIWrDJcInJShzOPdL6V7cW9eng { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:18.3125rem;left:27.4375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RPUxhlnzrnltXfVpGgOAavp3MOh9Td6p { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:15.125rem;left:24.3125rem;overflow:hidden;display:block; }
#t3XTJFsHL3uuimfy79h2dAhZI8QWZvli { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18rem;left:24.3125rem;overflow:hidden;display:block; }
#pADdsrkBZwbEW8seo9uA3P7AF36M0pfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:url("https://images.assets-landingi.com/uc/2a13773a-25c3-46a9-952c-4086e5da1fe9/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pADdsrkBZwbEW8seo9uA3P7AF36M0pfS.adaptive-delivery-prevent-bg, #pADdsrkBZwbEW8seo9uA3P7AF36M0pfS.lazyload, #pADdsrkBZwbEW8seo9uA3P7AF36M0pfS.lazyloading { background-image: none; }#pADdsrkBZwbEW8seo9uA3P7AF36M0pfS > .row .container { border-width: 0; border-radius: 0; }#pADdsrkBZwbEW8seo9uA3P7AF36M0pfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pADdsrkBZwbEW8seo9uA3P7AF36M0pfS > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:none; }#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-form-header {  }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-regular-label { height:auto;display:block;font-family:anuphan;font-size:0.875rem;font-weight:700;color:#000000;width:45.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;line-height:1.5; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.25rem;box-sizing:border-box;height:2.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:anuphan;line-height:1.0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:anuphan;line-height:1.0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:anuphan;font-size:0.875rem;overflow:hidden; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-button { border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00bebe, #1a7b7b);background-image: -moz-linear-gradient(90deg, #00bebe, #1a7b7b);background-image: -ms-linear-gradient(90deg, #00bebe, #1a7b7b);background-image: -o-linear-gradient(90deg, #00bebe, #1a7b7b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bebe', endColorstr='#1a7b7b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bebe', endColorstr='#1a7b7b' );";background-image: linear-gradient(90deg, #00bebe, #1a7b7b);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:45.25rem;height:3.4375rem;font-family:"ibm plex sans thai";overflow:hidden;font-style:normal; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:43.8125rem;overflow:hidden;font-style:normal; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.4375rem;vertical-align:middle;font-family:anuphan;font-size:0.8125rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:2; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-container:first-of-type{padding-top:0;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-container:last-of-type{padding-bottom:0;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:1.8125rem;left:13.625rem; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:45.25rem; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-info-text { display:block;height:auto;font-family:anuphan;font-size:0.75rem;line-height:1.5;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 {display:block;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:1.8125rem;left:13.625rem; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #T3hr9eV1sRskDzupTSKiHsyWZuKOgUfI { position:relative; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #CTUQekcc0CseKtonVJtdhTsNSLFSJGTf { position:relative;display:block; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #MUWIzmpFzCVQgOtOeKQcGXlIETnrdZlq { position:relative; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #dLfs5s2TEttpfd7NFSmR2k75JxJC3SXk { position:relative; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #zGr7VVNawbLqfkVe4Vkgrc1JOh7eASCP { position:relative;display:block; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #LnTTNkvtzEVQbLwAWTDb53WUI34n8n1B { position:relative; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #KzyPhVJ3cdTzDHvVWl2QAQQ9uUA7VSay { position:relative; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #tJex1KLWm56eLlc0ewC2sekC7VAZOqNH { position:relative;display:block; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #Zh7UZRGkh3CnSeA0GkwosOutb3Zq2iuO { position:relative; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #VlzdRl4U94dyNykP62CXWw6dvWST3JxV { position:relative; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #VlzdRl4U94dyNykP62CXWw6dvWST3JxV .container-column{width:50%;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #BVLu2QO4pIe7hSvq46Okpm8yu9ISDHNp { position:relative;display:block; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #zTStyOgT4kK0biBmHwG2gWMw7c68R76X { position:relative;z-index:2; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #lWEDTWkOhXTXPEpQNHt48UM6IEfIR8NU { position:relative; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #BUGL1AvhGAusw7pDwbtMkrW6AlOpp5GG { position:relative;z-index:2; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #zPrKKZ1x3bLd8iq3eZ36VDrTXP4kiXfm { position:relative; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #uRp7eaohi1LtWHD9SNCoKF784GxEcEU2 { position:relative;display:block;z-index:15000; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #LkeMppg4XHX6B811xKLQiG6TVtU635b4 { position:relative;display:block;z-index:15000; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #mlvFUO0yLrTbv2vqOF4rxx4ZUgebWA4O { position:relative; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #ylV8lvimolOBSMeJOaVyExHkldHg1H0A { position:relative; }
#tKCfM8k59i0i9CL3R6oUwSTqLLUiPwFn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tKCfM8k59i0i9CL3R6oUwSTqLLUiPwFn > .row .container { border-width: 0; border-radius: 0; }#tKCfM8k59i0i9CL3R6oUwSTqLLUiPwFn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tKCfM8k59i0i9CL3R6oUwSTqLLUiPwFn > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:none; }#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-form-header {  }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-regular-label { height:auto;display:block;font-family:anuphan;font-size:0.875rem;font-weight:700;color:#000000;width:26.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;line-height:1.5; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.3125rem;box-sizing:border-box;height:2.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:anuphan;line-height:1.0; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-input-text {padding-top: 0; padding-bottom: 0;}#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:anuphan;line-height:1.0; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:anuphan;font-size:0.875rem;overflow:hidden; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-input-select {padding-top: 0; padding-bottom: 0;}#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-input-button { border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00bebe, #1a7b7b);background-image: -moz-linear-gradient(90deg, #00bebe, #1a7b7b);background-image: -ms-linear-gradient(90deg, #00bebe, #1a7b7b);background-image: -o-linear-gradient(90deg, #00bebe, #1a7b7b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bebe', endColorstr='#1a7b7b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bebe', endColorstr='#1a7b7b' );";background-image: linear-gradient(90deg, #00bebe, #1a7b7b);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:26.3125rem;height:3.4375rem;font-family:"ibm plex sans thai";overflow:hidden;font-style:normal; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:24.9375rem;overflow:hidden;font-style:normal; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.4375rem;vertical-align:middle;font-family:anuphan;font-size:0.8125rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-container:first-of-type{padding-top:0;}#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-container:last-of-type{padding-bottom:0;}#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:3.2685546875rem;left:41.8427734375rem; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.3125rem; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-info-text { display:block;height:auto;font-family:anuphan;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F {display:block;}#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:3.2685546875rem;left:41.8427734375rem; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #GTE15R7EgTWm6nxVceTJEw4lt2QFr6up { position:relative; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #cFbUQF6fTPtvCmw4Qi9eaD6LlC5yRr4r { position:relative;display:block; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #UFOEeS8Fc41gqeKNfc0C1LgZcLUpkfI3 { position:relative; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #HOD8UIK6uMEzBlPVe34ssQIFgC77sT0o { position:relative; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #ytMmLyDzxmuzMs2oWOJsX8eAJbVV9UFQ { position:relative;display:block; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #rCOTWo2eHylOoeK6UTKppIUfv3Wqgg50 { position:relative; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #AmRCUbwatwC8nzalsbI09AWBSBVbLcPq { position:relative; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #ZSJihdk2E4Knn743nW7XTfwLZlKNT2LA { position:relative;display:block; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #Ae42zkkuFZR1KlTU9cT8OkdHK5B3mo2i { position:relative; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #lpikDVVOg0E30OSwHICz8EplXxDkVbEA { position:relative; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #lpikDVVOg0E30OSwHICz8EplXxDkVbEA .container-column{width:50%;}#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #bOTshMWAZnCxN8bFvuaqcTgDf4TEs6K8 { position:relative;display:block; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #hVSQpAKU8NM5CTOxpZd6ysRnLd649bQP { position:relative;z-index:2; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #QgRaHqzNl5zF6f3T7nd0Zt0Jen7t0h4U { position:relative; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #HIkgrqwbW5sITHTM4ds3hQUNkTFuo377 { position:relative;z-index:2; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #IveGS64sSg36fm9sqilV2J3Fd6csTbXG { position:relative; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #VuMqwCg0mT3aQxOccyWTLbBtxeLre4z9 { position:relative;display:block;z-index:15000; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #fQdI1VnmMWzB9GsaRFtJIfRv95x457aC { position:relative;display:block;z-index:15000; }
#r3ByKG9iTMsEpfmq5md5gN7ryGTcyChX { position:relative;display:block; }
#NEc0LlLOowepHFMgQ6bS5QRuFMS4hZmq { position:relative;display:block; }
#hZVtUbcdzeheAk2HCThr5LUzm6HdNa9V { position:relative;display:block; }
#qKQMXWKrPPDcBIeJdkrVUyh4u35fxDEI { position:relative;display:block; }
#JlH7On0TomRTP507shxQXer31L7IS1u5 { position:relative;display:block; }
#V5nIhPskxTm7aZXzELJRkOT7mifKoK4p { position:relative;display:block; }
#znQS347Ul8xyLp8FkpC6NGhNIh5k2CRX { position:relative;display:block; }
#AlGdlEuLyFmynp0nC89smdoOlBcLN59o { position:relative;display:block; }
#KxcwvAEM6SGAXRbn4HBCdVVttKOvAW44 { position:relative;display:block; }
#yRyltf7HD5lwEJ95Uzb2w58E1uqboqHn { position:relative;display:block; }
#B2iTV6L2AkDO3LWDDmMmVcwVMlTPC457 { position:relative;display:block; }
#cFiotkduWvAEzfJirsHEUkwl4krTIaBS { position:relative;display:block; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #vNZ46fGJXLFHgsdL8Sw7pv3fEp8coFga { position:relative; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #QubA2rNUVwTG0pZCoaO5omUhJn3kusxh { position:relative; }
#aJiDMFklqUVBadlFKKF0zVTWGqbt0bVA { color:#ffffff;display:block;width:23.999625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;height:5.8496125rem;top:14.359741210938rem;left:3.0621337890625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K6DPswFJ4RpFaLisG6hA87QrUM6fdqsQ { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.9371337890625rem;left:3.0621337890625rem;height:7.8005625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#an3AzTLWkgQtl63ucoEOm1rAdbiepsrz { color:#ffffff;display:block;width:15.437rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:22.375rem;left:3.0625rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UFLT11BLWhpNuceRNiuPUTG9q0SErVJw { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:25.875rem;left:6.1875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h8rmuXEipUTeIEBw5we7cIm5CNtse8Xc { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:25.375rem;left:3.0625rem;overflow:hidden;display:block; }
#RfsCIgOtGGXkbhGyhXkcvIU0m2udqNlC { color:#ffffff;display:block;width:17.56225rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:29rem;left:6.1875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nPqGvtnsMpyRRnnUDhvMed13XuzTIs4t { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:28.6875rem;left:3.0625rem;overflow:hidden;display:block; }
#DDiunbGx4lEzi353Jg8T0vTaVPiXPV3p.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5063b6;background-image:url("https://images.assets-landingi.com/uc/8bab991a-3d68-480e-825e-f8b56414b936/Frame37478.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DDiunbGx4lEzi353Jg8T0vTaVPiXPV3p.widget-smartsection.adaptive-delivery-prevent-bg, #DDiunbGx4lEzi353Jg8T0vTaVPiXPV3p.widget-smartsection.lazyload, #DDiunbGx4lEzi353Jg8T0vTaVPiXPV3p.widget-smartsection.lazyloading { background-image: none; } #DDiunbGx4lEzi353Jg8T0vTaVPiXPV3p.widget-smartsection *:focus-visible, #DDiunbGx4lEzi353Jg8T0vTaVPiXPV3p.widget-smartsection input[type="text"]:focus-visible, #DDiunbGx4lEzi353Jg8T0vTaVPiXPV3p.widget-smartsection input[type="email"]:focus-visible, #DDiunbGx4lEzi353Jg8T0vTaVPiXPV3p.widget-smartsection input[type="tel"]:focus-visible, #DDiunbGx4lEzi353Jg8T0vTaVPiXPV3p.widget-smartsection textarea:focus-visible { outline: none; } #C0aWktaLzAanIwq7CZ1zXqB81UZT1NEe > .row .container { background-color: transparent; background-image: none; }#C0aWktaLzAanIwq7CZ1zXqB81UZT1NEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0aWktaLzAanIwq7CZ1zXqB81UZT1NEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0aWktaLzAanIwq7CZ1zXqB81UZT1NEe > .row .container > .video-iframe-container { display: none; }#C0aWktaLzAanIwq7CZ1zXqB81UZT1NEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0aWktaLzAanIwq7CZ1zXqB81UZT1NEe > .row > .video-iframe-container { display: none; }#C0aWktaLzAanIwq7CZ1zXqB81UZT1NEe > .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); }#C0aWktaLzAanIwq7CZ1zXqB81UZT1NEe > .row .container { border-width: 0; border-radius: 0; }#C0aWktaLzAanIwq7CZ1zXqB81UZT1NEe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C0aWktaLzAanIwq7CZ1zXqB81UZT1NEe > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C > .row .container { background-color: transparent; background-image: none; }#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C > .row .container > .video-iframe-container { display: none; }#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C > .row > .video-iframe-container { display: none; }#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C > .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); }#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C > .row .container { border-width: 0; border-radius: 0; }#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#Hx12azk7daHrpttboWE41mOgbDmBk6fO { color:#a6a6a6;display:block;width:8.625rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:7.875rem;left:18.25rem;height:;font-style:normal;display:block; }
#PMqFS83fqaKTglptpU9misBbiUVPSTZf { color:#a6a6a6;display:block;width:5.5625rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:7.875rem;left:11.5625rem;height:;font-style:normal;display:block; }
#cidnGFE4STFkCNgH2LT6wJ0u1SuMs7Mg { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.8125rem;top:2.5rem;left:3.75rem;overflow:hidden;display:block; }
#UL63tolAHnIExmPIHw4esOhgHxvAyW01 { color:#a6a6a6;display:block;width:6.875rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:7.875rem;left:3.75rem;height:;font-style:normal;display:block; }
#e2SGZkTTzOKvglIWatZzTghEu8uFh1u0 { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:anuphan;font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:2.5rem;left:54.125rem;height:;font-style:normal;display:block; }
#yhcAt6L43AbDLsX46A83aU63amWcoCae { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:4.4375rem;left:54.125rem;display:block; }
#qK93nmyWBHDsyqEElS4Ki4QE4IQAGEad { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:4.4375rem;left:56.75rem;display:block; }
#GkznyNOTAKLAwLS84WzfaEI4RVaQO9Rw { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15057;top:4.4375rem;left:62rem;display:block; }
#bJz3m2PGq5DPTcBr0ipr6BRqXEuGLDg4 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:4.6875rem;left:59.625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PaAQFM5lUmyryJXBcpRiEuETD9gTXuNp { display:block; }#PaAQFM5lUmyryJXBcpRiEuETD9gTXuNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZXTA83S12WHduC2nwi6MzX4TXCHRk1O { width:6.5rem;height:2.1875rem;top:1.5625rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5NAifKIOdBQX0aB1GdTJm0SyD84K6vX { display:block; }
 }@media only screen and (max-width: 763px) { #UCPZguM5DGfEFHRtmcgeyFPOx9JbTfgt { width:8.6875rem;height:2.125rem;top:1.5rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfRDZ5m3ma8lIcNofTeAvo5GXcaw65bM { display:block; }
 }@media only screen and (max-width: 763px) { #To56dx8dXWlvtuWsJpq9hau49RPzkzZz { width:9.0625rem;height:2.1875rem;top:1.5625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9eLQ07qOwNDDw2fBDdHtHsFWJnSTic2 { display:block; }
 }@media only screen and (max-width: 763px) { #THIz5PW6V2T7aPyLA4zTnPuCpQ6tkqqi { width:7.125rem;height:2.3125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #anLOToLTJurJ0lDMNyBEShoxC951925n { display:none; }#anLOToLTJurJ0lDMNyBEShoxC951925n > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HRWQmQiSyQAxH3timTki909pVLzdWCBg { top:14.1875rem;left:0rem;width:36.25rem;height:4.0625rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xsoe39nFhxEHhlXTUII27WvJ5DgTzmH9 { top:9.1875rem;left:0rem;width:12rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #asfqiDzk6sSonOBtVFldMGdz2txk3sAR { top:17.6875rem;left:0rem;width:36.25rem;height:6.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkKzOq23S9mMGTkwUfmQJDfdkPTSri2Z { top:8.5625rem;left:0rem;width:14.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrDx0wIdMvgFTKrOrXiQ77iByuKDTc7k { top:7.75rem;left:18.6875rem;width:28.4375rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbQVSL7ickeS9wnoqZb3cVhZrKoH9n7b { width:38.3125rem;height:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1scC7FnUyZmrkLgHKQvE29xCMNXXIyT { display:block; }#u1scC7FnUyZmrkLgHKQvE29xCMNXXIyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaQsKV2nfTkDKC49v3bha0z2XIgxpLyv { top:3.25rem;left:0rem;width:47.75rem;height:12.135696040868rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9 { display:block; }#oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6PgezqESTe17vJcwyodn6Tz0fJOTX41 { top:5.5625rem;left:0rem;width:11.8125rem;height:4.5rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFmU6T6lTVwi2R3B4OJRuX8OJRrW2FDq { top:11.6875rem;left:0rem;width:12.375rem;height:5.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WgqxbaQS1db7TLqfyLFHpLxSBtZHT3tE { top:3.1875rem;left:0rem;width:30rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEOSy2dOfFNGMbqf4C2kg0MshhOayHOc { top:3.25rem;left:18rem;width:29.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAS7O2y8kkwGSALOc3s7KmAUKnnXB0CG { top:20.125rem;left:0rem;width:29.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOPUki1mbUKwFrsmcPvn4VfEFA1nV8mg { top:20.1875rem;left:18rem;width:29.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSprpGxBIEDuQUKovRlTx2OcFPU9TnAM { top:37.0625rem;left:0rem;width:29.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGRtqWP9G4e3KnyHoX2tM2fp6ZDmiClm { top:37.125rem;left:18rem;width:29.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDyaTUTaWcun0b2yq06XsITelZuRvC5Q { top:54rem;left:0rem;width:47.75rem;height:13.031770833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIA45TnAsZurnrEyTdvOn3ygT9znSVgp { top:5.5625rem;left:23.875rem;width:13.1875rem;height:4.5rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2TX6yrQbrbx3KVcZJgg74nQgTqFkkmH { top:11.6875rem;left:23.875rem;width:12.875rem;height:5.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lCQRvOWRxMch9k4N23W9TPs9EENoIenp { top:22.5rem;left:0rem;width:11.8125rem;height:4.5rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZraWuLsiDc5TaQ4wIGWZr2TNgbkspTk { top:28.75rem;left:0rem;width:12.375rem;height:5.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWsHb1utDZzcll6lko7I9QAF5ZaXuBPZ { top:22.5rem;left:23.875rem;width:11.8125rem;height:6.75rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ny0mMk5pXUs89RlMlDVceD1OwPfagZPk { top:30.1875rem;left:23.875rem;width:13.1875rem;height:4.1875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLXZPrGMC3Rt1vEtKT5IAxqEyDm1QS96 { top:39.5rem;left:0rem;width:11.8125rem;height:4.5rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0erJV3inZlp7AdKiTGISLvDbBESg4qB { top:45.6875rem;left:0rem;width:11.625rem;height:5.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #raxqdcT31TCnXEqoNQRMfank7oChR5v2 { top:39.5rem;left:23.875rem;width:11.8125rem;height:4.5rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MrXlxlUqhQup4IP2HDS3ZLOuV2u5NlwA { top:45.6875rem;left:23.875rem;width:14.3125rem;height:5.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PASKnHpgS3kQL3TqR751ekUdJvefEyD8 { top:56.5625rem;left:0rem;width:11.8125rem;height:4.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pXVS5R3bhc5xwPp3RTygkkFfqz5QIXek { top:64.0625rem;left:0rem;width:24.5rem;height:2.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bWvnUM3gm9VHOTIJviXwTBm1niOSJdD5 { top:37.0625rem;left:0rem;width:29.75rem;height:16.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6 { display:block; }#GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lS7ErmJ1DuDeqsCaFs7W4U0qrx4vT7BR { top:4.3125rem;left:1.59375rem;width:44.5625rem;height:7.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXeN27L9y5xXsCGvodyMDVZPa0H1mVW0 { display:block; }#VXeN27L9y5xXsCGvodyMDVZPa0H1mVW0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdB5fEwbmaIQCeWdgnTvXyJ8ZBzWyvlZ { top:16.1875rem;left:0rem;width:16.25rem;height:28.812375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KagqOkwsxFmFem84hdMvfksiLr1WGTIq { top:16.1875rem;left:15.5rem;width:16.25rem;height:28.812375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwK0ZAlIUTdcPfcMITxgTiVK0a1MTKbx { top:16.1875rem;left:31.375rem;width:16.25rem;height:28.812375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRiEU1o7pxggU5xKV6MpA1TsM3cZNAwz { top:3.0625rem;left:15.5rem;width:16.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP4ZFbgByDmig9TRqoUODgrGHoPZaVwX { top:17.8125rem;left:0.75rem;width:14.375rem;height:25.4996875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVEHk8crRTBJSqvNasmfO785DMXOhgbG { top:17.8125rem;left:16.625rem;width:14.375rem;height:25.4996875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZRbrCMunemnF53xKopaic6gnC5RmvrA { top:17.8125rem;left:32.5rem;width:14.375rem;height:25.4996875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1TNwIe48LAHA1V7tzoiTU2EvNAQ944z { top:10.875rem;left:1.6875rem;width:12.5rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #un9gFOOoNP7a4Tvyw5E3FgHB2QsMAOux { top:10.875rem;left:17rem;width:13.5rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlsygc03ordR7i14mk2CnVurtFzz5Sv8 { top:10.875rem;left:33.4375rem;width:12.5rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIEyqP3Bmg8y2T7b6vJQv5cm3k6X4tg3 { display:none; }#uIEyqP3Bmg8y2T7b6vJQv5cm3k6X4tg3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XbQ77w1pV1GyDDdH8ruxffkdGkr3KJNh { display:block; }#XbQ77w1pV1GyDDdH8ruxffkdGkr3KJNh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3MCTuvpeXXZz2rVgcl2XDCLumfOaO7N { top:3.9375rem;left:0rem;width:40.125rem;height:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf0lNruJM4PQiCI98wQJ9vT5z2tgSy1f { top:13.25rem;left:0rem;width:26.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0pvirAALVw68Dc5nbF7edCnh1MGDkK6 { top:17rem;left:0rem;width:29.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SayGa4fOkQKMgmxa8xyrWaP2o74pVpEL { top:21.625rem;left:0rem;width:27.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPnzkd6B6JGAT38ALy4X5Lm20SsIx7Il { width:47.75rem;height:44.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tsxyAp9QgQusTQRhoTPPK28FFDqFM9w7 { display:block; }#tsxyAp9QgQusTQRhoTPPK28FFDqFM9w7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eL2H4t42UT9CLkxxbDRoEGErWSkTVhHe { top:4.625rem;left:0rem;width:22.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcHV4QA7cPaKGArJygAhM9voIFLvAmzq { top:12.125rem;left:0rem;width:18.125rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prw95rW7N33Fm6UbrpW3EXwf9FzKsPoW { top:12.1875rem;left:13.625rem;width:18.125rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEzZa3LTD8ki3GCKI8r8irv1zIFwEy9B { top:12.1875rem;left:29.5rem;width:18.125rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P29i6vaO8nG5JrvRcaIIAHC8wUPGfRbw { top:25.3125rem;left:1.375rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOrdzATqfvAzuX6AedUnVDMgOkUxh0pr { top:29.0625rem;left:0rem;width:16.875rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsTMbSATZ89hKGZAcHR0DtXXpybdBzl8 { top:25.3125rem;left:17.5625rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMISUBVcTZGFDc2H7Zp3eKpCRL0JzTQb { top:25.3125rem;left:33.75rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV6aG2f2Rxo84CVLf01TOHbtK6BXTeR7 { top:29.0625rem;left:17.374240875244rem;width:12.8125rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I646coCyCDCECuUVMO5WDTAblpW6zNoI { top:29.125rem;left:33.75rem;width:12.5rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwys0vhBHzo8Z39dOQQQcsxFLuhVuLqe { top:55.5rem;left:3.0308160781861rem;width:9.75rem;height:5.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FXy9FrlAZH6UP5Z2Ulv7rLzdAgfIGrKu { width:47.75rem;height:44.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXwFaNIwsqJXZP17f1rVxnpXN7HFK4oX { width:47.75rem;height:44.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dpnhKzDQwsFZ9wmouUodsfBHBflkJxnK { width:47.75rem;height:43.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Em2AagDZTXIfF6sJOhO3q9xTTmLUgQ7l { display:block; }#Em2AagDZTXIfF6sJOhO3q9xTTmLUgQ7l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLPBkof9rLPxlkgTMhi5TcWArhZPvVHW { top:3rem;left:0rem;width:42.75rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkUNI1G7EiqWvSRoxzKdVzTDk1CNr64O { top:13rem;left:0rem;width:19.375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHAFoyXTJF2zcaJZL4MPmw0ZF3Nwyuf1 { top:13rem;left:12.375rem;width:19.375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3OJn9Kz2EQOC0Tdz4xSTSEWdsJ0toeg { top:13rem;left:28.25rem;width:19.375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGrCE9y2Tflma0XKWrT1ab6DQLEEg9WN { top:28.4375rem;left:0rem;width:19.375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqMxmHx1a1muaJbmObhwErVGnkas5wbU { top:28.4375rem;left:12.375rem;width:19.375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKAnXF4fQU5KnIB4nXRxpCIMxfFm89ER { top:28.4375rem;left:28.25rem;width:19.375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgQaTfStgU3destQwGf6koNvIQBRvTWk { top:43.875rem;left:0rem;width:19.375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXyryFX6QhKR0wIMOHqPO8Qrr6DMqESr { top:43.875rem;left:12.375rem;width:19.375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbUOweKQzkwXs3vD4dtPyG8WZXS52UaC { top:43.875rem;left:28.25rem;width:19.375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow4EKynGwWH6aaqop2RoUWcEkfXxoSpQ { display:block; }#ow4EKynGwWH6aaqop2RoUWcEkfXxoSpQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rs5wlkDGMfMaXZTF3a4eINRrutH9VGFu { top:0.5625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldTEi1HunRQLHtLTPEd4VHT67xfVshea { top:5.4375rem;left:0rem;width:37.1875rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #npb27V2AfFxCibqPGqfzwNsWEqDdn2Gl { top:12.75rem;left:0rem;width:15.5625rem;height:5.625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uf9up5cFJ8a5JyoHs6BdnzEsQi75tUmI { top:30.9375rem;left:0rem;width:16.3125rem;height:5.625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJtM2Izye8sRwZqSKJ7QGlK2GLblnbc6 { top:12.6875rem;left:25.8125rem;width:12.5rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zyX3SDoOtwhIOaGABKaFf7ns6ZIhZ81Z { top:31rem;left:25.8125rem;width:16.5rem;height:8.4375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #icmpr2ISqD9sWNdAAoLMHep3xSQDZFnM { width:31.25rem;height:16.375rem;top:10.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUDOFQiVIkmiQ3LU8FypEdTwd36E4OFJ { width:31.25rem;height:16.375rem;top:10.25rem;left:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GLs9lNecA6ZE76NG2yho1t5aXprkIw3o { width:31.25rem;height:16.375rem;top:28.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTwgHKxlae5dAQhDOofS4pKNsLs9gTC1 { width:31.25rem;height:16.375rem;top:28.5rem;left:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MrT66Z91a97rMvD2x8vBwGbl6WhqLdt3 { display:block; }#MrT66Z91a97rMvD2x8vBwGbl6WhqLdt3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMrTU8x3I1Q49T7RIBgQM8lPZT5nEvSG { top:2.25rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MAXlESEmUVUb655bTCKTCzdTRizugrb3 { top:7.0625rem;left:0rem;width:37.1875rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0zNXJcR7QsdnCoBBsDzZx1OwQH5zgkw { top:14.5rem;left:0.3125rem;width:15.5625rem;height:5.625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #swZDGrgWXk2l76aeVfePy09ulGUABuHC { top:32.6875rem;left:0.3125rem;width:16.3125rem;height:5.625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tNRTD1XvP6AFqdGhQrTUz1dyPIux1fIG { top:14.4375rem;left:23.875rem;width:12.5rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UgQ1xSq4RGRwTTpUpV4GR8JQC8M9ggEI { top:32.75rem;left:23.875rem;width:16.5rem;height:8.4375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zNw4MrPdbNUwZtQT1XCiEudOMzh4zfGT { width:31.25rem;height:16.375rem;top:12rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxeaWBTasCsNu1wnK45c5tqaFB1TZSCf { width:31.25rem;height:16.375rem;top:12rem;left:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PfDmQ8mgz2UyLDgAGUUNHo7EbsozHw9y { width:31.25rem;height:16.375rem;top:30.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qrhoQgGXlcSepRke4pr5W1xZn9bh5I84 { width:31.25rem;height:16.375rem;top:30.25rem;left:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU { display:none; }#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nnFcPxfsppMEr5H3iRixpTmMawaepm6b { top:4.875rem;left:1.6875rem;width:44.375rem;height:3.875rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #EuOICp3iKxLLAMHImqsdRJrsxIewZiZW { top:9.375rem;left:7.875rem;width:32.0625rem;height:2.4375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA { display:none; }#Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eweUBHoqPzyWdKl0iOk3rwSqVz3eZQZy { top:24.1875rem;left:8.6875rem;width:30.4375rem;height:2.4375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWKR8TcPmVr89J3bKRcWicw3uWLJ21Ae { top:26.4375rem;left:0.1875rem;width:47.4375rem;height:5.6875rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cpaxTSEqAkzIBzp41PSlM40g9fQdUJTM { top:34.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tapMBL1Gr4A5PAwRDSrbPy0SqquCIE3I { width:7.25rem;height:7.25rem;top:12.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aE4Ui11N6yu4T6pTs6zFt5B17FQUNmrh { top:39.1875rem;left:4.125rem;width:12.1875rem;height:1.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UE71TZZCXK9UUgSc737GNS2c3BHZZFeZ { top:41.375rem;left:4.125rem;width:13.75rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #drXnwE3t28bwcN6JxCnQ9De4cW1bvbJl { top:47.875rem;left:4.125rem;width:9.9375rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MK17Ulyn0ZbTDuAtcRPMMnkuG52CDzoN { top:45.625rem;left:4.125rem;width:13.75rem;height:1.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wUxXqSXydmPVuNfkcku1ucL12b001Dd3 { top:52.0625rem;left:4.1875rem;width:13.75rem;height:1.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GXXum8pBiw7wR8TVJs3hR3PqinGqsV7B { top:54.3125rem;left:4.1875rem;width:13.75rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ouyln9POeG3LeS6bhxlK9zGwAaOnwqD8 { top:38.6875rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziOXa2EJoTM9qtH4Vp3H840xllfiRbPH { top:45.1875rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAruarMHLuutKe6U6zm2pDcftVdy6SGW { top:51.6875rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6WsbOsQJvE4IIN0QK5iItZ8O1fAkLUz { top:47.875rem;left:35.75rem;width:11.8125rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8Pbzx31VK2SxqZay0W6mITfqUzVTezE { top:45.625rem;left:34rem;width:13.75rem;height:1.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QiKt8tnFJpIAxaoK13Lg7etJczD7GfD3 { top:39.1875rem;left:35.5625rem;width:12.1875rem;height:1.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fw7DsVLTboz4LyGmlekWX7Hhq8skXUBU { top:41.375rem;left:34rem;width:13.75rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #On9C9JT9ZLy46dKxmSmFooxGkPNZEBJt { top:38.6875rem;left:29.9375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSm9lgddqK4D9UoBPqpTgoXwMIdJEgTi { top:45.1875rem;left:29.9375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOrrgtCwhU3nzEtNPywTfnbQdUKVli6L { top:39.375rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSiRxw4ADm8GbUKKvwQtwQUxBZC2E3dF { top:45.9375rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTmpBnvf7UTCxomTkXMiRcoc9N0cwwek { top:52.4375rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb6DBlcnPupIH8gcnNfazM3v5V4aT7yu { top:39.9375rem;left:30.6875rem;width:2.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfxXHoDtGSmwIZx85oAfzaPHxLeOmGtu { top:45.9375rem;left:30.75rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp919b2v5sSMwUetfECT9vnETCAUGsJB { width:23.75rem;height:3.4375rem;top:61.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2tpetkreEIrOSkhhhqc4hBIkXT9ew8B { display:block; }
 }@media only screen and (max-width: 763px) { #QqfTL6fgZJgZsnD1TWWP1bu7OscpivcF { top:59.375rem;left:3.1875rem;width:41.375rem;height:1.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJi7G8FKBSPFTFC8T6mr8b32P6ixnboZ { display:block; }#CJi7G8FKBSPFTFC8T6mr8b32P6ixnboZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZgMUpq2n8FFxBhfEdk7T7gN5rV6WSTg3 { top:3.625rem;left:0rem;width:44.6875rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN3LlnO88bb5eMdyqSxsVF9dqG5kMhC3 { top:22.75rem;left:0rem;width:18.8125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MavTma3GSOX4mKKnPGisGDOWvLOuePVp { top:9.375rem;left:0rem;width:21.5625rem;height:12.1245625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKlD3z8ga7Fpvl2QFlKLSFid2pImhcxI { top:21.5rem;left:0rem;width:21.5625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCaVlKi4X3UqCpvwFLcN2n2egcEoeQee { top:25.3125rem;left:0rem;width:18.75rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLaCGVeD3uB2K8RNGbmoHBHvinrq2HIT { top:21.5rem;left:0rem;width:21.5625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgzO0XfZp4uokzpF6muXGQJ7NJ8hnOxV { top:22.75rem;left:12.875rem;width:18.8125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmJRQIbDnHJ26OrivN1f8C0Ec1Dq6g8K { top:25.3125rem;left:13rem;width:18.75rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUwyM9fGTBx8D7EpZH5Hm1ntqy47qs1O { top:9.375rem;left:0rem;width:21.5625rem;height:12.1245625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaFangFCqTCL8KC0KeJoN1rmmMPkcxI0 { top:21.5625rem;left:26.0625rem;width:21.5625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcnWqo1hk3FL2aMN6MnbZNknKEblGaH3 { top:22.8125rem;left:28.8125rem;width:18.8125rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwVyybuSgGMUE7F7T9oC4fAMBLWTFsLu { top:26.9375rem;left:28.875rem;width:18.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cheA7GuG4bqWSBs9SIAuEEMGZ4RmIEiD { top:9.4375rem;left:26.0625rem;width:21.5625rem;height:12.1245625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJOahLv72QCFJZQTwTXCS94CUyvAeh45 { display:block; }#hJOahLv72QCFJZQTwTXCS94CUyvAeh45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAciIJuJFrUNWMAy3PRCAX6DUrkGNNqg { top:3.0625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSRQSUBPy4H8L5NauRBlOnpwTnhvpKTZ { top:7.5625rem;left:0rem;width:37.25rem;height:2.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WiJBMdeJeTJOClIZagxTVrI1V9wWtyGU { top:19rem;left:18.75rem;width:29rem;height:2.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzGuNyrue0nBv1rqkpbLo2zTRkWRHKT7 { top:11.75rem;left:1.5rem;width:20.5rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBfbstKdE801U8lWFV8HDmLEr0fu4T6s { top:22.75rem;left:23.875rem;width:22.125rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP3E9mJrTvN5COwRbR1cB7RIhG5TTmtA { top:25.75rem;left:23.875rem;width:22.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQyCr57WHJbFQ57fPwg7vEhGRIPkbwBy { top:27.1875rem;left:21.6875rem;width:26.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3cNzezecWzKlZTfGRwM0dnZ6uNpifGO { top:7.5rem;left:0rem;width:37rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK1HHeIssXvDcl89lluP52s9R0d3NaQ3 { width:23.75rem;height:3.4375rem;top:51.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkyiSPkt66Zxy340d2QVGh0PuqzTA0RC { display:block; }
 }@media only screen and (max-width: 763px) { #T6TnIZgEvm30cfDNvAfEtTDzCitWkOda { top:40.5625rem;left:0rem;width:25.3125rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAVKOShTs2uZV1LxrN0T7DQwAyWywmNw { top:45.375rem;left:1.5rem;width:9.125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkmzBLPCpd0nX6TtF8Jtenk8Adx3uCK5 { top:37.8125rem;left:0.5625rem;width:7.4375rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzMDXbnlMT7Kmg2crwqLOkDi4fkDbuaU { top:37.4375rem;left:0rem;width:9.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIcklwQlplW2nNznUA7WSi97myXVEcgS { top:36.1875rem;left:0rem;width:28.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUkyAwtux8GXuA0THLIkAfLIyBHWVsO5 { top:45.375rem;left:25.325523376465rem;width:9.125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuiB1r9odpnOBtk7QcSog04k78WnfVdi { top:36.1875rem;left:19.3125rem;width:28.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS5crOfZi9hAvLIv3OOazJZwHp9kptro { top:45.4375rem;left:23.875rem;width:0.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIycW3QmTPwKti6TNgr7UndPR4wc6Jd8 { top:40.5625rem;left:23.0625rem;width:24.6875rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0dSkraGbEILzxVdsATKxKxvlTqr3suO { top:37.4375rem;left:23.875rem;width:10rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Slnn5OOK6BNSm0rv5mKBhVOk1lr7oTr9 { top:37.8125rem;left:24.270835876465rem;width:8.3125rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGuGD6Up7ubUvHTZEr3Rm1J4dDzzmcVM { width:42.375rem;height:22.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HEEV4fTfz87qixME7SlF3etOrO4nkaXJ { top:45.4375rem;left:0rem;width:0.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8IUw4BAzeHdmD4aAU759X1D9Lt5KT8f { top:45.4375rem;left:0rem;width:0.9375rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTOp6cf1NbTafxFl4vDgZ5hTEqurTJul { display:block; }#lTOp6cf1NbTafxFl4vDgZ5hTEqurTJul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJkuSuqRzbLPV1Wmqeei5ykRlprxNXFJ { top:2.625rem;left:0rem;width:44.6875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJToLvwoocskpgcg02sDxkQ8usg8qzgW { top:9rem;left:1.25rem;width:22.625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEeEFgE6bTwF32DVygtmsh3uSnEwy68D { top:16.0625rem;left:7.5rem;width:12.1875rem;height:4.8125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9LXCM2CL4i4Fuis99tmqUUdT5Pm2sQ1 { top:17.375rem;left:19rem;width:2.6875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvXSK6GF54cLWTp9QFBStRp4geuTyO5d { top:14.5rem;left:5.0625rem;width:18.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBGMSaly6bT81d3TVigHH9UaMDBF9OW5 { top:10.4375rem;left:5.9375rem;width:17.375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7wNUSUdJOOCrzmV0OdaIGH0T3TG6Rxf { top:11.4375rem;left:8.875rem;width:11.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcTPoESa1xMVOIiZQdSfJT4yuZBVeM9v { top:9rem;left:23.875rem;width:22.625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmdAhUkzC7rMS9QBXEsVLG9plCLz99tx { top:16.0625rem;left:26rem;width:12.1875rem;height:4.8125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMrOIaE61FXf5rlicLinTgrFSBczGJP2 { top:17.375rem;left:37.5rem;width:2.6875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpvHFSRz4OlA5sKksl2KnPhRgRgseSyL { top:10.4375rem;left:24.4375rem;width:17.375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko3u8545kBB3TwnvkliBPvmi6s8dTOu2 { top:11.4375rem;left:27.375rem;width:11.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #khKMDudxleb3MoQtTi7hTkXgqG3yewu4 { top:25.75rem;left:25.1875rem;width:4.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #taJNr3C01vvHqTkx67VG6TIoyEVvhufU { top:25.75rem;left:11rem;width:12.875rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlS0WAxXhl1ir73TsmpWtsWo8UyyTZrg { top:28.0625rem;left:0rem;width:40.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2VtXa7zTQzR8I8rEIiKcnnoI1t3gwZh { top:30.3125rem;left:0rem;width:40.5rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcExgMHbdPTarM2GhyXfu5KoUvXOaRWF { width:21.9375rem;height:3.4375rem;top:34.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq93Vimsm3t28AHh1AQHypItzmCofGqF { display:block; }
 }@media only screen and (max-width: 763px) { #pTNusT4kRlGzPRtbLgbum2xuWQLTT66l { width:21.9375rem;height:3.375rem;top:36.6875rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBe8npnhRFC4LwStvTC6h2nzVoZi3PKi { display:block; }
 }@media only screen and (max-width: 763px) { #c6UlpnhhypEBB0EcyzgXTlCcG7kR5Dy6 { display:block; }#c6UlpnhhypEBB0EcyzgXTlCcG7kR5Dy6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acFPkcTJEMQCzpZyc5vXufMuS1WNJXU7 { top:1.875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfwxdPUBVVlhMbUo9LmEktpiSCAL7eUp { top:8rem;left:0rem;width:29.375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8XadziWgEemMlyBlrnP9LICzWpN8mkF { top:8rem;left:18.375rem;width:29.375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh8na5Fb4Tkq0VTaicEG2SE9ESsoe7xE { top:9.5625rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A87S9mf1uoveiX4S45hlGML89nRCU58q { top:10.3125rem;left:0.8125rem;width:4.75rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfuvh14Pkz1NeUidgQiNAdaoLUCXTE4h { width:23.75rem;height:3.4375rem;top:18.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkeMmPbC8G4Lo2BZK4CKiXgEfn1pG0MB { display:block; }
 }@media only screen and (max-width: 763px) { #XlNTwZhsUoWNHfegFLmSDWDAgxBXtiVF { width:23.75rem;height:3.4375rem;top:18.4375rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVSL1ppJWrmSQZkgylloLwwWzJNVDc5d { display:block; }
 }@media only screen and (max-width: 763px) { #Ux0n4OUwfOdQcvViyFRPwIwn5VUwTze6 { top:9.5625rem;left:23.875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4dNL4mV4BArdnG83pWymsTJnDDhEhp1 { top:10.375rem;left:25.125rem;width:3.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKffDDIZrFiGsl9qFpoZMwcumfKMG99J { top:10.8125rem;left:9.125rem;width:1.8125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4TOG2F7hksJLp9z9pJrRzl2pnkiz1WQ { top:13.9375rem;left:9.125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvM9TVc7CtwfFpTMDtkzThHTaMawavDX { top:13.9375rem;left:32.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIkLO1qlBx7AD0CapBTUwa4Ng6HlhKUB { top:10.8125rem;left:32.875rem;width:1.8125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CReWvaaQUdSTcWKXrRck7kuG7bVw8PDo { top:11.4375rem;left:11.375rem;width:12.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpkJpUmPAa2yJFJJ94QCRDX9QVaMTdS1 { top:11.25rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAdIu8r36gL0doc0NOFT7LiOhy6NHBB8 { top:14.25rem;left:11.375rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGMU8KFmfwWZqnI61daE9A1dEJSOvbAC { top:14.3125rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5Gbi2Jn4E7HTkXb1sZbBkbsEVsHtJBq { top:8.3125rem;left:0rem;width:28.125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8NKOm1F1Ic4BbcMGHQTHnS6bKGSnIeQ { display:block; }#z8NKOm1F1Ic4BbcMGHQTHnS6bKGSnIeQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLF7pmFtfJ1L3MeZlcpI9ovrnCx09AWx { top:0rem;left:0rem;width:47.75rem;height:26.75486381323rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUCoQ2fL9kReVqJN9N7eVdd6K6ZCXuBF { display:block; }#eUCoQ2fL9kReVqJN9N7eVdd6K6ZCXuBF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVJEyL3bHLniLbzpdReUIJCbbb4S9IVD { top:9.875rem;left:0rem;width:47.75rem;height:27.406510416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9a7X6KAHM8fVO2stL22xqM6KaiQOy5C { top:3.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW { display:block; }#TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tW4D02fDABu4sbxWURquLPLRCVZocoD3 { top:2.5625rem;left:0rem;width:44.6875rem;height:3.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENkFTQi0oRSSVD8QC3TbcXphc0yLHxKI { top:8.9375rem;left:14.875rem;width:16.875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqs0rt6CRav4q7JgxkhpdTimgPMG6viA { top:8.9375rem;left:0rem;width:16.875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dps0RpKs9hHedX9XGwsNZS14GGBFiKia { top:8.9375rem;left:30.75rem;width:16.875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJP6FHU9g8mqikNkfu65Azou4oR6uBIc { top:22rem;left:14.875rem;width:16.875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKyEikCOHeOwRPmTJ9Dg3V7sFnPomLG6 { top:22rem;left:30.75rem;width:16.875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psy6OZXSkoHoQuGVUMBS0vs17wfLT3uP { top:22rem;left:0rem;width:16.875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #feMAD6aeQscq0AuR8iPDfyIX9mOxwXbi { display:block; }#feMAD6aeQscq0AuR8iPDfyIX9mOxwXbi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPVMNMrpyVFtZRfUs0AIISQABP9ykXiM { top:7.4375rem;left:0rem;width:29.375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKFGz9RoATM56vXAPIakkvAXkLpJF5Az { top:7.4375rem;left:18.5625rem;width:29.1875rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfzPb3nVixlsxO9uIZwZsqzaszgTIPVH { top:19rem;left:0rem;width:29.1875rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1bD4Uh7Cb94DocIUrJGJnSHQqDmIiFo { top:19rem;left:18.5625rem;width:29.1875rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUi9bxUeQyPiKZW1QMTMUCip4C4KFTSW { top:1.875rem;left:0rem;width:41.5625rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1lQS0XoCpQyhTZNn9CBoDM5WnBWF53o { top:8.9375rem;left:8.9375rem;width:14.9375rem;height:4.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #epa2Lux7yhNT04oKKf9KTLSZlKdNi1H2 { top:15.625rem;left:8.9375rem;width:14.9375rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmxK5uIa0oLNBqol1yiDZ2RLGNwXanvp { top:8.875rem;left:32.8125rem;width:14.9375rem;height:6.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cplmzmMhN2T3JhzRwiWXnINXZ2zOGs3F { top:27.3125rem;left:8.9375rem;width:14.9375rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLCJTPeir0a504tJKi2S30eAbX1EOJSK { top:27.1875rem;left:32.8125rem;width:14.9375rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKKu2sJc40JVbIwFGkKd9r7iWvTbHTlq { top:15.8125rem;left:32.8125rem;width:14.9375rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTcx2U0Uhqk3D7NLkEKvHfTtBucadUyQ { top:20.4375rem;left:8.9375rem;width:14.9375rem;height:4.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF8UWubp79AZPtoIVtO72EPo08U2TfW3 { top:20.4375rem;left:32rem;width:15.75rem;height:4.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w86rTCJKMsg0gq8sD5QPZQ5zKsr6PR1X { display:block; }#w86rTCJKMsg0gq8sD5QPZQ5zKsr6PR1X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kg0hTzPDq0tC5TyQSHvp4aO5WOwSFcym { top:9.8125rem;left:0rem;width:47.625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrgDSeVfR7nQsJrWK2TxMixTLrJU4IfQ { top:10.875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU9iJ7yawISEOsdXKvtOWsICTJ3TgO7d { top:11.3125rem;left:0rem;width:42.1875rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTwPuy8DOgrZtfUlvlTTiMUf404ge0iS { top:1.875rem;left:1.53125rem;width:44.6875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTyQTg7h1iDk7mbU4tTXkPTTIcnCStI3 { display:block; }#iTyQTg7h1iDk7mbU4tTXkPTTIcnCStI3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gllvx7rUIi019SqlShBB2e9snTa88SbZ { top:0.375rem;left:0rem;width:47.75rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zULFwXDKAZdWN8mD0NC5VlLIukOpZGTc { top:2.125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiBrJprhMahd1EHZuhiToqfTgiHXICDz { display:block; }#PiBrJprhMahd1EHZuhiToqfTgiHXICDz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzowaOZ8gxmKdL6SqycwRaTf05X7EXWp { top:0.3125rem;left:0rem;width:47.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkM67XvgPPlILMGZ51cq6PxpD7vptcPd { top:2rem;left:0rem;width:47.75rem;height:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9nudFVke3xKrZBEBlEPPRtV3HlH6Zln { display:block; }#G9nudFVke3xKrZBEBlEPPRtV3HlH6Zln > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GVHL4ErlwCftn8OTf7GdlgLATB9oOD1v { top:0.4375rem;left:0rem;width:47.625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITx7T3xx64SSDSwn3verig5b5RJRlJh6 { top:2rem;left:0rem;width:42.25rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWtyInPvgJDTdENdqDQgzETzH7khQ2GB { top:1.5rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsoXPRIN02acL7WSlFCulJtXEBFgtX7D { display:block; }#qsoXPRIN02acL7WSlFCulJtXEBFgtX7D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1mmXhOf6rE56cwTcil5tHksIzn3QogR { top:0.375rem;left:0rem;width:47.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgQwzh88MeBw7EpOfpdlaVUokWF8nQ8W { top:2.125rem;left:0rem;width:47.75rem;height:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsOvUgMH0qseU0HtScQBs5voWfTiRcgm { display:block; }#MsOvUgMH0qseU0HtScQBs5voWfTiRcgm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3Z2nnz9WNn9t1JskXGRNGrZaQGHPu3m { top:0.375rem;left:0rem;width:47.625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v21d2b4xlUBCROHNsc1qChnLHTUaIWUS { top:1.9375rem;left:0rem;width:42.25rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzIm6HTxPAEEwlXAthhEbVEaINNRT9P0 { top:1.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6qWDFyaKrFUBdm5zG1hSZQWaJpW6T2X { display:block; }#V6qWDFyaKrFUBdm5zG1hSZQWaJpW6T2X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsvOHKfPRwlvOf3yfSgsT3SDpfuBQEc6 { top:0.375rem;left:0rem;width:47.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8xOkDt2tTaB7INnBBSXoT2ikhboaMHM { top:2.125rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDHlF5WwzOyU5JCvG7zs9V0UNrHDtFTB { display:block; }#MDHlF5WwzOyU5JCvG7zs9V0UNrHDtFTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdtUE2vAwtUGvaCf6kJBdnQoTAUMTu8T { top:0.5rem;left:0rem;width:47.625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzPw2IAUiGaercbGWOxnsNJEZCQdRkU9 { top:2.0625rem;left:0rem;width:42.25rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdTKsa1406BTPcPHG2lyn5CoI6JT7i9s { top:1.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpvrfkTkXBo8LrmX05Qt4iyyNRHMGneg { display:block; }#LpvrfkTkXBo8LrmX05Qt4iyyNRHMGneg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s186lofhSOH0Jt012daeKS2pNJTfEwDV { top:0.4375rem;left:0rem;width:47.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4nHaxWTCNlfTWPsb6A9qJNlmFt8wLJF { top:2.1875rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v65wmaecxd5x9otR2B8zwTaTmgVqFH6r { display:block; }#v65wmaecxd5x9otR2B8zwTaTmgVqFH6r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcB2l9DgebTTTxfEhpmmLd3oydCHM9sw { top:0.5rem;left:0rem;width:47.625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4lFGO06a22oeBJmRLzAaNJZt1TnCxyT { top:2.0625rem;left:0rem;width:42.25rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFEOhA31DVr6MimXv3MHV0RaigaTVfw7 { top:1.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2H134ENWKN0QF0Qfmp588nnayas4037 { display:block; }#v2H134ENWKN0QF0Qfmp588nnayas4037 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkex0GJyzxaHRVODJOFwUk6d4JwJXubz { top:0.375rem;left:0rem;width:47.75rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsETHSyTTdI6aTAPVTW8WP4khN9TuanA { top:2.125rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTcxv4BNzTMtcXtyKerQQRxJ0fLU7z03 { display:block; }#nTcxv4BNzTMtcXtyKerQQRxJ0fLU7z03 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qN1hIz6yxyhuKvGaMcU4UGFcxEqQvC3E { display:block; }#qN1hIz6yxyhuKvGaMcU4UGFcxEqQvC3E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyu2U2mCWHorFFLZ1h8tCXggi9iCbaEO { top:7.5625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ad6mcWPNGK76p1vc7hxpLu9a9tiovs5e { top:2.5625rem;left:1.5625rem;width:44.6875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqGBD0bX4dzoczbwTyp7ntRWTP1ONPyM { top:12rem;left:18.1875rem;width:8.1875rem;height:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErGE2Ak6C3VQNLHw9QtUgf4BZKEflRuU { top:15.4375rem;left:21.3125rem;width:16.5625rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiWkQLLIWrDJcInJShzOPdL6V7cW9eng { top:18.3125rem;left:21.3125rem;width:18.125rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPUxhlnzrnltXfVpGgOAavp3MOh9Td6p { top:15.125rem;left:18.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3XTJFsHL3uuimfy79h2dAhZI8QWZvli { top:18rem;left:18.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pADdsrkBZwbEW8seo9uA3P7AF36M0pfS { display:block; }#pADdsrkBZwbEW8seo9uA3P7AF36M0pfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-regular-label { width:34.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-text { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-textarea { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-select { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-button { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-checkbox-label { width:33.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48  { width:34.625rem;height:auto;top:7.6875rem;left:5.3125rem; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .radio-container { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 {display:block;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 { width:34.625rem;height:auto;top:7.6875rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #T3hr9eV1sRskDzupTSKiHsyWZuKOgUfI {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #CTUQekcc0CseKtonVJtdhTsNSLFSJGTf { display:block; }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #MUWIzmpFzCVQgOtOeKQcGXlIETnrdZlq {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #dLfs5s2TEttpfd7NFSmR2k75JxJC3SXk {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #zGr7VVNawbLqfkVe4Vkgrc1JOh7eASCP { display:block; }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #LnTTNkvtzEVQbLwAWTDb53WUI34n8n1B {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #KzyPhVJ3cdTzDHvVWl2QAQQ9uUA7VSay {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #tJex1KLWm56eLlc0ewC2sekC7VAZOqNH { display:block; }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #Zh7UZRGkh3CnSeA0GkwosOutb3Zq2iuO {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #VlzdRl4U94dyNykP62CXWw6dvWST3JxV {  }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #VlzdRl4U94dyNykP62CXWw6dvWST3JxV .container-column{width:50%;} }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #BVLu2QO4pIe7hSvq46Okpm8yu9ISDHNp {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #zTStyOgT4kK0biBmHwG2gWMw7c68R76X {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #lWEDTWkOhXTXPEpQNHt48UM6IEfIR8NU {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #BUGL1AvhGAusw7pDwbtMkrW6AlOpp5GG {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #zPrKKZ1x3bLd8iq3eZ36VDrTXP4kiXfm {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #uRp7eaohi1LtWHD9SNCoKF784GxEcEU2 {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #LkeMppg4XHX6B811xKLQiG6TVtU635b4 {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #mlvFUO0yLrTbv2vqOF4rxx4ZUgebWA4O {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #ylV8lvimolOBSMeJOaVyExHkldHg1H0A {  }
 }@media only screen and (max-width: 763px) { #tKCfM8k59i0i9CL3R6oUwSTqLLUiPwFn { display:block; }#tKCfM8k59i0i9CL3R6oUwSTqLLUiPwFn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-regular-label { width:34.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-input-text { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-input-text {padding-top: 0; padding-bottom: 0;}#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-textarea { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-input-select { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-input-select {padding-top: 0; padding-bottom: 0;}#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-input-button { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-checkbox-label { width:33.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F  { width:34.625rem;height:auto;top:7.6875rem;left:5.3125rem; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .radio-container { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F {display:block;}#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F { width:34.625rem;height:auto;top:7.6875rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #GTE15R7EgTWm6nxVceTJEw4lt2QFr6up {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #cFbUQF6fTPtvCmw4Qi9eaD6LlC5yRr4r { display:block; }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #UFOEeS8Fc41gqeKNfc0C1LgZcLUpkfI3 {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #HOD8UIK6uMEzBlPVe34ssQIFgC77sT0o {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #ytMmLyDzxmuzMs2oWOJsX8eAJbVV9UFQ { display:block; }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #rCOTWo2eHylOoeK6UTKppIUfv3Wqgg50 {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #AmRCUbwatwC8nzalsbI09AWBSBVbLcPq {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #ZSJihdk2E4Knn743nW7XTfwLZlKNT2LA { display:block; }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #Ae42zkkuFZR1KlTU9cT8OkdHK5B3mo2i {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #lpikDVVOg0E30OSwHICz8EplXxDkVbEA {  }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #lpikDVVOg0E30OSwHICz8EplXxDkVbEA .container-column{width:50%;} }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #bOTshMWAZnCxN8bFvuaqcTgDf4TEs6K8 {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #hVSQpAKU8NM5CTOxpZd6ysRnLd649bQP {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #QgRaHqzNl5zF6f3T7nd0Zt0Jen7t0h4U {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #HIkgrqwbW5sITHTM4ds3hQUNkTFuo377 {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #IveGS64sSg36fm9sqilV2J3Fd6csTbXG {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #VuMqwCg0mT3aQxOccyWTLbBtxeLre4z9 {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #fQdI1VnmMWzB9GsaRFtJIfRv95x457aC {  }
 }@media only screen and (max-width: 763px) { #r3ByKG9iTMsEpfmq5md5gN7ryGTcyChX { display:block; }
 }@media only screen and (max-width: 763px) { #NEc0LlLOowepHFMgQ6bS5QRuFMS4hZmq { display:block; }
 }@media only screen and (max-width: 763px) { #hZVtUbcdzeheAk2HCThr5LUzm6HdNa9V { display:block; }
 }@media only screen and (max-width: 763px) { #qKQMXWKrPPDcBIeJdkrVUyh4u35fxDEI { display:block; }
 }@media only screen and (max-width: 763px) { #JlH7On0TomRTP507shxQXer31L7IS1u5 { display:block; }
 }@media only screen and (max-width: 763px) { #V5nIhPskxTm7aZXzELJRkOT7mifKoK4p { display:block; }
 }@media only screen and (max-width: 763px) { #znQS347Ul8xyLp8FkpC6NGhNIh5k2CRX { display:block; }
 }@media only screen and (max-width: 763px) { #AlGdlEuLyFmynp0nC89smdoOlBcLN59o { display:block; }
 }@media only screen and (max-width: 763px) { #KxcwvAEM6SGAXRbn4HBCdVVttKOvAW44 { display:block; }
 }@media only screen and (max-width: 763px) { #yRyltf7HD5lwEJ95Uzb2w58E1uqboqHn { display:block; }
 }@media only screen and (max-width: 763px) { #B2iTV6L2AkDO3LWDDmMmVcwVMlTPC457 { display:block; }
 }@media only screen and (max-width: 763px) { #cFiotkduWvAEzfJirsHEUkwl4krTIaBS { display:block; }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #vNZ46fGJXLFHgsdL8Sw7pv3fEp8coFga {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #QubA2rNUVwTG0pZCoaO5omUhJn3kusxh {  }
 }@media only screen and (max-width: 763px) { #aJiDMFklqUVBadlFKKF0zVTWGqbt0bVA { top:14.3125rem;left:0rem;width:23.9375rem;height:5.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #K6DPswFJ4RpFaLisG6hA87QrUM6fdqsQ { top:4.875rem;left:0rem;width:31.875rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #an3AzTLWkgQtl63ucoEOm1rAdbiepsrz { top:22.375rem;left:0rem;width:15.375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFLT11BLWhpNuceRNiuPUTG9q0SErVJw { top:25.875rem;left:0rem;width:16.5625rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8rmuXEipUTeIEBw5we7cIm5CNtse8Xc { top:25.375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfsCIgOtGGXkbhGyhXkcvIU0m2udqNlC { top:29rem;left:0rem;width:17.5rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPqGvtnsMpyRRnnUDhvMed13XuzTIs4t { top:28.6875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDiunbGx4lEzi353Jg8T0vTaVPiXPV3p.widget-smartsection { display:block; } #DDiunbGx4lEzi353Jg8T0vTaVPiXPV3p.widget-smartsection *:focus-visible, #DDiunbGx4lEzi353Jg8T0vTaVPiXPV3p.widget-smartsection input[type="text"]:focus-visible, #DDiunbGx4lEzi353Jg8T0vTaVPiXPV3p.widget-smartsection input[type="email"]:focus-visible, #DDiunbGx4lEzi353Jg8T0vTaVPiXPV3p.widget-smartsection input[type="tel"]:focus-visible, #DDiunbGx4lEzi353Jg8T0vTaVPiXPV3p.widget-smartsection textarea:focus-visible { outline: none; } #C0aWktaLzAanIwq7CZ1zXqB81UZT1NEe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C { display:block; }#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hx12azk7daHrpttboWE41mOgbDmBk6fO { top:7.875rem;left:11.4375rem;width:8.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMqFS83fqaKTglptpU9misBbiUVPSTZf { top:7.875rem;left:4.75rem;width:5.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cidnGFE4STFkCNgH2LT6wJ0u1SuMs7Mg { top:2.5rem;left:0rem;width:8.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL63tolAHnIExmPIHw4esOhgHxvAyW01 { top:7.875rem;left:0rem;width:6.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2SGZkTTzOKvglIWatZzTghEu8uFh1u0 { top:2.5rem;left:33.6875rem;width:12.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhcAt6L43AbDLsX46A83aU63amWcoCae { top:4.4375rem;left:33.6875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK93nmyWBHDsyqEElS4Ki4QE4IQAGEad { top:4.4375rem;left:36.3125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkznyNOTAKLAwLS84WzfaEI4RVaQO9Rw { top:4.4375rem;left:41.5625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJz3m2PGq5DPTcBr0ipr6BRqXEuGLDg4 { top:4.6875rem;left:39.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PaAQFM5lUmyryJXBcpRiEuETD9gTXuNp { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#PaAQFM5lUmyryJXBcpRiEuETD9gTXuNp > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZXTA83S12WHduC2nwi6MzX4TXCHRk1O { width:4.18728125rem;height:2.1875rem;top:4.4683160781861rem;left:6.4371747970581rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5NAifKIOdBQX0aB1GdTJm0SyD84K6vX { display:block; }
 }@media only screen and (max-width: 763px) { #UCPZguM5DGfEFHRtmcgeyFPOx9JbTfgt { width:8.6870625rem;height:2.12456875rem;top:4.499783039093rem;left:11.313477516174rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfRDZ5m3ma8lIcNofTeAvo5GXcaw65bM { display:block; }
 }@media only screen and (max-width: 763px) { #To56dx8dXWlvtuWsJpq9hau49RPzkzZz { width:6.7496875rem;height:2.1875rem;top:4.4683160781861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9eLQ07qOwNDDw2fBDdHtHsFWJnSTic2 { display:block; }
 }@media only screen and (max-width: 763px) { #THIz5PW6V2T7aPyLA4zTnPuCpQ6tkqqi { width:7.125rem;height:2.3125rem;top:1.09375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anLOToLTJurJ0lDMNyBEShoxC951925n { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9b34634e-4fdb-4345-89b8-5c766828c9fb/Group482069.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#anLOToLTJurJ0lDMNyBEShoxC951925n.adaptive-delivery-prevent-bg, #anLOToLTJurJ0lDMNyBEShoxC951925n.lazyload, #anLOToLTJurJ0lDMNyBEShoxC951925n.lazyloading { background-image: none; }#anLOToLTJurJ0lDMNyBEShoxC951925n > .row .container { background-color: transparent; background-image: none; }#anLOToLTJurJ0lDMNyBEShoxC951925n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anLOToLTJurJ0lDMNyBEShoxC951925n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anLOToLTJurJ0lDMNyBEShoxC951925n > .row .container > .video-iframe-container { display: none; }#anLOToLTJurJ0lDMNyBEShoxC951925n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anLOToLTJurJ0lDMNyBEShoxC951925n > .row > .video-iframe-container { display: none; }#anLOToLTJurJ0lDMNyBEShoxC951925n > .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); }#anLOToLTJurJ0lDMNyBEShoxC951925n > .row .container { border-width: 0; border-radius: 0; }#anLOToLTJurJ0lDMNyBEShoxC951925n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anLOToLTJurJ0lDMNyBEShoxC951925n > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRWQmQiSyQAxH3timTki909pVLzdWCBg { top:16.125rem;left:1.1875rem;width:9.1875rem;height:1.19970625rem;z-index:15001;font-family:rubik;font-weight:400;font-style:normal;color:#ffffff;line-height:1.2;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsoe39nFhxEHhlXTUII27WvJ5DgTzmH9 { top:13.6875rem;left:1.9375rem;width:6.0625rem;height:0.8999rem;z-index:15010;font-family:rubik;font-weight:400;font-style:normal;color:#ffffff;line-height:1.2;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #asfqiDzk6sSonOBtVFldMGdz2txk3sAR { width:8.625rem;height:4.67480625rem;top:17.375rem;left:1.1875rem;font-size:2.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fkKzOq23S9mMGTkwUfmQJDfdkPTSri2Z { width:7.75rem;height:2rem;top:13.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrDx0wIdMvgFTKrOrXiQ77iByuKDTc7k { width:20rem;height:12.483516483516rem;top:7.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbQVSL7ickeS9wnoqZb3cVhZrKoH9n7b { top:15.8203125rem;left:10.0625rem;width:9.9375rem;height:6.3125rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #u1scC7FnUyZmrkLgHKQvE29xCMNXXIyT { display:block; }#u1scC7FnUyZmrkLgHKQvE29xCMNXXIyT > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaQsKV2nfTkDKC49v3bha0z2XIgxpLyv { width:20rem;height:5.08203125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9 { display:block; }#oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9 > .row .container { width:20rem;height:81.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6PgezqESTe17vJcwyodn6Tz0fJOTX41 { top:1.2864608764649rem;left:1.4674479961395rem;width:9.2486875rem;height:3.1494125rem;z-index:15003;font-family:rubik;font-weight:400;font-style:normal;color:#ffffff;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rFmU6T6lTVwi2R3B4OJRuX8OJRrW2FDq { top:6.0976549386978rem;left:1.4674479961395rem;width:8.4375rem;height:3.49805rem;z-index:15006;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#ffffff;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WgqxbaQS1db7TLqfyLFHpLxSBtZHT3tE { width:20rem;height:11.1666875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEOSy2dOfFNGMbqf4C2kg0MshhOayHOc { width:20rem;height:11.260504201681rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAS7O2y8kkwGSALOc3s7KmAUKnnXB0CG { width:20rem;height:11.260504201681rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOPUki1mbUKwFrsmcPvn4VfEFA1nV8mg { width:20rem;height:11.2604375rem;top:33.697917938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSprpGxBIEDuQUKovRlTx2OcFPU9TnAM { width:20rem;height:11.2604375rem;top:44.958333969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGRtqWP9G4e3KnyHoX2tM2fp6ZDmiClm { width:20rem;height:11.2604375rem;top:56.217449188233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDyaTUTaWcun0b2yq06XsITelZuRvC5Q { width:20rem;height:5.4583333333333rem;top:57.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uIA45TnAsZurnrEyTdvOn3ygT9znSVgp { top:12.749998807907rem;left:1.4674479961395rem;width:13.1875rem;height:3.1494125rem;z-index:15003;font-family:rubik;font-weight:400;font-style:normal;color:#ffffff;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #F2TX6yrQbrbx3KVcZJgg74nQgTqFkkmH { top:17.153646469116rem;left:1.4674479961395rem;width:8.25rem;height:3.49805rem;z-index:15006;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#ffffff;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lCQRvOWRxMch9k4N23W9TPs9EENoIenp { top:24.000001907349rem;left:1.4674479961395rem;width:11.8125rem;height:3.1494125rem;z-index:15003;font-family:rubik;font-weight:400;font-style:normal;color:#ffffff;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vZraWuLsiDc5TaQ4wIGWZr2TNgbkspTk { top:28.500001907349rem;left:1.4674479961395rem;width:8.0625rem;height:3.49805rem;z-index:15006;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#ffffff;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CWsHb1utDZzcll6lko7I9QAF5ZaXuBPZ { top:35.562501907349rem;left:1.4674479961395rem;width:11.8125rem;height:3.1494125rem;z-index:15003;font-family:rubik;font-weight:400;font-style:normal;color:#ffffff;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ny0mMk5pXUs89RlMlDVceD1OwPfagZPk { top:40.557291030884rem;left:1.4674479961395rem;width:9.4375rem;height:2.6235375rem;z-index:15006;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#ffffff;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cLXZPrGMC3Rt1vEtKT5IAxqEyDm1QS96 { top:46.264324188233rem;left:1.4674479961395rem;width:11.8125rem;height:3.1494125rem;z-index:15003;font-family:rubik;font-weight:400;font-style:normal;color:#ffffff;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #i0erJV3inZlp7AdKiTGISLvDbBESg4qB { top:50.842449188233rem;left:1.4674479961395rem;width:11.625rem;height:3.49805rem;z-index:15006;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#ffffff;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #raxqdcT31TCnXEqoNQRMfank7oChR5v2 { top:57.625001907349rem;left:1.4674479961395rem;width:11.8125rem;height:3.1494125rem;z-index:15003;font-family:rubik;font-weight:400;font-style:normal;color:#ffffff;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MrXlxlUqhQup4IP2HDS3ZLOuV2u5NlwA { top:62.312501907349rem;left:1.4674479961395rem;width:14.3125rem;height:3.49805rem;z-index:15006;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#ffffff;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PASKnHpgS3kQL3TqR751ekUdJvefEyD8 { top:69.0625rem;left:1.4375rem;width:11.8125rem;height:3.1494125rem;z-index:15003;font-family:rubik;font-weight:400;font-style:normal;color:#ffffff;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pXVS5R3bhc5xwPp3RTygkkFfqz5QIXek { top:73.625rem;left:1.4375rem;width:8.0625rem;height:3.49805rem;z-index:15006;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#ffffff;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bWvnUM3gm9VHOTIJviXwTBm1niOSJdD5 { width:20rem;height:11.25rem;top:67.5rem;left:0rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6 { background-color:#0b3434;background-image:url("https://images.assets-landingi.com/uc/b9670748-589e-4d4d-a891-a588d4549997/Group2087330291.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6.adaptive-delivery-prevent-bg, #GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6.lazyload, #GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6.lazyloading { background-image: none; }#GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6 > .row .container { background-color: transparent; background-image: none; }#GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6 > .row .container > .video-iframe-container { display: none; }#GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6 > .row > .video-iframe-container { display: none; }#GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6 > .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); }#GUP60JhefMLTJdqrzm3Gkt5GnRvdxxy6 > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lS7ErmJ1DuDeqsCaFs7W4U0qrx4vT7BR { width:20rem;height:3.7368125rem;top:2.63134765625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXeN27L9y5xXsCGvodyMDVZPa0H1mVW0 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #0b3434);background-image: -moz-linear-gradient(180deg, #000000, #0b3434);background-image: -ms-linear-gradient(180deg, #000000, #0b3434);background-image: -o-linear-gradient(180deg, #000000, #0b3434);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0b3434' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0b3434' );";background-image: linear-gradient(180deg, #000000, #0b3434);background-size:auto !important;display:block; }#VXeN27L9y5xXsCGvodyMDVZPa0H1mVW0 > .row .container { background-color: transparent; background-image: none; }#VXeN27L9y5xXsCGvodyMDVZPa0H1mVW0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXeN27L9y5xXsCGvodyMDVZPa0H1mVW0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXeN27L9y5xXsCGvodyMDVZPa0H1mVW0 > .row .container > .video-iframe-container { display: none; }#VXeN27L9y5xXsCGvodyMDVZPa0H1mVW0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXeN27L9y5xXsCGvodyMDVZPa0H1mVW0 > .row > .video-iframe-container { display: none; }#VXeN27L9y5xXsCGvodyMDVZPa0H1mVW0 > .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); }#VXeN27L9y5xXsCGvodyMDVZPa0H1mVW0 > .row .container { width:20rem;height:114.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdB5fEwbmaIQCeWdgnTvXyJ8ZBzWyvlZ { width:16.25rem;height:28.8125rem;top:11.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KagqOkwsxFmFem84hdMvfksiLr1WGTIq { width:16.25rem;height:28.8125rem;top:47rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwK0ZAlIUTdcPfcMITxgTiVK0a1MTKbx { width:16.25rem;height:28.8125rem;top:83.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRiEU1o7pxggU5xKV6MpA1TsM3cZNAwz { width:12.8125rem;height:3.75rem;top:1.3736982345581rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP4ZFbgByDmig9TRqoUODgrGHoPZaVwX { width:14.375rem;height:25.5rem;top:12.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVEHk8crRTBJSqvNasmfO785DMXOhgbG { width:14.375rem;height:25.5rem;top:48.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZRbrCMunemnF53xKopaic6gnC5RmvrA { width:14.375rem;height:25.5rem;top:84.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1TNwIe48LAHA1V7tzoiTU2EvNAQ944z { width:12.5rem;height:3.5rem;top:6.3125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #un9gFOOoNP7a4Tvyw5E3FgHB2QsMAOux { width:12.5rem;height:3.5rem;top:42.5625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlsygc03ordR7i14mk2CnVurtFzz5Sv8 { width:12.5rem;height:3.5rem;top:78.6875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIEyqP3Bmg8y2T7b6vJQv5cm3k6X4tg3 { background-color:#0b3434;background-image:url("https://images.assets-landingi.com/uc/96758643-9196-4608-9dda-ee83f168d2bb/Group2087330295.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uIEyqP3Bmg8y2T7b6vJQv5cm3k6X4tg3.adaptive-delivery-prevent-bg, #uIEyqP3Bmg8y2T7b6vJQv5cm3k6X4tg3.lazyload, #uIEyqP3Bmg8y2T7b6vJQv5cm3k6X4tg3.lazyloading { background-image: none; }#uIEyqP3Bmg8y2T7b6vJQv5cm3k6X4tg3 > .row .container { background-color: transparent; background-image: none; }#uIEyqP3Bmg8y2T7b6vJQv5cm3k6X4tg3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIEyqP3Bmg8y2T7b6vJQv5cm3k6X4tg3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIEyqP3Bmg8y2T7b6vJQv5cm3k6X4tg3 > .row .container > .video-iframe-container { display: none; }#uIEyqP3Bmg8y2T7b6vJQv5cm3k6X4tg3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIEyqP3Bmg8y2T7b6vJQv5cm3k6X4tg3 > .row > .video-iframe-container { display: none; }#uIEyqP3Bmg8y2T7b6vJQv5cm3k6X4tg3 > .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); }#uIEyqP3Bmg8y2T7b6vJQv5cm3k6X4tg3 > .row .container { border-width: 0; border-radius: 0; }#uIEyqP3Bmg8y2T7b6vJQv5cm3k6X4tg3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uIEyqP3Bmg8y2T7b6vJQv5cm3k6X4tg3 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbQ77w1pV1GyDDdH8ruxffkdGkr3KJNh { background-color:#000000;background-image:none;display:block; }#XbQ77w1pV1GyDDdH8ruxffkdGkr3KJNh > .row .container { background-color: transparent; background-image: none; }#XbQ77w1pV1GyDDdH8ruxffkdGkr3KJNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbQ77w1pV1GyDDdH8ruxffkdGkr3KJNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbQ77w1pV1GyDDdH8ruxffkdGkr3KJNh > .row .container > .video-iframe-container { display: none; }#XbQ77w1pV1GyDDdH8ruxffkdGkr3KJNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbQ77w1pV1GyDDdH8ruxffkdGkr3KJNh > .row > .video-iframe-container { display: none; }#XbQ77w1pV1GyDDdH8ruxffkdGkr3KJNh > .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); }#XbQ77w1pV1GyDDdH8ruxffkdGkr3KJNh > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3MCTuvpeXXZz2rVgcl2XDCLumfOaO7N { width:20rem;height:18.847352024922rem;top:20.2526125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sf0lNruJM4PQiCI98wQJ9vT5z2tgSy1f { width:20rem;height:2.6001rem;top:0.7158203125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y0pvirAALVw68Dc5nbF7edCnh1MGDkK6 { width:20rem;height:4.23958125rem;top:2.9384765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SayGa4fOkQKMgmxa8xyrWaP2o74pVpEL { width:17rem;height:7.0625rem;top:5.25rem;left:1.5rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #wPnzkd6B6JGAT38ALy4X5Lm20SsIx7Il { top:9.75rem;left:0rem;width:20rem;height:18.6875rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tsxyAp9QgQusTQRhoTPPK28FFDqFM9w7 { display:block; }#tsxyAp9QgQusTQRhoTPPK28FFDqFM9w7 > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eL2H4t42UT9CLkxxbDRoEGErWSkTVhHe { width:15.625rem;height:2.9375rem;top:1.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcHV4QA7cPaKGArJygAhM9voIFLvAmzq { width:13.1875rem;height:17.875rem;top:5.5403652191162rem;left:0.3125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Prw95rW7N33Fm6UbrpW3EXwf9FzKsPoW { width:13.1875rem;height:17.8125rem;top:23.4375rem;left:0.375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #fEzZa3LTD8ki3GCKI8r8irv1zIFwEy9B { width:13.1875rem;height:17.8125rem;top:41.25rem;left:0.3125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #P29i6vaO8nG5JrvRcaIIAHC8wUPGfRbw { width:12.5rem;height:2.4375rem;top:14.727864503861rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOrdzATqfvAzuX6AedUnVDMgOkUxh0pr { width:12.5rem;height:4.19896875rem;top:17.915030479431rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsTMbSATZ89hKGZAcHR0DtXXpybdBzl8 { width:12.5rem;height:2.4375rem;top:33.250001907349rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMISUBVcTZGFDc2H7Zp3eKpCRL0JzTQb { width:12.5rem;height:2.4375rem;top:52.125002861023rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV6aG2f2Rxo84CVLf01TOHbtK6BXTeR7 { width:11.875rem;height:4.19970625rem;top:36.436639785767rem;left:4.0625004768372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I646coCyCDCECuUVMO5WDTAblpW6zNoI { width:12.8125rem;height:4.1992125rem;top:58.5625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nwys0vhBHzo8Z39dOQQQcsxFLuhVuLqe { width:15.062375rem;height:2.7993125rem;top:55.562070846558rem;left:2.4679906368256rem;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #FXy9FrlAZH6UP5Z2Ulv7rLzdAgfIGrKu { top:5.25rem;left:0rem;width:20rem;height:18.4375rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TXwFaNIwsqJXZP17f1rVxnpXN7HFK4oX { top:23.812501907349rem;left:0rem;width:20rem;height:18.4375rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dpnhKzDQwsFZ9wmouUodsfBHBflkJxnK { top:42.5rem;left:0rem;width:20rem;height:18.375rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Em2AagDZTXIfF6sJOhO3q9xTTmLUgQ7l { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #08191b, #000000);background-image: -moz-linear-gradient(180deg, #08191b, #000000);background-image: -ms-linear-gradient(180deg, #08191b, #000000);background-image: -o-linear-gradient(180deg, #08191b, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#08191b', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#08191b', endColorstr='#000000' );";background-image: linear-gradient(180deg, #08191b, #000000);background-size:auto !important;display:block; }#Em2AagDZTXIfF6sJOhO3q9xTTmLUgQ7l > .row .container { background-color: transparent; background-image: none; }#Em2AagDZTXIfF6sJOhO3q9xTTmLUgQ7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Em2AagDZTXIfF6sJOhO3q9xTTmLUgQ7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Em2AagDZTXIfF6sJOhO3q9xTTmLUgQ7l > .row .container > .video-iframe-container { display: none; }#Em2AagDZTXIfF6sJOhO3q9xTTmLUgQ7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Em2AagDZTXIfF6sJOhO3q9xTTmLUgQ7l > .row > .video-iframe-container { display: none; }#Em2AagDZTXIfF6sJOhO3q9xTTmLUgQ7l > .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); }#Em2AagDZTXIfF6sJOhO3q9xTTmLUgQ7l > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLPBkof9rLPxlkgTMhi5TcWArhZPvVHW { width:19.5625rem;height:3.8994125rem;top:1.875rem;left:0.12451171875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkUNI1G7EiqWvSRoxzKdVzTDk1CNr64O { width:10rem;height:7.5625rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHAFoyXTJF2zcaJZL4MPmw0ZF3Nwyuf1 { width:10rem;height:7.625rem;top:14.875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3OJn9Kz2EQOC0Tdz4xSTSEWdsJ0toeg { width:10rem;height:7.625rem;top:38.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGrCE9y2Tflma0XKWrT1ab6DQLEEg9WN { width:10rem;height:7.5625rem;top:7.125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqMxmHx1a1muaJbmObhwErVGnkas5wbU { width:10rem;height:7.625rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKAnXF4fQU5KnIB4nXRxpCIMxfFm89ER { width:10rem;height:7.625rem;top:30.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgQaTfStgU3destQwGf6koNvIQBRvTWk { width:10rem;height:7.625rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXyryFX6QhKR0wIMOHqPO8Qrr6DMqESr { width:10rem;height:7.625rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbUOweKQzkwXs3vD4dtPyG8WZXS52UaC { width:10rem;height:7.625rem;top:22.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow4EKynGwWH6aaqop2RoUWcEkfXxoSpQ { display:none; }#ow4EKynGwWH6aaqop2RoUWcEkfXxoSpQ > .row .container { width:20rem;height:56.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rs5wlkDGMfMaXZTF3a4eINRrutH9VGFu { top:0.9375rem;left:0rem;width:20rem;height:2.6001rem;z-index:15000;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ldTEi1HunRQLHtLTPEd4VHT67xfVshea { top:4.1375732421875rem;left:1.3128662109375rem;width:17.37425rem;height:3.25rem;z-index:15001;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #npb27V2AfFxCibqPGqfzwNsWEqDdn2Gl { top:9.72412109375rem;left:1.31103515625rem;width:9.249875rem;height:3.1494125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uf9up5cFJ8a5JyoHs6BdnzEsQi75tUmI { top:33.411254882812rem;left:1.0308837890625rem;width:9.6875rem;height:3.1494125rem;z-index:15006;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PJtM2Izye8sRwZqSKJ7QGlK2GLblnbc6 { top:21.598510742188rem;left:1.25rem;width:12.5rem;height:3.1494125rem;z-index:15004;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zyX3SDoOtwhIOaGABKaFf7ns6ZIhZ81Z { top:45.43701171875rem;left:1.25rem;width:12.5rem;height:4.72265625rem;z-index:15008;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #icmpr2ISqD9sWNdAAoLMHep3xSQDZFnM { top:8.2861328125rem;left:0rem;width:20rem;height:10.499875rem;z-index:15002;overflow:hidden;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) { #IUDOFQiVIkmiQ3LU8FypEdTwd36E4OFJ { top:20.223999023438rem;left:0rem;width:20rem;height:10.499875rem;z-index:15003;overflow:hidden;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) { #GLs9lNecA6ZE76NG2yho1t5aXprkIw3o { top:32.098999023438rem;left:0rem;width:20rem;height:10.499875rem;z-index:15005;overflow:hidden;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) { #VTwgHKxlae5dAQhDOofS4pKNsLs9gTC1 { top:44.18701171875rem;left:0rem;width:20rem;height:10.499875rem;z-index:15007;overflow:hidden;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) { #MrT66Z91a97rMvD2x8vBwGbl6WhqLdt3 { display:none; }#MrT66Z91a97rMvD2x8vBwGbl6WhqLdt3 > .row .container { width:20rem;height:51.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sMrTU8x3I1Q49T7RIBgQM8lPZT5nEvSG { top:0.9375rem;left:0rem;width:20rem;height:2.6001rem;z-index:15000;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MAXlESEmUVUb655bTCKTCzdTRizugrb3 { top:3.849609375rem;left:0rem;width:20rem;height:1.625rem;z-index:15001;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T0zNXJcR7QsdnCoBBsDzZx1OwQH5zgkw { top:7.599609375rem;left:1.25rem;width:9.25rem;height:3.1494125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #swZDGrgWXk2l76aeVfePy09ulGUABuHC { top:29.849609375rem;left:1.25rem;width:9.6875rem;height:3.1494125rem;z-index:15006;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tNRTD1XvP6AFqdGhQrTUz1dyPIux1fIG { top:18.724609375rem;left:1.25rem;width:12.5rem;height:3.1494125rem;z-index:15004;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UgQ1xSq4RGRwTTpUpV4GR8JQC8M9ggEI { top:41rem;left:1.25rem;width:12.5rem;height:4.72411875rem;z-index:15008;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zNw4MrPdbNUwZtQT1XCiEudOMzh4zfGT { top:6.349609375rem;left:0rem;width:20rem;height:10.5rem;z-index:15002;overflow:hidden;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) { #lxeaWBTasCsNu1wnK45c5tqaFB1TZSCf { top:17.474609375rem;left:0rem;width:20rem;height:10.5rem;z-index:15003;overflow:hidden;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) { #PfDmQ8mgz2UyLDgAGUUNHo7EbsozHw9y { top:28.599609375rem;left:0rem;width:20rem;height:10.5rem;z-index:15005;overflow:hidden;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) { #qrhoQgGXlcSepRke4pr5W1xZn9bh5I84 { top:39.75rem;left:0rem;width:20rem;height:10.5rem;z-index:15007;overflow:hidden;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) { #Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/99cbf099-f84a-4fb7-ad9e-8b8593f60f7a/Group482061.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU.adaptive-delivery-prevent-bg, #Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU.lazyload, #Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU.lazyloading { background-image: none; }#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU > .row .container { border-width: 0; border-radius: 0; }#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU > .row .container { width:20rem;height:10.5371125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nnFcPxfsppMEr5H3iRixpTmMawaepm6b { top:3rem;left:0.6875rem;width:18.6875rem;height:5.19791875rem;z-index:15000;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-weight:700;font-style:normal;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuOICp3iKxLLAMHImqsdRJrsxIewZiZW { top:8.75rem;left:1.625rem;width:16.8125rem;height:1.7871125rem;z-index:15001;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-weight:300;font-style:normal;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA { background-color:#08191b;background-image:url("https://images.assets-landingi.com/uc/5732ee82-641b-4729-9a94-68de8000b008/Group482068.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA.adaptive-delivery-prevent-bg, #Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA.lazyload, #Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA.lazyloading { background-image: none; }#Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA > .row .container { border-width: 0; border-radius: 0; }#Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA > .row .container { width:20rem;height:36.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eweUBHoqPzyWdKl0iOk3rwSqVz3eZQZy { top:8.900390625rem;left:0rem;width:20rem;height:1.21875rem;z-index:15000;text-align:center;text-align-last:center;color:#ffffff;font-family:"ibm plex sans thai";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWKR8TcPmVr89J3bKRcWicw3uWLJ21Ae { top:10.056640625rem;left:0rem;width:20rem;height:2.6001rem;z-index:15001;text-align:center;text-align-last:center;color:#2fe1e1;font-family:rubik;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cpaxTSEqAkzIBzp41PSlM40g9fQdUJTM { top:13.59375rem;left:2.09375rem;width:15.8125rem;height:2.44791875rem;z-index:15001;text-align:center;text-align-last:center;color:#ffffff;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tapMBL1Gr4A5PAwRDSrbPy0SqquCIE3I { top:2.400390625rem;left:0rem;width:3.6875rem;height:3.6875rem;z-index:15002;overflow:hidden;box-shadow: 0rem 0.5rem 0.625rem #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #aE4Ui11N6yu4T6pTs6zFt5B17FQUNmrh { top:17.8125rem;left:2.9375rem;width:5.5rem;height:1.0559875rem;z-index:15002;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UE71TZZCXK9UUgSc737GNS2c3BHZZFeZ { top:19rem;left:2.9375rem;width:5.625rem;height:1.0559875rem;z-index:15003;text-align:left;text-align-last:left;color:#9b9b9b;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #drXnwE3t28bwcN6JxCnQ9De4cW1bvbJl { top:22.75rem;left:2.9375rem;width:5.25rem;height:2.11198125rem;z-index:15004;text-align:left;text-align-last:left;color:#9b9b9b;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MK17Ulyn0ZbTDuAtcRPMMnkuG52CDzoN { top:21.5341796875rem;left:2.9375rem;width:6.1875rem;height:1.0559875rem;z-index:15005;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wUxXqSXydmPVuNfkcku1ucL12b001Dd3 { top:26.125rem;left:3rem;width:7.8125rem;height:1.0559875rem;z-index:15005;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GXXum8pBiw7wR8TVJs3hR3PqinGqsV7B { top:27.3125rem;left:3rem;width:6.6875rem;height:2.11198125rem;z-index:15006;text-align:left;text-align-last:left;color:#9b9b9b;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ouyln9POeG3LeS6bhxlK9zGwAaOnwqD8 { width:2.5rem;height:2.5rem;top:17.693359375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziOXa2EJoTM9qtH4Vp3H840xllfiRbPH { width:2.5rem;height:2.5rem;top:21.375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAruarMHLuutKe6U6zm2pDcftVdy6SGW { width:2.5rem;height:2.5rem;top:26rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6WsbOsQJvE4IIN0QK5iItZ8O1fAkLUz { top:22.75rem;left:13.125rem;width:5.4375rem;height:2.11198125rem;z-index:15004;text-align:left;text-align-last:left;color:#9b9b9b;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #I8Pbzx31VK2SxqZay0W6mITfqUzVTezE { top:21.5625rem;left:13.125rem;width:6.875rem;height:1.0559875rem;z-index:15005;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QiKt8tnFJpIAxaoK13Lg7etJczD7GfD3 { top:17.625rem;left:13.25rem;width:4.875rem;height:1.0559875rem;z-index:15002;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Fw7DsVLTboz4LyGmlekWX7Hhq8skXUBU { top:18.875rem;left:13.25rem;width:6.75rem;height:1.0559875rem;z-index:15003;text-align:left;text-align-last:left;color:#9b9b9b;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #On9C9JT9ZLy46dKxmSmFooxGkPNZEBJt { width:2.5rem;height:2.5rem;top:17.625rem;left:10.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSm9lgddqK4D9UoBPqpTgoXwMIdJEgTi { width:2.5rem;height:2.5rem;top:21.375rem;left:10.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOrrgtCwhU3nzEtNPywTfnbQdUKVli6L { width:1.6875rem;height:1.6875rem;top:18.037109375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSiRxw4ADm8GbUKKvwQtwQUxBZC2E3dF { width:1.6875rem;height:1.6875rem;top:21.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTmpBnvf7UTCxomTkXMiRcoc9N0cwwek { width:1.6875rem;height:1.6875rem;top:26.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb6DBlcnPupIH8gcnNfazM3v5V4aT7yu { width:1.6875rem;height:1.0625rem;top:18.3125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfxXHoDtGSmwIZx85oAfzaPHxLeOmGtu { width:1.6875rem;height:1.6875rem;top:21.6875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp919b2v5sSMwUetfECT9vnETCAUGsJB { width:20rem;height:3.125rem;top:32.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2tpetkreEIrOSkhhhqc4hBIkXT9ew8B { display:block; }
 }@media only screen and (max-width: 763px) { #QqfTL6fgZJgZsnD1TWWP1bu7OscpivcF { top:30.75rem;left:0rem;width:20rem;height:1.1370875rem;z-index:15001;text-align:center;text-align-last:center;color:#ffffff;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CJi7G8FKBSPFTFC8T6mr8b32P6ixnboZ { background-color:#092c2c;background-image:none;display:block; }#CJi7G8FKBSPFTFC8T6mr8b32P6ixnboZ > .row .container { background-color: transparent; background-image: none; }#CJi7G8FKBSPFTFC8T6mr8b32P6ixnboZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJi7G8FKBSPFTFC8T6mr8b32P6ixnboZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJi7G8FKBSPFTFC8T6mr8b32P6ixnboZ > .row .container > .video-iframe-container { display: none; }#CJi7G8FKBSPFTFC8T6mr8b32P6ixnboZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJi7G8FKBSPFTFC8T6mr8b32P6ixnboZ > .row > .video-iframe-container { display: none; }#CJi7G8FKBSPFTFC8T6mr8b32P6ixnboZ > .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); }#CJi7G8FKBSPFTFC8T6mr8b32P6ixnboZ > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZgMUpq2n8FFxBhfEdk7T7gN5rV6WSTg3 { width:15.8125rem;height:4.2246125rem;top:1.9375rem;left:2.09375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN3LlnO88bb5eMdyqSxsVF9dqG5kMhC3 { width:7.6875rem;height:2.69970625rem;top:8.57421875rem;left:11rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MavTma3GSOX4mKKnPGisGDOWvLOuePVp { width:9.625rem;height:5.1875rem;top:8.57421875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKlD3z8ga7Fpvl2QFlKLSFid2pImhcxI { width:20rem;height:8.75rem;top:20.19534375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCaVlKi4X3UqCpvwFLcN2n2egcEoeQee { width:8.375rem;height:3.1662625rem;top:12.19921875rem;left:11rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zLaCGVeD3uB2K8RNGbmoHBHvinrq2HIT { width:20rem;height:8.75rem;top:47.37896875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZgzO0XfZp4uokzpF6muXGQJ7NJ8hnOxV { width:9.8125rem;height:1.34985625rem;top:16.624892234802rem;left:10.999892234803rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UmJRQIbDnHJ26OrivN1f8C0Ec1Dq6g8K { width:8.3745625rem;height:3.1662625rem;top:18.928495407104rem;left:10.999892234803rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aUwyM9fGTBx8D7EpZH5Hm1ntqy47qs1O { width:9.6875rem;height:5.4375rem;top:16.625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaFangFCqTCL8KC0KeJoN1rmmMPkcxI0 { width:20rem;height:8.75rem;top:74.56259375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EcnWqo1hk3FL2aMN6MnbZNknKEblGaH3 { width:9.8125rem;height:2.69970625rem;top:24.624567985534rem;left:10.999892234803rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LwVyybuSgGMUE7F7T9oC4fAMBLWTFsLu { width:9rem;height:2.1108375rem;top:27.999785423279rem;left:10.999892234803rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cheA7GuG4bqWSBs9SIAuEEMGZ4RmIEiD { width:9.6875rem;height:5.4375rem;top:24.625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJOahLv72QCFJZQTwTXCS94CUyvAeh45 { display:block; }#hJOahLv72QCFJZQTwTXCS94CUyvAeh45 > .row .container { width:20rem;height:64.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAciIJuJFrUNWMAy3PRCAX6DUrkGNNqg { width:15.6875rem;height:4.2246125rem;top:1.7356643676757rem;left:2.15625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSRQSUBPy4H8L5NauRBlOnpwTnhvpKTZ { top:6.559898376465rem;left:0rem;width:20rem;height:1.62524375rem;z-index:15001;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WiJBMdeJeTJOClIZagxTVrI1V9wWtyGU { top:24.390626907349rem;left:3.3125rem;width:13.375rem;height:2.79980625rem;z-index:15001;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RzGuNyrue0nBv1rqkpbLo2zTRkWRHKT7 { width:13.875rem;height:16.1875rem;top:8.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBfbstKdE801U8lWFV8HDmLEr0fu4T6s { width:20rem;height:1.70605625rem;top:28.583333969116rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DP3E9mJrTvN5COwRbR1cB7RIhG5TTmtA { width:16.625rem;height:1.13745rem;top:30.821615219116rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQyCr57WHJbFQ57fPwg7vEhGRIPkbwBy { width:13.875rem;height:1.05541875rem;top:32.1875rem;left:3.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c3cNzezecWzKlZTfGRwM0dnZ6uNpifGO { width:20rem;height:17.582rem;top:8.75rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #oK1HHeIssXvDcl89lluP52s9R0d3NaQ3 { width:20rem;height:3.125rem;top:59.187503814698rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkyiSPkt66Zxy340d2QVGh0PuqzTA0RC { display:block; }
 }@media only screen and (max-width: 763px) { #T6TnIZgEvm30cfDNvAfEtTDzCitWkOda { width:18.3125rem;height:2.923825rem;top:38.817718505859rem;left:1.5625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lAVKOShTs2uZV1LxrN0T7DQwAyWywmNw { width:6.375rem;height:1.13671875rem;top:42.671875rem;left:3.09375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkmzBLPCpd0nX6TtF8Jtenk8Adx3uCK5 { width:5.4375rem;height:1.13671875rem;top:36.66796875rem;left:2.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzMDXbnlMT7Kmg2crwqLOkDi4fkDbuaU { width:6.75rem;height:1.75rem;top:36.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIcklwQlplW2nNznUA7WSi97myXVEcgS { width:20rem;height:10.4375rem;top:34.986999511719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUkyAwtux8GXuA0THLIkAfLIyBHWVsO5 { width:6.8125rem;height:1.05541875rem;top:54.339847564698rem;left:3.125rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DuiB1r9odpnOBtk7QcSog04k78WnfVdi { width:20rem;height:9.375rem;top:46.4482421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lS5crOfZi9hAvLIv3OOazJZwHp9kptro { width:0.6875rem;height:0.875rem;top:53.1875rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EIycW3QmTPwKti6TNgr7UndPR4wc6Jd8 { width:16.1875rem;height:2.923825rem;top:50.347660064698rem;left:1.55078125rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #K0dSkraGbEILzxVdsATKxKxvlTqr3suO { width:7.25rem;height:1.75rem;top:47.684898376465rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Slnn5OOK6BNSm0rv5mKBhVOk1lr7oTr9 { width:5.75rem;height:1.13671875rem;top:48.115886688233rem;left:2.34375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGuGD6Up7ubUvHTZEr3Rm1J4dDzzmcVM { top:46.4375rem;left:0rem;width:20rem;height:10.4375rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HEEV4fTfz87qixME7SlF3etOrO4nkaXJ { width:0.9375rem;height:1.25rem;top:42.428386688233rem;left:1.45703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8IUw4BAzeHdmD4aAU759X1D9Lt5KT8f { width:0.9375rem;height:1.25rem;top:54.242191314698rem;left:1.30078125rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #lTOp6cf1NbTafxFl4vDgZ5hTEqurTJul { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #000000);background-image: -moz-linear-gradient(180deg, #000000, #000000);background-image: -ms-linear-gradient(180deg, #000000, #000000);background-image: -o-linear-gradient(180deg, #000000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, #000000, #000000);background-size:auto !important;display:block; }#lTOp6cf1NbTafxFl4vDgZ5hTEqurTJul > .row .container { background-color: transparent; background-image: none; }#lTOp6cf1NbTafxFl4vDgZ5hTEqurTJul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTOp6cf1NbTafxFl4vDgZ5hTEqurTJul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTOp6cf1NbTafxFl4vDgZ5hTEqurTJul > .row .container > .video-iframe-container { display: none; }#lTOp6cf1NbTafxFl4vDgZ5hTEqurTJul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTOp6cf1NbTafxFl4vDgZ5hTEqurTJul > .row > .video-iframe-container { display: none; }#lTOp6cf1NbTafxFl4vDgZ5hTEqurTJul > .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); }#lTOp6cf1NbTafxFl4vDgZ5hTEqurTJul > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJkuSuqRzbLPV1Wmqeei5ykRlprxNXFJ { width:20rem;height:2.6001rem;top:2.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJToLvwoocskpgcg02sDxkQ8usg8qzgW { width:20rem;height:11.5625rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEeEFgE6bTwF32DVygtmsh3uSnEwy68D { width:9.5625rem;height:4.22485625rem;top:12.5625rem;left:4.25rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9LXCM2CL4i4Fuis99tmqUUdT5Pm2sQ1 { width:2.25rem;height:2.6001rem;top:13.9375rem;left:13.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvXSK6GF54cLWTp9QFBStRp4geuTyO5d { width:18.8125rem;height:1.4619125rem;top:10.5rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBGMSaly6bT81d3TVigHH9UaMDBF9OW5 { width:15.125rem;height:3.125rem;top:6.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7wNUSUdJOOCrzmV0OdaIGH0T3TG6Rxf { width:11.5rem;height:1.29980625rem;top:7.75rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcTPoESa1xMVOIiZQdSfJT4yuZBVeM9v { width:20rem;height:10rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmdAhUkzC7rMS9QBXEsVLG9plCLz99tx { width:9.875rem;height:4.22485625rem;top:22.75rem;left:4.125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMrOIaE61FXf5rlicLinTgrFSBczGJP2 { width:2.25rem;height:2.6001rem;top:24.1875rem;left:13.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpvHFSRz4OlA5sKksl2KnPhRgRgseSyL { width:15.125rem;height:3.125rem;top:19rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko3u8545kBB3TwnvkliBPvmi6s8dTOu2 { width:11.5rem;height:1.29980625rem;top:19.91259765625rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #khKMDudxleb3MoQtTi7hTkXgqG3yewu4 { width:4.0625rem;height:1.3125rem;top:30.0625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #taJNr3C01vvHqTkx67VG6TIoyEVvhufU { width:9.4375rem;height:1.21801875rem;top:30.1875rem;left:2.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IlS0WAxXhl1ir73TsmpWtsWo8UyyTZrg { width:17.125rem;height:2.1108375rem;top:31.6875rem;left:1.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #p2VtXa7zTQzR8I8rEIiKcnnoI1t3gwZh { width:15.375rem;height:1.42480625rem;top:34.8125rem;left:2.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NcExgMHbdPTarM2GhyXfu5KoUvXOaRWF { width:20rem;height:3.125rem;top:37.186958312988rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq93Vimsm3t28AHh1AQHypItzmCofGqF { display:block; }
 }@media only screen and (max-width: 763px) { #pTNusT4kRlGzPRtbLgbum2xuWQLTT66l { width:19rem;height:3.4375rem;top:44.9375rem;left:0.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBe8npnhRFC4LwStvTC6h2nzVoZi3PKi { display:block; }
 }@media only screen and (max-width: 763px) { #c6UlpnhhypEBB0EcyzgXTlCcG7kR5Dy6 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0b3434, #000000);background-image: -moz-linear-gradient(180deg, #0b3434, #000000);background-image: -ms-linear-gradient(180deg, #0b3434, #000000);background-image: -o-linear-gradient(180deg, #0b3434, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b3434', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b3434', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0b3434, #000000);background-size:auto !important;display:block; }#c6UlpnhhypEBB0EcyzgXTlCcG7kR5Dy6 > .row .container { background-color: transparent; background-image: none; }#c6UlpnhhypEBB0EcyzgXTlCcG7kR5Dy6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6UlpnhhypEBB0EcyzgXTlCcG7kR5Dy6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6UlpnhhypEBB0EcyzgXTlCcG7kR5Dy6 > .row .container > .video-iframe-container { display: none; }#c6UlpnhhypEBB0EcyzgXTlCcG7kR5Dy6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6UlpnhhypEBB0EcyzgXTlCcG7kR5Dy6 > .row > .video-iframe-container { display: none; }#c6UlpnhhypEBB0EcyzgXTlCcG7kR5Dy6 > .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); }#c6UlpnhhypEBB0EcyzgXTlCcG7kR5Dy6 > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acFPkcTJEMQCzpZyc5vXufMuS1WNJXU7 { width:19.9995rem;height:2.030275rem;top:2.249267578125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfwxdPUBVVlhMbUo9LmEktpiSCAL7eUp { width:20rem;height:10.808510638298rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8XadziWgEemMlyBlrnP9LICzWpN8mkF { width:20rem;height:10.8073125rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh8na5Fb4Tkq0VTaicEG2SE9ESsoe7xE { width:5rem;height:5rem;top:6.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A87S9mf1uoveiX4S45hlGML89nRCU58q { width:3rem;height:3.75rem;top:7.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfuvh14Pkz1NeUidgQiNAdaoLUCXTE4h { width:16.3125rem;height:2.5625rem;top:12.4375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkeMmPbC8G4Lo2BZK4CKiXgEfn1pG0MB { display:block; }
 }@media only screen and (max-width: 763px) { #XlNTwZhsUoWNHfegFLmSDWDAgxBXtiVF { width:16.25rem;height:2.5625rem;top:23.75rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVSL1ppJWrmSQZkgylloLwwWzJNVDc5d { display:block; }
 }@media only screen and (max-width: 763px) { #Ux0n4OUwfOdQcvViyFRPwIwn5VUwTze6 { width:5rem;height:5rem;top:18rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4dNL4mV4BArdnG83pWymsTJnDDhEhp1 { width:2.375rem;height:3.75rem;top:18.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKffDDIZrFiGsl9qFpoZMwcumfKMG99J { width:1.0625rem;height:1.1875rem;top:7.875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4TOG2F7hksJLp9z9pJrRzl2pnkiz1WQ { width:1.3125rem;height:1.3125rem;top:9.5625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvM9TVc7CtwfFpTMDtkzThHTaMawavDX { width:1.3125rem;height:1.3125rem;top:20.6875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIkLO1qlBx7AD0CapBTUwa4Ng6HlhKUB { width:1.0625rem;height:1.1875rem;top:19.1875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CReWvaaQUdSTcWKXrRck7kuG7bVw8PDo { width:8.6875rem;height:1.13745rem;top:8.0625rem;left:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpkJpUmPAa2yJFJJ94QCRDX9QVaMTdS1 { width:9.4375rem;height:1.13745rem;top:19.3125rem;left:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAdIu8r36gL0doc0NOFT7LiOhy6NHBB8 { width:8.25rem;height:0.97485625rem;top:9.8125rem;left:8.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGMU8KFmfwWZqnI61daE9A1dEJSOvbAC { width:6.6875rem;height:0.97485625rem;top:21.125rem;left:9.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5Gbi2Jn4E7HTkXb1sZbBkbsEVsHtJBq { width:19.125rem;height:10.125rem;top:5.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8NKOm1F1Ic4BbcMGHQTHnS6bKGSnIeQ { display:block; }#z8NKOm1F1Ic4BbcMGHQTHnS6bKGSnIeQ > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLF7pmFtfJ1L3MeZlcpI9ovrnCx09AWx { height:11.20575rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUCoQ2fL9kReVqJN9N7eVdd6K6ZCXuBF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #08191b);background-image: -moz-linear-gradient(180deg, #000000, #08191b);background-image: -ms-linear-gradient(180deg, #000000, #08191b);background-image: -o-linear-gradient(180deg, #000000, #08191b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#08191b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#08191b' );";background-image: linear-gradient(180deg, #000000, #08191b);background-size:cover !important;display:block; }#eUCoQ2fL9kReVqJN9N7eVdd6K6ZCXuBF > .row .container { background-color: transparent; background-image: none; }#eUCoQ2fL9kReVqJN9N7eVdd6K6ZCXuBF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUCoQ2fL9kReVqJN9N7eVdd6K6ZCXuBF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUCoQ2fL9kReVqJN9N7eVdd6K6ZCXuBF > .row .container > .video-iframe-container { display: none; }#eUCoQ2fL9kReVqJN9N7eVdd6K6ZCXuBF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUCoQ2fL9kReVqJN9N7eVdd6K6ZCXuBF > .row > .video-iframe-container { display: none; }#eUCoQ2fL9kReVqJN9N7eVdd6K6ZCXuBF > .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); }#eUCoQ2fL9kReVqJN9N7eVdd6K6ZCXuBF > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVJEyL3bHLniLbzpdReUIJCbbb4S9IVD { width:20rem;height:11.4789375rem;top:5.9841995239258rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9a7X6KAHM8fVO2stL22xqM6KaiQOy5C { width:20rem;height:1.86903125rem;top:2.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW { background-color:#08191b;background-image:url("https://images.assets-landingi.com/uc/91c3f00d-b7f1-408f-a8c7-3f68a82f8f97/bg1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW.adaptive-delivery-prevent-bg, #TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW.lazyload, #TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW.lazyloading { background-image: none; }#TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW > .row .container { background-color: transparent; background-image: none; }#TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW > .row .container > .video-iframe-container { display: none; }#TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW > .row > .video-iframe-container { display: none; }#TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW > .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); }#TZBPf01TMRxwvnUP0J6FKXOiyJrtytyW > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tW4D02fDABu4sbxWURquLPLRCVZocoD3 { width:19.625rem;height:1.72485625rem;top:2.1245574951172rem;left:0.12467479705811rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ENkFTQi0oRSSVD8QC3TbcXphc0yLHxKI { width:9.625rem;height:6.375rem;top:4.875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqs0rt6CRav4q7JgxkhpdTimgPMG6viA { width:9.625rem;height:6.375rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dps0RpKs9hHedX9XGwsNZS14GGBFiKia { width:9.625rem;height:6.375rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJP6FHU9g8mqikNkfu65Azou4oR6uBIc { width:9.625rem;height:6.375rem;top:11.875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKyEikCOHeOwRPmTJ9Dg3V7sFnPomLG6 { width:16.875rem;height:11.25rem;top:70.19921875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Psy6OZXSkoHoQuGVUMBS0vs17wfLT3uP { width:16.875rem;height:11.25rem;top:20.19921875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #feMAD6aeQscq0AuR8iPDfyIX9mOxwXbi { display:block; }#feMAD6aeQscq0AuR8iPDfyIX9mOxwXbi > .row .container { width:20rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPVMNMrpyVFtZRfUs0AIISQABP9ykXiM { width:20rem;height:7.4468085106383rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKFGz9RoATM56vXAPIakkvAXkLpJF5Az { width:20rem;height:7.4935rem;top:20.16015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfzPb3nVixlsxO9uIZwZsqzaszgTIPVH { width:20rem;height:7.4935rem;top:12.666667938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1bD4Uh7Cb94DocIUrJGJnSHQqDmIiFo { width:20rem;height:7.4935rem;top:27.653646469116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUi9bxUeQyPiKZW1QMTMUCip4C4KFTSW { width:20rem;height:2.11230625rem;top:1.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1lQS0XoCpQyhTZNn9CBoDM5WnBWF53o { width:10.375rem;height:3.2461rem;top:6.5rem;left:8.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #epa2Lux7yhNT04oKKf9KTLSZlKdNi1H2 { width:7.1875rem;height:0.875rem;top:10.6875rem;left:8.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmxK5uIa0oLNBqol1yiDZ2RLGNwXanvp { width:9.625rem;height:4.05761875rem;top:21.15234375rem;left:8.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cplmzmMhN2T3JhzRwiWXnINXZ2zOGs3F { width:7.9375rem;height:0.875rem;top:18.18359375rem;left:8.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLCJTPeir0a504tJKi2S30eAbX1EOJSK { width:7.25rem;height:0.875rem;top:33.059896469116rem;left:8.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKKu2sJc40JVbIwFGkKd9r7iWvTbHTlq { width:6.5rem;height:0.875rem;top:25.72265625rem;left:8.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTcx2U0Uhqk3D7NLkEKvHfTtBucadUyQ { width:9.9375rem;height:3.24609375rem;top:14.05859375rem;left:8.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF8UWubp79AZPtoIVtO72EPo08U2TfW3 { width:10.3125rem;height:3.24609375rem;top:28.746095657349rem;left:8.90625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w86rTCJKMsg0gq8sD5QPZQ5zKsr6PR1X { display:block; }#w86rTCJKMsg0gq8sD5QPZQ5zKsr6PR1X > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kg0hTzPDq0tC5TyQSHvp4aO5WOwSFcym { width:20rem;height:4.0625rem;top:5.537109375rem;left:0rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrgDSeVfR7nQsJrWK2TxMixTLrJU4IfQ { display:flex;width:3.125rem;height:3.125rem;top:6.068359375rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #cU9iJ7yawISEOsdXKvtOWsICTJ3TgO7d { width:12.125rem;height:1.687825rem;top:6.787109375rem;left:1.25rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tTwPuy8DOgrZtfUlvlTTiMUf404ge0iS { width:20rem;height:2.6001rem;top:2.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTyQTg7h1iDk7mbU4tTXkPTTIcnCStI3 { display:none; }#iTyQTg7h1iDk7mbU4tTXkPTTIcnCStI3 > .row .container { width:20rem;height:5.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gllvx7rUIi019SqlShBB2e9snTa88SbZ { width:20rem;height:5.3125rem;top:0.3125rem;left:0rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zULFwXDKAZdWN8mD0NC5VlLIukOpZGTc { width:15.625rem;height:2.79948125rem;top:1.537109375rem;left:1.25rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PiBrJprhMahd1EHZuhiToqfTgiHXICDz { display:block; }#PiBrJprhMahd1EHZuhiToqfTgiHXICDz > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzowaOZ8gxmKdL6SqycwRaTf05X7EXWp { width:20rem;height:16.4375rem;top:0.3125rem;left:0rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkM67XvgPPlILMGZ51cq6PxpD7vptcPd { width:17.5rem;height:13.9966rem;top:1.5369873046875rem;left:1.25rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #G9nudFVke3xKrZBEBlEPPRtV3HlH6Zln { display:none; }#G9nudFVke3xKrZBEBlEPPRtV3HlH6Zln > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GVHL4ErlwCftn8OTf7GdlgLATB9oOD1v { width:20rem;height:4.0625rem;top:0.375rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITx7T3xx64SSDSwn3verig5b5RJRlJh6 { width:10.0625rem;height:1.6875rem;top:1.625rem;left:1.25rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JWtyInPvgJDTdENdqDQgzETzH7khQ2GB { display:flex;width:3.125rem;height:3.125rem;top:0.90625rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #qsoXPRIN02acL7WSlFCulJtXEBFgtX7D { display:none; }#qsoXPRIN02acL7WSlFCulJtXEBFgtX7D > .row .container { width:20rem;height:18.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o1mmXhOf6rE56cwTcil5tHksIzn3QogR { width:20rem;height:17.75rem;top:0.3125rem;left:0rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgQwzh88MeBw7EpOfpdlaVUokWF8nQ8W { width:17.5rem;height:15.397125rem;top:1.5rem;left:1.25rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MsOvUgMH0qseU0HtScQBs5voWfTiRcgm { display:block; }#MsOvUgMH0qseU0HtScQBs5voWfTiRcgm > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3Z2nnz9WNn9t1JskXGRNGrZaQGHPu3m { width:20rem;height:5.3125rem;top:0.3125rem;left:0rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v21d2b4xlUBCROHNsc1qChnLHTUaIWUS { width:12.8125rem;height:3.375rem;top:1.34375rem;left:1.25rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LzIm6HTxPAEEwlXAthhEbVEaINNRT9P0 { display:flex;width:3.125rem;height:3.125rem;top:1.46875rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #V6qWDFyaKrFUBdm5zG1hSZQWaJpW6T2X { display:block; }#V6qWDFyaKrFUBdm5zG1hSZQWaJpW6T2X > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsvOHKfPRwlvOf3yfSgsT3SDpfuBQEc6 { width:20rem;height:9.875rem;top:0.37489318847656rem;left:0rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8xOkDt2tTaB7INnBBSXoT2ikhboaMHM { width:17.5rem;height:6.9983125rem;top:1.67578125rem;left:1.25rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MDHlF5WwzOyU5JCvG7zs9V0UNrHDtFTB { display:block; }#MDHlF5WwzOyU5JCvG7zs9V0UNrHDtFTB > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdtUE2vAwtUGvaCf6kJBdnQoTAUMTu8T { width:20rem;height:5.3125rem;top:0.4375rem;left:0rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzPw2IAUiGaercbGWOxnsNJEZCQdRkU9 { width:10rem;height:3.375rem;top:1.5rem;left:1.25rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sdTKsa1406BTPcPHG2lyn5CoI6JT7i9s { display:flex;width:3.125rem;height:3.125rem;top:1.625rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #LpvrfkTkXBo8LrmX05Qt4iyyNRHMGneg { display:block; }#LpvrfkTkXBo8LrmX05Qt4iyyNRHMGneg > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s186lofhSOH0Jt012daeKS2pNJTfEwDV { width:20rem;height:6.5625rem;top:0.375rem;left:0rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4nHaxWTCNlfTWPsb6A9qJNlmFt8wLJF { width:17.5rem;height:4.19970625rem;top:1.619140625rem;left:1.25rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #v65wmaecxd5x9otR2B8zwTaTmgVqFH6r { display:none; }#v65wmaecxd5x9otR2B8zwTaTmgVqFH6r > .row .container { width:20rem;height:6.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PcB2l9DgebTTTxfEhpmmLd3oydCHM9sw { width:20rem;height:5.3125rem;top:0.375rem;left:0rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4lFGO06a22oeBJmRLzAaNJZt1TnCxyT { width:10.75rem;height:3.37565rem;top:1.40625rem;left:1.25rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oFEOhA31DVr6MimXv3MHV0RaigaTVfw7 { display:flex;width:3.125rem;height:3.125rem;top:1.375rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #v2H134ENWKN0QF0Qfmp588nnayas4037 { display:none; }#v2H134ENWKN0QF0Qfmp588nnayas4037 > .row .container { width:20rem;height:9.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lkex0GJyzxaHRVODJOFwUk6d4JwJXubz { width:20rem;height:9.5625rem;top:0.3125rem;left:0rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsETHSyTTdI6aTAPVTW8WP4khN9TuanA { width:17.5rem;height:6.9986875rem;top:1.6875rem;left:1.25rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nTcxv4BNzTMtcXtyKerQQRxJ0fLU7z03 { display:block; }#nTcxv4BNzTMtcXtyKerQQRxJ0fLU7z03 > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qN1hIz6yxyhuKvGaMcU4UGFcxEqQvC3E { display:block; }#qN1hIz6yxyhuKvGaMcU4UGFcxEqQvC3E > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyu2U2mCWHorFFLZ1h8tCXggi9iCbaEO { top:5.724609375rem;left:2.09375rem;width:15.8125rem;height:2.59863125rem;z-index:15001;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ad6mcWPNGK76p1vc7hxpLu9a9tiovs5e { width:20rem;height:2.6001rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqGBD0bX4dzoczbwTyp7ntRWTP1ONPyM { width:5.99989375rem;height:1.78051875rem;top:9.8155384063719rem;left:6.99978351593rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErGE2Ak6C3VQNLHw9QtUgf4BZKEflRuU { width:5.75rem;height:1.21801875rem;top:12.375rem;left:7.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiWkQLLIWrDJcInJShzOPdL6V7cW9eng { width:7.625rem;height:1.21801875rem;top:14.25rem;left:7.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPUxhlnzrnltXfVpGgOAavp3MOh9Td6p { width:1.5625rem;height:1.5625rem;top:12.125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3XTJFsHL3uuimfy79h2dAhZI8QWZvli { width:1.5625rem;height:1.5625rem;top:14.125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pADdsrkBZwbEW8seo9uA3P7AF36M0pfS { background-color:#08191b;background-image:url("https://images.assets-landingi.com/uc/c2047b36-f447-4372-b426-a826b293ecce/bg2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#pADdsrkBZwbEW8seo9uA3P7AF36M0pfS.adaptive-delivery-prevent-bg, #pADdsrkBZwbEW8seo9uA3P7AF36M0pfS.lazyload, #pADdsrkBZwbEW8seo9uA3P7AF36M0pfS.lazyloading { background-image: none; }#pADdsrkBZwbEW8seo9uA3P7AF36M0pfS > .row .container { width:20rem;height:38.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden;height:3.125rem; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-container:first-of-type{padding-top:0;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-container:last-of-type{padding-bottom:0;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48  { width:17.5rem;height:auto;top:0.9375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 {display:block;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 { width:17.5rem;height:auto;top:0.9375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #T3hr9eV1sRskDzupTSKiHsyWZuKOgUfI {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #CTUQekcc0CseKtonVJtdhTsNSLFSJGTf { display:block; }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #MUWIzmpFzCVQgOtOeKQcGXlIETnrdZlq {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #dLfs5s2TEttpfd7NFSmR2k75JxJC3SXk {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #zGr7VVNawbLqfkVe4Vkgrc1JOh7eASCP { display:block; }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #LnTTNkvtzEVQbLwAWTDb53WUI34n8n1B {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #KzyPhVJ3cdTzDHvVWl2QAQQ9uUA7VSay {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #tJex1KLWm56eLlc0ewC2sekC7VAZOqNH { display:block; }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #Zh7UZRGkh3CnSeA0GkwosOutb3Zq2iuO {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #VlzdRl4U94dyNykP62CXWw6dvWST3JxV {  }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #VlzdRl4U94dyNykP62CXWw6dvWST3JxV .container-column{width:50%;} }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #BVLu2QO4pIe7hSvq46Okpm8yu9ISDHNp {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #zTStyOgT4kK0biBmHwG2gWMw7c68R76X {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #lWEDTWkOhXTXPEpQNHt48UM6IEfIR8NU {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #BUGL1AvhGAusw7pDwbtMkrW6AlOpp5GG {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #zPrKKZ1x3bLd8iq3eZ36VDrTXP4kiXfm {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #uRp7eaohi1LtWHD9SNCoKF784GxEcEU2 {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #LkeMppg4XHX6B811xKLQiG6TVtU635b4 {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #mlvFUO0yLrTbv2vqOF4rxx4ZUgebWA4O {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #ylV8lvimolOBSMeJOaVyExHkldHg1H0A {  }
 }@media only screen and (max-width: 763px) { #tKCfM8k59i0i9CL3R6oUwSTqLLUiPwFn { display:none; }#tKCfM8k59i0i9CL3R6oUwSTqLLUiPwFn > .row .container { width:20rem;height:62.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-input-text {padding-top: 0; padding-bottom: 0;}#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-input-select {padding-top: 0; padding-bottom: 0;}#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-container:first-of-type{padding-top:0;}#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .widget-container:last-of-type{padding-bottom:0;}#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F  { width:17.5rem;height:auto;top:25.07421875rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F {display:block;}#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F { width:17.5rem;height:auto;top:25.07421875rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #GTE15R7EgTWm6nxVceTJEw4lt2QFr6up {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #cFbUQF6fTPtvCmw4Qi9eaD6LlC5yRr4r { display:block; }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #UFOEeS8Fc41gqeKNfc0C1LgZcLUpkfI3 {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #HOD8UIK6uMEzBlPVe34ssQIFgC77sT0o {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #ytMmLyDzxmuzMs2oWOJsX8eAJbVV9UFQ { display:block; }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #rCOTWo2eHylOoeK6UTKppIUfv3Wqgg50 {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #AmRCUbwatwC8nzalsbI09AWBSBVbLcPq {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #ZSJihdk2E4Knn743nW7XTfwLZlKNT2LA { display:block; }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #Ae42zkkuFZR1KlTU9cT8OkdHK5B3mo2i {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #lpikDVVOg0E30OSwHICz8EplXxDkVbEA {  }
#X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #lpikDVVOg0E30OSwHICz8EplXxDkVbEA .container-column{width:50%;} }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #bOTshMWAZnCxN8bFvuaqcTgDf4TEs6K8 {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #hVSQpAKU8NM5CTOxpZd6ysRnLd649bQP {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #QgRaHqzNl5zF6f3T7nd0Zt0Jen7t0h4U {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #HIkgrqwbW5sITHTM4ds3hQUNkTFuo377 {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #IveGS64sSg36fm9sqilV2J3Fd6csTbXG {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #VuMqwCg0mT3aQxOccyWTLbBtxeLre4z9 {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #fQdI1VnmMWzB9GsaRFtJIfRv95x457aC {  }
 }@media only screen and (max-width: 763px) { #r3ByKG9iTMsEpfmq5md5gN7ryGTcyChX { display:block; }
 }@media only screen and (max-width: 763px) { #NEc0LlLOowepHFMgQ6bS5QRuFMS4hZmq { display:block; }
 }@media only screen and (max-width: 763px) { #hZVtUbcdzeheAk2HCThr5LUzm6HdNa9V { display:block; }
 }@media only screen and (max-width: 763px) { #qKQMXWKrPPDcBIeJdkrVUyh4u35fxDEI { display:block; }
 }@media only screen and (max-width: 763px) { #JlH7On0TomRTP507shxQXer31L7IS1u5 { display:block; }
 }@media only screen and (max-width: 763px) { #V5nIhPskxTm7aZXzELJRkOT7mifKoK4p { display:block; }
 }@media only screen and (max-width: 763px) { #znQS347Ul8xyLp8FkpC6NGhNIh5k2CRX { display:block; }
 }@media only screen and (max-width: 763px) { #AlGdlEuLyFmynp0nC89smdoOlBcLN59o { display:block; }
 }@media only screen and (max-width: 763px) { #KxcwvAEM6SGAXRbn4HBCdVVttKOvAW44 { display:block; }
 }@media only screen and (max-width: 763px) { #yRyltf7HD5lwEJ95Uzb2w58E1uqboqHn { display:block; }
 }@media only screen and (max-width: 763px) { #B2iTV6L2AkDO3LWDDmMmVcwVMlTPC457 { display:block; }
 }@media only screen and (max-width: 763px) { #cFiotkduWvAEzfJirsHEUkwl4krTIaBS { display:block; }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #vNZ46fGJXLFHgsdL8Sw7pv3fEp8coFga {  }
 }@media only screen and (max-width: 763px) { #X3hRBxaPCCSBsCA3cxznP3FRNCGhPx8F #QubA2rNUVwTG0pZCoaO5omUhJn3kusxh {  }
 }@media only screen and (max-width: 763px) { #aJiDMFklqUVBadlFKKF0zVTWGqbt0bVA { top:9.912109375rem;left:0rem;width:20rem;height:3.8981125rem;z-index:15001;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #K6DPswFJ4RpFaLisG6hA87QrUM6fdqsQ { width:20rem;height:5.19856875rem;top:3.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #an3AzTLWkgQtl63ucoEOm1rAdbiepsrz { width:5.5625rem;height:1.875rem;top:15.44921875rem;left:7.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFLT11BLWhpNuceRNiuPUTG9q0SErVJw { width:7.1875rem;height:1.49956875rem;top:17.9375rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8rmuXEipUTeIEBw5we7cIm5CNtse8Xc { width:2.5rem;height:2.5rem;top:17.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfsCIgOtGGXkbhGyhXkcvIU0m2udqNlC { width:10.125rem;height:1.5rem;top:20.8125rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPqGvtnsMpyRRnnUDhvMed13XuzTIs4t { width:2.5rem;height:2.5rem;top:20.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDiunbGx4lEzi353Jg8T0vTaVPiXPV3p.widget-smartsection { background-color:transparent;background-image: -webkit-linear-gradient(top, #5063b6, #232f67);background-image: -moz-linear-gradient(top, #5063b6, #232f67);background-image: -ms-linear-gradient(top, #5063b6, #232f67);background-image: -o-linear-gradient(top, #5063b6, #232f67);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5063b6', endColorstr='#232f67' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5063b6', endColorstr='#232f67' );";background-image: linear-gradient(to bottom, #5063b6, #232f67);background-size:cover !important;display:block; } #DDiunbGx4lEzi353Jg8T0vTaVPiXPV3p.widget-smartsection *:focus-visible, #DDiunbGx4lEzi353Jg8T0vTaVPiXPV3p.widget-smartsection input[type="text"]:focus-visible, #DDiunbGx4lEzi353Jg8T0vTaVPiXPV3p.widget-smartsection input[type="email"]:focus-visible, #DDiunbGx4lEzi353Jg8T0vTaVPiXPV3p.widget-smartsection input[type="tel"]:focus-visible, #DDiunbGx4lEzi353Jg8T0vTaVPiXPV3p.widget-smartsection textarea:focus-visible { outline: none; } #C0aWktaLzAanIwq7CZ1zXqB81UZT1NEe > .row .container { background-color: transparent; background-image: none; }#C0aWktaLzAanIwq7CZ1zXqB81UZT1NEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0aWktaLzAanIwq7CZ1zXqB81UZT1NEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0aWktaLzAanIwq7CZ1zXqB81UZT1NEe > .row .container > .video-iframe-container { display: none; }#C0aWktaLzAanIwq7CZ1zXqB81UZT1NEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0aWktaLzAanIwq7CZ1zXqB81UZT1NEe > .row > .video-iframe-container { display: none; }#C0aWktaLzAanIwq7CZ1zXqB81UZT1NEe > .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); }#C0aWktaLzAanIwq7CZ1zXqB81UZT1NEe > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C { display:block; }#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hx12azk7daHrpttboWE41mOgbDmBk6fO { width:10rem;height:0.97485625rem;top:13.5rem;left:8.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PMqFS83fqaKTglptpU9misBbiUVPSTZf { width:6.375rem;height:0.97485625rem;top:13.5rem;left:2.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cidnGFE4STFkCNgH2LT6wJ0u1SuMs7Mg { width:8.8125rem;height:2.8125rem;top:1.875rem;left:5.59375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UL63tolAHnIExmPIHw4esOhgHxvAyW01 { width:6.5rem;height:0.97485625rem;top:12rem;left:6.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e2SGZkTTzOKvglIWatZzTghEu8uFh1u0 { width:12.75rem;height:1.29980625rem;top:5.9375rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yhcAt6L43AbDLsX46A83aU63amWcoCae { width:2rem;height:2rem;top:8.125rem;left:4.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK93nmyWBHDsyqEElS4Ki4QE4IQAGEad { width:2rem;height:2rem;top:8.125rem;left:7.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkznyNOTAKLAwLS84WzfaEI4RVaQO9Rw { width:2rem;height:2rem;top:8.125rem;left:13.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJz3m2PGq5DPTcBr0ipr6BRqXEuGLDg4 { width:1.6875rem;height:1.6875rem;top:8.3125rem;left:10.75rem;overflow:hidden;display:block; }
 }