.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#141414;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); }#A377Gyo9znozcmtAG2JuKxvwL2EWdBHJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(20,20,20,0.5);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;z-index:auto;display:block; }#A377Gyo9znozcmtAG2JuKxvwL2EWdBHJ > .row .container { background-color: transparent; background-image: none; }#A377Gyo9znozcmtAG2JuKxvwL2EWdBHJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A377Gyo9znozcmtAG2JuKxvwL2EWdBHJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A377Gyo9znozcmtAG2JuKxvwL2EWdBHJ > .row .container > .video-iframe-container { display: none; }#A377Gyo9znozcmtAG2JuKxvwL2EWdBHJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A377Gyo9znozcmtAG2JuKxvwL2EWdBHJ > .row > .video-iframe-container { display: none; }#A377Gyo9znozcmtAG2JuKxvwL2EWdBHJ > .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); }#A377Gyo9znozcmtAG2JuKxvwL2EWdBHJ > .row .container { border-width: 0; border-radius: 0; }#A377Gyo9znozcmtAG2JuKxvwL2EWdBHJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A377Gyo9znozcmtAG2JuKxvwL2EWdBHJ > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#UNgzBm2NCFpQ3UQOOdoE0EMZF8AI1DlX { 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:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.1875rem;left:59.6875rem;display:block; }
#XkMITMJAJkueRRPtF1UOImrQmpSlkoDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xmUXL0GC0S81Rv2n5qVs1V1XUuWt7OV2 { 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:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:68.4375rem;display:block; }
#GB3AbN7vTLR2TzPMxdZApgc9wqOgdRhR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uvT6XVX3gteDKqMOGHVpKsMpyP4kE277 { 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:2.3125rem;width:7.125rem;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#QHNVR3R7hwJsbyRkl4wn08A16K9TsCSV { 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:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:42.25rem;display:block; }
#X9RBr0l32FVZGm8cvGztdzN6oQvH5MmU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r7qLiKGSE5szKqO1a5giSg2T0RF8Z8V3 { 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:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.249025rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:51rem;display:block; }
#GSoJs6TGgRFdERaBRxuTkcwlwp97tVh4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#141414;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#yNN2V2DTZPTk93UN7ERritpzdVBStKn6 { color:#ffffff;display:block;width:48.0625rem;position:absolute;font-family:rubik;font-size:5.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:13.5rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bpkOM0Gszv2iHvEll0wFmtXW513Dp6tQ { color:#ffffff;display:block;width:59.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:10rem;left:7.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p7vEXiWoD7Kme6PM5mPcoJdv7yxiGoTv { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #11b8ad, #0463bf);background-image: -moz-linear-gradient(90deg, #11b8ad, #0463bf);background-image: -ms-linear-gradient(90deg, #11b8ad, #0463bf);background-image: -o-linear-gradient(90deg, #11b8ad, #0463bf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11b8ad', endColorstr='#0463bf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11b8ad', endColorstr='#0463bf' );";background-image: linear-gradient(90deg, #11b8ad, #0463bf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:20.625rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:35.3125rem;left:16.25rem;display:block; }
#agsFb7C9v99H8vFUNpB8m9IAcgUkWXPo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#utAVuLZ49LBdc2vzKmbwpc7xLP4yFssb { background-color:rgba(11,142,183,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #11b8ad;border-left:0.125rem solid #11b8ad;border-right:0.125rem solid #11b8ad;border-bottom:0.125rem solid #11b8ad;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:20.625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.3125rem;left:38.125rem;display:block; }
#aI3Adspc8bw8tGtDwdsV1R5inT6Ey3CI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KZTLK5qUyFyHiaB4z4IH2b0WNhSmlo2y { 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:22.3125rem;width:17.5rem;top:16rem;left:0rem;overflow:hidden;display:block; }
#dVx7BZJyntXzJff7I0uniJsCqJAfNgx1 { 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:22.3125rem;width:17.5rem;top:16rem;left:28.875rem;overflow:hidden;display:block; }
#yC5wLsaCxNzaPQQW7E5PZeog9WB80C3n { 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:22.3125rem;width:17.5rem;top:16rem;left:57.5rem;overflow:hidden;display:block; }
#ak0HMAKaqGDPGuBZpHN9IbH5gxlMS2rK { 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:22.3125rem;width:17.5rem;top:16rem;left:43.1875rem;overflow:hidden;display:block; }
#aZlRPzOy5OpoAG3ZbaVd23ACsqIo9QZH { 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:34.1875rem;width:71.5625rem;top:4.46875rem;left:1.25rem;overflow:hidden;display:block; }
#BIrm6n6RMGUNt9qBzplNiGrqTu3lDKD9 { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:17.498046875rem;left:3.25rem;height:4.9482375rem;font-style:normal;display:block; }
#WJrRC6FIWMuECyxNTxXGRBwpZiUyvVx5 { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:17.498046875rem;left:32.15625rem;height:4.9482375rem;font-style:normal;display:block; }
#ee62G0hGEZ34cZauxDwlc8Sy07ZbClrQ { color:#faa91a;display:block;width:10.625rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:17.49853515625rem;left:46.375rem;height:3.299475rem;font-style:normal;display:block; }
#ITaexnmdTTykD1B4JonT3ezzUqnqrGeT { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:17.498046875rem;left:60.875rem;height:4.9482375rem;font-style:normal;display:block; }
#PQn4UH4FDsIlKuUzIXLxkTnV9KnH6dW2 { 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:46.5625rem;width:59.5625rem;display:none; }
#rTBbvqDz1QyHvv7Ok95tAqsZcqZdyzWR { 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:42.5625rem;width:69.5rem;display:none; }
#b0kQiTkJOdLDD3Z7w5crESFXDXpokaH1 { 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:22.3125rem;width:17.5rem;top:16rem;left:14.375rem;overflow:hidden;display:block; }
#N1peeTkBEtt8ZtXFS2CHzkK18I2APT5r { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:17.49755859375rem;left:17.5rem;height:4.9482375rem;font-style:normal;display:block; }
#fmfdaMJ4pQqL4hhJxUV8LaCyN0lJKsGB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141414;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; }#fmfdaMJ4pQqL4hhJxUV8LaCyN0lJKsGB > .row .container { background-color: transparent; background-image: none; }#fmfdaMJ4pQqL4hhJxUV8LaCyN0lJKsGB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmfdaMJ4pQqL4hhJxUV8LaCyN0lJKsGB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmfdaMJ4pQqL4hhJxUV8LaCyN0lJKsGB > .row .container > .video-iframe-container { display: none; }#fmfdaMJ4pQqL4hhJxUV8LaCyN0lJKsGB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmfdaMJ4pQqL4hhJxUV8LaCyN0lJKsGB > .row > .video-iframe-container { display: none; }#fmfdaMJ4pQqL4hhJxUV8LaCyN0lJKsGB > .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); }#fmfdaMJ4pQqL4hhJxUV8LaCyN0lJKsGB > .row .container { border-width: 0; border-radius: 0; }#fmfdaMJ4pQqL4hhJxUV8LaCyN0lJKsGB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fmfdaMJ4pQqL4hhJxUV8LaCyN0lJKsGB > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#lbgClC1KSTEn7rsHzo7Wu7KbNIvGxfHp { color:#ffffff;display:block;width:45.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:400;z-index:15000;line-height:1.6;letter-spacing:0;top:6.375rem;left:14.5625rem;height:6.597625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rkc3P4KBz9cEJ3dgvs7MUKKMAgztP8fz { 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:3.75rem;width:4.375rem;top:2.6875rem;left:4rem;overflow:hidden;display:block; }
#LF2vabIsHe5G7A4E7rQvJgvoqeD43aht { 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:3.75rem;width:4.6875rem;top:12.9375rem;left:66.375rem;overflow:hidden;display:block; }
#erFPAO6kKiHJFbqdCKweVNItzfQOTn19 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141414;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; }#erFPAO6kKiHJFbqdCKweVNItzfQOTn19 > .row .container { background-color: transparent; background-image: none; }#erFPAO6kKiHJFbqdCKweVNItzfQOTn19::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erFPAO6kKiHJFbqdCKweVNItzfQOTn19 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erFPAO6kKiHJFbqdCKweVNItzfQOTn19 > .row .container > .video-iframe-container { display: none; }#erFPAO6kKiHJFbqdCKweVNItzfQOTn19 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erFPAO6kKiHJFbqdCKweVNItzfQOTn19 > .row > .video-iframe-container { display: none; }#erFPAO6kKiHJFbqdCKweVNItzfQOTn19 > .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); }#erFPAO6kKiHJFbqdCKweVNItzfQOTn19 > .row .container { border-width: 0; border-radius: 0; }#erFPAO6kKiHJFbqdCKweVNItzfQOTn19 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#erFPAO6kKiHJFbqdCKweVNItzfQOTn19 > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:75rem;position:relative;display:block; }#u0Ni3Dq8SceFmwRLu0lBOQcfR5hQogKL { color:#7afff7;display:block;width:18rem;position:absolute;font-family:rubik;font-size:5.3125rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0rem 0.625rem 3.125rem rgba(122,255,247,0.4);top:2.375rem;left:28.5rem;height:5.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TVLnUu9z0EOdTMiZJgRk4l2NO3WJkTPM { color:#7afff7;display:block;width:18rem;position:absolute;font-family:rubik;font-size:5.3125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0rem 0.625rem 3.125rem rgba(122,255,247,0.4);top:2.375rem;left:3.5rem;height:5.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WlaQCtM4y1Gpog8TRdk6zwcoeucWv5DZ { color:#7afff7;display:block;width:18rem;position:absolute;font-family:rubik;font-size:5.3125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0rem 0.625rem 3.125rem rgba(122,255,247,0.4);top:2.375rem;left:53.5rem;height:5.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UptNWAGSQMVgiX5BHfQ8AH5avcioosI5 { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.25rem;left:0.9375rem;height:1.94986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mp0a0wtzoSTKMWAINzbTbOoCIxHUpvJ1 { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.25rem;left:25.9375rem;height:1.94986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pO5g7ciuWeLaonEhPt44Kn5RLDCroMTn { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.25rem;left:50.9375rem;height:1.94986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jhvl4pLmpE6UTSLWy5LywM3cxNHG4Ubg { color:#ffffff;display:block;width:42rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:14.25rem;left:16.5rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b0v731gCwW6cwVQGNNmRFGJEFKTbLmoK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141414;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; }#b0v731gCwW6cwVQGNNmRFGJEFKTbLmoK > .row .container { background-color: transparent; background-image: none; }#b0v731gCwW6cwVQGNNmRFGJEFKTbLmoK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0v731gCwW6cwVQGNNmRFGJEFKTbLmoK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0v731gCwW6cwVQGNNmRFGJEFKTbLmoK > .row .container > .video-iframe-container { display: none; }#b0v731gCwW6cwVQGNNmRFGJEFKTbLmoK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0v731gCwW6cwVQGNNmRFGJEFKTbLmoK > .row > .video-iframe-container { display: none; }#b0v731gCwW6cwVQGNNmRFGJEFKTbLmoK > .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); }#b0v731gCwW6cwVQGNNmRFGJEFKTbLmoK > .row .container { border-width: 0; border-radius: 0; }#b0v731gCwW6cwVQGNNmRFGJEFKTbLmoK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b0v731gCwW6cwVQGNNmRFGJEFKTbLmoK > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#PLcvNer22QARqcHrcatT0Tixwgk837vn { color:#ffffff;display:block;width:61.875rem;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:5.75rem;left:6.5625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WLV2TcNSgqDDkOTOeLXOR5D8JZPsa2zJ { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:11.1875rem;left:6.5625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dE9VpLJZnQKdPWUHyTcEtgBa0oV7sJp1 { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.375rem;left:32.6875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TFOFivq31l5uFfsz66xsmazTTryvQqWK { color:rgba(255,255,255,0.5);display:block;width:26.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:23.13671875rem;left:32.6875rem;height:6.18359375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#TFOFivq31l5uFfsz66xsmazTTryvQqWK li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TFOFivq31l5uFfsz66xsmazTTryvQqWK li:before{  }
#xcyAqc6kVDyNsy6W4d8iL6NnTHZlS4El { 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:25.375rem;width:25.375rem;top:9.65625rem;left:10rem;overflow:hidden;display:block; }
#yLTKSfEx4EIWOkku71TS3ph7JiexQ3gW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141414;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; }#yLTKSfEx4EIWOkku71TS3ph7JiexQ3gW > .row .container { background-color: transparent; background-image: none; }#yLTKSfEx4EIWOkku71TS3ph7JiexQ3gW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLTKSfEx4EIWOkku71TS3ph7JiexQ3gW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLTKSfEx4EIWOkku71TS3ph7JiexQ3gW > .row .container > .video-iframe-container { display: none; }#yLTKSfEx4EIWOkku71TS3ph7JiexQ3gW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLTKSfEx4EIWOkku71TS3ph7JiexQ3gW > .row > .video-iframe-container { display: none; }#yLTKSfEx4EIWOkku71TS3ph7JiexQ3gW > .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); }#yLTKSfEx4EIWOkku71TS3ph7JiexQ3gW > .row .container { border-width: 0; border-radius: 0; }#yLTKSfEx4EIWOkku71TS3ph7JiexQ3gW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yLTKSfEx4EIWOkku71TS3ph7JiexQ3gW > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;position:relative;display:block; }#kyi7L1rRgXtSuKJWqwae7V5PomG0HR0z { color:#ffffff;display:block;width:41.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:2.125rem;left:16.8125rem;height:5.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vosTo4EamTpZDpwMTk5qzFTfF2BW2RSv { color:rgba(255,255,255,0.5);display:block;width:41.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:9.3125rem;left:16.8125rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AIfGAEWHAxQa23vlG1kGvH1koRVKlDU9 { 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:1.875rem;width:2.3125rem;top:2.125rem;left:7.875rem;overflow:hidden;display:block; }
#MZNFNwf0TiUP8wmpHtXLHrwD1cgWbeVp { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:2.3125rem;top:2.125rem;left:64.8125rem;overflow:hidden;display:block; }
#rTtfLNa3PEiWnx6T8iqObT1cp9HvfwPr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141414;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; }#rTtfLNa3PEiWnx6T8iqObT1cp9HvfwPr > .row .container { background-color: transparent; background-image: none; }#rTtfLNa3PEiWnx6T8iqObT1cp9HvfwPr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTtfLNa3PEiWnx6T8iqObT1cp9HvfwPr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTtfLNa3PEiWnx6T8iqObT1cp9HvfwPr > .row .container > .video-iframe-container { display: none; }#rTtfLNa3PEiWnx6T8iqObT1cp9HvfwPr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTtfLNa3PEiWnx6T8iqObT1cp9HvfwPr > .row > .video-iframe-container { display: none; }#rTtfLNa3PEiWnx6T8iqObT1cp9HvfwPr > .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); }#rTtfLNa3PEiWnx6T8iqObT1cp9HvfwPr > .row .container { border-width: 0; border-radius: 0; }#rTtfLNa3PEiWnx6T8iqObT1cp9HvfwPr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTtfLNa3PEiWnx6T8iqObT1cp9HvfwPr > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#ROA4X7gPTkWofQT8L59VW371T5CJApbR { color:#ffffff;display:block;width:37.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.125rem;left:18.6875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V4MxPXddVcWd92UfAw6BJMlqIgyIEneZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:7.625rem;width:13.5625rem;top:5.625rem;left:15.3125rem;display:block; }
#aixQUkpLPWX1znMHNVgLJ58Ky6Vao9qy { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:7.625rem;width:13.5625rem;top:5.625rem;left:30.75rem;display:block; }
#TqJRnRxCSUnyc8FBgR1CmpPNvLxLrJTR { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:7.625rem;width:13.5625rem;top:5.625rem;left:46.1875rem;display:block; }
#TVU8Q7XRlclpzIPEQBVN1JMs2JMQoSGA { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:7.625rem;width:13.5625rem;top:14.5rem;left:15.3125rem;display:block; }
#id8wNJuvGCWwF3GSky7aMiJkaGoUBEnp { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:7.625rem;width:13.5625rem;top:14.5rem;left:30.6875rem;display:block; }
#KQ2QiyJLLQquPmP12QgS3pcc7lUPX5U9 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:7.625rem;width:13.5625rem;top:14.5rem;left:46.1875rem;display:block; }
#taiU5ovwlsBcVqsXGyVk2RBhteNRn5sT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141414;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; }#taiU5ovwlsBcVqsXGyVk2RBhteNRn5sT > .row .container { background-color: transparent; background-image: none; }#taiU5ovwlsBcVqsXGyVk2RBhteNRn5sT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taiU5ovwlsBcVqsXGyVk2RBhteNRn5sT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taiU5ovwlsBcVqsXGyVk2RBhteNRn5sT > .row .container > .video-iframe-container { display: none; }#taiU5ovwlsBcVqsXGyVk2RBhteNRn5sT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taiU5ovwlsBcVqsXGyVk2RBhteNRn5sT > .row > .video-iframe-container { display: none; }#taiU5ovwlsBcVqsXGyVk2RBhteNRn5sT > .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); }#taiU5ovwlsBcVqsXGyVk2RBhteNRn5sT > .row .container { border-width: 0; border-radius: 0; }#taiU5ovwlsBcVqsXGyVk2RBhteNRn5sT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#taiU5ovwlsBcVqsXGyVk2RBhteNRn5sT > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#eHWrEeE1TfkIVH7kAMLz7iJCTTXFP5I9 { color:#ffffff;display:block;width:61.875rem;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;top:11.8125rem;left:6.5rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IxFwoHlD6MI9D3ST98026G61Te6OCRtf { color:#ffffff;display:block;width:61.875rem;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:5.875rem;left:6.5rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hQpT7eruww0xMH4FWueW21PVkQ5cO7Cp { 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:15.3125rem;width:17.75rem;top:19.875rem;left:0.5rem;overflow:hidden;display:block; }
#TE8UTQfRCNL7w2BhAU9dDvTgPcP3t4E7 { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:24.8125rem;left:3.34375rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KT0rIRJZDqACweEvc0ct3Wgeef34ld6i { color:rgba(255,255,255,0.6);display:block;width:15.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:28.162109375rem;left:1.84375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AOza0MsnIUTRBzJnNQS5sh4UJ0yvr8By { 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:15.3125rem;width:17.75rem;top:19.875rem;left:19.25rem;overflow:hidden;display:block; }
#S5X9SdfxMvmrd72Ho3ENfxDzJ7gZydxs { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:24.8125rem;left:21.84375rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gl30a16V84efEgJPVasDfnQLpzPPBmqB { color:rgba(255,255,255,0.6);display:block;width:15.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:28.162109375rem;left:20.59375rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#annbLVlZ47otnvX7MeqyJImbz8fJWXCB { 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:15.3125rem;width:17.75rem;top:19.875rem;left:38rem;overflow:hidden;display:block; }
#AOow1REitZKSrGmVcdN5DGCNQPdgTTd3 { color:rgba(255,255,255,0.6);display:block;width:15.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:28.162109375rem;left:39.34375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IozEsJz5F4O41IHKC2qbsdmdJ1498M2O { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:24.8125rem;left:42.1875rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mC6DnifoxNqyLPudBQbqaWSEZrdfV1GT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:17.75rem;top:19.875rem;left:56.75rem;overflow:hidden;display:block; }
#cLN2IuNKhAZupuHukxTpUOkuXW19vFB2 { color:rgba(255,255,255,0.6);display:block;width:15.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:28.162109375rem;left:58.09375rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t0Q6LHeOLAfrSXlDFCA1kKPTLT5112xW { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:24.8125rem;left:57.96875rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wsKHpw5N3nNvtxyNR8bvi0OEHbE5wflf { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.125rem;top:16.75rem;left:6.3125rem;overflow:hidden;display:block; }
#pcNHDFdTVRHk6h7BGcHPr4ibV2ZyzIPo { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:7.3125rem;top:15.3125rem;left:23.96875rem;overflow:hidden;display:block; }
#tPRzdoWI0aC4QA5zLpyw5uwSGUTdz9gd { 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:5.25rem;width:7.125rem;top:17.21875rem;left:43.3125rem;overflow:hidden;display:block; }
#ayBCygByVnKhNcVFFs0GvzTFbW1yQKrn { 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:6.4375rem;width:5.8125rem;top:16.625rem;left:62.71875rem;overflow:hidden;display:block; }
#BB4V1vLDoh8zpffg6x5NbVuWnedDWG30 { 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:8.25rem;width:20.125rem;display:none; }
#XkR0b2lKPvNzS12fecVUi0GhD9esEiOy { 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:11.0625rem;width:20.125rem;display:none; }
#mwXK3JyVGDAanTkCZP8Mw7GLbpHCETlV { 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:9.6875rem;width:20.125rem;display:none; }
#ndNw5ghVR4VoFAt2GefPQwSl8BVS8INq { 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:11.0625rem;width:20.125rem;display:none; }
#ZsvJPxNIuXkaqktT7LfTCI9afLhdPnmZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141414;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; }#ZsvJPxNIuXkaqktT7LfTCI9afLhdPnmZ > .row .container { background-color: transparent; background-image: none; }#ZsvJPxNIuXkaqktT7LfTCI9afLhdPnmZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsvJPxNIuXkaqktT7LfTCI9afLhdPnmZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsvJPxNIuXkaqktT7LfTCI9afLhdPnmZ > .row .container > .video-iframe-container { display: none; }#ZsvJPxNIuXkaqktT7LfTCI9afLhdPnmZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsvJPxNIuXkaqktT7LfTCI9afLhdPnmZ > .row > .video-iframe-container { display: none; }#ZsvJPxNIuXkaqktT7LfTCI9afLhdPnmZ > .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); }#ZsvJPxNIuXkaqktT7LfTCI9afLhdPnmZ > .row .container { border-width: 0; border-radius: 0; }#ZsvJPxNIuXkaqktT7LfTCI9afLhdPnmZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZsvJPxNIuXkaqktT7LfTCI9afLhdPnmZ > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#OBs3otslKSeM67tscCLrkLihSoeGxosi { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.3125rem;left:6.5625rem;height:1.94986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TkTJgVQr8ctoL3HOkuBfXgATD4pgTo4s { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:rubik;font-size:3.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.1875rem;left:6.5625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#scGorFfkbPzdmQiHJRIomPeDDlNfxs53 { 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:13.75rem;width:72.6875rem;top:0rem;left:1.15625rem;overflow:hidden;display:block; }
#ds47lney1zap7uy1kqf4yJ4V2ivsBo9U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141414;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; }#ds47lney1zap7uy1kqf4yJ4V2ivsBo9U > .row .container { background-color: transparent; background-image: none; }#ds47lney1zap7uy1kqf4yJ4V2ivsBo9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ds47lney1zap7uy1kqf4yJ4V2ivsBo9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ds47lney1zap7uy1kqf4yJ4V2ivsBo9U > .row .container > .video-iframe-container { display: none; }#ds47lney1zap7uy1kqf4yJ4V2ivsBo9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ds47lney1zap7uy1kqf4yJ4V2ivsBo9U > .row > .video-iframe-container { display: none; }#ds47lney1zap7uy1kqf4yJ4V2ivsBo9U > .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); }#ds47lney1zap7uy1kqf4yJ4V2ivsBo9U > .row .container { border-width: 0; border-radius: 0; }#ds47lney1zap7uy1kqf4yJ4V2ivsBo9U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ds47lney1zap7uy1kqf4yJ4V2ivsBo9U > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#dRNRLHD9Tc3ruGRcdAq7XqTHH7U0nLE5 { color:#ffffff;display:block;width:37rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:2.8125107288361rem;left:37.5rem;height:4.799475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uqBSs8kfgJNku0ED7gkxz0VB5IL500Px { color:#ffffff;display:block;width:36.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:8.7109375rem;left:37.5rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HPdPr2wRUSBFApv2ilsDbaM65CLn9cxv { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:13.75rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:41.625rem;left:56.125rem;display:block; }
#L4dSPmU2tsaBPzdNXnJ3wREoD4gmvo2M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S6mn1XraWS7d2vD3D0X1gQrbVbTTRWzE { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.125rem;width:26.875rem;top:5.6875rem;left:5.34375rem;overflow:hidden;display:block; }
#mvhKmpi5VDHMDNUdekOn3JJ9QeApNLLr { 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:38.3125rem;width:40.625rem;top:0rem;left:7.6875rem;overflow:hidden;display:block; }
#qePptKfPGXMLIR91N0MhXtJoPBC1Q7Ry { color:#ff7a2f;display:block;width:22.375rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:8.1875rem;left:7.5625rem;height:2.19986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#plTHaO0RwgFQaVpo0EGLUL2hXzEnvmAo { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:rubik;font-size:2.75rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:12rem;left:7.5625rem;height:13.19925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E9z4zGw1gn7QinXymcrvSk5n2ITNBS58 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:24.5rem;top:22.75rem;left:6.5rem;overflow:hidden;display:block; }
#bfqwd6lzgO7SwZ8NWpJ3nfQnT7ERUJ4b { 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:20.25rem;width:17.8125rem;display:none; }
#drJRuzt6oqNkRJlLuV5FnQ1nF1uotZiV { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:14.8125rem;left:37.5rem;overflow:hidden;display:block; }
#BXi6NNZoTwKllq5yshtW6pnBX6tumekw { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:14.625rem;left:39.625rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iXXmOzSK1RnAhzZ22EArGR6ZZJucXpel { color:rgba(255,255,255,0.6);display:block;width:29.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:16.5rem;left:39.5rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZwuaNX1oFFDamVvDOT79pkhUzz1ykZuk { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:18.8125rem;left:39.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AMhPM1wicMN0oZfkmrXrVwJSfM5qCtuR { color:rgba(255,255,255,0.6);display:block;width:34.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:20.8125rem;left:39.4375rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aISiTFRN5kZZZxUMcMJvNNnwRPa1M2pL { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:24.6875rem;left:39.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GQIONZPfNq2xkl5C8oNIQIttzOf6gbZE { color:rgba(255,255,255,0.6);display:block;width:33.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:26.75rem;left:39.4375rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O8quIkQzPpCcHD0xPAr7fFFu87N20iBE { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:31.1875rem;left:39.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n7ciZefgMp6VoAJCwqX2sQrqIAJuyZt0 { color:rgba(255,255,255,0.6);display:block;width:29.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:33.1875rem;left:39.4375rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wMvQq4lJV7M7qtikGMRvTCNXbBFGKrzS { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:19rem;left:37.5rem;overflow:hidden;display:block; }
#IsXQcZEzh2D0DontXme2zebFCIebNJT6 { 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:1.5625rem;width:1.5625rem;top:24.875rem;left:37.5rem;overflow:hidden;display:block; }
#aZB0yQpxUTTMvVdwElIFgvDDSDTxbA9R { 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:1.5625rem;width:1.5625rem;top:31.375rem;left:37.5rem;overflow:hidden;display:block; }
#G24F7sM6Z3MxD1POLK9HxDT3GwaZ85FQ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffb672);background-image: -moz-linear-gradient(90deg, #ffffff, #ffb672);background-image: -ms-linear-gradient(90deg, #ffffff, #ffb672);background-image: -o-linear-gradient(90deg, #ffffff, #ffb672);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffb672' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffb672' );";background-image: linear-gradient(90deg, #ffffff, #ffb672);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:16.3125rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:41.625rem;left:37.5rem;display:block; }
#lyT7AfnIL0M8NoDQmJD6vk719euhkUuQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SuenFkuU8hyJT9fJTMeHe48zok9RfxVC { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:37.6875rem;left:37.5rem;overflow:hidden;display:block; }
#HDclBETG0ne8xctHkqvLw8zbUt8GQq0p { color:rgba(255,255,255,0.6);display:block;width:13.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:38.1875rem;left:39.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S54fBecTbAze9bqCPDuJoFz5O0WTxdrn { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:37.6875rem;left:56.125rem;overflow:hidden;display:block; }
#kTmkyQChd82Ruvk6WcIkcXcTTVECXoct { color:rgba(255,255,255,0.6);display:block;width:7.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:38rem;left:58.5625rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tddKbqp8wfneMtRZQZtCuZXy09h7oXqM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141414;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; }#tddKbqp8wfneMtRZQZtCuZXy09h7oXqM > .row .container { background-color: transparent; background-image: none; }#tddKbqp8wfneMtRZQZtCuZXy09h7oXqM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tddKbqp8wfneMtRZQZtCuZXy09h7oXqM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tddKbqp8wfneMtRZQZtCuZXy09h7oXqM > .row .container > .video-iframe-container { display: none; }#tddKbqp8wfneMtRZQZtCuZXy09h7oXqM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tddKbqp8wfneMtRZQZtCuZXy09h7oXqM > .row > .video-iframe-container { display: none; }#tddKbqp8wfneMtRZQZtCuZXy09h7oXqM > .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); }#tddKbqp8wfneMtRZQZtCuZXy09h7oXqM > .row .container { border-width: 0; border-radius: 0; }#tddKbqp8wfneMtRZQZtCuZXy09h7oXqM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tddKbqp8wfneMtRZQZtCuZXy09h7oXqM > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#aWwGrVHzQpRXUJ4GRPnEQHt2QAcR5tfn { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:5.6875rem;left:37.5rem;height:2.3997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DlpZ0o6GMf3lhgRI7DPDobetWROlptO9 { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:8.7109375rem;left:37.5rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mkgdsbkycZI2fQKWrkBwXdKcbvrByfdf { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.25rem;width:5.625rem;top:16.625rem;left:37.5rem;display:block; }
#NAI6sOuswlqu0KIBVZbLeNWxqAVTffNw { color:#ffffff;display:block;width:3.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:17.125rem;left:38.375rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iq60gmmz1ERaIoA9JU2mQRqBTsbJB5wm { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:19.5rem;left:37.5rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MiKCJmuRdnFQWyO6ETWN2S8fPxVUrfbd { color:rgba(255,255,255,0.6);display:block;width:32.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:21.9375rem;left:37.5rem;height:3.84765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#MiKCJmuRdnFQWyO6ETWN2S8fPxVUrfbd li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MiKCJmuRdnFQWyO6ETWN2S8fPxVUrfbd li:before{  }
#bLBrl6RTACIKkfzQgZUsCGu8KXPvh7ns { color:rgba(255,255,255,0.6);display:block;width:8.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:27.5625rem;left:39.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vwrT2hfcq5JChHmx8pGTslrC83J7u9eN { color:rgba(255,255,255,0.6);display:block;width:7.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:27.5625rem;left:50.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cctepE8gLN7tWdk6BGhGN9r02ZGcRgTM { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:27.0625rem;left:37.5rem;overflow:hidden;display:block; }
#VZ4AHbyhARBA1o1swv9ZeroqE1qCPv3x { 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:1.875rem;width:1.875rem;top:27.25rem;left:48.375rem;overflow:hidden;display:block; }
#pe8C7aJhMAxpvr0RVxxoNRQvIlVJRnHf { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #9cafff);background-image: -moz-linear-gradient(90deg, #ffffff, #9cafff);background-image: -ms-linear-gradient(90deg, #ffffff, #9cafff);background-image: -o-linear-gradient(90deg, #ffffff, #9cafff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9cafff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9cafff' );";background-image: linear-gradient(90deg, #ffffff, #9cafff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:13.4375rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37.5rem;left:37.5rem;display:block; }
#ksl1vvbL4TBpREmTkEnIEblCaLJt9WGQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTDaOMc21WfNudMxKOKcW3OVkqK2RSo7 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:13.75rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37.5rem;left:51.8125rem;display:block; }
#lCXpnHI2Kg4MSogVlqNzzJBfhNRq0qtR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IgcptSWvysZXIHTqX8SGCRLcEtedJ6Lo { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.1875rem;width:26.875rem;top:5.6875rem;left:5.34375rem;overflow:hidden;display:block; }
#dymJCf05sJegH6c7p40lKrpVbyVR0x63 { 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:40.625rem;width:40.625rem;top:0rem;left:7.6875rem;overflow:hidden;display:block; }
#MUXPw4C2hFDqbxAcPSX5bEcm845yx8bD { color:#6bcaff;display:block;width:22.375rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:8.1875rem;left:7.5625rem;height:2.19986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s8kMVeb8dQr6fCp8IA5Al9HJHhDW8Bpx { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:rubik;font-size:2.75rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:12rem;left:7.5625rem;height:9.89943125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ql1J2yLT0fbhgNoLdt2yMDfCz3nnRlt3 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:15.375rem;top:22.75rem;left:15.3125rem;overflow:hidden;display:block; }
#G2GnXnAFNDweNZ7DkpOalhlBCkXa4Jd5 { 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:18.375rem;width:20.25rem;display:none; }
#Z7KSkCtWnFdGue6MCgyRS9U5A6HTry05 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141414;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; }#Z7KSkCtWnFdGue6MCgyRS9U5A6HTry05 > .row .container { border-width: 0; border-radius: 0; }#Z7KSkCtWnFdGue6MCgyRS9U5A6HTry05 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z7KSkCtWnFdGue6MCgyRS9U5A6HTry05 > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:none; }#dVF3aIKKsNgQNyedCtT7LWlAGiD53SWA { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:5.6875rem;left:37.5rem;height:2.3997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TBDp198pGZTrKKzpyWqBwP8hRg4Wirtz { color:#ffffff;display:block;width:32.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:8.7109375rem;left:37.5rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cIT6SrRZDrkpoykhLaVZGWqqpoXyFkTM { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.25rem;width:5.625rem;top:16.625rem;left:37.5rem;display:block; }
#Q90RipfK407P0ZykmN98pI5X2fEUtI87 { color:#ffffff;display:block;width:3.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:17.125rem;left:38.375rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XzHlDFFW3Tlv3OMk33zoqkoQhlDJHraf { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:19.5rem;left:37.5rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HHWqGUuT6eySJKmpT73DleQ4cURT1TBi { color:rgba(255,255,255,0.6);display:block;width:32.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:21.9375rem;left:37.5rem;height:3.84765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#HHWqGUuT6eySJKmpT73DleQ4cURT1TBi li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HHWqGUuT6eySJKmpT73DleQ4cURT1TBi li:before{  }
#Zn7AVxHnhMWTormh3HL3zyl26JetskzA { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #7cf4d8);background-image: -moz-linear-gradient(90deg, #ffffff, #7cf4d8);background-image: -ms-linear-gradient(90deg, #ffffff, #7cf4d8);background-image: -o-linear-gradient(90deg, #ffffff, #7cf4d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7cf4d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7cf4d8' );";background-image: linear-gradient(90deg, #ffffff, #7cf4d8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:15.625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:40.1875rem;left:37.500000953674rem;display:block; }
#CKtv8gp8mPJD8g6k3WMnEzs9rgEpV3W5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ogQX7T3bZGJ3kCdqnMSOuXZqvRByJv9J { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:13.75rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:40.1875rem;left:54.125rem;display:block; }
#liIXtIcRhgHxRKz4r5eGLaQ23GydX08F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RFWQeXTny6sTOWTTmXaD6r0OK3h90guO { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.875rem;width:26.875rem;top:5.6875rem;left:5.34375rem;overflow:hidden;display:block; }
#S35QrTQxGISpZPScTen2E2XDSyyLvqKl { 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:38.3125rem;width:40.625rem;top:0rem;left:7.6875rem;overflow:hidden;display:block; }
#NZlNQypS3Cn9TKGerSKoyOANnuMe1OHU { color:#06bcaf;display:block;width:22.375rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:8.1875rem;left:7.5625rem;height:2.19986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#twTd5TZ9alNI6mbAhm3UbUdQ4fJIbx7w { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:rubik;font-size:2.75rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:12rem;left:7.5625rem;height:13.199225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n3CaW5Khb6HVpwICvkwCXaM5gm4kBfJZ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:15.375rem;top:25.4375rem;left:15.3125rem;overflow:hidden;display:block; }
#Af1OSSoU3QBaxbw6GrJsDd84T52skCuw { 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:20.25rem;width:20.25rem;display:none; }
#KhWnP1Lf5UPnmmpwGFvk8bqdU71LelSs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141414;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; }#KhWnP1Lf5UPnmmpwGFvk8bqdU71LelSs > .row .container { border-width: 0; border-radius: 0; }#KhWnP1Lf5UPnmmpwGFvk8bqdU71LelSs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KhWnP1Lf5UPnmmpwGFvk8bqdU71LelSs > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:none; }#f0mG6riPwTS8CfsIrIvZTUkoWXRbXdlU { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:5.6875rem;left:37.5rem;height:2.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lV5dZXKoRAZVi3Kk98TAxfvRHKDHOXOp { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:11.63671875rem;left:37.5rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fVA8oRTgF3wdilxxt0lMFoRSOu8T2cvp { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.25rem;width:5.625rem;top:17.9375rem;left:37.5rem;display:block; }
#XE1SHxk9ArUbiHmPfDFd1FaTtqDqvhZE { color:#ffffff;display:block;width:3.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:18.4375rem;left:38.375rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B8FoSVbzGgK28MUTFPg5SbFELbvpgvfW { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:20.8125rem;left:37.5rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vGVd6s35RqkDbPIJADyg9ibKtfESyGA1 { color:rgba(255,255,255,0.6);display:block;width:32.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:23.25rem;left:37.5rem;height:5.171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#vGVd6s35RqkDbPIJADyg9ibKtfESyGA1 li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vGVd6s35RqkDbPIJADyg9ibKtfESyGA1 li:before{  }
#MfwGhCS2AGtlEPvfdLCxluFEl3TiL3qo { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #c7a4ff);background-image: -moz-linear-gradient(90deg, #ffffff, #c7a4ff);background-image: -ms-linear-gradient(90deg, #ffffff, #c7a4ff);background-image: -o-linear-gradient(90deg, #ffffff, #c7a4ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c7a4ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c7a4ff' );";background-image: linear-gradient(90deg, #ffffff, #c7a4ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:15.625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:44.8125rem;left:37.500000953674rem;display:block; }
#ZpQTUV2BPs77UMSJ99sDCiaeD6JTZ7oc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kcyXNt4TNb53OPhBsrEXBSHgWWtv5e5h { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:13.75rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:44.8125rem;left:54.125rem;display:block; }
#WkUvKhwKdfEJC6tgwTamqOIfaiwiSHNQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BmtU7XWJCmGkMsZmmetpxv1DCSgVXP5E { 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:38.3125rem;width:40.625rem;top:0rem;left:7.5625rem;overflow:hidden;display:block; }
#PnPTVdUF0tK9nF7mI3MGWqgzJXmn3p9u { color:#db75ff;display:block;width:22.375rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:8.1875rem;left:7.5625rem;height:2.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s0qAaLEDadckcCrry1fJd4fvteumGtiz { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:rubik;font-size:2.75rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:12rem;left:7.5625rem;height:13.199225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DMr0LbCExmdW7FhR1xwpwS0LeQzpUeWt { color:rgba(255,255,255,0.6);display:block;width:32.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:31.5rem;left:37.5rem;height:2.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#DMr0LbCExmdW7FhR1xwpwS0LeQzpUeWt li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DMr0LbCExmdW7FhR1xwpwS0LeQzpUeWt li:before{  }
#FnBJ7ldbBJI22avItUgcPTuafVUOWdHw { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:29.0625rem;left:37.5rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UXVSKJ9qCPTqiVFEHUPTc9fs8Zi5oxWA { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:25.4375rem;top:29.796875rem;left:6.03125rem;overflow:hidden;display:block; }
#Tiyko8UItzw6Xg1wRUJhKFKBb8lxStX8 { 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:23.0625rem;width:20.25rem;display:none; }
#z4iSsUpFUpEKEKOaGIrGTKD8hsPV4315 { 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.1875rem;width:13.875rem;top:8.2109375rem;left:37.5rem;overflow:hidden;display:block; }
#gryJlx5ks0ZFNsKxOLssseJ0KaxORGUv { 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:42.5rem;width:26.875rem;top:5.6875rem;left:5.34375rem;overflow:hidden;display:block; }
#JVgwJNQM0fhQglNFzEfD4CxZK2UbupH8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141414;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; }#JVgwJNQM0fhQglNFzEfD4CxZK2UbupH8 > .row .container { background-color: transparent; background-image: none; }#JVgwJNQM0fhQglNFzEfD4CxZK2UbupH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVgwJNQM0fhQglNFzEfD4CxZK2UbupH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVgwJNQM0fhQglNFzEfD4CxZK2UbupH8 > .row .container > .video-iframe-container { display: none; }#JVgwJNQM0fhQglNFzEfD4CxZK2UbupH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVgwJNQM0fhQglNFzEfD4CxZK2UbupH8 > .row > .video-iframe-container { display: none; }#JVgwJNQM0fhQglNFzEfD4CxZK2UbupH8 > .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); }#JVgwJNQM0fhQglNFzEfD4CxZK2UbupH8 > .row .container { border-width: 0; border-radius: 0; }#JVgwJNQM0fhQglNFzEfD4CxZK2UbupH8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JVgwJNQM0fhQglNFzEfD4CxZK2UbupH8 > .row .container { font-size:0.875rem;font-family:arial;height:54.0625rem;width:75rem;position:relative;display:block; }#BuFOAtmmZ5ZSm3s20CrJStbylcJaqGuH { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:5.6875rem;left:37.5rem;height:2.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X2OmXX6ec9QWURiV7xuCz73pmpkI9wqh { color:#ffffff;display:block;width:29.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:8.7109375rem;left:37.5rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lg7TRLtPiqrQdERngNxSN2ZNiBaNvstS { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffb672);background-image: -moz-linear-gradient(90deg, #ffffff, #ffb672);background-image: -ms-linear-gradient(90deg, #ffffff, #ffb672);background-image: -o-linear-gradient(90deg, #ffffff, #ffb672);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffb672' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffb672' );";background-image: linear-gradient(90deg, #ffffff, #ffb672);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:13.4375rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:44.885408401489rem;left:37.5rem;display:block; }
#DSfFRGV6ppepmCT5KTdMU7fT5Se9FEaZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#raPOTex39WdhTWI1yrQ93uZC2DZJoRx8 { position:absolute;display:block;z-index:14997;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:38.3125rem;width:40.625rem;top:0rem;left:7.5625rem;overflow:hidden;display:block; }
#qZWOM2Sl9ZCeiCLREEfPEliky4tah7pZ { color:#fea235;display:block;width:22.375rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:8.1875rem;left:7.5625rem;height:2.19986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H4OZVQwIr4ebaEsxFXLxtJCqXFvGgHvU { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:22.1875rem;top:12.2734375rem;left:7.5625rem;overflow:hidden;display:block; }
#lM79SZ1Tht6Asg6o4tyEwTrayRWmFrL0 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:26.3125rem;top:26.25rem;left:5.59375rem;overflow:hidden;display:block; }
#puB4tMCV83JATFXfhDJ7eyp4bgEvTBfz { 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.625rem;width:20.25rem;display:none; }
#JtaHPXZmpU1R7HsHi8NXlWfPoz8G54hB { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:13.8125rem;left:39.625rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#boaFHLT8WfbaC1WG8NwNgTMCzb2sXDRO { color:rgba(255,255,255,0.6);display:block;width:26.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:15.5625rem;left:39.625rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rQiOPzwT0ng02hTs8opJp6gDvWykXWfB { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:17.5rem;left:39.625rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zg2aRXWfqTeQZ1RazV4OirPXck466vSx { color:rgba(255,255,255,0.6);display:block;width:26.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:19.25rem;left:39.625rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v2tLyUTes9E7ZKcbCeBQrRik6KEZaeg7 { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:21.1875rem;left:39.5625rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MMStC0ANx8mTq2lbxVA2DZDZb6dbwRip { color:rgba(255,255,255,0.6);display:block;width:26.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:22.9375rem;left:39.5625rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZVr1lBxDeyfIPOycWkTRBUrGG9X6ERIT { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:24.875rem;left:39.5625rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nrphr5V2FOLc96RFWGEEFF9RaSyOGPEt { color:rgba(255,255,255,0.6);display:block;width:26.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:26.625rem;left:39.5625rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZcFA9aUs2LlsUrR4yfXP8fyzPkPMVBV4 { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:28.5625rem;left:39.5625rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pE1BQhvvockh3ukdg1Mk7En4oEiu49pz { color:rgba(255,255,255,0.6);display:block;width:26.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:30.3125rem;left:39.5625rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TgSAySWOAktiPtuDNwJXL2UsvbmEyTau { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:13.875rem;left:37.5rem;overflow:hidden;display:block; }
#r9QBNm5hOyRWZ5qIeFocTUpW1XpJRx1t { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:17.5625rem;left:37.5rem;overflow:hidden;display:block; }
#BtTFUgG1fgpRkFqTa1xAgiMfaB9Zqgcq { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:21.3125rem;left:37.5rem;overflow:hidden;display:block; }
#ZXzP8vwLxC7LvX6io18HTfvTTy5cZl8s { 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:1.5625rem;width:1.5625rem;top:25rem;left:37.5rem;overflow:hidden;display:block; }
#a1oUQBmTk5O0d81ffzhBLkpJv4GOkkL5 { 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:1.5625rem;width:1.5625rem;top:28.5625rem;left:37.5rem;overflow:hidden;display:block; }
#mXEpUxTANCO6f8TJw9SSSeEKn7ExwD9P { 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:42.5rem;width:26.875rem;top:5.78125rem;left:5.3125rem;overflow:hidden;display:block; }
#WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141414;background-image:url("https://images.assets-landingi.com/uc/b9e253ed-c480-4744-9292-7a6816680a4d/Frame51.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; }#WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH.adaptive-delivery-prevent-bg, #WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH.lazyload, #WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH.lazyloading { background-image: none; }#WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH > .row .container { background-color: transparent; background-image: none; }#WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH > .row .container > .video-iframe-container { display: none; }#WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH > .row > .video-iframe-container { display: none; }#WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH > .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); }#WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH > .row .container { border-width: 0; border-radius: 0; }#WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#D2fWNPbU3AeNRFLPONGRxpM1HmX2GTFv { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.125rem;left:6.5625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SwTIEWsnJ8vf3i5bCw1VuCsfSv3Mshi3 { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.75rem;left:6.5625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dbmgfFTfXlnZrLcOM6NVKrNHVkFE8aTT { color:#ffffff;display:block;width:53rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:17.0625rem;left:11rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wGfTuqcKfDxeqAR2xL2nZtmySUqlCleC { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #11b8ad, #0463bf);background-image: -moz-linear-gradient(90deg, #11b8ad, #0463bf);background-image: -ms-linear-gradient(90deg, #11b8ad, #0463bf);background-image: -o-linear-gradient(90deg, #11b8ad, #0463bf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11b8ad', endColorstr='#0463bf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11b8ad', endColorstr='#0463bf' );";background-image: linear-gradient(90deg, #11b8ad, #0463bf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:20.625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:24.125rem;left:16.3125rem;display:block; }
#TNItn5U7GK0aPXtfOXpbNvQR2P4BSECx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#weP4FgVXaJ3ExVgeZzcT86VTvrMEL21C { background-color:rgba(11,142,183,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #11b8ad;border-left:0.125rem solid #11b8ad;border-right:0.125rem solid #11b8ad;border-bottom:0.125rem solid #11b8ad;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:20.625rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:24.125rem;left:38.125rem;display:block; }
#hKJTobkGNxmT6TAHAscnwZN0EdGE8OWx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MKlDwQs4hTSz45NOM4TlVIm0l3xO5ETT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MKlDwQs4hTSz45NOM4TlVIm0l3xO5ETT > .row .container { background-color: transparent; background-image: none; }#MKlDwQs4hTSz45NOM4TlVIm0l3xO5ETT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKlDwQs4hTSz45NOM4TlVIm0l3xO5ETT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKlDwQs4hTSz45NOM4TlVIm0l3xO5ETT > .row .container > .video-iframe-container { display: none; }#MKlDwQs4hTSz45NOM4TlVIm0l3xO5ETT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKlDwQs4hTSz45NOM4TlVIm0l3xO5ETT > .row > .video-iframe-container { display: none; }#MKlDwQs4hTSz45NOM4TlVIm0l3xO5ETT > .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); }#MKlDwQs4hTSz45NOM4TlVIm0l3xO5ETT > .row .container { border-width: 0; border-radius: 0; }#MKlDwQs4hTSz45NOM4TlVIm0l3xO5ETT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MKlDwQs4hTSz45NOM4TlVIm0l3xO5ETT > .row .container { font-size:0.875rem;font-family:arial;height:90.8125rem;width:75rem;position:relative;display:block; }#akFhe1N13F30pOECEPlTLdDPKpbOIeqF { color:#000000;display:block;width:61.875rem;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:15.375rem;left:6.5625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wscKWuiHS2A8vmAQkJOk9cE2MXlVql7p { color:#000000;display:block;width:45.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:20.75rem;left:14.9375rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZctfzUanORp4lPRal8vn2dl0Trq15rgb { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:17.3125rem;top:5.75rem;left:28.84375rem;overflow:hidden;display:block; }
#osSvMUeiQXyefKbbRkrZHk2vCme1dq5g { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:18.75rem;top:28.4375rem;left:8.1875rem;overflow:hidden;display:block; }
#LOpiSSZqdk158JV5GoX54y5WiTTTT5Qx { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:18.75rem;top:28.4375rem;left:28.125rem;overflow:hidden;display:block; }
#Pa6p9Dnz9ikbG51mRaUxFnJz73EcMErV { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:18.75rem;top:28.4375rem;left:48.125rem;overflow:hidden;display:block; }
#vQGTMzWVZwxh3kSLkyCzz2GWgGqJXLbp { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:18.75rem;top:41.6875rem;left:8.1875rem;overflow:hidden;display:block; }
#zDyxZQVyRSn6S5ttAiT8Ass7QD2cBfHW { 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:12rem;width:18.75rem;top:41.6875rem;left:28.125rem;overflow:hidden;display:block; }
#AewpB4J3dtXTmV2dIp0pT4LRQnZNTg61 { 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:12rem;width:18.75rem;top:41.75rem;left:48.125rem;overflow:hidden;display:block; }
#IUJJaaarmyntFHo0AJwQzb33td9oDfhS { 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:28rem;width:59.3125rem;top:56.8125rem;left:7.84375rem;overflow:hidden;display:block; }
#AD1R2hJa6845098TDuIBrHEFNup9o3Un { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141414;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; }#AD1R2hJa6845098TDuIBrHEFNup9o3Un > .row .container { background-color: transparent; background-image: none; }#AD1R2hJa6845098TDuIBrHEFNup9o3Un::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AD1R2hJa6845098TDuIBrHEFNup9o3Un > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AD1R2hJa6845098TDuIBrHEFNup9o3Un > .row .container > .video-iframe-container { display: none; }#AD1R2hJa6845098TDuIBrHEFNup9o3Un > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AD1R2hJa6845098TDuIBrHEFNup9o3Un > .row > .video-iframe-container { display: none; }#AD1R2hJa6845098TDuIBrHEFNup9o3Un > .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); }#AD1R2hJa6845098TDuIBrHEFNup9o3Un > .row .container { border-width: 0; border-radius: 0; }#AD1R2hJa6845098TDuIBrHEFNup9o3Un > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AD1R2hJa6845098TDuIBrHEFNup9o3Un > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:block; }#E1fIgZXdMuATZwlBUq7TP2MKIJoMtJ4y { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.75rem;left:6.5625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AfZkQ0E6SsgiiB8sbi18bpc5CPQ1qwp8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:10.9375rem;left:17.5rem;display:block; }
#U62Gn3TIDMMdvWd22IhBts3ffDsTdswk { 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:33.375rem;width:70.375rem;top:1.625rem;left:2.3125rem;overflow:hidden;display:block; }
#H7i5WQmpnJv7vgsdo7NkJd65EKFtBBt5 { 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:42.5625rem;width:69.5rem;display:none; }
#ak2rts9GX5K2acCHLCDU8bQLxdO4HcCu { 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:46.5625rem;width:59.5625rem;display:none; }
#rADbMcFCdiZrJgyqJZVtGwSboL5MHOaZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141414;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; }#rADbMcFCdiZrJgyqJZVtGwSboL5MHOaZ > .row .container { background-color: transparent; background-image: none; }#rADbMcFCdiZrJgyqJZVtGwSboL5MHOaZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rADbMcFCdiZrJgyqJZVtGwSboL5MHOaZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rADbMcFCdiZrJgyqJZVtGwSboL5MHOaZ > .row .container > .video-iframe-container { display: none; }#rADbMcFCdiZrJgyqJZVtGwSboL5MHOaZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rADbMcFCdiZrJgyqJZVtGwSboL5MHOaZ > .row > .video-iframe-container { display: none; }#rADbMcFCdiZrJgyqJZVtGwSboL5MHOaZ > .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); }#rADbMcFCdiZrJgyqJZVtGwSboL5MHOaZ > .row .container { border-width: 0; border-radius: 0; }#rADbMcFCdiZrJgyqJZVtGwSboL5MHOaZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rADbMcFCdiZrJgyqJZVtGwSboL5MHOaZ > .row .container { font-size:0.875rem;font-family:arial;height:77.6875rem;width:75rem;position:relative;display:block; }#u3HlPBtTALlbgZkytSbGx8G8BVUdGT3T { 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:27.8125rem;width:20.75rem;top:4.4375rem;left:2.125rem;overflow:hidden;display:block; }
#F6ern4bScm4VOHudaXgeehysVWIkTBZg { 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:5.625rem;width:5.625rem;top:1.5625rem;left:9.6875rem;overflow:hidden;display:block; }
#lm4JpiTSnB0LQUzKXl5U9WvMDc5eWykF { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:8.75rem;left:3.28125rem;height:10.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LUwGew8ubnlSbcLSTO9p0OKmroS1CBzi { 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:27.8125rem;width:20.75rem;top:4.4375rem;left:27.125rem;overflow:hidden;display:block; }
#iVR7fLlVlNA1PQoKOTMAJEe3wLle4Tgq { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.75rem;left:28.28125rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EP6V3T0tEBA0XlO5x9JLJIVDMxOH3eDx { 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:5.625rem;width:5.625rem;top:1.5625rem;left:34.6875rem;overflow:hidden;display:block; }
#dSvATqzTAFh5NOvTytki54JRISJJkRmM { 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:27.8125rem;width:20.75rem;top:4.4375rem;left:52.125rem;overflow:hidden;display:block; }
#y5zrSfvpdKuTWQwH0behzSskEfhuJgmU { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:8.75rem;left:53.28125rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EDmwZ1ETseqD8V5gAPQodah7zM14f2po { 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.625rem;width:5.625rem;top:1.5625rem;left:59.6875rem;overflow:hidden;display:block; }
#PbOlipJJiTcQlB4bTp15MW7Xav0snWoo { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:24.9375rem;left:3.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bCGn60nZQ7z02iNA6LVEs9weshPIH2ss { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:26.625rem;left:3.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JGO8hlR0k4rZ31VTQhDLECOvAW2TvaP6 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:28.3125rem;left:3.125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eCkToRplx866CFR5QBTNTRDTsfGWL1Sz { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:28.3125rem;left:28.125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KX2530HMTBumHiH6ahE0zVHdT62VDEvw { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:26.625rem;left:28.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NgGoRMKsy7Saizp4TQ9ZC9T3sphdcGVy { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:24.9375rem;left:28.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A1MUD2Azv0mqiZaaTpkOyaAu1Fc8U898 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:24.9375rem;left:53.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C3ObTlKomi39vrC8lPT4w64lSUBrw2Sz { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:26.625rem;left:53.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hmo9EXz4CHSp5C7zntMeB2EQcTsqJ8Hq { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:28.3125rem;left:53.125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IWfqMa0rTQxgH9Kn4iGbrh2kgIiPwc8L { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.375rem;width:20.75rem;top:36.375rem;left:2.125rem;overflow:hidden;display:block; }
#DELZEamgKe4p790w7PBHvzTZ8oTuuawp { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:60.25rem;left:3.125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UKc7Sc4AXHLVRD9kITPb9ZqmlSRZ1qSg { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:56.875rem;left:3.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gfyr14xgeqJk9BhITlhMce1m5mG9GPRP { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:58.5625rem;left:3.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h6lGW9NPyCdgv3Zeg18T5ZS7prFtrH7e { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:40.6875rem;left:3.3125rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n3bopZSEh6a0oAn0wizqP2qxzMs9E1d4 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:33.5rem;left:9.6875rem;overflow:hidden;display:block; }
#JUbmRk4tOJBRqVTMrSpTRDy4lcqC437a { 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:29.375rem;width:20.75rem;top:36.375rem;left:27.125rem;overflow:hidden;display:block; }
#fZHvdPT8KWIDroxKT8xK9VJf1QuL6zlW { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:61.8125rem;left:28.125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LGw5OXzoNwA7IUiVoyv7NzrcyN4AVUTw { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:56.875rem;left:28.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MMUVv9wJUxVKErc9KXDmRMMxurisFo0B { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:58.6875rem;left:28.125rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vVDeLDLsrSb6hfWKyi6hMAXxDUh9kGIl { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:40.6875rem;left:28.3125rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5fFeIZ2FcVpX6RpHDcTimXZ9Te7TiPs { 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:5.625rem;width:5.625rem;top:33.5rem;left:34.6875rem;overflow:hidden;display:block; }
#e9HMamnJpkTWwXTbvQEJ7yiyacKIUuwI { 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:29.375rem;width:20.75rem;top:36.375rem;left:52.125rem;overflow:hidden;display:block; }
#OHck5piOPZ8Od4BsSr3SPVi88BMyQV4L { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:60.25rem;left:53.125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FnTDEifbBRhEge95itQqRXlU5VHOESTD { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:56.875rem;left:53.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tq8NNEU4Hrt67OFA4of6lziMfnX5Wlgb { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:58.6875rem;left:53.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D9oR5sirdHUeZEa5Q3MEn3RXTb0tVVKf { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:40.6875rem;left:53.3125rem;height:13.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#myO9Huf6AAgCTRZ9rgbIauF91wXxes3r { 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:5.625rem;width:5.625rem;top:33.5rem;left:59.6875rem;overflow:hidden;display:block; }
#FTry2DSzfXzw5TOk6va6ixxtda1Trm8V { 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:20.3125rem;width:20rem;display:none; }
#sxddp9KHVxHnPmv6apq2bPuk0stckOOA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:20rem;display:none; }
#HUpEhJl8CdVV5GQ3zc19UZvmUozIr5T4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:17.25rem;display:none; }
#CrLlbO2nFdMnteJoMiaRaHo6OLl5xNdR { 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:19.0625rem;width:20rem;display:none; }
#pxcOAZtOsJ4AVr0mPN5d50r2yOC8VoBP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:17.25rem;display:none; }
#cCLQ5A9NTlJahuBNCniN4uH6e6rbSNHi { 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:21.875rem;width:20rem;display:none; }
#znoGTeB3iGnBTgfPZNKZzUAZyZpTdw0t { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #11b8ad, #0463bf);background-image: -moz-linear-gradient(90deg, #11b8ad, #0463bf);background-image: -ms-linear-gradient(90deg, #11b8ad, #0463bf);background-image: -o-linear-gradient(90deg, #11b8ad, #0463bf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11b8ad', endColorstr='#0463bf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11b8ad', endColorstr='#0463bf' );";background-image: linear-gradient(90deg, #11b8ad, #0463bf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:20.625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:70.0625rem;left:16.25rem;display:block; }
#Fqyy8UNOzTNAgn9nxBoXKs8qz4nlVZXe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JENevtatG5T1gnxM8Z3Lx7amNzWZUABB { background-color:rgba(11,142,183,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #11b8ad;border-left:0.125rem solid #11b8ad;border-right:0.125rem solid #11b8ad;border-bottom:0.125rem solid #11b8ad;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:20.625rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:70.0625rem;left:38.125rem;display:block; }
#dMp2HMJFyZCDme1hqVBANB4AGDBHZDQc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x9Jv48VfZyOQOUM9T1k1Gi8RHp9GJ65w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141414;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; }#x9Jv48VfZyOQOUM9T1k1Gi8RHp9GJ65w > .row .container { background-color: transparent; background-image: none; }#x9Jv48VfZyOQOUM9T1k1Gi8RHp9GJ65w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9Jv48VfZyOQOUM9T1k1Gi8RHp9GJ65w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9Jv48VfZyOQOUM9T1k1Gi8RHp9GJ65w > .row .container > .video-iframe-container { display: none; }#x9Jv48VfZyOQOUM9T1k1Gi8RHp9GJ65w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9Jv48VfZyOQOUM9T1k1Gi8RHp9GJ65w > .row > .video-iframe-container { display: none; }#x9Jv48VfZyOQOUM9T1k1Gi8RHp9GJ65w > .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); }#x9Jv48VfZyOQOUM9T1k1Gi8RHp9GJ65w > .row .container { border-width: 0; border-radius: 0; }#x9Jv48VfZyOQOUM9T1k1Gi8RHp9GJ65w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x9Jv48VfZyOQOUM9T1k1Gi8RHp9GJ65w > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;position:relative;display:block; }#kHpOS3xqtgnaPyPxLqayP5WGXxcDeTBw { color:#ffffff;display:block;width:45.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:9.625rem;left:14.9375rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nlLrHwlMgWxNRcuNyeK2sC0iBVKZy8Cn { color:#ffffff;display:block;width:61.875rem;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:4.25rem;left:6.5625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JPIcQQQHTDaiNy6gsadOSuLmsrv878wg { color:rgba(255,255,255,0.6);display:block;width:20.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:26.38671875rem;left:2.1875rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tCEtWiBnZN8p801abbvIg3HcfKeh7Ev3 { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:21.5625rem;left:5.34375rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SZVWDzd2TwIlldIK0wIahtpcrzf1Zdq4 { color:rgba(255,255,255,0.6);display:block;width:20.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:26.375rem;left:27.1875rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HomfGNp1EvDkSkw8lkVZ1CZrmmDVEW9s { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:21.5625rem;left:27.875rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vJXEUOQ7hn2XHQfWM88UN2l5N9Vl6K5f { color:rgba(255,255,255,0.6);display:block;width:14.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:26.38671875rem;left:55.125rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LXdJh30SBkIu4f83SZ3J2xNU1dJtQyR4 { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:21.5625rem;left:55.28125rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xqpQaglgtuhQg4T4UO5w5cGBoInrnaiJ { 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:6.25rem;width:6.25rem;top:14.0625rem;left:9.375rem;overflow:hidden;display:block; }
#FZ1c5WL114FxSx3faWTtJvEMFmcJO0nk { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:14.0625rem;left:34.375rem;overflow:hidden;display:block; }
#DlvvtOOBPUhPXqUcFsC1VrExkrrDyngB { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:14.0625rem;left:59.375rem;overflow:hidden;display:block; }
#pBZc2fcCukm4HqOXPn69SNQ8m2ZT0Lon { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141414;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; }#pBZc2fcCukm4HqOXPn69SNQ8m2ZT0Lon > .row .container { background-color: transparent; background-image: none; }#pBZc2fcCukm4HqOXPn69SNQ8m2ZT0Lon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBZc2fcCukm4HqOXPn69SNQ8m2ZT0Lon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBZc2fcCukm4HqOXPn69SNQ8m2ZT0Lon > .row .container > .video-iframe-container { display: none; }#pBZc2fcCukm4HqOXPn69SNQ8m2ZT0Lon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBZc2fcCukm4HqOXPn69SNQ8m2ZT0Lon > .row > .video-iframe-container { display: none; }#pBZc2fcCukm4HqOXPn69SNQ8m2ZT0Lon > .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); }#pBZc2fcCukm4HqOXPn69SNQ8m2ZT0Lon > .row .container { border-width: 0; border-radius: 0; }#pBZc2fcCukm4HqOXPn69SNQ8m2ZT0Lon > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pBZc2fcCukm4HqOXPn69SNQ8m2ZT0Lon > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#TTnvlTi4oLn55M6MobrICuMG6DuAVBzg { color:#ffffff;display:block;width:61.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1875rem;left:6.625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X48hDeOST8SZWu6cC5XLlk0WZBgSX5JZ { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:9.625rem;left:10.5rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FxXF4kklBNGnSNbMcM65OGgF10aoKOVh { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:19rem;left:37.125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kbJhzgMh5d0K9HiQl01U3krzV8BbLlvq { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:21.3125rem;left:37.125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SKG5RVg1h8h3Ct1fdSSkNOOskXUU4c9m { color:rgba(255,255,255,0.6);display:block;width:8.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:27.75rem;left:33.1875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eglVzEQ6m81XDF8elmBmg0DieJB4CigX { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:32.6875rem;left:28.4375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dy8iTlEHAU9ZvptBnlzqZpiJtwtXIlup { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:6.625rem;top:15.75rem;left:29.3125rem;overflow:hidden;display:block; }
#Eu1fmmWVHMNBqNSoZKhkCmi7XyIclhXE { 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; }#Eu1fmmWVHMNBqNSoZKhkCmi7XyIclhXE > .row .container { background-color: transparent; background-image: none; }#Eu1fmmWVHMNBqNSoZKhkCmi7XyIclhXE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eu1fmmWVHMNBqNSoZKhkCmi7XyIclhXE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eu1fmmWVHMNBqNSoZKhkCmi7XyIclhXE > .row .container > .video-iframe-container { display: none; }#Eu1fmmWVHMNBqNSoZKhkCmi7XyIclhXE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eu1fmmWVHMNBqNSoZKhkCmi7XyIclhXE > .row > .video-iframe-container { display: none; }#Eu1fmmWVHMNBqNSoZKhkCmi7XyIclhXE > .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); }#Eu1fmmWVHMNBqNSoZKhkCmi7XyIclhXE > .row .container { border-width: 0; border-radius: 0; }#Eu1fmmWVHMNBqNSoZKhkCmi7XyIclhXE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Eu1fmmWVHMNBqNSoZKhkCmi7XyIclhXE > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#OHKJypNTG5NzVpgFDcvOllmzpLT199g3 { 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; }
#s9F7cRDeEHiRpSeDlzb3sDsTIMVqcqN5 { 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; }
#oqzlwQfgkfSIkw3Wz5dFDgKOHyXUg3iI { 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; }
#bN0XUDz7aof5xcCT2QTFbrAZ3XfbvOTu { 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; }
#rlV8I7dZgbFpDxIRbKH51PkHzF1C9bTu { 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; }
#lGTf6nGeaNOHvsbhcUEpeE3fwlsLwBms { 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; }
#qkpPF5DmKst3alHkBqnkoTCZvrS5KW75 { 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; }
#rmUf7D5d5vGRxkHL0MPnZ0KyML6aQPgX { 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; }
#wEB70cQOOTafWX2Ulz3NQCK54lOSSUph { 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.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #A377Gyo9znozcmtAG2JuKxvwL2EWdBHJ { display:block; }#A377Gyo9znozcmtAG2JuKxvwL2EWdBHJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNgzBm2NCFpQ3UQOOdoE0EMZF8AI1DlX { width:8.75rem;height:2.25rem;top:1.1875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkMITMJAJkueRRPtF1UOImrQmpSlkoDT { display:block; }
 }@media only screen and (max-width: 763px) { #xmUXL0GC0S81Rv2n5qVs1V1XUuWt7OV2 { width:6.5625rem;height:2.25rem;top:1.1875rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB3AbN7vTLR2TzPMxdZApgc9wqOgdRhR { display:block; }
 }@media only screen and (max-width: 763px) { #uvT6XVX3gteDKqMOGHVpKsMpyP4kE277 { width:7.125rem;height:2.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHNVR3R7hwJsbyRkl4wn08A16K9TsCSV { width:8.75rem;height:2.25rem;top:1.1875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9RBr0l32FVZGm8cvGztdzN6oQvH5MmU { display:block; }
 }@media only screen and (max-width: 763px) { #r7qLiKGSE5szKqO1a5giSg2T0RF8Z8V3 { width:8.75rem;height:2.1875rem;top:1.1875rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSoJs6TGgRFdERaBRxuTkcwlwp97tVh4 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yNN2V2DTZPTk93UN7ERritpzdVBStKn6 { top:2.125rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpkOM0Gszv2iHvEll0wFmtXW513Dp6tQ { top:10rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7vEXiWoD7Kme6PM5mPcoJdv7yxiGoTv { width:20.625rem;height:3.4375rem;top:35.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agsFb7C9v99H8vFUNpB8m9IAcgUkWXPo { display:block; }
 }@media only screen and (max-width: 763px) { #utAVuLZ49LBdc2vzKmbwpc7xLP4yFssb { width:20.625rem;height:3.4375rem;top:35.3125rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI3Adspc8bw8tGtDwdsV1R5inT6Ey3CI { display:block; }
 }@media only screen and (max-width: 763px) { #KZTLK5qUyFyHiaB4z4IH2b0WNhSmlo2y { top:16rem;left:0rem;width:17.5rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVx7BZJyntXzJff7I0uniJsCqJAfNgx1 { top:16rem;left:15.25rem;width:17.5rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC5wLsaCxNzaPQQW7E5PZeog9WB80C3n { top:16rem;left:30.25rem;width:17.5rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak0HMAKaqGDPGuBZpHN9IbH5gxlMS2rK { top:16rem;left:29.5625rem;width:17.5rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZlRPzOy5OpoAG3ZbaVd23ACsqIo9QZH { top:4.4375rem;left:0rem;width:47.75rem;height:22.811572052402rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIrm6n6RMGUNt9qBzplNiGrqTu3lDKD9 { top:17.4375rem;left:0rem;width:9.9375rem;height:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJrRC6FIWMuECyxNTxXGRBwpZiUyvVx5 { top:17.4375rem;left:18.53125rem;width:10.3125rem;height:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee62G0hGEZ34cZauxDwlc8Sy07ZbClrQ { top:17.4375rem;left:32.75rem;width:10.625rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITaexnmdTTykD1B4JonT3ezzUqnqrGeT { top:17.4375rem;left:37.625rem;width:10.125rem;height:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQn4UH4FDsIlKuUzIXLxkTnV9KnH6dW2 { width:47.75rem;height:37.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTBbvqDz1QyHvv7Ok95tAqsZcqZdyzWR { width:47.75rem;height:29.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b0kQiTkJOdLDD3Z7w5crESFXDXpokaH1 { top:16rem;left:0.75rem;width:17.5rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1peeTkBEtt8ZtXFS2CHzkK18I2APT5r { top:17.4375rem;left:3.875rem;width:9.9375rem;height:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmfdaMJ4pQqL4hhJxUV8LaCyN0lJKsGB { display:block; }#fmfdaMJ4pQqL4hhJxUV8LaCyN0lJKsGB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbgClC1KSTEn7rsHzo7Wu7KbNIvGxfHp { top:6.375rem;left:0.9375rem;width:45.5625rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkc3P4KBz9cEJ3dgvs7MUKKMAgztP8fz { top:2.6875rem;left:0rem;width:4.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF2vabIsHe5G7A4E7rQvJgvoqeD43aht { top:12.9375rem;left:43.0625rem;width:4.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #erFPAO6kKiHJFbqdCKweVNItzfQOTn19 { display:block; }#erFPAO6kKiHJFbqdCKweVNItzfQOTn19 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0Ni3Dq8SceFmwRLu0lBOQcfR5hQogKL { top:2.375rem;left:13.75rem;width:18rem;height:5.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVLnUu9z0EOdTMiZJgRk4l2NO3WJkTPM { top:2.375rem;left:0rem;width:18rem;height:5.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlaQCtM4y1Gpog8TRdk6zwcoeucWv5DZ { top:2.375rem;left:29.625rem;width:18rem;height:5.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UptNWAGSQMVgiX5BHfQ8AH5avcioosI5 { top:9.25rem;left:0rem;width:23.125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp0a0wtzoSTKMWAINzbTbOoCIxHUpvJ1 { top:9.25rem;left:8.625rem;width:23.125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO5g7ciuWeLaonEhPt44Kn5RLDCroMTn { top:9.25rem;left:24.5rem;width:23.125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhvl4pLmpE6UTSLWy5LywM3cxNHG4Ubg { top:14.25rem;left:0rem;width:42rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0v731gCwW6cwVQGNNmRFGJEFKTbLmoK { display:block; }#b0v731gCwW6cwVQGNNmRFGJEFKTbLmoK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLcvNer22QARqcHrcatT0Tixwgk837vn { top:5.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLV2TcNSgqDDkOTOeLXOR5D8JZPsa2zJ { top:11.1875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE9VpLJZnQKdPWUHyTcEtgBa0oV7sJp1 { top:20.375rem;left:19.0625rem;width:26.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFOFivq31l5uFfsz66xsmazTTryvQqWK { top:23.125rem;left:19.0625rem;width:26.0625rem;height:6.1875rem;font-size:0.8125rem;display:block; }#TFOFivq31l5uFfsz66xsmazTTryvQqWK li:before{  }
 }@media only screen and (max-width: 763px) { #xcyAqc6kVDyNsy6W4d8iL6NnTHZlS4El { top:9.625rem;left:0rem;width:25.375rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLTKSfEx4EIWOkku71TS3ph7JiexQ3gW { display:block; }#yLTKSfEx4EIWOkku71TS3ph7JiexQ3gW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyi7L1rRgXtSuKJWqwae7V5PomG0HR0z { top:2.0625rem;left:3.1870670318604rem;width:41.6875rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vosTo4EamTpZDpwMTk5qzFTfF2BW2RSv { top:9.3125rem;left:3.1875rem;width:41.75rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIfGAEWHAxQa23vlG1kGvH1koRVKlDU9 { top:2.125rem;left:0rem;width:2.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZNFNwf0TiUP8wmpHtXLHrwD1cgWbeVp { top:2.125rem;left:45.4375rem;width:2.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTtfLNa3PEiWnx6T8iqObT1cp9HvfwPr { display:block; }#rTtfLNa3PEiWnx6T8iqObT1cp9HvfwPr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROA4X7gPTkWofQT8L59VW371T5CJApbR { top:2.125rem;left:5.0625rem;width:37.5625rem;height:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4MxPXddVcWd92UfAw6BJMlqIgyIEneZ { top:5.625rem;left:1.6875rem;width:13.5625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aixQUkpLPWX1znMHNVgLJ58Ky6Vao9qy { top:5.625rem;left:17.125rem;width:13.5625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqJRnRxCSUnyc8FBgR1CmpPNvLxLrJTR { top:5.625rem;left:32.5625rem;width:13.5625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVU8Q7XRlclpzIPEQBVN1JMs2JMQoSGA { top:14.5rem;left:1.6875rem;width:13.5625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #id8wNJuvGCWwF3GSky7aMiJkaGoUBEnp { top:14.5rem;left:17.0625rem;width:13.5625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ2QiyJLLQquPmP12QgS3pcc7lUPX5U9 { top:14.5rem;left:32.5625rem;width:13.5625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #taiU5ovwlsBcVqsXGyVk2RBhteNRn5sT { display:block; }#taiU5ovwlsBcVqsXGyVk2RBhteNRn5sT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHWrEeE1TfkIVH7kAMLz7iJCTTXFP5I9 { top:11.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxFwoHlD6MI9D3ST98026G61Te6OCRtf { top:5.875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQpT7eruww0xMH4FWueW21PVkQ5cO7Cp { top:19.875rem;left:0rem;width:17.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE8UTQfRCNL7w2BhAU9dDvTgPcP3t4E7 { top:24.8125rem;left:0rem;width:12.0625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT0rIRJZDqACweEvc0ct3Wgeef34ld6i { top:28.125rem;left:0rem;width:15.0625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOza0MsnIUTRBzJnNQS5sh4UJ0yvr8By { top:19.875rem;left:6.125rem;width:17.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5X9SdfxMvmrd72Ho3ENfxDzJ7gZydxs { top:24.8125rem;left:11.9375rem;width:11.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl30a16V84efEgJPVasDfnQLpzPPBmqB { top:28.125rem;left:8.8125rem;width:15.0625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #annbLVlZ47otnvX7MeqyJImbz8fJWXCB { top:19.875rem;left:18.0625rem;width:17.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOow1REitZKSrGmVcdN5DGCNQPdgTTd3 { top:28.125rem;left:20.75rem;width:15.0625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IozEsJz5F4O41IHKC2qbsdmdJ1498M2O { top:24.8125rem;left:25.15625rem;width:9.375rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC6DnifoxNqyLPudBQbqaWSEZrdfV1GT { top:19.875rem;left:30rem;width:17.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLN2IuNKhAZupuHukxTpUOkuXW19vFB2 { top:28.125rem;left:32.6875rem;width:15.0625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0Q6LHeOLAfrSXlDFCA1kKPTLT5112xW { top:24.8125rem;left:32.4375rem;width:15.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsKHpw5N3nNvtxyNR8bvi0OEHbE5wflf { top:16.75rem;left:2.90625rem;width:6.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcNHDFdTVRHk6h7BGcHPr4ibV2ZyzIPo { top:15.3125rem;left:13.75rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPRzdoWI0aC4QA5zLpyw5uwSGUTdz9gd { top:17.1875rem;left:26.28125rem;width:7.125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayBCygByVnKhNcVFFs0GvzTFbW1yQKrn { top:16.625rem;left:38.875rem;width:5.8125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB4V1vLDoh8zpffg6x5NbVuWnedDWG30 { width:20.125rem;height:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XkR0b2lKPvNzS12fecVUi0GhD9esEiOy { width:20.125rem;height:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mwXK3JyVGDAanTkCZP8Mw7GLbpHCETlV { width:20.125rem;height:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndNw5ghVR4VoFAt2GefPQwSl8BVS8INq { width:20.125rem;height:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsvJPxNIuXkaqktT7LfTCI9afLhdPnmZ { display:block; }#ZsvJPxNIuXkaqktT7LfTCI9afLhdPnmZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBs3otslKSeM67tscCLrkLihSoeGxosi { top:11.3125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkTJgVQr8ctoL3HOkuBfXgATD4pgTo4s { top:5.1875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #scGorFfkbPzdmQiHJRIomPeDDlNfxs53 { top:0rem;left:0rem;width:47.75rem;height:9.0326741186588rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds47lney1zap7uy1kqf4yJ4V2ivsBo9U { display:block; }#ds47lney1zap7uy1kqf4yJ4V2ivsBo9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRNRLHD9Tc3ruGRcdAq7XqTHH7U0nLE5 { top:2.8125rem;left:10.75rem;width:37rem;height:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqBSs8kfgJNku0ED7gkxz0VB5IL500Px { top:8.6875rem;left:10.875rem;width:36.875rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPdPr2wRUSBFApv2ilsDbaM65CLn9cxv { width:13.75rem;height:3.4375rem;top:41.625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4dSPmU2tsaBPzdNXnJ3wREoD4gmvo2M { display:block; }
 }@media only screen and (max-width: 763px) { #S6mn1XraWS7d2vD3D0X1gQrbVbTTRWzE { top:5.6875rem;left:0rem;width:26.875rem;height:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvhKmpi5VDHMDNUdekOn3JJ9QeApNLLr { top:0rem;left:0rem;width:40.625rem;height:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qePptKfPGXMLIR91N0MhXtJoPBC1Q7Ry { top:8.1875rem;left:0.75rem;width:22.375rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #plTHaO0RwgFQaVpo0EGLUL2hXzEnvmAo { top:12rem;left:0.75rem;width:22.375rem;height:13.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9z4zGw1gn7QinXymcrvSk5n2ITNBS58 { top:22.75rem;left:0rem;width:24.5rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfqwd6lzgO7SwZ8NWpJ3nfQnT7ERUJ4b { width:17.8125rem;height:20.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #drJRuzt6oqNkRJlLuV5FnQ1nF1uotZiV { top:14.8125rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXi6NNZoTwKllq5yshtW6pnBX6tumekw { top:14.625rem;left:19.5rem;width:28.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXXmOzSK1RnAhzZ22EArGR6ZZJucXpel { top:16.5rem;left:18.4375rem;width:29.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwuaNX1oFFDamVvDOT79pkhUzz1ykZuk { top:18.8125rem;left:19.5rem;width:28.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMhPM1wicMN0oZfkmrXrVwJSfM5qCtuR { top:20.8125rem;left:13.375rem;width:34.375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aISiTFRN5kZZZxUMcMJvNNnwRPa1M2pL { top:24.6875rem;left:19.5rem;width:28.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQIONZPfNq2xkl5C8oNIQIttzOf6gbZE { top:26.75rem;left:14.125rem;width:33.625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8quIkQzPpCcHD0xPAr7fFFu87N20iBE { top:31.1875rem;left:19.5rem;width:28.25rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7ciZefgMp6VoAJCwqX2sQrqIAJuyZt0 { top:33.1875rem;left:18.4375rem;width:29.3125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMvQq4lJV7M7qtikGMRvTCNXbBFGKrzS { top:19rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsXQcZEzh2D0DontXme2zebFCIebNJT6 { top:24.875rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZB0yQpxUTTMvVdwElIFgvDDSDTxbA9R { top:31.375rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G24F7sM6Z3MxD1POLK9HxDT3GwaZ85FQ { width:16.3125rem;height:3.4375rem;top:41.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyT7AfnIL0M8NoDQmJD6vk719euhkUuQ { display:block; }
 }@media only screen and (max-width: 763px) { #SuenFkuU8hyJT9fJTMeHe48zok9RfxVC { top:37.6875rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDclBETG0ne8xctHkqvLw8zbUt8GQq0p { top:38.1875rem;left:23.875rem;width:13.6875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S54fBecTbAze9bqCPDuJoFz5O0WTxdrn { top:37.6875rem;left:35.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTmkyQChd82Ruvk6WcIkcXcTTVECXoct { top:38rem;left:38.125rem;width:7.8125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tddKbqp8wfneMtRZQZtCuZXy09h7oXqM { display:block; }#tddKbqp8wfneMtRZQZtCuZXy09h7oXqM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWwGrVHzQpRXUJ4GRPnEQHt2QAcR5tfn { top:5.6875rem;left:14rem;width:33.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlpZ0o6GMf3lhgRI7DPDobetWROlptO9 { top:8.6875rem;left:14rem;width:33.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkgdsbkycZI2fQKWrkBwXdKcbvrByfdf { top:16.625rem;left:23.875rem;width:5.625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAI6sOuswlqu0KIBVZbLeNWxqAVTffNw { top:17.125rem;left:23.875rem;width:3.875rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq60gmmz1ERaIoA9JU2mQRqBTsbJB5wm { top:19.5rem;left:23.875rem;width:22.4375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiKCJmuRdnFQWyO6ETWN2S8fPxVUrfbd { top:21.9375rem;left:15.1875rem;width:32.5625rem;height:3.8125rem;font-size:0.8125rem;display:block; }#MiKCJmuRdnFQWyO6ETWN2S8fPxVUrfbd li:before{  }
 }@media only screen and (max-width: 763px) { #bLBrl6RTACIKkfzQgZUsCGu8KXPvh7ns { top:27.5625rem;left:23.875rem;width:8.125rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwrT2hfcq5JChHmx8pGTslrC83J7u9eN { top:27.5625rem;left:30.375rem;width:7.8125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cctepE8gLN7tWdk6BGhGN9r02ZGcRgTM { top:27.0625rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ4AHbyhARBA1o1swv9ZeroqE1qCPv3x { top:27.25rem;left:27.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe8C7aJhMAxpvr0RVxxoNRQvIlVJRnHf { width:13.4375rem;height:3.4375rem;top:37.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksl1vvbL4TBpREmTkEnIEblCaLJt9WGQ { display:block; }
 }@media only screen and (max-width: 763px) { #PTDaOMc21WfNudMxKOKcW3OVkqK2RSo7 { width:13.75rem;height:3.4375rem;top:37.5rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCXpnHI2Kg4MSogVlqNzzJBfhNRq0qtR { display:block; }
 }@media only screen and (max-width: 763px) { #IgcptSWvysZXIHTqX8SGCRLcEtedJ6Lo { top:5.6875rem;left:0rem;width:26.875rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dymJCf05sJegH6c7p40lKrpVbyVR0x63 { top:0rem;left:0rem;width:40.625rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUXPw4C2hFDqbxAcPSX5bEcm845yx8bD { top:8.1875rem;left:0.75rem;width:22.375rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8kMVeb8dQr6fCp8IA5Al9HJHhDW8Bpx { top:12rem;left:0.75rem;width:22.375rem;height:9.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql1J2yLT0fbhgNoLdt2yMDfCz3nnRlt3 { top:22.75rem;left:8.5rem;width:15.375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2GnXnAFNDweNZ7DkpOalhlBCkXa4Jd5 { width:20.25rem;height:18.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7KSkCtWnFdGue6MCgyRS9U5A6HTry05 { display:block; }#Z7KSkCtWnFdGue6MCgyRS9U5A6HTry05 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVF3aIKKsNgQNyedCtT7LWlAGiD53SWA { top:5.6875rem;left:14rem;width:33.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBDp198pGZTrKKzpyWqBwP8hRg4Wirtz { top:8.6875rem;left:15.625rem;width:32.125rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIT6SrRZDrkpoykhLaVZGWqqpoXyFkTM { top:16.625rem;left:23.875rem;width:5.625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q90RipfK407P0ZykmN98pI5X2fEUtI87 { top:17.125rem;left:23.875rem;width:3.875rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzHlDFFW3Tlv3OMk33zoqkoQhlDJHraf { top:19.5rem;left:23.875rem;width:22.4375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHWqGUuT6eySJKmpT73DleQ4cURT1TBi { top:21.9375rem;left:15.1875rem;width:32.5625rem;height:3.8125rem;font-size:0.8125rem;display:block; }#HHWqGUuT6eySJKmpT73DleQ4cURT1TBi li:before{  }
 }@media only screen and (max-width: 763px) { #Zn7AVxHnhMWTormh3HL3zyl26JetskzA { width:15.625rem;height:3.4375rem;top:40.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKtv8gp8mPJD8g6k3WMnEzs9rgEpV3W5 { display:block; }
 }@media only screen and (max-width: 763px) { #ogQX7T3bZGJ3kCdqnMSOuXZqvRByJv9J { width:13.75rem;height:3.4375rem;top:40.1875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #liIXtIcRhgHxRKz4r5eGLaQ23GydX08F { display:block; }
 }@media only screen and (max-width: 763px) { #RFWQeXTny6sTOWTTmXaD6r0OK3h90guO { top:5.6875rem;left:0rem;width:26.875rem;height:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S35QrTQxGISpZPScTen2E2XDSyyLvqKl { top:0rem;left:0rem;width:40.625rem;height:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZlNQypS3Cn9TKGerSKoyOANnuMe1OHU { top:8.1875rem;left:0.75rem;width:22.375rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twTd5TZ9alNI6mbAhm3UbUdQ4fJIbx7w { top:12rem;left:0.75rem;width:22.375rem;height:13.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3CaW5Khb6HVpwICvkwCXaM5gm4kBfJZ { top:25.4375rem;left:8.5rem;width:15.375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af1OSSoU3QBaxbw6GrJsDd84T52skCuw { width:20.25rem;height:20.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KhWnP1Lf5UPnmmpwGFvk8bqdU71LelSs { display:block; }#KhWnP1Lf5UPnmmpwGFvk8bqdU71LelSs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0mG6riPwTS8CfsIrIvZTUkoWXRbXdlU { top:5.6875rem;left:14rem;width:33.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV5dZXKoRAZVi3Kk98TAxfvRHKDHOXOp { top:11.625rem;left:16.6875rem;width:31.0625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVA8oRTgF3wdilxxt0lMFoRSOu8T2cvp { top:17.9375rem;left:23.875rem;width:5.625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE1SHxk9ArUbiHmPfDFd1FaTtqDqvhZE { top:18.4375rem;left:23.875rem;width:3.875rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8FoSVbzGgK28MUTFPg5SbFELbvpgvfW { top:20.8125rem;left:23.875rem;width:22.4375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGVd6s35RqkDbPIJADyg9ibKtfESyGA1 { top:23.25rem;left:15.1875rem;width:32.5625rem;height:5.125rem;font-size:0.8125rem;display:block; }#vGVd6s35RqkDbPIJADyg9ibKtfESyGA1 li:before{  }
 }@media only screen and (max-width: 763px) { #MfwGhCS2AGtlEPvfdLCxluFEl3TiL3qo { width:15.625rem;height:3.4375rem;top:44.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpQTUV2BPs77UMSJ99sDCiaeD6JTZ7oc { display:block; }
 }@media only screen and (max-width: 763px) { #kcyXNt4TNb53OPhBsrEXBSHgWWtv5e5h { width:13.75rem;height:3.4375rem;top:44.8125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkUvKhwKdfEJC6tgwTamqOIfaiwiSHNQ { display:block; }
 }@media only screen and (max-width: 763px) { #BmtU7XWJCmGkMsZmmetpxv1DCSgVXP5E { top:0rem;left:0rem;width:40.625rem;height:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnPTVdUF0tK9nF7mI3MGWqgzJXmn3p9u { top:8.1875rem;left:0.75rem;width:22.375rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0qAaLEDadckcCrry1fJd4fvteumGtiz { top:12rem;left:0.1875rem;width:23.6875rem;height:13.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMr0LbCExmdW7FhR1xwpwS0LeQzpUeWt { top:31.5rem;left:15.1875rem;width:32.5625rem;height:2.5rem;font-size:0.8125rem;display:block; }#DMr0LbCExmdW7FhR1xwpwS0LeQzpUeWt li:before{  }
 }@media only screen and (max-width: 763px) { #FnBJ7ldbBJI22avItUgcPTuafVUOWdHw { top:29.0625rem;left:23.875rem;width:22.4375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXVSKJ9qCPTqiVFEHUPTc9fs8Zi5oxWA { top:29.75rem;left:0rem;width:25.4375rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tiyko8UItzw6Xg1wRUJhKFKBb8lxStX8 { width:20.25rem;height:23.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z4iSsUpFUpEKEKOaGIrGTKD8hsPV4315 { top:8.1875rem;left:23.875rem;width:13.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gryJlx5ks0ZFNsKxOLssseJ0KaxORGUv { top:5.6875rem;left:0rem;width:26.875rem;height:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVgwJNQM0fhQglNFzEfD4CxZK2UbupH8 { display:block; }#JVgwJNQM0fhQglNFzEfD4CxZK2UbupH8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BuFOAtmmZ5ZSm3s20CrJStbylcJaqGuH { top:5.6875rem;left:14rem;width:33.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2OmXX6ec9QWURiV7xuCz73pmpkI9wqh { top:8.6875rem;left:18.625rem;width:29.125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg7TRLtPiqrQdERngNxSN2ZNiBaNvstS { width:13.4375rem;height:3.4375rem;top:44.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSfFRGV6ppepmCT5KTdMU7fT5Se9FEaZ { display:block; }
 }@media only screen and (max-width: 763px) { #raPOTex39WdhTWI1yrQ93uZC2DZJoRx8 { top:0rem;left:0rem;width:40.625rem;height:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZWOM2Sl9ZCeiCLREEfPEliky4tah7pZ { top:8.1875rem;left:0.75rem;width:22.375rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4OZVQwIr4ebaEsxFXLxtJCqXFvGgHvU { top:12.25rem;left:0.75rem;width:22.1875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM79SZ1Tht6Asg6o4tyEwTrayRWmFrL0 { top:26.25rem;left:0rem;width:26.3125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puB4tMCV83JATFXfhDJ7eyp4bgEvTBfz { width:20.25rem;height:24.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JtaHPXZmpU1R7HsHi8NXlWfPoz8G54hB { top:13.8125rem;left:20.875rem;width:26.875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #boaFHLT8WfbaC1WG8NwNgTMCzb2sXDRO { top:15.5625rem;left:20.875rem;width:26.875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQiOPzwT0ng02hTs8opJp6gDvWykXWfB { top:17.5rem;left:20.875rem;width:26.875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg2aRXWfqTeQZ1RazV4OirPXck466vSx { top:19.25rem;left:20.875rem;width:26.875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2tLyUTes9E7ZKcbCeBQrRik6KEZaeg7 { top:21.1875rem;left:20.875rem;width:26.875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMStC0ANx8mTq2lbxVA2DZDZb6dbwRip { top:22.9375rem;left:20.875rem;width:26.875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVr1lBxDeyfIPOycWkTRBUrGG9X6ERIT { top:24.875rem;left:20.875rem;width:26.875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrphr5V2FOLc96RFWGEEFF9RaSyOGPEt { top:26.625rem;left:20.875rem;width:26.875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcFA9aUs2LlsUrR4yfXP8fyzPkPMVBV4 { top:28.5625rem;left:20.875rem;width:26.875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE1BQhvvockh3ukdg1Mk7En4oEiu49pz { top:30.3125rem;left:20.875rem;width:26.875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgSAySWOAktiPtuDNwJXL2UsvbmEyTau { top:13.875rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9QBNm5hOyRWZ5qIeFocTUpW1XpJRx1t { top:17.5625rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtTFUgG1fgpRkFqTa1xAgiMfaB9Zqgcq { top:21.3125rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXzP8vwLxC7LvX6io18HTfvTTy5cZl8s { top:25rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1oUQBmTk5O0d81ffzhBLkpJv4GOkkL5 { top:28.5625rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXEpUxTANCO6f8TJw9SSSeEKn7ExwD9P { top:5.75rem;left:0rem;width:26.875rem;height:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH { display:block; }#WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2fWNPbU3AeNRFLPONGRxpM1HmX2GTFv { top:5.125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwTIEWsnJ8vf3i5bCw1VuCsfSv3Mshi3 { top:9.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbmgfFTfXlnZrLcOM6NVKrNHVkFE8aTT { top:17.0625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGfTuqcKfDxeqAR2xL2nZtmySUqlCleC { width:20.625rem;height:3.4375rem;top:24.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNItn5U7GK0aPXtfOXpbNvQR2P4BSECx { display:block; }
 }@media only screen and (max-width: 763px) { #weP4FgVXaJ3ExVgeZzcT86VTvrMEL21C { width:20.625rem;height:3.4375rem;top:24.125rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKJTobkGNxmT6TAHAscnwZN0EdGE8OWx { display:block; }
 }@media only screen and (max-width: 763px) { #MKlDwQs4hTSz45NOM4TlVIm0l3xO5ETT { display:block; }#MKlDwQs4hTSz45NOM4TlVIm0l3xO5ETT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akFhe1N13F30pOECEPlTLdDPKpbOIeqF { top:15.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wscKWuiHS2A8vmAQkJOk9cE2MXlVql7p { top:20.75rem;left:0rem;width:45.125rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZctfzUanORp4lPRal8vn2dl0Trq15rgb { top:5.75rem;left:14.4375rem;width:17.3125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osSvMUeiQXyefKbbRkrZHk2vCme1dq5g { top:28.4375rem;left:0rem;width:18.75rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOpiSSZqdk158JV5GoX54y5WiTTTT5Qx { top:28.4375rem;left:13rem;width:18.75rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa6p9Dnz9ikbG51mRaUxFnJz73EcMErV { top:28.4375rem;left:13rem;width:18.75rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQGTMzWVZwxh3kSLkyCzz2GWgGqJXLbp { top:41.6875rem;left:0rem;width:18.75rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDyxZQVyRSn6S5ttAiT8Ass7QD2cBfHW { top:41.6875rem;left:13rem;width:18.75rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #AewpB4J3dtXTmV2dIp0pT4LRQnZNTg61 { top:41.75rem;left:13rem;width:18.75rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUJJaaarmyntFHo0AJwQzb33td9oDfhS { top:56.8125rem;left:0rem;width:47.75rem;height:22.541622760801rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD1R2hJa6845098TDuIBrHEFNup9o3Un { display:block; }#AD1R2hJa6845098TDuIBrHEFNup9o3Un > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1fIgZXdMuATZwlBUq7TP2MKIJoMtJ4y { top:4.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfZkQ0E6SsgiiB8sbi18bpc5CPQ1qwp8 { top:10.9375rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U62Gn3TIDMMdvWd22IhBts3ffDsTdswk { top:1.625rem;left:0rem;width:47.75rem;height:22.645204262877rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7i5WQmpnJv7vgsdo7NkJd65EKFtBBt5 { width:47.75rem;height:29.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ak2rts9GX5K2acCHLCDU8bQLxdO4HcCu { width:47.75rem;height:37.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rADbMcFCdiZrJgyqJZVtGwSboL5MHOaZ { display:block; }#rADbMcFCdiZrJgyqJZVtGwSboL5MHOaZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3HlPBtTALlbgZkytSbGx8G8BVUdGT3T { top:4.4375rem;left:0rem;width:20.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ern4bScm4VOHudaXgeehysVWIkTBZg { top:1.5625rem;left:5.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm4JpiTSnB0LQUzKXl5U9WvMDc5eWykF { top:8.75rem;left:0rem;width:18.4375rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUwGew8ubnlSbcLSTO9p0OKmroS1CBzi { top:4.4375rem;left:11rem;width:20.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVR7fLlVlNA1PQoKOTMAJEe3wLle4Tgq { top:8.75rem;left:13.3125rem;width:18.4375rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP6V3T0tEBA0XlO5x9JLJIVDMxOH3eDx { top:1.5625rem;left:21rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSvATqzTAFh5NOvTytki54JRISJJkRmM { top:4.4375rem;left:26.875rem;width:20.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5zrSfvpdKuTWQwH0behzSskEfhuJgmU { top:8.75rem;left:29.1875rem;width:18.4375rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDmwZ1ETseqD8V5gAPQodah7zM14f2po { top:1.5625rem;left:36.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbOlipJJiTcQlB4bTp15MW7Xav0snWoo { top:24.9375rem;left:0rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCGn60nZQ7z02iNA6LVEs9weshPIH2ss { top:26.625rem;left:0rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGO8hlR0k4rZ31VTQhDLECOvAW2TvaP6 { top:28.3125rem;left:0rem;width:18.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCkToRplx866CFR5QBTNTRDTsfGWL1Sz { top:28.3125rem;left:13rem;width:18.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX2530HMTBumHiH6ahE0zVHdT62VDEvw { top:26.625rem;left:13rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgGoRMKsy7Saizp4TQ9ZC9T3sphdcGVy { top:24.9375rem;left:13rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1MUD2Azv0mqiZaaTpkOyaAu1Fc8U898 { top:24.9375rem;left:28.875rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3ObTlKomi39vrC8lPT4w64lSUBrw2Sz { top:26.625rem;left:28.875rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmo9EXz4CHSp5C7zntMeB2EQcTsqJ8Hq { top:28.3125rem;left:28.875rem;width:18.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWfqMa0rTQxgH9Kn4iGbrh2kgIiPwc8L { top:36.375rem;left:0rem;width:20.75rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DELZEamgKe4p790w7PBHvzTZ8oTuuawp { top:60.25rem;left:0rem;width:18.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKc7Sc4AXHLVRD9kITPb9ZqmlSRZ1qSg { top:56.875rem;left:0rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfyr14xgeqJk9BhITlhMce1m5mG9GPRP { top:58.5625rem;left:0rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6lGW9NPyCdgv3Zeg18T5ZS7prFtrH7e { top:40.6875rem;left:0rem;width:18.4375rem;height:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3bopZSEh6a0oAn0wizqP2qxzMs9E1d4 { top:33.5rem;left:5.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUbmRk4tOJBRqVTMrSpTRDy4lcqC437a { top:36.375rem;left:11rem;width:20.75rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZHvdPT8KWIDroxKT8xK9VJf1QuL6zlW { top:61.8125rem;left:13rem;width:18.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGw5OXzoNwA7IUiVoyv7NzrcyN4AVUTw { top:56.875rem;left:13rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMUVv9wJUxVKErc9KXDmRMMxurisFo0B { top:58.6875rem;left:13rem;width:18.75rem;height:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVDeLDLsrSb6hfWKyi6hMAXxDUh9kGIl { top:40.6875rem;left:13.3125rem;width:18.4375rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5fFeIZ2FcVpX6RpHDcTimXZ9Te7TiPs { top:33.5rem;left:21rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9HMamnJpkTWwXTbvQEJ7yiyacKIUuwI { top:36.375rem;left:26.875rem;width:20.75rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHck5piOPZ8Od4BsSr3SPVi88BMyQV4L { top:60.25rem;left:28.875rem;width:18.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnTDEifbBRhEge95itQqRXlU5VHOESTD { top:56.875rem;left:28.875rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq8NNEU4Hrt67OFA4of6lziMfnX5Wlgb { top:58.6875rem;left:28.875rem;width:18.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9oR5sirdHUeZEa5Q3MEn3RXTb0tVVKf { top:40.6875rem;left:29.1875rem;width:18.4375rem;height:13.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #myO9Huf6AAgCTRZ9rgbIauF91wXxes3r { top:33.5rem;left:36.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTry2DSzfXzw5TOk6va6ixxtda1Trm8V { width:20rem;height:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxddp9KHVxHnPmv6apq2bPuk0stckOOA { width:20rem;height:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HUpEhJl8CdVV5GQ3zc19UZvmUozIr5T4 { width:17.25rem;height:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CrLlbO2nFdMnteJoMiaRaHo6OLl5xNdR { width:20rem;height:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pxcOAZtOsJ4AVr0mPN5d50r2yOC8VoBP { width:17.25rem;height:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cCLQ5A9NTlJahuBNCniN4uH6e6rbSNHi { width:20rem;height:21.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #znoGTeB3iGnBTgfPZNKZzUAZyZpTdw0t { width:20.625rem;height:3.4375rem;top:70.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqyy8UNOzTNAgn9nxBoXKs8qz4nlVZXe { display:block; }
 }@media only screen and (max-width: 763px) { #JENevtatG5T1gnxM8Z3Lx7amNzWZUABB { width:20.625rem;height:3.4375rem;top:70.0625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMp2HMJFyZCDme1hqVBANB4AGDBHZDQc { display:block; }
 }@media only screen and (max-width: 763px) { #x9Jv48VfZyOQOUM9T1k1Gi8RHp9GJ65w { display:block; }#x9Jv48VfZyOQOUM9T1k1Gi8RHp9GJ65w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHpOS3xqtgnaPyPxLqayP5WGXxcDeTBw { top:9.625rem;left:0rem;width:45.125rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlLrHwlMgWxNRcuNyeK2sC0iBVKZy8Cn { top:4.25rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPIcQQQHTDaiNy6gsadOSuLmsrv878wg { top:26.375rem;left:0rem;width:20.625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCEtWiBnZN8p801abbvIg3HcfKeh7Ev3 { top:21.5625rem;left:0.78125rem;width:14.3125rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZVWDzd2TwIlldIK0wIahtpcrzf1Zdq4 { top:26.375rem;left:11.125rem;width:20.625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HomfGNp1EvDkSkw8lkVZ1CZrmmDVEW9s { top:21.5625rem;left:12.5rem;width:19.25rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJXEUOQ7hn2XHQfWM88UN2l5N9Vl6K5f { top:26.375rem;left:32.3125rem;width:14.75rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXdJh30SBkIu4f83SZ3J2xNU1dJtQyR4 { top:21.5625rem;left:32.46875rem;width:14.4375rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqpQaglgtuhQg4T4UO5w5cGBoInrnaiJ { top:14.0625rem;left:4.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ1c5WL114FxSx3faWTtJvEMFmcJO0nk { top:14.0625rem;left:20.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlvvtOOBPUhPXqUcFsC1VrExkrrDyngB { top:14.0625rem;left:36.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBZc2fcCukm4HqOXPn69SNQ8m2ZT0Lon { display:block; }#pBZc2fcCukm4HqOXPn69SNQ8m2ZT0Lon > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTnvlTi4oLn55M6MobrICuMG6DuAVBzg { top:4.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X48hDeOST8SZWu6cC5XLlk0WZBgSX5JZ { top:9.625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxXF4kklBNGnSNbMcM65OGgF10aoKOVh { top:19rem;left:15.125rem;width:8.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbJhzgMh5d0K9HiQl01U3krzV8BbLlvq { top:21.3125rem;left:15.125rem;width:8.75rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKG5RVg1h8h3Ct1fdSSkNOOskXUU4c9m { top:27.75rem;left:15.125rem;width:8.75rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eglVzEQ6m81XDF8elmBmg0DieJB4CigX { top:32.6875rem;left:5.625rem;width:18.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy8iTlEHAU9ZvptBnlzqZpiJtwtXIlup { top:15.75rem;left:17.25rem;width:6.625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu1fmmWVHMNBqNSoZKhkCmi7XyIclhXE { display:block; }#Eu1fmmWVHMNBqNSoZKhkCmi7XyIclhXE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHKJypNTG5NzVpgFDcvOllmzpLT199g3 { 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) { #s9F7cRDeEHiRpSeDlzb3sDsTIMVqcqN5 { 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) { #oqzlwQfgkfSIkw3Wz5dFDgKOHyXUg3iI { top:2.5rem;left:0rem;width:8.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN0XUDz7aof5xcCT2QTFbrAZ3XfbvOTu { top:7.875rem;left:0rem;width:6.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlV8I7dZgbFpDxIRbKH51PkHzF1C9bTu { top:2.5rem;left:33.6875rem;width:12.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGTf6nGeaNOHvsbhcUEpeE3fwlsLwBms { top:4.4375rem;left:33.6875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkpPF5DmKst3alHkBqnkoTCZvrS5KW75 { top:4.4375rem;left:36.3125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmUf7D5d5vGRxkHL0MPnZ0KyML6aQPgX { top:4.4375rem;left:41.5625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEB70cQOOTafWX2Ulz3NQCK54lOSSUph { top:4.6875rem;left:39.3125rem;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) { #A377Gyo9znozcmtAG2JuKxvwL2EWdBHJ { position:relative;z-index:auto;background-color:#141414;background-image:none;display:block; }#A377Gyo9znozcmtAG2JuKxvwL2EWdBHJ > .row .container { background-color: transparent; background-image: none; }#A377Gyo9znozcmtAG2JuKxvwL2EWdBHJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A377Gyo9znozcmtAG2JuKxvwL2EWdBHJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A377Gyo9znozcmtAG2JuKxvwL2EWdBHJ > .row .container > .video-iframe-container { display: none; }#A377Gyo9znozcmtAG2JuKxvwL2EWdBHJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A377Gyo9znozcmtAG2JuKxvwL2EWdBHJ > .row > .video-iframe-container { display: none; }#A377Gyo9znozcmtAG2JuKxvwL2EWdBHJ > .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); }#A377Gyo9znozcmtAG2JuKxvwL2EWdBHJ > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNgzBm2NCFpQ3UQOOdoE0EMZF8AI1DlX { width:8.4375rem;height:2.1875rem;top:4.6875rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkMITMJAJkueRRPtF1UOImrQmpSlkoDT { display:block; }
 }@media only screen and (max-width: 763px) { #xmUXL0GC0S81Rv2n5qVs1V1XUuWt7OV2 { width:8.4375rem;height:2.1875rem;top:4.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB3AbN7vTLR2TzPMxdZApgc9wqOgdRhR { display:block; }
 }@media only screen and (max-width: 763px) { #uvT6XVX3gteDKqMOGHVpKsMpyP4kE277 { width:4.9375rem;height:1.625rem;top:0.53125rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHNVR3R7hwJsbyRkl4wn08A16K9TsCSV { width:8.4375rem;height:2.1875rem;top:2.625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9RBr0l32FVZGm8cvGztdzN6oQvH5MmU { display:block; }
 }@media only screen and (max-width: 763px) { #r7qLiKGSE5szKqO1a5giSg2T0RF8Z8V3 { width:8.4375rem;height:2.1875rem;top:2.625rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSoJs6TGgRFdERaBRxuTkcwlwp97tVh4 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yNN2V2DTZPTk93UN7ERritpzdVBStKn6 { width:20rem;height:3.25rem;top:1.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpkOM0Gszv2iHvEll0wFmtXW513Dp6tQ { width:20rem;height:3.375rem;top:5.4248046875rem;left:0rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #p7vEXiWoD7Kme6PM5mPcoJdv7yxiGoTv { width:20rem;height:3.125rem;top:44.75rem;left:0rem;font-size:1rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #agsFb7C9v99H8vFUNpB8m9IAcgUkWXPo { display:block; }
 }@media only screen and (max-width: 763px) { #utAVuLZ49LBdc2vzKmbwpc7xLP4yFssb { width:20rem;height:3.125rem;top:48.5625rem;left:0rem;font-size:1rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #aI3Adspc8bw8tGtDwdsV1R5inT6Ey3CI { display:block; }
 }@media only screen and (max-width: 763px) { #KZTLK5qUyFyHiaB4z4IH2b0WNhSmlo2y { width:10.5625rem;height:13.75rem;top:10.9609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVx7BZJyntXzJff7I0uniJsCqJAfNgx1 { width:10.6875rem;height:13.75rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC5wLsaCxNzaPQQW7E5PZeog9WB80C3n { width:10.6875rem;height:13.75rem;top:21.4375rem;left:9.3125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ak0HMAKaqGDPGuBZpHN9IbH5gxlMS2rK { width:10.6875rem;height:13.75rem;top:32.125rem;left:4.65625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #aZlRPzOy5OpoAG3ZbaVd23ACsqIo9QZH { width:19.8125rem;height:9.4375rem;top:10.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BIrm6n6RMGUNt9qBzplNiGrqTu3lDKD9 { width:6.6875rem;height:3.50390625rem;top:11.6396484375rem;left:1.9375rem;font-size:1.0625rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #WJrRC6FIWMuECyxNTxXGRBwpZiUyvVx5 { width:6.6875rem;height:3.50390625rem;top:22.31201171875rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee62G0hGEZ34cZauxDwlc8Sy07ZbClrQ { width:6.6875rem;height:2.3359375rem;top:22.43701171875rem;left:11.3125rem;font-size:1.0625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #ITaexnmdTTykD1B4JonT3ezzUqnqrGeT { width:6.6875rem;height:3.50390625rem;top:33.125rem;left:6.65625rem;font-size:1.0625rem;z-index:15023;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PQn4UH4FDsIlKuUzIXLxkTnV9KnH6dW2 { top:6.375rem;left:1.25rem;width:17.5rem;height:13.625rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rTBbvqDz1QyHvv7Ok95tAqsZcqZdyzWR { top:20.125rem;left:1.25rem;width:17.5rem;height:10.625rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #b0kQiTkJOdLDD3Z7w5crESFXDXpokaH1 { width:10.625rem;height:13.75rem;top:10.875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1peeTkBEtt8ZtXFS2CHzkK18I2APT5r { width:7.875rem;height:3.29883125rem;top:11.74365234375rem;left:11.1875rem;font-size:1rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #fmfdaMJ4pQqL4hhJxUV8LaCyN0lJKsGB { display:block; }#fmfdaMJ4pQqL4hhJxUV8LaCyN0lJKsGB > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbgClC1KSTEn7rsHzo7Wu7KbNIvGxfHp { width:20rem;height:6rem;top:4.8125rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rkc3P4KBz9cEJ3dgvs7MUKKMAgztP8fz { width:2.5rem;height:2.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF2vabIsHe5G7A4E7rQvJgvoqeD43aht { width:2.5rem;height:2rem;top:11.6875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #erFPAO6kKiHJFbqdCKweVNItzfQOTn19 { display:block; }#erFPAO6kKiHJFbqdCKweVNItzfQOTn19 > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0Ni3Dq8SceFmwRLu0lBOQcfR5hQogKL { width:4.5rem;height:2.5rem;top:6.125rem;left:2rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVLnUu9z0EOdTMiZJgRk4l2NO3WJkTPM { width:2.8125rem;height:2.5rem;top:1rem;left:2.8125rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WlaQCtM4y1Gpog8TRdk6zwcoeucWv5DZ { width:7.0625rem;height:2.5rem;top:11.25rem;left:0.6875rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UptNWAGSQMVgiX5BHfQ8AH5avcioosI5 { width:10.375rem;height:3.25rem;top:1rem;left:8.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mp0a0wtzoSTKMWAINzbTbOoCIxHUpvJ1 { width:9.6875rem;height:3.25rem;top:6.125rem;left:8.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pO5g7ciuWeLaonEhPt44Kn5RLDCroMTn { width:9.125rem;height:3.25rem;top:11.25rem;left:8.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jhvl4pLmpE6UTSLWy5LywM3cxNHG4Ubg { width:20rem;height:2.4375rem;top:15.625rem;left:0rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #b0v731gCwW6cwVQGNNmRFGJEFKTbLmoK { display:block; }#b0v731gCwW6cwVQGNNmRFGJEFKTbLmoK > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLcvNer22QARqcHrcatT0Tixwgk837vn { width:16.1875rem;height:5.19921875rem;top:2.875rem;left:1.90625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLV2TcNSgqDDkOTOeLXOR5D8JZPsa2zJ { width:20rem;height:1.625rem;top:8.69921875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE9VpLJZnQKdPWUHyTcEtgBa0oV7sJp1 { width:17.5rem;height:3.57421875rem;top:25.3984375rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFOFivq31l5uFfsz66xsmazTTryvQqWK { width:20rem;height:6.834rem;top:29.59765625rem;left:0rem;font-size:0.8125rem;display:block; }#TFOFivq31l5uFfsz66xsmazTTryvQqWK li:before{  }
 }@media only screen and (max-width: 763px) { #xcyAqc6kVDyNsy6W4d8iL6NnTHZlS4El { width:16.25rem;height:16.25rem;top:8.7109375rem;left:1.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #yLTKSfEx4EIWOkku71TS3ph7JiexQ3gW { display:block; }#yLTKSfEx4EIWOkku71TS3ph7JiexQ3gW > .row .container { width:20rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyi7L1rRgXtSuKJWqwae7V5PomG0HR0z { width:20rem;height:9rem;top:3.1875rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vosTo4EamTpZDpwMTk5qzFTfF2BW2RSv { width:12.75rem;height:1.29980625rem;top:13.4375rem;left:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIfGAEWHAxQa23vlG1kGvH1koRVKlDU9 { width:1.5625rem;height:1.25rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZNFNwf0TiUP8wmpHtXLHrwD1cgWbeVp { width:1.5625rem;height:1.25rem;top:16.0859375rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTtfLNa3PEiWnx6T8iqObT1cp9HvfwPr { display:block; }#rTtfLNa3PEiWnx6T8iqObT1cp9HvfwPr > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROA4X7gPTkWofQT8L59VW371T5CJApbR { width:20rem;height:1.54361875rem;top:0.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4MxPXddVcWd92UfAw6BJMlqIgyIEneZ { height:5.0625rem;width:9.375rem;top:3.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aixQUkpLPWX1znMHNVgLJ58Ky6Vao9qy { height:5.1875rem;width:9.375rem;top:3.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqJRnRxCSUnyc8FBgR1CmpPNvLxLrJTR { height:5.25rem;width:9.375rem;top:9.07421875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVU8Q7XRlclpzIPEQBVN1JMs2JMQoSGA { height:5.25rem;width:9.375rem;top:9.07421875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #id8wNJuvGCWwF3GSky7aMiJkaGoUBEnp { height:5.25rem;width:9.375rem;top:14.82421875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ2QiyJLLQquPmP12QgS3pcc7lUPX5U9 { height:5.25rem;width:9.375rem;top:14.82421875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #taiU5ovwlsBcVqsXGyVk2RBhteNRn5sT { display:block; }#taiU5ovwlsBcVqsXGyVk2RBhteNRn5sT > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHWrEeE1TfkIVH7kAMLz7iJCTTXFP5I9 { width:17.4370625rem;height:4.875rem;top:9.6484375rem;left:1.2802734375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxFwoHlD6MI9D3ST98026G61Te6OCRtf { width:18.625rem;height:5.798825rem;top:2.9375rem;left:0.6875rem;font-size:1.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #hQpT7eruww0xMH4FWueW21PVkQ5cO7Cp { width:17.75rem;height:15.3125rem;top:28.546875rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TE8UTQfRCNL7w2BhAU9dDvTgPcP3t4E7 { width:11.875rem;height:1.75rem;top:18rem;left:7rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KT0rIRJZDqACweEvc0ct3Wgeef34ld6i { width:11.875rem;height:3rem;top:20.375rem;left:7rem;font-size:1rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AOza0MsnIUTRBzJnNQS5sh4UJ0yvr8By { width:17.75rem;height:15.3125rem;top:47.859375rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S5X9SdfxMvmrd72Ho3ENfxDzJ7gZydxs { width:11.125rem;height:1.75rem;top:26.4375rem;left:7rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gl30a16V84efEgJPVasDfnQLpzPPBmqB { width:12.0625rem;height:6rem;top:28.8125rem;left:6.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #annbLVlZ47otnvX7MeqyJImbz8fJWXCB { width:17.75rem;height:15.3125rem;top:75.734375rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AOow1REitZKSrGmVcdN5DGCNQPdgTTd3 { width:11.875rem;height:4.5rem;top:40.0625rem;left:6.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IozEsJz5F4O41IHKC2qbsdmdJ1498M2O { width:11.875rem;height:1.75rem;top:37.6875rem;left:6.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mC6DnifoxNqyLPudBQbqaWSEZrdfV1GT { width:17.75rem;height:15.3125rem;top:95.046875rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLN2IuNKhAZupuHukxTpUOkuXW19vFB2 { width:11.875rem;height:6rem;top:50.0625rem;left:6.875rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t0Q6LHeOLAfrSXlDFCA1kKPTLT5112xW { width:11.875rem;height:1.75rem;top:47.6875rem;left:6.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wsKHpw5N3nNvtxyNR8bvi0OEHbE5wflf { width:3.8125rem;height:3.875rem;top:18.0625rem;left:1.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcNHDFdTVRHk6h7BGcHPr4ibV2ZyzIPo { width:4.25rem;height:4.25rem;top:25.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPRzdoWI0aC4QA5zLpyw5uwSGUTdz9gd { width:3.8125rem;height:2.8125rem;top:37.75rem;left:1.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ayBCygByVnKhNcVFFs0GvzTFbW1yQKrn { width:3.25rem;height:3.6875rem;top:47.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB4V1vLDoh8zpffg6x5NbVuWnedDWG30 { top:16.771484375rem;left:0rem;width:20rem;height:7.8125rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XkR0b2lKPvNzS12fecVUi0GhD9esEiOy { top:25.1875rem;left:0rem;width:20rem;height:10.625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mwXK3JyVGDAanTkCZP8Mw7GLbpHCETlV { top:36.4375rem;left:0rem;width:20rem;height:9.375rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ndNw5ghVR4VoFAt2GefPQwSl8BVS8INq { top:46.4375rem;left:0rem;width:20rem;height:10.625rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZsvJPxNIuXkaqktT7LfTCI9afLhdPnmZ { display:block; }#ZsvJPxNIuXkaqktT7LfTCI9afLhdPnmZ > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBs3otslKSeM67tscCLrkLihSoeGxosi { width:20rem;height:3.5rem;top:6.349609375rem;left:0rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TkTJgVQr8ctoL3HOkuBfXgATD4pgTo4s { width:20rem;height:2.92480625rem;top:2.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #scGorFfkbPzdmQiHJRIomPeDDlNfxs53 { width:20rem;height:3.7832rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds47lney1zap7uy1kqf4yJ4V2ivsBo9U { display:block; }#ds47lney1zap7uy1kqf4yJ4V2ivsBo9U > .row .container { width:20rem;height:86.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRNRLHD9Tc3ruGRcdAq7XqTHH7U0nLE5 { width:20rem;height:5.625rem;top:25.25rem;left:0rem;font-size:1.25rem;z-index:15017;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uqBSs8kfgJNku0ED7gkxz0VB5IL500Px { width:20rem;height:7.03125rem;top:31.874994754791rem;left:0rem;font-size:0.9375rem;line-height:1.5;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #HPdPr2wRUSBFApv2ilsDbaM65CLn9cxv { width:16.3125rem;height:3.125rem;top:82.0625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4dSPmU2tsaBPzdNXnJ3wREoD4gmvo2M { display:block; }
 }@media only screen and (max-width: 763px) { #S6mn1XraWS7d2vD3D0X1gQrbVbTTRWzE { width:20rem;height:26.1875rem;top:2.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mvhKmpi5VDHMDNUdekOn3JJ9QeApNLLr { width:17.5rem;height:16.5625rem;top:10rem;left:2.375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #qePptKfPGXMLIR91N0MhXtJoPBC1Q7Ry { width:17.1875rem;height:1.5996125rem;top:3.875rem;left:1.4375rem;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #plTHaO0RwgFQaVpo0EGLUL2hXzEnvmAo { width:17.375rem;height:5.7744125rem;top:16.03857421875rem;left:1.3125rem;font-size:1.75rem;z-index:15015;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #E9z4zGw1gn7QinXymcrvSk5n2ITNBS58 { width:17.75rem;height:12.1875rem;top:3.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfqwd6lzgO7SwZ8NWpJ3nfQnT7ERUJ4b { top:2.5rem;left:0rem;width:20rem;height:21.0625rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #drJRuzt6oqNkRJlLuV5FnQ1nF1uotZiV { width:1.5625rem;height:1.5625rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXi6NNZoTwKllq5yshtW6pnBX6tumekw { width:17.9375rem;height:3rem;top:40.4375rem;left:2.0625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iXXmOzSK1RnAhzZ22EArGR6ZZJucXpel { width:17.9375rem;height:3rem;top:43.375rem;left:2.0625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZwuaNX1oFFDamVvDOT79pkhUzz1ykZuk { width:17.9375rem;height:1.5rem;top:47.125rem;left:2.0625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AMhPM1wicMN0oZfkmrXrVwJSfM5qCtuR { width:17.9375rem;height:6rem;top:48.5625rem;left:2.0625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aISiTFRN5kZZZxUMcMJvNNnwRPa1M2pL { width:17.9375rem;height:1.5rem;top:55.4375rem;left:2.0625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GQIONZPfNq2xkl5C8oNIQIttzOf6gbZE { width:17.9375rem;height:4.5rem;top:56.875rem;left:2.0625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #O8quIkQzPpCcHD0xPAr7fFFu87N20iBE { width:17.9375rem;height:3rem;top:62.25rem;left:2.0625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #n7ciZefgMp6VoAJCwqX2sQrqIAJuyZt0 { width:17.9375rem;height:6rem;top:65.1875rem;left:2.0625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wMvQq4lJV7M7qtikGMRvTCNXbBFGKrzS { width:1.5625rem;height:1.5625rem;top:47.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsXQcZEzh2D0DontXme2zebFCIebNJT6 { width:1.5625rem;height:1.5625rem;top:55.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZB0yQpxUTTMvVdwElIFgvDDSDTxbA9R { width:1.5625rem;height:1.5625rem;top:62.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G24F7sM6Z3MxD1POLK9HxDT3GwaZ85FQ { width:16.3125rem;height:3.4375rem;top:77.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyT7AfnIL0M8NoDQmJD6vk719euhkUuQ { display:block; }
 }@media only screen and (max-width: 763px) { #SuenFkuU8hyJT9fJTMeHe48zok9RfxVC { width:1.875rem;height:1.875rem;top:71.901694297788rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDclBETG0ne8xctHkqvLw8zbUt8GQq0p { width:10.25rem;height:1.0559875rem;top:72.309902191162rem;left:4.5104169845581rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S54fBecTbAze9bqCPDuJoFz5O0WTxdrn { width:1.875rem;height:1.875rem;top:74.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTmkyQChd82Ruvk6WcIkcXcTTVECXoct { width:7.8125rem;height:1.0559875rem;top:74.5rem;left:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tddKbqp8wfneMtRZQZtCuZXy09h7oXqM { display:block; }#tddKbqp8wfneMtRZQZtCuZXy09h7oXqM > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWwGrVHzQpRXUJ4GRPnEQHt2QAcR5tfn { width:20rem;height:2rem;top:18.625rem;left:0rem;font-size:1.25rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #DlpZ0o6GMf3lhgRI7DPDobetWROlptO9 { width:20rem;height:7.5rem;top:21.1875rem;left:0rem;font-size:1rem;z-index:15018;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mkgdsbkycZI2fQKWrkBwXdKcbvrByfdf { width:4.5rem;height:1.875rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAI6sOuswlqu0KIBVZbLeNWxqAVTffNw { width:3.25rem;height:1.29980625rem;top:30.875rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq60gmmz1ERaIoA9JU2mQRqBTsbJB5wm { width:20rem;height:2rem;top:32.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiKCJmuRdnFQWyO6ETWN2S8fPxVUrfbd { width:20rem;height:3.173825rem;top:36.5625rem;left:0rem;font-size:0.8125rem;display:none; }#MiKCJmuRdnFQWyO6ETWN2S8fPxVUrfbd li:before{  }
 }@media only screen and (max-width: 763px) { #bLBrl6RTACIKkfzQgZUsCGu8KXPvh7ns { width:6.875rem;height:1.0559875rem;top:35.6875rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwrT2hfcq5JChHmx8pGTslrC83J7u9eN { width:5.5625rem;height:1.05615rem;top:35.6875rem;left:11.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cctepE8gLN7tWdk6BGhGN9r02ZGcRgTM { width:1.5625rem;height:1.5625rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ4AHbyhARBA1o1swv9ZeroqE1qCPv3x { width:1.5625rem;height:1.5625rem;top:35.375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe8C7aJhMAxpvr0RVxxoNRQvIlVJRnHf { width:20rem;height:3.125rem;top:41.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksl1vvbL4TBpREmTkEnIEblCaLJt9WGQ { display:block; }
 }@media only screen and (max-width: 763px) { #PTDaOMc21WfNudMxKOKcW3OVkqK2RSo7 { width:20rem;height:3.125rem;top:45.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCXpnHI2Kg4MSogVlqNzzJBfhNRq0qtR { display:block; }
 }@media only screen and (max-width: 763px) { #IgcptSWvysZXIHTqX8SGCRLcEtedJ6Lo { width:20rem;height:26.200466200466rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dymJCf05sJegH6c7p40lKrpVbyVR0x63 { width:17.625rem;height:17.625rem;top:5.5rem;left:2.375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #MUXPw4C2hFDqbxAcPSX5bEcm845yx8bD { width:17.1875rem;height:1.5996125rem;top:2.375rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8kMVeb8dQr6fCp8IA5Al9HJHhDW8Bpx { width:11.75rem;height:5.77441875rem;top:10.4375rem;left:1.375rem;font-size:1.75rem;z-index:15019;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ql1J2yLT0fbhgNoLdt2yMDfCz3nnRlt3 { width:10.9375rem;height:12.9375rem;top:3rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2GnXnAFNDweNZ7DkpOalhlBCkXa4Jd5 { top:1.125rem;left:0rem;width:20rem;height:16.25rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Z7KSkCtWnFdGue6MCgyRS9U5A6HTry05 { display:none; }#Z7KSkCtWnFdGue6MCgyRS9U5A6HTry05 > .row .container { width:20rem;height:47.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dVF3aIKKsNgQNyedCtT7LWlAGiD53SWA { width:20rem;height:2rem;top:21.75rem;left:0rem;font-size:1.25rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #TBDp198pGZTrKKzpyWqBwP8hRg4Wirtz { width:20rem;height:6rem;top:24.375rem;left:0rem;font-size:1rem;line-height:1.5;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #cIT6SrRZDrkpoykhLaVZGWqqpoXyFkTM { width:4.5rem;height:1.875rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q90RipfK407P0ZykmN98pI5X2fEUtI87 { width:3.25rem;height:1.29980625rem;top:32.5625rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzHlDFFW3Tlv3OMk33zoqkoQhlDJHraf { width:20rem;height:2rem;top:34.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHWqGUuT6eySJKmpT73DleQ4cURT1TBi { width:18.375rem;height:4.1484375rem;top:39.4375rem;left:0rem;font-size:0.8125rem;display:none; }#HHWqGUuT6eySJKmpT73DleQ4cURT1TBi li:before{  }
 }@media only screen and (max-width: 763px) { #Zn7AVxHnhMWTormh3HL3zyl26JetskzA { width:20rem;height:3.125rem;top:38.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKtv8gp8mPJD8g6k3WMnEzs9rgEpV3W5 { display:block; }
 }@media only screen and (max-width: 763px) { #ogQX7T3bZGJ3kCdqnMSOuXZqvRByJv9J { width:20rem;height:3.125rem;top:41.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #liIXtIcRhgHxRKz4r5eGLaQ23GydX08F { display:block; }
 }@media only screen and (max-width: 763px) { #RFWQeXTny6sTOWTTmXaD6r0OK3h90guO { width:20rem;height:28.2050625rem;top:2.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S35QrTQxGISpZPScTen2E2XDSyyLvqKl { width:17.625rem;height:16.5625rem;top:10rem;left:2.375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #NZlNQypS3Cn9TKGerSKoyOANnuMe1OHU { width:17.1875rem;height:1.5996125rem;top:3.875rem;left:1.4375rem;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #twTd5TZ9alNI6mbAhm3UbUdQ4fJIbx7w { width:17.375rem;height:7.699225rem;top:11.5625rem;left:1.4375rem;font-size:1.75rem;z-index:15015;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #n3CaW5Khb6HVpwICvkwCXaM5gm4kBfJZ { width:10.9375rem;height:12.6875rem;top:4.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af1OSSoU3QBaxbw6GrJsDd84T52skCuw { top:2.5rem;left:0rem;width:20rem;height:18rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KhWnP1Lf5UPnmmpwGFvk8bqdU71LelSs { display:none; }#KhWnP1Lf5UPnmmpwGFvk8bqdU71LelSs > .row .container { width:20rem;height:52.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f0mG6riPwTS8CfsIrIvZTUkoWXRbXdlU { width:20rem;height:4rem;top:24.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV5dZXKoRAZVi3Kk98TAxfvRHKDHOXOp { width:20rem;height:4.5rem;top:30.0625rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fVA8oRTgF3wdilxxt0lMFoRSOu8T2cvp { width:4.5rem;height:1.875rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE1SHxk9ArUbiHmPfDFd1FaTtqDqvhZE { width:3.25rem;height:1.29980625rem;top:36.75rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8FoSVbzGgK28MUTFPg5SbFELbvpgvfW { width:20rem;height:2rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGVd6s35RqkDbPIJADyg9ibKtfESyGA1 { width:18.8125rem;height:5.24805rem;top:43.0625rem;left:0rem;font-size:0.8125rem;display:none; }#vGVd6s35RqkDbPIJADyg9ibKtfESyGA1 li:before{  }
 }@media only screen and (max-width: 763px) { #MfwGhCS2AGtlEPvfdLCxluFEl3TiL3qo { width:20rem;height:3.125rem;top:44.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpQTUV2BPs77UMSJ99sDCiaeD6JTZ7oc { display:block; }
 }@media only screen and (max-width: 763px) { #kcyXNt4TNb53OPhBsrEXBSHgWWtv5e5h { width:20rem;height:3.125rem;top:47.9375rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkUvKhwKdfEJC6tgwTamqOIfaiwiSHNQ { display:block; }
 }@media only screen and (max-width: 763px) { #BmtU7XWJCmGkMsZmmetpxv1DCSgVXP5E { width:17.625rem;height:16.5625rem;top:12.9404296875rem;left:2.375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #PnPTVdUF0tK9nF7mI3MGWqgzJXmn3p9u { width:17.1875rem;height:1.5996125rem;top:3.9375rem;left:1.4375rem;font-size:1rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #s0qAaLEDadckcCrry1fJd4fvteumGtiz { width:17.1875rem;height:7.699225rem;top:14.6875rem;left:1.4375rem;font-size:1.75rem;z-index:15018;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DMr0LbCExmdW7FhR1xwpwS0LeQzpUeWt { width:20rem;height:2.07421875rem;top:51.9375rem;left:0rem;font-size:0.8125rem;display:none; }#DMr0LbCExmdW7FhR1xwpwS0LeQzpUeWt li:before{  }
 }@media only screen and (max-width: 763px) { #FnBJ7ldbBJI22avItUgcPTuafVUOWdHw { width:20rem;height:2rem;top:40.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXVSKJ9qCPTqiVFEHUPTc9fs8Zi5oxWA { width:16.0625rem;height:11.3125rem;top:5.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tiyko8UItzw6Xg1wRUJhKFKBb8lxStX8 { top:2.5rem;left:0rem;width:20rem;height:21.0625rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z4iSsUpFUpEKEKOaGIrGTKD8hsPV4315 { width:10.8125rem;height:1.6875rem;top:26.9375rem;left:6.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gryJlx5ks0ZFNsKxOLssseJ0KaxORGUv { width:20rem;height:31.627906976744rem;top:69rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JVgwJNQM0fhQglNFzEfD4CxZK2UbupH8 { display:block; }#JVgwJNQM0fhQglNFzEfD4CxZK2UbupH8 > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BuFOAtmmZ5ZSm3s20CrJStbylcJaqGuH { width:20rem;height:4rem;top:26.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2OmXX6ec9QWURiV7xuCz73pmpkI9wqh { width:20rem;height:4.5rem;top:30.875rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lg7TRLtPiqrQdERngNxSN2ZNiBaNvstS { width:20rem;height:3.125rem;top:61.686851501465rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSfFRGV6ppepmCT5KTdMU7fT5Se9FEaZ { display:block; }
 }@media only screen and (max-width: 763px) { #raPOTex39WdhTWI1yrQ93uZC2DZJoRx8 { width:17.625rem;height:16.5625rem;top:14.8125rem;left:2.375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #qZWOM2Sl9ZCeiCLREEfPEliky4tah7pZ { width:17.1875rem;height:1.5996125rem;top:3.9375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4OZVQwIr4ebaEsxFXLxtJCqXFvGgHvU { width:16.1875rem;height:6.8125rem;top:17.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM79SZ1Tht6Asg6o4tyEwTrayRWmFrL0 { width:16.6875rem;height:10.375rem;top:6.0625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puB4tMCV83JATFXfhDJ7eyp4bgEvTBfz { top:2.5rem;left:0rem;width:20rem;height:22.5rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JtaHPXZmpU1R7HsHi8NXlWfPoz8G54hB { width:15.3125rem;height:1.5rem;top:37.25rem;left:1.875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #boaFHLT8WfbaC1WG8NwNgTMCzb2sXDRO { width:15.3125rem;height:1.5rem;top:38.8125rem;left:1.875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rQiOPzwT0ng02hTs8opJp6gDvWykXWfB { width:15.3125rem;height:1.5rem;top:40.75rem;left:1.875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Zg2aRXWfqTeQZ1RazV4OirPXck466vSx { width:17.625rem;height:3rem;top:42.1875rem;left:1.875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #v2tLyUTes9E7ZKcbCeBQrRik6KEZaeg7 { width:15.3125rem;height:1.5rem;top:45.625rem;left:1.875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MMStC0ANx8mTq2lbxVA2DZDZb6dbwRip { width:17.875rem;height:3rem;top:47.0625rem;left:1.875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZVr1lBxDeyfIPOycWkTRBUrGG9X6ERIT { width:15.3125rem;height:1.5rem;top:50.5rem;left:1.875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Nrphr5V2FOLc96RFWGEEFF9RaSyOGPEt { width:17.875rem;height:3rem;top:51.9375rem;left:1.8125rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZcFA9aUs2LlsUrR4yfXP8fyzPkPMVBV4 { width:15.3125rem;height:1.5rem;top:55.375rem;left:1.875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pE1BQhvvockh3ukdg1Mk7En4oEiu49pz { width:17.9375rem;height:3rem;top:56.875rem;left:1.875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TgSAySWOAktiPtuDNwJXL2UsvbmEyTau { width:1.25rem;height:1.25rem;top:45.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9QBNm5hOyRWZ5qIeFocTUpW1XpJRx1t { width:1.25rem;height:1.25rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtTFUgG1fgpRkFqTa1xAgiMfaB9Zqgcq { width:1.25rem;height:1.25rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXzP8vwLxC7LvX6io18HTfvTTy5cZl8s { width:1.25rem;height:1.25rem;top:50.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1oUQBmTk5O0d81ffzhBLkpJv4GOkkL5 { width:1.25rem;height:1.25rem;top:55.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXEpUxTANCO6f8TJw9SSSeEKn7ExwD9P { width:20rem;height:31.4375rem;top:53.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH { background-color:#141414;background-image:url("https://images.assets-landingi.com/uc/e289465e-67a6-40c4-adde-eb46c834797c/Group481566.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH.adaptive-delivery-prevent-bg, #WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH.lazyload, #WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH.lazyloading { background-image: none; }#WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH > .row .container { background-color: transparent; background-image: none; }#WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH > .row .container > .video-iframe-container { display: none; }#WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH > .row > .video-iframe-container { display: none; }#WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH > .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); }#WgMXNaEmeqeziGvZAoRq9d3gZDCQ8WRH > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2fWNPbU3AeNRFLPONGRxpM1HmX2GTFv { width:20rem;height:1.625rem;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwTIEWsnJ8vf3i5bCw1VuCsfSv3Mshi3 { width:20rem;height:5.19921875rem;top:4.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbmgfFTfXlnZrLcOM6NVKrNHVkFE8aTT { width:19.375rem;height:6.9970625rem;top:11.57421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGfTuqcKfDxeqAR2xL2nZtmySUqlCleC { width:20rem;height:3.125rem;top:20.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNItn5U7GK0aPXtfOXpbNvQR2P4BSECx { display:block; }
 }@media only screen and (max-width: 763px) { #weP4FgVXaJ3ExVgeZzcT86VTvrMEL21C { width:20rem;height:3.125rem;top:24.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKJTobkGNxmT6TAHAscnwZN0EdGE8OWx { display:block; }
 }@media only screen and (max-width: 763px) { #MKlDwQs4hTSz45NOM4TlVIm0l3xO5ETT { display:block; }#MKlDwQs4hTSz45NOM4TlVIm0l3xO5ETT > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akFhe1N13F30pOECEPlTLdDPKpbOIeqF { width:16.1875rem;height:5.19921875rem;top:6.25rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wscKWuiHS2A8vmAQkJOk9cE2MXlVql7p { width:17.125rem;height:3.8994125rem;top:12.07421875rem;left:1.4375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZctfzUanORp4lPRal8vn2dl0Trq15rgb { width:7.75rem;height:2.5rem;top:2.5380859375rem;left:6.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #osSvMUeiQXyefKbbRkrZHk2vCme1dq5g { width:9.6875rem;height:6.125rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOpiSSZqdk158JV5GoX54y5WiTTTT5Qx { width:9.6875rem;height:6.1875rem;top:17.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa6p9Dnz9ikbG51mRaUxFnJz73EcMErV { width:9.6875rem;height:6.1875rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQGTMzWVZwxh3kSLkyCzz2GWgGqJXLbp { width:9.6875rem;height:6.1875rem;top:24rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDyxZQVyRSn6S5ttAiT8Ass7QD2cBfHW { width:9.6875rem;height:6.1875rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AewpB4J3dtXTmV2dIp0pT4LRQnZNTg61 { width:9.6875rem;height:6.125rem;top:30.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUJJaaarmyntFHo0AJwQzb33td9oDfhS { width:20rem;height:9.441375rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD1R2hJa6845098TDuIBrHEFNup9o3Un { display:block; }#AD1R2hJa6845098TDuIBrHEFNup9o3Un > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1fIgZXdMuATZwlBUq7TP2MKIJoMtJ4y { width:20rem;height:5.19921875rem;top:2.5625rem;left:0rem;font-size:2rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #AfZkQ0E6SsgiiB8sbi18bpc5CPQ1qwp8 { height:11.25rem;width:20rem;top:9.5625rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #U62Gn3TIDMMdvWd22IhBts3ffDsTdswk { width:20rem;height:9.484375rem;top:15.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H7i5WQmpnJv7vgsdo7NkJd65EKFtBBt5 { top:15rem;left:6.4375rem;width:13.5625rem;height:8.1875rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ak2rts9GX5K2acCHLCDU8bQLxdO4HcCu { top:4.5rem;left:0rem;width:17.5rem;height:13.625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rADbMcFCdiZrJgyqJZVtGwSboL5MHOaZ { display:block; }#rADbMcFCdiZrJgyqJZVtGwSboL5MHOaZ > .row .container { width:20rem;height:151.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3HlPBtTALlbgZkytSbGx8G8BVUdGT3T { width:20rem;height:26.806625rem;top:3.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F6ern4bScm4VOHudaXgeehysVWIkTBZg { width:5.625rem;height:5.625rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm4JpiTSnB0LQUzKXl5U9WvMDc5eWykF { width:18.125rem;height:8.4375rem;top:6.875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUwGew8ubnlSbcLSTO9p0OKmroS1CBzi { width:20rem;height:26.807228915662rem;top:83.5556640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVR7fLlVlNA1PQoKOTMAJEe3wLle4Tgq { width:18.125rem;height:5.625rem;top:31.1875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP6V3T0tEBA0XlO5x9JLJIVDMxOH3eDx { width:5.625rem;height:5.625rem;top:24.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSvATqzTAFh5NOvTytki54JRISJJkRmM { width:20rem;height:26.807228915662rem;top:145.8623046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5zrSfvpdKuTWQwH0behzSskEfhuJgmU { width:18.125rem;height:8.4375rem;top:52.75rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDmwZ1ETseqD8V5gAPQodah7zM14f2po { width:5.625rem;height:5.625rem;top:45.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbOlipJJiTcQlB4bTp15MW7Xav0snWoo { width:18.75rem;height:1.40625rem;top:17.1875rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCGn60nZQ7z02iNA6LVEs9weshPIH2ss { width:18.75rem;height:1.40625rem;top:18.5625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGO8hlR0k4rZ31VTQhDLECOvAW2TvaP6 { width:18.75rem;height:1.21875rem;top:19.9375rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCkToRplx866CFR5QBTNTRDTsfGWL1Sz { width:18.75rem;height:1.21875rem;top:41.5rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX2530HMTBumHiH6ahE0zVHdT62VDEvw { width:18.75rem;height:1.40625rem;top:40.0625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgGoRMKsy7Saizp4TQ9ZC9T3sphdcGVy { width:18.75rem;height:1.40625rem;top:38.6875rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1MUD2Azv0mqiZaaTpkOyaAu1Fc8U898 { width:18.75rem;height:1.40625rem;top:63.125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3ObTlKomi39vrC8lPT4w64lSUBrw2Sz { width:18.75rem;height:1.40625rem;top:64.5rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmo9EXz4CHSp5C7zntMeB2EQcTsqJ8Hq { width:18.75rem;height:1.219075rem;top:65.9375rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWfqMa0rTQxgH9Kn4iGbrh2kgIiPwc8L { width:20rem;height:28.313253012048rem;top:49.3056640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DELZEamgKe4p790w7PBHvzTZ8oTuuawp { width:18.75rem;height:1.219075rem;top:88.875rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKc7Sc4AXHLVRD9kITPb9ZqmlSRZ1qSg { width:18.75rem;height:1.40625rem;top:86.0625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfyr14xgeqJk9BhITlhMce1m5mG9GPRP { width:18.75rem;height:1.40625rem;top:87.4375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6lGW9NPyCdgv3Zeg18T5ZS7prFtrH7e { width:18.125rem;height:7.03125rem;top:77.125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3bopZSEh6a0oAn0wizqP2qxzMs9E1d4 { width:5.625rem;height:5.625rem;top:70.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUbmRk4tOJBRqVTMrSpTRDy4lcqC437a { width:20rem;height:28.313253012048rem;top:111.6123046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZHvdPT8KWIDroxKT8xK9VJf1QuL6zlW { width:18.125rem;height:1.219075rem;top:113.25rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGw5OXzoNwA7IUiVoyv7NzrcyN4AVUTw { width:18.125rem;height:1.40625rem;top:110.4375rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMUVv9wJUxVKErc9KXDmRMMxurisFo0B { width:18.125rem;height:1.40625rem;top:111.8125rem;left:0.9375rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vVDeLDLsrSb6hfWKyi6hMAXxDUh9kGIl { width:18.125rem;height:8.4375rem;top:100.09375rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5fFeIZ2FcVpX6RpHDcTimXZ9Te7TiPs { width:5.625rem;height:5.625rem;top:93.21875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9HMamnJpkTWwXTbvQEJ7yiyacKIUuwI { width:20rem;height:28.313253012048rem;top:173.9189453125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHck5piOPZ8Od4BsSr3SPVi88BMyQV4L { width:18.125rem;height:1.219075rem;top:139rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnTDEifbBRhEge95itQqRXlU5VHOESTD { width:18.125rem;height:1.40625rem;top:136.1875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq8NNEU4Hrt67OFA4of6lziMfnX5Wlgb { width:18.125rem;height:1.40625rem;top:137.59375rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9oR5sirdHUeZEa5Q3MEn3RXTb0tVVKf { width:18.125rem;height:9.84375rem;top:124.46875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #myO9Huf6AAgCTRZ9rgbIauF91wXxes3r { width:5.625rem;height:5.625rem;top:117.59375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTry2DSzfXzw5TOk6va6ixxtda1Trm8V { top:2.8125rem;left:0rem;width:20rem;height:20.3125rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sxddp9KHVxHnPmv6apq2bPuk0stckOOA { top:27.0625rem;left:0rem;width:20rem;height:17.5625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HUpEhJl8CdVV5GQ3zc19UZvmUozIr5T4 { top:48.6875rem;left:0rem;width:20rem;height:20.3125rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CrLlbO2nFdMnteJoMiaRaHo6OLl5xNdR { top:72.96875rem;left:0rem;width:20rem;height:19.0625rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pxcOAZtOsJ4AVr0mPN5d50r2yOC8VoBP { top:96.09375rem;left:0rem;width:20rem;height:20.3125rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cCLQ5A9NTlJahuBNCniN4uH6e6rbSNHi { top:120.28125rem;left:0rem;width:20rem;height:21.875rem;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #znoGTeB3iGnBTgfPZNKZzUAZyZpTdw0t { width:20rem;height:3.125rem;top:144.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqyy8UNOzTNAgn9nxBoXKs8qz4nlVZXe { display:block; }
 }@media only screen and (max-width: 763px) { #JENevtatG5T1gnxM8Z3Lx7amNzWZUABB { width:20rem;height:3.125rem;top:147.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMp2HMJFyZCDme1hqVBANB4AGDBHZDQc { display:block; }
 }@media only screen and (max-width: 763px) { #x9Jv48VfZyOQOUM9T1k1Gi8RHp9GJ65w { display:block; }#x9Jv48VfZyOQOUM9T1k1Gi8RHp9GJ65w > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHpOS3xqtgnaPyPxLqayP5WGXxcDeTBw { width:18.625rem;height:1.3999rem;top:6.599609375rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlLrHwlMgWxNRcuNyeK2sC0iBVKZy8Cn { width:20rem;height:2.5996125rem;top:3.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPIcQQQHTDaiNy6gsadOSuLmsrv878wg { width:13.8125rem;height:3rem;top:14.25rem;left:5.15625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tCEtWiBnZN8p801abbvIg3HcfKeh7Ev3 { width:11.8125rem;height:3.5rem;top:10.1875rem;left:5.15625rem;font-size:1.25rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SZVWDzd2TwIlldIK0wIahtpcrzf1Zdq4 { width:14.9375rem;height:4.5rem;top:23.25rem;left:5.0625rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HomfGNp1EvDkSkw8lkVZ1CZrmmDVEW9s { width:14.875rem;height:3.5rem;top:19.125rem;left:5.125rem;font-size:1.25rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vJXEUOQ7hn2XHQfWM88UN2l5N9Vl6K5f { width:14.75rem;height:3rem;top:33.75rem;left:5.0625rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LXdJh30SBkIu4f83SZ3J2xNU1dJtQyR4 { width:14.4375rem;height:3.5rem;top:29.625rem;left:5.0625rem;font-size:1.25rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xqpQaglgtuhQg4T4UO5w5cGBoInrnaiJ { width:4.0625rem;height:4.0625rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ1c5WL114FxSx3faWTtJvEMFmcJO0nk { width:4.0625rem;height:4.0625rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlvvtOOBPUhPXqUcFsC1VrExkrrDyngB { width:4.0625rem;height:4.0625rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBZc2fcCukm4HqOXPn69SNQ8m2ZT0Lon { display:block; }#pBZc2fcCukm4HqOXPn69SNQ8m2ZT0Lon > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTnvlTi4oLn55M6MobrICuMG6DuAVBzg { width:20rem;height:4.548825rem;top:2.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X48hDeOST8SZWu6cC5XLlk0WZBgSX5JZ { width:20rem;height:2.798825rem;top:7.921875rem;left:-0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxXF4kklBNGnSNbMcM65OGgF10aoKOVh { width:6.25rem;height:1.5rem;top:19.25rem;left:9.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbJhzgMh5d0K9HiQl01U3krzV8BbLlvq { width:6.25rem;height:1.219075rem;top:20.9375rem;left:9.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKG5RVg1h8h3Ct1fdSSkNOOskXUU4c9m { width:8.75rem;height:1.21875rem;top:24.34375rem;left:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eglVzEQ6m81XDF8elmBmg0DieJB4CigX { width:18.25rem;height:1.5rem;top:27.4375rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy8iTlEHAU9ZvptBnlzqZpiJtwtXIlup { width:3.9375rem;height:4.9375rem;top:17.53125rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu1fmmWVHMNBqNSoZKhkCmi7XyIclhXE { display:block; }#Eu1fmmWVHMNBqNSoZKhkCmi7XyIclhXE > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHKJypNTG5NzVpgFDcvOllmzpLT199g3 { width:10rem;height:0.9746125rem;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) { #s9F7cRDeEHiRpSeDlzb3sDsTIMVqcqN5 { width:6.375rem;height:0.9746125rem;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) { #oqzlwQfgkfSIkw3Wz5dFDgKOHyXUg3iI { width:8.8125rem;height:2.8125rem;top:1.875rem;left:5.59375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bN0XUDz7aof5xcCT2QTFbrAZ3XfbvOTu { width:6.5rem;height:0.9746125rem;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) { #rlV8I7dZgbFpDxIRbKH51PkHzF1C9bTu { 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) { #lGTf6nGeaNOHvsbhcUEpeE3fwlsLwBms { width:2rem;height:2rem;top:8.125rem;left:4.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkpPF5DmKst3alHkBqnkoTCZvrS5KW75 { width:2rem;height:2rem;top:8.125rem;left:7.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmUf7D5d5vGRxkHL0MPnZ0KyML6aQPgX { width:2rem;height:2rem;top:8.125rem;left:13.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEB70cQOOTafWX2Ulz3NQCK54lOSSUph { width:1.5rem;height:1.5rem;top:8.4375rem;left:10.875rem;overflow:hidden;display:block; }
 }